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,a 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;
		}
		.bold {
			font-weight:bold !important;
		}
		.hidden {
			display:none !important;
		}
		/* 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;
		}
		html, body{
			font-family: 'Montserrat', sans-serif;
			font-size: 16px;
		}
		html,body,p,button,input,textarea,label,li,{
			font-family: 'Montserrat', sans-serif !important;
		}
		.clear{
			clear:both;
		}





		.login-form button.login[disabled="disabled"] {
			background-color:#8bd01b7d;
		}
		
		.modal {
			display: none;
			position: fixed;
			z-index: 300000;
			left: 0;
			top: 0;
			bottom: 0;
			right: 0;
			background-color: rgba(0,0,0,0.7);
			overflow: auto;
		}
		
		.modal.shown {
			display: block;
		}
		
		.modal-content {
			z-index: 3001;
			margin: 0 auto;
			margin-top: 100px;            
			border-radius: 6px;
			box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
			width: 80%;
			transition: height 0.66s ease-out;
		}
		
		.modal-header {
			/* background: #8664c7; */
			background: #581685;
			color: white;
			border-radius: 6px 6px 0 0;
			height: 45px;
			  
		}
		.input-control {
			margin: 15px 0;
		}
		
		.modal-header > .modal-title {
			font-size: 19px;
			position: relative;
			top: 13px;
			margin-left: 15px;
			text-shadow: 2px 2px 0px rgba(0,0,0,0.1);
			font-weight: 400;
		}
		
		.modal-body {
			padding: 20px;
			background-color:white;
			min-height:100px;
			border-radius: 0 0 6px 6px;
		}
		 
		.modal-header > .close {
			width: 40px;
			height: 45px;
			float: right;
			border: none;
			color: white;
			background: none;
			font-size: 20px;
			font-weight: bold;
			position:relative;
			z-index:99;
			/* padding: 1rem; */
			/* float: right; */
			
		} 
		.modal-header > .close > span {
			cursor:pointer; 
			outline: none;
		}
		.modal-header > .close:focus,.modal-header > .close:active{
			outline: none !important;
		}
		
		
		.modal-content > .close:before {
			content: 'x';
			font-size: 22px;
		}
		
		.modal label {
			font-size:14px;
			font-weight:600;
			color: #333;
		}
		
		.login-form button.login[disabled="disabled"] {
			background-color:#595dc196;
		}
		
		.modal input {
			background-color: #fff;
			border: 1px solid #e9e9e9;
			height: 40px;
			width: 100%;
			text-indent: 20px;
			padding: 0px;
			margin-top:10px;
			border-radius: 4px;
			font-size: 14px;
			color: #808080;
			-webkit-appearance: none;
		}
		 
		#modalLogin .error-msg {
			text-align: center;
			margin-bottom: 10px;
			clear: both;
		}
		.error-msg {
			color: red;
			font-size: 12px;
		}

		.login-form button.login img {
		    position: absolute;
    right: 9px;
    top: 9px;
		}
		
		.login-form button.login, .recover-form button.recover, .recover-form button.recover-back {
			width:90%;
			font-family: 'Montserrat', sans-serif;
			border-radius:30px;
			font-weight:600;
			padding: 19px 25px;
			position:relative;
			margin: 10px auto;
		   	background: #581685;
		   	cursor: pointer;
			text-shadow: 2px 2px 0px rgba(0,0,0,0.1);
			outline: none;
			color: white;
			border:none;
			font-size:20px;
			display:block;
		}
		.login-form button.login:hover, .recover-form button.recover:hover, .recover-form button.recover-back:hover{
			background: #581685;
		}
		
		.recover-form button.recover-back  {
			background: linear-gradient(to bottom, #dedede 23%,#bebfbd 100%);
		}
		
		.recover-form p {
			font-size:13px;
			text-align:center;
		}
		
		.login-form a.forgotten {
			font-size:12px;
			color: gray;
			float:right;
			margin-bottom:25px;
		}

		#modalLogin .modal-content {
			max-width: 400px;
		}
		

		.login-form-register {
			position: relative;
			margin-top: 25px;
			text-align: center;
		}

		.login-form-register p {
			font-size: 14px;
			font-weight: 600;
			color: #333;
			text-align: center;
			text-decoration: underline;
			display: inline-block;
			margin: auto;
			background: #fff;
		}
		.login-form-register p span {
			font-size: 12px;
			font-weight: 500;
			color: #333;
			text-align: center;
			display: inline-block;
			margin: auto;
			background: #fff;
			z-index: 1000;
			position: relative;
			padding: 0px 10px;
		}

		.login-form-register p:after {
			content: "";
			width: 100%;
			background-color: transparent;
			display: block;
			height: 1px;
			border-top: 1px solid #e7e7e7;
			position: absolute;
			top: 50%;
			margin-top: -1px;
			z-index: 1;
			top: 10px;
			left: 0px;
		}

		.login-form-register a {
			width: fit-content;
			border-radius: 25px;
			margin: 10px auto;
			background: #eff0f3;
			background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec);
			background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
			padding: 10px 10px;
			outline: none;
			color: #111;
			border: none;
			font-size: 14px;
			font-weight: 400;
			display: block;
			box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
			border-color: #adb1b8 #a2a6ac #8d9096;
			border-style: solid;
			border-width: 1px;
			text-decoration: none;
			outline: none;
			text-align: center;
		}

/* Header Nav */
#header_top_wrapper{
    width: 100%;
    position: relative;
    background: #581685;
    background: -moz-linear-gradient(45deg, #8520c9 0%, #581685 100%);
    background: -webkit-linear-gradient(45deg, #8520c9 0%,#581685 100%);
    background: linear-gradient(45deg, #8520c9 0%,#581685 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8520c9', endColorstr='#581685',GradientType=1 );
    height: 37px;
}
#header_top_container{
    width: 95%;
    max-width: 1450px;
    margin: auto;
    height: 100%;
}
#header_bottom_wrapper{
    width: 100%;
    position: absolute;
    padding: 20px 0px 20px 0px;
    border-top: 3px solid rgba(255,255,255,1);
    z-index: 2000;
    height: auto;
}
#header_bottom_wrapper_static{
    width: 100%;
    height: 39px;
    position: absolute;
    padding: 20px 0px 20px 0px;
    border-top: 3px solid rgba(255,255,255,1);
    background: #581685;
    background: -moz-linear-gradient(45deg, #8520c9 0%, #581685 100%);
    background: -webkit-linear-gradient(45deg, #8520c9 0%,#581685 100%);
    background: linear-gradient(45deg, #8520c9 0%,#581685 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8520c9', endColorstr='#581685',GradientType=1 );
    z-index: 1000;
    top: 37px;
}
#header_bottom_container{
    width: 95%;
    max-width: 1450px;
    margin: auto;
    height: 100%;
}
#header_bottom_left{
    position: relative;
    float: left;
    width: 22%;
    top: 0px;
}
#header_bottom_left a{
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 0px;
    margin: 0px;
    height: auto;
    width: 100px;
    top: -5px;
}

#header_bottom_left a svg{
width: 100%;
    height: auto;
}
#header_bottom_left a img{
    position: relative;
    display: block;
    width: 100%;
    max-width: 160px;
    height: auto;
}
#header_bottom_mid{
    position: relative;
    float: left;
    width: 55%;
    top: 6px;
    text-align: center;
}
.header_bottom_search_container{
    position: relative;
    height: 40px;
    width: 100%;
    border-radius: 6px;
}
.header_bottom_search_container input{
    width: 100%;
    position: relative;
    height: 100%;
    border: 0px;
    border-radius: 6px;
    outline: none;
    font-size: 14px;
    text-indent: 10px;
    color: #555555;
    background-color: #fff;
    font-weight: 300;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}
.header_bottom_search_container input:focus{
    background-color: #eeeeee;
}
.header_bottom_search_container button{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 46px;
    height: 100%;
    background-color: #15548a;   
    border-radius: 0px 4px 4px 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-left: 1px solid rgba(0,0,0,0.1);    
    cursor: pointer;
}
.header_bottom_search_container button:focus{
    outline: none;
}
.header_bottom_search_container button:hover{
    background-color: #1666ab;
}
#header_bottom_right{
    position: relative;
    float: right;
    width: 20%;
    top: 0px;
}
.header_top_nav{
    position: relative;
    display: block;
    height: 100%;
    float: right;
}
.header_top_nav li{
    position: relative;
    display: block;
    float: left;
    width: auto;
    color: #fff;
    height: 100%;
}
.header_top_nav_link{  
    display: block;
    position: relative;
    height: 100%;
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
    line-height: 33px;
    padding: 2px 7px; 
    text-decoration: none;   
    cursor: pointer;
}

.header_top_nav_link:after{
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 13px;
    width: 1px;
    height: 10px;
    background-color: #ffffff;
}

#header_right_col_social{
	float: right;
    width: auto;
    height: 100%
}
#header_search {
    float: right;
    position: relative;
    display: block;
    width: 200px;
    background: none;
    border: 2px solid rgba(255,255,255,1);
    border-radius: 25px;
    height: 31px;
    margin: 0px auto auto 20px;
    text-indent: 20px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    outline: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-image: url(../images/search_icon.png);
    background-repeat: no-repeat;
    background-position: 96% 40%;
}
#header_search::-webkit-input-placeholder{
	color: #ffffff !important;
}
#header_right_col_social ul {
    position: relative;
    height: 100%;
    width: 100%;
}
#header_right_col_social ul li {
    position: relative;
    display: block;
    float: left;
    top: 7px;
    padding:0px 2px;
}
#header_right_col_social ul li a {
    height: 100%;
    width: 100%;
    cursor: pointer;
    display: block;
}

.header_top_nav_link:hover{
	text-decoration: underline;
}
.header_top_nav_hello{
    display: block;
    position: relative;
    height: 100%;
    color: #CCCCCC;
    font-weight: 300;
    font-size: 13px;
    line-height: 33px;
    padding: 0px 7px;
    margin-left: 5px;
}

.header_top_nav_hello a{
    color: #cccccc;
    text-decoration: underline;
    font-weight: 300;
}
#header_navigation_wrapper{
    width: 100%;
    position: relative;
    background-color: #0d3150;
    padding: 15px 0px;
}
#header_navigation_container{
    width: 95%;
    max-width: 1250px;
    margin: auto;
}
.header_navigation_nav{
    position: relative;
    width: 100%;
}
.header_navigation_nav li{
    position: relative;
    display: block;
    float: left;
    width: auto;
    height: 100%;
}
.header_navigation_nav li a{
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-decoration: none;
    padding: 0px 42px;
    text-transform: uppercase;
}
.header_bottom_link_item{
	color: #fff;
    font-size: 21px;
    font-weight: 400;
    text-decoration: none;
    padding: 0px 13px;
}












#landing_how_we_work_wrapper {
    width: 100%;
    background-color: #eff4ff;
    height: 600px;
}
#landing_how_we_work_container {
    width: 100%;
    max-width: 1250px;
    margin: auto;
    position: relative;
}
#landing_how_we_work_right_col {
    position: relative;
    float: left;
    width: 600px;
    height: auto;
    top: 165px;
    text-align: center;
}
#landing_how_we_work_left_col {
    position: absolute;
    width: 640px;
    height: auto;
    top: 0px;
    right: 0px;
}
#landing_how_we_work_left_col img{
    top: -12px;
    left: -85px;
    position: relative;
    display: block;
    width: 900px;
}
.landing_how_we_work_pre {
    color: #1e1e23;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-style: italic;
}
#landing_how_we_work_right_col h3 {
    font-size: 56px;
    line-height: 71px;
    margin-bottom: 20px;
    text-align: left;
    color: #f16334;
    color: #ff5147;
    color: #1e1e23;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: 1px 1px 0px #fff;
    text-transform: uppercase;
}
#landing_how_we_work_right_col h3 span{
    color: #3398fe;
    display: block;
}
.landing_how_we_work_para {
    font-size: 20px;
    color: #1e1e23;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 12px;
    text-align: center;
}
.main_cta_btn {
    background: #80b11e;
    background: -moz-linear-gradient(top, #a9d72f 0%, #80b11e 100%);
    background: -webkit-linear-gradient(top, #a9d72f 0%,#80b11e 100%);
    background: linear-gradient(to bottom, #a9d72f 0%,#80b11e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9d72f', endColorstr='#80b11e',GradientType=0 );
    border: 0px;
    padding: 21px 27px;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    outline: none;
}
.main_cta_btn:focus,.main_cta_btn:active{
	outline: none;
	border: 0px;
}
.home_product_list_join_btn{
    background: #ff5146;
    border: 0px;
    padding: 23px 27px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 4px;
    cursor: pointer;
    margin: 20px auto auto auto;
    display: block;
}
.main_cta_btn:hover {
    background: #6aa205;
}

.header_bottom_link_item:hover{
    cursor: pointer;
    text-decoration: none;
    color: #d48cec;
}

.header_mid_link_item{
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    padding: 0px 15px;
    text-transform: uppercase;
}
.header_mid_link_item:hover{
    cursor: pointer;
    text-decoration: none;
    color: #dddddd;
}
#landing_special_banner_wrapper{
    position: relative;
    width: 100%;
    padding: 15px 0px;
    background-color: #8bbc2b;
}
#landing_special_banner_container{
    width: 95%;
    margin: auto;
}
#landing_special_banner_container p{
    color: #fff;
    font-size: 18px;
    text-align: center;
}


















		/* Small header (coverage checker/ login) */
		#small_top_wrapper{
			display: block;
			position: relative;
			width: 100%;
			height: 31px;
			border-bottom: 1px solid rgba(255,255,255,0.1);
			background-color: #101010;
		}
		#small_top_container{
			width: 95%;
			max-width: 1300px;
			position: relative;
			margin: auto;
			height: 100%;
		}
		#small_top_right_col{
			position: relative;
			float: right;
			height: 100%;
		}
		#small_top_right_col ul{
			position: relative;
			height: 100%;			
		}
		#small_top_right_col ul li {
			position: relative;
			float: left;
			display: block;
			height: 100%;
		}
		#small_top_right_col ul li a{
			color: #7a7a7a;
			text-decoration: none;
			position: relative;
			display: block;
			height: 100%;
			font-size: 13px;
			margin-left: 20px;
			line-height: 31px;
		}
		#small_top_right_col ul li a:after{
		    content: "";
		    display: block;
		    position: absolute;
		    right: -10px;
		    top: 10px;
		    width: 1px;
		    height: 10px;
		    background-color: #7a7a7a;
		}
		#small_top_right_col ul li:last-child a:after{
		    content: "";
			display: none !important;
		}

		#small_top_right_col ul li a:hover{
			cursor: pointer;
			color: #ffd300;
		}

		/* Logo -  Naviation  - Search */
		#header_wrapper{
			width: 100%;
			position: relative;
			/*
			height: 130px;
			*/
			height: 110px;
			background-color: #174c99;
			background-color: #1f2f6b;


			z-index: 10;
		}
		#header_wrapper:after{
	
			display: block;
			bottom: 0px;
			left: 0px;
			width: 100%;
			height: 80px;
			/*
			background: #174c99;
			background: -moz-linear-gradient(top, #174c99 0%, #114086 100%);
			background: -webkit-linear-gradient(top, #174c99 0%,#114086 100%); 
			background: linear-gradient(to bottom, #174c99 0%,#114086 100%); 
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#174c99', endColorstr='#114086',GradientType=0 );
			*/
			background: #172351; /* Old browsers */
			
			position: absolute;	
			z-index: -10;
		}
		#header_container{
			width: 95%;
			max-width: 1200px;
			margin: auto;
			height: 100%;
		}
		#header_left_col{
			position: relative;
			height: 100%;
			width: 10%;
			float: left;
			display: block;
		}
		#header_mid_col{
			height: 100%;
			width: 73%;
			float: left;
			display: block;
		}
		#header_mid_top_col{
			position: relative;
			width: 100%;
			height: 50px;
		}
		#header_basket_container{
			position: relative;
			float: right;
			color: #ffffff;
			background-color: #304286;
			border: 1px solid rgba(255,255,255,0.2);
			border-radius: 4px;
			top: -2px;
			cursor: pointer;
		}
		#header_basket_container_left_col{
		    float: left;
		    position: relative;
		    text-align: center;
		    border-right: 1px solid rgba(255,255,255,0.1);
		    padding: 5px 15px;
		}
		#header_basket_container_right_col{
			float: left;
		    padding: 5px 15px;
		}
		#header_basket_container_right_col p{
			font-size: 15px;
			font-weight: 400;
    		top: 10px;
    		position: relative;
		}
		#header_left_col a{
			color: #ffd300;
			font-size: 21px;
			font-weight: 400;
			text-decoration: none;
			line-height: normal;
			display: block;
			height: 100%;
		}
		#header_left_col a img{
			width: 90px;
			position: relative;
   			margin-top: 17px;
		}
		#header_mid_col ul{
			height: 100%;
		    width: 805px;
		    margin: auto;
    		text-align: center;
		}
		#header_mid_col ul li{
			height: 100%;
			float: left;
			display: block;
			padding: 0px 10px;
		}
		#header_mid_col ul li a{
			position: relative;
			display: block;
			height: 100%;
			font-size: 21px;
			font-weight: 400;
			color: #fff;
			text-decoration: none;
			margin: 0px 15px;
			line-height: 85px;
		}
		#header_mid_col ul li a:hover{
			cursor: pointer;
			text-decoration: underline;
		}
		#header_mid_col ul li:last-child a{
			margin-right: 0px !important;
		}
		#header_basket_amount{
		    position: absolute;
		    top: 10px;
		    right: 16px;
		    width: 16px;
		    height: 16px;
		    background-color: #5cb528;
		    border-radius: 10px;
		    color: #fff;
		    text-align: center;
		    font-size: 10px;
		    line-height: 16px;
		}
		#header_mid_apply_now_btn{
			color: #172351 !important;
		    background-color: #fff !important;
		    width: auto !important;
		    position: relative !important;
		    line-height: 20px !important;
		    margin-top: 19px !important;
		    font-size: 18px !important;
		    padding: 10px 30px !important;
		    border-radius: 18px !important;
		}
		#header_mid_apply_now_btn:hover{
			text-decoration: none !important;
		}
		.header_mid_sub_items li a:before{
			content: "";
			display: none !important;
		}
		.header_link_active{
			color: #ffd300 !important;
		}
		
		#header_search::-webkit-input-placeholder{
			color: #494949;
		}		
		#header_search:focus{
		    outline: none;
		    background-color: rgba(255,255,255,0.2);
		    color: #fff;
		}
		#sub_header_wrapper{
			width: 100%;
			position: relative;
			height: 40px;
			background-color: #234d9e;
			background-color: #1f2f6b;
		    border-top: 1px solid rgba(255,255,255,0.1);
		}
		#sub_header_container{
			width: 95%;
			max-width: 1200px;
			margin: auto;
			height: 100%;
		}
		#sub_header_container ul{
			position: relative;
			display: block;
			width: 100%;
			height: 100%;
		}
		#sub_header_container ul li{
			float: left;
			height: 100%;		
    		text-align: center;
   			position: relative;
   			width: 12%;
		}
		#sub_header_container ul li:last-child:after{
			display: none;
		}
		#sub_header_container ul li a{
			height: 100%;
			position: relative;	
			display: block;
			color: #ffffff;
			text-decoration: none;
			line-height: 40px;
		    text-transform: uppercase;
		    font-size: 14px;
		    font-weight: 100;

		}
		#sub_header_container ul li:after{
		    content: "";
		    width: 1px;
		    height: 20px;
		    background-color: rgba(255,255,255,0.2);
		    position: absolute;
		    top: 10px;
		    right: 0px;		
		}
		#sub_header_container ul li a:hover{

		}
		#header_mid_bottom_col{
			width: 100%;
			margin: auto;
			margin-top: 15px;
		}

		/* Home page main images */
		#home_slideshow_wrapper{
			position: relative;
			width: 100%;
			height: 740px;
			overflow: hidden;
			display: block;
		}
		.home_slideshow_single{
		    position: relative;
		    width: 100%;
		    height: 100%;
		    overflow: hidden;
		    display: none;
		}
		.home_slideshow_first{
			background-color: #7160a6;
		    background-image: url(http://www.yescatalogue.co.uk/images/yes_catalogue_woman_img.png);
		    background-repeat: no-repeat;
		    background-size: contain;
		    display: block;
		    background-position: 80%;
		}
		.home_slideshow_iphone8{
			/*background: linear-gradient(45deg, rgb(97, 60, 218) 0%, rgb(240, 54, 249) 62%);*/
			background: #37354a;
		    display: block;
		}
		.home_slideshow_iphone8 h1{
			color: #fccb0b;
		}
		#home_slideshow_5{
			background: #b06fc8;
		    background: -moz-linear-gradient(0deg, #b06fc8 0%, #365aba 100%);
		    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#b06fc8), color-stop(100%,#365aba));
		    background: -webkit-linear-gradient(0deg, #b06fc8 0%,#365aba 100%);
		    background: -o-linear-gradient(0deg, #b06fc8 0%,#365aba 100%);
		    background: -ms-linear-gradient(0deg, #b06fc8 0%,#365aba 100%);
		    background: linear-gradient(0deg, #b06fc8 0%,#365aba 100%);
		    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b06fc8', endColorstr='#365aba',GradientType=1 );
		}
		#home_slideshow_2{
			background-color: #000;
		}
		.home_slideshow_2_img{
			position: absolute;
		    bottom: 0px;
		    right: 0px;
		}
		#home_slideshow_3{
		    background-image: url('https://sunshinemobile.co.uk/images/backgrounds/iphone_x_background.png');
		    background-repeat: no-repeat;
		    background-size: cover;
		    display: none;
		    overflow: hidden;
		}

		#home_slideshow_4{
		    display: none;
		    overflow: hidden;
		}
		.home_slideshow_3_img{
		    position: absolute;
		    bottom: 0px;
		    right: 0px;
		    display: block;
		    left: 650px;
		    margin: auto auto auto auto;
		}
		.home_slideshow_4_img,.home_slideshow_1_img{
		    position: absolute;
		    right: 0px;
		    display: block;
		    margin: auto auto auto auto;
		    opacity: 1;
		}
		.landing_page_iphone_8_img{
		    position: absolute;
		    bottom: 0px;
		    right: 0px;
		    display: block;
		    left: 600px;
		    margin: auto auto auto auto;
		    width: 600px;
		    height: auto;
		}
		.landing_page_note8_img{
		    position: absolute;
		    bottom: 0px;
		    right: 0px;
		    display: block;
		    left: 600px;
		    margin: auto auto auto auto;
		    width: 309px;
		    height: auto;
		}
		.landing_page_iphone_7_img{
		    position: absolute;
		    top: 0px;
		    right: 0px;
		    display: block;
		    left: 600px;
		    margin: auto auto auto auto;
		    height: auto;
		}
		.landing_page_iphone_6_img{
		    position: absolute;
		    top: 0px;
		    right: 0px;
		    display: block;
		    left: 600px;
		    margin: auto auto auto auto;
		    height: auto;
		}
		.landing_page_galaxy_8_img{
		    position: absolute;
		    bottom: 0px;
		    right: 0px;
		    display: block;
		    left: 600px;
		    margin: auto auto auto auto;
		    height: auto;
		}



		/*	@-webkit-keyframes home_slide_one_animation{
			    0% {
					transform:scale(1.,1); 
				}
			    100% { 
					transform:scale(2,2);
			   } 
			}
		*/
		#featured_items_container{
			width: 95%;
			max-width: 1300px;
			position: relative;
			margin: auto;
			height: 100%;
			padding: 20px 0px;
		}
		.featured_items_single_container{
			position: relative;
			width: 25%;
			float: left;
			text-align: center;
		}
		.featured_items_single_container img{
			position: relative;
			margin: auto;
		}
		.featured_items_single_container p{
		    font-size: 18px;
		    line-height: 27px;
		    color: #1e2d6d;
			font-weight: 600;		    
		}

		#you_choose_phone_wrapper{
			width: 100%;
			position: relative;
			background-color: #fff;
		}
		#you_choose_phone_container{
			width: 95%;
			max-width: 1300px;
			position: relative;
			margin: auto;
			height: 100%;
			padding: 80px 0px;
		}
		#you_choose_phone_left_col{
			position: relative;
			float: left;
			width: 60%;
		}
		#you_choose_phone_right_col{
			position: relative;
			float: right;
			width: 36%;
		}
		.home_para{
			font-size: 14px;
			line-height: 22px;
			color: #666666;
			margin-bottom: 30px;
		}

		.home_slider_1_btn{
		    width: 250px;
		    position: relative;
		    display: block;
		    height: 55px;
		    background-color: #b16cc9;
		    color: #1f2f6b;
		    font-size: 18px;
		    font-weight: normal;
		    border: 0px;
		    outline: none;
		    box-shadow: none;
		    border-radius: 27px;
		    text-align: left;
		    text-indent: 20px;
		    cursor: pointer;
		    margin: auto;	
		    line-height: 56px;
		    text-decoration: none;		
		}
		.home_slider_1_btn:hover{
			    background-color: #daad01;
		}
		.home_slider_5_btn{
		    width: 250px;
		    position: relative;
		    display: block;
		    height: 55px;
		    background-color: #2655bb;
		    color: #fff;
		    font-size: 18px;
		    font-weight: normal;
		    border: 0px;
		    outline: none;
		    box-shadow: none;
		    border-radius: 27px;
		    text-align: left;
		    cursor: pointer;
		    margin: auto;	
		    line-height: 56px;
		    text-decoration: none;	
		    text-align: center;	
		}
		.home_slider_5_btn:hover{
			background-color: #000;
		}
		.home_slider_2_btn{
		    width: 250px;
		    position: relative;
		    display: block;
		    height: 55px;
		    background-color: #b16cc9;
		    color: #1f2f6b;
		    font-size: 18px;
		    font-weight: normal;
		    border: 0px;
		    outline: none;
		    box-shadow: none;
		    border-radius: 27px;
		    text-align: left;
		    text-indent: 20px;
		    cursor: pointer;
		    line-height: 56px;
		    text-decoration: none;
		    margin: auto;	
		}
		.home_slider_3_btn{
		    width: auto;
			position: relative;
		    display: inline-block;
		    height: 62px;
		    background: #ffffff;
		   	color: #581685;
		    font-size: 19px;
		    font-weight: 600;
		    border: 0px;
		    outline: none;
		    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
		    border-radius: 45px;
		    text-align: left;
		    text-indent: 0px;
		    cursor: pointer;
		    line-height: 61px;
		    text-decoration: none;
		    padding: 0px 29px;
		}	
		.home_slider_3_btn:hover{
			background-color: #dddddd;
		}
		.browse_phones_btn_arrow_left{
			position: absolute;
		    left: 8px;
		    top: 8px;
		}
		.browse_phones_btn_arrow_home{
			position: absolute;
		    right: 9px;
		    top: 9px;
		}


		.home_slideshow_1_txt_container{
			position: absolute;
			top: 160px;
			left: 0;
			right: 0;
			margin: auto;
			width: 900px;
			font-weight: bold;
		}
		.home_slideshow_1_txt_container h1{
			font-size: 70px;
			line-height: 67px;
			color: #b16cc9;
			text-align: center;
			margin-bottom: 20px;
		    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
		}
		.home_slideshow_1_txt_container h1 span{
			color: #fff;
		}
		.home_slideshow_1_txt_container p{
			color: #fff;
			font-size: 21px;
			line-height: 30px;
			text-align: center;
			font-weight: 300;
			margin-bottom: 35px;
		}











		.home_slideshow_5_txt_container{
			position: absolute;
			top: 160px;
			left: 0;
			right: 0;
			margin: auto;
			width: 850px;
			font-weight: bold;
		}
		.home_slideshow_5_txt_container h1{
		    font-size: 49px;
		    line-height: 70px;
		    color: #37354a;
		    text-align: center;
		    margin-bottom: 20px;
		    font-family: Circular Std;
		    font-weight: 900;
		}
		.home_slideshow_5_txt_container h1 span{
			color: #fff;
		    text-shadow: 3px 3px 10px rgba(0,0,0,0.2);
		    font-size: 90px;
		}
		.home_slideshow_5_txt_container h1 i{
			font-weight: 900;
   			 text-decoration: underline;
		}
		.home_slideshow_5_txt_container p{
			color: #fff;
			font-size: 20px;
			line-height: 26px;
			text-align: center;
			font-weight: 300;
			margin-bottom: 35px;
		}





		.home_slideshow_2_txt_container{
			position: relative;
			top: 140px;
			width: 630px;
			font-weight: bold;
		}
		.home_slideshow_2_txt_container h1{
			font-size: 59px;
			line-height: 64px;
			color: #fff;
			text-align: left;
			margin-bottom: 25px;
		    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
		    text-align: center;
		}
		.home_slideshow_2_txt_container h1 span{
			color: #b16cc9;
		}
		.home_slideshow_2_txt_container p{
			color: #fff;
			font-size: 18px;
			line-height: 26px;
			text-align: center;
			font-weight: 300;
			margin-bottom: 35px;
			width: 100%;
		}	


		.home_slideshow_3_txt_container{
			position: relative;
			top: 150px;
			left: 20px;
			width: 630px;
			font-weight: bold;
			z-index: 2;
		}
		.home_slideshow_3_txt_container h1{
			font-size: 67px;
			line-height: 57px;
			color: #fff;
			margin-bottom: 25px;
		    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
		    text-align: left;
		}
		.home_slideshow_3_txt_container h1 span{
			color: #b16cc9;
		 	font-size: 51px;
		    font-weight: 400;

		}
		.home_slideshow_3_txt_container p{
			color: #fff;
			font-size: 18px;
			line-height: 26px;
			text-align: left;
			font-weight: 300;
			margin-bottom: 35px;
			width: 100%;
		}
		.home_slideshow_4_txt_container{
			position: relative;
			top: 250px;
			left: 80px;
			width: 710px;
			font-weight: bold;
			z-index: 2;
		}

		#home_slideshow_2_container{
			position: relative;
		    width: 95%;
		    max-width: 1300px;
		    height: 100%;
		    margin: auto;
		    z-index: 2;
		}
		#home_slideshow_3_container{
			position: relative;
		    width: 95%;
		    max-width: 1300px;
		    height: 100%;
		    margin: auto;
		    z-index: 2;
		}
		#home_slideshow_4_container{
			position: relative;
		    width: 95%;
		    max-width: 1300px;
		    height: 100%;
		    margin: auto;
		    z-index: 2;
		}
		#you_choose_img_slider_main_left{
			width: 50px;
			float: left;
			position: relative;
			top: 110px;
		}
		#you_choose_img_slider_main_right{
			width: 50px;	
			float: left;		
			position: relative;
			top: 110px;
		}
		#you_choose_img_slider_main{
			position: relative;
			float: left;
			width: 660px;
			height: 315px;
			overflow: hidden;
		}
		#you_choose_img_slider_main ul{
			position: relative;
			width: 500%;
		}
		#you_choose_img_slider_main ul li{
			position: relative;
			float: left;
			width: 190px;
			margin: 0px 15px;
			text-align: center;
			margin-top: 70px;
		}
		#you_choose_img_slider_main ul li a{	
			position: relative;
			display: block;
			text-decoration: none;
			width: 100%;
			height: 100%;
		}
		#you_choose_img_slider_main img{
			margin-bottom: 10px;
			position: relative;
			width: auto;
			height: 180px;
		}
		.you_choose_phone_name{
		    font-size: 16px;
		    line-height: 17px;
		    color: #1f2f6b;
		    text-align: center;
		    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;
		}

		.you_choose_img_slider_arrow{
			position: relative;
			display: block;
			width: 38px;
			height: 38px;
			cursor: pointer;
		}
		#you_choose_slider_arrow_left{
			margin-right: 10px;
		}
		#you_choose_slider_arrow_right{
			margin-left: 10px;			
		}

		/* Home Application*/ 
		#home_application_wrapper{
			width: 100%;
			position: relative;
			background-color: #f5f5f5;    
			border-top: 1px solid rgba(0,0,0,0.1);
		}
		#home_application_container{
			width: 95%;
			max-width: 1300px;
			position: relative;
			margin: auto;
			padding: 100px 0px;	
		}
		#home_application_right_app_container{
			width: 95%;
			max-width: 850px;
			position: relative;
			background-color: #f7f7fd;
			border: 1px solid rgba(0,0,0,0.1);
			border-radius: 6px;
			padding: 35px;
			margin: 30px auto auto auto;
			text-align: left;
		}
		.home_apply_left_col_input_container{
		    width: 31%;
		    float: left;
		    margin: 0px 1% 20px 1%;
		}
		#home_optin_container{
		    margin-top: 5px;
		}
		#home_optin_container input{
		    float: left;
		    display: inline;
		    width: 4%;
		}
		#home_optin_container p{
		    font-size: 13px;
		    font-weight: 400;
		    color: #000;
		    margin-bottom: 7px;
		    display: inline;
		    float: left;
		    width:90%;
		    line-height: 17px;
		}
		#home_apply_short_form input[type="text"]:focus,#form-stage1 input[type="text"]:focus{
		    outline:none;
		    background-color: #fff8dd;
		}
		.dateofbirth_dropdown{
			width: 30%;
		    display: block;
		    float: left;
		    text-indent: 5px;
		    margin: 0px 1.5%;

		}
		#home_apply_left_col_submit_container{
		    text-indent: 0px;
		    outline: 0px;
		    position: relative;
		    margin-top: 25px;
		    text-align: center;
		}
		#home_apply_left_col_submit_container input{
			text-align: center;
		    border: 1px solid #3d3d97;
		    color: #fff;
		    padding: 10px 25px;
		    background-color: #3d3d97;
		    -webkit-border-radius: 4px;
		    -moz-border-radius: 4px;
		    -o-border-radius: 4px;
		    -ms-border-radius: 4px;
		    border-radius: 4px;
		    outline: 0px;
		    text-indent: 0px;
		    cursor: pointer;
		    font-size: 12px;
		    -webkit-appearance: none;
		}
		.apply_create_title{
			font-size: 22px;
		    line-height: 29px;
		    color: #333333;
		    font-weight: 500;
		    margin-bottom: 25px;
		    margin-top: 10px;
		}
		.apply_create_bank_title{
			font-size: 22px;
		    line-height: 29px;
		    color: #1f2f6b;
		    font-weight: 500;
		    margin-bottom: 25px;
		    margin-top: 25px;
		}
		.application_dark_overlay{
			position: fixed;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			background-color: rgba(0,0,0,0.5);
			z-index: 1000;
			display: none;
		}
		.application_save_modal_overlay_wrapper{
			position: fixed;
			top: 0px;
			left: 0px;
			bottom: 0px;
			right: 0px;
			z-index: 10001;
			width: 620px;
			height: 205px;
			margin: auto;
			padding: 30px 30px;
			border-radius: 8px;
			background-color: #f3f3f3;
			border: 1px solid rgba(0,0,0,0.1);
			display: none;
		}
		.application_change_product_overlay_wrapper{
			position: fixed;
			top: 0px;
			left: 0px;
			bottom: 0px;
			right: 0px;
			z-index: 10001;
			width: 645px;
			height: 305px;
			margin: auto;
			padding: 30px 30px;
			border-radius: 8px;
			background-color: #f3f3f3;
			border: 1px solid rgba(0,0,0,0.1);
			display: none;
		}
		.application_save_modal_title{
		    font-size: 46px;
		    color: #37354a;
		    line-height: 50px;
		    font-weight: bold;
		    margin-bottom: 10px;
		    text-align: center;
		}
		.application_save_modal_sub_title{
			font-size: 20px;
		    line-height: 26px;
		    color: #1f2f6b;
		    margin-bottom: 20px;
		    text-align: center;
		}





		#home_application_trust_pilot_img{
			text-align: right;
		    display: block;
		    margin: auto 0 auto auto;
		    top: -10px;
		    position: relative;
		    width: 100%;
    		max-width: 260px;		    
		}
		#customer_approval_modal,#previous_customer_modal{
			background-color: #f9fbff;
		    position: fixed;
		    bottom: 40px;
		    right: 40px;
		    border-radius: 8px;
		    z-index: 10;
		    width: 100%;
		    max-width: 400px;
		    padding: 15px;
		    border: 1px solid #dde0e6;
		    box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
		    display: none;
		}
		#customer_approval_modal p,#previous_customer_modal p{
			text-align: left;
		    font-size: 16px;
		    font-weight: 300;
		    line-height: 21px;
		    color: #1f2f6b;
		    text-shadow: 1px 1px 0px rgba(255,255,255,0.1);
			float: left;
			width: 80%;
			margin-left: 5%;
			margin-top: 5px;
		}
		#customer_approval_modal p span, #previous_customer_modal p span{
			font-weight: 500;
		}
		#customer_approval_modal img, #previous_customer_modal img{
			position: relative;
			float: left;
			width: 50px;
			height: auto;
			border:1px solid #e0e0e0;
			padding: 2px;
			background-color: #fff;
			border-radius: 4px;	
		}
		.customer_approval_stars{
		    margin-left: 15px;
		    width: 100px !important;
		    border: 0px !important;
		    margin-bottom: 0px !important;
		    background: none !important;
		}
		.customer_approval_modal_close{
			position: absolute;
		    top: 10px;
		    right: 11px;
		    width: 12px;
		    height: 12px;
		    z-index: 100;
		    background-image: url(../images/icons/customer_approval_close_btn.png);
		    background-size: cover;
		    cursor: pointer;
		}	



		/* article page */
		.article_wrapper{
			position: relative;
			display: block;
			width: 100%;
			background-color: #fff;
		}
		.article_container{
			position: relative;
			width: 95%;
			max-width: 1200px;
			margin: auto;
			padding: 150px 0px 50px 0px;			
		}
		.how_we_work_sub_title{
		    font-size: 16px;
		    line-height: 24px;
		    color: #000000;
		    font-weight: 400;
		    text-align: center;
		}
		.how_we_work_sub_title span{
			font-weight: 700;
		}
		.article_page_sub_heading{
		    font-size: 18px;
		    line-height: 24px;
		    color: #1f2f6b;
		    margin-bottom: 20px;
		    text-align: center;
		}

		.article_page_para{
		    font-size: 12px;
		    line-height: 19px;
		    color: #666666;
		    text-align: center;
		}

		.products_wrapper{
			position: relative;
			display: block;
			width: 100%;
			background-color: #fff;
		}
		.products_container{
			position: relative;
			width: 95%;
			max-width: 1350px;
			margin: auto;
			padding: 10px 0px;	
		}
		.products_view_phone_btn{
			border: 2px solid #1f2f6b;
			border-radius: 25px;
			color: #1f2f6b;
			font-size: 16px;
			width: 170px;
			margin: auto;
			text-align: center;
			background-color: #fff;
			color: #1f2f6b;		
    		font-weight: 500;
    		cursor: pointer;		
    		padding: 10px 0px;
    		display: block;
    		text-decoration: none;
		}
		.products_view_phone_btn:active,.products_view_phone_btn:focus{
			outline: none;
		}

		.products_view_phone_btn:hover{
			background-color: #1f2f6b;
			color: #fff;
		}
		.products_view_phone_btn:hover a{
			color: #fff;
		}
		.products_options_wrapper{
			position: relative;
			width: 100%;
			border-bottom: 1px solid rgba(0,0,0,0.1);
		}
		.products_options_wrapper.sticky {
			position:fixed;
			top:0;
			background:white;
			z-index:100; 
			height:100px;
		}

		.products_options_wrapper.sticky .products_options_container {
			padding:10px;
		}
		.products_options_container{
			width: 95%;
		    max-width: 1300px;
		    position: relative;
		    margin: auto;
		    height: 100%;
		    padding: 20px 0px 30px 0px;
		}
		.products_options_dropdown_container{
			position: relative;
			width: 290px;
			margin-left: 25px;
			float: right;
		}
		.products_options_dropdown_container p{
		    font-size: 14px;
		    line-height: 22px;
		    color: #666666;
		    text-align: left;
		    margin-bottom: 5px;
		}
		.products_options_dropdown_container select:hover{
			background-color: #e0dddd;
		}
		.products_options_dropdown_container select:focus{
			outline: none;
		}
		.products_options_dropdown_container select:active{
			outline: none;
		}

		/* Detailed Products section */
		#product_details_container{
			width: 95%;
			max-width: 1200px;
			position: relative;
			margin: auto;
			height: 100%;
			padding: 80px 0px;
		}
		#product_details_left_col{
			position: relative;
			width: 13%;
			float: left;
		}
		#product_details_mid_col{
			position: relative;
			width: 71%;
			float: right;
			margin-right: 11%;
		}
		#product_details_top_col_container{
			width: 55%;
    		float: left;
		}		
		#product_details_prime_image{
			width: 95%;
			height: auto;
			margin: auto;
			z-index: 5;
			padding: 2.5%;
			background-color: #fff;
		    border-radius: 8px;
		    border: 1px solid rgba(100,100,100,0.1);
		    box-shadow: 2px 2px 20px rgba(100,100,100,0.1);
		}
		#product_details_prime_image_bg{
			z-index: 4;
		    width: 100%;
		    max-width: 190px;
		    height: 90%;
		    position: absolute;
		    /* box-shadow: 15px 15px 40px rgba(0,0,0,0.6); */
		    margin: auto;
		    top: 20px;
		    left: 15px;
		}
		#product_details_description_wrapper{
			background-color: #ffffff;
			display: block;
			position: relative;
			width: 100%;			
		}
		#product_details_description_container{
			width: 95%;
			max-width: 1300px;
			position: relative;
			margin: auto;
			height: 100%;
			padding: 60px 0px;
		}
		.product_details_description_title{
		    font-size: 21px;
		    line-height: 27px;
		    color: #1f2f6b;
		    margin-bottom: 10px;
		    font-weight: 500;
		}
		.product_details_description_para{
		    font-size: 14px;
		    line-height: 22px;
		    color: #666666;
		}
		.product_details_description_single_col{
			position: relative;
			margin-bottom: 30px;
		    border-bottom: 1px solid rgba(0,0,0,0.1);
		    padding-bottom: 30px;
		}
		.product_details_description_single_col ul li{
			list-style-type: disc;
		    font-size: 14px;
		    line-height: 22px;
		    color: #666666;
		    list-style-position: inside;
		}


		.product_details_phone_name{
		    color: #37354a;
		    font-size: 42px;
		    font-weight: 600;
		    margin-bottom: 12px;
		}
		.product_details_12_payments{
		    color: #37354a;
		    font-size: 29px;
		    font-weight: 400;
		    border-bottom: 1px solid rgba(0,0,0,0.1);
		    margin-bottom: 20px;
		    padding-bottom: 10px;
		}
		.product_details_right_criteria{
			margin-bottom: 15px;
		}
		.product_details_right_criteria label{
		    font-size: 14px;
		    line-height: 22px;
		    color: #494949;
		    text-align: left;
		    margin-bottom: 3px;
		    position: relative;
		    display: block;
		    font-weight: 500;
		}
		.product_details_right_criteria select{
			background-color: #f2f2f2;
		    border: 1px solid rgba(100,100,100,0.2);
		    border-radius: 4px;
		    color: #494949;
		    font-size: 15px;
		    text-indent: 10px;
		    height: 42px;
		    cursor: pointer;
			background-image: url('https://sunshinemobile.co.uk/images/icons/sunshine_dropdown_menu_icon.png');
			background-repeat: no-repeat;
		    background-position: 96%;	
		    -webkit-appear:none;
		    -moz-appearance:none;
		    -ms-appearance:none;
		    -o-appearance:none;				    
		}
		.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_title{
			position: relative;
			margin-bottom: 10px;
			font-weight: 600;
		}
		.product_details_starter_pack_single_col{
			position: relative;
			float: left;
			width: 60%;
		}
		#product_details_starter_pack_single_col_first{
			width: 40%;
		}
		.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;
		}
		#application_loading_wrapper{
			display: none;
		}
		.product_details_right_sub_container{
			position: relative;
			width: 70%;
		}
		.product_details_price_per_week{
			margin-top: 25px;
			margin-bottom: 25px;
		}
		.product_details_price_per_week p{
		    color: #37354a;
		    font-size: 20px;
		    font-weight: 100;
		    line-height: 27px;
		}
		.product_details_price_per_week p span{
		    font-weight: 500;
		    color: #0ab21b;
		}
		#product_details_price_upfront{
		    font-weight: 500;
		    color: #ea1515;
		    font-size: 20px;
		    line-height: 24px;	    
		}
		.product_details_nothing_to_pay_container{
			position: relative;
			padding: 15px;
			color: #4d4d4d;
			background-color: #e0f3e2;
			border: 1px solid #96d99d;
			border-radius: 4px;
		}

		.product_details_nothing_to_pay_container p{
			font-size: 15px;
		    font-weight: 400;
		    line-height: 21px;
		    color: #383838
		}
		.product_details_nothing_to_pay_container p span{
			text-decoration: underline;
			color: #0ab21b;
			font-weight: 500;
		}

		.product_details_features_container{
			background-color: rgba(0,0,0,0.05);
			position: relative;
			padding: 8px 17px;
			display: inline-block;
			border-radius: 6px;
			width: 250px;
		}
		.product_details_features_container p{
			color: #3a3a3a;
		    font-size: 17px;
		    font-weight: 400;
		    line-height: 22px;
		}
		#product_details_choose_phone_btn{
			width: 250px;
		    position: relative;
		    display: block;
		    height: 55px;
		    background-color: #8660c9;
		    color: #ffffff;
		    font-size: 18px;
		    font-weight: 300;
		    border: 0px;
		    outline: none;
		    box-shadow: none;
		    border-radius: 27px;
		    text-align: left;
		    text-indent: 20px;
		    cursor: pointer;
		    margin-top: 25px;
		    line-height: 55px;
			text-decoration: none;
		}
		#product_details_choose_phone_btn:hover{
			background-color: #6e4ea7;
		}
		.product_details_thumbnail_icon > img {
			max-width:95%;
			max-height:95%;
		}

		.product_details_thumbnail_icon{
			position: relative;
			background-color: white; /* #d8d8d8;*/ 
			border: 1px solid rgba(0,0,0,.15);
			transition:all .2s ease-in-out;
			border-radius: 6px;
			padding: 5px;
			text-align: center;
			cursor: pointer;
			width: 62px;
			height: 62px;
			margin: 0 60px 10px auto;
		}

		.product_details_thumbnail_icon:hover, .product_details_thumbnail_icon.active  {
			border: 1px solid #b16cc9;
		}

		.product_details_thumbnail_icon img{
			margin-top: 2px;
		}


		#faq_container{
			margin-top: 55px;
			margin-bottom: 20px;
		}
		.faq_single_container{

		}

		.faq_single_header{
		    border-top: 1px solid rgba(0,0,0,0.1);
		    width: 100%;
		    position: relative;
		    padding: 15px 0px;
			cursor: pointer;
		}
		.faq_single_header:hover p{
			text-indent: 20px;
		}		
		.faq_single_header img{
			display: inline-block;
			margin-right: 25px;
		}
		.faq_single_header p{
			display: inline-block;
			font-size: 17px;
		    color: #37354a;
		    text-align: center;
		    font-weight: 500;
			-webkit-transition:all 0.5s;
		}
		.faq_single_content{
			display: none;
		    padding: 20px 20px 20px 35px;
		    font-size: 14px;
		    line-height: 22px;
		    color: #666666;
		    text-align: left;	
		    border-top: 1px solid #e0e0e0;
		}
		.faq_single_content p{

		}
		.faq_active_content{
			background-color: #f5f5f5 !important;
		}

		#application_wrapper{
			position: relative;
			width: 100%;
			margin-top: 55px;
		}
		#application_right_col{
			float: right;
			position: relative;
			width: 30%;
		}
		#application_left_col{
			float: right;
			position: relative;
			width: 67%;
			margin-right: 3%;
		}
		.application_right_col_sub_container{
			position: relative;
			width: auto;
			padding: 20px;
			background-color: #fff;
			border-radius: 6px;
			border: 1px solid rgba(0,0,0,0.1);
			margin-bottom: 20px;
		}
		.application_right_col_title{
			font-size: 17px;
		    font-weight: 500;
		    border-bottom: 1px solid rgba(0,0,0,0.1);
		    text-transform: uppercase;
		    padding-bottom: 10px;
		    display: block;
		}
		#application_right_change_phone_btn{
		    font-size: 13px;
		    font-weight: 500;
		    position: absolute;
		    top: 0px;
		    right: 0px;
		    text-decoration: underline;
		    cursor: pointer;

		}
		#application_right_customers_trustpilot{
			margin: 20px auto 0px auto;
		    display: block;
		}
		#application_right_col_your_order_left{
			position: relative;
			float: left;
			width: 30%;
		}
		#application_right_col_your_order_right{
			position: relative;
			float: left;
			width: 70%;
		}
		#application_right_col_your_order_right p{
			font-size: 16px;
		    font-weight: 400;
		    text-align: left;
		    line-height: 29px;
		    margin-top: 0px;
		}
		#application_right_col_your_order_sub{
			padding: 20px 0px 0px 0px;
		}
		#application_right_col_your_order_detail{

		}
		#application_right_col_your_order_detail ul{

		}
		#application_right_col_your_order_detail ul li{
			position: relative;
			border-bottom: 1px solid rgba(0,0,0,0.1);
			padding-bottom: 10px;
			margin-bottom: 11px;
		}

		#application_right_col_your_order_detail ul li:last-child{
			border-bottom: 0px;
		    padding-bottom: 0px;
		    margin-bottom: 0px;			
		}
		#application_right_col_your_order_detail ul li img{
			position: relative;
			display: inline-block;
			margin-right: 15px;
		}
		#application_right_col_your_order_detail ul li p{
			position: relative;
			display: inline-block;
		}
		.application_page_form_single{
			margin-bottom: 10px;
		}
		.application_single_form_container{
			position: relative;
			display: block;
			border-radius: 6px;
			background-color: #f3f3f3;
			border: 1px solid rgba(100,100,100,0.1);
			padding: 20px;
		}
		.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;
		}
		.application_form_span label span, .application_banking_details_span_date label span{
    		color: #ff0000;
		}
		.application_form_span input{
		    background-color: #fff;
		    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_form_span select{
		    background-color: #fff;
		    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-appear:none;
		    -moz-appearance:none;
		    -ms-appearance:none;
		    -o-appearance:none;				    
		}
		.application_form_span input:focus, .application_form_span select:focus{
		    outline: none;
    		background-color: #fff8dd;	
		}
		#app_optin_container p{
			font-size: 12px;
		    font-weight: 300;
		    color: #828386;
		    margin-bottom: 7px;
		    display: inline;
		    float: left;
		    width: 90%;
		    line-height: 18px;
		}
		#app_optin_container input{
			float: left;
		    display: inline;
		    width: 4%;
		}

		.app_postcode_search{
			position: relative;
			float: left;
			width: 65%;
			margin-right: 2%;
		}
		.application_save_email_invalid{
			border: 1px solid #ff0000 !important;
		}
		.application_form_postcode_span{
		    display: block;
		    position: relative;
		    width: 100%;
		    margin-bottom: 20px;
		    float: left;
		}
		.application_form_postcode_span label{
			font-size: 15px;
		    font-weight: 300;
		    color: #494949;
		    margin-bottom: 10px;
		    display: block;
		}
		.application_form_postcode_span label span{
			color: #ff0000;
		}
		.application_form_postcode_span input {
		    background-color: #fff;
		    border: 1px solid #e9e9e9;
		    height: 49px;
		    width: 64%;
		    text-indent: 20px;
		    padding: 0px;
		    border-radius: 4px;
		    float: left;
		    position: relative;
		    font-size: 14px;
		}
		.application_form_postcode_span input:focus{
			outline: none;
			background-color: #fff8dd;
		}
		#application_address_details_container{
			display: none;
		}
		#application_payment_details_container{
			display: none;
		}
		#application_overview_details_container{
			display: none;
		}
		.application_banking_details_span{
			display: block;
		    position: relative;
		    width: 50%;
		    margin-bottom: 25px;
		    float: left;
		}
		.application_banking_details_span_date{
			display: block;
		    position: relative;
		    width: 48%;
		    margin: 0px 1% 0px 1%;
		    float: left;
		}
		#how_we_work_container{
			position: relative;
			width: 100%;
			margin-top: 60px;
			margin-bottom: 20px;
		}
		#how_we_work_left_col{
			position: relative;
			display: block;
			float: left;
			width: 60%;
		}
		#how_we_work_right_col{
			position: relative;
			display: block;
			float: right;
			width: 35%;
		}
		.how_we_work_left_heading{
		    font-size: 19px;
		    line-height: 24px;
		    color: #333333;
		    margin-bottom: 10px;
		    font-weight: 600;
		}
		.how_we_work_left_title_heading{
		    font-size: 24px;
		    line-height: 27px;
		    color: #37354a;
		    margin-bottom: 15px;
		    font-weight: 500;			
		    text-decoration: underline;
		}
		.how_we_work_left_para{
		    font-size: 14px;
		    line-height: 22px;
		    color: #666666;
		    text-align: left;
		}
		#how_we_work_right_col_video_container{
			position: relative;
		    background-color: #f3f3f3;
		    border: 1px solid rgba(0,0,0,0.1);
		    padding: 6px;
		    border-radius: 6px;
		    width: 100%;
		}
		#how_we_work_right_col_video_container video{
			width: 100%;
		    height: auto;
		    cursor: pointer;
		}
		#contact_us_container{
			margin-top: 40px;
			margin-bottom: 20px;
		}
		#contact_us_left_col{
			position: relative;
			float: left;
			width: 67%;
			margin-right: 3%
		}
		#contact_us_right_col{
			position: relative;
			float: right;
			width: 30%;
		}
		#contact_us_right_sub_col{
			position: relative;
		    width: auto;
		    padding: 20px;
		    background-color: #fff;
		    border-radius: 6px;
		    border: 1px solid rgba(0,0,0,0.1);
		    margin-bottom: 20px;
		}
		.contact_right_col_title {
		    font-size: 16px;
		    font-weight: 600;
		    border-bottom: 1px solid rgba(0,0,0,0.1);
		    text-transform: uppercase;
		    padding-bottom: 10px;
		    display: block;
		}
		#contact_us_application_container{
			position: relative;
		    display: block;
		    border-radius: 6px;
		    background-color: #f3f3f3;
		    border: 1px solid rgba(100,100,100,0.1);
		    padding: 25px;
		}
		.contact_us_form_span{
			display: block;
		    position: relative;
		    width: 48%;
		    margin: 0px 1% 20px 1%;
		    float: left;
		    height: 65px;
		}
		.contact_us_form_span label{
			font-size: 14px;
		    margin: 0px 0px 10px 0px;
		    display: block;
		    color: #2c2c32;
		    font-weight: 400;
		}
		.contact_us_form_span input{
		    background-color: #fff;
		    border: 1px solid #e9e9e9;
		    height: 40px;
		    width: 100%;
		    text-indent: 20px;
		    padding: 0px;
		    border-radius: 4px;
		    font-size: 14px;
		}
		.contact_us_form_span select{
		    background-color: #fff;
		    border: 1px solid #e9e9e9;
		    height: 40px;
		    width: 100%;
		    text-indent: 15px;
		    padding: 0px;
		    border-radius: 4px;
		    font-size: 14px;
			background-image: url('https://sunshinemobile.co.uk/images/icons/sunshine_dropdown_menu_icon.png');
			background-repeat: no-repeat;
		    background-position: 94%;
		    -webkit-appear:none;
		    -moz-appearance:none;
		    -ms-appearance:none;
		    -o-appearance:none;				    
		}
		.contact_us_form_span textarea{
		    background-color: #fff;
		    border: 1px solid #e9e9e9;
		    min-height: 70px;
		    width: 100%;
		    text-indent: 20px;
		    padding: 10px 0px 0px 0px;
		    border-radius: 4px;
		    font-size: 14px;
		}
		.contact_right_col_sub{
			position: relative;
			margin-top: 20px;
		}
		#manufacturer_header_image_wrapper{
			display: block;
			position: relative;
			width: 100%;
			background-color: #101010;		
			height: 460px;	
		}
		#manufacturer_header_image_container{
			width: 95%;
			max-width: 1300px;
			position: relative;
			margin: auto;
			height: 100%;
		}
		#manufacturer_header_image_left_col{
			position: relative;
			float: left;
			width: 50%;
		}
		#manufacturer_header_image_right_col{
			position: relative;
			float: left;
			width: 50%;
		}
		#manufacturer_header_image_bg_img{
			position: absolute;
    		bottom: 0px;
    		right: 0px;
    		width: auto;
    		height: 460px;
		}
		#manufacturer_header_left_single{
			position: relative;
			margin-top: 100px;
		}
		#manufacturer_header_left_single h1 {
		    font-size: 59px;
		    line-height: 66px;
		    color: #fff;
		    text-align: left;
		    margin-bottom: 25px;
		    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
		    font-weight: 600;
		}
		#manufacturer_header_left_single h1 span{
			color: #b16cc9;
		}

		.header_mid_sub_nav_container{
		    position: absolute;
		    z-index: 1000;
		    background-color: #f5f5f5;
		    width: 100%;
		    left: 0px;
		    padding: 22px;
		    display: none;
		    border-bottom: 1px solid rgba(0,0,0,0.1);
		}
		.header_mid_sub_nav_container_sub{
			width: 100%;
			max-width: 800px;
			position: relative;
			margin: auto
		}
		#header_mid_col ul li:hover .header_mid_sub_nav_container{
			display: block !important;
		}

		.header_mid_sub_nav_single{
			position: relative;
			width: 25%;
			margin-right: 8%;
			float: left;
			display: block;
			border-right: 1px solid rgba(0,0,0,0.1);
		}
		.header_mid_sub_title{
			font-size: 23px;
		    line-height: 27px;
		    color: #1f2f6b;
		    font-weight: 600;
		    margin-bottom: 10px;
		}
		.header_mid_sub_title a{
			height: auto !important;
			font-size: 23px !important;
		    line-height: 27px !important;
		    color: #1f2f6b !important;
		    font-weight: 600 !important;
		    margin-bottom: 10px !important;
		    margin-right: 0px !important;
		}
		.header_mid_sub_title a:before{
			display: none !important;
		}
		.header_mid_sub_items{
			position: relative;
		    height: 100%;
		    display: block;
		    width: 100%;
		}
		.header_mid_sub_items li{
		    float: none;
		    display: block;
		    width: 100%;
		    padding: 3px 0px;
		}
		.header_mid_sub_items li a{
			font-size: 16px !important;
		    line-height: 21px !important;
		    color: #1f2f6b !important;
		    font-weight: 300 !important;
		    -webkit-transition:all 0.3s;
		}
		.header_mid_sub_items li a:hover{
			color: #1f2f6b;
			text-decoration: none;
			text-indent: 15px;
		}
		.contact_us_form_title{
			font-size: 22px;
		    line-height: 25px;
		    color: #37354a;
		    margin-bottom: 30px;
		    font-weight: 300;
		}
		.apply_save_for_later{
		    position: absolute;
		    top: 15px;
		    right: 30px;
		    color: #494949;
		    background-color: #dadada;
		    padding: 7px 16px;
		    border-radius: 17px;
		    font-size: 13px;
		    cursor: pointer;
		    line-height: 14px;
		    font-weight: 400;
		}


		.application_form_save_span{
		    display: block;
		    position: relative;
		    width: 100%;
		    margin-bottom: 20px;
		    float: left;
		}
		.application_form_save_span label{
			font-size: 15px;
		    font-weight: 300;
		    color: #494949;
		    margin-bottom: 10px;
		    display: block;
		}
		.application_form_save_span label span{
			color: #ff0000;
		}
		.application_form_save_span input {
		    background-color: #fff;
		    border: 1px solid #e9e9e9;
		    height: 49px;
		    width: 73%;
		    text-indent: 20px;
		    padding: 0px;
		    border-radius: 4px;
		    float: left;
		    position: relative;
		    font-size: 14px;
		}
		.application_form_save_span input:focus{
			outline: none;
			background-color: #fff8dd;
		}
		.application_send_save_btn{
			width: 150px;
		    position: relative;
		    display: block;
		    height: 49px;
		    background-color: #b16cc9;
		    color: #1f2f6b;
		    font-size: 18px;
		    font-weight: normal;
		    border: 0px;
		    outline: none;
		    box-shadow: none;
		    border-radius: 25px;
		    text-align: left;
		    text-indent: 15px;
		    cursor: pointer;
		    float: right;
		}
		#reviews_header_img_wrapper{
			width: 100%;
			height: 400px;
			position: relative;
			display: block;
			background-image: url('https://sunshinemobile.co.uk/images/sunshine_reviews_header_bg.png');
			background-size: cover;
			background-repeat: no-repeat;
		}
		#reviews_header_container{
			width: 95%;
			max-width: 1300px;
			position: relative;
			margin: auto;
			height: 100%;
		}
		#reviews_header_container h2{
		    font-size: 52px;
		    color: #37354a;
		    line-height: 58px;
		    font-weight: bold;
		    margin-bottom: 25px;
		    text-shadow: 1px 1px 0px rgba(255,255,255,0.2);
		}
		#reviews_header_left_col{
			width: 500px;
			position: relative;
			top: 80px;
		}
		#reviews_wrapper{
			width: 100%;
			position: relative;
		}
		#reviews_container{
			width: 95%;
			max-width: 1300px;
			position: relative;
			margin: 60px auto 50px auto;
		}
		.reviews_single_col{
			position: relative;
			float: left;
			width: 42%;
			outline: 1px solid rgba(0,0,0,0.1);
			padding: 2%;
			margin: 2%;
		}
		.reviews_single_col h3{
			font-size: 20px;
			color: #37354a;
			margin-bottom: 15px;
			font-weight: 500;
		}
		.reviews_single_quote{
			font-size: 13px;
			line-height: 19px;
			color: #666666;
			margin-bottom: 15px;
		}
		.reviews_single_person{
			font-size: 14px;
			color: #37354a;
		}
		.review_single_col_left{
			float: left;
			position: relative;
			width: 20%;
			margin-right: 5%;
		}
		.review_single_col_left img{
			width: auto;
			max-height: 180px;
			overflow: hidden;
		}
		.review_single_col_right{
			float: left;
			position: relative;
			width: 70%;
		}
		#starter_kit_question{
			position: absolute;
			top: 0px;
			right: 5px;
			cursor: pointer;
		}
		#product_details_starter_kit_phone_option{
			position: relative;
			margin-top: 10px;
			padding: 15px;
		    background-color: #f2f2f2;
		    border-radius: 6px;			
			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 input{
			display: inline-block;
		}
		.product_details_starter_phones_single p{
			display: inline-block;
			font-size: 13px;
			line-height: 20px;
		}

















			/* Application Loading Screen */
		#appletlication_loading_wrapper{
			position: fixed;
			top: 0px;
			left: 0px;
			right: 0px;
			bottom: 0px;
			width: 100%;
			height: 100%;
			background-color: #fac110;
			z-index: 1000;
			display: none;
		}
		.sk-circle {
		    margin: auto;
		    width: 150px;
		    height: 150px;
		    position: absolute;
		    top: 0;
		    bottom: 0;
		    left: 0;
		    right: 0;
		}
		.sk-circle .sk-child {
		  width: 100%;
		  height: 100%;
		  position: absolute;
		  left: 0;
		  top: 0;
		}
		.sk-circle .sk-child:before {
		  content: '';
		  display: block;
		  margin: 0 auto;
		  width: 15%;
		  height: 15%;
		  background-color: #fff;
		  border-radius: 100%;
		  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
		          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
		}
		.sk-circle .sk-circle2 {
		  -webkit-transform: rotate(30deg);
		      -ms-transform: rotate(30deg);
		          transform: rotate(30deg); }
		.sk-circle .sk-circle3 {
		  -webkit-transform: rotate(60deg);
		      -ms-transform: rotate(60deg);
		          transform: rotate(60deg); }
		.sk-circle .sk-circle4 {
		  -webkit-transform: rotate(90deg);
		      -ms-transform: rotate(90deg);
		          transform: rotate(90deg); }
		.sk-circle .sk-circle5 {
		  -webkit-transform: rotate(120deg);
		      -ms-transform: rotate(120deg);
		          transform: rotate(120deg); }
		.sk-circle .sk-circle6 {
		  -webkit-transform: rotate(150deg);
		      -ms-transform: rotate(150deg);
		          transform: rotate(150deg); }
		.sk-circle .sk-circle7 {
		  -webkit-transform: rotate(180deg);
		      -ms-transform: rotate(180deg);
		          transform: rotate(180deg); }
		.sk-circle .sk-circle8 {
		  -webkit-transform: rotate(210deg);
		      -ms-transform: rotate(210deg);
		          transform: rotate(210deg); }
		.sk-circle .sk-circle9 {
		  -webkit-transform: rotate(240deg);
		      -ms-transform: rotate(240deg);
		          transform: rotate(240deg); }
		.sk-circle .sk-circle10 {
		  -webkit-transform: rotate(270deg);
		      -ms-transform: rotate(270deg);
		          transform: rotate(270deg); }
		.sk-circle .sk-circle11 {
		  -webkit-transform: rotate(300deg);
		      -ms-transform: rotate(300deg);
		          transform: rotate(300deg); }
		.sk-circle .sk-circle12 {
		  -webkit-transform: rotate(330deg);
		      -ms-transform: rotate(330deg);
		          transform: rotate(330deg); }
		.sk-circle .sk-circle2:before {
		  -webkit-animation-delay: -1.1s;
		          animation-delay: -1.1s; }
		.sk-circle .sk-circle3:before {
		  -webkit-animation-delay: -1s;
		          animation-delay: -1s; }
		.sk-circle .sk-circle4:before {
		  -webkit-animation-delay: -0.9s;
		          animation-delay: -0.9s; }
		.sk-circle .sk-circle5:before {
		  -webkit-animation-delay: -0.8s;
		          animation-delay: -0.8s; }
		.sk-circle .sk-circle6:before {
		  -webkit-animation-delay: -0.7s;
		          animation-delay: -0.7s; }
		.sk-circle .sk-circle7:before {
		  -webkit-animation-delay: -0.6s;
		          animation-delay: -0.6s; }
		.sk-circle .sk-circle8:before {
		  -webkit-animation-delay: -0.5s;
		          animation-delay: -0.5s; }
		.sk-circle .sk-circle9:before {
		  -webkit-animation-delay: -0.4s;
		          animation-delay: -0.4s; }
		.sk-circle .sk-circle10:before {
		  -webkit-animation-delay: -0.3s;
		          animation-delay: -0.3s; }
		.sk-circle .sk-circle11:before {
		  -webkit-animation-delay: -0.2s;
		          animation-delay: -0.2s; }
		.sk-circle .sk-circle12:before {
		  -webkit-animation-delay: -0.1s;
		          animation-delay: -0.1s; }

		@-webkit-keyframes sk-circleBounceDelay {
		  0%, 80%, 100% {
		    -webkit-transform: scale(0);
		            transform: scale(0);
		  } 40% {
		    -webkit-transform: scale(1);
		            transform: scale(1);
		  }
		}

		@keyframes sk-circleBounceDelay {
		  0%, 80%, 100% {
		    -webkit-transform: scale(0);
		            transform: scale(0);
		  } 40% {
		    -webkit-transform: scale(1);
		            transform: scale(1);
		  }
		}
		#header_mobile_right_col{
			display: none;
			float: right;
			width: 40px;
			position: relative;
			height: 100%;
		}
		#header_mobile_right_span_container{
			position: relative;
			margin-top: 25px;
		}	
	    #header_mobile_right_col span{
		    width: 32px;
		    height: 4px;
		    background-color: #fff;
		    border-radius: 6px;
		    position: relative;
		    display: block;
		    margin-bottom: 4px;
	    }
	    #you_choose_phone_browse_container{
	    	display: none;
	    	position: relative;
	    	width: 100%;
	    	clear: both;
	    	margin-top: 50px;
	    }

	    #you_choose_phone_browse_container a{
	    	margin: auto!important;
	    }
	    #home_when_to_pay2_btn{
	    	display: none;
	   	    position: relative;
		    margin: 30px auto auto auto;
		    clear: both;
	    }
	    #mobile_nav_overlay_wrapper{
	    	display: none;
	    	width: 100%;
	    	height: 100%;
	    	position: fixed;
	    	top: 0px;
	    	left: 0px;
	    	background-color: rgba(0,0,0,0.6);
	    	z-index: 10000000;
	    }
	    #mobile_nav_wrapper{
	    	display: none;
	    	width: 65%;
	    	padding: 10%;
	    	height: 100%;
	    	position: fixed;
	    	margin: auto;
	    	top:0px;
	    	bottom: auto;
	    	left: 0px;
	    	right: auto;
	    	background-color: rgba(4, 11, 35, 0.8);
	    	z-index: 100000001;
	    	border-bottom: 1px solid rgba(0,0,0,0.1);
			box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	    }
	    #mobile_nav_wrapper p{
			font-size: 20px;
		    padding-bottom: 5px;
		    margin-bottom: 11px;
		    color: #ffffff;
		    border-bottom: 1px solid rgba(255,255,255,1);
	    }
	    .mobile_nav_close_btn{
	    	position: relative;
	    	color: #ffffff;
	    	text-decoration: underline;
	    	position: fixed;
		    bottom: 25px;
	    }

	    #mobile_nav_shop_wrapper{
	    	display: none;
	    }
	    #mobile_nav_shop_wrapper ul{
	    	padding: 10px 15px 15px 15px !important;
	    }
	    #mobile_nav_shop_wrapper ul li a span{
	    	opacity: 0.4;
   			margin-right: 5px;
	    }
	    #mobile_nav_wrapper ul{
	    	position: relative;
	    	display: block;
	    	margin: 0;
	    }
	    #mobile_nav_wrapper ul li{
	    	position: relative;
	    	display: block;
	    	width: 100%;	 
	    	border-bottom: 1px solid rgba(255,255,255,0.1);   
	    	padding: 5px 0px;	
	    }
	    .mobile_nav_p_content{
	    	position: relative;
		    display: inline-block;
		    font-size: 20px;
		    text-decoration: none;
		    line-height: 34px;
		    color: #ffffff;
		    width: 70%;
		    font-weight: 500;
	    }
	    .mobile_navigation_sub_arrow{
	    	float: right;
	    	width: 24px;
	    	height: auto;
	        position: relative;
		    top: 3px;
	    }
	    .mobile_nav_link_icon{
		    position: relative;
		    height: 20px;
		    display: inline-block;
		    border-radius: 50%;
		    top: 3px;		    
		    text-align: center;
	    }
	    .mobile_nav_header_title{
		    position: relative;
		    display: block;
		    font-size: 32px;
		    color: #37354a;
		    margin-bottom: 15px;
		    text-align: center;
		    font-weight: 700;
		    margin-top: 30px;
	    }
	    #home_slideshow_toggle_wrapper{
	    	position: absolute;
	    	bottom: 30px;
	    	left: 0px;
	    	right: 0px;
	    	margin: auto;
	    	width: 70px;
	    	z-index: 2;
	    }
	    #home_slideshow_toggle_container{
	    	
	    }
	    #home_slideshow_toggle_container span{
	    	width: 15px;
	    	height: 15px;
	    	position: relative;
	    	display: block;
	    	float: left;
	    	margin:0px 3px;
	    	border: 1px solid #fff;
	    	border-radius: 50%;
	    	cursor: pointer;
	    }
	    .home_slideshow_toggle_active{
	    	background-color: #fff;
	    }
	    #homepage_overlay_wrapper{
	    	position: fixed;
	    	top: 0px;
	    	left: 0px;
	    	right: 0px;
	    	bottom: 0px;
	    	width: 100%;
	    	height: 100%;
	    	background-color: rgba(0,0,0,0.7);
	    	z-index: 10000;
	    	margin: auto;
	    	display: none;
	    }
	    #homepage_video_popup_wrapper{
		    position: fixed;
		    top: 0px;
		    left: 0px;
		    right: 0px;
		    bottom: 0px;
		    width: 600px;
		    height: 344px;
		    z-index: 100001;
		    margin: auto;
		    padding:10px;
		    background-color: #fff;
		    border-radius: 10px;
		    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
		    display: none;
	    }
	    #homepage_video_popup_wrapper video{
		    width: 100%;
		    position: relative;
		    height: auto;
		    display: block;
		    margin: 0px;
		    margin-top: 0px;
		    padding: 0px;
	    }
	    .lander_video_popup_wrapper{
		    position: relative;
		    top: 0px;
		    left: 0px;
		    right: 0px;
		    bottom: 0px;
		    width: 100%;
		    max-width: 600px;
		    height: 344px;
		    z-index: 100001;
		    margin: auto;
		    padding:10px;
		    background-color: #fff;
		    border-radius: 10px;
		    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
		    height: auto;
	    }
	    .lander_video_popup_wrapper video{
		    width: 100%;
		    max-width: 600px;
		    position: relative;
		    height: auto;
		    display: block;
		    margin: 0px;
		    margin-top: 0px;
		    padding: 0px;
	    }	    
	    #home_you_decide_video_placeholder{
	    	cursor: pointer;
	    	width: 100%;
	    	height: auto;
	    }
	    .review_video_placeholder{
	    	cursor: pointer;
	    	width: 100%;
	    	height: auto;
	    }
	    #product_details_mobile_title{
	    	display: none;
	    }
	    .product_details_mobile_phone_name{
	    	font-weight: 700;
	    	color: #37354a;
	    	text-align: center;
	    	font-size: 37px;
	    	margin-bottom: 7px;
	    }
	    .product_details_mobile_payments{
	    	font-size: 20px;
	    	font-weight: 400;
	    	text-align: center;
	    	margin-bottom: 30px;
	    }

	    .application_change_product_btn_container{
	    	width: 100%;
	    	position: relative;
	    	margin-top: 20px;
	    }
	    .application_change_product_btn_container button{
	    	position: relative;
	    	width: 48%;
	    	margin: 0px 1%;
	    	float: left;
		    position: relative;
		    display: block;
		    height: 49px;
		    background-color: #b16cc9;
		    color: #1f2f6b;
		    font-size: 18px;
		    font-weight: normal;
		    border: 0px;
		    outline: none;
		    box-shadow: none;
		    border-radius: 25px;
		    text-align: center;
		    cursor: pointer;	    	
	    }

	    #mobile_nav_shop_wrapper ul li a{
	    	text-decoration: none;
	    	color: #ffffff;
	    	font-size: 15px;
	    	font-weight: 300;
	    }
	    #prepop_header_image_wrapper{
			display: block;
		    position: relative;
		    width: 100%;
		    height: 460px;
		    overflow: hidden;
	    }
	    #prepop_user_header_image_wrapper{
			display: block;
		    position: relative;
		    width: 100%;
		    height: 300px;
		    overflow: hidden;
		    border-bottom: 1px solid rgba(0,0,0,0.1);
	    }
	    #prepop_header_image_container{
			width: 95%;
		    max-width: 1300px;
		    position: relative;
		    margin: auto;
		    height: 100%;
		    z-index: 3;
	    }
	    #prepop_user_header_image_container{
			width: 95%;
		    max-width: 1300px;
		    position: relative;
		    margin: auto;
		    height: 100%;
		    z-index: 3;    	
	    }
	    #prepop_header_image_left_col{
	    	position: relative;
		    float: left;
		    width: 55%;
	    }
	    #prepop_user_header_image_left_col{
	    	position: relative;
		    float: left;
		    width: 55%;
		    margin-right: 5%;
		    margin-left: 5%;
	    }
	    #prepop_user_header_image_right_col{
	    	position: relative;
		    float: left;
		    width: 35%;
		    height: 100%;
	    }
	    #prepop_user_header_image_right_col img{
	    	position: relative;
	    	top: 50px;
	    }
	    #prepop_header_left_single{
	    	position: relative;
    		margin-top: 100px;
	    }
	    #prepop_user_header_left_single{
	    	position: relative;
    		margin-top: 100px;	    	
	    }
	    #prepop_header_left_single h1{
	    	font-size: 47px;
		    line-height: 61px;
		    color: #fff;
		    text-align: left;
		    margin-bottom: 20px;
		    text-shadow: 2px 2px 3px rgba(0,0,0,0.1);
		    font-weight: 100;
	    }
	    #prepop_header_left_single h1 span{
	    	font-size: 67px;
		    font-weight: 600;
	    }
	    #prepop_header_left_single p{
	    	color: #fff;
		    font-size: 19px;
		    line-height: 25px;
		    text-align: left;
		    font-weight: 300;
	    }
	    #prepop_header_title{
		    font-size: 67px;
		    line-height: 57px;
		    color: #312e2e;
		    margin-bottom: 25px;
		    text-align: left;
		    text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
		    font-weight: bold;
		    text-align: center;
	    }
	    #prepop_header_title span{
	    	display: block;
	    	position: relative;
		    color: #312e2e;
		    font-size: 27px;
		    line-height: 30px;
		    margin-top: 10px;
		    font-weight: 400;
	    }

	    #prepop_user_header_left_single p{
	    	color: #fff;
		    font-size: 19px;
		    line-height: 25px;
		    text-align: left;
		    font-weight: 300;
	    }




	    #application_order_details_sub_container{
	    	position: relative;
	    	display: block;
	    }
	    #your_order_mobile_header{
	    	display: none;
	    }
	    #your_order_mobile_title{
	    	font-weight: 500;
    		font-size: 16px;
    		line-height: 30px;
    		color: #333333;
	    }
	    #your_order_mobile_header{
	    	top: 2px;
   			position: relative;
   			cursor: pointer;
	    }
	    #your_order_mobile_expand_btn{
	    	position: absolute;
		    top: 0px;
		    right: 0px;
	    }
	    #application_right_col_your_order_details_mobile{
	    	display: none;
	    	margin-top: 15px;
	    }
	    .application_order_details_mobile_li{
	    	margin-bottom: 5px;
	    	font-size: 15px;
	    }
	    .application_order_details_mobile_li img{
	    	position: relative;
	    	margin-right: 10px;
	    }




	    /* Christmas Snow */ 
	    #snow{
			background: none;
			font-family: Androgyne;
			background-image: url('http://www.wearewebstars.dk/codepen/img/s1.png'), url('http://www.wearewebstars.dk/codepen/img//s2.png'), url('http://www.wearewebstars.dk/codepen/img//s3.png');
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index:1;
			-webkit-animation: snow 10s linear infinite;
			-moz-animation: snow 10s linear infinite;
			-ms-animation: snow 10s linear infinite;
			animation: snow 10s linear infinite;
		}
		@keyframes snow {
		  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
		  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
		  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
		}
		@-moz-keyframes snow {
		  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
		  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
		  100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
		}
		@-webkit-keyframes snow {
		  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
		  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
		  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
		}
		@-ms-keyframes snow {
		  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
		  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
		  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
		}	
		.home_slideshow_3_mobile_img{
			position: absolute;
		    bottom: -100px;
		    margin: auto;
		    left: 0;
		    right: 0;
		    display: none;
		}
		#apple_manufacturing_header{
			color: #312e2e !important;
			font-weight: 100 !important;
			text-shadow:none !important;
			font-size: 47px !important;
		    line-height: 61px !important;
		}
		#apple_manufacturing_header span{
			font-weight: 600 !important;
			font-size: 81px !important;
		}
		#apple_manufacturing_subtitle{
			color: #312e2e !important;
			text-shadow:none !important;
		}



		#galaxy_note8_header{
			color: #ffffff !important;
			font-weight: 100 !important;
			text-shadow:none !important;
			font-size: 47px !important;
		    line-height: 61px !important;
		}
		#galaxy_note8_header span{
			font-weight: 600 !important;
			font-size: 67px !important;
			color: #b16cc9 !important;
		}
		#galaxy_note8_subtitle{
			color: #ffffff !important;
			text-shadow:none !important;
		}




		#manufacturing_page_right_col{
		    position: absolute;
		    bottom: -46%;
		    left: 62%;
		}
		#datepicker{
			background-color: #fff;
		    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%;
		}

		.application_acc_overview_sub_title{
		    font-size: 14px;
		    line-height: 21px;
		    color: #1f2f6b;
		    margin-bottom: 20px;
		    text-align: left;
		}
		.application_acc_overview_sub_title span{
			font-weight: 700;
		}
		#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_over_right_single_row {
		    margin-bottom: 20px;
		}
		.application_over_right_single_row p{
			font-size: 16px;
		    line-height: 20px;
		    text-align: left;
		    color: #1f2f6b;
		    font-weight: 500;
		    margin-bottom: 5px;
		}
		#application_overview_details_left{
			position: relative;
			float: left;
			width: 60%;
		}

		#application_overview_details_right{
			position: relative;
			float: right;
			width: 40%;
		}
		#shopping_cart_icon{
			position: relative;
			display: block;
			text-decoration: none;
		}

		#application_overview_worried_container{
		    background-color: #fff8dd;
		    border: 6px;
		    width: 100%;
		    padding: 2.5%;
		    margin: 0px 0px 20px 0px;
		    border: 1px solid #b16cc9;
		    border-radius: 6px;
		}
		.application_overview_worried_title{
		    font-size: 18px;
		    line-height: 27px;
		    margin-bottom: 5px;
		    text-align: center;
		    font-weight: 600;
		    color: #1f2f6b;
		}
		.application_overview_worried_content{
		    font-size: 16px;
		    line-height: 20px;
		    text-align: center;
		    font-weight: 100;
		    color: #1f2f6b;
		}
		.application_overview_worried_content span{
			font-weight: 700;
		}
		#application_overview_activation_overview_container{
			padding: 25px;
			display: none;
		}
		#application_overview_activation_date_container p{
			text-align: center;
		    font-size: 18px;
		    font-weight: 500;
		    line-height: 23px;
		    margin-bottom: 10px;
		}



		#application_overview_activation_date_container p span{
			font-weight: 700;
		}
		.apply_create_bank_title{
			font-size: 20px;
		    line-height: 27px;
		    margin-top: 0px;
		    margin-bottom: 10px;
		    font-weight: 400;
		}
		.apply_create_cc_note_title{
			font-size: 14px;
			line-height: 19px;
			color: #4d4d4d;
			display: inline-block;
		    margin-left: 10px;
		    position: relative;
		    top: -4px;			
		}
		.invalid_input{
			border: 1px solid #ff0000 !important;
		}
		.valid_input{
    		border: 1px solid #00b600 !important;
    		color: #1f2f6b !important;
		}
		/* Secure Page */
		#secure_bg{
			position: fixed;
			left: 0px;
			bottom: 0px;
			top: 0px;
			right: 0px;
			margin: auto;
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,0.7);
			z-index: 10;
		}
		#secure_payment_wrapper{
			position: absolute;
			top: 0px;
			bottom: 0px;
			left: 0px;
			right: 0px;
			margin: auto;
			width: 90%;
			max-width: 700px;
			height: 400px;
			background-color: #fff;
			border-radius: 6px;
			z-index: 11;
			padding: 1%;
		}
		#secure_payment_container{
			height: 300px;
		}
		#secure_payment_continue{
			width: 250px;
		    position: relative;
		    display: block;
		    height: 55px;
		    background-color: #b16cc9;
		    color: #1f2f6b;
		    font-size: 18px;
		    font-weight: normal;
		    border: 0px;
		    outline: none;
		    box-shadow: none;
		    border-radius: 27px;
		    text-align: left;
		    text-indent: 20px;
		    cursor: pointer;
		    margin: auto;
		    line-height: 56px;
		    text-decoration: none;
		    margin-top: 20px;
		}		
		.footer_social_li{
			position: relative !important;
		    float: left !important;
		    width: auto !important;
		    display: inline-block !important;
		    margin: 0px 5px;
		}
		.footer_social_li a:hover{
			cursor: pointer;
		}
		#home_email_error_optin{
			display: none;
		    color: #ff3100;
		    font-size: 15px;
		    font-weight: 400;
		    margin-bottom: 10px;
		}
		.article_starter_phone_img{
		    position: relative;
		    display: block;
		    width: 100%;
		    max-width: 100px;
		    height: auto;
		}
		.article_starter_phone_left{
			position: relative;
			float: left;
			width: 22%;			
			margin-right: 5%;
		}
		.article_starter_phone_right{
			position: relative;
			float: left;
			width: 73%;
		}
		.article_phone_name{
		    position: relative;
		    font-size: 18px;
		    line-height: 29px;
		    color: #333333;
		    margin-bottom: 10px;
		    font-weight: 600;	
		}
		.article_starter_specification{
		    font-size: 14px;
		    text-decoration: underline;
		    line-height: 22px;
		    color: #494949;
		    text-align: left;
		    margin-bottom: 5px;
		    position: relative;
		    display: block;
		    font-weight: 500;
		    text-transform: uppercase;
		}
		.article_starter_phone_right ul li{
		    font-size: 12px;
		    line-height: 17px;
		    color: #666666;
		}
		.article_starter_phone_single_col{
			margin-bottom: 40px;
			padding-bottom: 40px;
		}
		#article_starter_phone_container{
			position: relative;
			margin-top: 80px;
		}
		.product_details_starter_phones_single_left{
			float: left;
			position: relative;
		}
		.product_details_starter_phones_single_right{
			float: right;
			position: relative;
		}
		.article_starter_phone_single_col{
			position: relative;
			float: left;
			width: 31%;
			margin: 0px 1%;
		}
		#application_right_col_your_order_left img{
			width: 100%;
		}
		#article_starter_phone_container h4{
			font-size: 22px;
		    line-height: 29px;
		    color: #333333;
		    margin-bottom: 30px;
		    text-align: center;
		    border-bottom: 1px solid rgba(0,0,0,0.1);
		    display: block;
		    padding-bottom: 10px;
		}
		.article_page_sub_para{
			text-align: center;
			line-height: 22px;
		}
		.application_bank_details_info_container img{
			position: relative;
			display: inline-block;
			width: 20%;
			float: left;
			max-width: 35px;
		}
		.application_bank_details_info_container{
			background-color: #e0f3e2;
		    border: 6px;
		    width: auto;
		    padding: 2.5%;
		    margin: 0px 0px 20px 0px;
		    border: 1px solid #96d99d;
		    border-radius: 6px;
		    color: #4d4d4d;
		}
		.application_bank_details_error_container {
			background-color: #ff7070;
		    border: 6px;
		    width: 100%;
		    padding: 2.5%;
		    margin: 0px 0px 20px 0px;
		    border:  1px solid #db0303;
		    border-radius: 6px;
		}

		.application_bank_details_error_container p {
			color:white;
		}


		.product_details_starter_pack_para{
			font-size: 12px;
			line-height: 17px;
		}
		.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_phone_name{
			font-weight: 500;
		    font-size: 14px;
		    line-height: 20px;
		    display: inline-block;
		}
		.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;
		}
		.starter_phone_more_info_phone_left{
			position: relative;
			float: left;
			width: 22%;			
			margin-right: 5%;
		}
		.starter_phone_more_info_phone_right{
			position: relative;
			float: left;
			width: 73%;
		}
		.starter_phone_more_info_phone_img{
		    position: relative;
		    display: block;
		    width: 100%;
		    max-width: 100px;
		    height: auto;
		}
		.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;
		}
		.how_we_work_right_title{
			font-size: 21px;
		    line-height: 27px;
		    color: #1f2f6b;
		    margin-bottom: 15px;
		    text-align: center;
		    border-bottom: 1px solid rgba(0,0,0,0.1);
		    padding-bottom: 5px;
		}
		#review_trust_pilot_wrapper{
			width: 100%;
			position: relative;			
			background-color: #f5f5f5;
		}
		#review_trust_pilot_container{
			width: 95%;
		    max-width: 1300px;
		    position: relative;
		    margin: auto;
		    padding: 20px 0px;
		}
		.trust_pilot_img{
			position: relative;
			display: block;
			margin-bottom: 10px;
		}
		.trust_pilot_title{
			font-size: 16px;
			font-weight: 500;
			line-height: 21px;
			margin-bottom: 10px;
		}
		.trust_pilot_paragraph{
			font-size: 12px;
			font-weight: 500;
			line-height: 16px;
			font-family: helvetica, arial, sans-serif;
		}
		.trust_pilot_name{
			font-size: 12px;
			font-weight: 500;
			line-height: 21px;
			font-family: helvetica, arial, sans-serif;
		}
		#review_trust_pilot_rating_container{
			position: relative;
			float: left;
			width: 20%;		
			margin-top: 30px;	
		}
		#review_trust_pilot_review_container{
			position: relative;
			float: left;
			width: 80%;					
		}
		.trust_pilot_review_single{
			width: 30%;
		    float: left;
		    position: relative;
		    margin: 1.5%;
		}		
		#home_slideshow_left_arrow{
			position: absolute;
			top: 0px;
			bottom: 0px;
			left: 20px;
			margin: auto;
			width: 49px;
			height: 49px;
			z-index: 10;
			cursor: pointer;
			background-image: url('https://sunshinemobile.co.uk/images/icons/homepage_slideshow_left_arrow.png');
			-webkit-transition:all 0.3s;
			-moz-transition:all 0.3s;
			-ms-transition:all 0.3s;
			-o-transition:all 0.3s;
			transition:all 0.3s;
		}
		#home_slideshow_left_arrow:hover{
			background-image: url('https://sunshinemobile.co.uk/images/icons/homepage_slideshow_left_arrow_hover.png');
		}
		#home_slideshow_right_arrow{
			position: absolute;
			top: 0px;
			bottom: 0px;
			right: 20px;
			margin: auto;
			width: 49px;
			height: 49px;
			z-index: 10;
			cursor: pointer;
			background-image: url('https://sunshinemobile.co.uk/images/icons/homepage_slideshow_right_arrow.png');
			-webkit-transition:all 0.3s;
			-moz-transition:all 0.3s;
			-ms-transition:all 0.3s;
			-o-transition:all 0.3s;
			transition:all 0.3s;
		}
		#home_slideshow_right_arrow:hover{
			background-image: url('https://sunshinemobile.co.uk/images/icons/homepage_slideshow_right_arrow_hover.png');
		}
		#review_video_wrapper{
		    width: 100%;
		    position: relative;
		    background-color: #b16cc9;
		    overflow: hidden;
		    height: 317px;
		}
		#review_video_container{
			width: 95%;
			max-width: 1300px;
			position: relative;
			margin: auto;
			padding: 50px 0px;
		}
		.review_video_single_col{
			position: relative;
			float: left;
			width: 30%;
			margin: 0px 1%;
		}
		.review_video_single_container{
			position: relative;
		    background-color: #ffffff;
		    border: 1px solid rgba(0,0,0,0.1);
		    padding: 2%;
		    border-radius: 6px;
		    width: 96%;
		}
		.review_video_right_col img{
		    cursor: pointer;
    		width: 100%;
    		height: auto;			
		}
		#review_video_container h3{
			font-size: 24px;
		    color: #37354a;
		    text-align: center;
		    margin-bottom: 30px;
		    border-bottom: 1px solid rgba(0,0,0,0.1);
		    padding-bottom: 10px;
		    font-weight: 500;
		}

		#review_video_left_arrow{
			position: absolute;
		    top: 0px;
		    bottom: 0px;
		    left: 20px;
		    margin: auto;
		    width: 49px;
		    height: 49px;
		    z-index: 10;
		    cursor: pointer;
		    background-image: url(https://sunshinemobile.co.uk/images/icons/homepage_slideshow_left_arrow.png);
		    -webkit-transition: all 0.3s;
		    -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		    -o-transition: all 0.3s;
		    transition: all 0.3s;
		}
		#review_video_left_arrow:hover{
			background-image: url('https://sunshinemobile.co.uk/images/icons/homepage_slideshow_left_arrow_hover.png');
		}
		#review_video_right_arrow{
			position: absolute;
		    top: 0px;
		    bottom: 0px;
		    right: 20px;
		    margin: auto;
		    width: 49px;
		    height: 49px;
		    z-index: 10;
		    cursor: pointer;
		    background-image: url(https://sunshinemobile.co.uk/images/icons/homepage_slideshow_right_arrow.png);
		    -webkit-transition: all 0.3s;
		    -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		    -o-transition: all 0.3s;
		    transition: all 0.3s;
		}
		#review_video_right_arrow:hover{
			background-image: url('https://sunshinemobile.co.uk/images/icons/homepage_slideshow_right_arrow_hover.png');
		}
		.review_video_left_col{
			position: relative;
			float: left;
			width: 45%;
			margin-right: 5%;
			margin-left: 5%;
		}
		.review_video_left_col h4{
			font-size: 38px;
		    color: #fff;
		    line-height: 45px;
		    font-weight: bold;
		    margin-bottom: 20px;
		}
		.review_video_left_col h4 span{
    		color: #37354a;
		}
		.review_video_left_col p{
			font-size: 21px;
		    line-height: 30px;
		    color: #1f2f6b;
		    margin-bottom: 20px;
		}
		.review_video_right_col{
			position: relative;
			float: left;
			width: 30%;
		}
		.review_video_single_row{
			display: none;
			height: 317px;
		}


	    #revew_video_popup_wrapper{
		    position: fixed;
		    top: 0px;
		    left: 0px;
		    right: 0px;
		    bottom: 0px;
		    width: 90%;
		    max-width: 600px;
		    height: 344px;
		    z-index: 100001;
		    margin: auto;
		    padding: 5px 10px;
		    background-color: #fff;
		    border-radius: 10px;
		    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
		    display: none;
	    }
	    #revew_video_popup_wrapper video{
		    width: 100%;
		    position: relative;
		    height: auto;
		    display: block;
		    margin: 0px;
		    margin-top: 0px;
		    padding: 0px;
	    }
	    #home_page_people_already_applied{
	    	position: absolute;
		    margin: auto;
		    left: 0;
		    right: -165px;
		    margin-top: 20px;
	    }

	    	.how_we_work_single_col{
		margin-bottom: 50px;
	}
	.how_we_work_left_image{
		position: relative;
		float: left;
		width: 13%;
		margin-right: 3%;
	}
	.how_we_work_left_image img{
		width: 100%;
		height: auto;
	    border: 4px solid #fac110;
	    border-radius: 50%;		
	}
	.how_we_work_left_content{
		position: relative;
		float: left;
		width: 84%;
	}
	.how_it_works_step_1_h3_title{
	    font-size: 31px;
	    line-height: 37px;
	    color: #000;
	    margin-bottom: 10px;
	    font-weight: 500;
	    text-align: center;
	    font-family: 'Bebas Neue', sans-serif;
	    text-shadow: none;
	    text-decoration: underline;
	    text-align: left;
	}
	.how_it_works_step_1_para {
	    font-size: 14px;
	    line-height: 23px;
	    color: #000000;
	    font-weight: 400;
	    text-align: left;
	    margin-bottom: 30px;
	}	


	.how_it_works_step_1_left{
		position: relative;
		float: left;
		width: 20%;
		margin-right: 3%;
	}
	.how_it_works_step_1_left img{
	    max-height: 230px;
	}
	.how_it_works_step_1_right{
		position: relative;
		float: left;
		width: 60%;
	}
	.how_it_works_step_1_container{
		padding: 70px 0px;
	    border-bottom: 1px dashed rgba(0,0,0,0.1);		
	}
	#how_it_works_step_2_container{
		width: 100%;
		position: relative;
		background-color: #f5f5f5;
		padding: 40px 0px;
	}
	#how_it_works_step_2_single_col{
	    position: relative;
	    width: 95%;
	    max-width: 1200px;
	    margin: auto;
	    padding: 50px 0px;
	}
	#how_it_works_step_2_left{
		position: relative;
		float: left;
		width: 70%;
	}
	#how_it_works_step_2_right{
		position: relative;
		float: left;
		width: 20%;
	}

	#how_it_works_step_3_container{
		width: 100%;
		position: relative;
		padding: 40px 0px;
	}
	#how_it_works_step_3_single_col{
	    position: relative;
	    width: 95%;
	    max-width: 1200px;
	    margin: auto;
	    padding: 50px 0px;
	}
	#how_it_works_step_3_left{
		position: relative;
		float: left;
		width: 20%;
	}
	#how_it_works_step_3_left img{
		width: 100%;
    	max-width: 150px;
	}	
	#how_it_works_step_3_right{
		position: relative;
		float: left;
		width: 70%;
	}
	.product_details_starter_pack_heading{
		font-size: 14px;
	    line-height: 22px;
	    color: #494949;
	    text-align: left;
	    margin-bottom: 3px;
	    position: relative;
	    display: block;
	    font-weight: 500;
	}
	#our_network_container{
		position: relative;
		margin-top: 20px;
	}
	#our_network_left_col{
		width: 60%;
		margin-right: 10%;
		float: left;
	}
	#our_network_right_col{
		width: 30%;
		float: left;
	}
	#our_network_table{
		position: relative;
		width: 100%;
	}
	#our_network_table tr{
		border-bottom: 1px solid rgba(100,100,100,0.1);
	}
	#our_network_table td{
		padding: 20px 0px;
	}
	#our_network_table td:first-child{
		width: 40px;
		padding: 20px 0px 20px 20px !important;
	}
	#our_network_table td:last-child{
		padding: 20px 20px 20px 0px !important;
		text-align: right
	}
	.our_network_even{
		background-color: #fbfcfe;
	}
	.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;
	}
	.prepop_header_note8_wrapper{
		background-image: url('https://sunshinemobile.co.uk/images/backgrounds/samsung_galaxy_note8.jpg');
		background-size: cover;
	}
	.site_map_container_wrapper{
		position: relative;
		width: 100%;
		margin-top: 30px;
	}
	.site_map_single_col{
		position: relative;
		width: 30%;
		margin: 0px 1.5% 25px 1.5%;
		float: left;
	}
	.site_map_single_col h4{
		font-size: 22px;
	    line-height: 29px;
	    color: #333333;
	    margin-bottom: 15px;	
	    font-weight: 500;	   
	    text-align: center;
	}
	.site_map_single_col a{
		color: #595dc1;
		line-height: 22px;   
	    text-align: center;
	    position: relative;
	    display: block;	    
	}
	#our_network_table p{
		text-indent: 20px;
	}
		#review_review_wrapper{
			width: 100%;
		    position: relative;
		    border-top: 1px solid rgba(0,0,0,0.1);
		    border-bottom: 1px solid rgba(0,0,0,0.1);
		}
		#review_review_container{
			width: 95%;
		    max-width: 1300px;
		    position: relative;
		    margin: auto;
		    padding: 35px 0px;
		}
		#review_review_left_col{
			position: relative;
		    float: left;
		    width: 17%;
		    margin-top: 30px;
		}
		#review_review_left_col img{
			position: relative;
			width: 100%;
			max-width: 180px;
			height: auto;
		}
		#review_review_right_col{
			position: relative;
		    float: left;
		    width: 83%;
		}
		.review_review_single_col{
			position: relative;
			float: left;
			width: 360px;
			margin: 0px 1.5%;
		}
		.review_review_single_left{
			position: relative;
			float: left;
			width: 45%;
		}
		.review_review_single_left p{
			text-align: center;
			font-weight: 400;
			color: #37354a;
		}
		.review_review_single_left img{
		    text-align: center;
		    position: relative;
		    display: block;
		    margin: 0px auto 10px auto;
		}
		.review_review_single_right{
			position: relative;
			float: left;
			width: 55%;
		}
		.review_review_single_right p{
			font-size: 13px;
			line-height: 15px;
			font-weight: 400;
			color: #37354a;
		}
        #flexible_payments_header_img_wrapper{
		    width: 100%;
		    height: 400px;
		    position: relative;
		    display: block;
		    background-image: url(../images/flexible_payments_banner.png);
		    background-size: cover;
		    background-repeat: no-repeat;
		    background-position: 100% 100%;
		    background-color: #ffffff;
		    margin-top: 82px;
        }
	    #flexible_payments_header_container{
			width: 95%;
		    max-width: 1300px;
		    position: relative;
		    margin: auto;
		    height: 100%;
        }
        #flexible_payments_header_left_col{
		    width: 600px;
		    position: relative;
		    top: 110px;
        }
        #flexible_payments_header_left_col h1{
		    font-size: 62px;
		    color: #ffffff;
		    line-height: 58px;
		    font-weight: bold;
		    margin-bottom: 15px;
        }
        #flexible_payments_header_left_col h2{
        	font-size: 62px;
		    color: #37354a;
		    line-height: 58px;
		    font-weight: bold;
		    margin-bottom: 15px;
		    text-shadow: 1px 1px 0px rgba(255,255,255,0.2);
        }
        #flexible_payments_header_left_col p{
			font-size: 20px;
		    line-height: 27px;
		    color: #ffffff;
		    margin-bottom: 20px;
		    font-weight: 300;
        }

		.privacy_policy_bullet{
			list-style-type: disc;
			list-style-position: inside;
			font-family: 'Poppins';
		    font-size: 12px;
		    line-height: 19px;
		    color: #666666;
		}
		#contact_us_application_thanks{
			display: none;
		}
		 #select_phone_title{
		 	display: none;
		 }
		.pick-mode #select_phone_title{
		    font-size: 22px;
		    line-height: 26px;
		    color: #37354a;
		    text-align: center;
		    margin-bottom: 40px;
		    border-bottom: 1px solid rgba(0,0,0,0.1);
		    padding-bottom: 10px;
		    font-weight: 500;
		    display: block;
		}
		.pick-mode .products_container{
			margin: 20px auto;
		}
		#secure_payment_container{
			overflow: scroll;
		}

		#secure_payment_container{
			background-color: #f3f3f3 !important;
		}
		#secure_iframe_payment_container{
			position: relative;
			width: 100%;
			overflow: scroll;
		}
		#secure_iframe_payment_container iframe{
			top: -9px;
			left: -10px;
			position: relative;
		}
		#home_optin_checkbox_container{
			float: left;
		    display: inline;
		    width: 4%;
		}
		#home_optin_checkbox_container input{
			float: none;
			display: inline-block;
			width: 100%;
		}
		.products_view_phone_overlay_btn{
			color: #37354a;
    		text-decoration: none !important;
		}
		.you_choose_li_single a:hover p{
	
		}
		#header_nav_logo{
			position: relative;
			width: 208px;
			height: 24px;
			background-image: url('https://sunshinemobile.co.uk/images/icons/sunshine_logo_registered.png');
			margin-top: 25px;
			background-repeat: no-repeat;
		}
		.product_details_price_per_week br{
			display: none;
		}
		#product_details_green_features_container{
			display: none;
			clear: both;
		}
		#product_details_green_features_container img{
		    text-align: center;
		    margin: auto;
		    position: relative;
		    display: block;
		}
		#apply_total_payable_today{
			position: relative;
			text-align: right;
			color: #ff0202;
			margin-top: 5px;
		}
		#application_overview_nothing_to_pay_container{
			position: relative;
			color: #ffffff;
			background-color: #077812;
			padding: 2.5%;
			display: none;
			top: -27px;

		}
		#application_overview_nothing_to_pay_container p{
			font-size: 14px;
			font-weight: 400;
			line-height: 18px;
		}
		#application_overview_nothing_to_pay_container ul{
			position: relative;
			margin-bottom: 10px;
		    border-bottom: 1px solid rgba(255,255,255,0.5);
		    padding-bottom: 10px;			
		}
		#application_overview_nothing_to_pay_container ul li{
			width: 69%;
			display: inline-block;
		}
		#application_overview_worried_container{
			display: none;
		}
		#reviews_green_credit_card_img{
			display: none;
			text-align: center;
		    margin-bottom: 20px;
		    margin-top: 10px;
		}
		#application_bank_details_start_container{
			position: relative;
			top: 0px;
		    width: 80%;
		    text-align: left;
		    display: inline-block;
		    font-size: 14px;
		    line-height: 19px;
		    font-size: 15px;
		    float: left;
		}
		#product_details_apply_now_red{
			color: #eb1515;
			text-decoration: none;
		}
		.product_details_visitor_viewing{
			display: none;
			background-color: #f9f7ea;
		    padding: 12px;
		    color: #c48e16;
		    font-size: 13px;
		    margin-bottom: 20px;
		    border-radius: 4px;
		    border: 1px solid rgba(196, 142, 22, 0.1);
		}
		#product_details_visitor_top_p{
			display: none;
			width: fit-content;
			text-align: center;
			margin: auto auto 20px auto;
		    position: relative;
		    width: fit-content;
		}
		#application_total_apps_today{
			display: none;
			background-color: #e21111;
		    position: relative;
		    margin: auto;
		    padding: 9px;
		    line-height: 18px;
		    color: #fff;
		    text-align: center;
		    border-radius: 4px;
		    margin-bottom: 0px;
		    width: 100%;
		    margin-top: 20px;
		    margin-bottom: 20px;
		    border: 1px solid #d89898;
		    background-color: #f2e2e2;
		    color: #666666;		    
		}
		#application_total_apps_today p{
			color: #e43f3f;
			font-size: 13px;
			line-height: 18px;
		}
		.home_you_choose_mobile_no_cost{
			display: none;
			text-align: center;
		    font-size: 18px;
			font-weight: 500;
		    color: #ea1515;
		}
		.home_you_choose_mobile_title{
			display: none;
			font-size: 19px;
		    margin-bottom: 10px;
		    color: #333333;			
		}
		.products_phone_no_cost_price{
			text-align: center;
		    font-size: 15px;
			font-weight: 500;
		    color: #ea1515;	
		    margin-bottom: 10px;		
		}
		.products_phone_no_credit_checks{
			text-align: center;
		    font-size: 15px;
			font-weight: 500;
		    color: #0ab21b;	
		    margin-bottom: 0px;
		    display: none;
		}

#customer_approval_modal{
			background-color: #f9fbff;
		    position: fixed;
		    bottom: 40px;
		    right: 40px;
		    border-radius: 8px;
		    z-index: 10;
		    width: 100%;
		    max-width: 400px;
		    padding: 15px;
		    border: 1px solid #dde0e6;
		    box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
		    display: none;
		}
		#customer_approval_modal p{
			text-align: left;
		    font-size: 16px;
		    font-weight: 300;
		    line-height: 21px;
		    color: #1f2f6b;
		    text-shadow: 1px 1px 0px rgba(255,255,255,0.1);
			float: left;
			width: 80%;
			margin-left: 5%;
			margin-top: 5px;
		}
		#customer_approval_modal p span{
			font-weight: 500;
		}
		#customer_approval_modal img{
			position: relative;
			float: left;
			width: 50px;
			height: auto;
			border:1px solid #e0e0e0;
			padding: 2px;
			background-color: #fff;
			border-radius: 4px;	
		}
		.customer_approval_stars{
		    margin-left: 15px;
		    width: 100px !important;
		    border: 0px !important;
		    margin-bottom: 0px !important;
		    background: none !important;
		}
		.customer_approval_modal_close{
			position: absolute;
		    top: 10px;
		    right: 11px;
		    width: 12px;
		    height: 12px;
		    z-index: 100;
		    background-image: url(../images/icons/customer_approval_close_btn.png);
		    background-size: cover;
		    cursor: pointer;
		}	


		#previous_customer_win_modal{
			background-color: #f9fbff;
		    position: fixed;
		    top: 40px;		
		    right: 40px;
			border-radius: 8px;
			z-index: 1000000;
			width: 95%;
			max-width: 400px;
		    padding: 15px 10px;
		    border: 1px solid #dde0e6;
		    box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
		    margin: auto;
		    display: none;
		}
		#previous_customer_win_modal p{
			text-align: center;
		    font-size: 17px;
		    font-weight: 300;
		    line-height: 21px;
		    color: #1f2f6b;
		    text-shadow: 1px 1px 0px rgba(255,255,255,0.1);
			width: 95%;
			margin: auto;
			margin-top: 5px;
		}
		#previous_customer_win_modal p span{
			font-weight: 500;
		}
		#previous_customer_win_modal img{
			position: relative;
			float: left;
			width: 50px;
			height: auto;
			border:1px solid #e0e0e0;
			padding: 2px;
			background-color: #fff;
			border-radius: 4px;	
		}
		.previous_customer_win_modal_close{
			position: absolute;
		    top: 10px;
		    right: 11px;
		    width: 12px;
		    height: 12px;
		    z-index: 100;
		    background-image: url(../images/icons/customer_approval_close_btn.png);
		    background-size: cover;
		    cursor: pointer;
		}	
		#header_mobile_chat_icon{
		    display: block;
		    position: relative;
		    float: right;
		    top: 9px;	
		    cursor: pointer;
		}
		#header_mobile_chat_icon p{
			float: left;
		    color: #fff;
		    margin-right: 5px;
		    line-height: 39px;
		    font-size: 14px;
		}
		#header_mobile_chat_icon i{
			font-size: 33px;
			color: #fff;
		}
		#home_reviews_single_container{
			width:1000%; 
			height:76px; 
			overflow:hidden;
		}
		#sunshine_country_picker_background{
			position: fixed;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,0.7);
			z-index: 10000000000;
		}
		#sunshine_country_picker_wrapper{
			position: fixed;
			top: 0px;
			bottom: 0px;
			left: 0px;
			right: 0px;
			margin: auto;
			width: 95%;
			max-width: 700px;
			height: 250px;
			background-color: #ffffff;
			border-radius: 6px;
			z-index: 10000000010;
			padding: 25px;
			line-height: 20px;
			text-align: center;
		}
		#sunshine_country_picker_single_container{
			margin-top: 10px;
		}
		#sunshine_country_picker_wrapper{
			font-size: 16px;
		}
		.sunshine_country_picker_single{
		    position: relative;
		    float: left;
		    text-align: center;
		    margin: 0px 2.5%;
		    width: 45%;
		}
		.sunshine_country_picker_single a{
			position: relative;
			display: block;
			width: 100%;
			height: 100%;	
			color: #37354a;
			text-decoration: none;
		}
		.sunshine_country_picker_single a p{
			font-size: 16px;
			color: #37354a;
			margin-top: 10px;
			text-decoration: none !important;
		}
		.sunshine_country_picker_single a:hover{
			text-decoration: underline;
		}
		.sunshine_country_picker_single_img_container{
			border: 1px solid #dddddd;		
			width: 100%;
			height: 90px;
		}
		.sunshine_country_picker_single_img_container:hover{
			background-color: #f6f6f6;
			text-decoration: none;
		}
		.sunshine_country_picker_single_img_container img{
			position: relative;
		    line-height: 100%;
    		display: inline;
		}

		.product_new_notification{
			position: absolute;
		    top: 45px;
		    right: 12px;
		    width: auto;
		    padding: 4px 10px;
		    background-color: #0ab21b;
		    color: #fff;
		    border-radius: 4px;
		    font-size: 12px;
		    text-transform: uppercase;
		}
		/*
		.product_new_notification:after, .product_new_notification:before {
			right: 100%;
			top: 50%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
		}

		.product_new_notification:after {
			border-color: rgba(136, 183, 213, 0);
			border-right-color: #0ab21b;
			border-width: 30px;
			margin-top: -30px;
		}
		.product_new_notification:before {
			border-color: rgba(194, 225, 245, 0);
			border-right-color: #0ab21b;
			border-width: 36px;
			margin-top: -36px;
		}
		*/
		.product_best_selling_notification{
			position: absolute;
		    top: -25px;
		    right: 0px;
		    width: auto;
		    padding: 4px 10px;
		    background-color: #eb1415;
		    color: #fff;
		    border-radius: 4px;
		    font-size: 12px;
		    text-transform: uppercase;
		}

		.product_low_stock_notification{
			position: absolute;
		    top: -25px;
		    right: 0px;
		    width: auto;
		    padding: 4px 10px;
		    background-color: #eba114;
		    color: #fff;
		    border-radius: 4px;
		    font-size: 12px;
		    text-transform: uppercase;
		}
		.product_details_view_spec{
			text-align: center;
		    margin-top: 10px;
		    text-decoration: underline;
		    font-size: 14px;
		    color: #37354a;
		}
		#product_details_view_spec_bg{
			display: none;
			position: fixed;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			background-color: rgba(0,0,0,0.7);
			z-index: 100000;
		}
		#product_details_view_spec_wrapper{
			display: none;
		    position: fixed;
		    top: 0px;
		    left: 0px;
		    right: 0px;
		    bottom: 0px;
		    width: 95%;
		    max-width: 600px;
		    height: 400px;
		    z-index: 100010;
		    margin: auto;	
		}
		#product_details_view_spec_inside{
			position: relative;
		    width: 100%;
		    height: 100%;
		    overflow: scroll;
		    background-color: #fff;
		    padding: 20px;
		    border-radius: 6px;
		    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
		}
		#product_details_view_spec_close{
		    position: absolute;
		    bottom: -25px;
		    text-align: center;
		    color: #fff;
		    margin: auto;
		    left: 0;
		    right: 0;
		    text-decoration: underline;
		    cursor: pointer;
		}
		.product_details_product_spec_title{
			font-size: 19px;
		    text-align: center;
		    margin-top: 20px;
		    font-weight: 800;
		    margin-bottom: 20px;
		    text-decoration: underline;
		}
		.view_spec_product_description_p p{
			font-size: 16px;
		    line-height: 19px;
		    font-weight: 300;
		    margin-bottom: 8px;
		}
		.view_spec_product_description_p p span{
			font-weight: 600;
		}
		#related_products_wrapper{
			width: 100%;
			position: relative;
			margin: 60px 0px;
		}
		#related_products_container{
			width: 95%;
			max-width: 1200px;
			margin: auto;
			height: 100%;
		}
		.related_products_single_container{
		    position: relative;
		    float: left;
			width: 20%;
		    margin: 0px 1.5%;
		    outline: 1px solid rgba(0,0,0,0.1);
		    padding: 1%;
		}
		.related_products_container_p{
			position: relative;
			text-align: center;
			margin-bottom: 20px;
			font-size: 22px;
		}
		.related_products_single_container p{
		    font-size: 15px;
		    text-align: center;
		    margin-bottom: 10px;
		}
		.related_products_single_container img{
		    width: auto;
		    height: 130px;
		    margin: auto;
		    position: relative;
		    display: block;
		}
		.related_products_single_container button{
			position: relative;
		    border: 2px solid #37354a;
		    border-radius: 25px;
		    color: #37354a;
		    font-size: 16px;
		    width: 130px;
		    margin: auto;
		    text-align: center;
		    background-color: #fff;
		    color: #1f2f6b;
		    font-weight: 500;
		    cursor: pointer;
		    padding: 7px 20px;
		    display: block;
		    text-decoration: none;
		    margin: 20px auto 5px auto;
		}
		.product_details_benefits_single span{
			width: 20px;
		    height: 20px;
		    text-align: center;
		    background-color: #0ab21b;
		    display: inline-block;
		    line-height: 20px;
		    border-radius: 50%;
		    float: left;
		    margin-right: 10px;
		}
		.product_details_benefits_single p{
		    font-size: 15px;
		    line-height: 20px;
		}
		.product_details_benefits_single{
			position: relative;
			margin-bottom: 7px;
			width: 50%;
			float: left;
		}
		.product_details_benefits_single_container{
			position: relative;
			margin-bottom: 10px;
		}
		#header_right_col{
			width: 17%;
			float: right;
		}
		.fa{
			margin-right: 10px;
		}
		.home_h3_title_light{
		    font-size: 60px;
		    line-height: 64px;
		    color: #fff;
		    margin-bottom: 10px;
		    font-weight: 700;
		    text-align: left;
		    font-family: 'Bebas Neue', sans-serif;
		    margin-top: 40px;
	    }
	    .home_h3_title_light span{
	    	display: block;
		    color: #fff;
	    }
	    .home_slideshow_single {
		    position: relative;
		    width: 100%;
		    height: 100%;
		    overflow: hidden;
		    display: none;
		}
	    .accepted_slideshow_banner{
    	   background-repeat: no-repeat;
    	   background-size: cover;
		    overflow: hidden;
	    }
	    .home_slideshow_4_img,.home_slideshow_1_img {
		    position: absolute;
		    bottom: 0px;
		    right: 0px;
		    display: block;
		    left: 750px;
		    margin: auto auto auto auto;
		}
		.accepted_slideshow_banner_inside {
		    position: relative;
		    width: 95%;
		    max-width: 1350px;
		    height: 100%;
		    margin: auto;
		    z-index: 2;
		}
		.home_slideshow_4_txt_container h1 {
			font-size: 95px;
		    line-height: 88px;
		    color: #ffffff;
		    margin-bottom: 20px;
		    text-align: left;
		    text-shadow: 0px 0px 7px rgba(0,0,0,0.2);
		    font-weight: 700;
		    margin-bottom: 0px;
		    font-weight: 700;
		    text-align: left;
		    font-family: 'Bebas Neue', sans-serif;
		}
		.home_slideshow_4_txt_container h2{
			font-size: 95px;
		    line-height: 88px;
		    color: #ffffff;
		    margin-bottom: 20px;
		    text-align: left;
		    text-shadow: 0px 0px 7px rgba(0,0,0,0.2);
		    font-weight: 700;
		    margin-bottom: 0px;
		    font-weight: 700;
		    text-align: left;
		    font-family: 'Bebas Neue', sans-serif;
		}
		.home_slideshow_subheadline{
		    font-size: 39px;
		    line-height: 47px;
		    color: #ffffff;
		    margin-bottom: 20px;
		    text-align: left;
		    text-shadow: 0px 0px 7px rgba(0,0,0,0.2);
		    font-weight: 300;

		}
		.home_slideshow_4_subheadline {
		    font-size: 30px;
		    color: #434343;
		    line-height: 38px;
		    text-align: left;
		    font-weight: 500;
		    margin-bottom: 20px;
		}
		.home_slideshow_4_para {
		    font-size: 16px;
		    color: #ffffff;
		    line-height: 26px;
		    text-align: left;
		    font-weight: 300;
		    margin-bottom: 30px;
		}
		.home_products_single_container{
			position: relative;
		    display: block;
		    width: 92%;
		    margin: 20px 4% 20px 4%;
		    text-align: center;
		    float: left;
		}
		.home_products_phone_image {
		    animation-duration: .35s !important;
		    display: inline-block;
		    margin: auto;
		    position: relative;
		    right: 0px;
		    left: 0px;
		    top: 0px;
		    bottom: 0px;
		    width: auto;
		    height: 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;
		}
		.home_phone_choices_single_view{
			border-radius: 25px;
		    color: #ffffff;
		    font-size: 16px;
		    width: 170px;
		    margin: auto;
		    text-align: center;
		    background-color: #9e1376;
		    color: #ffffff;
		    font-weight: 500;
		    cursor: pointer;
		    padding: 10px 0px;
		    display: block;
		    text-decoration: none;
		    border: 0px;
		    font-weight: 400;
		    margin-top: 15px;
		}
		#home_apply_submit{
		    padding: 19px 25px;
		    color: #fff;
		    font-size: 20px;
		    width: 270px;
		    margin: auto auto;
		    display: block;
		    float: right;
		    background: #581685;
    background: -moz-linear-gradient(45deg, #8520c9 0%, #581685 100%);
    background: -webkit-linear-gradient(45deg, #8520c9 0%,#581685 100%);
    background: linear-gradient(45deg, #8520c9 0%,#581685 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8520c9', endColorstr='#581685',GradientType=1 );	    
		}
		#home_apply_submit:hover{
			background-color: #1c46a2;
		}
		#home_apply_now_title{
			font-size: 62px;
		    line-height: 66px;
		    margin-bottom: 20px;
		    color: #000;
		    font-weight: 800;
		    letter-spacing: 1px;
		    text-align: left;
		    text-shadow: 1px 1px 0px #fff;
		    font-family: 'Bebas Neue', sans-serif;
		}
		#home_apply_now_title span{
			color: #581685;	
		}
		.product_details_description_header{
			font-weight: 400;
			font-size: 14px;
		}
		.product_details_description_content{
			font-size: 13px;
		    line-height: 19px;
		    margin: 15px 0px;
		    font-weight: 300;
		}
		.prod_desc_top_container{
			padding: 15px;
		    border: 1px solid rgba(0,0,0,0.2);
		    margin: 15px 0px;
		}
		.slideshow_home_dyson{
    	   background-image: url(../images/yc_bg_img_2.png);
		}
		.slideshow_home_playstation{
    	   background-image: url(../images/yc_bg_img_2.png);
		}

		.slideshow_home_playstation .home_slideshow_4_img{
			bottom: 70px;
		    left: 760px;
		}
		.slideshow_home_playstation .home_slideshow_1_img{
			bottom: -50px;
		    left: 790px;
		}
		.slideshow_home_playstation .home_slideshow_4_txt_container{
			width: 630px;
		}		

		#home_customer_service_number_wrapper{
			padding: 15px;
    		border-bottom: 1px solid rgba(0,0,0,0.1);
		}	
		.home_customer_service_number_text {
		    font-size: 18px;
		    line-height: 27px;
		    color: #1c1c1c;
		    font-weight: 400;
		    text-align: center;
		}
		.home_customer_service_number_text span{
			font-weight: 700;
		    color: #3397fe !important;
		    text-decoration: underline;
		}
		.home_customer_service_number_text a{
		    text-decoration: none;
		    color: #2655bb;
		}




.invalid-message {
	background-color: #ffffff;
	display:none;
	color:red;
	font-weight:bold;
	font-size:10px;
	padding-top:8px;
}

.invalid_input + .invalid-message {
	display:block;
}

.app-error-message{
	margin-left: 0px;
    font-weight: 600;
    color: red;
    font-size: 13px;
}
.full-width {
	width:100% !important;
}
		#featured_items_wrapper{
			width: 100%;
		    position: relative;
		    background-color: #ffffff;
		    border-bottom: 1px solid rgba(0,0,0,0.1);
		    height: auto;
		    margin-top: 82px;
		}


		.home_heatures_header{
		    font-size: 45px;
		    line-height: 53px;
		    color: #000;
		    margin-bottom: 20px;
		    font-weight: 700;
		    text-align: center;
		    font-family: 'Bebas Neue', sans-serif;
		}
		.home_heatures_header span{
		    color: #8017cc;
		}

		.home_heatures_post_header{
		    font-size: 18px;
		    color: #000000;
		    text-align: center;
		    margin-bottom: 10px;
		    font-weight: 400;
		}


		#home_product_range_wrapper{
		    position: relative;
		    padding: 70px 0px 60px 0px;
		    background-color: #fbfcff;
		    background-color: #fff;
		}
		#home_product_range_container{
			position: relative;
			margin: auto;
			width: 95%;
			max-width: 1350px;
			height: 100%;
			text-align: center;
		}
		.home_product_range_single{
		    position: relative;
		    float: left;
		    width: 15%;
		    max-width: 280px;
		    margin: 0px 2.5% 40px 2.5%;
		    padding: 1% 2%;
		    background-color: #fff;
		    border-radius: 6px;
		    text-align: center;
		    cursor: pointer;
		    border: 1px solid rgba(60,60,60,0.1);
		    text-decoration: none;
		}

		.you_choose_li_single{
		    position: relative;
		    float: left;
		    width: 20%;
		    padding: 0px 2.5% 20px 2.5%;
		    text-align: center;
		    margin-bottom: 30px;
		    list-style-type: none;
		}
		.you_choose_li_single:hover{
			outline: 1px solid rgba(0,0,0,0.1);
		}
		.you_choose_li_single:hover .phone_choices_single_view{
			background-color: #934dab;
		}
		.you_choose_li_single a {
		    position: relative;
		    display: block;
		    text-decoration: none;
		    width: 100%;
		    height: 100%;
		    cursor: pointer;
		    padding: 0px 0px;
		}

		.you_choose_li_single img {
		    margin-bottom: 10px;
		    position: relative;
		    width: auto;
		    height: 200px;
		    display: block;
		    margin: 20px auto;
		    max-width: 100%;
		}

		.phone_choices_single_item_name {
		    font-size: 12px;
		    color: #37354a;
		    text-align: center;
		    margin-bottom: 0px;
		    margin-top: 20px;
		    padding-bottom: 0px;
		    font-weight: 600;
		    line-height: 16px;
		    height: 40px;
		    display: block;
		    border-bottom: 1px solid rgba(0,0,0,0.1);
		}

		.phone_choices_single_item_price {
		    font-size: 14px;
		    line-height: 18px;
		    margin-bottom: 10px;
		    position: relative;
		    display: block;
		    color: #333332;
		}

		.phone_choices_single_view {
		    border-radius: 31px;
		    color: #ffffff;
		    font-size: 16px;
		    width: 170px;
		    margin: auto;
		    text-align: center;
		    background-color: #b26cca;
		    color: #ffffff;
		    font-weight: 500;
		    cursor: pointer;
		    padding: 16px 0px;
		    display: block;
		    text-decoration: none;
		    border: 0px;
		    font-weight: 400;
		    margin-top: 15px;
		    background: #8017cc;
		    
		}
		.phone_choices_single_view:focus, .phone_choices_single_view:active{
			outline: none;
			border: 0px;
		}



		/* No credit checks */
		#no_credit_checks_wrapper{
			width: 100%;
		    position: relative;
		    height: 490px;
		    background: url(https://acceptedcatalogue.com/images/yc_bg_img_2.png);
		}
		#no_credit_checks_left_col{
			position: relative;
			float: left;
			width: 50%;
			height: 100%;
			z-index: 100;
		}
		#no_credit_checks_left_col_container{
		    position: relative;
		    width: 100%;
		    max-width: 500px;
		    float: right;
		    padding: 40px 0px;
		    margin-right: 80px;
		}
		#no_credit_checks_right_col{
		    position: relative;
		    float: left;
		    width: 50%;
		    height: 100%;
		    background-image: url('../images/home_nocreditcheck_woman.png');
		    background-size: cover;
		    background-repeat: no-repeat;
		}

		#you_decide_to_pay_wrapper{
		    width: 100%;
		    position: relative;
		    background-color: #fff;
		}
		#you_decide_to_pay_container {
		    width: 95%;
		    max-width: 1350px;
		    position: relative;
		    margin: auto;
		    height: 100%;
		    padding: 50px 0px;
		}
		#you_decide_to_pay_left_col{
			position: relative;
		    float: right;
		    width: 51%;
		    margin-top: 100px;
		}
		#you_decide_to_pay_right_col {
		    position: relative;
		    float: left;
		    width: 40%;
		}
		#you_decide_to_pay_video_container{
		    position: relative;
		    width: 100%;
		    max-width: 350px;
		    text-align: center;
		    margin: auto;
		}
		#home_you_decide_video_placeholder {
		    cursor: pointer;
		    width: 100%;
		    height: auto;
		}



		.home_h3_title{
		    font-size: 51px;
		    line-height: 57px;
		    color: #000;
		    margin-bottom: 10px;
		    font-weight: 700;
		    text-align: left;
		    font-family: 'Bebas Neue', sans-serif;
		}
		.home_h3_title span{
			color: #8017cc;
    		display: block;
		}
	    .home_sub_title{
			font-size: 16px;
		    color: #000000;
		    font-weight: 400;
		    text-align: left;
		    margin-bottom: 15px;
		    line-height: 24px;   
	    }	

		.browse_phones_btn{
			position: relative;
		    box-shadow: none;
		    text-decoration: none;
		    -webkit-transition: all 0.3s;
		    -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		    -o-transition: all 0.3s;
		    transition: all 0.3s;
		    border-radius: 31px;
		    color: #ffffff;
		    font-size: 16px;
		    width: auto;
		    margin: auto;
		    text-align: center;
		    background-color: #b26cca;
		    color: #ffffff;
		    font-weight: 500;
		    cursor: pointer;
		    padding: 16px 0px;
		    display: block;
		    text-decoration: none;
		    border: 0px;
		    font-weight: 400;
		    margin-top: 15px;
		    background: #8017cc;	
		}
		.browse_phones_btn:hover{
			background: #143d92;
		}

		#home_application_left_col{
			width: 42%;
    		margin-right: 4%;
    		position: relative;
    		float: left;
    		text-align: center;
		}


		.home_app_sub_headline{
			text-align: left;
		    line-height: 24px;
		    font-size: 16px;
		    font-weight: 300;
		}
		#home_application_right_col {
		    width: 48%;
		    padding: 30px 2.5%;
		    background-color: #ffffff;
		    border-radius: 6px;
		    position: relative;
		    float: left;
		    border: 1px solid rgba(60,60,60,0.1);
		}
		.home_application_create_title{
			color: #000;
		    font-size: 21px;
		    line-height: 35px;
		    font-weight: 600;
		    text-align: left;
		    margin-bottom: 30px;
		}

#footer_container {
    width: 95%;
    max-width: 1300px;
    margin: auto;
    padding: 30px 0px;
}
.footer_single_col {
    position: relative;
    width: 20%;
    float: left;
}
.footer_headling {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer_single_col ul {
    position: relative;
    display: block;
    width: 100%;
}
.footer_single_col ul li {
    float: left;
    position: relative;
    display: block;
    width: 100%;
}
.footer_single_col ul li a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 12px;
    text-align: left;
    color: rgba(255,255,255,0.7);
    width: 100%;
    line-height: 21px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}
#footer_sub_container p {
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    width: 100%;
    line-height: 50px;
}


#footer_sub_container {
    width: 100%;
    position: relative;
    background: #581685;
    background: -moz-linear-gradient(45deg, #8520c9 0%, #581685 100%);
    background: -webkit-linear-gradient(45deg, #8520c9 0%,#581685 100%);
    background: linear-gradient(45deg, #8520c9 0%,#581685 100%);

    height: 50px;
    border-top: 1px solid rgba(255,255,255,0.2);
}
.browse_phones_btn_arrow {
    position: absolute;
    right: 10px;
    top: 10px;
}
#home_shop_items_create_account {
    background: #333333;
    padding: 18px 25px;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    margin: auto;
    text-align: left;
    outline: none;
    border: 0px;
    position: relative;
    box-shadow: none;
    text-decoration: none;
    width: 210px;
}
#home_shop_items_create_account:hover{
	background: #5f3e9a;
}

#product_details_wrapper {
    background-color: #ffffff;
    display: block;
    position: relative;
    width: 100%;
    background-image: url(https://sunshinemobile.co.uk/images/product_details_bg_gradient.png);
    background-repeat: repeat-x;
    background-position: 0% 100%;
}

#product_details_right_col {
    position: relative;
    width: 40%;
    float: left;
    padding: 0px;
    border-radius: 8px;
}

.product_details_price {
    position: relative;
    display: block;
    margin: 15px 0px;
    font-size: 19px;
    font-weight: 300;
}

.shop_categories_header {
    font-size: 41px;
    line-height: 55px;
    text-align: center;
    color: #1D2835;
    font-weight: 700;
    margin-bottom: 15px;
}
.shop_categories_teaser {
    font-weight: 300;
    text-align: center;
    color: #1D2835;
    font-size: 22px;
    margin-bottom: 30px;
}
.categories_view_item_overlay_btn {
    position: relative;
    float: left;
    width: 15%;
    max-width: 280px;
    margin: 25px 2.5%;
    padding: 1% 2%;
    background-color: #fff;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
.shop_categories_single_container {
    width: 100%;
    height: 200px;
    margin: auto auto 15px auto;
    float: none;
    position: relative;
}
.categories_product_image {
    animation-duration: .35s !important;
    display: inline-block;
    margin: auto;
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: auto;
    height: 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;
}
.shop_product_range_single_post_img {
    margin-top: 15px;
}

.shop_product_range_single_top_col {
    position: relative;
    margin: 0px 0px 0px 0px;
    font-size: 17px;
    color: #4fabe0;
}
.products_options_dropdown_container select {
    background-color: #fbfcff !important;
    border: 1px solid rgba(100,100,100,0.2);
    border-radius: 4px;
    color: #494949;
    font-size: 15px;
    text-indent: 10px;
    height: 44px;
    cursor: pointer;
    background-image: url(https://sunshinemobile.co.uk/images/icons/sunshine_dropdown_menu_icon.png);
    background-repeat: no-repeat;
    background-position: 96%;
    -webkit-appear: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    width: 100%;
}

.products_view_phone_overlay_btn {
    position: relative;
    float: left;
    width: 28%;
    max-width: 380px;
    margin: 25px 2.5%;
    padding: 1% 0px;
    background-color: #fff;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
.products_no_credit_check_icon {
    position: absolute;
    right: -6px;
    top: 16px;
    display: none;
}

.products_phone_name {
    font-size: 16px;
    color: #37354a;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 39px;
    padding-bottom: 0px;
    font-weight: 600;
    line-height: 19px;
    height: 40px;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.products_single_container {
    position: relative;
    display: block;
    width: 92%;
    margin: 20px 4% 30px 4%;
    text-align: center;
    float: left;
}
.products_phone_image {
    animation-duration: .35s !important;
    display: inline-block;
    margin: auto;
    position: relative;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: auto;
    height: 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;
}
.home_product_range_single_post_img {
    margin-top: 15px;
}
.home_product_range_single_top_col {
    position: relative;
    margin: 0px 0px 20px 0px;
    font-size: 16px;
    color: #808080;
}
.home_product_range_single_top_col p {
    position: relative;
    margin: 0px 0px 15px 0px;
    font-size: 14px;
    color: #111111;
    font-weight: 300;
}
.product_listing_single_btn {
    font-size: 15px;
    width: auto;
    margin: auto;
    text-align: center;
    background: #b26cca;
    color: #ffffff;
    cursor: pointer;
    padding: 13px 39px;
    display: block;
    text-decoration: none;
    border: 0px;
    font-weight: 300;
    margin-top: 20px;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
}
.article_page_title {
font-size: 51px;
    line-height: 66px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
    font-family: 'Bebas Neue', sans-serif;
    text-decoration: none;
    text-shadow: none;
}
.article_page_sub_title {
    margin-bottom: 20px;
    text-align: center;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
}
.application_send_app_btn {
    border-radius: 31px;
    font-size: 16px;
    width: 100%;
    margin: auto;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    padding: 16px 0px;
    display: block;
    text-decoration: none;
    border: 0px;
    font-weight: 400;
    margin-top: 15px;
    background: #8017cc;
    float: right;
}
.application_send_app_btn:hover{
	background-color: #163b8c;
}
.find_out_how_you_work_btn {
    background: #fff;
    border: 0px;
    padding: 18px 27px;
    color: #8017cc;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 600;
    border-radius: 29px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    outline: none;
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-align: left;
    width: auto;
}

.home_sub_title_credit_check {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    text-align: left;
    margin-bottom: 15px;
    line-height: 25px;
}
.home_para_dark {
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 300;
}
#home_apply_short_form label,#form-stage1 label {
    font-size: 14px;
    font-weight: 400;
    color: #494949;
    margin-bottom: 5px;
    display: block;
}
#home_apply_short_form label span,#form-stage1 label span{
	color: #ff0000;
}
#home_apply_short_form input[type="text"], select,#form-stage1 input[type="text"]{
    background-color: #fbfcff !important;
    border: 1px solid #e9e9e9;
    height: 35px;
    width: 100%;
    text-indent: 10px;
    padding: 0px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    font-size: 12px;
}
#home_apply_short_form select ,#form-stage1 select {
    background-image: url(https://sunshinemobile.co.uk/images/icons/sunshine_dropdown_menu_icon.png);
    background-repeat: no-repeat;
    background-position: 94%;
}

footer {
    width: 100%;
    position: relative;
    background: #581685;
    background: -moz-linear-gradient(45deg, #8520c9 0%, #581685 100%);
    background: -webkit-linear-gradient(45deg, #8520c9 0%,#581685 100%);
    background: linear-gradient(45deg, #8520c9 0%,#581685 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8520c9', endColorstr='#581685',GradientType=1 );
    
}
.contact_right_col_sub p {
    position: relative;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 19px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 10px;
}

.contact_right_col_sub p span{
	font-weight: 600;
}

#select_start_date_btn {
    width: 23%;
    position: relative;
    height: 49px;
    background-color: #2655bb;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border: 0px;
    outline: none;
    box-shadow: none;
    border-radius: 25px;
    text-align: center;
    cursor: pointer;
    float: right;
}
.application_acc_overview_title {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: left;
    font-weight: 300;
    color: #333333;
}
.application_acc_overview_title span {
    font-weight: 600;
}
#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_overview_details_left li {
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
}
.application_send_app_left_btn {
    position: relative;
    display: block;
    height: 62px;
    background-color: #581685;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border: 0px;
    outline: none;
    box-shadow: none;
    border-radius: 31px;
    text-align: center;
    cursor: pointer;
    float: left;
    padding: 0px 55px;
}
#application_overview_details_right li {
    text-align: right;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
}
#mobile_navigation_wrapper{
	display: none;
	cursor: pointer;
	width: 40px;
	height: 50px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1000;
}
#mobile_navigation_wrapper span{
	width: 100%;
	display: block;
	height: 5px;
	margin-bottom: 4px;
	background: #fff;
	border-radius: 6px;
}
.slideshow_home_dyson .home_slideshow_4_img{
    bottom: 0px;
    left: 750px;
}
.product_details_mob_name{
	display: none;
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
    color: #333333;
    font-weight: bold;
}
.product_details_mob_payment{
	display: none;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    color: #333333;
    font-weight: 300;
}
.yes_landing_price{
	color: #2355bb;
}
.mobile-nav-wrapper {
    position: fixed;
    top: 0px;
    left: -100%;
    width: 80%;
    height: 100%;
    background-color: #fff;
    box-shadow: 5px 0px 5px rgba(0,0,0,0.1);
    z-index: 100000;
    display: block;
}
.mobile-nav-container {
    width: 100%;
}

.mobile-nav-container-header {
background: #581685;
    background: -moz-linear-gradient(45deg, #8520c9 0%, #581685 100%);
    background: -webkit-linear-gradient(45deg, #8520c9 0%,#581685 100%);
    background: linear-gradient(45deg, #8520c9 0%,#581685 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8520c9', endColorstr='#581685',GradientType=1 );
    padding: 5px 20px 15px 20px;
    height: 35px;
}
.mobile-nav-container-header img{
    max-width: 65px;
    position: absolute;
    margin-top: 5px;
}
.landing-mobile-nav-close {
    display: inline-block;
    margin: 7px 0px 0px 0px;
    border: 0px;
    background-color: #fff;
    padding: 7px 20px;
    border-radius: 14px;
    float: right;
    color: #4a0076;
    font-size: 14px;
}
.landing-mobile-nav-close:focus,.landing-mobile-nav-close:active{
	outline: none;
	border: 0px;
}
.mobile-nav-container-body {
    padding: 20px;
}
.mobile-nav-container ul {
    position: relative;
    width: 100%;
}
.landing-mobile-nav-create {
    display: block;
    font-size: 20px;
    font-weight: 400;
    padding: 13px 20px;
    color: #fff;
    background: #906ccb;
    border-radius: 25px;
    border: 0px;
    letter-spacing: 0.5px;
    margin: 25px auto auto auto;
    text-decoration: none;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.1);
    text-align: center;
}
.mobile-nav-container ul li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.mobile-nav-container ul li a {
    font-size: 15px;
    line-height: 25px;
    margin: 10px 0px;
    color: #333;
    text-decoration: none;
    font-weight: 400;
    display: block;
}
.mobile-nav-container ul li a i {
    float: right;
}
.loading-spinner-bg{
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 1000;
  display: none;
}
.lds-roller {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  width: 64px;
  height: 64px;
  z-index: 1001;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#blog-main-wrapper{
	position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
}
#blog-main-container{
	position: relative;
    width: 95%;
    max-width: 1200px;
    margin: auto;
    padding: 150px 0px 50px 0px;
}
#blog-main-container h1{
	color: #581685;
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
    line-height: 40px;
    font-size: 34px;
    margin: 0px 0px 15px 0px;
    position: relative;
}

.blog-main-single{
	position: relative;
    display: block;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid rgba(60,60,60,0.2);
    border-radius: 4px;
}
.blog-main-single-title{
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    color: #333332;
    font-weight: 500;
}
.blog-main-single-para{
	font-size: 14px;
    line-height: 23px;
    color: #666;
    margin-bottom: 15px;
    text-decoration: none;
}
.blog-main-single{
    font-size: 14px;
    text-decoration: underline;
    text-decoration: none;
}






#blog-article-wrapper{
	position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
}
#blog-article-container{
	position: relative;
    width: 95%;
    max-width: 1200px;
    margin: auto;
    padding: 150px 0px 50px 0px;
}
#blog-article-container h1{
	color: #581685;
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
    line-height: 40px;
    font-size: 34px;
    margin: 0px 0px 25px 0px;
    position: relative;
}
#blog-article-container img {
    position: relative;
    width: 95%;
    max-width: 1000px;
    height: auto;
    display: block;
    margin: auto auto 30px auto;
}
#blog-article-container  p {
    position: relative;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    line-height: 22px;
}
#blog-article-container h2, #blog-article-container h3 {
    color: #2257bc;
    text-align: left;
    text-decoration: underline;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 15px;
}
#blog-article-container  ul {
    position: relative;
    margin: 30px auto;
}
#blog-article-container  ul li {
    position: relative;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    line-height: 22px;
    margin-bottom: 15px;
    list-style-type: disc;
    list-style-position: inside;
}
.landing-blog-wrapper{
    position: relative;
    width: 100%;
    background-color: #e0e0e0;
    padding: 50px 0 50px 0;
}
.landing-blog-container{
position: relative;
    width: 95%;
    max-width: 1200px;
    margin: auto;
}

.landing-blog-container h2{
    color: #333333;
    text-align: center;
    text-decoration: underline;
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 15px;
}
.landing-blog-sub-header{
    position: relative;
    text-align: center;
    color: #333;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 30px;
}
.landing-blog-single{
background: #fff;
    position: relative;
    float: left;
    width: 26%;
    margin: 0 1.5%;
    border-radius: 6px;
    overflow: hidden;
    padding: 0% 2%;
    box-shadow: 0 5px 4px rgba(0,0,0,.1);
}
.landing-blog-single h4 {
    color: #333;
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    font-family: "VAG Rounded",helvetica,arial,sans-serif;
    margin: 20px 0 10px 0px;
    text-decoration: underline;
}
.landing-blog-single p {
    position: relative;
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    width: 90%;
    margin: auto;
}
.landing-blog-single a {
    position: relative;
    display: block;
    margin: 20px auto 20px auto;
    border: 0;
    outline: 0;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 700;
    background: 0 0;
    cursor: pointer;
    text-align: center;
}
.disclaimer_wrapper{
	position: relative;
	width: 100%;
	padding: 40px 0px;
	background: #fff;
}
.disclaimer_container{
	width: 90%;
	margin: auto;
	max-width: 1200px;
	margin-top: 30px;
	padding-bottom: 30px;
}
.disclaimer_container p{
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

.application-reg-statement p{
    position: relative;
    font-size: 13px;
    text-align: left;
    line-height: 20px;
    color: #000;
    margin: 10px 0px;
}

.home_highlight_wrapper {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.home_highlight_container {
    position: relative;
    width: 90%;
    max-width: 1100px;
    margin: auto;
    padding: 60px 0px;
}
.home_highlight_left {
    position: relative;
    float: left;
    width: 50%;
    margin-right: 5%;
}
.home_highlight_right {
    position: relative;
    float: right;
    width: 45%;
    top: 40px;
}
.home_highlight_left img {
    position: relative;
    width: 100%;
    max-width: 500px;
    display: block;
    text-align: center;
    margin: auto;
}
.home_highlight_right h2 {
	font-size: 57px;
    line-height: 60px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: left;
    font-family: 'Bebas Neue', sans-serif;
}
.home_highlight_right h2 span {
    color: #8017cc;
    display: block;
}
.home_highlight_right p {
	font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    text-align: left;
}
.home_highlight_right a {
    font-family: 'Montserrat',serif;
    width: fit-content;
    position: relative;
    display: block;
    height: auto;
    background: #8017cc;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    border: 0px;
    outline: none;
    border-radius: 45px;
    text-align: left;
    text-indent: 0px;
    cursor: pointer;
    line-height: 61px;
    text-decoration: none;
    padding: 0px 40px;
    margin: 30px 0px 0px 0px;
}
.header_bottom_right_arrow_cont {
    position: relative;
    margin-left: 5px;
    display: inline;
}
.apply_header_title{
	font-size: 45px;
    line-height: 60px;
    color: #581685;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
    font-family: 'Bebas Neue', sans-serif;
    text-decoration: none;
    text-shadow: none;
}


@media only screen and (max-width : 1350px) {
	.slideshow_home_playstation .home_slideshow_1_img{
		max-width: 695px;
	    width: 35%;
	    left: auto;
	    right: 5%;
	}
	.review_review_single_col{
		width: 33%;
	}
	#home_reviews_single_container{
		width: 100%;
	}

	#header_right_col{
		width: 28%;
	}
	#you_choose_img_slider_main ul li{
		width: 172px;
	}
	#you_choose_img_slider_main ul li a{
		margin: auto;
		width: 75%
	}
	#you_choose_img_slider_main ul li{
		margin: 0 5px;
		width: 170px;
	}
	#you_choose_img_slider_main{
		width: 528px;
		height: auto;
	}
	.you_choose_phone_name{
		font-size: 18px;
		line-height: 23px;
	}
	.home_h3_title{
		font-size: 45px;
		line-height: 47px;
	}
	#you_choose_phone_container{
		padding: 50px 0px;
	}
	#no_credit_checks_left_col_container{
		float: none;
	    max-width: none;
	    width: 90%;
	    margin: auto;
	    padding: 40px 0px;
	}
	#no_credit_checks_wrapper{
		height: 420px;
	}

	#product_details_right_col{
		width: 45%;
	}
	#review_review_single_last{
		display: none;
	}
	#flexible_payments_header_img_wrapper{
		background-size: cover;
	}
	.home_slideshow_4_img{
		left: 350px;
	}
}


@media only screen and (max-width : 1250px) {
	#you_choose_img_slider_main{
		width: 80%;
	}
	#you_choose_img_slider_main ul li{
		margin: 0 5px;
		width: 172px;
	}

	#you_choose_img_slider_main_left{
		top: 100px;
	}
	#you_choose_img_slider_main_right{
		top: 100px;
	}
	#review_review_single_last{
		display: none;
	}
	
	#flexible_payments_header_img_wrapper{
		background-size: cover;
	}

}



@media only screen and (max-width : 1100px) {
	.home_slideshow_4_txt_container{
		padding-top: 30px;
	}
	.header_bottom_link_item{
		font-size: 14px;
	}
	.home_slideshow_4_txt_container h1{
		font-size: 60px;
	}
	#header_right_col_social{
		display: none;
	}
	#header_bottom_left{
	    width: 15%;
	    margin-right: 5%;
	}
	#header_bottom_mid{
		width: 70%;
	}
	.product_details_thumbnail_icon{
		float: left;
		margin: 20px 1.5%;
    	width: 30%
	}
	#product_details_left_col{
	    width: 100%;
	    float: none;
	    clear: both;
	    max-width: 350px;
	    margin: auto;		
	}	
	#footer_container{
		width: 90%;
	}
	.footer_single_col{
		width: 50%;
		margin-right: 0px;
	}
	.footer_single_col ul li a{
		font-size: 12px;
		line-height: 18px;
	}
	#footer_right_col{
		display: none;
	}

	#small_top_container{
		width: 90%;
	}
	#header_container{
		width: 90%;
	}
    #header_mid_col{
        display: none;
    }
    #header_right_col{
    	display: none;
    }
    #header_mobile_right_col{
    	display: block;
    }
    #header_wrapper{
    	height: 55px;
    }
    #header_wrapper{
    	height: 55px;
    }
    #header_left_col{
    	width: 65%;
    }
    #header_left_col a{
    	font-size: 20px;
    	line-height: 56px;
    }
    #featured_items_you_choose{
    	display: none;
    }
    #featured_items_our_network{
    	display: none;
    }
    .featured_items_single_container{
    	width: 50%;
    }
    .featured_items_single_container img{
    	width: 100%;
    	max-width: 60px;
    }
    .featured_items_single_container p{
    	font-size: 16px;
    	line-height: 16px;
    }
    #featured_items_container{
    	padding: 10px 0px;
    }
    .article_container{
    	padding: 30px 0px;
    }
    #you_choose_phone_browse_container{
    	display: block;
    	margin-top: 30px;
    }
    #you_choose_phone_right_col{
    	float: none;
	    width: 100%;
	    position: relative;
	    margin: auto;    	
    }
    #you_choose_phone_left_col{
    	float: none;
	    width: 100%;
	    position: relative;
	    margin: auto;
    }
    #you_choose_phone_container{
    	padding: 30px 0px;
    }
    #home_choose_any_phone_browse_btn{
    	display: none;
    }
    #you_choose_img_slider_main{
    	width: 100%;
    	height: 320px;
    }
    #you_choose_img_slider_main ul li{
    	width: 265px;
    }
    #you_choose_img_slider_main_left{
    	position: absolute;
	    left: 10px;
	    z-index: 100000;
    }
    #you_choose_img_slider_main_right{
    	position: absolute;
	    right: 10px;
	    z-index: 100000;
    }
    .home_h3_title{    	
	    font-size: 38px;
	    line-height: 40px;
	    margin-bottom: 15px;
	    text-align: center;
	    letter-spacing: -1px;
	    font-weight: 600;
    }
    .home_para{
    	font-size: 15px;
	    line-height: 19px;
	    text-align: center;
	    margin-bottom: 35px;
    }
    .home_para_dark{
    	font-size: 13px;
	    line-height: 18px;
	    text-align: center;
	    margin-bottom: 35px;
    }
    #no_credit_checks_wrapper{
    	height: auto;
    }
    #no_credit_checks_right_col{
    	display: none;
    }
    #no_credit_checks_left_col{
    	float: none;
    	width: 90%;
    	margin: auto;
    }
    #no_credit_checks_left_col_container{
    	float: none;
    	padding: 20px 0px;   
    	max-width: none; 
		top: 0px;
	    text-align: center;
	    left: 0;
	    right: 0px;
	    margin: auto;    	
    }
    .home_h3_title_light{
	    font-size: 42px;
	    color: #fff;
	    line-height: 51px;
	    font-weight: bold;
	    margin-bottom: 15px;
    }

    #home_application_left_col{
    	width: 100%;
    	float: none;
    	margin-right: 0px;
    }
    #home_application_right_col{
    	width: 95%;
    	float: none;
    }
    #home_application_container{
    	padding: 30px 0px;
    }

    .home_slideshow_1_txt_container{
    	width: 100%;
    	top: 75px;
    }
    .home_slideshow_1_txt_container h1{
	    font-size: 60px;
	    line-height: 63px;
    }
    .home_slideshow_1_txt_container h1 span{
    	color: #ffffff;
	    font-size: 60px;
	    line-height: 65px;
	    display: block;
    }
    .home_slideshow_1_txt_container p{
    	font-size: 20px;
    	line-height: 23px;
    	margin: auto auto 30px auto;
    }
    .home_slideshow_5_txt_container h1{
    	font-size: 54px;
    	line-height: 60px;
    }
    #home_slideshow_wrapper{
    	height: 480px;
    }
    .home_slideshow_first{
    	background-position: 11% 100%;
    }
    #home_when_to_pay_btn{
    	display: none;
    }
    #home_when_to_pay2_btn{
    	display: block;
    }
    #you_decide_to_pay_container{
    	padding: 40px 0px;
    }
    #home_find_out_how_we_work_btn{
    	margin: auto;
    }
    #home_apply_now_title{
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: -1px;
    font-weight: 700;
    }
    #home_application_review_txt{
    	display: none;
    }
    .home_slideshow_2_txt_container h1{
    	font-size: 37px;
    	line-height: 38px;
    	text-align: center;
    	font-weight: 500;
    	top: 100px;
    }
    .home_slideshow_2_txt_container{
    	top: 20px;    	
    }
    #small_top_right_col ul li a{
    	font-size: 12px;
    	margin-left: 16px;
    	line-height: 27px;
    }
    #small_top_wrapper{
    	height: 27px;
    }
    .home_slideshow_2_txt_container p{
    	font-size: 14px;
    	line-height: 19px;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 25px;
    }
    .home_slideshow_2_img{
    	width: 100%;
    	bottom: auto;
    }
    .home_slideshow_2_txt_container{
    	width: 100%;
    	text-align: center;
    }
    .home_slider_2_btn{
    	margin: auto;
    }
	#home_apply_left_col_submit_container{
	    margin: auto;
	    float: none;
	    position: relative;
	    display: block;
	    margin-top: 10px;
	    margin-bottom: 15px;
	}
	#home_apply_left_col_submit_container a{
		margin: auto;
	}
	#home_application_trust_pilot_img{
	    width: 100%;
	    max-width: 150px;
	    top: 0px;
	}
	.home_application_create_title{
		margin-bottom: 20px;
		margin-top: 15px;
		font-size: 21px;
	    font-weight: 500;
	    line-height: 27px;
	}
	#no_credit_checks_wrapper{
		padding: 20px 0px;
	}
	#footer_sub_container p{
		font-size: 12px;
		line-height: 17px;
	    padding: 8px 0px;
	}






	/* Products Page*/
	.products_options_dropdown_container{
		width: 45%;
    	margin: 0px 2.5%;
	    float: left;
	}
	.products_options_container{
		padding: 20px 0px;
	}
	.products_single_container{
		width: 50%;
	    margin: 15px auto 50px auto;
	}
  


	.product_details_price_per_week p{
	    font-size: 19px;
	    font-weight: 100;
	    line-height: 24px;
	}
	.product_details_price_per_week p span{
		font-weight: 500;
	}




	/* Detailed product page */
	#product_details_mid_col{
	    float: none;
	    margin: auto;
	}
	#product_details_prime_image_bg{
		width: 84%;
	}

	.product_details_right_sub_container{
		width: 100%;
		margin-top: 30px;
		clear: both;
	}
	.product_details_right_criteria{
		width: 49%;
	    margin: 0px 1% 10px 0%;
	    float: left;
	}
	.product_details_starter_pack_container{
		clear: both;
	    width: 100%;
	    margin: auto auto 15px auto;
	}
	.product_details_starter_pack_container:before{
		content:"";
		display: block;
		position: relative;
		clear: both;
	}
	.product_details_features_container{
		display: block;
	    position: relative;
	    width: 100%;
	    padding: 3%;
	    margin: auto;
	}
	.product_details_features_container p{
		display: inline-block;
		font-size: 15px;
	}
	#product_details_features_flexible_payments{
		display: none;
	}
	#product_details_features_no_credit_checks{
	}
	#product_details_features_guaranteed{
		float: right;
	}
	#product_details_mobile_title{
		display: block;
	}
	#product_details_container{
		padding: 30px 0px;
	}
	#product_details_choose_phone_btn{
		width: 100%;
	}
	.product_details_description_title{
		font-size: 20px;
		line-height: 22px;
	}
	.product_details_description_para{
		font-size: 13px;
		line-height: 19px;
	}

	.article_page_sub_title{
		font-size: 18px;
    	line-height: 21px
	}

	.product_details_features_container p{
	    font-weight: 500;
	}


	/* Article Page */ 
	.article_page_title{
		font-size: 35px;
		line-height: 35px;
		margin-bottom: 10px;
	}



	/* Application Page */ 
	#application_right_col{
	    float: none;
	    width: 100%;
	}
	#application_right_col_customers_container{
		display: none;
	}
	#application_left_col{
		width: 100%;
		position: relative;
		float: none;
	}
	#application_wrapper{
		margin-top: 25px;
	}
	#application_right_col_your_order_detail{
		display: none;
	}
	#application_right_col_your_order_left{
		width: 8%;		
		margin-right: 5%;
	}
	#application_right_col_your_order_right{
		width: 86%;
	}
	#application_right_col_your_order_left img{
		width: 100%;
	}
	#application_right_col_your_order_right p{
		font-size: 19px;
	    line-height: 22px;
	    margin-top: 0px;
	}
	#application_right_col_your_order_sub{
		padding: 25px 0px 0px 0px;
	}
	.apply_save_for_later{
		top: 10px;
		right: 10px;
	}
	.apply_create_title{
		margin-bottom: 16px;
	}
	.apply_create_bank_title{
		margin-top: 50px;
		margin-bottom: 16px;
	}

	.application_form_span label, .application_banking_details_span_date label{
		margin-bottom: 3px;
	}
	.application_send_app_btn,.application_send_app_left_btn{
		width: 96%;
		font-size: 16px;
	}
	.apply_save_for_later{
		line-height: 15px;
		font-size: 13px;
		padding: 7px 13px;
	}
	.application_form_span input{
		height: 35px;
	}
	.application_form_span select{
		height: 35px;
	}
	.application_save_modal_overlay_wrapper{
		width: 90%;
    	padding: 2.5%;
    	height: 230px;
    	max-width: 500px;
	}
	.application_change_product_overlay_wrapper{
		width: 90%;
    	padding: 2.5%;
    	height: 270px;	
    	max-width: 500px;	
	}
	.application_save_modal_title{
		font-size: 32px;
		margin-bottom: 10px;
		margin-top: 10px;
		line-height: 33px;
	}
	.application_save_modal_sub_title{
		font-size: 15px;
		line-height: 19px;
		margin-bottom: 0px;
	}
	.application_save_modal_sub_title br{
		display: none;
	}
	.application_form_save_span input{
		width: 100%;
	    height: 37px;
	    margin-bottom: 10px
	}
	.application_send_save_btn{
		width: 100%;
	}
	.application_banking_details_span_date{
		margin: 0px 1% 2px 1%;
	}

















	/* Contact Us */
	#contact_us_left_col{
		float: none;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	#contact_us_application_container{
		padding: 15px 10px;
	}

	.contact_us_form_span input{
	    height: 35px;
	}
	.contact_us_form_span label {
	    margin-bottom: 3px;
	}
	#contact_us_send_enquiry_btn{
		width: 100%;
		float: none;
	}
	#contact_us_right_col{
		width: 100%;
		float: none;
	}
	.contact_right_col_sub p span{
		font-weight: 500;
	}
	.contact_us_form_title{
		font-size: 21px;
		margin-bottom: 20px;
		font-weight:500;
	}






	/* Reviews Page */
	.reviews_single_col{
		float: none;
		width: 100%;
		padding: 2%;
		margin: 0px;
		margin-bottom: 20px;
		max-height: none;
	}
	.review_single_col_left img{
		max-height: none;
	}
	.review_single_col_left{
		width: 10%;
	}
	.review_single_col_left img{
		width: 100%;
		height: auto;
	}
	.reviews_single_col h3{
		font-size: 19px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.reviews_single_quote{
		font-size: 12px;
		line-height: 18px;
	}
	.review_single_col_right{
		width: 75%;
	}
	#reviews_header_img_wrapper{
		background-position: 44% 100%;
	}
	#reviews_header_left_col{
		width: 40%;
		top: 55px;
		left: 20px;
	}
	#reviews_header_container h2{
		line-height: 38px;
		font-size: 33px;
	}
	#reviews_header_img_wrapper{
		height: 300px;
	}
	#reviews_container{
		margin: 30px auto 30px auto;
	}
	#product_details_description_container{
		padding: 30px 0px;
	}




	/* How we work */
	#how_we_work_right_col{
		float: none;
		width: 60%;
		margin: auto auto 20px auto;
	}
	#how_we_work_left_col{
		float: none;
		width: 100%;
	}
	#how_we_work_right_col_video_container{
		width: 96%;
		padding: 2%;
	}
	#how_we_work_container{
		margin-top: 30px;
	}
	.how_we_work_left_heading{
		margin-bottom: 8px;
		font-weight: 500;
	}
	.how_we_work_left_para{
		font-size: 13px;
		line-height: 21px;
	}







	/* Manufacturer Page */
	#manufacturer_header_image_left_col{
		float: none;
		width: 100%;
	}
	#manufacturer_header_left_single{
		margin-top: 0px;
		margin-left: 20px;
		top: 80px;
	}





	/* Prepop Landing Pages */
	#prepop_header_image_left_col{
		float: none;
		width: 100%;		
	}
	#prepop_user_header_image_left_col{
		float: none;
		width: 100%;		
	}
	#prepop_header_left_single{
		margin-top: 0px;
	}
	#prepop_header_left_single h1{
		font-size: 40px;
		line-height: 48px;
		text-align: center;
		padding-top: 50px;
	}
	#prepop_header_left_single p{
		text-align: center;
	}
	#prepop_user_header_left_single{
		margin-top: 0px;
	}
	#prepop_header_title{
		font-size: 40px;
		line-height: 48px;
		text-align: center;
		padding-top: 50px;
	}
	#prepop_user_header_left_single p{
		text-align: center;
	}
	#prepop_header_image_wrapper{
		background-position: 71% 0%;
	}
	#prepop_user_header_image_wrapper{
		background-position: 71% 0%;
	}
#review_trust_pilot_rating_container{
		float: none;
	    width: 100%;
	    margin: auto;
	    text-align: center;
	}
	#review_trust_pilot_review_container{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.trust_pilot_review_single{
		width: 47%;
	}
	#trust_pilot_great_company{
		display: none;
	}
	.trust_pilot_title{
		font-size: 15px;
		line-height: 17px;
	}
	.trust_pilot_paragraph{
		font-size: 11px;
		line-height: 14px;
	}
	.home_slideshow_5_txt_container{
		width: 90%;
		margin: auto;
		top: 75px;
	}
	.home_slideshow_5_txt_container h1{
		font-size: 50px;
		line-height:51px;	
	}
	.home_slideshow_3_txt_container h1{
		font-size: 50px;
		line-height: 45px;
	}
	.home_slideshow_3_txt_container h1 span{
		font-size: 37px
	}
	.home_slideshow_3_txt_container{
		width: 60%;
	    top: 95px;
	    left: 55px;		
	}
	.home_slideshow_3_img{
		left: auto;
	    width: 100%;
	    max-width: 300px;
	    right: -50px;
	}
	.how_we_work_left_title_heading{
		text-align: center;
	}

	#flexible_payments_header_img_wrapper{
		background-size: cover;
	}
	#flexible_payments_header_img_wrapper{
		background-position: 34% 100%;
	}
	#flexible_payments_header_left_col h2{
		color: #fff;
	    color: #ffc700;
	    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	}
	#flexible_payments_header_left_col p{
		color: #fff;
	}
	.product_details_mobile_payments{
		font-size: 25px;
	}
	.product_details_mobile_phone_name{
		margin-bottom: 10px;
	}
	.home_slideshow_4_txt_container{
		top: 80px;
		left: 7%;
    	width: 75%
	}
	.home_slideshow_4_img{
	    left: 400px;
	    width: 80%;
	}
	#home_application_right_app_container{
		width: 100%;
	}
	.manufacturing_apple_header_container{
		background-size: 35% !important;
		background-position: 54% 100% !important;
	}

	#header_left_col a img{
		width: 50px;
		margin-top: 6px;
	}
	#sub_header_wrapper{
		display: none;
	}
	.you_choose_li_single{
		width: 45%;
    	padding: 0px 2.5%;
	}
	.home_sub_title_credit_check{
		text-align: center;
	}

	.home_app_sub_headline{
		text-align: center;
    	margin-bottom: 20px;
	}
	.product_details_12_payments{
		font-size: 24px;
	}
	.product_details_phone_name{
		font-size: 38px;
	}
	.product_details_mob_name{
		display: none;
	}
	.product_details_mob_payment{
		display: none;
	}
	#product_details_top_col_container{
		width: 50%;
	}
	#product_details_mid_col{
		width: 80%;
	}
	.slideshow_home_playstation .home_slideshow_4_txt_container{
		top: 70px !important;
	}
	.home_slideshow_4_txt_container h1{
		font-size: 38px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.home_slideshow_subheadline{
		font-size: 30px;
	    line-height: 34px;
	}
	.slideshow_home_playstation .home_slideshow_4_txt_container{
		width: 50%;
	}
	.slideshow_home_playstation .home_slideshow_4_img{
		width: 35%;
	    left: auto;
	    right: 5%;
	}
	.home_slideshow_4_txt_container h2{
		font-size: 38px;
		line-height: 40px;
		margin-bottom: 10px;	
	}
	.slideshow_home_dyson .home_slideshow_4_img{
		width: 18%;
	    left: auto;
	    right: 10%;
	}
	.home_slideshow_4_txt_container{
		width: 50%;
	}
	.home_customer_service_number_text{
		font-size: 14px;
	}
	#home_product_range_wrapper{
		padding: 40px 0px 60px 0px;
	}
}



@media only screen and (max-width : 800px) {
	.home_highlight_left{
		position: relative;
		float: none;
		width: 100%;
		margin: auto auto 20px auto;
	}
	.home_highlight_right{
		position: relative;
		float: none;
		width: 100%;
		margin: auto auto auto auto;
	}
	.home_highlight_right h2{
	    text-align: center;
	    font-size: 49px;
	    line-height: 55px;
	}
	.home_highlight_right p{
		text-align: center;
	}
	#header_bottom_left a img{
		max-width: 60px;
	}
	.home_highlight_right a{
		margin: 20px auto 10px auto;
	}
	.slideshow_home_playstation .home_slideshow_1_img{
		max-width: 695px;
	    display: block;
	    position: relative;
	    width: 45%;
	    margin: auto;
	    left: auto;
	    right: auto;
	    top: 0px;
	    bottom: auto;
	}
	.landing-blog-single {
	    width: 96%;
	    margin: 0 0 24px 0;
	    float: none;
	}
	#header_bottom_wrapper_static{
		height: 31px;
    	padding: 10px 0px;
	}
	.product_details_12_payments, .product_details_phone_name{
		display: none;
	}
	.product_details_mob_payment,.product_details_mob_name{
		display: block;
	}
	#product_details_right_col{
		float: none;
		width: 100%;
	}
	.slideshow_home_dyson .home_slideshow_4_img{
		display: none;
	}
	#header_bottom_left{
		width: 25%;
	}
	.application_acc_overview_title{
		font-size: 18px;
	    line-height: 25px;
	    margin-bottom: 10px;
	    text-align: center;
	}
	.application_send_app_btn{
		text-indent: 0px;
		text-align: center;
	}
	.article_page_sub_title{
		font-size: 16px;
    	line-height: 21px;
	}
	.products_single_container{
		width: 90%;
	    margin: 15px auto 20px auto;
	    float: none;
	}
	.products_container{
		margin: auto auto 30px auto;
	}
	#product_details_top_col_container{
		width: 100%;
   		margin-bottom: 15px;
	}
	.products_view_phone_overlay_btn{
		float: none;
	    display: block;
	    width: 95%;
	    margin: auto;
	}
	#flexible_payments_header_left_col{
		width: 100%;
		top: 40px;
	}
	#flexible_payments_header_left_col p {
	    color: #fff;
	    font-size: 17px;
	    line-height: 24px;
	}
	#flexible_payments_header_left_col h1{
		font-size: 43px;
	    line-height: 50px;
	    margin-bottom: 15px;
	}
	.article_container{
		width: 90%;
		padding: 20px 0px;
		margin-top: 65px;
	}
	.article_page_title{
		font-size: 28px;
	    line-height: 33px;
	    margin-bottom: 10px;
	    font-weight: 700;
	}
	.footer_headling{
		font-weight: 700;
	}
	.product_details_price{
		font-size: 16px;
    	font-weight: 600;
	}
	.product_details_nothing_to_pay_container p{
	    font-size: 14px;
	    line-height: 19px;
	}
	#product_details_left_col{
		display: none;
	}
	.home_sub_title{
		font-size: 16px;
	}
	.home_slideshow_subheadline{
		font-weight: 600;
		font-size: 27px;
	}
	.home_sub_title_credit_check{
	    text-align: center;
	    font-size: 16px;
	    line-height: 24px;
	    font-weight: 600;
	}
	.home_para_dark{
		font-size: 13px;
	    line-height: 19px;
	    text-align: center;
	    margin-bottom: 35px;
	}
	.home_app_sub_headline{
		line-height: 22px;
    	font-size: 16px;
    	text-align: center;
    	margin-bottom: 20px;
	}
	#home_apply_now_title{
	    font-size: 45px;
	    line-height: 54px;
	    margin-bottom: 15px;
	    font-weight: 700;
	}
	.home_h3_title{
	    font-size: 45px;
	    line-height: 51px;
	    margin-bottom: 15px;
	    font-weight: 400;
	}
	.home_heatures_header{
	    font-size: 25px;
	    line-height: 32px;
	    margin-bottom: 15px;
	    font-weight: 900;
	}
	.home_h3_title_light{
	    text-align: center;
	    font-size: 48px;
	    line-height: 52px;
	    margin-bottom: 15px;
	    margin-top: 0px;
	    font-weight: 700;
	}
	.you_choose_li_single a{
		padding: 0px 0px 30px 0px;
	}
	.home_heatures_post_header{
		font-size: 16px;
		line-height: 26px;
	}
	#home_product_range_wrapper{
		padding: 30px 0px 60px 0px;
	}
	.accepted_slideshow_banner{
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.slideshow_home_playstation .home_slideshow_4_img{
		display: none;
	}

	.slideshow_home_playstation .home_slideshow_4_txt_container{
		width: 100%;
		padding-top: 0px;
	}
	#header_bottom_right,#header_bottom_mid{
		display: none;
	}
	#mobile_navigation_wrapper{
		display: block;
	}
	#home_application_right_col{
		width: 90%;
	    float: none;
	    padding: 30px 5%;
	}
	.you_choose_li_single{
	    float: none;
	    width: 100%;
	    margin: auto;
	    padding: 0px;
	}
	.review_review_single_col{
		width: 50%;
	}
	#home_reviews_single_container{
		width: 100%;
	}
	#previous_customer_win_modal{
		left: 0px;
		right: 0px;
		padding: 10px 10px;
	}
	#previous_customer_win_modal p{
		width: 100%;
	}
	#you_choose_img_slider_main ul li{
		width: 335px;
	}
	.review_video_left_col{
		width: 100%;
	    margin: auto;
	    float: none;
	}
	.review_video_left_col h4{
		text-align: center;
	    line-height: 29px;
	    font-size: 24px;
	    margin-bottom: 5px;
	}
	.review_video_left_col p{
		font-size: 17px;
    	text-align: center;
    	line-height: 21px;
	}
	#review_video_container{
		padding: 25px 0px;
	}
	.review_video_right_col{
		float: none;
	    width: 80%;
	    margin: auto;
	}
	#review_video_left_arrow{
		left: 10px;
	    width: 30px;
	    height: 30px;
        background-size: cover;
	}
	#review_video_right_arrow{
		right: 10px;
	    width: 30px;
	    height: 30px;
        background-size: cover;
	}	
	#review_review_left_col{
		width: 100%;
	    float: none;
	    text-align: center;
	    margin-top: 0px;
	    margin-bottom: 20px;
	}
	#review_review_right_col{
		width: 100%;
 		float: none;
	}
	.review_review_single_col{
	    margin-bottom: 20px;
	}
	.review_review_single_left{
		width: 40%;
	}
	.review_review_single_right{
		width: 55%;
    	margin-left: 2%;
	}	
	.home_slideshow_4_txt_container h1{
		font-size: 58px;
		line-height: 51px;
	}
	#select_start_date_btn{
		width: 42%;
	}
	#datepicker{
		width: 55%;
	}
	.manufacturing_apple_header_container{
		background-size: 35% !important;
		background-position: 54% 100% !important;
	}
	#sub_header_wrapper{
		display: none;
	}
	#header_left_col a img{
		width: 100%;
		margin-top: 3px;
	}
	.site_map_single_col h4{
	    font-size: 20px;
	    font-weight: 700;
	    margin-bottom: 5px;
	}
	.site_map_single_col a{
	    color: #595dc1;
	    line-height: 21px;
	    text-align: center;
	    position: relative;
	    display: block;
	    font-size: 14px;
	}
	.home_slideshow_4_txt_container h2{
		font-size: 53px;
	    line-height: 40px;
	    margin-bottom: 20px;
	}
	.home_slideshow_4_txt_container{
		width: 100%;
    	top: 20px;
	}
	.slideshow_home_playstation .home_slideshow_4_txt_container{
		top: 40px !important;
		width: 90%;
		left: auto;
		right: auto;
		margin: auto;
	}

}





@media only screen and (max-width : 550px) {
	#footer_mobile_item_three{
		display: block !important;
		clear: both;
		margin-top: 30px;
	}
	.slideshow_home_playstation .home_slideshow_1_img{
		max-width: 695px;
	    display: block;
	    position: relative;
	    width: 45%;
	    margin: auto;
	    left: auto;
	    right: auto;
	    top: 0px;
	    bottom: auto;
	}
		
	.slideshow_home_playstation .home_slideshow_4_txt_container{
		top: 20px !important;
	}
	.slideshow_home_playstation .home_slideshow_4_img{
		display: block;
	    position: relative;
	    width: 80%;
	    margin: auto;
	    left: auto;
	    right: auto;
	    top: 0px;
	    bottom: auto;
	}
	.home_slideshow_subheadline{
	    font-size: 24px;
	    text-align: center;
	    font-weight: 500;
	    line-height: 30px;
	    margin: 0px 0px 10px 0px;
	}
	.home_slideshow_subheadline span{
	    text-decoration: underline;
	}
	.home_slideshow_4_para{
	    text-align: center;
	    font-size: 13px;
	    line-height: 19px;
	    font-weight: 300;	
	}
	.review_review_single_col{
		width: 100%;
	}
	#home_reviews_single_container{
		width: 100%;
	}	
	#home_customer_service_number_wrapper{
		display: block;
	}
	#application_overview_nothing_to_pay_container ul li{
		width: 65%;
	}

	#footer_container{
		width: 90%;
	}
	.footer_single_col{
		width: 50%;
		margin-right: 0px;
		display: none;
	}
	#footer_mobile_item_one,#footer_mobile_item_two{
		display: block;
	}
	.footer_single_col ul li a{
		font-size: 12px;
		line-height: 18px;
	}
	#footer_right_col{
		display: none;
	}

	#homepage_video_popup_wrapper{
		width: 90%;
		height: 212px;
	}
	#small_top_container{
		width: 90%;
	}
	#header_container{
		width: 90%;
	}
    #header_mid_col{
        display: none;
    }
    #header_right_col{
    	display: none;
    }
    #header_mobile_right_col{
    	display: block;
    }
    #header_wrapper{
    	height: 70px;
    }
    #header_left_col{
    	width: 20%;
    }

    #header_left_col a{
    	font-size: 20px;
    	line-height: 56px;
    }
    #featured_items_you_choose{
    	display: none;
    }
    #featured_items_our_network{
    	display: none;
    }
    .featured_items_single_container{
    	width: 50%;
    }
    .featured_items_single_container img{
    	width: 100%;
    	max-width: 60px;
    }
    .featured_items_single_container p{
    	font-size: 16px;
    	line-height: 16px;
    }
    #featured_items_container{
    	padding: 10px 0px;
    }

    #you_choose_phone_browse_container{
    	display: block;
    	margin-top: 30px;
    }
    #you_choose_phone_right_col{
    	float: none;
	    width: 100%;
	    position: relative;
	    margin: auto;    	
    }
    #you_choose_phone_left_col{
    	float: none;
	    width: 100%;
	    position: relative;
	    margin: auto;
    }
    #you_choose_phone_container{
    	padding: 30px 0px;
    }
    #home_choose_any_phone_browse_btn{
    	display: none;
    }
    #you_choose_img_slider_main{
    	width: 100%;
    	height: 215px;
    }
    #you_choose_img_slider_main ul li{
    	width: 386px;
    }
    #you_choose_img_slider_main_left{
    	position: absolute;
	    left: 10px;
	    z-index: 100000;
    }
    #you_choose_img_slider_main_right{
    	position: absolute;
	    right: 10px;
	    z-index: 100000;
    }
    .home_para{
    	font-size: 13px;
	    line-height: 18px;
	    text-align: center;
	    margin-bottom: 25px;
    }
    .home_para_dark{
    	font-size: 13px;
	    line-height: 18px;
	    text-align: center;
	    margin-bottom: 35px;
    }
    #no_credit_checks_wrapper{
    	height: auto;
    }
    #no_credit_checks_right_col{
    	display: none;
    }
    #no_credit_checks_left_col{
    	float: none;
    	width: 90%;
    	margin: auto;
    }
    #no_credit_checks_left_col_container{
    	float: none;
    	padding: 20px 0px;
    	margin-right: 0px;   
    	width: 100%; 
    	left: 0px;
    	text-align: center;
    	top: 0px;
    }

    .home_sub_title{
	    line-height: 22px;
	    text-align: center;
	    font-weight: 500;
    }

    #you_decide_to_pay_left_col{
    	float: none;
		width: 100%;
		left: 0px;
		margin-top: 20px;
    }
    #you_decide_to_pay_right_col{
    	float: none;
    	width: 90%;
    	margin: auto;
    }
    #you_decide_to_pay_video_container{
    	width: 100%;
    	padding: 2%;
    }
    #home_application_left_col{
    	width: 100%;
    	float: none;
    	margin-right: 0px;
    }
    #home_application_right_col{
    	float: none;
    }
    #home_application_container{
    	padding: 30px 0px;
    }
    .home_apply_left_col_input_container{
    	width: 100% !important;
    	float: none;
    }
    .home_slideshow_1_txt_container{
    	width: 100%;
    	top: 45px;
    }
    .home_slideshow_1_txt_container h1{
	    font-size: 50px;
	    line-height: 50px;
	    color: #fccb0b;
    }
    .home_slideshow_1_txt_container h1 span{
    	color: #ffffff;
	    font-size: 50px;
	    line-height: 50px;
	    display: block;
    }
    .home_slideshow_1_txt_container p{
    	font-size: 16px;
    	line-height: 19px;
    	margin-bottom: 30px;
    }
    #home_slideshow_wrapper{
    	height: auto;
    }
    .home_slideshow_first{
    	background-position: 11% 100%;
    	background-color: #000000;
    }
    #home_when_to_pay_btn{
    	display: none;
    }
    #home_when_to_pay2_btn{
    	display: block;
    }
    #you_decide_to_pay_container{
    	padding: 40px 0px;
    }
    #home_find_out_how_we_work_btn{
    	margin: auto;
    }
    #home_application_review_txt{
    	display: none;
    }
    .home_slideshow_2_txt_container h1{
    	font-size: 37px;
    	line-height: 38px;
    	text-align: center;
    	font-weight: 500;
    	top: 40px;
    }
    .home_slideshow_2_txt_container{
    	top: 20px;    	
    }
    #small_top_right_col ul li a{
    	font-size: 12px;
    	margin-left: 16px;
    	line-height: 27px;
    }
    #small_top_wrapper{
    	height: 27px;
    }
    .home_slideshow_2_txt_container p{
    	font-size: 14px;
    	line-height: 19px;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 25px;
    }
    .home_slideshow_2_img{
    	width: 100%;
    	bottom: 0px;
    }
    .home_slideshow_2_txt_container{
    	width: 100%;
    	text-align: center;
    }
    .home_slider_2_btn{
    	margin: auto;
    }
	#home_apply_left_col_submit_container{
	    margin: auto;
	    float: none;
	    position: relative;
	    display: block;
	    margin-top: 10px;
	    margin-bottom: 15px;
	}
	#home_apply_left_col_submit_container a{
		margin: auto;
	}
	#home_application_trust_pilot_img{
	    width: 100%;
	    max-width: 190px;
	    top: 0px;
	}
	.home_application_create_title{
		margin-bottom: 20px;
	    margin-top: 0px;
	    font-size: 20px;
	    font-weight: 500;
	    line-height: 27px;
	}
	#no_credit_checks_wrapper{
		padding: 20px 0px;
	}
	#footer_sub_container p{
		font-size: 12px;
		line-height: 17px;
	    padding: 8px 0px;
	    width: 90%;
	    margin: auto;
	}






	/* Products Page*/
	.products_options_dropdown_container{
		width: 45%;
    	margin: 0px 2.5%;
	    float: left;
	}
	.products_options_container{
		padding: 20px 0px;
	}
	.product_details_price_per_week p{
	    font-size: 19px;
	    font-weight: 100;
	    line-height: 24px;
	    text-align: center;
	}
	.product_details_price_per_week p span{
		font-weight: 700;
	}
	#product_details_price_upfront{
		text-align: center;
		font-size: 19px;

	}




	.product_details_thumbnail_icon{
		float: left;
		margin: 20px 1.5%;
		width: 26%;
	}
	#product_details_prime_image{
		width: 89%;
		padding: 5%;
	}

	#product_details_mid_col{
	    width: 100%;
	    float: none;
	    margin: auto;
	}
	#product_details_prime_image_bg{
		width: 84%;
	}
	#product_details_right_col{
		width: 100%;
		float: none;
		clear: both;
	}
	.product_details_phone_name{
		display: none;
	}
	.product_details_12_payments{
		display: none;
	}
	.product_details_right_sub_container{
		width: 100%;
		margin-top: 30px;
	}
	.product_details_right_criteria{
		width: 100%;
	    margin: 0px 0px 10px 0px;
	    float: none;
	}
	.product_details_starter_pack_container{
		clear: both;
	    width: 100%;
	    margin: auto auto 15px auto;
	}
	.product_details_starter_pack_container:before{
		content:"";
		display: block;
		position: relative;
		clear: both;
	}
	.product_details_features_container{
		display: block;
	    position: relative;
	    width: 100%;
	    padding: 3%;
	    margin: auto;
	}
	.product_details_features_container p{
		display: inline-block;
		font-size: 15px;
	}
	#product_details_features_flexible_payments{
		display: none;
	}
	#product_details_features_no_credit_checks{
	}
	#product_details_features_guaranteed{
		float: right;
	}
	#product_details_mobile_title{
		display: block;
	}
	#product_details_container{
		padding: 30px 0px;
	}
	#product_details_choose_phone_btn{
		width: 100%;
	}
	.product_details_description_title{
		font-size: 20px;
		line-height: 22px;
	}
	.product_details_description_para{
		font-size: 13px;
		line-height: 19px;
	}
	.product_details_features_container p{
	    font-weight: 500;
	}


	/* Application Page */ 
	#application_right_col{
	    float: none;
	    width: 100%;
	}
	#application_right_col_customers_container{
		display: none;
	}
	#application_left_col{
		width: 100%;
		position: relative;
		float: none;
	}
	#application_wrapper{
		margin-top: 25px;
	}
	#application_right_col_your_order_detail{
		display: none;
	}
	.application_form_span{
		width: 100% !important;
		margin: 0px 0px 15px 0px;
   		float: none;
	}
	#application_right_col_your_order_left{
		width: 25%;		
		margin-right: 5%;
		margin-bottom: 30px;
	}
	#application_right_col_your_order_left img{
		width: 100%;
	}
	#application_right_col_your_order_right p{
		font-size: 19px;
	    line-height: 24px;
	    margin-top: 0px;
	    text-align: left;
	    font-weight: 600;
	}
	#application_right_col_your_order_sub{
		padding: 20px 0px 0px 0px;
	}
	.apply_save_for_later{
		top: 15px;
		right: 15px;
	}
	.apply_create_title{
		margin-bottom: 16px;
	}
	.apply_create_bank_title{
		margin-top: 50px;
		margin-bottom: 16px;

	}
	.application_form_span label, .application_banking_details_span_date label{
		margin-bottom: 3px;
		font-size: 14px;
	}
	.application_send_app_btn,.application_send_app_left_btn{
		width: 96%;
		font-size: 16px;
	}
	#application_process_app_btn{
		width: 100% !important;
		text-align: center;
	}

	.apply_save_for_later{
		line-height: 15px;
		font-size: 13px;
		padding: 7px 13px;
	}
	.application_form_span input{
		height: 35px;
	}
	.application_form_span select{
		height: 35px;
	}
	.application_save_modal_overlay_wrapper{
		width: 90%;
    	padding: 2.5%;
    	height: 230px;
	}
	.application_change_product_overlay_wrapper{
		width: 90%;
    	padding: 2.5%;
    	height: 255px;		
	}
	.application_save_modal_title{
		font-size: 32px;
		margin-bottom: 10px;
		margin-top: 10px;
		line-height: 33px;
	}
	.application_save_modal_sub_title{
		font-size: 15px;
		line-height: 19px;
		margin-bottom: 0px;
	}
	.application_save_modal_sub_title br{
		display: none;
	}
	.application_form_save_span input{
		width: 100%;
	    height: 37px;
	    margin-bottom: 10px
	}
	.application_send_save_btn{
		width: 100%;
	}
	.application_banking_details_span_date{
		margin: 0px 1% 2px 1%;
	}

















	/* Contact Us */
	#contact_us_left_col{
		float: none;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	#contact_us_application_container{
		padding: 15px 10px;
	}
	.contact_us_form_span{
		width: 100%;
		position: relative;
		float: none;
		margin: 0px 0px 15px 0px;
		height: auto;
	}
	.contact_us_form_span input{
	    height: 35px;
	}
	.contact_us_form_span label {
	    margin-bottom: 3px;
	}
	#contact_us_send_enquiry_btn{
		width: 100%;
		float: none;
	}
	#contact_us_right_col{
		width: 100%;
		float: none;
	}
	.contact_right_col_sub p span{
		font-weight: 500;
	}
	.contact_us_form_title{
		font-size: 21px;
		margin-bottom: 20px;
		font-weight:500;
	}






	/* Reviews Page */
	.reviews_single_col{
		float: none;
		width: 100%;
		padding: 5%;
		margin: 0px;
		margin-bottom: 20px;
		max-height: none;
	}
	.review_single_col_left{
		width: 20%;
	}
	.review_single_col_left img{
		width: 100%;
		height: auto;
	}
	.reviews_single_col h3{
		font-size: 19px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.reviews_single_quote{
		font-size: 12px;
		line-height: 18px;
	}
	.review_single_col_right{
		width: 75%;
	}
	#reviews_header_img_wrapper{
		background-position: 44% 100%;
	}
	#reviews_header_left_col{
		width: 85%;
		top: 40px;
	}
	#reviews_header_container h2{
		line-height: 38px;
		font-size: 33px;
	}
	#reviews_header_img_wrapper{
		height: 300px;
	}
	#reviews_container{
		margin: 30px auto 30px auto;
	}
	#product_details_description_container{
		padding: 30px 0px;
	}




	/* How we work */
	#how_we_work_right_col{
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	#how_we_work_left_col{
		float: none;
		width: 100%;
	}
	#how_we_work_right_col_video_container{
		width: 100%;
		padding: 2%;
	}
	#how_we_work_container{
		margin-top: 30px;
	}
	.how_we_work_left_heading{
		margin-bottom: 8px;
		font-weight: 500;
	}
	.how_we_work_left_para{
		font-size: 13px;
		line-height: 19px;
	}







	/* Manufacturer Page */
	#manufacturer_header_image_left_col{
		float: none;
		width: 100%;
	}
	#manufacturer_header_left_single{
		margin-top: 0px;
	}





	/* Prepop Landing Pages */
	#prepop_header_image_left_col{
		float: none;
		width: 100%;		
	}
	#prepop_user_header_image_left_col{
		float: none;
		width: 100%;		
	}
	#prepop_header_left_single{
		margin-top: 0px;
	}
	#prepop_header_left_single h1{
		font-size: 40px;
		line-height: 48px;
		text-align: center;
		padding-top: 50px;
	}
	#prepop_header_left_single p{
		text-align: center;
	}
	#prepop_user_header_left_single{
		margin-top: 0px;
	}
	#prepop_header_title{
		font-size: 40px;
		line-height: 48px;
		text-align: center;
		padding-top: 50px;
	}
	#prepop_user_header_left_single p{
		text-align: center;
	}




	



	#prepop_header_image_wrapper{
		background-position: 71% 0%;
	}
	#prepop_user_header_image_wrapper{
		background-position: 71% 0%;
	}
	#application_right_col_your_order_right{
		width: 70%;
	}
	#your_order_mobile_header{
		display: block;
	}

	#application_order_details_sub_container{
		display: none;
	}
	.application_right_col_sub_container{
		padding: 5px 15px 5px 15px;
	}
	.application_right_col_title{
		display: none;
	}
	#application_wrapper{
		margin-top: 0px;
	}
    #application_right_col_your_order_details_mobile{
    	display: block;
    }
    #application_right_change_phone_btn{
	    top: auto;
	    right: auto;
	    bottom: 10px;
	    left: 0px;
    }
    .apply_create_title{
    	font-size: 16px;
    	margin-bottom: 10px;
    	font-weight: 600;
    }
    .apply_create_bank_title{

    }

    .home_slideshow_3_txt_container{
    	width: 100%;
    	top: 35px;
    	left: 0px;
    }
    .home_slideshow_3_txt_container h1{
    	font-size: 43px;
    	line-height: 52px;
    	text-align: center;
    }
    .home_slideshow_3_txt_container h1 br{
    	display: none;
    }
    .home_slideshow_3_txt_container h1 span{
    	font-size: 34px;
    	display: block;
    	line-height: 40px;
    	font-weight: 300;
    }
    .home_slideshow_3_txt_container p{
    	display: none;
    }
    .home_slider_3_btn{
    	margin: auto;
    }
    .home_slideshow_3_img{
    	position: absolute;
	    width: 67%;
	    left: 0px;
	    bottom: -150px;
    }    
    .home_slideshow_3_img{
    	display: none !important;
    }
    .home_slideshow_3_mobile_img{
    	display: block;
    	bottom: -75px;
    }
    .home_slideshow_4_txt_container{
    	width: 100%;
    	top: 35px !important;
    	left: 0px;
    	text-align: center;
    }    
    .home_slideshow_4_txt_container h1{
		font-size: 67px;
	    line-height: 78px;
	    text-align: center;
	    margin-bottom: 0px;
	    color: #ffffff;
	    font-weight: 900;
	    letter-spacing: 1px;
	    text-transform: uppercase;
	}   
    .home_slideshow_4_txt_container h2{
	    font-size: 67px;
	    line-height: 78px;
	    text-align: center;
	    margin-bottom: 0px;
	    color: #ffffff;
	    font-weight: 900;
	    letter-spacing: 1px;
	    text-transform: uppercase;
    }
    .home_slideshow_4_para p{
    	text-align: center;
	    font-size: 14px;
	    line-height: 22px;

    }
    .home_slideshow_4_img{
	    left: auto;
	    width: 450px;
	    right: auto;
    }    
    #home_slideshow_4{
    	overflow: hidden;
    }
    .apply_create_title{
    	margin-top: 0px;
    }
	.apply_create_bank_title{
		margin-top: 0px;
		margin-bottom: 5px;
	    font-size: 13px;
	    line-height: 19px;
	    font-weight: 400;
	    color: #828386;
	}    
	.apply_create_cc_note_title{
		margin-top: 0px;
		margin-bottom: 5px;
	    font-size: 13px;
	    line-height: 19px;
	    font-weight: 400;
	    color: #4d4d4d;
	}
    #application_overview_sub_left_col{
    	float: none !important;
    	width: 100% !important;
    	margin-right: 0px !important;
    }
    #application_overview_sub_right_col{
    	float: none !important;
    	width: 100% !important;
    }
    #application_overview_sub_left_col img{
    	max-width: 80px !important;
		margin: 5px auto 20px auto !important;
    }
    #application_overview_sub_container{
    	padding: 5%;
    }
    .application_over_right_single_row p{
    	font-size: 14px;
    	line-height: 17px;
    }
    #application_overview_details_left{
    	width: 70%;

    }
    #application_overview_details_right{
    	width: 30%;
    }
    #application_overview_details_left li,#application_overview_details_right li{
    	font-size: 12px;
    	line-height: 16px;
    	color: #545454;
    }	
    #your_order_mobile_title{
    	font-weight: 600;
    }
    #application_overview_activation_date_container p{
    	font-size: 15px;
    	line-height: 21px;
    	margin-bottom: 5px;
    	font-weight: 500;
    }
    .application_acc_overview_sub_title{
    	line-height: 19px;
    }
    .application_single_form_container{
    	padding: 15px;
    }

    .product_details_starter_pack_single_col  p{
    	top: 4px !important;
    	display: block;
    	clear: both;
    }
    .product_details_mobile_phone_name{
    	font-weight: 800;
    }
    .product_details_mobile_payments{
    	font-size: 22px;
    }

	.application_overview_worried_title{
	    font-size: 16px;
	    line-height: 27px;
	}
	.application_overview_worried_content{
	    font-size: 13px;
	    line-height: 16px;
	}









	#home_slideshow_left_arrow{
		display: none;
	}
	#home_slideshow_right_arrow{
		display: none;
	}
	#home_page_people_already_applied{
		right: -120px;
	}
	#review_trust_pilot_rating_container{
		float: none;
	    width: 100%;
	    margin: auto;
	    text-align: center;
	}
	#review_trust_pilot_review_container{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.trust_pilot_review_single{
		width: 47%;
	}
	#trust_pilot_great_company{
		display: none;
	}
	.trust_pilot_title{
		font-size: 15px;
		line-height: 17px;
	}
	.trust_pilot_paragraph{
		font-size: 11px;
		line-height: 14px;
	}
	.home_slideshow_5_txt_container{
		width: 100%;
		top: 25px;
		top: 60px;
	}
	.home_slideshow_5_txt_container h1{
		font-size: 42px;
		line-height: 42px;
		margin-bottom:15px; 
	}
	.home_slideshow_5_txt_container p{
		font-size: 15px;
		line-height: 19px;
	} 
	.how_we_work_left_title_heading{
		margin-bottom: 0px;
		text-align: center;
	}
	.how_it_works_step_1_left{
		float: none;
		width: 100%;
		text-align: center;		
	}
	.how_it_works_step_1_left img{
		max-height: 120px;
	}
	.how_it_works_step_1_right{
		width: 100%;
		float: none;
		margin-top: 0px;
	}
	.how_it_works_step_1_h3_title{
		font-size: 19px;
		line-height: 25px;
		text-align:center;
	}
	.how_it_works_step_1_para{
		font-size: 13px;
		line-height: 19px;
	}
	.how_it_works_step_1_container{
		padding: 10px 0px !important;
	}
	.how_it_works_step_1_left{
		/* display: none; */
		margin-top:50px;
		margin-bottom:20px;
	}
	#how_we_work_container{
		margin-bottom: 0px;
	}
	.product_details_starter_phones_single_right p{
		font-size: 11px;
		margin-right: 25px;
	}
	.starter_phone_more_info_icon{
		position: absolute;
    	top: 0px;
	}
	.product_details_starter_pack_heading{

	}
	.review_video_left_col{
		width: 100%;
	    margin: auto;
	    float: none;
	}
	.review_video_left_col h4{
		text-align: center;
	    line-height: 29px;
	    font-size: 24px;
	    margin-bottom: 5px;
	}
	.review_video_left_col p{
		font-size: 17px;
    	text-align: center;
    	line-height: 21px;
	}
	#review_video_container{
		padding: 25px 0px;
	}
	.review_video_right_col{
		float: none;
	    width: 80%;
	    margin: auto;
	}
	#review_video_left_arrow{
		left: 10px;
	    width: 30px;
	    height: 30px;
        background-size: cover;
	}
	#review_video_right_arrow{
		right: 10px;
	    width: 30px;
	    height: 30px;
        background-size: cover;
	}
	#our_network_left_col{
		width: 100%;
	    float: none;
	    margin-right: 0px;
	}
	#our_network_right_col{
		width: 100%;
    	float: none;
    	margin-top: 20px;
	}
	#our_network_right_col img{
	    width: 100%;
	    max-width: 150px;
	    text-align: center;
	    margin: auto;
	    display: block;
	}
	#article_starter_phone_container{
		margin-top: 50px;
	}
	#article_starter_phone_container h4{
		font-size: 20px;
    	line-height: 20px;
    	margin-bottom: 20px;
    	font-weight: 500;
	}
	.article_starter_phone_single_col{
	    width: 100%;
	    float: none;
	    margin: 20px 0px;
	    padding-bottom: 20px;
	}
	.article_starter_phone_right ul li{
		font-size: 11px;
		line-height: 16px;
	}
	.article_phone_name{
		margin-bottom: 5px;
	}
	.faq_single_header img{
		margin-right: 10px;
		position: absolute;
	}
	.faq_single_content{
		font-size: 12px;
		line-height: 17px;
		padding: 10px 5px 10px 20px;
	}
	.faq_single_header p{
		margin-left: 20px;
	}
	.faq_single_header p{
		font-size: 12px;
		text-align: left;
		margin-left: 10px;
		line-height: 19px;
	}
	.terms_conditions_sub_heading{
		font-size: 15px;
   		line-height: 18px;
	}
	.how_we_work_sub_title{
		font-size: 17px;
    	line-height: 22px;
	}
	#review_trust_pilot_rating_container{
		display: none;
	}
	#home_application_right_app_container{
		width: 90%;
		padding: 5%;
	}
	.site_map_single_col{
		position: relative;
	    width: 100%;
	    float: none;
	    margin: 0px 0px 20px 0px;
	}
	#review_review_left_col{
		width: 100%;
	    float: none;
	    text-align: center;
	    margin-top: 0px;
	    margin-bottom: 20px;
	}
	#review_review_right_col{
		width: 100%;
 		float: none;
	}
	.review_review_single_col{
	    margin-bottom: 20px;
	}
	.review_review_single_left{
		width: 40%;
	}
	.review_review_single_right{
		width: 55%;
    	margin-left: 2%;
	}

	#review_video_wrapper{
		height: 350px;
	}
	#revew_video_popup_wrapper{
		height: 210px;
	}
	#flexible_payments_header_img_wrapper{
		height: 300px;
		background-position: 61% 50%;
	}



	.product_details_right_criteria label,.product_details_starter_pack_heading span{
		font-weight: 700 !important;
		font-size: 15px;
	}
	.home_customer_service_number_text span{
		display: block;
	}
	#home_apply_submit{
		width: 100%;
	}
	#home_optin_container input{
		width: 8%;
	    height: 33px;
	    top: 0px;
	    position: relative;
	    margin: 0px 2% 0px 0px;
	    padding: 0px;
	}	
	#app_optin_container input{
		width: 8%;
	    height: 33px;
	    top: 0px;
	    position: relative;
	    margin: 0px 2% 0px 0px;
	    padding: 0px;
	}
	#start_date_previous_btn{
		width: 55%;
	    text-align: center;
	    text-indent: 0px;
	}
	#application_process_payment_details_btn{
		clear: both;
	    width: 135%;
	    text-align: center;
	    text-indent: 0px;
	}	
	#start_date_previous_btn img{
		display: none;
	}
	#application_overview_btn{
		text-align: center;
		text-indent: 0px;
	}
	#application_overview_activation_overview_container{
		padding: 10px 5px !important;
	}
	#select_start_date_btn{
		width: 100%;
		font-size: 17px;
		float: none;
	}
	#datepicker{
		width: 100%;
		margin-bottom: 10px;
		float: none;
	}
	#home_optin_checkbox_container{
		width: 8%;
		margin-right: 2%;
	}
	
	#home_optin_checkbox_container input{
		width: 100%;
	}

	#apple_manufacturing_header{
		font-size: 36px !important;
	    line-height: 59px !important;
	    text-align: center;
	    padding-top: 35px !important;
	    margin-bottom: 5px !important;
	}
	#apple_manufacturing_header span {
	    font-weight: 600 !important;
	    font-size: 75px !important;
	}
	.manufacturing_apple_header_container{
		background-size: 70% !important;
	}
	#apple_manufacturing_subtitle{
		font-size: 17px !important;
    	line-height: 23px !important;
	}
		/* Customer Approval */
	#customer_approval_modal, #previous_customer_modal{
		width: 95%;
		right: 0;
		left: 0;
		bottom: 15px;
		padding: 10px;
		margin: auto;
	}
	#customer_approval_modal img, #previous_customer_modal img{
		width: 35px;
	}
	#customer_approval_modal p, #previous_customer_modal p{
		width: 80%;
    	margin-left: 3%;
    	font-size: 17px;
    	line-height: 19px;
	}
	#application_right_col{
		display: none !important;
	}
	#start_date_previous_btn{
		display: none !important;
	}
	#process_application_td_container{
		width: 100%;
	}
	#process_application_td_container_left{
		display: none;
	}
	#application_process_payment_details_btn{
		width: 100% !important;
	}
	.product_details_nothing_to_pay_container p{
		text-align: center;
	}

	.product_details_price_per_week br{
		display: block;
	}
	#product_details_variant_dropdown{
		width: 70%;
		margin-bottom: 10px;
	}
	#product_details_storage_dropdown{
		width: 120px;
		margin-bottom: 10px;
	}
	#product_details_green_features_container{
		display: block;
	}
	#application_overview_activation_overview_container{
		display: none;
	}
	#application_overview_nothing_to_pay_container{
		display: block;
	}
	#card_type{
		width: 160px;
	}
	#cvv{
		width: 80px;
	}
	#reviews_green_credit_card_img{
		display: block;
	}
	#application_bank_details_start_container{
	    font-size: 13px;
	    line-height: 17px;
	    top: 0px;
	    width: 100%;
	    color: #067713;
	    text-align: center;
	}
	.product_details_nothing_to_pay_container{
		padding: 15px 5px;
	}
	#product_details_visitor_top_p{
		display: block;
	}
	#application_total_apps_today{
		display: block;
	}
	.products_phone_price span{
		color: #0ab21b;
		font-size: 16px;
		font-weight: 500;
		line-height: 21px;
	}

	.sunshine_country_picker_single{
		width: 100%;
    	float: none;
    	margin: auto;
    	margin-bottom: 10px;
	}
	#sunshine_country_picker_wrapper{
		height: 390px;
	}
	.sunshine_country_picker_single a p{
		margin-top: 3px;
	}
	#header_left_col a img{
		width: 60px;
		margin-top: 10px;
	}
	.related_products_single_container{
		width: 85%;
	    margin: 0px 2.5% 20px 2.5%;
	    padding: 5%;
	}
	.accepted_slideshow_banner{
		padding-top: 50px;
	}
}


@media only screen and (max-width : 320px) {
	.slideshow_home_playstation .home_slideshow_4_img{
		width: 100px;
	}
	.home_slideshow_subheadline {
	    font-size: 20px;
	    text-align: center;
	    font-weight: 600;
	    line-height: 25px;
	    margin: 0px 0px 10px 0px;
	}


	.related_products_single_container{
		width: 85%;
    	margin: 0px 2.5% 20px 2.5%;
    	padding: 5%;
	}
	#product_details_prime_image{
		width: 90%;
	}
	#sunshine_country_picker_wrapper{
		height: 420px;
	}
	#application_bank_details_start_container{
	    font-size: 13px;
	    line-height: 17px;
	    top: 0px;
	    width: 100%;
	    color: #067713;
	}
	#footer_container{
		width: 90%;
	}
	.footer_single_col{
		width: 50%;
		margin-right: 0px;
	}
	.footer_single_col ul li a{
		font-size: 12px;
		line-height: 18px;
	}
	#footer_right_col{
		display: none;
	}
	#homepage_video_popup_wrapper{
		width: 90%;
		height: 170px;
	}
	#small_top_container{
		width: 90%;
	}
	#header_container{
		width: 90%;
	}
    #header_mid_col{
        display: none;
    }
    #header_right_col{
    	display: none;
    }
    #header_mobile_right_col{
    	display: block;
    }
    #header_wrapper{
    	height: 65px;
    }
    #header_left_col a img{
    	width: 55px;
    }
    #header_left_col a{
    	font-size: 20px;
    	line-height: 56px;
    }
    #featured_items_you_choose{
    	display: none;
    }
    #featured_items_our_network{
    	display: none;
    }
    .featured_items_single_container{
    	width: 50%;
    }
    .featured_items_single_container img{
    	width: 100%;
    	max-width: 60px;
    }
    .featured_items_single_container p{
    	font-size: 16px;
    	line-height: 16px;
    }
    #featured_items_container{
    	padding: 10px 0px;
    }

    #you_choose_phone_browse_container{
    	display: block;
    	margin-top: 20px;
    }

    #you_choose_phone_right_col{
    	float: none;
	    width: 100%;
	    position: relative;
	    margin: auto;    	
    }
    #you_choose_phone_left_col{
    	float: none;
	    width: 100%;
	    position: relative;
	    margin: auto;
    }
    #you_choose_phone_container{
    	padding: 30px 0px;
    }
    #home_choose_any_phone_browse_btn{
    	display: none;
    }
    #you_choose_img_slider_main{
    	width: 100%;
    }
    #you_choose_img_slider_main ul li{
    	width: 296px;
    }
    #you_choose_img_slider_main_left{
    	position: absolute;
	    left: 10px;
	    z-index: 100000;
    }
    #you_choose_img_slider_main_right{
    	position: absolute;
	    right: 10px;
	    z-index: 100000;
    }
    .home_para{
    	font-size: 13px;
	    line-height: 18px;
	    text-align: center;
	    margin-bottom: 35px;
    }
    .home_para_dark{
    	font-size: 13px;
	    line-height: 18px;
	    text-align: center;
	    margin-bottom: 35px;
    }
    #no_credit_checks_wrapper{
    	height: auto;
    }
    #no_credit_checks_right_col{
    	display: none;
    }
    #no_credit_checks_left_col{
    	float: none;
    	width: 90%;
    	margin: auto;
    }
    #no_credit_checks_left_col_container{
    	float: none;
    	padding: 20px 0px;
    	margin-right: 0px;   
    	width: 100%; 
    }
    .home_h3_title_light{
    	text-align: center;
    	font-size: 35px;
    	line-height: 39px;
    	margin-bottom: 15px;
    }
    .home_sub_title{
    	 font-size: 17px;
	    line-height: 22px;
	    text-align: center;
    }

    #you_decide_to_pay_left_col{
    	float: none;
		width: 100%;
		left: 0px;
    }
    #you_decide_to_pay_right_col{
    	float: none;
    	width: 90%;
    	margin: auto;
    }
    #you_decide_to_pay_video_container{
    	width: 96%;
    	padding: 2%;
    }
    #home_application_left_col{
    	width: 100%;
    	float: none;
    	margin-right: 0px;
    }
    #home_application_right_col{
    	width: 100%;
    	float: none;
    }
    #home_application_container{
    	padding: 30px 0px;
    }
    .home_apply_left_col_input_container{
    	width: 100% !important;
    	float: none;
    }
    .home_slideshow_1_txt_container{
    	width: 100%;
    	top: 45px;
    }
    .home_slideshow_1_txt_container h1{
	    font-size: 42px;
	    line-height: 42px;
	    color: #fccb0b;
    }
    .home_slideshow_1_txt_container h1 span{
    	color: #ffffff;
	    font-size: 34px;
	    line-height: 35px;
	    font-weight:300;
	    display: block;
    }
    .home_slideshow_1_txt_container p{
    	font-size: 16px;
    	line-height: 19px;
    	margin-bottom: 30px;
    }
    #home_slideshow_wrapper{
    	height: 480px;
    }
    .home_slideshow_first{
    	background-position: 11% 100%;
    	background-color: #000000;
    }
    #home_when_to_pay_btn{
    	display: none;
    }
    #home_when_to_pay2_btn{
    	display: block;
    }
    #you_decide_to_pay_container{
    	padding: 40px 0px;
    }
    #home_find_out_how_we_work_btn{
    	margin: auto;
    	width: auto;
    }
    #home_apply_now_title{
	    font-size: 33px;
	    line-height: 38px;
		margin-bottom: 15px;
		text-align: center;
	    letter-spacing: -1px;
	    font-weight: 700;
    }
    #home_application_review_txt{
    	display: none;
    }
    .home_slideshow_2_txt_container h1{
    	font-size: 30px;
    	line-height: 35px;
    	text-align: center;
    	font-weight: 500;
    	top: 40px;
    }
    .home_slideshow_2_txt_container{
    	top: 20px;    	
    }
    #small_top_right_col ul li a{
    	font-size: 12px;
    	margin-left: 16px;
    	line-height: 27px;
    }
    #small_top_wrapper{
    	height: 27px;
    }
    .home_slideshow_2_txt_container p{
    	font-size: 14px;
    	line-height: 19px;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 25px;
    }
    .home_slideshow_2_img{
    	width: 100%;
    }
    .home_slideshow_2_txt_container{
    	width: 100%;
    	text-align: center;
    }
    .home_slider_2_btn{
    	margin: auto;
    }
	#home_apply_left_col_submit_container{
	    margin: auto;
	    float: none;
	    position: relative;
	    display: block;
	    margin-top: 10px;
	    margin-bottom: 15px;
	}
	#home_apply_left_col_submit_container a{
		margin: auto;
	}
	#home_application_trust_pilot_img{
	    width: 100%;
	    max-width: 180px;
	    top: 0px;
	}
	.home_application_create_title{
		margin-bottom: 20px;
		margin-top: 15px;
		font-size: 21px;
	    font-weight: 500;
	    line-height: 27px;
	}
	#no_credit_checks_wrapper{
		padding: 20px 0px;
	}
	#footer_sub_container p{
		font-size: 12px;
		line-height: 17px;
	    padding: 8px 0px;
	}






	/* Products Page*/
	.products_options_dropdown_container{
		width: 45%;
    	margin: 0px 2.5%;
	    float: left;
	}
	.products_options_container{
		padding: 20px 0px;
	}
	.product_details_price_per_week p{
	    font-size: 19px;
	    font-weight: 100;
	    line-height: 24px;
	    text-align: center;
	}
	.product_details_price_per_week p span{
		font-weight: 700;
		display: block;
	}




	#product_details_mid_col{
	    width: 100%;
	    float: none;
	    margin: auto;
	}
	#product_details_prime_image_bg{
		width: 84%;
	}
	#product_details_right_col{
		width: 100%;
		float: none;
		padding-top: 1px;
		clear: both;
	}
	.product_details_phone_name{
		display: none;
	}
	.product_details_12_payments{
		display: none;
	}
	.product_details_right_sub_container{
		width: 100%;
		margin-top: 15px;
	}
	.product_details_right_criteria{
		width: 100%;
	    margin: 0px 0% 10px 0%;
	    float: none;
	}
	.product_details_starter_pack_container{
		clear: both;
	    width: 100%;
	    margin: auto auto 15px auto;
	    padding: 5%;
	}
	.product_details_starter_pack_container:before{
		content:"";
		display: block;
		position: relative;
		clear: both;
	}
	.product_details_features_container{
		display: block;
	    position: relative;
	    width: 100%;
	    padding: 3%;
	    margin: auto;
	}
	.product_details_features_container p{
		display: inline-block;
		font-size: 13px;
	}
	#product_details_features_flexible_payments{
		display: none;
	}
	#product_details_features_no_credit_checks{
	}
	#product_details_features_guaranteed{
		float: right;
	}
	#product_details_mobile_title{
		display: block;
	}
	#product_details_container{
		padding: 30px 0px;
	}
	#product_details_choose_phone_btn{
		width: 100%;
	}
	.product_details_description_title{
		font-size: 20px;
		line-height: 22px;
	}
	.product_details_description_para{
		font-size: 13px;
		line-height: 19px;
	}

	.article_page_sub_title{
		font-size: 15px;
    	line-height: 19px
	}
	.how_we_work_sub_title{
		font-size: 16px;
    	line-height: 21px		
	}

	.product_details_features_container p{
	    font-weight: 500;
	}

	/* Application Page */ 
	#application_right_col{
	    float: none;
	    width: 100%;
	}
	#application_right_col_customers_container{
		display: none;
	}
	#application_left_col{
		width: 100%;
		position: relative;
		float: none;
	}
	#application_wrapper{
		margin-top: 25px;
	}
	#application_right_col_your_order_detail{
		display: none;
	}
	.application_form_span{
		width: 100% !important;
		margin: 0px 0px 15px 0px;
   		float: none;
	}
	#application_right_col_your_order_left{
		width: 25%;		
		margin-right: 5%;
		margin-bottom: 30px;
	}
	#application_right_col_your_order_left img{
		width: 100%;
	}
	#application_right_col_your_order_right p{
		font-size: 19px;
	    line-height: 24px;
	    margin-top: 0px;
	    	    text-align: left;
	}
	#application_right_col_your_order_sub{
		padding: 20px 0px 0px 0px;
	}
	.apply_save_for_later{
		top: 15px;
		right: 15px;
	}
	.apply_create_title{
		margin-top: 0px;
		margin-bottom:15px;
	}
	.apply_create_bank_title{
		margin-top: 0px;
		margin-bottom: 5px;
	    font-size: 13px;
	    line-height: 19px;
	    font-weight: 400;
	    color: #828386;

	}
	.apply_create_cc_note_title{
		margin-top: 0px;
		margin-bottom: 0px;
	    font-size: 13px;
	    font-weight: 400;
	    color: #4d4d4d;
	    text-align: left;
	    line-height: 17px;
	    padding-bottom: 5px;

	}
	.application_form_span label, .application_banking_details_span_date label{
		margin-bottom: 3px;
		font-size: 13px;
	}
	.application_send_app_btn,.application_send_app_left_btn{
		width: 96%;
		font-size: 16px;
		text-align: center;
	}
	.apply_save_for_later{
		line-height: 15px;
		font-size: 13px;
		padding: 7px 13px;
	}
	.application_form_span input{
		height: 35px;
	}
	.application_form_span select{
		height: 35px;
	}
	.application_save_modal_overlay_wrapper{
		width: 90%;
    	padding: 2.5%;
    	height: 230px;
	}
	.application_change_product_overlay_wrapper{
		width: 90%;
    	padding: 2.5%;
    	height: 310px;		
	}
	.application_save_modal_title{
		font-size: 32px;
		margin-bottom: 10px;
		margin-top: 10px;
		line-height: 33px;
	}
	.application_save_modal_sub_title{
		font-size: 15px;
		line-height: 19px;
		margin-bottom: 0px;
	}
	.application_save_modal_sub_title br{
		display: none;
	}
	.application_form_save_span input{
		width: 100%;
	    height: 37px;
	    margin-bottom: 10px
	}
	.application_send_save_btn{
		width: 100%;
	}
	.application_banking_details_span_date{
		margin: 0px 1% 2px 1%;
	}

















	/* Contact Us */
	#contact_us_left_col{
		float: none;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	#contact_us_application_container{
		padding: 15px 10px;
	}
	.contact_us_form_span{
		width: 100%;
		position: relative;
		float: none;
		margin: 0px 0px 15px 0px;
		height: auto;
	}
	.contact_us_form_span input{
	    height: 35px;
	}
	.contact_us_form_span label {
	    margin-bottom: 3px;
	}
	#contact_us_send_enquiry_btn{
		width: 100%;
		float: none;
	}
	#contact_us_right_col{
		width: 100%;
		float: none;
	}
	.contact_right_col_sub p span{
		font-weight: 500;
	}
	.contact_us_form_title{
		font-size: 21px;
		margin-bottom: 20px;
		font-weight:500;
	}






	/* Reviews Page */
	.reviews_single_col{
		float: none;
		width: 100%;
		padding: 5%;
		margin: 0px;
		margin-bottom: 20px;
		max-height: none;
	}
	.review_single_col_left{
		width: 20%;
	}
	.review_single_col_left img{
		width: 100%;
		height: auto;
	}
	.reviews_single_col h3{
		font-size: 19px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.reviews_single_quote{
		font-size: 12px;
		line-height: 18px;
	}
	.review_single_col_right{
		width: 75%;
	}
	#reviews_header_img_wrapper{
		background-position: 44% 100%;
	}
	#reviews_header_left_col{
		width: 90%;
		top: 40px;
		left: 5px;
	}
	#reviews_header_container h2{
		line-height: 36px;
		font-size: 30px;
	}
	#reviews_header_img_wrapper{
		height: 300px;
	}
	#reviews_container{
		margin: 30px auto 30px auto;
	}
	#product_details_description_container{
		padding: 30px 0px;
	}




	/* How we work */
	#how_we_work_right_col{
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	#how_we_work_left_col{
		float: none;
		width: 100%;
	}
	#how_we_work_right_col_video_container{
		width: 100%;
		padding: 2%;
	}
	#how_we_work_container{
		margin-top: 30px;
	}
	.how_we_work_left_heading{
		margin-bottom: 8px;
		font-weight: 500;
	}
	.how_we_work_left_para{
		font-size: 13px;
		line-height: 19px;
	}







	/* Manufacturer Page */
	#manufacturer_header_image_left_col{
		float: none;
		width: 100%;
	}
	#manufacturer_header_left_single{
		margin-top: 0px;
	}





	/* Prepop Landing Pages */
	#prepop_header_image_left_col{
		float: none;
		width: 100%;		
	}
	#prepop_user_header_image_left_col{
		float: none;
		width: 100%;		
	}
	#prepop_header_left_single{
		margin-top: 0px;
	}
	#prepop_header_left_single h1{
		font-size: 40px;
		line-height: 48px;
		text-align: center;
		padding-top: 50px;
	}
	#prepop_header_left_single p{
		text-align: center;
	}
	#prepop_user_header_left_single{
		margin-top: 0px;
	}
	#prepop_header_title{
		font-size: 34px;
		line-height: 30px;
		text-align: center;
		padding-top: 50px;
		font-weight: 600;
	}
	#prepop_header_title span{
		display: block;
		font-size: 20px;
		line-height: 25px;
		text-align: center;
		font-weight: 300;
		margin-top: 15px;
	}
	#prepop_user_header_left_single p{
		text-align: center;
	}




	



	#prepop_header_image_wrapper{
		background-position: 71% 0%;
	}
	#prepop_user_header_image_wrapper{
		background-position: 71% 0%;
	}
	#application_right_col_your_order_right{
		width: 70%;
	}


	.home_h3_title_light span br{
		display: none;
	}
	#your_order_mobile_header{
		display: block;
	}
	#application_order_details_sub_container{
		display: none;
	}
	.application_right_col_sub_container{
		padding: 5px 15px 5px 15px;
	}
	.application_right_col_title{
		display: none;
	}
	#application_wrapper{
		margin-top: 0px;
	}
    #application_right_col_your_order_details_mobile{
    	display: block;
    }
    #application_right_change_phone_btn{
	    top: auto;
	    right: auto;
	    bottom: 10px;
	    left: 0px;
    }
    .apply_create_title{
    	font-size: 18px;
    	line-height: 18px;
    	font-weight: 500;
    }
    .home_slideshow_3_txt_container{
    	width: 100%;
    	top: 40px;
    	left: 0px;
    }
    .home_slideshow_3_txt_container h1{
    	font-size: 55px;
    	line-height: 55px;
    	text-align: center;
    }
    .home_slideshow_3_txt_container h1 br{
    	display: none;
    }
    .home_slideshow_3_txt_container h1 span{
    	font-size: 26px;
    	display: block;
    	line-height: 34px;
    }
    .home_slideshow_3_txt_container p{
    	display: none;
    }
    .home_slider_3_btn{
    	margin: auto;
    }
    .home_slideshow_3_img{
    	position: absolute;
	    width: 67%;
	    left: 0px;
	    bottom: -100px;
    }    
    .home_slideshow_3_img{
    	display: none !important;
    }
    .home_slideshow_3_mobile_img{
    	display: block;
    }
    .home_slideshow_4_txt_container{
    	width: 100%;
    	top: 30px;
    	left: 0px;
    	text-align: center;
    }      
    .home_slideshow_4_txt_container h1{
	    font-size: 32px;
	    line-height: 36px;
	    text-align: center;
	    font-weight: 500;
	    margin-bottom: 15px;
    }
    .home_slideshow_4_para{
    	font-size: 14px;
    	line-height: 19px;
    	margin-bottom: 20px;
    }
    .home_slideshow_4_img{
    	left: -63px;
    	width: 140%
    }
    .home_slider_3_btn{
    	font-size: 18px;
    }

    #application_overview_sub_left_col{
    	float: none !important;
    	width: 100% !important;
    	margin-right: 0px !important;
    }
    #application_overview_sub_right_col{
    	float: none !important;
    	width: 100% !important;
    }
    #application_overview_sub_left_col img{
    	max-width: 80px !important;
		margin: 5px auto 20px auto !important;
    }

    #application_overview_sub_container{
    	padding: 5%;
    }
    .application_over_right_single_row p{
    	font-size: 14px;
    	line-height: 17px;
    }
    #application_overview_details_left{
    	width: 70%;

    }
    #application_overview_details_right{
    	width: 30%;
    }
    #application_overview_details_left li,#application_overview_details_right li{
    	font-size: 12px;
    	line-height: 16px;
    	color: #545454;
    }
    #application_overview_activation_overview_container{
    	padding: 5px !important;
    }
    .application_acc_overview_sub_title{
    	font-size: 12px;
	    line-height: 17px;
	    color: #545454;
	    font-weight: 300;
    }
    .application_over_right_single_row{
    	margin-bottom: 15px;
    }
    #application_overview_td_left{
		display: none;    	
    }
    #starter_phone_previous{
    	width: 60% !important;
    	text-indent: 16px !important;
    }
    #application_overview_btn{
    	width: 100% !important;
	    text-align: center;
	    text-indent: 0px;
	    margin-bottom: 10px;
    }
    .application_right_col_sub_container{
    	margin-bottom: 15px;
    }
    .application_single_form_container{
    	padding: 15px;
    }
    .application_single_form_container{
    	padding: 15px;
    }
    .product_details_starter_pack_single_col  p{
    	top: 4px !important;
    	display: block;
    	clear: both;
    }
    .product_details_mobile_phone_name{
    	font-weight: 700;
    	font-size: 35px;
    }
    #process_order_back_btn{
    	display: none;
    }
    #process_order_confirm_btn{
    	display: none;
    }
    .application_form_span input,.application_form_span select{
    	font-size: 13px;
    }
	.application_overview_worried_title{
	    font-size: 17px;
	    line-height: 21px;
	    margin-bottom: 10px;
	}
	.application_overview_worried_content{
	    font-size: 13px;
	    line-height: 16px;
	}












	#home_slideshow_left_arrow{
		display: none;
	}
	#home_slideshow_right_arrow{
		display: none;
	}
	#home_page_people_already_applied{
		right: -120px;
	}
	#review_trust_pilot_rating_container{
		float: none;
	    width: 100%;
	    margin: auto;
	    text-align: center;
	}
	#review_trust_pilot_review_container{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.trust_pilot_review_single{
		width: 47%;
	}
	#trust_pilot_great_company{
		display: none;
	}
	.trust_pilot_title{
		font-size: 15px;
		line-height: 17px;
	}
	.trust_pilot_paragraph{
		font-size: 11px;
		line-height: 14px;
	}
	.home_slideshow_5_txt_container{
		width: 100%;
		top: 25px;
	}
	.home_slideshow_5_txt_container h1{
		font-size: 42px;
		line-height: 42px;
		margin-bottom:15px;
	}
	.home_slideshow_5_txt_container p{
		font-size: 15px;
		line-height: 19px;
	}
	.how_we_work_left_title_heading{
		margin-bottom: 0px;
		text-align: center;
	}
	.how_it_works_step_1_left{
		float: none;
		width: 100%;
		text-align: center;		
	}
	.how_it_works_step_1_left img{
		max-height: 120px;
	}
	.how_it_works_step_1_right{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.how_it_works_step_1_h3_title{
		font-size: 19px;
		line-height: 25px;
	}
	.how_it_works_step_1_para{
		font-size: 13px;
		line-height: 19px;
	}
	.how_it_works_step_1_container{
		padding: 10px 0px !important;
	}
	.how_it_works_step_1_left{
		display: none;
	}
	#how_we_work_container{
		margin-bottom: 0px;
	}
	.product_details_starter_phones_single_right{
		float: none;
	}
	.product_details_starter_phones_single_right p{
		font-size: 11px;
	}
	.starter_phone_more_info_icon{
		position: absolute;
    	top: -10px;
	}
	.product_details_starter_pack_heading{

	}
	.review_video_left_col{
		width: 100%;
	    margin: auto;
	    float: none;
	}
	.review_video_left_col h4{
		text-align: center;
	    line-height: 29px;
	    font-size: 24px;
	    margin-bottom: 5px;
	}
	.review_video_left_col p{
		font-size: 17px;
    	text-align: center;
    	line-height: 21px;
	}
	#review_video_container{
		padding: 25px 0px;
	}
	.review_video_right_col{
		float: none;
	    width: 80%;
	    margin: auto;
	}
	#review_video_left_arrow{
		left: 10px;
	    width: 30px;
	    height: 30px;
        background-size: cover;
	}
	#review_video_right_arrow{
		right: 10px;
	    width: 30px;
	    height: 30px;
        background-size: cover;
	}
	#our_network_left_col{
		width: 100%;
	    float: none;
	    margin-right: 0px;
	}
	#our_network_right_col{
		width: 100%;
    	float: none;
    	margin-top: 20px;
	}
	#our_network_right_col img{
	    width: 100%;
	    max-width: 150px;
	    text-align: center;
	    margin: auto;
	    display: block;
	}
	#article_starter_phone_container{
		margin-top: 50px;
	}
	#article_starter_phone_container h4{
		font-size: 20px;
    	line-height: 20px;
    	margin-bottom: 20px;
    	font-weight: 500;
	}
	.article_starter_phone_single_col{
	    width: 100%;
	    float: none;
	    margin: 20px 0px;
	    padding-bottom: 20px;
	}
	.article_starter_phone_right ul li{
		font-size: 11px;
		line-height: 16px;
	}
	.article_phone_name{
		margin-bottom: 5px;
	}
	.faq_single_header img{
		margin-right: 10px;
		position: absolute;
	}
	.faq_single_content{
		font-size: 12px;
		line-height: 17px;
		padding: 10px 5px 10px 20px;
	}
	.faq_single_header p{
		margin-left: 20px;
	}
	.faq_single_header p{
		font-size: 15px;
		text-align: left;
		margin-left: 20px;
		line-height: 19px;
	}
	.terms_conditions_sub_heading{
		font-size: 15px;
   		line-height: 18px;
	}
	#review_trust_pilot_rating_container{
		display: none;
	}
	#home_application_right_app_container{
		width: 90%;
		padding: 5%;
	}
	.site_map_single_col{
		position: relative;
	    width: 100%;
	    float: none;
	    margin: 0px 0px 20px 0px;
	}
	#review_review_left_col{
		width: 100%;
	    float: none;
	    text-align: center;
	    margin-top: 0px;
	    margin-bottom: 20px;
	}
	#review_review_right_col{
		width: 100%;
 		float: none;
	}
	.review_review_single_col{
	    margin-bottom: 20px;
	}
	.review_review_single_left{
		width: 40%;
	}
	.review_review_single_right{
		width: 55%;
    	margin-left: 2%;
	}
	.mobile_nav_p_content{
		font-size: 16px;
		font-weight: 400;
		line-height: 26px;
	}
	.product_details_mobile_payments{
		font-size: 21px;
		font-weight: 100;
	}
	.product_details_starter_phones_single_left{
		float: none;
	}
	#contact_us_phone_num{
		font-size: 25px;
	    display: block;
	    margin-top: 10px;
	}
	#review_video_wrapper{
		height: 350px;
	}
	#revew_video_popup_wrapper{
		height: 165px;
	}
	#flexible_payments_header_left_col{
		width: 100%;
		top: 70px;
	}
	#flexible_payments_header_img_wrapper{
		height: 300px;
		background-position: 61% 50%;
	}
	#flexible_payments_header_left_col h2{
		font-size: 43px;
	    color: #ffffff;
	    line-height: 43px;
	    text-shadow:none;
	}
	#flexible_payments_header_left_col p{
		color: #fff;
	    font-size: 16px;
	    line-height: 20px;
	}
	#faq_container{
		margin-top: 35px;
	}
	.faq_single_header img{
		top: 17px;
	}
	#faq_call_us_btn{
		position: relative;
		display: block;
	}
	#our_network_table td{
		padding: 10px 0px;
	}
	#our_network_table td:first-child{
		padding: 10px 0px;
	}
	#our_network_table td:last-child{
		padding: 15px 10px 15px 0px !important;
	}
	#our_network_table td:first-child{
		padding: 15px 0px 15px 5px !important;
	}
	#our_network_table p{
		text-indent: 0px;
	}
	.product_details_thumbnail_icon{
		width: 26%;
		padding: 1.8%;
	}
	#application_overview_worried_container{
		width: 100%;
	}
	#application_overview_activation_date_container p{
		font-size: 16px;
	    line-height: 22px;
	    margin-bottom: 5px;
	    font-weight: 400;
	}
	#application_overview_activation_overview_container{
		padding: 15px 5px;
	}
	.application_acc_overview_title{
		text-align: center;
	}
	.application_bank_details_info_container{
		width: 100%;
	}	
	#home_apply_submit{
		width: 100%;
		text-align: center;
	}
	#home_optin_container input{
		width: 8%;
	    height: 33px;
	    top: 0px;
	    position: relative;
	    margin: 0px 2% 0px 0px;
	    padding: 0px;
	}
	.products_phone_name{
		margin-bottom: 20px;
		font-size: 17px;
		font-weight: 500;
	}

	.products_phone_price span{
		color: #0ab21b;
		font-size: 16px;
		font-weight: 500;
		line-height: 21px;
	}
	.products_phone_image{
		height: 140px;
	}
	.products_view_phone_btn{
		width: 100%;
		font-size: 15px;
	}
	#app_optin_container input{
		width: 8%;
	    height: 33px;
	    top: 0px;
	    position: relative;
	    margin: 0px 2% 0px 0px;
	    padding: 0px;
	}	
	#start_date_previous_btn{
		width: 55%;
	    text-align: center;
	    text-indent: 0px;
	}
	#application_process_payment_details_btn{
		clear: both;
	    width: 135%;
	    text-align: center;
	    text-indent: -15px;
	}	
	#start_date_previous_btn img{
		display: none;
	}
	#application_overview_btn{
		text-align: center;
		text-indent: 0px;
	}
	#select_start_date_btn{
		width: 100%;
		font-size: 17px;
		float: none;
	}
	#datepicker{
		width: 100%;
		margin-bottom: 10px;
		float: none;
	}
	#home_optin_checkbox_container{
		width: 8%;
		margin-right: 2%;
	}
	#home_optin_checkbox_container input{
		width: 100%;
	}
	#apple_manufacturing_header{
		font-size: 29px !important;
	    line-height: 47px !important;
	    text-align: center;
	    padding-top: 35px !important;
	    margin-bottom: 10px !important;
	}
	#apple_manufacturing_header span {
	    font-weight: 600 !important;
	    font-size: 55px !important;
	}
	.manufacturing_apple_header_container{
		background-size: 90% !important;
	}
	#apple_manufacturing_subtitle{
		font-size: 17px !important;
    	line-height: 23px !important;
	}
	/* Customer Approval */
	#customer_approval_modal,#previous_customer_modal{
		width: 95%;
		right: 0;
		left: 0;
		bottom: 15px;
		padding: 10px;
		margin: auto;
	}
	#customer_approval_modal img,#previous_customer_modal img{
		width: 35px;
	}
	#customer_approval_modal p, #previous_customer_modal p{
		width: 80%;
    	margin-left: 3%;
    	font-size: 15px;
    	line-height: 18px;
	}
	#header_nav_logo{
		margin-top: 16px;
		background-image: url('https://sunshinemobile.co.uk/images/icons/sunshine_header_small_logo.png');
		width: 167px;
	    height: 18px;
	}
}
.application-stage-two {
    display: none;
    padding: 50px 0px;
    position: relative;
}
