/**************** ORIGINAL CSS (START)******************/
body {
	padding: 0px;
	margin: 0px;
}
img {
	max-width: 100%;
	height: 0 auto;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}
@font-face {
	font-family: 'Proxima Nova Lt';
	src: url('../fonts/ProximaNova-Light.woff2') format('woff2'), url('../fonts/ProximaNova-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNova-Regular';
	src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('P../fonts/roximaNova-Regular.svg#ProximaNova-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/ProximaNova-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Century Gothic';
	src: url('../fonts/CenturyGothic.woff2') format('woff2'), url('../fonts/CenturyGothic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
.header {
	position: fixed;
	width: 100%;
	padding: 15px 0;
	z-index: 99999;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	background: #000;
}
.logo img {
	-webkit-transition: width 0.5s; /* For Safari 3.1 to 6.0 */
	transition: width 0.5s;
	width: 330px;
}
.darkHeader .logo img {
	width: 255px;
}
.header_phone {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 24px;
	text-align: right;
}
.header_right {
	text-align: right;
}
.header_phone a {
	color: #e9242d;
}
/*.menu_main {
	margin-top: 15px;
}
.menu_main ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: right;
}
.menu_main ul li {
	float: left;
	margin-left: 32px;
}
.menu_main ul li a {
	display: block;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 300;
	font-style: normal;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.menu_main ul li a:hover, .menu_main ul li.active a {
	color: #e9242d;
}*/
.home_banner_section {
	position: relative;
	overflow: hidden;
}
.home_banner_section img {
	width: 100%;
}
.home_banner_section:after {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.home_banner_section_inner {
	position: absolute;
	left: 7.8%;
	top: 280px;
	z-index: 9;
	max-width: 635px;
}
.banner_heading {
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	font-weight: 700;
	font-size: 54px;
	line-height: 54px;
	text-transform: uppercase;
}
.banner_text {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 30px;
}
.banner_btn {
	display: inline-block;
	background: #e9242d;
	border-radius: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #fff !important;
	text-transform: uppercase;
	margin-top: 30px;
	padding: 10px 30px;
	font-weight: 900;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_btn:hover {
	background: #c2223c;
}
.banner_bottom_section {
	background: #eeeeee;
	padding: 40px 0 25px;
}
.banner_bottom_heading {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	color: #e9242d;
	font-size: 35px;
	text-transform: uppercase;
	margin-top: 80px;
}
.banner_bottom_text {
	font-family: 'ProximaNova-Regular';
	color: #383838;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 15px;
}
.banner_bottom_list {
	padding-right: 120px;
}
.banner_bottom_block {
	margin-top: 30px;
}
.banner_bottom_block_inner {
	list-style: none;
	background: #fff;
	text-align: center;
	padding: 25px 5px 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_bottom_block_inner:hover {
	-webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.18);
	box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.18);
}
.banner_bottom_block_title {
	font-family: 'Proxima Nova Lt';
	font-size: 15px;
	color: #000;
	text-transform: uppercase;
	margin-top: 12px;
}
.home_slide_section {
	text-align: center;
	padding: 75px 0 55px;
}
.home_slide_section_heading {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	color: #e9242d;
	font-size: 35px;
	text-transform: uppercase;
}
.home_slide_section_slide {
}
.home_slide_section_btn {
	display: inline-block;
	background: #e9242d;
	border-radius: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #fff !important;
	text-transform: uppercase;
	margin-top: 60px;
	padding: 9px 30px;
	font-weight: 900;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_slide_section_btn:hover {
	background: #230e4f;
}
.home_booking_section {
	background: url(../images/home_booking_bg.jpg) #551d4e no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0 85px;
}
.home_booking_section_heading {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	text-transform: uppercase;
}
.home_booking_section_text {
	font-family: 'ProximaNova-Regular';
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 30px;
}
.home_booking_section_btn {
	display: inline-block;
	background: #e9242d;
	border-radius: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #fff !important;
	text-transform: uppercase;
	margin-top: 40px;
	padding: 9px 40px;
	font-weight: 900;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_choose_section {
	padding: 95px 60px 80px;
	text-align: center;
}
.home_choose_section_heading {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	color: #e9242d;
	font-size: 35px;
	text-transform: uppercase;
}
.home_choose_block {
	margin-top: 45px;
}
.home_choose_block_inner {
	background: #000;
	padding: 30px 15px 20px;
	min-height: 330px;
}
.home_choose_block_title {
	font-family: 'ProximaNova-Regular';
	color: #fff;
	font-size: 30px;
	margin-top: 10px;
}
.home_choose_block_text {
	font-family: 'Proxima Nova Lt';
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
}
.home_iphone_section {
	overflow: hidden;
	margin: 0 0 60px;
}
.nomargin {
	margin: 0px;
}
.home_iphone_section_left {
	height: 325px;
	background: #230e4f;
	padding: 20px 55px 0 15px;
}
.home_iphone_section_left_heading {
	font-family: 'Proxima Nova Rg';
	color: #fff;
	font-size: 38px;
	text-transform: uppercase;
	margin-top: 30px;
}
.home_iphone_section_left_text {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 7px;
}
.home_iphone_section_left_content {
	margin-top: 15px;
}
.home_iphone_section_right {
	padding: 20px 55px 0 15px;
	height: 325px;
	background: #e23a3a;
}
.home_iphone_section_image {
	padding: 0px;
}
.home_iphone_section_right_heading {
	font-family: 'Proxima Nova Rg';
	color: #fff;
	font-size: 38px;
	line-height: 40px;
	text-transform: uppercase;
	margin-top: 25px;
}
.home_iphone_section_right_text {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 7px;
}
.home_iphone_section_left_btn {
	display: inline-block;
	background: #e9242d;
	border-radius: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #fff !important;
	text-transform: uppercase;
	margin-top: 20px;
	padding: 9px 30px;
	font-weight: 900;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_iphone_section_right_btn {
	display: inline-block;
	background: #000;
	border-radius: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #fff !important;
	text-transform: uppercase;
	margin-top: 15px;
	padding: 9px 35px;
	font-weight: 900;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer {
	border-top: 8px solid #f3f3f3;
	text-align: center;
}
.footer_top {
	padding: 32px 0 22px;
	border-bottom: 1px solid #ddd;
}
.footer_navigation {
	margin-top: 12px;
}
.footer_navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.footer_navigation ul li {
	display: inline-block;
	margin: 0 12px;
}
.footer_navigation ul li a {
	display: block;
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-style: normal;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_navigation ul li a:hover, .footer_navigation ul li.active a {
	color: #e9242d;
}
.footer_social {
	margin-top: 30px;
}
.footer_social i {
	color: #000;
	font-size: 40px;
	margin: 0 10px;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_social i:hover {
	color: #e9242d;
}
.footer_bottom {
	padding: 22px 0 30px;
}
.footer_bottom_links {
	font-family: 'Proxima Nova Lt';
	color: #000;
	font-size: 20px;
}
.footer_bottom_links a {
	color: #000;
	margin: 0 16px;
}
.footer_copyright {
	font-family: 'Proxima Nova Lt';
	color: #000;
	font-size: 20px;
	margin-top: 15px;
}
.service_slide_heading {
	font-family: 'Proxima Nova Rg';
	color: #e9242d;
	font-size: 22px;
	margin-top: 10px;
}
.service_slide_text {
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
}
.service_slide_text a {
	color: #e9242d;
}
.home_slide_section_slide {
	margin-top: 45px;
}
.home_slide_section_slide .item img {
	width: 110px;
}
.home_slide_section_slide .owl-pagination {
	display: none;
}
.home_slide_section_slide .owl-theme .owl-controls {
	text-align: center;
	position: absolute;
	top: 30%;
	width: 100%;
}
.home_slide_section_slide .owl-prev {
	float: left;
	margin-left: -60px !important;
}
.home_slide_section_slide .owl-next {
	float: right;
	margin-right: -60px !important;
}
.thank_page_container {
	padding: 60px 0 70px;
	text-align: center;
}
.thankyou_page_heading {
	font-family: 'Proxima Nova Rg';
	color: #000;
	font-size: 35px;
	margin-top: 20px;
}
.thankyou_page_subheading {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	color: #000;
}
.thank_page_container img {
	width: 100px;
}
.thankyou_page_btn {
	display: inline-block;
	background: #e9242d;
	border-radius: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #fff !important;
	text-transform: uppercase;
	margin-top: 30px;
	padding: 10px 30px;
	font-weight: 900;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.notfound_page {
	text-align: center;
	padding: 10% 0 50px;
}
.notfound_page_top_text {
	color: #646464;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
}
.notfound_page_mid_text {
	color: #333;
	font-family: 'Proxima Nova Rg';
	font-weight: 700;
	font-size: 200px;
	line-height: 200px;
}
.notfound_page_bottom_text {
	color: #646464;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
}
.notfound_page_btn {
	display: inline-block;
	background: #e9242d;
	border-radius: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #fff !important;
	text-transform: uppercase;
	margin-top: 30px;
	padding: 10px 30px;
	font-weight: 900;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.contact_page_container {
	padding: 40px 0 70px;
}
.contact_top_block_heading {
	background: #e9242d;
	color: #fff;
	font-family: 'Proxima Nova Rg';
	padding: 10px 15px;
	font-size: 22px;
}
.contact_top_block {
	margin-top: 30px;
}
.contact_block_bottom {
	border: 1px solid #ccc;
	border-top: none;
	padding: 15px 15px 10px;
}
.contact_block_bottom_heading {
	color: #000;
	font-family: 'Proxima Nova Rg';
	font-size: 18px;
	margin-top: 10px;
}
.contact_block_bottom_text {
	font-family: 'Source Sans Pro', sans-serif;
	color: #333;
	font-size: 17px;
}
.testimonial_page_container {
	padding: 20px 0 70px;
}
.testimonial_page_block {
	margin-top: 75px;
}
.testimonial_page_block_inner {
	border: 1px solid #ccc;
	padding: 65px 20px 30px;
	position: relative;
	min-height: 312px;
}
.testimonial_page_block_inner i {
	background: #e9242d;
	width: 80px;
	height: 80px;
	color: #fff;
	line-height: 80px;
	font-size: 35px;
	text-align: center;
	position: absolute;
	top: -40px;
	left: 20px;
}
.testimonial_page_block_text {
	font-family: 'Proxima Nova Lt';
	color: #000;
	font-size: 17px;
}
.testimonial_page_block_name {
	color: #e9242d;
	font-family: 'Proxima Nova Rg';
	font-size: 23px;
	margin-top: 10px;
}
.faq_page_container {
	padding: 60px 0;
}
/**************** ORIGINAL CSS (END)******************/


.inner_page_banner {
	position: relative;
	overflow: hidden;
	background: url(../images/banner.jpg) #551d4e no-repeat center;
	background-size: cover;
	padding: 200px 0 60px;
}
.inner_page_banner:after {
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.inner_page_banner_heading {
	font-family: 'Proxima Nova Rg';
	color: #e9242d;
	font-size: 35px;
	position: relative;
	z-index: 999;
}
.breadcrumb {
	position: relative;
	z-index: 999;
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
}
.breadcrumb li {
	font-family: 'Proxima Nova Lt';
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}
.breadcrumb li a {
	color: #fff;
}
.breadcrumb > .active {
	color: #fff;
}
.breadcrumb > li + li::before {
	color: #fff;
}
.repair_page_fixed_section .progress {
	height: 5px;
	margin-bottom: 0px;
	background-color: #000;
	border-radius: 0;
	box-shadow: none;
}
.repair_page_fixed_section .progress-bar {
	background-color: #e9242d;
}
.repair_page_container {
	padding: 60px 0 70px;
}
.repair_page_main_heading {
	font-family: 'Proxima Nova Rg';
	color: #000;
	font-weight: 600;
	font-size: 22px;
	margin-top: 0px;
}
.repair_device_block {
	margin-top: 30px;
	text-align: center;
}
.repair_device_block_inner {
	position: relative;
	border: 1px solid #e9242d;
	padding: 40px 10px 85px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.repair_device_block_inner:hover {
	-webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.18);
	box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.18);
	border-color: #000;
}
.repair_device_block_text {
	font-family: 'Proxima Nova Lt';
	color: #fff;
	font-size: 22px;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	padding: 12px 10px 12px;
	background: #e9242d;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.repair_device_block_inner:hover .repair_device_block_text {
	background: #000;
}
.change_sevice_button {
	background: #e9242d;
	display: inline-block;
	margin-top: 30px;
	padding: 11px 25px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff !important;
	font-size: 18px;
	font-weight: 900;
	border-radius: 50px;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.repair_device_block_color_text {
	font-family: 'Proxima Nova Lt';
	color: #000;
	font-size: 22px;
}
.repair_device_block_color_text span {
	width: 55px;
	height: 55px;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}
.repair_device_block_sub_text {
	font-family: 'Proxima Nova Lt';
	color: #000;
	font-size: 30px;
}
.repair_result_image {
	margin-top: 30px;
}
.repair_result_image_inner {
	padding: 67px 20px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.18);
	box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.18);
}
.repair_cost_heading {
	font-family: 'Proxima Nova Lt';
	color: #000;
	font-size: 25px;
	text-transform: uppercase;
	margin-top: 80px;
}
.repair_cost_price {
	font-family: 'Proxima Nova Rg';
	font-weight: 600;
	color: #e9242d;
	font-size: 50px;
	line-height: 50px;
	text-transform: uppercase;
}
.repair_cost_heading2 {
	font-family: 'Proxima Nova Lt';
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
}
.repair_customer_heading {
	font-family: 'Proxima Nova Lt';
	color: #000;
	font-size: 22px;
	margin-top: 50px;
	text-align: center;
}
.repair_customer_star {
	text-align: center;
	color: #f5a700;
	font-size: 19px;
}
.repair_customer_star span {
	font-family: 'Proxima Nova Rg';
	color: #e9242d;
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.repair_result_radio {
	margin-top: 20px;
}
.repair_result_radio span {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 5px;
}
.repair_result_radio [type="radio"]:checked, .repair_result_radio [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
.repair_result_radio [type="radio"]:checked + label, .repair_result_radio [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 25px;
	display: inline-block;
	color: #000;
	font-family: 'Proxima Nova Lt';
	font-weight: 400;
	font-size: 18px;
}
.repair_result_radio [type="radio"]:checked + label:before, .repair_result_radio [type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	border: 1px solid #ccc;
	border-radius: 100%;
	background: #fff;
}
.repair_result_radio [type="radio"]:checked + label:after, .repair_result_radio [type="radio"]:not(:checked) + label:after {
	content: '';
	width: 14px;
	height: 14px;
	background: #bb3e53;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.repair_result_radio [type="radio"]:not(:checked) + label:after {
	opacity: 1;
	content: '';
	width: 14px;
	height: 14px;
	background: #ccc;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 100%;
}
.repair_result_radio [type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.repair_spec_block {
	margin-top: 30px;
	text-align: center;
}
.repair_spec_block_heading {
	font-family: 'Proxima Nova Rg';
	font-weight: 600;
	color: #333;
	font-size: 17px;
	text-transform: uppercase;
	margin-top: 12px;
}
.repair_spec_block_text {
	font-family: 'Proxima Nova Lt';
	color: #333;
	font-size: 16px;
}
.repair_spec_block_inner {
	padding: 30px 20px;
	-webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.18);
	box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.18);
}
.repair_spec_block_inner_text1 {
	font-family: 'Proxima Nova Rg';
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 10px;
}
.repair_spec_block_inner_text2 {
	font-family: 'Proxima Nova Lt';
	color: #ccc;
	font-size: 16px;
	margin-top: 5px;
}
.repair_page_btn_section {
	margin-top: 50px;
	text-align: center;
}
.repair_page_actions {
	display: inline-block;
	background: #e9242d;
	padding: 10px 25px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff !important;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	border-radius: 50px;
	margin: 8px;
	min-width: 160px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.repair_page_actions:hover {
	background: #230e4f;
}
.repair_page_prob_scontent {
	border: 1px solid #e9242d;
	padding: 8px;
	text-align: center;
	margin-top: 20px;
	border-radius: 5px;
	font-family: 'Proxima Nova Lt';
	color: #333;
	font-size: 15px;
}
.repair_page_bottom_heading {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	color: #e9242d;
	font-size: 30px;
}
.repair_page_bottom_list {
	margin-top: 20px;
}
.repair_page_bottom_list ul {
	padding: 0px;
	margin: 0px;
}
.repair_page_bottom_list ul li {
	list-style: none;
	padding-left: 20px;
	position: relative;
	font-family: 'Proxima Nova Lt';
	color: #000;
	font-size: 18px;
	width: 50%;
	float: left;
	margin-top: 5px;
}
.repair_page_bottom_list ul li::before {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f058";
	top: 1px;
	left: 0;
	color: #e9242d;
	font-size: 17px;
}
.repair_page_related_block {
	margin-top: 20px;
}
.repair_page_related_block_inner {
	background: #fff;
	font-family: 'Proxima Nova Lt';
	font-size: 15px;
	color: #000;
	line-height: 18px;
	text-transform: uppercase;
	padding: 20px 10px 10px;
	position: relative;
	min-height: 145px;
	text-align: center;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.repair_page_related_block_inner:hover {
	-webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.18);
	box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.18);
}
.repair_page_related_block_inner img {
	width: 60px;
	margin-bottom: 10px;
}
.repair_page_topbar {
	background: url(../images/home_booking_bg.jpg) #551d4e no-repeat center;
	background-size: cover;
	padding: 0 0 15px;
}
.repair_page_topbar_heading {
	font-family: 'Proxima Nova Lt';
	color: #fff;
	font-size: 17px;
	margin-top: 15px;
}
.repair_page_topbar_text {
	font-family: 'Proxima Nova Rg';
	color: #fff;
	font-size: 22px;
	line-height: 22px;
}
.booking_dates {
	margin-top: 20px;
}
.booking_page_inner_top {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}
.booking_dates .pagination > li > a {
	width: 70px !important;
	height: 70px !important;
	border: 1px solid #0075bb !important;
	background: none;
	border-radius: 50%;
	font-family: 'Proxima Nova Lt';
	color: #0075bb;
	font-size: 15px;
}
.datepaginator {
	height: auto !important;
}
.dp-selected {
	background: #000 !important;
}
.booking_page_container {
	padding: 60px 0 100px;
}
.booking_page_inner {
	background: #fff;
	-webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.26);
	box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.26);
	padding: 15px 30px 30px;
	float: left;
	width: 100%;
}
.appointment_book_form {
	text-align: center;
}
.appointment_book_form .form-control {
	min-height: 48px;
	margin-top: 15px;
	border-radius: 30px;
	box-shadow: none;
	border: 1px solid #aaaaaa !important;
	font-family: 'Source Sans Pro', sans-serif;
	color: #000;
	font-size: 16px;
	padding: 10px 20px;
}
.appointment_book_form textarea {
	height: 150px;
	resize: none;
}
.repair_submit_btn {
	border: none;
	background: #e9242d;
	border-radius: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #fff !important;
	text-transform: uppercase;
	margin-top: 20px;
	padding: 11px 38px;
	font-weight: 900;
}
.booking_page_text1 {
	font-family: 'Proxima Nova Rg';
	font-weight: 600;
	color: #000;
	font-size: 20px;
}
.booking_timezone {
	background: url(../images/timezone_arrow.png) no-repeat 100%;
	border: none;
	width: auto;
	font-family: 'Proxima Nova Lt';
	color: #000;
	font-size: 15px;
	margin-top: 5px;
	padding-right: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.booking_page_top_address {
	font-family: 'Proxima Nova Lt';
	color: #000;
	font-size: 16px;
	margin-top: 15px;
}
.booking_dete_select_title {
	font-family: 'Proxima Nova Rg';
	font-weight: 600;
	color: #000;
	font-size: 22px;
	margin: 30px 0 10px;
	text-align: center;
}
.booking_page_selected_day {
	font-family: 'Proxima Nova Rg';
	font-weight: 600;
	color: #0075bb;
	font-size: 22px;
	margin-top: 30px;
	text-align: center;
}
.booking_page_selected_date {
	font-family: 'Proxima Nova Lt';
	color: #000;
	font-size: 16px;
	text-align: center;
}
.booking_page_selected_timezone {
	font-family: 'Proxima Nova Lt';
	color: #000;
	font-size: 16px;
	margin-top: 20px;
	text-align: center;
	font-weight: 600;
}
.booking_page_timepicker {
	width: 450px;
	margin: 10px auto 0;
}
.booking_page_timepicker ul {
	padding: 0px;
	margin: 0px;
}
.booking_page_timepicker ul li {
	padding: 0px;
	list-style: none;
	margin: 15px 0 0;
	position: relative;
	overflow: hidden;
}
.booking_time_default {
	background: #fff;
	border-radius: 4px;
	border: 1px solid #0075bb;
	color: #0075bb;
	padding: 12px 10px;
	font-family: 'Proxima Nova Lt';
	font-size: 16px;
	width: 450px;
}
.booking_time_other_container {
	position: absolute;
	width: 450px;
	left: 100%;
	background: #fff;
	top: 0;
	bottom: 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.booking_page_timepicker ul li:hover .booking_time_other_container {
}
.booking_time_default_time {
	background: #000;
	border-radius: 4px;
	border: 1px solid #000;
	color: #fff;
	padding: 12px 10px;
	font-family: 'Proxima Nova Lt';
	font-size: 16px;
	width: 215px;
}
.booking_time_default_confirm {
	background: #0075bb;
	border-radius: 4px;
	border: 1px solid #0075bb;
	color: #fff;
	padding: 12px 10px;
	font-family: 'Proxima Nova Lt';
	font-size: 16px;
	width: 215px;
	margin-left: 10px;
}
.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
	vertical-align: top;
}
.switch input {
	display: none;
}
.sliderr {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.sliderr:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .sliderr {
	background-color: #4fd4e4;
}
input:focus + .sliderr {
	box-shadow: 0 0 1px #0075bb;
}
input:checked + .sliderr:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
.sliderr.round {
	border-radius: 34px;
	background: #4fd4e4;
}
.sliderr.round:before {
	border-radius: 50%;
}
.time_switch {
	font-family: 'Proxima Nova Lt';
	font-size: 14px;
	color: #ccc;
	float: right;
}
.abt_new_top_section {
	background: #55d5e2;
	background: -moz-linear-gradient(45deg, #55d5e2 0%, #0075bb 100%);
	background: -webkit-linear-gradient(45deg, #55d5e2 0%, #0075bb 100%);
	background: linear-gradient(45deg, #55d5e2 0%, #0075bb 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#55d5e2', endColorstr='#0075bb', GradientType=1);
	padding: 45px 0 15px;
}
.abt_new_top_heading {
	font-family: 'Proxima Nova Lt';
	font-size: 50px;
	color: #fff;
	text-transform: uppercase;
	line-height: 57px;
	margin-top: 10px;
}
.abt_new_top_heading span {
	font-family: 'Proxima Nova Rg';
	font-weight: 600;
}
.abt_new_top_text {
	font-family: 'Proxima Nova Lt';
	font-size: 18px;
	color: #fff;
	padding-right: 120px;
	margin-top: 30px;
}
.abt_new_top_image {
	margin-bottom: -100px;
	position: relative;
	z-index: 99;
}
.abt_cross_section {
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 100px 0 0;
}
.abt_cross_section:before, .abt_cross_section:after {
	background: inherit;
	content: '';
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
	-webkit-backface-visibility: hidden;
}
.abt_cross_section:before {
	top: -100px;
	-webkit-transform: skewY(4deg);
	transform: skewY(4deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.abt_cross_section:after {
	bottom: -100px;
	-webkit-transform: skewY(4deg);
	transform: skewY(4deg);
	-webkit-transform-origin: 100%;
	transform-origin: 100%;
}
.abt_cross_section_heading {
	font-family: 'Proxima Nova Lt';
	font-size: 40px;
	color: #000;
	text-transform: uppercase;
}
.abt_cross_section_heading span {
	display: inline-block;
	color: #fff;
	background: #00a0c6;
	border-radius: 50%;
	padding: 3px 6px 3px 22px;
	width: 65px;
	height: 65px;
}
.abt_cross_section_text {
	font-family: 'Proxima Nova Lt';
	font-size: 18px;
	color: #000;
	margin-top: 15px;
}
.abt_cross_block1 {
	margin-top: -100px;
}
.abt_cross_block2 {
	margin-top: -20px;
}
.abt_cross_block3 {
	margin-top: 60px;
}
.abt_new_repair_right {
	background: #55d5e2;
	background: -moz-linear-gradient(45deg, #55d5e2 0%, #0075bb 100%);
	background: -webkit-linear-gradient(45deg, #55d5e2 0%, #0075bb 100%);
	background: linear-gradient(45deg, #55d5e2 0%, #0075bb 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#55d5e2', endColorstr='#0075bb', GradientType=1);
	padding: 130px 7.8% 100px 30px;
	min-height: 600px;
}
.abt_new_repair_image {
	padding: 0px;
}
.abt_new_repair_image img {
	width: 100%;
}
.abt_new_repair_heading {
	font-family: 'Proxima Nova Lt';
	font-size: 46px;
	color: #fff;
}
.abt_new_repair_heading span {
	font-family: 'Proxima Nova Rg';
	font-weight: 600;
}
.abt_new_repair_text {
	font-family: 'Proxima Nova Lt';
	font-size: 20px;
	color: #fff;
}
.abt_new_who_we_section {
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 0 0 85px;
}
.abt_new_who_we_section:before {
	background: inherit;
	content: '';
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
	-webkit-backface-visibility: hidden;
}
.abt_new_who_we_section:before {
	top: -100px;
	-webkit-transform: skewY(4deg);
	transform: skewY(4deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.abt_new_who_we_section_heading {
	font-family: 'Proxima Nova Lt';
	font-size: 50px;
	color: #0a1f62;
	text-transform: uppercase;
}
.abt_new_who_we_section_text1 {
	font-family: 'Proxima Nova Rg';
	font-weight: 600;
	font-size: 20px;
	color: #000;
	margin-top: 10px;
}
.abt_new_who_we_section_text2 {
	font-family: 'Proxima Nova Lt';
	font-size: 20px;
	color: #000;
	margin-top: 10px;
}
.abt_new_who_we_section_box {
	border: 1px solid #0a1f62;
	margin-top: 30px;
	border-radius: 5px;
	min-height: 140px;
	padding: 22px 40px 0 175px;
	position: relative;
}
.abt_new_who_we_section_box img {
	position: absolute;
	top: 20px;
	left: 20px;
}
.abt_new_who_we_section_box_heading {
	font-family: 'Proxima Nova Rg';
	font-weight: 600;
	font-size: 22px;
	color: #000;
}
.abt_new_who_we_section_box_text {
	font-family: 'Proxima Nova Lt';
	font-size: 21px;
	color: #000;
}
.abt_new_who_we_right {
	margin-top: 40px;
}
.services_new_page_container {
	overflow: hidden;
	padding: 0 0 80px;
}
.service_new_left_image {
	position: relative;
}
.service_new_right_image {
	float: right;
}
.service_new_left_image img {
	position: relative;
	z-index: 9;
}
.service_new_right_image img {
	position: relative;
	z-index: 9;
}
.service_new_left_image:before {
	width: 665px;
	height: 665px;
	background: #55d5e2;
	background: -moz-linear-gradient(45deg, #55d5e2 0%, #0075bb 100%);
	background: -webkit-linear-gradient(45deg, #55d5e2 0%, #0075bb 100%);
	background: linear-gradient(45deg, #55d5e2 0%, #0075bb 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#55d5e2', endColorstr='#0075bb', GradientType=1);
	transform: rotate(45deg);
	position: absolute;
	content: "";
	top: -60px;
	right: 140px;
}
.service_new_right_image:before {
	width: 665px;
	height: 665px;
	background: #55d5e2;
	background: -moz-linear-gradient(45deg, #55d5e2 0%, #0075bb 100%);
	background: -webkit-linear-gradient(45deg, #55d5e2 0%, #0075bb 100%);
	background: linear-gradient(45deg, #55d5e2 0%, #0075bb 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#55d5e2', endColorstr='#0075bb', GradientType=1);
	transform: rotate(45deg);
	position: absolute;
	content: "";
	top: -60px;
	left: 140px;
}
.services_new_right_heading {
	font-family: 'Proxima Nova Lt';
	font-size: 50px;
	color: #000;
	margin-top: 100px;
}
.repair_page_box {
	padding: 80px 0;
}
.services_new_right_text {
	font-family: 'Proxima Nova Lt';
	font-size: 19px;
	color: #000;
	margin-top: 5px;
}
.services_new_right_button {
	border: 1px solid #0a1f62;
	display: inline-block;
	font-family: 'Proxima Nova Lt';
	font-size: 20px;
	color: #0a1f62 !important;
	border-radius: 5px;
	text-transform: uppercase;
	padding: 13px 22px;
	margin-top: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.services_new_right_button:hover {
	background: #00a0c6;
	border-color: #00a0c6;
	color: #fff !important;
}
.service_new_left_content_block {
	text-align: right;
}
.service_new_bottom_section {
	text-align: right;
}
.service_new_bottom_section_heading {
	font-family: 'Proxima Nova Lt';
	font-size: 39px;
	color: #0a1f62;
	text-transform: uppercase;
}
.service_new_bottom_section_text {
	font-family: 'Proxima Nova Lt';
	font-size: 18px;
	color: #000;
	margin-top: 20px;
}
.service_new_top_section_text {
	font-family: 'Proxima Nova Lt';
	font-size: 20px;
	color: #000;
	padding-left: 350px;
	margin-top: 50px;
}
.validation_error {
	margin-top: 10px;
}
.validation_error p {
	color: red;
	padding: 0;
	margin: 0;
}
.model_image {
	width: 150px;
}
.inner_page_logo {
	margin-top: 0px;
}
.price-txt {
	text-align: center;
}
.repaire_problem_img {
	width: 85px;
}
.repair_page_top_section {
	padding: 15px 0 0;
	position: static !important;
}
.repair_page_title {
	font-family: 'Proxima Nova Lt';
	color: #000;
	font-weight: 300;
	font-size: 21px;
	text-transform: uppercase;
}
.repair_spec_border {
	border-right: 1px solid #ccc;
}
.repair_page_fixed_section {
	width: 100%;
	z-index: 99;
}
.booking_time_default_confirm_left {
	left: 0;
}
.time_active_span {
	color: #000;
}
.date-text {
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 15px;
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
}
.date-text img {
	width: 25px;
	margin: 0 5px 3px 0;
	float: left;
}
.back_button_div {
	margin-top: 20px;
}
.back_button_div a {
	font-size: 20px;
	background: #009FC5;
	padding: 6px 9px;
	color: #fff;
	border-radius: 50%;
}
.logo_svg {
	width: 90%;
}
.booking_calendar_container {
	padding: 60px 0 70px;
}
.booking_page_timezone {
	font-size: 16px;
	color: #000;
	font-family: 'Proxima Nova Lt';
	text-align: right;
}
.footer_newsletter {
	position: relative;
	margin-top: 10px;
}
.newsletter_input {
	font-family: 'Proxima Nova Lt';
	font-size: 16px;
	color: #000;
	border: 1px solid #ccc;
	width: 100%;
	height: 45px;
	padding: 10px 75px 10px 10px;
}
.newsletter_btn {
	font-family: 'Proxima Nova Lt';
	font-size: 16px;
	background: #c04055 !important;
	color: #fff;
	height: 45px;
	padding: 10px 12px;
	position: absolute;
	border: none;
	top: 0;
	right: 0;
}
.footer_newsletter_info {
	border: 1px solid #222;
	font-family: 'Proxima Nova Lt';
	font-size: 15px;
	color: #000;
	display: inline-block;
	padding: 6px 10px;
	margin-top: 15px;
}
.footer_newsletter_info i {
	width: 23px;
	height: 23px;
	border: 1px solid #000;
	text-align: center;
	line-height: 23px;
	font-size: 12px;
	border-radius: 50%;
}
.contact_page_heading {
	font-family: 'Proxima Nova Rg';
	font-size: 26px;
	font-weight: 600;
	color: #000;
	position: relative;
	margin-top: 50px;
	text-align: center;
}
.check1 label:after {
	background: url(../images/check_img1.png) no-repeat;
	width: 30px;
	height: 30px;
}
.cc-selector {
	margin-bottom: 15px;
}
.cc-selector span {
	position: relative;
	display: inline-block;
	font-family: 'Proxima Nova Lt';
	font-size: 18px;
	color: #000;
	padding-left: 45px;
	margin-right: 10px;
	margin-top: 10px;
}
.cc-selector input {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.visa {
	background-image: url(../images/check_img1.png);
}
.mastercard {
	background-image: url(../images/check_img2.png);
}
.mastercard2 {
	background-image: url(../images/check_img3.png);
}
.cc-selector input:active +.drinkcard-cc {
	opacity: 1;
}
.cc-selector input:checked +.drinkcard-cc {
	-webkit-filter: none;
	-moz-filter: none;
	filter: none;
}
.drinkcard-cc {
	position: absolute;
	top: -5px;
	left: 0;
	cursor: pointer;
	background-size: 100%;
	background-repeat: no-repeat;
	display: inline-block;
	width: 40px;
	height: 40px;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	-webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
	-moz-filter: brightness(1.8) grayscale(1) opacity(.7);
	filter: brightness(1.8) grayscale(1) opacity(.7);
}
.drinkcard-cc:hover {
	-webkit-filter: brightness(1.2) grayscale(.5) opacity(1);
	-moz-filter: brightness(1.2) grayscale(.5) opacity(1);
	filter: brightness(1.2) grayscale(.5) opacity(1);
}
.footer_logo {
	text-align: center;
}
.footer_logo img {
	width: 100px;
}
.footer_review_heading {
	font-family: 'Proxima Nova Rg';
	font-size: 18px;
	font-weight: 600;
	color: #0a1f62;
}
.footer_review_star {
	margin-top: 5px;
	color: #DCB900;
	font-size: 16px;
}
.footer_review_details {
	font-family: 'Proxima Nova Lt';
	font-size: 14px;
	color: #000;
}
.repair_form_radio {
	margin-top: 15px;
}
.blog_page_container {
	margin-top: 150px;
}
.pricing_details_top_section {
	padding: 50px 0 85px;
}
.pricing_details_top_section_heading {
	font-family: 'Proxima Nova Lt';
	font-size: 30px;
	color: #0a1f62;
	text-transform: uppercase;
}
.pricing_details_top_section_mainheading {
	font-family: 'Proxima Nova Rg';
	font-size: 30px;
	color: #000;
	text-align: center;
}
.pricing_details_top_section_subheading {
	font-family: 'Proxima Nova Lt';
	font-size: 25px;
	color: #000;
	text-transform: capitalize;
	text-align: center;
}
.pricing_details_top_section_price {
	font-family: 'Proxima Nova Rg';
	font-weight: 600;
	font-size: 40px;
	color: #c04055;
	text-align: center;
}
.price_gst_span {
	font-family: 'Proxima Nova Lt';
	color: #333;
	font-size: 16px;
	line-height: 25px;
}
.pricing_details_top_block {
	margin-top: 35px;
}
.pricing_details_top_block_inner {
	position: relative;
	padding-left: 82px;
}
.pricing_details_top_block_inner img {
	position: absolute;
	top: 5px;
	left: 0;
	width: 65px;
}
.pricing_details_top_block_heading {
	font-family: 'Proxima Nova Lt';
	font-size: 21px;
	color: #000;
}
.pricing_details_top_block_text {
	font-family: 'Proxima Nova Lt';
	font-size: 15px;
	color: #333;
}
.pricing_details_top_section_text {
	font-family: 'Proxima Nova Lt';
	font-size: 20px;
	color: #000;
	margin-top: 40px;
}
.pricing_details_top_section_btn {
	display: inline-block;
	border: 2px solid #0075bb;
	border-radius: 4px;
	margin: 28px 10px 0 0;
	font-family: 'Proxima Nova Lt';
	font-size: 21px;
	color: #0075bb !important;
	text-transform: uppercase;
	padding: 10px 20px;
	min-width: 188px;
	text-align: center;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pricing_details_top_section_btn:hover {
	color: #fff !important;
	background: #0075bb;
}
.pricing_details_mid_section {
	padding: 65px 0 75px;
	text-align: center;
	background: #55d5e2;
	background: -moz-linear-gradient(45deg, #55d5e2 0%, #0075bb 100%);
	background: -webkit-linear-gradient(45deg, #55d5e2 0%, #0075bb 100%);
	background: linear-gradient(45deg, #55d5e2 0%, #0075bb 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#55d5e2', endColorstr='#0075bb', GradientType=1);
}
.pricing_details_mid_section_heading {
	font-family: 'Proxima Nova Lt';
	font-size: 50px;
	color: #fff;
}
.pricing_details_mid_section_text {
	font-family: 'Proxima Nova Lt';
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
}
.pricing_details_mid_bottom span {
	display: inline-block;
	padding: 40px 30px 0;
}
.pricing_details_mid_bottom_text {
	font-family: 'Proxima Nova Lt';
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
}
.pricing_details_other_section {
	padding: 75px 0;
	text-align: center;
}
.pricing_details_other_section_heading {
	font-family: 'Proxima Nova Lt';
	font-size: 50px;
	color: #0a1f62;
}
.pricing_details_other_bottom span {
	display: inline-block;
	width: 19.5%;
	margin-top: 55px;
	padding: 0 10px;
	vertical-align: top;
}
.pricing_details_other_bottom_text {
	font-family: 'Proxima Nova Lt';
	font-size: 20px;
	color: #000;
	margin-top: 5px;
}
.pricing_details_other_bottom_btn {
	display: inline-block;
	border: 2px solid #0a1f62;
	border-radius: 4px;
	font-family: 'Proxima Nova Lt';
	font-size: 18px;
	color: #0a1f62 !important;
	text-transform: uppercase;
	padding: 6px 20px;
	margin-top: 15px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pricing_details_other_bottom_btn:hover {
	color: #fff !important;
	background: #0a1f62;
}
.pricing_details_bottom_section {
	padding: 0 0 65px;
}
.pricing_details_bottom_section_heading {
	font-family: 'Proxima Nova Lt';
	font-size: 40px;
	color: #00a0c6;
}
.pricing_details_bottom_section_text {
	font-family: 'Proxima Nova Lt';
	font-size: 20px;
	color: #000;
	margin-top: 5px;
}
.pricing_details_bottom_line {
	margin: 35px 0 25px;
	height: 1px;
	background: #ddd;
}
.home_process_section {
	padding: 60px 0 0;
	text-align: center;
}
.home_process_section_heading {
	font-family: 'Proxima Nova Lt';
	font-style: normal;
	color: #000;
	font-size: 50px;
}
.home_process_bottom {
	margin-top: 30px;
}
.home_process_bottom span {
	display: inline-block;
	width: 23%;
	padding: 10px 15px;
	position: relative;
	vertical-align: top;
	margin-top: 20px;
}
.home_process_bottom span:before {
	background: url("../images/process_arrow.png") no-repeat scroll 0 0;
	position: absolute;
	top: 60px;
	right: -15px;
	content: "";
	width: 30px;
	height: 23px;
	background-size: 100%;
}
.home_process_bottom span:last-child:before {
	display: none;
}
.home_process_icon {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	padding: 14px;
	position: relative;
}
.home_process_no {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #45B9D5;
	font-family: 'Proxima Nova Rg';
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	position: absolute;
	top: 2px;
	left: 2px;
}
.home_process_text {
	font-family: 'Proxima Nova Rg';
	color: #0075bb;
	font-weight: 600;
	font-size: 21px;
	margin-top: 10px;
}
.home_services_section .owl-dots {
	display: none;
}
.home_services_section .owl-nav {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 130px;
}
.home_process_text_bottom {
	font-family: 'Proxima Nova Lt';
	color: #333;
	font-size: 15px;
	margin-top: 5px;
}
.home_services_section .owl-prev {
	background: url(../images/prev.png) no-repeat !important;
	font-size: 0px !important;
	width: 35px;
	height: 66px;
	float: left;
	margin-left: -55px !important;
}
.home_services_section .owl-next {
	background: url(../images/next.png) no-repeat !important;
	font-size: 0px !important;
	width: 35px;
	height: 66px;
	float: right;
	margin-right: -55px !important;
}
.payment {
	margin-top: 30px;
}
.payment input {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.payment2 input {
	position: absolute;
	z-index: 999;
}
.stripeicon {
	background-image: url(../images/stripe.png);
	border: 1px solid #57D6E5;
}
.paypalicon {
	background-image: url(../images/paypal.png);
	border: 1px solid #57D6E5;
}
.payment2 input:active +.drinkcard-ccc, .payment input:active +.drinkcard-ccc {
	opacity: .9;
}
.payment2 input:checked +.drinkcard-ccc, .payment input:checked +.drinkcard-ccc {
	-webkit-filter: none;
	-moz-filter: none;
	filter: none;
}
.payment2 input:active +.drinkcard-ccc:before, .payment input:active +.drinkcard-ccc:before {
	opacity: .9;
}
.payment2 input:checked +.drinkcard-ccc:before, .payment input:checked +.drinkcard-ccc:before {
	background-image: url(../images/checked.png);
	width: 30px;
	background-size: 100%;
	height: 29px;
	content: "";
	position: absolute;
	top: -17px;
	left: -10px;
}
.drinkcard-ccc {
	position: relative;
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 150px;
	height: 91px;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	-webkit-filter: brightness(1.5) grayscale(1) opacity(.9);
	-moz-filter: brightness(1.5) grayscale(1) opacity(.9);
	filter: brightness(1.5) grayscale(1) opacity(.9);
}
.drinkcard-ccc:hover {
	-webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
	-moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
	filter: brightness(1.2) grayscale(.5) opacity(.9);
}
.card-js .form-control {
	margin-top: 0px !important;
}
.card-js .expiry {
	background: #eaeaea;
	min-height: 52px;
	border-radius: 5px;
	border: none !important;
	box-shadow: none;
	font-family: 'Proxima Nova Lt';
	color: #000;
	font-size: 16px;
}
.payment_heading {
	font-family: 'Proxima Nova Rg';
	color: #000;
	font-size: 20px;
	margin: 18px 0;
}
.contact_page_form {
}
.contact_page_form .form-group {
	margin-bottom: 0px;
}
.after_market_box {
	border: 2px solid #55d5e2;
	padding: 3px 15px 12px;
	border-radius: 5px;
	min-height: 150px;
	margin-top: 10px;
	text-align: center;
}
.after_color_box {
	border: 2px solid #55d5e2;
	padding: 3px 15px 12px;
	border-radius: 5px;
	min-height: 145px;
	margin-top: 5px;
}
.service_details_listing {
	padding-left: 160px;
}
.serv_detail_block {
	margin-top: 25px;
}
.serv_detail_block_inner {
	background: #f8feff;
	border-radius: 4px;
	border: 1px solid #d5d5d5;
	position: relative;
	min-height: 80px;
	font-family: 'Proxima Nova Lt';
	font-size: 18px;
	color: #000;
	padding: 12px 5px 10px 70px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.serv_detail_block_inner:hover {
	background: #d4f8fe;
}
.serv_detail_block_inner img {
	position: absolute;
	top: 0;
	left: 0;
}
.serv_detail_mid_section {
	background: #f1f1f1;
	padding: 60px 0 0;
	text-align: center;
	position: relative;
}
.serv_detail_mid_section:before, .serv_detail_mid_section:after {
	background: inherit;
	content: '';
	display: block;
	height: 200px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
	-webkit-backface-visibility: hidden;
}
.serv_detail_mid_section:before {
	top: -100px;
	-webkit-transform: skewY(4deg);
	transform: skewY(4deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	display: none;
}
.serv_detail_mid_section:after {
	bottom: -30px;
	-webkit-transform: skewY(-4deg);
	transform: skewY(-4deg);
	-webkit-transform-origin: 100%;
	transform-origin: 100%;
	z-index: 9;
}
.serv_detail_mid_section_heading {
	font-family: 'Proxima Nova Lt';
	font-size: 50px;
	color: #0176bb;
	position: relative;
	z-index: 99;
}
.serv_detail_mid_section_text {
	font-family: 'Proxima Nova Lt';
	font-size: 19px;
	color: #000;
	margin-top: 10px;
	position: relative;
	z-index: 99;
}
.serv_detail_mid_section2 {
	position: relative;
	overflow: hidden;
}
.serv_detail_mid_section2_right {
	background: rgb(0,117,187);
	background: -moz-linear-gradient(-45deg, rgba(0,117,187,1) 0%, rgba(85,213,226,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(0,117,187,1) 0%, rgba(85,213,226,1) 100%);
	background: linear-gradient(135deg, rgba(0,117,187,1) 0%, rgba(85,213,226,1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0075bb', endColorstr='#55d5e2', GradientType=1);
	padding: 160px 30px 100px 7.8%;
}
.serv_detail_bottom_section {
	background: #fff;
	padding: 0 0 80px;
	text-align: center;
	position: relative;
}
.serv_detail_bottom_section:before, .serv_detail_bottom_section:after {
	background: inherit;
	content: '';
	display: block;
	height: 200px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
	-webkit-backface-visibility: hidden;
}
.serv_detail_bottom_section:before {
	top: -30px;
	-webkit-transform: skewY(-4deg);
	transform: skewY(-4deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	z-index: 9;
}
.serv_detail_bottom_section:after {
	bottom: -30px;
	-webkit-transform: skewY(-4deg);
	transform: skewY(-4deg);
	-webkit-transform-origin: 100%;
	transform-origin: 100%;
	display: none;
}
.serv_detail_bottom_section_heading {
	font-family: 'Proxima Nova Lt';
	font-size: 50px;
	color: #0075bb;
	position: relative;
	z-index: 99;
}
.serv_detail_bottom_section_text {
	font-family: 'Proxima Nova Lt';
	font-size: 20px;
	color: #000;
	position: relative;
	z-index: 99;
	margin-top: 10px;
}
.serv_details_top_section {
	padding-top: 200px;
	min-height: 875px;
}
.serv_details_top_section_heading {
	font-family: 'Proxima Nova Lt';
	font-size: 50px;
	color: #000;
	margin-top: 40px;
}
.after_market_box_heading {
	font-family: 'Proxima Nova Rg';
	font-style: normal;
	color: #0075bb;
	font-size: 18px;
	margin-top: 20px;
	text-align: center;
}
.colorSelect input[type=radio] {
	display: none;
	margin: 0px;
}
.colorSelect .radio {
	display: inline-block;
	margin-bottom: 0px;
}
.colorSelect input[type=radio] + label {
	display: inline-block;
	width: 87px;
	height: 50px;
	border-radius: 30px;
	display: inline-block;
	margin: 0px 2px 5px 0px;
	cursor: pointer;
	padding-left: 0px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 48px;
}
.colorSelect input[type=radio] + label:before, .colorSelect input[type=radio] + label:after {
	content: '';
	display: block;
	position: relative;
	box-sizing: border-box;
	left: 40%;
	width: 0px;
	height: 50%;
	opacity: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.colorSelect input[type=radio] + label:before {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 30px;
	width: 87px;
	height: 50px;
	opacity: 0;
	border: 2px solid #0075bb;
}
.colorSelect input[type=radio]:checked + label:before {
	opacity: 1;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.colorSelect input[type=radio]:checked + label {
	color: #fff;
}
.colorSelect label.goldcolor {
	background-color: #efd171;
}
.colorSelect label.rosecolor {
	background-color: #fcd0cd;
}
.colorSelect label.silvercolor {
	background-color: #c0c0c0;
}
.colorSelect label.spacecolor {
	background-color: #65737e;
}
.colorSelect label.whitecolor {
	background-color: #F3F3F3;
}
.colorSelect label.blackcolor {
	background-color: #000000;
}
.partSelect {
	margin-top: 35px;
}
.partSelect input[type=radio] {
	display: none;
	margin: 0px;
}
.partSelect input[type=radio] + label {
	width: 120px;
	height: 50px;
	border-radius: 30px;
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
	cursor: pointer;
	padding-left: 0px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	line-height: 48px;
}
.partSelect input[type=radio] + label:before, .partSelect input[type=radio] + label:after {
	content: '';
	display: block;
	position: relative;
	box-sizing: border-box;
	left: 40%;
	width: 0px;
	height: 50%;
	opacity: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.partSelect input[type=radio] + label:before {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 30px;
	width: 120px;
	height: 50px;
	opacity: 0;
	border: 2px solid #0075bb;
}
.partSelect input[type=radio]:checked + label:before {
	opacity: 1;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.partSelect input[type=radio]:checked + label {
	color: #0075bb;
}
.partSelect label.selectpart {
	background-color: #55d5e2;
}
.partSelect .radio {
	display: inline-block;
}
.svg-icon-img {
	width: 135px;
}
.service_listing_bottom_section {
	margin-top: 230px;
	text-align: center;
}
.nav_main {
	float: left;
}
.warrenty_page_section_heading {
	font-family: 'Proxima Nova Lt';
	font-size: 29px;
	color: #0075BB;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 15px;
}
#exampleModalw .modal-header {
	background: #55d5e2;
	background: -moz-linear-gradient(45deg, #55d5e2 0%, #0075bb 100%);
	background: -webkit-linear-gradient(45deg, #55d5e2 0%, #0075bb 100%);
	background: linear-gradient(45deg, #55d5e2 0%, #0075bb 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#55d5e2', endColorstr='#0075bb', GradientType=1);
}
#exampleModalw .modal-title {
	color: #fff;
	font-family: 'Proxima Nova Rg';
	font-size: 18px;
}
#exampleModalw .modal-content {
	border-radius: 0px;
}
.repair_modal_form .form-control {
	background: #eaeaea;
	min-height: 50px;
	border-radius: 5px;
	border: none !important;
	box-shadow: none;
	margin-top: 15px;
	font-family: 'Proxima Nova Lt';
	color: #000;
	font-size: 16px;
	resize: none;
}
.repair_modal_form_btn {
	margin-top: 20px;
	background: #d62e2e;
	border-radius: 5px;
	border: none;
	padding: 12px 30px;
	font-family: 'Proxima Nova Rg';
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
}
.repair_details_bottom_section {
	background: #eeeeee;
	padding: 50px 0 60px;
}
#back-to-top {
	background: #e9242d;
	position: fixed;
	bottom: 100px;
    right: 36px;
	z-index: 9999;
	width: 45px;
	height: 45px;
	font-size: 22px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
}
#back-to-top.show {
	opacity: 1;
}
.service_page_container {
	padding: 30px 0 60px;
}
.service_page_block {
	margin-top: 30px;
}
.service_page_block_inner {
	text-align: center;
	padding: 30px 15px;
	-webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.18);
	box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.18);
}
.service_page_block_inner img {
	width: 100px;
}
.service_page_block_heading {
	font-family: 'Proxima Nova Rg';
	color: #e9242d;
	font-size: 28px;
	margin: 20px 0 15px;
}
.service_page_block_list1 {
	font-family: 'ProximaNova-Regular';
	color: #333;
	font-size: 16px;
	background: #eee;
	padding: 8px;
}
.service_page_block_list2 {
	font-family: 'ProximaNova-Regular';
	color: #333;
	font-size: 16px;
	padding: 8px;
}
.service_page_block_btn {
	display: inline-block;
	background: #e9242d;
	border-radius: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #fff !important;
	text-transform: uppercase;
	margin-top: 25px;
	padding: 10px 30px;
	font-weight: 900;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.service_page_block_btn:hover {
	background: #000;
}
.about_page_container {
	padding: 60px 0;
}
.about_page_heading {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	color: #e9242d;
	font-size: 35px;
	text-transform: uppercase;
	line-height: 35px;
}
.about_page_heading span {
	color: #000;
	font-size: 25px;
	text-transform: none;
}
.about_page_text {
	font-family: 'ProximaNova-Regular';
	color: #000;
	font-size: 16px;
	margin-top: 20px;
	text-align: justify;
}
.about_page_image_inner {
	padding: 20px 20px 0 0;
	position: relative;
	margin-top: 10px;
}
.about_page_image_inner:before {
	position: absolute;
	content: "";
	background: #e9242d;
	top: 0;
	right: 0;
	bottom: 20px;
	left: 20px;
}
.about_page_image_inner img {
	position: relative;
	z-index: 99;
}
.faq_page_container .panel-group .panel {
	border-radius: 0;
}
.faq_page_container .panel-default > .panel-heading {
	color: #333;
	background-color: #ddd;
	border: none;
	border-radius: 0;
	padding: 15px 15px;
}
.faq_page_container .panel-title {
	font-family: 'Proxima Nova Rg';
	color: #000;
	font-size: 17px;
	padding-right: 20px;
}
.faq_page_container .panel-body {
	font-family: 'ProximaNova-Regular';
	color: #000;
	font-size: 16px;
	text-align: justify;
}
.faq_page_container .panel-body a {
	color: #e9242d;
}
.faq_page_container .panel-heading:before {
	font-family: 'Glyphicons Halflings';
	content: "\e114";
	float: right;
	color: #e9242d;
}
.faq_page_container .panel-heading.collapsed:before {
	content: "\e080";
}
.faq_page_container .panel-group .panel + .panel {
	margin-top: 10px;
}
.terms_page_container {
	padding: 30px 0 60px;
}
.terms_page_heading {
	font-family: 'Proxima Nova Rg';
	color: #e9242d;
	font-size: 28px;
	margin-top: 30px;
}
.terms_page_text {
	font-family: 'ProximaNova-Regular';
	color: #333;
	font-size: 16px;
	margin-top: 10px;
	text-align: justify;
}
.terms_page_text strong {
	color: #000;
}
.terms_page_text ul {
	padding: 0;
	margin: 20px 0;
}
.terms_page_text ul li {
	padding-left: 20px;
	position: relative;
	list-style: none;
	margin-top: 4px;
}
.terms_page_text ul li:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f058";
	color: #e9242d;
	top: 0;
	left: 0;
}
.store_status_page_container {
	padding: 60px 0;
}
.store_status_page_top_text {
	font-family: 'ProximaNova-Regular';
	color: #333;
	font-size: 18px;
}
.store_page_block {
	margin-top: 30px;
}
.store_page_block_inner {
	position: relative;
	min-height: 275px;
	padding: 30px 20px 20px 140px;
	-webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.18);
	box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.18);
}
.store_page_block_inner img {
	padding: 20px;
	width: 100px;
	background: #e9242d;
	position: absolute;
	top: 30px;
	left: 20px;
}
.store_page_block_heading {
	font-family: 'Proxima Nova Rg';
	color: #e9242d;
	font-size: 28px;
}
.store_page_block_subheading {
	font-family: 'Proxima Nova Rg';
	color: #000;
	font-size: 18px;
}
.store_page_block_text {
	font-family: 'ProximaNova-Regular';
	color: #333;
	font-size: 16px;
	margin-top: 15px;
}
.store_page_block_text ul {
	padding: 0;
	margin: 0;
}
.store_page_block_text ul li {
	padding-left: 20px;
	position: relative;
	list-style: none;
}
.store_page_block_text ul li:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f058";
	color: #e9242d;
	top: 0;
	left: 0;
}
.home_banner_form {
	background: rgba(255, 255, 255, 0.1);
	padding: 15px 20px 20px;
	text-align: center;
	position: absolute;
	top: 120px;
	right: 7.8%;
	width: 100%;
	max-width: 345px;
	z-index: 99;
	border-radius: 10px;
}
.home_banner_form_heading {
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	font-weight: 600;
	font-size: 26px;
}
.home_banner_form .form-control {
	font-family: 'Proxima Nova Rg';
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	box-shadow: none;
	border-radius: 30px;
	padding: 6px 20px;
	color: #fff;
	font-size: 15px;
	margin-top: 10px;
	min-height: 40px;
}
.home_banner_form textarea {
	resize: none;
	padding-top: 12px;
	height: 70px;
	border-radius: 20px !important;
	margin-bottom: 10px;
}
.banner_form_btn {
	width: 100%;
	border: none;
	background: #e9242d;
	border-radius: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #fff !important;
	text-transform: uppercase;
	margin-top: 10px;
	padding: 10px 30px;
	font-weight: 900;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.zip_pay_div {
	display: inline-block;
	border: 1px solid #c0c0c0;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 18px;
	color: #000;
	margin: 10px 0;
}
.zip_pay_div a {
	color: #000;
}
.zip_pay_div img {
	border-right: 3px solid #e9242d;
	padding-right: 10px;
	margin-right: 5px;
}
.facebook_shop {
	padding-right: 0;
}
.facebook_shop a {
	display: inline-block;
	background: #e9242d;
	border-radius: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #fff !important;
	text-transform: uppercase;
	padding: 9px 20px;
	font-weight: 900;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.facebook_shop a:hover {
	background: #fff;
	color: #230e4f !important;
}

/*------------ Sell --------------------*/
.sell-page-banner {
	position: relative;
	overflow: hidden;
	background: url(../images/sell-banner.jpg) no-repeat 0 0;
	background-size: cover;
	padding: 200px 0 60px;
}
.sell-page-banner:after {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.sell-item {
	margin-top: 30px;
}
.sell-item-inner {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
	border-top: 3px solid #e9242d;
	padding: 30px 0 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sell-item-inner img {
	margin-bottom: 15px;
}
.sell-item-name {
	color: #000;
	font-size: 30px;
	font-weight: bold;
}
.sell-item a:hover .sell-item-inner {
	border-top: 3px solid #000;
}
.sell-item a {
	text-decoration: none;
}
.sell-item-model-inner {
	padding: 10px 20px 25px;
}
.sell-item-model-inner img {
	margin-bottom: 0;
}
.sell-item-model-name {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 16px;
	color: #e9242d;
	line-height: 20px;
	margin: 10px 0;
	min-height: 40px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sell_page_button_section button {
	display: inline-block;
	width: 45%;
	margin: 4px 0 0;
	border: 2px solid #e9242d;
	padding: 8px 8px;
	border-radius: 50px;
	font-family: 'Proxima Nova Lt';
	color: #e9242d;
	font-size: 18px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sell_page_button_section button:hover {
	background: #e9242d;
	color: #fff;
}
.sell_page_button_section button:disabled, .sell_page_button_section button[disabled] {
	border: 2px solid #000;
	color: #000;
	background: #fff;
}
.sell_page_final_container {
	padding: 60px 0;
}
.sell_page_final_image_part {
	margin-bottom: 25px;
}
.sell_page_final_image {
	padding: 40px 20px 35px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.30);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.30);
	border-top: 3px solid #e9242d;
}
.sell_page_final_image_text {
	font-family: 'Proxima Nova Rg';
	color: #e9242d;
	font-weight: bold;
	font-size: 20px;
	margin-top: 30px;
}
.sell_page_final_condition_heading {
	font-family: 'Proxima Nova Rg';
	color: #000;
	font-size: 24px;
	font-weight: bold;
}
.sell_page_final_tab {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}
.sell_page_final_tab .nav-tabs > li {
	margin-bottom: 0;
}
.sell_page_final_tab .nav-tabs > li > a {
	background: #000;
	position: relative;
	display: block;
	margin-right: 1px;
	font-family: 'Proxima Nova Rg';
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	padding: 10px 15px 10px 42px;
	border: none !important;
	border-radius: 10px 10px 0 0 !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sell_page_final_tab .nav-tabs > li > a::before {
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	content: "";
	top: 12px;
	left: 16px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sell_page_final_tab .nav-tabs > li.active > a, .sell_page_final_tab .nav-tabs > li.active > a:focus, .sell_page_final_tab .nav-tabs > li.active > a:hover {
	color: #fff;
	background: #e9242d;
}
.sell_page_final_tab .nav-tabs > li.active > a::before {
	border: 2px solid #fff;
}
.sell_page_final_tab .nav-tabs > li > a::after {
	width: 10px;
	height: 10px;
	background: #000;
	border-radius: 50%;
	position: absolute;
	content: "";
	top: 17px;
	left: 21px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sell_page_final_tab .nav-tabs > li.active > a::after {
	background: #fff;
}
.sell_page_final_tab .tab-content {
	padding: 0;
	background: #fff;
	border: 1px solid #e9242d;
	margin-top: -1px;
}
.sell_accordian_content {
	padding: 25px 20px;
}
.sell_tab_content_heading {
	font-family: 'Proxima Nova Rg';
	color: #000;
	font-weight: 700;
	font-size: 18px;
}
.sell_tab_content_text {
	font-family: 'Proxima Nova Lt';
	color: #000;
	font-size: 18px;
	margin-top: 10px;
}
.sell_tab_content_text ul {
	padding: 0;
	margin: 0;
}
.sell_tab_content_text ul li {
	list-style: none;
	padding-left: 30px;
	position: relative;
	margin-top: 13px;
}
.sell_tab_content_text ul li::before {
	background: url(../images/sell_check.png) no-repeat;
	width: 20px;
	height: 21px;
	position: absolute;
	content: "";
	top: 2px;
	left: 0;
	background-size: 100%;
}
.sell_page_final_bottom_section_price {
	font-family: 'Proxima Nova Rg';
	color: #000;
	font-size: 24px;
	font-weight: bold;
	background: #fff;
	padding: 20px;
}
.sell_page_final_bottom_section_price span {
	color: #e9242d;
	font-size: 40px;
	float: right;
	line-height: 38px;
}
.sell_tab_content_text p {
	font-family: 'Proxima Nova Lt';
	color: #898989;
	font-size: 15px;
	margin-top: 25px;
}
.sell_page_final_bottom_section {
	margin-top: 20px;
}
.oty_section {
	font-family: 'Proxima Nova Lt';
	color: #000;
	font-size: 24px;
	font-weight: 300;
	display: inline-block;
}
.oty_section .input-group {
	position: relative;
	display: inline-block;
	width: 100px;
	vertical-align: middle;
}
.oty_section .input-group .form-control {
	width: 77px;
	height: 42px;
	border: 1px solid #000 !important;
	border-radius: 0px;
	box-shadow: none;
	font-family: 'Proxima Nova Lt';
	color: #000;
	font-size: 18px;
}
.size_select {
	height: 42px;
	border: 1px solid #000 !important;
	border-radius: 0px;
	box-shadow: none;
	font-family: 'Proxima Nova Lt';
	color: #000;
	font-size: 18px;
	margin-bottom: 10px;
	background: url(../images/paypal_arrow_icon.png) #fff no-repeat 100% !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 5px 30px 5px 10px;
}
.btn_number_minus {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	background: #000;
	border: none;
	color: #fff;
	font-size: 9px;
	padding: 0 6px;
}
.btn_number_plus {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: #000;
	border: none;
	color: #fff;
	font-size: 9px;
	padding: 0 6px;
}
.sell_page_final_bottom_btn_section {
	display: inline-block;
	float: right;
}
.sell_page_final_bottom_btn1 {
	background: #55d5e2;
	background: -moz-linear-gradient(45deg, #55d5e2 0%, #0075bb 100%);
	background: -webkit-linear-gradient(45deg, #55d5e2 0%, #0075bb 100%);
	background: linear-gradient(45deg, #55d5e2 0%, #0075bb 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55d5e2', endColorstr='#0075bb', GradientType=1);
	display: inline-block;
	min-width: 200px;
	padding: 12px 10px;
	border-radius: 4px;
	font-family: 'Proxima Nova Rg';
	color: #fff !important;
	text-transform: uppercase;
	border: none;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.common_btn {
	background: #e9242d;
	display: inline-block;
	position: relative;
	font-family: 'Proxima Nova Rg';
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border: 2px solid #e9242d;
	padding: 8px 60px 8px 20px;
	color: #fff !important;
	border-radius: 50px;
	margin-left: 10px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.common_btn:hover {
	color: #fff !important;
	border-color: #000;
	background: #000;
}
.common_btn i {
	position: absolute;
	top: 13px;
	right: 18px;
	padding-left: 9px;
	border-left: 2px solid #fff;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sell_page_final_bottom_btn2 {
	display: inline-block;
	border: 2px solid #55d5e2;
	padding: 10px 10px;
	min-width: 200px;
	border-radius: 4px;
	font-family: 'Proxima Nova Rg';
	color: #55d5e2 !important;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sell_page_final_bottom_btn2:hover {
	background: #55d5e2;
	color: #fff !important;
}
.sell_accordian_content_bottom {
	padding: 15px 15px 12px;
	border: 2px solid #ff0000;
	font-size: 19px;
	font-family: 'Proxima Nova Rg';
}
.modal {
	z-index: 99999;
}
#exampleModalw .modal-header {
	background: #e9242d;
}
#exampleModalw .modal-title {
	color: #fff;
	font-family: 'Proxima Nova Rg';
	font-size: 18px;
	font-weight: bold;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.repair_modal_form .form-control {
	background: #eaeaea;
	min-height: 50px;
	border-radius: 5px;
	border: none !important;
	box-shadow: none;
	margin-top: 15px;
	font-family: 'Proxima Nova Lt';
	color: #000;
	font-size: 16px;
	resize: none;
}
.repair_modal_form .form-control::placeholder {
 color: #000;
}
.modal-header .close {
	color: #fff;
	text-shadow: none;
	opacity: 1;
}


/* ------------- Abhishek ------------------*/
.error-text {
    font-family: 'ProximaNova-Regular';
    color: #3596d2;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.error-btn a {
	display: inline-block;
	background: #000;
	border-radius: 30px;
	font-family: 'ProximaNova-Regular';
	font-size: 18px;
	color: #fff !important;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 25px;
	padding: 10px 30px;
	font-weight: 900;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.error-btn a:hover {
	background: #e9242d;
}

.cart_continue_btn {
	background: #e9242d;
	border: none;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	font-family: 'ProximaNova-Regular';
	color: #fff !important;
	font-size: 18px;
	padding: 10px 23px;
	border-radius: 4px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.cart_continue_btn:hover {
	background: #000;
}
.float-right {
    float: right !important;
}



.cart_page_container {
	padding: 60px 0;
}
.cart_table_image {
	border: 1px solid #ccc;
	width: 100px;
	padding: 8px;
}
.cart_table thead {
	background: #000;
	font-family: 'ProximaNova-Regular';
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}
.cart_table tr td {
	vertical-align: middle !important;
}
.cart_table_product_name {
	font-family: 'ProximaNova-Regular';
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
.cart_table_product_name a {
	color: #e9242d;
}
.cart_table_product_desc {
	font-family: 'ProximaNova-Regular';
	color: #000;
	font-size: 14px;
	margin-top: 5px;
}
.cart_table_price {
	font-family: 'ProximaNova-Regular';
	color: #000;
	font-size: 20px;
	font-weight: 700;
}
.cart_table_action i {
	color: #e00205;
}
.cart_summary_box {
	background: #e9242d;
	font-family: 'ProximaNova-Regular';
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 10px 15px 9px;
}
.cart_summary_box_cont {
	padding: 0 15px 20px;
	border: 1px solid #dee2e6;
	border-top: none;
}
.cart_complete_btn {
	background: #000;
	border: none;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	font-family: 'ProximaNova-Regular';
	color: #fff !important;
	font-size: 18px;
	padding: 10px 23px;
	border-radius: 4px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.cart_complete_btn:hover {
	background: #e9242d;
}
.table_total_value {
	font-family: 'ProximaNova-Regular';
	color: #000;
	font-size: 16px;
	font-weight: 500;
	padding: .75rem 0 !important;
}
.table_total_value_right {
	text-align: right;
}
.table_total_sale {
	font-family: 'ProximaNova-Regular';
	color: #000;
	font-size: 22px;
	font-weight: 700;
	padding: .75rem 0 !important;
}
.table_total_sale_right {
	text-align: right;
}
.checkout_main_label {
	background: #000;
	font-family: 'ProximaNova-Regular';
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 10px 15px 9px;
}
.checkout_form_inner {
	border: 1px solid #dee2e6;
	border-top: none;
	padding: 10px 15px 25px;
}
.checkout_main_label_bottom {
	margin-top: 20px;
}
.pack_guide_table {
	font-family: 'ProximaNova-Regular';
	font-size: 13px;
}
.pack_guide_table tr td {
	vertical-align: middle;
}
.checkout_label {
	font-family: 'ProximaNova-Regular';
	color: #000;
	font-size: 15px;
	font-weight: 500;
	margin-top: 18px;
}
.checkout_bottom_label {
	font-family: 'ProximaNova-Regular';
	color: #7d7d7d;
	font-size: 13px;
}
.otherNetworkDiv {
    font-family: 'ProximaNova-Regular';
    font-size: 12px;
    margin-top: 10px;
    color: #000;
}
.checkout_form .form-control {
	box-shadow: none;
	margin-top: 4px;
	border-radius: 0px;
	min-height: 42px;
	resize: none;
}
.checkout_table_image {
	border: 1px solid #ccc;
	width: 80px;
	padding: 8px;
}
.checkout_summary_table tr td {
	vertical-align: middle;
}
.checkout_summary_table_name {
	font-family: 'ProximaNova-Regular';
	color: #000;
	font-size: 15px;
	font-weight: 500;
}
.payment_method_heading {
	font-family: 'ProximaNova-Regular';
	color: #000;
	font-size: 22px;
	font-weight: 500;
}
.checkout_payment {
	margin-top: 10px;
}
.payment_method_box {
	background: #eee;
	padding: 0 15px 15px;
	margin-top: 15px;
}
.checkout_form_btns {
	text-align: right;
}
.checkout_form_button {
	background: #000;
	border: none;
	display: inline-block;
	vertical-align: top;
	font-family: 'ProximaNova-Regular';
	color: #fff;
	font-size: 20px;
	padding: 9px 25px;
	border-radius: 4px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.checkout_form_button:hover {
	background: #e9242d;
}
.checkout_form_button_bottom {
	margin-top: 20px;
}
.checkout_address_details_heading {
	font-family: 'ProximaNova-Regular';
	color: #000;
	font-size: 20px;
	margin-top: 25px;
	border-bottom: 1px solid #dee2e6;
	text-transform: uppercase;
	font-weight: 600;
}
.checkout_address_details_text {
	font-family: 'ProximaNova-Regular';
	color: #666;
	font-size: 15px;
	margin-top: 20px;
}

.quantity_group {
	position: relative;
	display: inline-block;
	padding-right: 27px;
}
.quantity_group_input {
	border: 1px solid #ccc;
	width: 70px;
	height: 55px;
	text-align: center;
	font-family: 'ProximaNova-Regular';
	color: #666;
	font-size: 15px;
}
.quantity-right-plus, .quantity-left-minus {
	position: absolute;
	right: 0;
	width: 28px;
	height: 28px;
	border: 1px solid #ccc;
	font-family: 'ProximaNova-Regular';
	background: none;
}
.quantity-right-plus {
	top: 0;
}
.quantity-left-minus {
	bottom: 0;
}

.radiobtn {
	position: relative;
	display: inline-block;
}
.radiobtn label {
    display: block;
    background: #939393;
    font-family: 'ProximaNova-Regular';
    color: #cacaca;
    border-radius: 5px;
    padding: 7px 38px 7px 15px;
    border: 2px solid #ccc;
    margin-bottom: 5px;
    cursor: pointer;
}
.radiobtn label:after, .radiobtn label:before {
	content: "";
	position: absolute;
	right: 11px;
	top: 9px;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	background: #cacaca;;
}
.radiobtn label:before {
	background: transparent;
	transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
	z-index: 2;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: center;
	width: 0;
	height: 0;
	background-image: url(../images/radio_check.svg);
}
.radiobtn input[type="radio"] {
	display: none;
	position: absolute;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.radiobtn input[type="radio"]:checked + label {
	background: #000;
	color: #fff;
	-webkit-animation-name: blink;
	animation-name: blink;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	border-color: #e9242d;
}
.radiobtn input[type="radio"]:checked + label:after {
	background: #e9242d;
}
.radiobtn input[type="radio"]:checked + label:before {
	width: 20px;
	height: 20px;
}

.payment_disclaimer {
    font-family: 'ProximaNova-Regular';
    font-size: 12px;
    margin-top: 10px;
	border-color: #e9242d !important;
}

.sale_thankyou_top_heading {
    font-family: 'ProximaNova-Regular';
    font-size: 30px;
    color: #000;
    font-weight: 500;
    position: relative;
    z-index: 99;
}

.sale_thankyou_top_text {
    font-family: 'ProximaNova-Regular';
    font-size: 18px;
    color: #000;
    margin-top: 5px;
    position: relative;
    z-index: 99;
}

.sale_thankyou_order_info_box {
    background: #000;
    padding: 50px 15px;
    position: relative;
    margin-top: 50px;
}
.sale_thankyou_order_info_box:before {
	content: "";
	position: absolute;
	border: 1px dashed rgba(255, 255, 255, 0.4);
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
}
.sale_thankyou_order_info {
    font-family: 'ProximaNova-Regular';
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}
.offset-lg-2 {
    margin-left: 16.666667%;
}
.portal_page_heading {
    font-family: 'Proxima Nova Rg';
    font-weight: bold;
    color: #e9242d;
    font-size: 33px;
	margin-top: 40px;
}
.portal_page_list ul {
    margin: 20px 0 0;
	padding: 0;
}
.portal_page_list ul li {
    font-family: 'ProximaNova-Regular';
    color: #383838;
    font-size: 18px;
    margin-top: 8px;
    position: relative;
    padding-left: 25px;
    list-style: none;
}
.portal_page_list ul li:before {
    position: absolute;
    content: "";
    top: 4px;
    left: 3px;
    width: 9px;
    height: 15px;
    border-right: 3px solid #108001;
    border-bottom: 3px solid #108001;
    transform: rotate(45deg);
}
.portal_page_btn1 {
    display: inline-block;
    background: #230E4F;
    margin-top: 30px;
    color: #fff !important;
    padding: 13px 22px;
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 4px;
	margin-right: 5px;
}
.portal_page_btn2 {
    display: inline-block;
    background: #e9242d;
    margin-top: 30px;
    color: #fff !important;
    padding: 13px 22px;
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 4px;
}


.seo_text h1, .seo_text h2, .seo_text h3,.seo_text h4, .seo_text h5,.seo_text h6
{
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	color: #e9242d;
	font-size: 30px;
	margin-top: 40px;
}

.seo_text p{
    font-family: 'ProximaNova-Regular';
    color: #383838;
    font-size: 18px;
    margin-top: 8px;
    position: relative;
    list-style: none;
    text-align: justify;
}
.seo_text ul li {
    font-family: 'ProximaNova-Regular';
    color: #383838;
    font-size: 18px;
    margin-top: 8px;
    position: relative;
    padding-left: 25px;
    list-style: none;
}
.seo_text ul li:before {
    position: absolute;
    content: "";
    top: 4px;
    left: 3px;
    width: 9px;
    height: 15px;
    border-right: 3px solid #108001;
    border-bottom: 3px solid #108001;
    transform: rotate(45deg);
}
.seo_container {
  padding-bottom: 35px;
}
.home_additional_content {
  background: #230E4F;
  padding: 60px 0;
}
.home_bottom_heading {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
}
.home_bottom_text {
  color: #fff;
  margin-top: 20px;
}
.home_bottom_list ul {
	padding: 0;
	margin: 15px 0 0;
}
.home_bottom_list ul li {
	list-style: none;
	padding-left: 20px;
	position: relative;
	margin-top: 2px;
	color: #fff;
}
.home_bottom_list ul li::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 3px;
    width: 7px;
    height: 12px;
    border-right: 3px solid #e9242d;
    border-bottom: 3px solid #e9242d;
    transform: rotate(45deg);
}
.home_additional_content2 {
  padding: 60px 0;
}
.home_bottom_heading2 {
  color: #e9242d;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
}
.home_bottom_text2 {
  color: #666;
  margin-top: 15px;
}
.home_additional_content3 {
	background: #E23A3A;
  padding: 60px 0;
}
.dark_list ul li {
	color: #666;
}



/*=================== Responsive =================*/

@media only screen and (max-width : 320px) {
.home_banner_form {
	background: #333;
	position: relative;
	z-index: 99;
	top: 0;
	right: 0;
	max-width: 100%;
	padding: 15px 15px 20px;
}
.header {
	position: static;
	background: #000;
}
.logo {
	text-align: center;
}
.logo img {
	width: 220px !important;
}
.header_phone {
	text-align: center;
}
.stellarnav.dark .menu-toggle {
	background: #e9242d;
	text-align: left;
}
.home_banner_section_inner {
	left: 15px;
	top: 20px;
	right: 15px;
}
.banner_heading {
	font-size: 23px;
	line-height: 26px;
}
.banner_text {
	font-size: 10px;
	margin-top: 4px;
}
.banner_btn {
	font-size: 13px;
	margin-top: 5px;
	padding: 7px 20px;
}
.stellarnav > ul > li {
	margin-left: 0 !important;
}
.stellarnav.dark li a {
	padding: 10px !important;
	font-size: 15px !important;
}
.banner_bottom_section {
	padding: 30px 0;
}
.banner_bottom_heading {
	font-size: 21px;
	margin-top: 0;
}
.banner_bottom_list {
	padding-right: 0;
}
.banner_bottom_image {
	margin-top: 30px;
}
.home_slide_section {
	padding: 30px 0;
}
.home_slide_section_heading {
	font-size: 25px;
}
.home_booking_section {
	padding: 40px 0 50px;
}
.home_booking_section_heading {
	font-size: 30px;
	line-height: 32px;
}
.home_booking_section_text {
	font-size: 18px;
	margin-top: 8px;
}
.home_booking_section_btn {
	margin-top: 15px;
	margin-bottom: 20px;
}
.home_choose_section {
	padding: 35px 15px 35px;
}
.home_choose_section_heading {
	font-size: 28px;
}
.home_choose_block {
	margin-top: 25px;
}
.home_iphone_section_left {
	height: auto;
	padding: 20px 15px 30px;
}
.home_iphone_section_left_heading {
	font-size: 28px;
	margin-top: 15px;
}
.home_iphone_section_right {
	padding: 20px 15px 30px;
	height: auto;
}
.home_iphone_section_right_heading {
	font-size: 28px;
	margin-top: 15px;
}
.home_iphone_section {
	margin: 0;
}
.footer_navigation ul li {
	margin: 0 7px;
}
.footer_navigation ul li a {
	font-size: 16px;
}
.footer_bottom_links {
	font-size: 16px;
}
.footer_bottom_links a {
	margin: 0 8px;
}
.footer_copyright {
	font-size: 15px;
}
.home_slide_section_slide .owl-prev {
	float: none;
	margin-left: 0 !important;
}
.home_slide_section_slide .owl-next {
	float: none;
	margin-right: 0 !important;
}
.home_slide_section_slide .owl-theme .owl-controls {
	position: static;
}
.home_slide_section_btn {
	margin-top: 15px;
}
.inner_page_banner {
	padding: 50px 0 20px;
}
.inner_page_banner_heading {
	font-size: 28px;
}
.about_page_container {
	padding: 35px 0;
}
.about_page_heading {
	font-size: 28px;
	line-height: 30px;
}
.about_page_image {
	margin-top: 25px;
}
.service_page_block_heading {
	font-size: 25px;
}
.testimonial_page_block_inner {
	min-height: 20px;
}
.testimonial_page_container {
	padding: 20px 0 40px;
}
.contact_page_container {
	padding: 10px 0 35px;
}
.contact_top_block_heading {
	font-size: 19px;
}
.faq_page_container {
	padding: 35px 0;
}
.store_status_page_container {
	padding: 35px 0;
}
.store_page_block_inner {
	min-height: 20px;
	padding: 30px 20px;
}
.store_page_block_inner img {
	padding: 15px;
	width: 82px;
	position: static;
}
.store_page_block_heading {
	font-size: 21px;
	margin-top: 10px;
}
.terms_page_container {
	padding: 0 0 60px;
}
.terms_page_heading {
	font-size: 23px;
}
.repair_page_container {
	padding: 30px 0 35px;
}
.change_sevice_button {
	padding: 10px 23px;
	font-size: 16px;
}
.footer_top {
	padding: 15px 0 22px;
}
.repair_device_block_sub_text {
	font-size: 22px;
}
.repair_result_image_inner {
	padding: 40px 20px;
}
.repair_cost_heading {
	margin-top: 35px;
}
.repair_page_bottom_list ul li {
	width: 100%;
	float: none;
}
.repair_page_bottom_heading {
	font-size: 24px;
}
.repair_page_bottom_heading {
	margin-top: 20px;
}
.repair_details_bottom_section {
	padding: 15px 0 40px;
}
.booking_calendar_container {
	padding: 35px 0 40px;
}
.booking_page_inner {
	padding: 15px 15px 30px;
}
.booking_dete_select_title {
	margin: 15px 0 10px;
}
.thank_page_container img {
	width: 71px;
}
.thankyou_page_heading {
	font-size: 27px;
	margin-top: 10px;
}
.thankyou_page_subheading {
	font-size: 17px;
}
.notfound_page_mid_text {
	font-size: 120px;
	line-height: 150px;
}
.facebook_shop {
	padding-right: 15px;
	text-align: center;
}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
.home_banner_form {
	background: #333;
	position: relative;
	z-index: 99;
	top: 0;
	right: 0;
	max-width: 100%;
}
.header {
	position: static;
	background: #000;
}
.logo {
	text-align: center;
}
.logo img {
	width: 250px !important;
}
.header_phone {
	text-align: center;
}
.stellarnav.dark .menu-toggle {
	background: #e9242d;
	text-align: left;
}
.home_banner_section_inner {
	left: 15px;
	top: 20px;
	right: 15px;
}
.banner_heading {
	font-size: 23px;
	line-height: 26px;
}
.banner_text {
	font-size: 13px;
	margin-top: 4px;
}
.banner_btn {
	font-size: 15px;
	margin-top: 10px;
	padding: 7px 20px;
}
.stellarnav > ul > li {
	margin-left: 0 !important;
}
.stellarnav.dark li a {
	padding: 10px !important;
	font-size: 15px !important;
}
.banner_bottom_section {
	padding: 30px 0;
}
.banner_bottom_heading {
	font-size: 21px;
	margin-top: 0;
}
.banner_bottom_list {
	padding-right: 0;
}
.banner_bottom_image {
	margin-top: 30px;
}
.home_slide_section {
	padding: 30px 0;
}
.home_slide_section_heading {
	font-size: 25px;
}
.home_booking_section {
	padding: 40px 0 50px;
}
.home_booking_section_heading {
	font-size: 30px;
	line-height: 32px;
}
.home_booking_section_text {
	font-size: 18px;
	margin-top: 8px;
}
.home_booking_section_btn {
	margin-top: 15px;
	margin-bottom: 20px;
}
.home_choose_section {
	padding: 35px 15px 35px;
}
.home_choose_section_heading {
	font-size: 28px;
}
.home_choose_block {
	margin-top: 25px;
}
.home_iphone_section_left {
	height: auto;
	padding: 20px 15px 30px;
}
.home_iphone_section_left_heading {
	font-size: 28px;
	margin-top: 15px;
}
.home_iphone_section_right {
	padding: 20px 15px 30px;
	height: auto;
}
.home_iphone_section_right_heading {
	font-size: 28px;
	margin-top: 15px;
}
.home_iphone_section {
	margin: 0;
}
.footer_navigation ul li {
	margin: 0 7px;
}
.footer_navigation ul li a {
	font-size: 16px;
}
.footer_bottom_links {
	font-size: 16px;
}
.footer_bottom_links a {
	margin: 0 8px;
}
.footer_copyright {
	font-size: 15px;
}
.home_slide_section_slide .owl-prev {
	float: none;
	margin-left: 0 !important;
}
.home_slide_section_slide .owl-next {
	float: none;
	margin-right: 0 !important;
}
.home_slide_section_slide .owl-theme .owl-controls {
	position: static;
}
.home_slide_section_btn {
	margin-top: 15px;
}
.inner_page_banner {
	padding: 50px 0 20px;
}
.inner_page_banner_heading {
	font-size: 28px;
}
.about_page_container {
	padding: 35px 0;
}
.about_page_heading {
	font-size: 28px;
	line-height: 30px;
}
.about_page_image {
	margin-top: 25px;
}
.service_page_block_heading {
	font-size: 25px;
}
.testimonial_page_block_inner {
	min-height: 20px;
}
.testimonial_page_container {
	padding: 20px 0 40px;
}
.contact_page_container {
	padding: 10px 0 35px;
}
.contact_top_block_heading {
	font-size: 19px;
}
.faq_page_container {
	padding: 35px 0;
}
.store_status_page_container {
	padding: 35px 0;
}
.store_page_block_inner {
	min-height: 20px;
	padding: 30px 20px;
}
.store_page_block_inner img {
	padding: 15px;
	width: 82px;
	position: static;
}
.store_page_block_heading {
	font-size: 21px;
	margin-top: 10px;
}
.terms_page_container {
	padding: 0 0 60px;
}
.terms_page_heading {
	font-size: 23px;
}
.repair_page_container {
	padding: 30px 0 35px;
}
.change_sevice_button {
	padding: 10px 23px;
	font-size: 16px;
}
.footer_top {
	padding: 15px 0 22px;
}
.repair_device_block_sub_text {
	font-size: 22px;
}
.repair_result_image_inner {
	padding: 40px 20px;
}
.repair_cost_heading {
	margin-top: 35px;
}
.repair_page_bottom_list ul li {
	width: 100%;
	float: none;
}
.repair_page_bottom_heading {
	font-size: 24px;
}
.repair_page_bottom_heading {
	margin-top: 20px;
}
.repair_details_bottom_section {
	padding: 15px 0 40px;
}
.booking_calendar_container {
	padding: 35px 0 40px;
}
.booking_page_inner {
	padding: 15px 15px 30px;
}
.booking_dete_select_title {
	margin: 15px 0 10px;
}
.thank_page_container img {
	width: 71px;
}
.thankyou_page_heading {
	font-size: 27px;
	margin-top: 10px;
}
.thankyou_page_subheading {
	font-size: 17px;
}
.notfound_page_mid_text {
	font-size: 120px;
	line-height: 150px;
}
.facebook_shop {
	padding-right: 15px;
	text-align: center;
}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.home_banner_form {
	background: #333;
	position: relative;
	z-index: 99;
	top: 0;
	right: 0;
	max-width: 100%;
	padding: 15px 15% 20px;
}
.header {
	position: static;
	background: #000;
}
.logo {
	text-align: center;
}
.logo img {
	width: 250px !important;
}
.header_phone {
	text-align: center;
	float: left;
	width: 50%;
}
.facebook_shop {
	padding-right: 15px;
	text-align: center;
	float: left;
	width: 50%;
}
.stellarnav.dark .menu-toggle {
	background: #e9242d;
	text-align: left;
}
.home_banner_section_inner {
	left: 15px;
	top: 75px;
	right: 15px;
	max-width: 395px;
}
.banner_heading {
	font-size: 23px;
	line-height: 26px;
}
.banner_text {
	font-size: 13px;
	margin-top: 4px;
}
.banner_btn {
	font-size: 15px;
	margin-top: 10px;
	padding: 7px 20px;
}
.stellarnav > ul > li {
	margin-left: 0 !important;
}
.stellarnav.dark li a {
	padding: 10px !important;
	font-size: 15px !important;
}
.banner_bottom_section {
	padding: 30px 0;
}
.banner_bottom_heading {
	font-size: 21px;
	margin-top: 0;
}
.banner_bottom_list {
	padding-right: 0;
}
.banner_bottom_image {
	margin-top: 30px;
}
.home_slide_section {
	padding: 30px 0;
}
.home_slide_section_heading {
	font-size: 25px;
}
.home_booking_section {
	padding: 40px 0 50px;
}
.home_booking_section_heading {
	font-size: 30px;
	line-height: 32px;
}
.home_booking_section_text {
	font-size: 18px;
	margin-top: 8px;
}
.home_booking_section_btn {
	margin-top: 15px;
	margin-bottom: 20px;
}
.home_choose_section {
	padding: 35px 15px 35px;
}
.home_choose_section_heading {
	font-size: 28px;
}
.home_choose_block {
	margin-top: 25px;
}
.home_iphone_section_left {
	padding: 20px 15px 30px;
}
.home_iphone_section_image {
	width: 50%;
	float: left;
}
.home_iphone_section_left_content {
	width: 50%;
	float: left;
}
.home_iphone_section_left_heading {
	font-size: 28px;
	margin-top: 15px;
}
.home_iphone_section_right {
	padding: 20px 15px 0;
	height: auto;
}
.home_iphone_section_right_heading {
	font-size: 28px;
	margin-top: 15px;
}
.home_iphone_section {
	margin: 0;
}
.footer_navigation ul li {
	margin: 0 7px;
}
.footer_navigation ul li a {
	font-size: 16px;
}
.footer_bottom_links {
	font-size: 16px;
}
.footer_bottom_links a {
	margin: 0 8px;
}
.footer_copyright {
	font-size: 15px;
}
.home_slide_section_slide .owl-prev {
	float: none;
	margin-left: 0 !important;
}
.home_slide_section_slide .owl-next {
	float: none;
	margin-right: 0 !important;
}
.home_slide_section_slide .owl-theme .owl-controls {
	position: static;
}
.home_slide_section_btn {
	margin-top: 15px;
}
.inner_page_banner {
	padding: 50px 0 20px;
}
.inner_page_banner_heading {
	font-size: 28px;
}
.about_page_container {
	padding: 35px 0;
}
.about_page_heading {
	font-size: 28px;
	line-height: 30px;
}
.about_page_image {
	margin-top: 25px;
}
.service_page_block_heading {
	font-size: 25px;
}
.testimonial_page_block_inner {
	min-height: 20px;
}
.testimonial_page_container {
	padding: 20px 0 40px;
}
.contact_page_container {
	padding: 10px 0 35px;
}
.contact_top_block_heading {
	font-size: 19px;
}
.faq_page_container {
	padding: 35px 0;
}
.store_status_page_container {
	padding: 35px 0;
}
.store_page_block_inner {
	min-height: 20px;
	padding: 30px 20px;
}
.store_page_block_inner img {
	padding: 15px;
	width: 82px;
	position: static;
}
.store_page_block_heading {
	font-size: 21px;
	margin-top: 10px;
}
.terms_page_container {
	padding: 0 0 60px;
}
.terms_page_heading {
	font-size: 23px;
}
.repair_page_container {
	padding: 30px 0 35px;
}
.change_sevice_button {
	padding: 10px 23px;
	font-size: 16px;
}
.footer_top {
	padding: 15px 0 22px;
}
.repair_device_block_sub_text {
	font-size: 22px;
}
.repair_result_image_inner {
	padding: 40px 20px;
}
.repair_cost_heading {
	margin-top: 35px;
}
.repair_page_bottom_list ul li {
	width: 100%;
	float: none;
}
.repair_page_bottom_heading {
	font-size: 24px;
}
.repair_page_bottom_heading {
	margin-top: 20px;
}
.repair_details_bottom_section {
	padding: 15px 0 40px;
}
.booking_calendar_container {
	padding: 35px 0 40px;
}
.booking_page_inner {
	padding: 15px 15px 30px;
}
.booking_dete_select_title {
	margin: 15px 0 10px;
}
.thank_page_container img {
	width: 71px;
}
.thankyou_page_heading {
	font-size: 27px;
	margin-top: 10px;
}
.thankyou_page_subheading {
	font-size: 17px;
}
.notfound_page_mid_text {
	font-size: 120px;
	line-height: 150px;
}
.repair_device_block {
	width: 50%;
	float: left;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.home_banner_form {
	padding: 10px 15px 15px;
	top: 0;
	right: 22px;
	max-width: 305px;
}
.home_banner_form_heading {
	font-size: 20px;
}
.home_banner_form .form-control {
	padding: 4px 20px;
	font-size: 14px;
	margin-top: 5px;
	min-height: 30px;
}
.home_banner_form textarea {
	height: 33px;
	border-radius: 20px !important;
	margin-bottom: 5px;
}
.header {
	position: static;
	background: #000;
}
.logo {
	text-align: center;
}
.logo img {
	width: 250px !important;
}
.header_phone {
	text-align: center;
}
.stellarnav.dark .menu-toggle {
	background: #e9242d;
	text-align: left;
}
.home_banner_section_inner {
	left: 20px;
	top: 75px;
	right: 15px;
	max-width: 395px;
}
.banner_heading {
	font-size: 31px;
	line-height: 32px;
}
.banner_text {
	font-size: 14px;
	margin-top: 14px;
}
.banner_btn {
	margin-top: 20px;
}
.stellarnav > ul > li {
	margin-left: 0 !important;
}
.stellarnav.dark li a {
	padding: 10px !important;
	font-size: 15px !important;
}
.banner_bottom_section {
	padding: 30px 0;
}
.banner_bottom_heading {
	font-size: 21px;
	margin-top: 0;
}
.banner_bottom_list {
	padding-right: 0;
}
.banner_bottom_image {
	margin-top: 200px;
}
.home_slide_section {
	padding: 30px 0;
}
.home_slide_section_heading {
	font-size: 25px;
}
.home_booking_section {
	padding: 65px 0 50px;
}
.home_booking_section_heading {
	font-size: 30px;
	line-height: 32px;
}
.home_booking_section_text {
	font-size: 18px;
	margin-top: 8px;
}
.home_booking_section_btn {
	margin-top: 15px;
	margin-bottom: 20px;
}
.home_choose_section {
	padding: 35px 25px 35px;
}
.home_choose_section_heading {
	font-size: 28px;
}
.home_choose_block {
	margin-top: 25px;
}
.home_iphone_section_left {
	padding: 20px 15px 30px;
	height: auto;
}
.home_iphone_section_left_heading {
	font-size: 22px;
	margin-top: 15px;
}
.home_iphone_section_right {
	padding: 91px 15px 0;
	height: auto;
}
.home_iphone_section_right_heading {
	font-size: 22px;
	margin-top: 0px;
}
.home_iphone_section {
	margin: 0;
}
.footer_navigation ul li {
	margin: 0 7px;
}
.footer_navigation ul li a {
	font-size: 16px;
}
.footer_bottom_links {
	font-size: 16px;
}
.footer_bottom_links a {
	margin: 0 8px;
}
.footer_copyright {
	font-size: 15px;
}
.home_slide_section_slide .owl-prev {
	float: none;
	margin-left: 0 !important;
}
.home_slide_section_slide .owl-next {
	float: none;
	margin-right: 0 !important;
}
.home_slide_section_slide .owl-theme .owl-controls {
	position: static;
}
.home_slide_section_btn {
	margin-top: 15px;
}
.inner_page_banner {
	padding: 50px 0 20px;
}
.inner_page_banner_heading {
	font-size: 28px;
}
.about_page_container {
	padding: 35px 0;
}
.about_page_heading {
	font-size: 28px;
	line-height: 30px;
}
.about_page_image {
	margin-top: 25px;
}
.service_page_block_heading {
	font-size: 25px;
}
.testimonial_page_block_inner {
	min-height: 435px;
}
.testimonial_page_container {
	padding: 20px 0 40px;
}
.contact_page_container {
	padding: 10px 0 35px;
}
.contact_top_block_heading {
	font-size: 19px;
}
.faq_page_container {
	padding: 35px 0;
}
.store_status_page_container {
	padding: 35px 0;
}
.store_page_block_inner {
	min-height: 365px;
	padding: 30px 20px;
}
.store_page_block_inner img {
	padding: 15px;
	width: 82px;
	position: static;
}
.store_page_block_heading {
	font-size: 21px;
	margin-top: 10px;
}
.terms_page_container {
	padding: 0 0 60px;
}
.terms_page_heading {
	font-size: 23px;
}
.repair_page_container {
	padding: 30px 0 35px;
}
.change_sevice_button {
	padding: 10px 23px;
	font-size: 16px;
}
.footer_top {
	padding: 15px 0 22px;
}
.repair_device_block_sub_text {
	font-size: 22px;
}
.repair_result_image_inner {
	padding: 40px 20px;
}
.repair_cost_heading {
	margin-top: 35px;
}
.repair_page_bottom_list ul li {
	width: 100%;
	float: none;
}
.repair_page_bottom_heading {
	font-size: 24px;
}
.repair_page_bottom_heading {
	margin-top: 20px;
}
.repair_details_bottom_section {
	padding: 15px 0 40px;
}
.booking_calendar_container {
	padding: 35px 0 40px;
}
.booking_page_inner {
	padding: 15px 15px 30px;
}
.booking_dete_select_title {
	margin: 15px 0 10px;
}
.thank_page_container img {
	width: 71px;
}
.thankyou_page_heading {
	font-size: 27px;
	margin-top: 10px;
}
.thankyou_page_subheading {
	font-size: 17px;
}
.notfound_page_mid_text {
	font-size: 120px;
	line-height: 150px;
}
.facebook_shop {
	padding-right: 15px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.home_banner_form {
	padding: 10px 15px 15px;
	top: 100px;
	right: 22px;
	max-width: 333px;
}
.banner_heading {
	font-size: 48px;
	line-height: 48px;
}
.home_banner_form_heading {
	font-size: 20px;
}
.home_banner_form .form-control {
	padding: 4px 20px;
	font-size: 14px;
	margin-top: 5px;
	min-height: 30px;
}
.home_banner_form textarea {
	height: 33px;
	border-radius: 20px !important;
	margin-bottom: 5px;
}
.home_banner_section_inner {
	left: 4%;
	top: 195px;
	width: 56%;
}
.banner_bottom_list {
	padding-right: 40px;
}
.home_choose_section {
	padding: 95px 40px 80px;
}
.home_choose_block_title {
	font-size: 25px;
}
.home_choose_block_inner {
	min-height: 350px;
}
.home_iphone_section_right {
	padding: 66px 55px 0 15px;
}
.footer_copyright {
	font-size: 17px;
}
.testimonial_page_block_inner {
	min-height: 360px;
}
.facebook_shop a {
	padding: 9px 10px;
}
}

@media screen and (min-width: 1424px) {
.home_banner_section_inner {
	left: 12%;
	top: 300px;
}
.home_choose_section {
	padding: 95px 12% 80px;
}
.home_banner_form {
	top: 155px;
	right: 12%;
}
}

@media screen and (min-width: 1624px) {
.home_banner_section_inner {
	left: 16%;
	top: 350px;
}
.home_choose_section {
	padding: 95px 16% 80px;
}
.home_banner_form {
	top: 200px;
	right: 16%;
}
}

@media screen and (min-width: 1920px) {
.home_banner_section_inner {
	left: 22%;
	top: 400px;
}
.home_choose_section {
	padding: 95px 22% 80px;
}
.home_banner_form {
	top: 250px;
	right: 22%;
}
}
/************* Coupon (START)****************/
.form_page_bottom_section {
	background: #eee;
	padding: 30px;
}
.apply_coupon .form-control {
	padding-right: 100px;
}
.apply_coupon {
	position: relative;
}
.coupon_btn {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background: #000;
	padding: 13px 20px;
	font-family: 'ProximaNova-Regular';
	font-size: 16px;
	color: #fff !important;
	border-radius: 0 4px 4px 0;
}
.table_total_price {
	font-family: 'ProximaNova-Regular';
	font-size: 20px;
	color: #e9242d;
	font-weight: 700;
}
/************* Coupon (END)****************/

.blog_page_container {
	margin-top: 180px;
	margin-bottom: 50px;
}
.blog article, .category article, .archive article {
	margin: 0 !important;
	position: relative;
	width: 42%;
}
.blog #content, .category #content, .archive #content {
	position: relative;
}
.blog #content::before, .category #content::before, .archive #content::before {
	content: '';
	left: 50%;
	position: absolute;
	top: 0;
	height: 100%;
	width: 3px;
	background: #e9242d;
	display: block;
}
.blog .post-thumbnail, .category .post-thumbnail, .archive .post-thumbnail {
	margin: 0 0 10px;
	width: 100% !important;
}
.blog .entry-header, .blog .entry-summary, .category .entry-header, .category .entry-summary, .archive .entry-header, .archive .entry-summary {
	background: none !important;
	width: 100% !important;
	margin: 0 !important;
}
.blog .entry-title, .category .entry-title, .archive .entry-title {
	font-size: 18px;
	font-weight: 600;
}
.blog .entry-title a {
	color: #fff !important;
}
.blog .entry-summary, .category .entry-summary, .archive .entry-summary {
}
.blog .entry-summary p, .category .entry-summary p, .archive .entry-summary p {
	margin: 0;
}
.blog .entry-summary a, .blog .entry-summary a:hover, .category .entry-summary a, .category .entry-summary a:hover, .archive .entry-summary a, .archive .entry-summary a:hover {
	color: #1e9fda !important;
}
.blog .entry-meta a:hover, .category .entry-meta a:hover, .archive .entry-meta a:hover, .single .entry-meta a:hover {
	color: #1e9fda !important;
}
.blog article:nth-child(even), .category article:nth-child(even), .archive article:nth-child(even) {
	float: right;
	margin: -185px 0 0 !important;
}
.blog article:nth-child(odd), .category article:nth-child(odd), .archive article:nth-child(odd) {
	padding: 65px 0 0 !important;
}
.blog article:nth-child(even), .category article:nth-child(even), .archive article:nth-child(even) {
	float: right;
	margin: -160px 0 0 !important;
}
.blog #content, .category #content, .archive #content {
	margin-bottom: 70px;
}
.blog aside, .category aside, .archive aside {
	position: absolute;
	top: 0;
	right: -143px;
	width: 100px;
	height: 100px;
	z-index: 9;
	background: #fff;
	border-radius: 50%;
	border: 2px dotted #e9242d;
	text-align: center;
	padding: 12px 10px;
}
.blog aside::before, .category aside::before, .archive aside::before {
	content: '';
	left: 5px;
	position: absolute;
	top: 5px;
	height: 85px;
	width: 85px;
	border-radius: 50%;
	background: #000;
}
.blog aside .day, .category aside .day, .archive aside .day {
	font-size: 26px;
	line-height: 22px;
	font-weight: 600;
	color: #fff;
	display: block;
	margin-top: 5px;
}
.blog aside .month, .category aside .month, .archive aside .month, .blog aside .year, .category aside .year, .archive aside .year {
	font-size: 16px;
	line-height: 20px;
	display: block;
	color: #fff;
}
.blog aside img, .category aside img, .archive aside img {
	border-radius: 50%;
	width: 90px;
	height: 90px;
}
.blog article:nth-child(even) aside, .category article:nth-child(even) aside, .archive article:nth-child(even) aside {
	right: 100%;
	left: -140px;
}
.blog .blog-article-inner, .category .blog-article-inner, .archive .blog-article-inner {
	background: #000;
	padding: 15px;
	position: relative;
	min-height: 300px;
}
.blog .blog-article-inner::before, .category .blog-article-inner::before, .archive .blog-article-inner::before {
	top: 25px;
	left: 100%;
	border: 15px solid transparent;
	border-left-color: #000;
	content: '';
	position: absolute;
	right: 100%;
	height: 0;
	width: 0;
}
.blog article:nth-child(even) .blog-article-inner::before, .category article:nth-child(even) .blog-article-inner::before, .archive article:nth-child(even) .blog-article-inner::before {
	left: auto;
	right: 100%;
	border-color: transparent;
	border-right-color: #000;
}
.blog .entry-meta, .blog .entry-meta, .blog .entry-meta {
	background: none !important;
}
.blog .blog-article-inner.animation-element.slide-top, .category .blog-article-inner.animation-element.slide-top, .archive .blog-article-inner.animation-element.slide-top {
	opacity: 0;
	-moz-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	-moz-transform: translate3d(0, 200px, 0px);
	-webkit-transform: translate3d(0, 200px, 0px);
	-o-transform: translate(0, 200px);
	-ms-transform: translate(0, 200px);
	transform: translate3d(0, 200px, 0px);
}
.blog .blog-article-inner.animation-element.slide-top.in-view, .category .blog-article-inner.animation-element.slide-top.in-view, .archive .blog-article-inner.animation-element.slide-top.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.single article {
	margin: 0 0 48px;
	padding: 0 0 0 15px;
	position: relative;
	max-width: 65%;
}
.single .post-thumbnail {
	margin-bottom: 25px;
}
.single .post-thumbnail img {
	width: 100%;
}
.single .entry-title {
	font-size: 25px;
	font-weight: 700;
}
.single .entry-header {
	background: none repeat scroll 0 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.single .entry-content {
	color: #4d4d4d;
	font-size: 16px;
	text-align: justify;
	margin: 0 !important;
	padding: 0 !important;
}
.single aside.meta {
	background: rgba(0, 0, 0, 0) url("../images/calendar-icon.png") no-repeat scroll 0 0;
	float: left;
	font-size: 18px;
	margin: 12px 0 20px;
	width: 100%;
	padding: 2px 0 2px 45px;
	position: relative;
	z-index: 9;
}
.single aside.meta img {
	border-radius: 50%;
}
.single .post-navigation, .single #comments {
	max-width: 65%;
	margin: 0;
	padding: 0 0 0 15px;
}
.single #comments {
	margin-bottom: 70px;
}
.single .post-navigation a:hover, .single .logged-in-as a, .single .logged-in-as a:hover {
	color: #e9242d !important;
}
.single .form-submit input {
	background: #fff !important;
	border: 2px solid #e9242d !important;
	border-radius: 4px !important;
	color: #00a0c6 !important;
	display: inline-block !important;
	font-size: 16px !important;
	padding: 10px 15px !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.single .form-submit input:hover {
	background: #00a0c6 !important;
	color: #fff !important;
}
.light-blue {
	color: #45C1ED;
}
#time {
	position: relative;
	z-index: 9;
}

.shop_price_container
{
	
}
.shop_old_price
{
	font-family: 'Proxima Nova Rg';
	color:#aaa;
	font-size: 20px;
	text-decoration:line-through;
	
}
.shop_new_price
{
	font-family: 'Proxima Nova Rg';
	color:#e9242d;
	font-size: 20px;
}
.shop-item-model-name {
    font-family: 'Proxima Nova Rg';
    font-weight: bold;
    font-size: 18px;
    color: 
    #e9242d;
    line-height: 20px;
    margin: 10px 0;
    min-height: 40px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.shop_page_final_bottom_section_price {
	font-family: 'Proxima Nova Rg';
	color: #000;
	font-size: 24px;
	font-weight: bold;
	background: #fff;
	padding: 20px;
}
.shop_page_final_bottom_section_old_price{
    color:#aaa;
    font-size: 25px;
    line-height: 38px;
	text-decoration:line-through;
}
.shop_page_final_bottom_section_new_price{
    color:#e9242d;
    font-size: 25px;
    line-height: 38px;
}

#shopImageSec .owl-stage {
    margin-top: 15px;
}
#shopImageSec .item {
   -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.30);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.30);
	border: 1px solid #c8c8c8;
	border-top: 3px solid #e9242d !important;
    padding: 6px;
}

#shopImageSec .owl-height {
    height: 106px !important;
}
#shopImageSec .owl-dots
{
	display:none;
}
.shop_checkout_table_image {
    border: 1px solid #ccc;
    width: 100px;
    padding: 8px;
}

.shop_checkout_summary_table_name {
    font-family: 'Proxima Nova Rg';
    font-weight: bold;
    font-size: 18px;
    color:#e9242d;
    line-height: 20px;
    margin: 5px 0;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.shop_cart_table_product_desc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.shop_checkout_form_inner
{
	margin-bottom:20px;
}


/* Hide the browser's default checkbox */
.chkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.chkbox_container .checkmark {
  position: absolute;
  top: -2px;
  left: 15px;
  height: 25px;
  width: 25px;
  background-color: #ddd;
}

/* On mouse-over, add a grey background color */
.chkbox_container:hover input ~ .checkmark {
  background-color: #ddd;
}

/* When the checkbox is checked, add a blue background */
.chkbox_container input:checked ~ .checkmark {
  background-color: #e9242d;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chkbox_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chkbox_container .checkmark:after {
	left: 9px;
	top: 3px;
	width: 7px;
	height: 15px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


#same_bil_ship label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 19px;
    font-weight: 700;
    margin-left: 30px;
	cursor:pointer;
}

.quantity_container {
    font-family: 'Proxima Nova Rg';
    color: #000;
    font-size: 16px;
}
.cc-selector span a
{
	color:#000 !important;
}

.paypal {
	background-image: url(../images/paypal1.png);
}
.zippay {
	background-image: url(../images/zippay.png);
}

.store {
	background-image: url(../images/address.png);
}
.delivery {
	background-image: url(../images/truck.png);
}

.address_inner {
    background:#ddd;
    padding: 10px;
	margin-bottom: 10px;
}
.address_inner.active {
    background: #e9242d;
	color: #fff;
}
.chk_address_name {
    font-family: 'Proxima Nova Rg';
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
	margin-bottom: 10px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.address_heading
{
	font-family: 'Proxima Nova Rg';
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.address_text {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}
.thankyou_page_subheading span
{
	color:#e9242d;
}

