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

		.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: 'Rubik', sans-serif;
			font-size: 16px;
		}
		.clear{
			clear:both;
		}
		/* 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: #fa9a0f;
		}




		/* Logo -  Naviation  - Search */
		#header_wrapper{
			width: 100%;
			position: relative;
			height: 85px;
			background-color: #151b21;
		}

		#header_container{
			width: 95%;
			max-width: 1300px;
			margin: auto;
			height: 100%;
		}
		#header_left_col{
			position: relative;
			height: 100%;
			width: 20%;
			float: left;
			display: block;
		}
		#header_mid_col{
			height: 100%;
			width: 60%;
			float: left;
			display: block;
		}
		#header_right_col{
			position: relative;
			height: 100%;
			width: 20%;
			float: right;
			display: block;
		}
		#header_left_col a{
			color: #fa9a0f;
			font-size: 21px;
			font-weight: 400;
			text-decoration: none;
			line-height: 85px;
		}
		#header_left_col a span{
			color: #fff;
		}
		#header_mid_col ul{
			height: 100%;

		}
		#header_mid_col ul li{
			height: 100%;
			float: left;
			display: block;
		}
		#header_mid_col ul li a{
			position: relative;
			display: block;
			height: 100%;
			font-size: 24px;
			font-weight: 400;
			color: #fff;
			text-decoration: none;
			margin: 0px 22px;
			line-height: 85px;
		}
		#header_mid_col ul li:last-child a{
			margin-right: 0px !important;
		}
		#header_mid_col ul li a:hover{
			text-decoration: none;
			color: #fa9a0f;
			cursor: pointer;
		}
		#header_mid_col ul li a:hover:before{
			content: "";
			display: block;
			position: absolute;
			top: 20px;
			left: 0px;
			width: 100%;
			height: 2px;
			background-color: #fa9a0f;
		}
		#header_mid_col ul li a:hover .header_mid_sub_nav_container{
			text-decoration: none !important;
		}

		.header_mid_sub_items li a:before{
			content: "";
			display: none !important;
		}
		.header_link_active:before{
			content: "";
			display: block;
			position: absolute;
			top: 20px;
			left: 0px;
			width: 100%;
			height: 2px;
			background-color: #fa9a0f;
		}
		.header_link_active{
			color: white !important;
		}
		#header_search{
    position: relative;
    display: block;
    width: 180px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(100, 100, 100, 0.1);
    border-radius: 25px;
    height: 32px;
    margin: 25px 0px auto auto;
    text-indent: 20px;
    color: #494949;
    font-size: 16px;
    font-weight: normal;
    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(https://sunshinemobile.co.uk/images/icons/search_icon.png);
    background-repeat: no-repeat;
    background-position: 96% 49%;
		}
		#header_search::-webkit-input-placeholder{
			color: #999999;
			font-size: 14px;
		}		
		#header_search:focus{
			outline: none;
			background-color: #e9e9e9;
		}
		/* Home page main images */
		#home_slideshow_wrapper{
			position: relative;
			width: 100%;
			height: 670px;
			overflow: hidden;
			display: block;
		}
		.home_slideshow_single{
		    position: relative;
		    width: 100%;
		    height: 100%;
		    overflow: hidden;
		    display: none;
		}
		.home_slideshow_first{
		    background-image: url('https://sunshinemobile.co.uk/images/home_slideshow_1.jpg');
		    background-repeat: no-repeat;
		    background-size: cover;
		}
		.home_slideshow_iphone8{
			/*background: linear-gradient(45deg, rgb(97, 60, 218) 0%, rgb(240, 54, 249) 62%);*/
			background: #222222;

		    display: block;
		}
		.home_slideshow_iphone8 h1{
			color: #fccb0b;
		}
		#home_slideshow_5{
/*			background-color: #003580;
*/
		/*	background: #fb8d24;
		    background: -moz-linear-gradient(45deg, #fb8d24 0%, #ffd200 62%);
		    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#fb8d24), color-stop(62%,#ffd200));
		    background: -webkit-linear-gradient(45deg, #fb8d24 0%,#ffd200 62%);
		    background: -o-linear-gradient(45deg, #fb8d24 0%,#ffd200 62%);
		    background: -ms-linear-gradient(45deg, #fb8d24 0%,#ffd200 62%);
		    background: linear-gradient(45deg, #fb8d24 0%,#ffd200 62%);
		    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8d24', endColorstr='#ffd200',GradientType=1 );
		    display: block;*/
		}


		#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{

		  	background: url(https://revolutionmobile.co.uk/images/accepted_mobile_banner_img.png);
		    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{
		    position: absolute;
		    bottom: 0px;
		    right: 0px;
		    display: block;
		    left: 650px;
		    margin: auto auto auto auto;
		}
		.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_wrapper{
			width: 100%;
			position: relative;
			background-color: #fff;
			border-bottom: 1px solid rgba(0,0,0,0.1);
		}
		#featured_items_container{
			width: 95%;
			max-width: 1300px;
			position: relative;
			margin: auto;
			height: 100%;
			padding: 20px 0px;
		}
		.featured_items_single_container{
			position: relative;
			width: 20%;
			float: left;
			text-align: center;
			text-decoration: none;
		}
		.featured_items_single_container img{
			position: relative;
			margin: auto;
		}
		.featured_items_single_container p{
		    font-size: 16px;
		    line-height: 22px;
		    color: black;
			font-weight: 400;		    
		}

		#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: 100px 0px;
		}
		#you_choose_phone_left_col{
			position: relative;
			float: left;
			width: 60%;
		}
		#you_choose_phone_right_col{
			position: relative;
			float: right;
			width: 36%;
		}
		.home_h3_title{
			font-size: 52px;
			color: #1e262d;
			line-height: 58px;
			font-weight: bold;
			margin-bottom: 20px;
		}
		.home_h3_title_light{
			font-size: 52px;
			color: #1e262d;
			line-height: 58px;
			font-weight: bold;
			margin-bottom: 15px;			
		}
		.home_h3_title_light span{
			color: #fa9a0f;			
		}
		.home_h3_title span{
			color: #fa9a0f;
		}
		.home_sub_title{
			font-size: 21px;
			line-height: 30px;
		    color: #1e262d;
		    margin-bottom: 15px;
		}
		.home_para{
			font-size: 14px;
			line-height: 22px;
			color: #666666;
			margin-bottom: 15px;
		}
		.home_para_dark{
			font-size: 14px;
			line-height: 22px;
			color: #313030;
			margin-bottom: 15px;
		}
		.home_slider_1_btn{
		    width: 250px;
		    position: relative;
		    display: block;
		    height: 55px;
		    background-color: #003580;
		    font-size: 18px;
		    font-weight: normal;
		    border: 0px;
		    outline: none;
		    box-shadow: none;
		    border-radius: 27px;
		    text-align: left;
		    text-indent: 20px;
		    cursor: pointer;
    background: #229a4e;
    background: -moz-linear-gradient(top, #47ca77 0%, #229a4e 100%) !important;
    background: -webkit-linear-gradient(top, #47ca77 0%,#229a4e 100%) !important;
    background: linear-gradient(to bottom, #47ca77 0%, #229a4e 100%) !important;
		    color: white;
		    margin: auto;	
		    line-height: 56px;
		    text-decoration: none;		
		    color: white;

		}
		.home_slider_1_btn:hover{
			    background-color: #daad01;
		}
		.home_slider_5_btn{
		    width: 250px;
		    position: relative;
		    display: block;
		    height: 55px;
		    background-color: white;
		    color: #fff;
		    font-size: 18px;
		    font-weight: normal;
		    border: 0px;
		    outline: none;
		    box-shadow: none;
		    border-radius: 27px;
		    text-align: left;
		    text-indent: 20px;
		    cursor: pointer;
   background: #229a4e;
    background: -moz-linear-gradient(top, #47ca77 0%, #229a4e 100%) !important;
    background: -webkit-linear-gradient(top, #47ca77 0%,#229a4e 100%) !important;
    background: linear-gradient(to bottom, #47ca77 0%, #229a4e 100%) !important;
                    color: white;



		    margin: auto;	
		    line-height: 56px;
		    text-decoration: none;		
		}
		.home_slider_5_btn:hover{
			background-color: #000;
		}
		.home_slider_2_btn{
		    width: 250px;
		    position: relative;
		    display: block;
		    height: 55px;
		    background-color: #003580;
		    color: white;
		    font-size: 18px;
		    font-weight: normal;
		    border: 0px;
		    outline: none;
    background: #229a4e;
    background: -moz-linear-gradient(top, #47ca77 0%, #229a4e 100%) !important;
    background: -webkit-linear-gradient(top, #47ca77 0%,#229a4e 100%) !important;
    background: linear-gradient(to bottom, #47ca77 0%, #229a4e 100%) !important;
		    color: white;

		    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: 250px;
		    position: relative;
		    display: block;
		    height: 55px;
		    color: white !important;
		    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: 20px 0px 0px 0px;	
		}
		.home_slider_3_btn:hover{
		}
		.browse_phones_btn{
		    width: 250px;
		    position: relative;
		    display: block;
		    height: 49px;
		    background-color: #fa9a0f;
		    color: white;
		    font-size: 18px;
		    font-weight: normal;
		    border: 0px;
		    outline: none;
		    box-shadow: none;
		    border-radius: 25px;
		    text-align: left;
		    text-indent: 20px;
		    cursor: pointer;
		    line-height: 48px;
		    text-decoration: none;
		}
		.browse_phones_btn:hover{
			background-color: #fa9a0f;
		}
		.find_out_how_you_work_btn{
		    width: 280px;

    background: #229a4e;
    background: -moz-linear-gradient(top, #47ca77 0%, #229a4e 100%) !important;
    background: -webkit-linear-gradient(top, #47ca77 0%,#229a4e 100%) !important;
    background: linear-gradient(to bottom, #47ca77 0%, #229a4e 100%) !important;

		    position: relative;
		    display: block;
		    height: 49px;
		    color: white;
		    font-size: 18px;
		    font-weight: normal;
		    border: 0px;
		    outline: none;
		    box-shadow: none;
		    border-radius: 25px;
		    text-align: left;
		    text-indent: 20px;
		    cursor: pointer;	
		    line-height: 50px;
		    text-decoration: none;		
		}
		.find_out_how_you_work_btn:hover{
			/*background-color: #f0f0f0;*/

		}
		.browse_phones_btn_arrow{
			position: absolute;
		    right: 6px;
                 top: 6px;
		}
		.browse_phones_btn_arrow_left{
			position: absolute;
		    left: 6px;
		    top: 6px;
		}
		.browse_phones_btn_arrow_home{
			position: absolute;
		    right: 9px;
		    top: 9px;
		}
		#you_decide_to_pay_wrapper{
			width: 100%;
			position: relative;
			background-color: #fff;
		}
		#you_decide_to_pay_container{
			width: 95%;
			max-width: 1300px;
			position: relative;
			margin: auto;
			height: 100%;
			padding: 100px 0px;
		}
		#you_decide_to_pay_left_col{
			position: relative;
			float: right;
			width: 41%;
			left: -30px;
		}
		#you_decide_to_pay_right_col{
			position: relative;
			float: left;
			width: 50%;
		}
		#you_decide_to_pay_video_container{
			position: relative;
			background-color: #f3f3f3;
			border: 1px solid rgba(0,0,0,0.1);
			padding: 6px;
			border-radius: 6px;
			width: 100%;
		}
		#you_decide_to_pay_video_container video{
			width: 100%;
			height: auto;
			cursor: pointer;
		}


		/* No credit checks */
		#no_credit_checks_wrapper{
			width: 100%;
			position: relative;
			height: 490px;
		}
		#no_credit_checks_left_col{
			position: relative;
			float: left;
			width: 50%;
			height: 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('https://sunshinemobile.co.uk/images/sunshine_family_image.jpg');
    		background-size: cover;
		    background-repeat: no-repeat;
		}


		.home_slideshow_1_txt_container{
			position: absolute;
			top: 160px;
			left: 0;
			right: 0;
			margin: auto;
			width: 960px;
			font-weight: bold;
		}
		.home_slideshow_1_txt_container h1{
			font-size: 70px;
			line-height: 67px;
			color: #003580;
			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: #003580;
		}
		.home_slideshow_1_txt_container h2{
			font-size: 70px;
			line-height: 67px;
			color: #003580;
			text-align: center;
			margin-bottom: 20px;
		    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
		}
		.home_slideshow_1_txt_container h2 span{
			color: #003580;

		}
		.home_slideshow_1_txt_container p{
			color: #003580;
			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: 900px;
			font-weight: bold;
		}
		.home_slideshow_5_txt_container h1{
			font-size: 70px;
			line-height: 67px;
			color: #003580;
			text-align: center;
			margin-bottom: 20px;
		}
		.home_slideshow_5_txt_container h1 span{
			color: white;
		}
		.home_slideshow_5_txt_container h2{
			font-size: 70px;
			line-height: 67px;
			color: #003580;
			text-align: center;
			margin-bottom: 20px;
		}
		.home_slideshow_5_txt_container h2 span{
			color: white;
		}
		.home_slideshow_5_txt_container p{
			color:#003580;
			font-size: 21px;
			line-height: 30px;
			text-align: center;
			font-weight: 300;
			margin-bottom: 5px;
		}





		.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: #003580;
			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: #003580;
		}
		.home_slideshow_2_txt_container p{
			color:#003580;
			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: #003580;
			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: #003580;
		 	font-size: 51px;
		    font-weight: 400;

		}
		.home_slideshow_3_txt_container p{
			color: #003580;
			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: 100px;
			left: 20px;
			width: 655px;
			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;
		}
		#home_slideshow_4_container ul{
			position: relative;
			margin-top: 10px;	
		}
		#home_slideshow_4_container ul li{
		    font-size: 16px;
		    color: #fff;
		    font-weight: 400;
		    text-align: left;
		    line-height: 25px;
		}
		#home_slideshow_4_container p{
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    line-height: 27px;
    width: 80%;
    margin: 18px 0px;
		}

		#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: 347px;
			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;
		}
		#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: 220px;
		}
		.you_choose_phone_name{
		    font-size: 16px;
		    color: #fa9a0f;
		    line-height: 26px;
		    color: white;
		    text-align: center;
		    font-weight: 500;
		    -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_left_col{
			position: relative;
			width: 40%;
			float: left;
			margin-right: 5%;
		}
		#home_application_left_col h3{

		}
		#home_application_left_col h3{

		}
		#home_application_right_col{
			position: relative;
			width: 55%;
			float: left;
		}
		#home_application_right_app_container{
			width: 90%;
			position: relative;
			background-color: #fff;
			border: 1px solid rgba(0,0,0,0.1);
			border-radius: 6px;
			padding: 5%;

		}








		.home_apply_left_col_input_container{
		    width: 31%;
		    float: left;
		    margin: 0px 1% 20px 1%;
		}
		#home_optin_container{
		    margin-top: 15px;
		}
		#home_optin_container input{
		    float: left;
		    display: inline;
		    width: 4%;
		}
		#home_optin_container p{
		    font-size: 12px;
		    font-weight: 300;
		    color: #828386;
		    margin-bottom: 7px;
		    display: inline;
		    float: left;
		    width:90%;
		    line-height: 17px;
		}
		#home_apply_short_form input[type="text"], select{
		    background-color: #ffffff;
		    border: 1px solid #e9e9e9;
		    height: 28px;
		    width: 100%;
		    text-indent: 10px;
		    padding: 0px;
		    border-radius: 4px;
		    -webkit-appearance:none;
		    -moz-appearance:none;
		    -ms-appearance:none;
		    -o-appearance:none;
		}
		#home_apply_short_form select{
			background-image: url('https://sunshinemobile.co.uk/images/icons/sunshine_dropdown_menu_icon.png');
			background-repeat: no-repeat;
		    background-position: 94%;			
		}
		#home_apply_short_form input[type="text"]:focus{
		    outline:none;
		    background-color: #fff8dd;
		}
		#home_apply_short_form label{
			font-size: 14px;
		    font-weight: 400;
		    color: #494949;
		    margin-bottom:3px;
		    display: block;
		}
		#home_apply_short_form label span{
			color: #ff0000;
		}
		.dateofbirth_dropdown{
			width: 30%;
		    display: block;
		    float: left;
		    text-indent: 5px;
		    margin: 0px 1.5%;

		}
		#home_apply_left_col_submit_container{
			float: right;
		    text-indent: 0px;
		    outline: 0px;
		    position: relative;
		    top: 5px;
		}
		#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;
		}
		.home_application_create_title{
			font-size: 24px;
		    line-height: 27px;
		    color: #1e262d;
		    margin-bottom: 30px;
		}
		.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: white;
		    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: #333332;
		    line-height: 50px;
		    font-weight: bold;
		    margin-bottom: 10px;
		    text-align: center;
		}
		.application_save_modal_sub_title{
			font-size: 20px;
		    line-height: 26px;
		    color: black;
		    margin-bottom: 20px;
		    text-align: center;
		}






		footer{
			width: 100%;
			position: relative;
			background-color: #1c1c1c;
		}
		#footer_container{
			width: 95%;
			max-width: 1300px;
			margin: auto;
			padding: 30px 0px;
		}
		.footer_single_col{
			position: relative;
			width: 30%;
			float: left;
			margin-right: 30px;
			max-width: 250px;
		}
		.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: 13px;
			text-align: left;
			color: rgba(255,255,255,0.7);
			width: 100%;
			line-height: 21px;
			font-weight: 100;
			text-decoration: none;
			cursor: pointer;
		}
		.footer_single_col ul li a:hover{
			color: lightgray;
		}

		#footer_sub_container{
			width: 100%;
			position: relative;
			background-color: #101010;
			height: 50px;
		}
		#footer_sub_container p{
			font-size: 14px;
			text-align: center;
			color: black;
			width: 100%;
			line-height: 50px;
		}
		.footer_headling{
			font-size: 23px;
			font-weight: 400;
			margin-bottom: 15px;
			color: white;
		}
		#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: 11 !important;
		    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: white;
		    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: 50px 0px;			
		}
		.article_page_title{
		    font-size: 49px;
		    color: #333332;
		    line-height: 58px;
		    font-weight: bold;
		    text-align: center;
		    margin-bottom: 20px;
		}
		.article_page_title span{
			color: #003580;
		}
		.article_page_sub_title{
		    font-size: 22px;
		    line-height: 29px;
		    color: #333333;
		    margin-bottom: 20px;
		    text-align: center;
		}
		.article_page_sub_title span{
			font-weight: 700;
			text-decoration: underline;
		}
		.how_we_work_sub_title{
		    font-size: 20px;
		    line-height: 27px;
		    color: #333333;
		    margin-bottom: 20px;
		    text-align: center;
		}
		.how_we_work_sub_title span{
			font-weight: 700;
		}
		.article_page_sub_heading{
		    font-size: 18px;
		    line-height: 24px;
		    color: white;
		    margin-bottom: 20px;
		    text-align: center;
		}
		.terms_conditions_sub_heading{
		    font-size: 16px;
		    line-height: 22px;
		    color: black;
		    margin-bottom: 20px;
		    text-align: center;
		    font-weight: 500;
		}
		.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: 1150px;
			margin: auto;
			margin: 60px auto;	
		}
		.products_single_container{
			position: relative;
			display: block;
			width: 25%;
    		margin: 20px 4% 60px 4%;
			text-align: center;
			float: left;
		}
		.products_single_container.is-hidden {
			visibility:hidden !important;
		}
		.products_single_container img, .products_single_container a {
			animation-duration:.35s !important;
		}
		.products_phone_name{
			font-size: 22px;
			color: #333332;
			text-align: center;
			margin-bottom: 30px;
			border-bottom: 1px solid rgba(0,0,0,0.1);
			padding-bottom: 10px;
    		font-weight:600;
		}
		.products_phone_image{
			position: relative;
			/*width:100%;
			max-width: 130px;*/
			width: auto;
			height: 200px;  
			text-align: center;
			margin: auto;
			margin-bottom: 20px;
		}
		.products_phone_price{
			font-size: 14px;
			margin-bottom: 10px;
			position: relative;
			display: block;
			line-height: 18px;
		}
		.products_phone_price span{
			color: #0ab21b;		
    		font-weight: 500;
    		font-size: 17px;
		}
		.products_view_phone_btn{
			border: 2px solid #333332;
			border-radius: 25px;
			color: #333332;
			font-size: 16px;
			width: 170px;
			margin: auto;
			text-align: center;
			background-color: #fff;
			color: white;		
    		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: #333332;
			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{
			background-color: #f3f3f3;
			border: 1px solid rgba(100,100,100,0.1);
			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;					
		}
		.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_wrapper{
			background-color: #f5f5f5;
			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_container{
			width: 95%;
			max-width: 1300px;
			position: relative;
			margin: auto;
			height: 100%;
			padding: 80px 0px;
		}
		#product_details_left_col{
			position: relative;
			width: 41%;
			float: left;
		}
		#product_details_mid_col{
			position: relative;
			width: 49%;
			float: right;
			margin-right: 9%;
		}
		#product_details_top_col_container{
			width: 46%;
    		float: left;
		}		
		#product_details_prime_image{
			width: 100%;
			height: auto;
			margin: auto;
			z-index: 5;
			padding: 10%;
			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_right_col{
			position: relative;
			width: 41%;
			float: left;
			
		}

		#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: white;
		    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: #333332;
		    font-size: 42px;
		    font-weight: 600;
		    margin-bottom: 12px;
		}
		.product_details_12_payments{
		    color: #333332;
		    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: #333332;
		    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: 14px;
		    font-weight: 400;
		    line-height: 20px;
		    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: #fa9a0f;
		    color: white;
		    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-top: 25px;
		    line-height: 55px;
			text-decoration: none;
		}
		.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 #003580;
		}

		.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: #333332;
		    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: 23px;
		    font-weight: 500;
		    text-align: center;
		    line-height: 29px;
		    margin-top: 40px;
		}
		#application_right_col_your_order_sub{
			padding: 25px 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%;
		}
		.application_send_app_btn{

			width: 290px;
		    position: relative;
		    display: block;
		    height: 49px;
		    background-color: #fa9a0f;


		    color: white;
		    font-size: 18px;
		    font-weight: 500;
		    border: 0px;
		    outline: none;
		    box-shadow: none;
		    border-radius: 25px;
		    text-align: left;
		    text-indent: 15px;
		    cursor: pointer;
		    float: right;
		}
		.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: white;
		    margin-bottom: 10px;
		    font-weight: 500;
		}
		.how_we_work_left_title_heading{
		    font-size: 24px;
		    line-height: 27px;
		    color: #fac110;
		    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: 15px;
		    font-weight: 300;
		    color: #494949;
		    margin-bottom: 10px;
		    display: block;
		    font-weight: 400;
		}
		.contact_us_form_span label span{
			color: #ff0000;
		}
		.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;
		}
		.contact_right_col_sub p{
			position: relative;
		    font-weight: 100;
		    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: 700;
		}
		#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: #003580;
		}

		.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: white;
		    font-weight: 600;
		    margin-bottom: 10px;
		}
		.header_mid_sub_title a{
			height: auto !important;
			font-size: 23px !important;
		    line-height: 27px !important;
		    color: #1c1c1c !important;
		    font-weight: 600 !important;
		    margin-bottom: 10px !important;
		    margin-right: 0px !important;
		    color: #1c1c1c !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: #1c1c1c !important;
		    font-weight: 300 !important;
		    -webkit-transition:all 0.3s;
		}
		.header_mid_sub_items li a:hover{
			color: white;
			text-decoration: none;
			text-indent: 15px;
		}
		.contact_us_form_title{
			font-size: 22px;
		    line-height: 25px;
		    color: #333332;
		    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: #003580;
		    color: white;
		    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 h1{
		    font-size: 52px;
		    color: #333332;
		    line-height: 58px;
		    font-weight: bold;
		    margin-bottom: 25px;
		    text-shadow: 1px 1px 0px rgba(255,255,255,0.2);
		}
		#reviews_header_container h2{
		    font-size: 52px;
		    color: #333332;
		    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: #333332;
			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: #333332;
		}
		.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: 18px;
		}	
	    #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;
	    }
	    #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: 100%;
	    	position: absolute;
	    	margin: auto;
	    	top:82px;
	    	bottom: auto;
	    	left: 0;
	    	right: 0;
	    	background-color: #fff;
	    	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_shop_wrapper{
	    	display: none;
	    }
	    #mobile_nav_shop_wrapper ul{
	    	padding: 10px 35px 15px 35px !important;
	    }
	    #mobile_nav_shop_wrapper ul li a span{
	    	opacity: 0.4;
   			margin-right: 5px;
	    }
	    #mobile_nav_wrapper ul{
	    	position: relative;
	    	display: block;
	    	padding: 20px;
	    	margin: 0;
	    }
	    #mobile_nav_wrapper ul li{
	    	position: relative;
	    	display: block;
	    	width: 100%;	 
	    	border-bottom: 1px solid rgba(0,0,0,0.1);   
	    	padding: 5px 0px;	
	    }
	    .mobile_nav_p_content{
	    	position: relative;
		    display: inline-block;
		    font-size: 20px;
		    text-decoration: none;
		    line-height: 34px;
		    color: #333332;
		    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;
		    width: 20px;
		    height: 20px;
		    margin-right: 15px;
		    display: inline-block;
		    border-radius: 50%;
		    top: 3px;		    
		    text-align: center;
	    }
	    .mobile_nav_header_title{
		    position: relative;
		    display: block;
		    font-size: 32px;
		    color: #333332;
		    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;
	    }
	    #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: #333332;
	    	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_send_app_left_btn{
	    	position: relative;
		    display: block;
		    height: 49px;
		    background-color: #fa9a0f;
color:white;
		    font-size: 18px;
		    font-weight: 500;
		    border: 0px;
		    outline: none;
		    box-shadow: none;
		    border-radius: 25px;
		    text-align: left;
		    text-indent: 50px;
		    cursor: pointer;
		    float: left;
		    width: 130px;
	    }
	    #product_details_features_no_credit_checks{

	    }
	    .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: #fa9a0f;

		    color: white;
		    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: #333332;
	    	font-size: 15px;
	    	font-weight: 500;
	    }
	    #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: #003580 !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_title{
		    font-size: 23px;
		    line-height: 30px;
		    color: white;
		    margin-bottom: 15px;
		    text-align: left;
		    font-weight: 200;
			color: white;
		}
		.application_acc_overview_title span{
			font-weight: 600;
		}
		.application_acc_overview_sub_title{
		    font-size: 14px;
		    line-height: 21px;
		    color: white;
		    margin-bottom: 20px;
		    text-align: left;
			color: white;
		}
		.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_overview_sub_left_col{
			position: relative;
			float: left;
			width: 20%;
			margin-right: 3%;
		}
		#application_overview_sub_left_col img{
			position: relative;
			display: block;
			width: 100%;
			max-width: 120px;
			height: auto;
		}
		#application_overview_sub_right_col{
			position: relative;
			float: left;
			width: 75%;
		}
		.application_over_right_single_row {
		    margin-bottom: 20px;
		}
		.application_over_right_single_row p{
			font-size: 16px;
		    line-height: 20px;
		    text-align: left;
		    color: white;
		    font-weight: 500;
		    margin-bottom: 5px;
		}
		#application_overview_details_left{
			position: relative;
			float: left;
			width: 60%;
		}
		#application_overview_details_left li{
		    text-align: left;
		    font-size: 13px;
		    line-height: 18px;
		    font-weight: 100;
		}
		#application_overview_details_right{
			position: relative;
			float: right;
			width: 40%;
		}
		#application_overview_details_right li{
			text-align: right;
		    font-size: 13px;
		    line-height: 18px;
		    font-weight: 100;
		}


		#application_overview_worried_container{
		    background-color: #fff8dd;
		    border: 6px;
		    width: 100%;
		    padding: 2.5%;
		    margin: 0px 0px 20px 0px;
		    border: 1px solid #003580;
		    border-radius: 6px;
		}
		.application_overview_worried_title{
		    font-size: 18px;
		    line-height: 27px;
		    margin-bottom: 5px;
		    text-align: center;
		    font-weight: 600;
		    color: white;
		}
		.application_overview_worried_content{
		    font-size: 16px;
		    line-height: 20px;
		    text-align: center;
		    font-weight: 100;
		    color: white;
		}
		.application_overview_worried_content span{
			font-weight: 700;
		}
		#application_overview_activation_overview_container{
			padding: 25px;
			display: none;
		}
		#application_overview_activation_date_container p, #application_overview_prizes_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;
			background-color:white !important;
		    background: #ffffff url(/images/cloud_bullet_icon.png) !important;
    		    background-repeat: no-repeat !important;
				 background-position: 96% 12px !important;
		}
		.valid_input{
    		border: 1px solid #003580 !important;
    		color: #1c1c1c !important;
		background: url(/images/sunshine_bullet_icon2.png);
    		background-repeat: no-repeat;
    		background-position: 96% center
		}
		/* 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: #003580;
		    color: white;
		    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: 100%;
		    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: white;
		    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: #003580;
		    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: #333332;
		    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: #333332;
		}
		.review_video_left_col p{
			font-size: 21px;
		    line-height: 30px;
		    color: #1c1c1c;
		    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: 22px;
	    color: #333332;
	    line-height: 33px;
	    font-weight: 500;
	    margin-bottom: 10px;
	    text-decoration: underline;
	}
	.how_it_works_step_1_para {
	    font-size: 14px;
	    line-height: 22px;
	    color: #666666;
	    margin-bottom: 30px;
	}	


	.how_it_works_step_1_left{
		position: relative;
		float: left;
		width: auto;
		margin-right: 3%;
		height: auto;
	}
	.how_it_works_step_1_left img{
	    max-height: 230px;
	    width:auto;
	}
	.how_it_works_step_1_right{
		position: relative;
		float: left;
		width: 50%;
	}
	.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%;
		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: #043986;
		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: #222222;
			line-height: 20px;
		}
		.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: #222222;
		}
        #flexible_payments_header_img_wrapper{
		    width: 100%;
		    height: 400px;
		    position: relative;
		    display: block;
		    background-image: url(https://sunshinemobile.co.uk/images/flexible_payments.jpg);
		    background-size: contain;
		    background-repeat: no-repeat;
		    background-position: 100% 100%;
		    background-color: #ffffff;
        }
	    #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: #333332;
		    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 h2{
        	font-size: 62px;
		    color: #333332;
		    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: 22px;
		    line-height: 29px;
		    color: #333333;
		    margin-bottom: 20px;
        }

		.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;
		}
		.pick-mode #select_phone_title{
		    font-size: 22px;
		    line-height: 26px;
		    color: #333332;
		    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;
		}
		.home_customer_service_number_text span{
			font-weight: 700;
		    color: #fa9a0f !important;
		    text-decoration: underline;
		}
		#secure_payment_container{
			overflow: scroll;
		}
		#select_start_date_btn{
		    width: 23%;
		    text-align: center;
		    position: relative;
		    height: 49px;
		    font-size: 18px;
		    font-weight: 500;
		    border: 0px;
		    outline: none;
		    box-shadow: none;
		    border-radius: 25px;
    		background: #fa9a0f;
			color:white;
		    text-align: center;
		    cursor: pointer;
		    float: right;
		}
		#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: #333332;
    		text-decoration: none !important;
		}
		.you_choose_li_single a:hover p{
			color: #003580;
		}
		#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: 17px;
		    font-weight: 400;
		    color: #aaaaaa;
		    line-height: 18px;
		}
		.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: #1c1c1c;
		    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: #1c1c1c;
		    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: #222222;
			text-decoration: none;
		}
		.sunshine_country_picker_single a p{
			font-size: 16px;
			color: #222222;
			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: #333332;
		}
		#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;
		}

		.blog_list_item{
			position: relative;
			list-style-position: inside;
			margin-left: 25px;
		}
		.blog_list_item li{
			text-align: left;
		    font-size: 14px;
		    line-height: 26px;
		    list-style-type: disc;
		    color: #666666;
		}
		.blog_article_img{
		    position: relative;
		    display: block;
		    width: 95%;
		    max-width: 1000px;
		    margin: auto auto 20px auto;
		}
		.blog_apply_cta{
			width: auto;
		    padding: 0px 55px 0px 0px;
		    position: relative;
		    display: inline-block;
		    height: 49px;
		    background-color: #003580;
		    color: white;
		    font-size: 18px;
		    font-weight: normal;
		    border: 0px;
		    outline: none;
		    box-shadow: none;
		    border-radius: 25px;
		    text-align: left;
		    text-indent: 20px;
		    cursor: pointer;
		    line-height: 48px;
		    text-decoration: none;
		}
		.home_footer_blog_para{
			font-size: 14px;
		    font-weight: 300;
		    color: #1c1c1c;
		    width: 75%;
		    margin: auto;
		    line-height: 20px;
		}

#home_footer_blog_wrapper{
		width: 100%;
	    position: relative;
	    background-color: #f5f5f5;
	    border-top: 1px solid rgba(0,0,0,0.1);
	}
	#home_footer_blog_container{
	    width: 95%;
	    max-width: 1300px;
	    margin: auto;
	    padding: 30px 0px;
	}
	#home_footer_blog_container ul li{
		position: relative;
		width: 33%;
		float: left;
		display: block;
		text-align: center;
	}
	#home_footer_blog_container ul li a{
		position: relative;
		width: 100%;
		height: 100%;
		display: block;		
		text-decoration: none;
	}
	.home_footer_blog_header{
	    font-size: 16px;
	    font-weight: 400;
	    color: #1c1c1c;
	    margin-bottom: 7px;
	}
	.home_footer_blog_para span{
		text-decoration: underline;
	}
	#select_phone_title{
		font-size: 32px;
	    color: #333332;
	    text-align: center;
	    margin-bottom: 35px;
	    font-weight: 500;
	    text-decoration: underline;
	}


#fresh_manufacturing_header{
    color: #312e2e !important;
    font-weight: 100 !important;
    text-shadow: none !important;
    font-size: 44px !important;
    line-height: 55px !important;
}

#fresh_manufacturing_header span {
    font-weight: 600 !important;
    text-transform: capitalize;
}
#fresh_manufacturing_left_col{
    position: relative;
    margin-top: 100px;
}
#fresh_landing_left_col {
    position: relative;
    float: left;
    width: 45%;
}
#fresh_manufacturing_subtitle{
    color: #312e2e !important;
    text-shadow: none !important;
    font-size: 19px;
    font-weight: 300;
    line-height: 27px;
    margin-top: 10px;
}
.email_sms_optin_container{
	position: relative;
	margin-top: 20px;
}
.email_sms_optin_header{
    font-size: 17px !important;
    line-height: 27px !important;
    color: #1c1c1c !important;
    margin-bottom: 5px !important;
    font-weight: 400 !important;
}
.email_sms_optin_container p{
	font-size: 12px;
    font-weight: 300;
    color: #828386;
    margin-bottom: 7px;
    display: inline;
    float: left;
    width: 90%;
    line-height: 17px;
}
.products_phone_price_rrp{
	display: none !important;
	    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    display: block;
    color: #dc4141;
    text-decoration: line-through;
    font-weight: 400;
}

.products_phone_price_rrp2{
            font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    display: block;
    color: #dc4141;
    text-decoration: line-through;
    font-weight: 400;
}

		.flowers-left{
			position: absolute;
			bottom: 0px;
			left: 0px;
		}
		.flowers-right{
			position: absolute;
			bottom: 0px;
			right: 0px;
		}
		.home_slideshow_5_txt_container h1{
			font-size: 65px;
			line-height: 73px;
		}





.bee {
    display: inline-block;
    position: absolute;
    bottom: 100px;
    left: 31%;
    width: 130px;
    height: 90px;
    z-index: 100;
    background-color: #61555a;
    border-radius: 100% 98% 98% 100%;
    box-shadow: inset 0px -10px 0px -2px rgba(0, 0, 0, 0.15), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
    -moz-animation: float 3s infinite;
    -webkit-animation: float 3s infinite;
    animation: float 3s infinite;
}
.bee:before, .bee:after {
  display: block;
  content: "";
  position: absolute;
}
.bee:before {
  right: 24px;
  bottom: 57%;
  width: 8px;
  height: 15px;
  border-radius: 100% 100% 88% 88%;
  background-color: #fff;
  box-shadow: 10px 0px 0px -2px #fff;
  -moz-animation: blink 7s infinite;
  -webkit-animation: blink 7s infinite;
  animation: blink 7s infinite;
}
.bee:after {
  left: -7px;
  top: 50%;
  width: 20px;
  height: 10px;
  border-radius: 100% 100% 0 0%;
  border-top: 5px solid #61555a;
}
.bee .antennae {
  position: relative;
}
.bee .antennae:before, .bee .antennae:after {
  display: block;
  content: "";
  position: absolute;
}
.bee .antennae:before {
  top: 4px;
  right: 2px;
  height: 32px;
  width: 18px;
  z-index: -1;
  border-left: 4px solid #61555a;
  border-radius: 100% 0 0 100%;
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -moz-animation: antenna 5s infinite;
  -webkit-animation: antenna 5s infinite;
  animation: antenna 5s infinite;
}
.bee .antennae:after {
  top: -4px;
  right: 20px;
  height: 32px;
  width: 6px;
  z-index: -1;
  border-left: 4px solid #61555a;
  border-radius: 100% 0 0 100%;
  -moz-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  -webkit-transform: rotate(14deg);
  transform: rotate(14deg);
  -moz-animation: antenna 10s infinite;
  -webkit-animation: antenna 10s infinite;
  animation: antenna 10s infinite;
}
.bee .wing {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100% 100% 100% 100%;
}
.bee .wing.one {
  width: 34px;
  height: 52px;
  top: -44px;
  left: 27px;
  box-shadow: inset 6px 1px 0px -4px rgba(0, 0, 0, 0.3);
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  -moz-animation: wings 0.01s infinite;
  -webkit-animation: wings 0.01s infinite;
  animation: wings 0.01s infinite;
}
.bee .wing.two {
  width: 32px;
  height: 44px;
  top: -48px;
  left: 32px;
  box-shadow: 3px 1px 0px -1px rgba(0, 0, 0, 0.4);
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  -moz-animation: wingstwo 0.01s infinite;
  -webkit-animation: wingstwo 0.01s infinite;
  animation: wingstwo 0.01s infinite;
}


@-webkit-keyframes float {
  0% {
    box-shadow: inset 0px -11px 0px -2px rgba(0, 0, 0, 0.2), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
    -moz-transform: translate(0, 7px);
    -ms-transform: translate(0, 7px);
    -webkit-transform: translate(0, 7px);
    transform: translate(0, 7px);
  }
  50% {
    box-shadow: inset 0px -10px 0px -2px rgba(0, 0, 0, 0.15), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    box-shadow: inset 0px -11px 0px -2px rgba(0, 0, 0, 0.2), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
    -moz-transform: translate(0, 7px);
    -ms-transform: translate(0, 7px);
    -webkit-transform: translate(0, 7px);
    transform: translate(0, 7px);
  }
}
@-moz-keyframes float {
  0% {
    box-shadow: inset 0px -11px 0px -2px rgba(0, 0, 0, 0.2), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
    -moz-transform: translate(0, 7px);
    -ms-transform: translate(0, 7px);
    -webkit-transform: translate(0, 7px);
    transform: translate(0, 7px);
  }
  50% {
    box-shadow: inset 0px -10px 0px -2px rgba(0, 0, 0, 0.15), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    box-shadow: inset 0px -11px 0px -2px rgba(0, 0, 0, 0.2), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
    -moz-transform: translate(0, 7px);
    -ms-transform: translate(0, 7px);
    -webkit-transform: translate(0, 7px);
    transform: translate(0, 7px);
  }
}
@-ms-keyframes float {
  0% {
    box-shadow: inset 0px -11px 0px -2px rgba(0, 0, 0, 0.2), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
    -moz-transform: translate(0, 7px);
    -ms-transform: translate(0, 7px);
    -webkit-transform: translate(0, 7px);
    transform: translate(0, 7px);
  }
  50% {
    box-shadow: inset 0px -10px 0px -2px rgba(0, 0, 0, 0.15), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    box-shadow: inset 0px -11px 0px -2px rgba(0, 0, 0, 0.2), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
    -moz-transform: translate(0, 7px);
    -ms-transform: translate(0, 7px);
    -webkit-transform: translate(0, 7px);
    transform: translate(0, 7px);
  }
}
@keyframes float {
  0% {
    box-shadow: inset 0px -11px 0px -2px rgba(0, 0, 0, 0.2), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
    -moz-transform: translate(0, 7px);
    -ms-transform: translate(0, 7px);
    -webkit-transform: translate(0, 7px);
    transform: translate(0, 7px);
  }
  50% {
    box-shadow: inset 0px -10px 0px -2px rgba(0, 0, 0, 0.15), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    box-shadow: inset 0px -11px 0px -2px rgba(0, 0, 0, 0.2), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
    -moz-transform: translate(0, 7px);
    -ms-transform: translate(0, 7px);
    -webkit-transform: translate(0, 7px);
    transform: translate(0, 7px);
  }
}

@-webkit-keyframes antenna {
  0% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  30% {
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  79% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  80% {
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  81% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-moz-keyframes antenna {
  0% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  30% {
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  79% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  80% {
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  81% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-ms-keyframes antenna {
  0% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  30% {
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  79% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  80% {
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  81% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes antenna {
  0% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  30% {
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  79% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  80% {
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  81% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes blink {
  0% {
    height: 14px;
  }
  30% {
    height: 14px;
  }
  31% {
    height: 1px;
  }
  32% {
    height: 14px;
  }
  88% {
    height: 14px;
  }
  89% {
    height: 1px;
  }
  90% {
    height: 14px;
  }
  100% {
    height: 14px;
  }
}
@-moz-keyframes blink {
  0% {
    height: 14px;
  }
  30% {
    height: 14px;
  }
  31% {
    height: 1px;
  }
  32% {
    height: 14px;
  }
  88% {
    height: 14px;
  }
  89% {
    height: 1px;
  }
  90% {
    height: 14px;
  }
  100% {
    height: 14px;
  }
}
@-ms-keyframes blink {
  0% {
    height: 14px;
  }
  30% {
    height: 14px;
  }
  31% {
    height: 1px;
  }
  32% {
    height: 14px;
  }
  88% {
    height: 14px;
  }
  89% {
    height: 1px;
  }
  90% {
    height: 14px;
  }
  100% {
    height: 14px;
  }
}
@keyframes blink {
  0% {
    height: 14px;
  }
  30% {
    height: 14px;
  }
  31% {
    height: 1px;
  }
  32% {
    height: 14px;
  }
  88% {
    height: 14px;
  }
  89% {
    height: 1px;
  }
  90% {
    height: 14px;
  }
  100% {
    height: 14px;
  }
}
@-webkit-keyframes wings {
  0% {
    -moz-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg);
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
  }
  50% {
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  100% {
    -moz-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg);
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
  }
}
@-moz-keyframes wings {
  0% {
    -moz-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg);
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
  }
  50% {
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  100% {
    -moz-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg);
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
  }
}
@-ms-keyframes wings {
  0% {
    -moz-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg);
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
  }
  50% {
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  100% {
    -moz-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg);
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
  }
}
@keyframes wings {
  0% {
    -moz-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg);
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
  }
  50% {
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  100% {
    -moz-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg);
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
  }
}
@-webkit-keyframes wingstwo {
  0% {
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
  }
  50% {
    -moz-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    -webkit-transform: rotate(54deg);
    transform: rotate(54deg);
  }
  100% {
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
  }
}
@-moz-keyframes wingstwo {
  0% {
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
  }
  50% {
    -moz-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    -webkit-transform: rotate(54deg);
    transform: rotate(54deg);
  }
  100% {
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
  }
}
@-ms-keyframes wingstwo {
  0% {
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
  }
  50% {
    -moz-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    -webkit-transform: rotate(54deg);
    transform: rotate(54deg);
  }
  100% {
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
  }
}
@keyframes wingstwo {
  0% {
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
  }
  50% {
    -moz-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    -webkit-transform: rotate(54deg);
    transform: rotate(54deg);
  }
  100% {
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
  }
}

.terms_popup_backdrop,.privacy_popup_backdrop{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
    z-index: 10000;
    display: none;
}
.terms_popup_container,.privacy_popup_container{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: none;
    width: 95%;
    max-width: 700px;
    height: 500px;
    overflow: scroll;
    z-index: 100000;
    background: #fff;
    border-radius: 4px;
    padding: 25px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.terms_popup_close_btn,.privacy_popup_close_btn{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.terms_popup_footer_close_btn,.privacy_popup_footer_close_btn{
    width: 95%;
    max-width: 250px;
    position: relative;
    display: block;
    height: 49px;
    background-color: #003580;
    color: white;
    font-size: 18px;
    font-weight: normal;
    border: 0px;
    outline: none;
    box-shadow: none;
    border-radius: 25px;
    text-align: center;
    text-indent: 0px;
    cursor: pointer;
    line-height: 48px;
    text-decoration: none;
    margin: 20px auto auto auto;
}
.homepage_terms_form{
	text-decoration: underline;
	cursor: pointer;
}
.homepage_privacy_form{
	text-decoration: underline;
	cursor: pointer;
}


.home_slideshow_4_txt_container{
	width: 580px;
	top: 50px;
}

.home_slideshow_4_txt_container h1{
	font-size: 34px;
    line-height: 40px;
    color: #fff;
    text-shadow: none;
    margin-top: 0px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.home_slideshow_4_txt_container h1 span{
    color: #fa9a0f;
    font-size: 48px;
    line-height: 69px;
    display: block;
}
.home_slider_3_btn{
	background-color: #fa9a0f;
    color: #fff;
}
.home-gb-plan{
    position: relative;
    display: inline-block;
    color: #4c4f42;
    font-size: 26px;
    margin-bottom: 10px;
    background: #F2F5EA;
    padding: 8px 15px;
    width: auto;
    font-weight: 400;
}

.home_slideshow_4_img{
	left: 650px;
}



		/* New Mods for New Site Layout */
		#home_slideshow_wrapper{
		    background: #999999;
		    height: 550px;
		}


@media only screen and (max-width : 1350px) {
	#home_slideshow_4_container p{
		text-align: center;
	}
	#home_slideshow_4_container ul li{
		text-align: center;
	}
	.review_review_single_col{
		width: 33%;
	}
	#home_reviews_single_container{
		width: 100%;
	}
	#header_left_col{
		width: 20%;
	}
	#header_mid_col{
		width: 52%;
	}
	#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: 470px;
	}

	#product_details_right_col{
		width: 45%;
	}
	#review_review_single_last{
		display: none;
	}
	#flexible_payments_header_img_wrapper{
		background-size: cover;
	}

}


@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;
	}
	.flowers-left{
		width: 25%;
	}
	.flowers-left img{
		position: relative;
		display: block;
		width: 100%;
	}
	.flowers-right{
		width: 25%;
	}
	.flowers-right img{
		position: relative;
		display: block;
		width: 100%;
	}

}



@media only screen and (max-width : 1100px) {

	.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{
		margin-top: 20px;
	}

	#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;
    	margin-right: 0px;   
    	max-width: none; 
    }
    .home_h3_title_light{
    	text-align: center;
    	font-size: 43px;
    	line-height: 44px;
    	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: 60%;
    	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_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 h2{
	    font-size: 60px;
	    line-height: 63px;
    }
    .home_slideshow_1_txt_container h2 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_5_txt_container h2{
    	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_col{
		width: 100%;
		float: none;
	}
	.product_details_phone_name{
		display: none;
	}
	.product_details_12_payments{
		display: none;
	}
	.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: 45px;
		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;
	}
	.application_send_app_btn{		
		text-indent: 10px;
	}
	.application_send_app_left_btn{

	}
	.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 h1{
		line-height: 38px;
		font-size: 33px;
	}
	#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_5_txt_container h2{
		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 h1{
		color: #fff;
	    color: #ffc700;
	    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	}
	#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: 58%;
	    width: 56%;
	}
	#home_application_right_app_container{
		width: 100%;
	}
	.manufacturing_apple_header_container{
		background-size: 35% !important;
		background-position: 54% 100% !important;
	}
	#product_details_top_col_container{
		width: 100%;
	}
	.flowers-left{
		width: 35%;
	}
	.flowers-left img{
		position: relative;
		display: block;
		width: 100%;
	}
	.flowers-right{
		width: 35%;
	}
	.flowers-right img{
		position: relative;
		display: block;
		width: 100%;
	}
	.bee{
		display: none !important;
	}
	#product_details_starter_pack_wrapper{
		clear: both;
	}
}




@media only screen and (max-width : 800px) {

	.home_slideshow_4_txt_container {
	    width: 100%;
	    top: 0px;
	    float: none;
	    text-align: center;
	}



	.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;
	}
	#fresh_landing_left_col{
		width: 100%;
	}
	#fresh_manufacturing_left_col{
		margin-top: 30px;
	}
	#fresh_manufacturing_header{
	    font-size: 28px !important;
	    line-height: 36px !important;
	    text-align: center;
	}
	#fresh_manufacturing_subtitle{
		line-height: 21px;
	    margin-top: 0px;
	    text-align: center;
	    font-size: 15px;
	}
}





@media only screen and (max-width : 550px) {
	#home_slideshow_wrapper{
		height: auto;
	}
	.home_sup{
		top: -6px !important;
	}
	.home-terms-free{
		margin-bottom: 15px !important;
	}
	.terms_popup_container{
		height: 400px;
	}
	.review_review_single_col{
		width: 100%;
	}
	#home_reviews_single_container{
		width: 100%;
	}	
	#home_customer_service_number_wrapper{
		display: none;
	}
	#application_overview_nothing_to_pay_container ul li{
		width: 65%;
	}

	#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{
		margin-top: 20px;
	}

	#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: 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: 363px;
    }
    .home-terms-free{
    	text-align: center;
    }
    .home-how-we-work-single{
		width: 90% !important;
	    float: none !important;
	    margin: 0px auto 20px auto !important;
    }
    #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: 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{
    	background-color: #f0f0f0;
    	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: 36px;
    	line-height: 44px;
    	margin-bottom: 15px;
    }
    .home_sub_title{
    	 font-size: 17px;
	    line-height: 22px;
	    text-align: center;
	    font-weight: 500;
    }

    #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: 100%;
    	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: 0px;
    	margin-top: 50px;
    	padding: 50px 0px 70px 0px;
    }
    .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 h2{
	    font-size: 50px;
	    line-height: 50px;
	    color: #fccb0b;
    }
    .home_slideshow_1_txt_container h2 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_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_apply_now_title{
	    font-size: 38px;
	    line-height: 40px;
	    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: 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: 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: 90%;
	    margin: 15px auto 50px auto;
	    float: none;
	}
	.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;

	}




	/* Detailed product page */
	#product_details_left_col{
		display: block;
	    width: 80%;
	    margin: auto;
	    position: relative;
	    text-align: center;
	    float: none;
	    max-width: 300px;
	}
	.product_details_thumbnail_icon{
		float: left;
		margin: 20px 1.5%;
	}

	#product_details_mid_col{
	    width: 85%;
	    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;
	}

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

	.product_details_features_container p{
	    font-weight: 500;
	}


	/* Article Page */ 
	.article_page_title{
		font-size: 35px;
		line-height: 45px;
		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_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-indent: 15px!important;
	}
	.application_send_app_btn{		
		text-indent: 0px;
		text-indent: 15px;
		text-align: left;
	}
	.application_send_app_left_btn{

	}
	.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 h1{
		line-height: 38px;
		font-size: 33px;
	}
	#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: 20px auto 60px 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: 0px;
    	left: 0px;
    }    
	.home_slideshow_4_txt_container h1 {
	    font-size: 31px;
	    line-height: 39px;
	    text-align: center;
	    margin-bottom: 20px;
	    margin-top: 20px;
	}
	.home_slideshow_4_txt_container h1 span{
		    font-size: 40px;
	}
    .home_slideshow_4_txt_container p{
	    text-align: center;
	    font-weight: 400;
	    font-size: 19px;
	    display: inline-block;
	    margin: 20px auto auto auto;
    }
    .home_slideshow_4_img{
		position: relative;
	    width: 90%;
	    max-width: 250px;
	    margin: 50px auto auto auto;
	    left: auto;
	    right: auto;
    }    
    .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_acc_overview_title{
    	font-size: 18px;
    	line-height: 25px;
    	margin-bottom: 10px;
    }
    #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, #application_overview_prizes_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 h2{
		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: 15px;
		text-align: left;
		margin-left: 20px;
		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: 100%;
		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_left_col{
		width: 100%;
		top: 70px;
	}
	#flexible_payments_header_img_wrapper{
		height: 300px;
		background-position: 61% 50%;
	}
	#flexible_payments_header_left_col h1{
		font-size: 43px;
	    color: #ffffff;
	    line-height: 43px;
	    text-shadow:none;
	}
	#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;
	}
	.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;
	}
	.products_container{
		margin: 50px auto;
	}
	#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;
	}
	.blog_apply_cta{
		font-size: 14px;
		line-height: 50px;
	}
	.blog_article_img{
		margin-bottom: 10px;
	}
	#home_footer_blog_container ul li{
		float: none;
		width: 100%;
		margin-bottom: 25px;
	}
	#select_phone_title{
		font-size: 25px;
		line-height: 30px;
		font-weight: 600;
	}
}

@media only screen and (max-width : 375px) {
	#you_choose_img_slider_main ul li{
		width: 355px;
	}
	#application_right_col_your_order_right{
		width: 65%;
	}
	.application_right_col_title{
		display: none;
	}
	.home_slideshow_5_txt_container{
		top: 33px;
	}
	.home_slideshow_1_txt_container{
		top: 0px;
	}
	#you_choose_img_slider_main ul li{
		width: 335px;
	}
	#homepage_video_popup_wrapper{
		height: 200px;
	}
	#contact_us_phone_num{
		display: block;
	}
	#revew_video_popup_wrapper{
		height: 200px;
	}
	#select_start_date_btn{
		width: 100%;
		font-size: 17px;
	}
	#datepicker{
		width: 100%;
	}
	#apple_manufacturing_header{
		font-size: 36px !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: 75px !important;
	}
	.manufacturing_apple_header_container{
		background-size: 70% !important;
	}
	#apple_manufacturing_subtitle{
		font-size: 17px !important;
    	line-height: 23px !important;
	}

	.blog_apply_cta{
		font-size: 12px;
		line-height: 50px;
	}
}

@media only screen and (max-width : 320px) {
	#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{
		margin-top: 20px;
	}
	#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: 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: 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%;
    	height: 318px;
    }
    #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_h3_title{    	
	    font-size: 28px;
	    line-height: 35px;
	    margin-bottom: 15px;
	    text-align: center;
	    letter-spacing: -1px;
	    font-weight: 600;
    }
    .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{
    	background-color: #003580;
    	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: 0px;
    	margin-top: 50px;
    }
    .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 h2{
	    font-size: 42px;
	    line-height: 42px;
	    color: #fccb0b;
    }
    .home_slideshow_1_txt_container h2 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_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;
	}
	.products_single_container{
		width: 90%;
	    margin: 15px auto 50px auto;
	    float: none;
	    overflow: hidden;
	}
	.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;
	}




	/* Detailed product page */
	#product_details_left_col{
		display: block;
		width: 100%;
		max-width: 235px;
	}
	#product_details_mid_col{
	    width: 85%;
	    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;
	}


	/* 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_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;
	}
	.application_send_app_btn{		
		text-indent: 7px;
	}
	.application_send_app_left_btn{
		text-indent: 45px;
	}
	.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 h1{
		line-height: 36px;
		font-size: 30px;
	}
	#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_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: 20px;
    	left: 0px;
    }      
    .home_slideshow_4_txt_container h1{
	    font-size: 32px;
	    line-height: 36px;
	    text-align: center;
	    font-weight: 500;
	    margin-bottom: 15px;
    }
    .home_slideshow_4_txt_container h1 span{
    	font-size: 23px;
	    display: block;
	    line-height: 40px;
	    font-weight: 300;
	    color: rgb(17,17,17);
    }
    .home_slideshow_4_txt_container p{
    	display: none;
    }
    .home_slideshow_4_img{
    	left: -63px;
    	width: 140%
    }

    #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_acc_overview_title{
    	font-size: 18px;
    	line-height: 23px;
    	margin-bottom: 10px;
    }
    #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 h2{
		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: 100%;
		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: 17px;
		font-weight: 400;
	}
	.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 h1{
		font-size: 43px;
	    color: #ffffff;
	    line-height: 43px;
	    text-shadow:none;
	}
	#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: 70px;
	}
	#application_overview_worried_container{
		width: 100%;
	}
	#application_overview_activation_date_container p, #application_overview_prizes_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%;
	}
	#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;
	}

}



.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;
}









/*  ----------------------- HALLOWEEN STYLING -----------------------      */ 


    	.web-right {
		 	position: absolute;
		 	height: 200px;
			width: auto;
			right: -10px;
			top: -10px;
			z-index: 100;
			opacity: 0.2;
		}

		.web-left {
			position: absolute;
			left: -10px;
			top: -10px;
			-moz-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
			-webkit-transform: rotate(-90deg);
			transform: rotate(-90deg);
		 	z-index: 100;
		  	opacity: 0.2;
		}
		
		#home_slideshow_halloween{
			background: url(https://sunshinemobile.co.uk/images/sunshine_halloween_bg.png) repeat rgb(11, 18, 25);
		    position: relative;
		    width: 100%;
		    overflow: hidden;
		    z-index: 1;
		}
		#halloween_header_left_col{
		    position: relative;
		    float: left;
		    width: 58%;
		    left: 2%;
		}
		#halloween_header_left_single{
			position: relative;
    		margin-top: 180px;
		}
		#halloween_header_title {
		    font-size: 62px;
		    line-height: 67px;
		    color: #fff;
		    text-align: left;
		    margin-bottom: 20px;
		    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
		    font-weight: 900;
		}
		#halloween_header_title span{
			color: #003580;
			-moz-animation: flicker 4s 0s infinite;
		    -webkit-animation: flicker 4s 0s infinite;
		    animation: flicker 4s 0s infinite;
		}
		#halloween_header_subtitle {
		    font-size: 19px;
		    line-height: 27px;
		    text-align: left;
		    font-weight: 300;
		    color: #fff;
		    width: 90%;
		    margin-bottom: 25px;
		}
		#halloween_header_subtitle a{
			text-decoration: underline;
		    color: #fdc90b !important;
		    cursor: pointer;
		}
		.home_page_halloween_img{
			position: absolute;
		    top: 0px;
		    bottom: 0px;
		    right: 0px;
		    display: block;
		    left: 600px;
		    margin: auto auto auto auto;
		    height: auto;
		}


	@media only screen and (max-width : 1100px) {
		#halloween_header_title{
			font-size: 48px;
			line-height: 52px;
			margin-bottom: 15px;
		}
		#halloween_header_subtitle{
			font-size: 16px;
			line-height: 23px;
		}
		.home_page_halloween_img{
			right: -15px; 
		    left: auto;
		    width: 100%;
		    max-width: 400px;

		}
		#halloween_header_left_single{
			margin-top: 100px;
		}
		#halloween_header_left_col{
			left: 70px;
		}

		#how_we_work_overlay {
			width:100%;
		} 

		#title-text {
			width:100%;
		}
	}
	@media only screen and (max-width : 800px) {
		.web-left,.web-right{
			width: 30%;
			height: auto;
		}
		#halloween_header_left_col{
			width: 100%;
		}
		#halloween_header_left_single{
			margin-top: 30px;
		}
		#halloween_header_title{
			font-size: 50px;
			line-height: 51px;
			text-align: center;
			margin-bottom: 10px;
		}
		#halloween_header_title br{
			display: none;
		}
		#halloween_header_subtitle{
			font-size: 15px; 
			width: 100%;
			text-align: center;
			line-height: 19px;
			margin-bottom: 17px;
		}
		.home_page_halloween_img{
			bottom: -70px;
			left: 0px;
			width:47%;
			top: auto;
		}
	}
	@media only screen and (max-width : 550px) {
		.web-left,.web-right{
			width: 30%;
			height: auto;
		}
		#halloween_header_left_col{
			width: 100%;
			left: 0px;
		}
		#halloween_header_left_single{
			margin-top: 30px;
		}
		#halloween_header_title{
			font-size: 35px;
			line-height: 43px;
			text-align: center;
			margin-bottom: 10px;
		}
		#halloween_header_title br{
			display: none;
		}
		#halloween_header_subtitle{
			font-size: 13px; 
			width: 100%;
			text-align: center;
			line-height: 19px;
		}
		.home_page_halloween_img{
			bottom: -100px;
			left: 0px;
			width: 90%;
			top: auto;
		}
	}


	@media only screen and (max-width : 320px) {
		.web-left,.web-right{
			width: 30%;
			height: auto;
		}
		#halloween_header_left_col{
			width: 100%;
			left: 0px;
		}
		#halloween_header_left_single{
			margin-top: 25px;
		}
		#halloween_header_title{
			font-size: 39px;
			line-height: 43px;
			text-align: center;
			margin-bottom: 15px;
		}
		#halloween_header_title br{
			display: none;
		}
		#halloween_header_subtitle{
			font-size: 13px; 
			width: 100%;
			text-align: center;
			line-height: 17px;
		}
		.home_page_halloween_img{
			bottom: -70px;
			left: 0px;
			width: 90%;
			top: auto;
		}
		.home_customer_service_number_text{
			line-height: 24px !important;
		}
	}


	@-moz-keyframes flicker {
		  0%, 6%, 12% {
		    text-shadow: none;
		    color: #111111;
		  }
		  3%, 9% {
		    color: #003580;
		  }
		  60% {
		    color: #003580;
		  }
		  100% {
		    color: #003580;
		  }
		}
		@-webkit-keyframes flicker {
		  0%, 6%, 12% {
		    text-shadow: none;
		    color: #111111;
		  }
		  3%, 9% {
		    color: #003580;
		  }
		  60% {
		    color: #003580;
		  }
		  100% {
		    color: #003580;
		  }
		}
		@keyframes flicker {
		  0%, 6%, 12% {

		    color: #111111;
		  }
		  3%, 9% {

		    color: #003580;
		  }
		  60% {

		    color: #003580;
		  }
		  100% {

		    color: #003580;
		  }
		}


#application_overview_prizes_container .btn.yes {
  margin-top:10px;
  padding: 8px 20px;
  font-weight:bold;
  border:2px solid transparent;
  border-radius:20px;
    background: #229a4e;
    background: -moz-linear-gradient(top, #47ca77 0%, #229a4e 100%) !important;
    background: -webkit-linear-gradient(top, #47ca77 0%,#229a4e 100%) !important;
    background: linear-gradient(to bottom, #47ca77 0%, #229a4e 100%) !important;
color:white;

}



#application_overview_prizes_container .btn.no {
  background:lightgray;
  margin-top:10px;
  border:2px solid transparent;
  border-radius:20px;
  padding:8px 20px;
}


#application_overview_prizes_container .btn.active {
  border:2px solid black;
}



		#header_mid_col ul li a {
		    font-size: 19px;
		}
