@charset "utf-8";
/* CSS Document */
@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before {
  box-sizing: border-box;
}


::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
	position: fixed;
    z-index: 9999;
    bottom: 15px;
    float: right;
    right: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background: url(../images/top.png) center center no-repeat;
}
.scrollup:hover
{
	
}
#loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 999999999;
	height: 100%;
}
#status
{
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
 	background-image: url(../images/loadin.svg);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}
.preloader
{
	background:#fff url(../images/loaders/1.svg) center center no-repeat;
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: 'Roboto', sans-serif;
}
img
{
	max-width:100%;
	vertical-align: middle;
	border: 0;
}
.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
.clear
{
	clear:both !important;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{
    color: #000;
    line-height: 23px;
    font-size: 14px;
    margin: 15px 0;
    font-weight: 400;
}
p strong
{
	color:#076bdd;
	font-weight:bold;
}
p span
{
	color:#0072bc;
}
a, span, strong, nav
{
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
} 
a
{
	color:#ff3000;
	text-decoration:none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
a:hover
{
	color:#000; 
}
table
{ 
	color: #000;
    line-height: 24px;
    font-size: 16px;
}
table strong
{ 
	color:#2b9e01;
}
tr
{
	border:solid 1px #F2F2F2;
}
td
{
	padding:8px 15px;
	border:solid 1px #F2F2F2;
}
td.h3
{ 
	color:#fff;
	background:#f86b26;
	margin:0;
	text-transform:uppercase;
	font-size:18px;
	padding:12px 15px;
}
ul.list
{
	padding:0;
	margin:0;
	list-style:none;
} 
ul.list li
{
    margin-left: 30px;
    line-height: 28px;
}
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}

h1, h2, h3
{ 
	color:#2a2f27;
	margin:15px 0;
	font-weight:400;
}
.wrapper
{
	
}
.header
{
	position:relative;
}
.section
{
	position:relative;
}
.footer
{
	background:#eef2f4;
}
.header-top
{
    background: #0063a5;
}
.header-top-inner
{
    width: 1200px;
    margin: auto;
    padding: 12px 0;
}
.social-media
{
    padding: 14px 0;
}
.social-media a
{
    display: block;
    float: left;
    margin-right: 3px;
}
.social-media a img
{
    width: 35px;
}
.social-media a:hover
{
	opacity:0.6;
}
.header-top-inner-right
{
	
}
.header-top-inner-right h3
{
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 14px;
    padding-left: 40px;
    float: left;
    margin-left: 30px;
}
.header-top-inner-right h3 small
{
    font-weight: normal;
}
.header-top-inner-right h3:first-of-type
{
	background:url(../images/time.svg) left center no-repeat;
    background-size: contain;
}
.header-top-inner-right h3:nth-of-type(2)
{
	background:url(../images/phone.svg) left center no-repeat;
    background-size: contain;
}
.header-top-inner-right h3:nth-of-type(3)
{
	background:url(../images/email.svg) left center no-repeat;
    background-size: contain;
}
.isStuck
{
    z-index: 9999;
}
.isStuck .navbar
{
	box-shadow:0px 0px 18px #EAEAEA;
}
.navbar
{
	background:#fff;
}
.navbar-inner
{
    width: 1200px;
    margin: auto;
}
.navbar-inner h1
{
    margin: 20px 0;
}
.get-a-quote
{
	
}
.get-a-quote a
{
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 40px 26px;
    background: linear-gradient(120deg, #646464, #312d2e);
}
.get-a-quote a:hover
{
    background: linear-gradient(120deg, #312d2e, #646464);
}
.banner
{
	position:relative;
}
.banner-heading
{
	position:relative;
	background:url(../images/heading.jpg) center center no-repeat fixed;
	background-size:cover;
}
.banner-heading h2
{
    text-align: center;
    margin: 0;
    padding: 120px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 50px;
}
.section-tabs
{
    background: url(../images/bgtabs.jpg) center center no-repeat;
}
.section-tabs-inner
{
    width: 1200px;
    margin: auto;
    padding:60px 0 80px 0;
	text-align:center;
}
.section-tabs-inner h2
{
    margin: 40px 0 30px 0;
    color: #0063a5;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
}
.section-tabs-inner ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.section-tabs-inner ul li
{
    float: left;
    width: 25%;
    text-align: center;
}
.section-tabs-inner ul li a
{
    display: block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 40px;
}
.section-tabs-inner ul li a img
{
    
}
.section-tabs-inner ul li a h3
{
    font-weight: 600;
    color: #4a575e;
    margin-top: 30px;
    margin-bottom: 0;
    position: relative;
}
.section-tabs-inner ul li a h3:before
{
    content: " ";
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    width: 50px;
    height: 2px;
    margin: auto;
    background: #0063a5;
}
.section-tabs-inner ul li a:hover
{
	background:#fff;
	box-shadow:0px 0px 26px #c9d2d6;
}
.section-text
{
	background:url(../images/img.png) right bottom no-repeat;
}
.section-text article
{
    width: 1200px;
    margin: auto;
    padding: 100px 0;
}
.section-text aside
{
    width: 45%;
}
.section-text aside h2
{
    margin: 0;
    color: #667985;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
}
.section-text aside h2 small
{
    color: #000;
    font-weight: 800;
}
.section-text aside h2 span
{
    color: #0063a5;
    font-weight: 800;
}
.section-text aside a
{
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    padding: 10px 26px;
    margin-top: 15px;
}
.section-text aside a:first-of-type
{
    background: #229def;
	border:solid 2px #229def;
    color: #fff;
}
.section-text aside a:nth-of-type(2)
{
	border:solid 2px #000;
    color: #000;
}
.section-text aside a:hover:first-of-type, .section-text aside a:hover:nth-of-type(2)
{
    opacity:0.6;
}
.how-it-works, .how-it-works-pages
{
    background: url(../images/how-it-works.jpg) center center no-repeat fixed;
    background-size: cover;
    padding: 100px 100px 150px 100px;
    text-align: center;
	position:relative;
}
.how-it-works:before
{
    content: '';
    position: absolute;
    bottom: -40px;
    left: 0;
    overflow: visible;
    width: 50%;
    height: 75px;
    background: #fff;
    z-index: 999;
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    transform: skewY(-3deg);
	z-index:8;
}
.how-it-works:after
{
    content: '';
    position: absolute;
    bottom: -40px;
    right: 0;
    overflow: visible;
    width: 50%;
    height: 75px;
    background: #fff;
    z-index: 999;
    -webkit-transform: skewY(3deg);
    -moz-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    -o-transform: skewY(3deg);
    transform: skewY(3deg);
	z-index:8;
}
.how-it-works h2
{
    margin: 0 0 50px 0;
    color: #0063a5;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
}
.how-it-works ul
{ 
    padding: 0;
    margin: 0;
    list-style: none;
}
.how-it-works ul li
{ 
    float: left;
    list-style: none;
    width: 15%;
    margin: 0 5%;
	position:relative;
}
.how-it-works ul li:first-of-type:before, .how-it-works ul li:first-of-type span
{ 
    display:none;
}
.how-it-works ul li:before
{ 
    content: " ";
    position: absolute;
    top: 81px;
    left: -85%;
    width: 100%;
    height: 2px;
    margin: auto;
    background: #0063a5;
}
.how-it-works ul li span
{ 
    content: " ";
    position: absolute;
    top: 62px;
    left: -80px;
    width: 40px;
    height: 40px;
    margin: auto;
    background: #fff;
    border: solid 2px #0063a5;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.how-it-works ul li span:after
{ 
    font-family: 'FontAwesome';
    content: "\f061";
    display: block;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 40px;
    height: 40px;
    font-size: 9px;
    padding: 10px 0;
}
.how-it-works ul li h3
{ 
    font-weight: 600;
    color: #4a575e;
    position: relative;
}
.how-it-works ul li h3:before
{
    content: " ";
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    width: 50px;
    height: 2px;
    margin: auto;
    background: #0063a5;
}
.how-it-works ul li img
{ 
    margin-top: 40px;
}
.home-repair
{
	
}
.section-repair
{
	position:relative;
	z-index:99;
}
.section-repair:first-of-type
{
	background:url(../images/apple-devices.jpg) right center no-repeat;
	background-size:contain;
}
.section-repair:nth-of-type(2)
{
	background:#f0f4f6 url(../images/smartphones.jpg) left center no-repeat;
	background-size:contain;
	margin:50px 0;
}
.section-repair:nth-of-type(2):before
{
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    overflow: visible;
    width: 50%;
    height: 75px;
    background: #f0f4f6;
    z-index: 999;
    -webkit-transform: skewY(3deg);
    -moz-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    -o-transform: skewY(-3deg);
    transform: skewY(3deg);
    z-index: 8;
}
.section-repair:nth-of-type(2):after
{
    content: '';
    position: absolute;
    top: -20px;
    right: 0;
    overflow: visible;
    width: 50%;
    height: 75px;
    background: #f0f4f6;
    z-index: 999;
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    transform: skewY(-3deg);
    z-index: 8;
}
.section-repair:nth-of-type(3)
{
	background:url(../images/laptop-services.jpg) right center no-repeat;
	background-size:contain;
}
.section-repair:nth-of-type(3):before
{
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    overflow: visible;
    width: 50%;
    height: 75px;
    background: #f0f4f6;
    z-index: 999;
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    transform: skewY(-3deg);
    z-index: 8;
}
.section-repair:nth-of-type(3):after
{
    content: '';
    position: absolute;
    top: -100px;
    right: 0;
    overflow: visible;
    width: 50%;
    height: 75px;
    background: #f0f4f6;
    z-index: 999;
    -webkit-transform: skewY(3deg);
    -moz-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    -o-transform: skewY(-3deg);
    transform: skewY(3deg);
    z-index: 8;
}
.section-repair article
{
    width: 1200px;
    margin: auto;
    padding: 100px 0;
}
.section-repair aside
{
    width: 40%;
}
.section-repair aside h4
{
    margin: 0;
    color: #0063a5;
    font-weight: 600;
    text-transform: uppercase;
}
.section-repair aside h2
{
    margin: 25px 0 40px 0;
    color: #000;
    font-size: 26px;
    font-weight: 300;
    position: relative;
}
.section-repair aside h2:after
{
    content: " ";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 50px;
    height: 2px;
    margin: auto;
    background: #0063a5;
}
.section-repair aside a
{
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    padding: 10px 26px;
    margin-top: 15px;
    background: #229def;
    color: #fff;
}
.section-repair aside a:hover
{
    background: #000;
}
.faq-and-blog
{
	position:relative;
	margin-top:30px;
}
.faq-and-blog:before
{
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    overflow: visible;
    width: 50%;
    height: 75px;
    background: #fff;
    z-index: 999;
    -webkit-transform: skewY(3deg);
    -moz-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    -o-transform: skewY(3deg);
    transform: skewY(3deg);
    z-index: 8;
}
.faq-and-blog:after
{
    content: '';
    position: absolute;
    top: -25px;
    right: 0;
    overflow: visible;
    width: 50%;
    height: 75px;
    background: #fff;
    z-index: 999;
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    transform: skewY(-3deg);
    z-index: 8;
}
.faq-and-blog aside
{
	padding:160px 100px 100px 100px;
	width:50%;
	position:relative;
	text-align:center;
}
.faq-and-blog aside:first-of-type
{
	background:url(../images/faq.jpg) center center no-repeat;
	background-size:cover;
}
.faq-and-blog aside:first-of-type:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 99, 165, 0.6);
	z-index:7;
}
.faq-and-blog aside:nth-of-type(2)
{
	background:url(../images/blog.jpg) center center no-repeat;
	background-size:cover;
}
.faq-and-blog aside:nth-of-type(2):after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
	z-index:7;
}
.faq-and-blog aside p
{
    position: relative;
	z-index:9;
    color: #fff;
}
.faq-and-blog aside h2
{
    margin: 0 0 40px 0;
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    position: relative;
	z-index:9;
}
.faq-and-blog aside h2:after
{
    content: " ";
    position: absolute;
    bottom: -20px;
    left: 0;
	right:0;
    width: 50px;
    height: 2px;
    margin: auto;
    background: #fff;
}
.faq-and-blog aside a
{
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    padding: 10px 26px;
    margin-top: 15px;
    background: #fff;
    color: #229def;
    position: relative;
	z-index:9;
}
.faq-and-blog aside a:hover, .faq-and-blog aside:nth-of-type(2) a:hover
{
    background: #000;
    color: #fff;
}
.faq-and-blog aside:nth-of-type(2) a
{
    background: #229def;
    color: #fff;
}
.brands
{
    background: #ededed;
    padding: 100px 0;
}
.brands-pages
{
    background: #fff;
    padding: 50px 0 0 0;
}
.brands-inner
{
    width: 1200px;
    margin: auto;
    text-align: center;
}
.brands-inner h2
{
    margin: 0 0 30px 0;
    color: #0063a5;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
}
.brands-inner img
{
	box-shadow:0px 0px 16px #e0dddd;
}
.get
{
    background: url(../images/get.jpg) center center no-repeat fixed;
	background-size:cover;
    padding:120px 0 120px 0;
    text-align: center;
    position: relative;
}
.get:after
{
    content: " ";
    background: url(../images/white.png) bottom center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
}
.get h3
{
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}
.get h2
{
    margin: 20px 0;
    font-size: 2.8vw;
    font-weight: 800;
    color: #fff;
}
.get p
{
    text-align: center;
    color: #98d6ff;
    font-size: 20px;
    margin: 0;
    font-style: italic;
	padding:0 10%;
}
.get img
{
	width:75px;
	margin-bottom:15px;
}
.get a
{
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    padding: 10px 26px;
    margin:30px 2px 15px 2px;
}
.get a:first-of-type
{
    background: #229def;
	border:solid 2px #229def;
    color: #fff;
}
.get a:nth-of-type(2)
{
	border:solid 2px #fff;
    color: #fff;
}
.get a:hover:first-of-type, .get a:hover:nth-of-type(2)
{
    opacity:0.6;
}
.footer-inner
{
    padding: 85px 0;
	width:1200px;
	margin:auto;
}
.social
{
    
}
.social a
{
	
}
.social a img
{
	width:30px;
}
.footer-inner h3
{
    margin-top: 0;
    color: #0071bc;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    position: relative;
}
.footer-inner p
{
    color: #3a3f43;
    font-size: 14px;
}
.footer-inner p strong
{
    color: #000;
}
.footer-nav
{
    margin-right:100px;
}
.footer-nav ul
{
  padding:0; margin:0; list-style:none; display:inline;
}
.footer-nav ul li
{
  
}
.footer-nav ul li a
{
    color: #3a3f43;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}
.footer-nav ul li a:hover
{
	color:#000;
	text-decoration:underline;
}
.footer-bottom
{
	padding:30px 0;
    border-top: solid 1px #d4d9da;
}
.footer-bottom-inner
{
	width:1200px;
	margin:auto;
}
.footer-bottom-inner p
{
    color: #3a3f43;
    font-size: 14px;
    margin: 0;
}
.footer-bottom-inner p span
{
  margin-left:8%;
}
.footer-bottom-inner a
{
	color: #3a3f43;
    font-size: 14px;
	display:inline-block;
    position: relative;
}  
.footer-bottom-inner a:hover
{
	color: #000;
	text-decoration:underline;
}
.section-pages
{
    padding:85px 0 0 0;
}
.section-pages h1
{
    color: #2b60a1;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15%;
    position: relative;
	margin:0 0 60px 0;
}
.section-pages h1:after
{
    content: " ";
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    width: 75px;
    height: 2px;
    margin: auto;
    background: #000;
}
.section-pages h2
{
    color: #000;
    font-size: 22px;
    position: relative;
}
.section-pages h4
{
    color: #9da6b2;
    font-size: 20px;
    position: relative;
    padding-left: 50px;
}
.section-pages h4:before
{
    font-family: 'FontAwesome';
    content: "\f10d";
    position: absolute;
    left: 0;
    color: #2b60a1;
    font-size: 30px;
}
.section-pages article
{
    width: 1200px;
    margin-left:auto;
    margin-right:auto;
}
.section-pages aside
{
    width: 46%;
    position: relative;
    padding-left: 80px;
}
.section-pages aside img
{
    position: absolute;
	top:0;
    left: 0;
    width: 60px;
    margin-top: 15px;
}
.section-pages-inner
{
    width: 50%;
	padding:100px;
	margin-top:85px;
	height:46vw;
}
.section-pages-inner:first-of-type
{
	background:#2b60a1;
}
.section-pages-inner:nth-of-type(2)
{
	background:#282425;
}
.section-pages-inner h2
{
	color:#fff;
}
.section-pages-inner p
{
	color:#fff;
	margin-top:0;
}
.section-services
{
    padding:85px 0;
}
.section-services h1
{
    color: #2b60a1;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
	margin:0 0 60px 0;
}
.section-services h1:after
{
    content: " ";
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    width: 75px;
    height: 2px;
    margin: auto;
    background: #000;
}
.section-services h2
{
    color: #000;
    font-size: 22px;
    position: relative;
}
.section-services article
{
    width: 1200px;
    margin-left:auto;
    margin-right:auto;
}
.services-tabs
{
	border-bottom:solid 2px #F2F2F2;
}
.services-tabs ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.services-tabs ul li
{
    float: left;
    width: 33.333333%;
    border: solid 15px #fff;
    margin-bottom:85px;
}
.services-tabs ul li h3
{
    color: #ccc;
    font-weight: bold;
    font-size: 36px;
}
.services-tabs ul li h2
{
    font-size: 20px;
}
.repairs
{
    margin:80px 0 40px 0;
}
.repairs ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.repairs ul li
{
    float: left;
    list-style: none;
    width: 33.333333%;
    text-align: center;
    padding: 50px 40px;
    position: relative;
}
.repairs ul li:first-of-type:before, .repairs ul li:nth-of-type(4):before
{
    display:none;
}
.repairs ul li:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(120deg, #fff, #2b60a1, #fff);
}
.repairs ul li h3
{
    color: #2b60a1;
    font-weight: 800;
    font-size: 14px;
    margin-top: 30px;
}
.repairs ul li img
{
    width: 75px;
    padding: 15px;
    border-bottom: solid 2px #2b60a1;
}
.section-faqs
{
    width: 1200px;
    margin-left:auto;
    margin-right:auto;
	padding:100px 0;
}
.mypets
{
    cursor: pointer;
    color: #2b60a1;
    font-size: 22px;
    font-weight: 400;
    padding: 30px 0;
    margin: 0 0 5px 0;
    position: relative;
    z-index: 999;
    border-bottom: solid 2px #c4d1e1;
}
.mypets:after
{
    content: "\f067";
    color: #c4d1e1;
    font-family: 'FontAwesome';
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 36px;
}
.openpet
{
	margin:0 0 0 0;
}
.openpet:after
{
	content:"\f068";
    color: #c4d1e1;
    font-family: 'FontAwesome';
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 36px;
}
.thepet
{
	padding:20px 0px;
	border-bottom:solid 2px #c4d1e1;
	border-top:none;position:relative;top:-5px;margin-bottom:15px;
}
.contact
{
    position: relative;
    padding: 100px;
}
.contact h3
{
    color: #2b60a1;
    font-size: 20px;
}
.contact-text
{
	
}
.contact-text h3
{
    color: #1e2122;
    font-size: 1.5em;
	margin:0;
}
.contact-text p
{
    margin-bottom:0;
}
.contact-left
{
    width: 50%;
    padding-right: 25px;
}
.contact-left iframe
{
    width: 100%;
}
.contact-left-text
{
	padding:20px 0;
}
.contact-left-text p
{
    position: relative;
    padding-left: 32px;
    line-height: 22px;
}
.contact-left-text p strong
{
    color: #152d1e;
	font-weight:600;
}
.contact-left-text p.address, .contact-left-text p.phoneno, .contact-left-text p.fax, .contact-left-text p.mobile, .contact-left-text p.emailid
{
	
}
.contact-left-text p.address:before, .contact-left-text p.phoneno:before, .contact-left-text p.fax:before, .contact-left-text p.mobile:before, .contact-left-text p.emailid:before
{
    color: #000;
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    text-align: center;
}
.contact-left-text p.address:before
{
	content: "\f124";
}
.contact-left-text p.phoneno:before
{
	content: "\f095";
}
.contact-left-text p.fax:before
{
	content: "\f1ac";
}
.contact-left-text p.mobile:before
{
	content: "\f10b";
}
.contact-left-text p.emailid:before
{
	content: "\f0e0";
}
.contact-right
{
    width: 50%;
    padding-left: 25px;
}
.contact-right h3
{
	color:#1e2122; font-size:1.5em; 
}
.contact-right p
{
	margin-bottom:20px;
	margin-top:10px;
    text-align: left;
}
.contact-right i
{
	color: #000;
    border-radius: 50%;
    width: 33px;
    padding: 11px 10px;
    font-size: 11px;
    margin: 0 6px 0 0;
    text-align: center;
    text-decoration: none;
    background: #000;
}
.contact-form
{
	
}
.contact label
{
    color: #333;
    font-size: 12px;
    margin-bottom: 3px;
    display: block;
}
.contact input[type=text], .contact input[type=email], .contact input[type=number]
{
    padding: 15px 16px;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #e2e5e7;
    background: none;
    outline: 0;
    position: relative;
    margin-bottom: 10px;
    background: #fff;
}
.contact input[type=text]:focus, .contact input[type=email]:focus, .contact input[type=number]:focus
{
    border:solid 1px #333;
    box-shadow: 0px 3px 3px #e2e5e7;
}
.contact input[type=file]
{
    background: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    outline: 0;
    margin-bottom: 10px;
}
.contact textarea
{
    padding: 15px 16px;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #e2e5e7;
    background: none;
    outline: 0;
    position: relative;
    margin-bottom: 10px;
    background: #fff;
}
.contact textarea:focus
{
    border:solid 1px #333;
    box-shadow: 0px 3px 3px #e2e5e7;
}
.contact-button
{
	background: #000;
    border: none;
    padding: 12px 30px;
    outline: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
    font-size: 12px;
    width: 100%;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.contact-button:hover
{
	background: #000;
}
.contact-left-form, .contact-right-form
{
    width: 48.5%;
}
.repair-pages
{
    position: relative;
}
.repair-pages aside
{
	width:50%;
}
.repair-pages-img
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    display: table;
    margin: auto;
}
.repair-pages-img > div
{
    display: table-cell;
    vertical-align: middle;
}
.repair-pages-img img
{
    padding: 100px;
}
.repair-pages-text
{
    background: #f2f5f8;
}
.repair-pages-text ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.repair-pages-text ul li
{
    float: left;
    list-style: none;
    width: 50%;
    background: #f2f5f8;
    text-align: center;
    border: solid 1px #fff;
    padding: 30px 0;
}
.repair-pages-text ul li img
{
    width: 50px;
}
.repair-pages-text ul li h3
{
	color:#000;
}
.repair-pages-form
{
	background:#F8F8F8;
	padding:100px 0; 
}
.repair-pages-form article
{
	width:1200px;
	margin:auto;
}
.repair-pages-form input[type=text], .repair-pages-form input[type=email], .repair-pages-form input[type=number]
{
    padding: 12px 12px;
    width: 100%;
    border: solid 1px #beb7b9;
    outline: 0;
    position: relative;
    background: none;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    float: left;
    margin: 5px 0;
    position: relative;
	font-family: 'Roboto', sans-serif;
}
.select
{
	padding: 11px 12px;
    width: 100%;
    border: solid 1px #beb7b9;
    outline: 0;
    position: relative;
    background: none;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    float: left;
    margin: 5px 0;
    position: relative;
	font-family: 'Roboto', sans-serif;
	cursor:pointer;
}
.repair-pages-form textarea
{
    padding: 12px 12px;
    width: 100%;
    border: solid 1px #beb7b9;
    outline: 0;
    position: relative;
    background: none;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    float: left;
    margin: 5px 0;
    position: relative;
	font-family: 'Roboto', sans-serif;
}
.repair-form-inner
{
    width:49.5%;
}
.repair-pages-form h2
{
    color: #2b60a1;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 40px 0;
}
.repair-checkbox
{
    width:33.333333%;
}
.repair-form-button
{
    background: #2b60a1;
    border: none;
    padding: 16px 30px;
    outline: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    font-size: 15px;
    width: 300px;
    margin: 20px auto 0 auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.repair-pages-form h3
{
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.arrow
{
    position: relative;
}
.arrow:after
{
    content: "\f078";
    color: #000;
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    right: 1px;
    top: 6px;
    width: 35px;
    height: 43px;
    padding: 10px 0;
    bottom: 0;
    background: #F8F8F8;
}
.checkbox-custom, .radio-custom
{
    opacity: 0;
    position: absolute;   
}
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label
{
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
	font-size:14px;
}
.checkbox-custom-label, .radio-custom-label
{
    position: relative;
}
.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before
{    
    content: '';
    background: #fff;
    border: 2px solid #2b60a1;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
	outline:0;
}
.checkbox-custom:checked + .checkbox-custom-label:before
{
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #2b60a1;
    color: #fff;
	outline:0;
}
.radio-custom + .radio-custom-label:before
{
    border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label:before
{
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #bbb;
}
.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label
{
	outline: 1px solid #ddd; /* focus style */
}
.repair-pages-link
{
    padding: 100px;
}
.repair-pages-link ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.repair-pages-link ul li
{
    float: left;
    width: 25%;
    list-style: none;
    text-align: center;
}
.repair-pages-link ul li a
{
    display: block;
    border: solid 2px #e9eef2;
	background:#fff;
    margin: 10px;
}
.repair-pages-link ul li a img
{
	
}
.repair-pages-link ul li a h4
{
    font-size: 14px;
    color: #000;
    padding: 10px 0;
    margin: 0;
    border-top: solid 2px #e9eef2;
}
.repair-pages-link ul li a:hover
{
	box-shadow:0px 0px 16px #e9eef2;
    border: solid 2px #fff;
}
/* floating box style */
.floating-form { /*contact form wrapper*/
   max-width: 400px;
    padding: 30px 30px 30px 30px;
	top:20%;
    right: 0;
	box-sizing:border-box;
    background: #eee;
    position: fixed;
    z-index: 99999999;
    }
	.floating-form h3
	{ /*contact form wrapper*/
    margin-top: 0;
    font-weight: 400;
    text-align: center;
    padding: 0 5%;
    }
.contact-opener { /*opener button*/
    position: absolute;
    left: -99px;
    transform: rotate(-90deg);
    top: 30%;
    padding: 8px 20px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    cursor: pointer;
    text-align: center;
}
.feedback
{
	/*position:fixed; right:0; top:50%; z-index:99999;*/
}
.feedback-form
{
	
}
.feedback-form form
{
	margin:0;
}
.feedback-form-left, .feedback-form-right
{
	width:49.4%;
}
.feedback-form-input
{
	background:#fff; padding:10px 20px; box-sizing:border-box; width:100%; border:none; box-shadow:0px 0px 15px #E5E5E5; outline:0; margin-bottom:8px; 
	font-family: 'Roboto', sans-serif; color:#666666;
}
.feedback-form textarea
{
	background:#fff; padding:15px 20px; box-sizing:border-box; width:100%; border:none; box-shadow:0px 0px 15px #E5E5E5; outline:0; margin-bottom:8px; 
	font-family: 'Roboto', sans-serif; color:#666666;
}
/*.select
{
	background:#fff;
	padding:8px 20px;
	box-sizing:border-box;
	width:100%; border:none; box-shadow:0px 0px 15px #E5E5E5;
	outline:0; margin-bottom:8px; 
	font-family: 'Roboto', sans-serif;
	color:#666666;
	cursor:pointer;
}*/
.feedback-button
{
    background: #0063a5;
    padding: 10px 25px;
    outline: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    font-weight: 700;
    width: 100%;
}