﻿/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---reset.css--- */

html, body{	
	font-family:"Noto Sans TC",arial;
	-webkit-text-size-adjust:none;
	background-color:#FFF;
	box-sizing: border-box;
	
}

/* --電腦版型------------------------------------- */

#footer{
	width: 100%;
    background-color: #ffffff;
    padding-bottom: 1%;
    border-bottom: 25px solid #00549e;
}
.footer-container{
	width: 1200px;
	overflow: hidden;
    margin: 0 auto;
}
.footer-left{
	width: 65%;
    float: left;
}
.left-content{
	width:57%;
    height: 500px;
	overflow: hidden;
    float: left;
	margin: 4% 0 0 0;
}
.prox-logo{
  display: block;
  padding: 10% 0% 5% 8%;	
  width: 80%;
}
.prox-logo img{
	width: 140px;
}
.prox-locations{
  display: block;	
  width: 100%;
}
.locations{
  display: block;
  padding: 0% 0% 0% 8%;	
  width: 170px;
  height: 30px;
  overflow: hidden;	
}
.locations-icon{
	width: 30px;
    height: 30px;
    overflow: hidden;
    float: left;
    padding-left: 2%;
}
.locations-icon img{
	width: 30px;
	height: 30px;
}
.locations-p{
	width: 130px;
    height: 30px;
	overflow: hidden;
    float: left;
}
.locations-p p{
  text-decoration: none;
  color: #243947;
  display: block;
  line-height: 30px;
  font-size: 20px; 
}
.locations-add{
  display: block;
    padding: 0% 0% 0% 8%;
    width: 80%;
    height: 50px;
}
.locations-add p{
   text-decoration: none;
  color: #000000;
  display: block;
  line-height: 50px;
  font-size: 18px;
  letter-spacing: 1px;
  padding-left: 3%;
}
.location-btn{
  display: block;
  padding: 2% 0% 0% 10%;	
  width: 77%;
  height: 55px;	
}
.location-btn h4{
  text-decoration: none;
    color: #ffffff;
    display: block;
    line-height: 50px;
    font-size: 18px;
    letter-spacing: 2px;
    border-radius: 30px;
    background-color: #f29100;
    width: 160px;
    text-align: center;
}
.location-btn a {
  text-decoration: none;
}
.location-btn h4:hover {
  background-color:#f25e00;
}
.social-icon{
  display: block;
    padding: 0% 0% 0% 8%;
    width: 80%;
    height: 80px;
}
.s-icon{
	width: 58px;
    height: 58px;
    float: left;
    margin: 5% 0% 0% 4%;
    border-radius: 50px;
    border: 1px solid #607d8b52;
}	
.s-icon img{
	width: 58px;
	height: 58px;
}
.s-icon img:hover{
	-webkit-filter:saturate(0.5);
	border-radius: 50px;
	border: 1px solid #243947;
}
.footerNav {
    list-style-type: none;
    padding-left: 0;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.social-icon .footerNav .soicalIcon {
    margin-bottom: 0.5rem;
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
.social-icon[class^="f-icon-"], .social-icon [class*=" f-icon-"] {
    font-size: 1.5rem;
}
.f-icon-facebook-square:before {
    content: "\f082";
	font-family: FontAwesome;
}

[class^="f-icon-"], [class*="f-icon-"] {
    font-family: "icomoon_dispaly" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* line-height: 1; */
    -webkit-font-smoothing: antialiased;
	color: #FFF;
	border-radius:100%;
}
.protech-btn{
    display: block;
    width: 175px;
    height: 53px;
    overflow: hidden;
    background-color: #00549e;
    border-radius: 30px;
    margin: 4% 0 0 10%;
}
.protech-btn img{
	float: left;
    width: 30px;
    height: 30px;
    display: block;
    margin: 10px 5px 0 25px;
}
.protech-btn h4{
  text-decoration: none;
    color: #ffffff;
    display: block;
    line-height: 50px;
    font-size: 20px;
    letter-spacing: 2px;
    width: 100px;
    text-align: left;
	float:left;
}
.protech-btn a {
  text-decoration: none;
}
.protech-btn:hover {
   background-color: #243947;
}
.right-sidenav{
	width: 30%;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 10% 0% 0% 0%;
    padding: 0 0 2% 4%;
    border-left: 1px solid #607d8b26;
}
.footer-right {
    width: 35%;
    float: left;
}
.right-content {
    width: 87%;
    height: 400px;
    overflow: hidden;
    float: left;
    margin: 25% 0% 10% 5%;
}
.Contact-title{
	width: 100%;
    float:left;
	margin-bottom: 2%;
}
.Contact-p{
	width: 160px;
    float:left;
}
.Contact-p p{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 19px;
	color: #243947;
}
.Contact-icon{
	width: 10%;
    float:left;
}
.Contact-icon img{
	width: 40px;
	height: 40px;
}
.prox-nav{
	width: 70%;
	height: 50px;
    float:left;
}
.prox-nav ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.prox-nav li {
  display: inline-block;
   width: 125px;
  font-size: 1.2em;
  line-height: 50px;
  height: 50px;
} 
.prox-nav a {	
  text-decoration: none;
  color: #fff;
  display: block;
  transition: .3s background-color;
  letter-spacing: 2px;	
}
.prox-nav a:hover {
  background-color: #139a9a;
}
.footer-content{
    width: 90%;
    height: auto;
    padding: 2% 3% 3% 2%;
    overflow: hidden;
    margin: 0 auto;
} 

.Contact-title h1{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #02bebf;
}	
.Contact-address{
	clear: both;
	display: block;
	width: 100%;
	height: 120px;
}
.Contact-address h4{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fafbfb;
	letter-spacing: 1px;
}
.Contact-address p{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #a9abab;
	letter-spacing: 1px;
}
.Contact-text{
	clear: both;
	display: block;
	width: 100%;
	height: 250px;
}
.Contact-text p{
	display: block;
	width: 100%;
	height: 130px;
	line-height: 30px;
	font-size: 18px;
	color: #243947;
	letter-spacing: 1px;
}
.Contact-text a{
	color: #f25e00;
	text-decoration: none;
}
.Contact-text a:hover{
	color: #f23900;
}
.Company-title{
	clear: both;
	display: block;
	width: 100%;
	height: 50px;
}
.Company-title p{
	display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #243947;
    letter-spacing: 1px;
}
.Company-title a{
	color: #00549e;
	letter-spacing: 1px;
	text-decoration: none;
}
.Company-title a:hover{
	color: #243947;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 47%;
  z-index: 999;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: #f29100;
  color: white;
  cursor: pointer;
  padding: 10px 16px;
  border-radius: 50px;
  border: 1px solid #f9f9f9;
}

#myBtn:hover {
  background-color: #555;
}
.arrow {
    display: block;
    text-align: center;
    width: 30px;
	font-size: 20px;
    margin: 0 auto 4px;
}
.arrow img{
	width:20px;
	height: 20px;
	display: block;
	margin: 0 auto;
}
.col72{
	display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-top: 3%;
    margin-left: 2%;
}
.col72 img{
    width: 40px;
    height: 40px;    
}
.col72 img:hover{
	-webkit-filter:brightness(0.9);
}
.col72-2 img{
    width: 100px;
    height: 50px;    
}
.col72-2 img:hover{
	-webkit-filter:brightness(0.6);
}
.accordion {
  background-color: #ffffff;
  color: #243947;
  cursor: pointer;
  padding: 14px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 19px;
  transition: 0.4s;
  font-weight: bolder;
}

.active, .accordion:hover {
  color: #243947;
}

.accordion:after {
  content: '\002B';
  color: #afbbc1;
  font-weight: bold;
  float: right;
  margin: 5px;
}
.active:after {
  content: "\2212";
  display: none;		
}
.panel {
  padding: 0 5px;
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}
.panel li {
  display: inline-block;
    width: 200px;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    padding-left: 5%;
} 
.panel a {	
  text-decoration: none;
  color: #6b7379;
  display: block;
  transition: .3s background-color;
  letter-spacing: 2px;	
}

/* --手機版型------------------------------------- */

@media screen and (max-width: 736px) {
	
*{
	box-sizing:border-box; /* 讓 padding 與 width 解除關係 */
}

html,body{
	-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
}

.footer{
	width: 100%;
	background-color: #014367;
}
.footer-container{
	width: 100%;
	overflow: hidden;
    margin: 0 auto;
}
.footer-left{
	width: 100%;
    float: none;
}
.left-content{
	width: 46%;
    height: 400px;
    overflow: hidden;
    float: left;
    margin: 10% 0% 0 0%;
}
.prox-logo{
    display: block;
    padding: 6% 0% 0% 8%;
    width: 90%;
    height: 75px;
    margin-bottom: 5%;
}
.prox-logo img{
	width: 65%;
}
.prox-locations{
  display: block;	
  width: 100%;
  margin-top: 5%;
}
.locations{
  display: block;
    padding: 0% 0% 0% 8%;
    width: 100%;
    height: 30px;
}
.locations-icon{
	width: 30px;
    height: 30px;
    overflow: hidden;
    float: left;
    padding-left: 0%;
	margin-top: 2%;
}
.locations-icon img{
	width: 30px;
	height: 30px;
}
.locations-p{
	width: 80%;
    height: 40px;
	overflow: hidden;
    float: left;
}
.locations-p p{
    text-decoration: none;
    color: #333333;
    display: block;
    line-height: 35px;
    font-size: 15px;
    letter-spacing: 1px;
    padding-left: 3%;
}
.locations-add{
  display: block;
    padding: 5% 0% 2% 7%;
    width: 93%;
    height: 85px;
}
.locations-add p{
   text-decoration: none;
  color: #333333;
  display: block;
  line-height: 25px;
  font-size: 16px;
  letter-spacing: 2px;
  padding-left: 3%;
}
.location-btn{
  display: block;
  padding: 2% 0% 0% 10%;	
  width: 100%;
  height: 50px;
}
.location-btn h4{
  text-decoration: none;
    color: #ffffff;
    display: block;
    line-height: 40px;
    font-size: 16px;
    letter-spacing: 2px;
    border-radius: 20px;
    border: 1px solid #ffffff38;
    width: 130px;
    text-align: center;
}
.location-btn a {
  text-decoration: none;
}
.location-btn h4:hover {
  background-color:#00b6d6;
}
.social-icon{
    display: block;
    padding: 2% 0% 0% 6%;
    width: 95%;
    height: 80px;
    overflow: hidden;
}
.s-icon{
	width: 40px;
    height: 40px;
    float: left;
    margin: 10% 0% 0% 4%;
    border-radius: 50px;
    border: 1px solid #607d8b52;
}	
.s-icon img{
	width: 39px;
	height: 39px;
}
.s-icon img:hover{
	-webkit-filter:saturate(0.5);
	border-radius: 50px;
	border: 1px solid #000000;
}
.protech-btn{
    display: block;
    width: 155px;
    height: 50px;
    overflow: hidden;
    background-color: #00549e;
    border-radius: 30px;
    margin: 4% 0 0 10%;
}
.protech-btn img{
	float: left;
    width: 30px;
    height: 30px;
    display: block;
    padding: 0;
    margin: 7% 0 0 10%;
}
.protech-btn h4{
    text-decoration: none;
    color: #ffffff;
    display: block;
    line-height: 50px;
    font-size: 18px;
    letter-spacing: 2px;
    width: 90px;
    text-align: left;
    float: left;
}
.protech-btn a {
  text-decoration: none;
}
.protech-btn:hover {
   background-color: #243947;
}	
	
.footerNav {
    list-style-type: none;
    padding-left: 0;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.social-icon .footerNav .soicalIcon {
    margin-bottom: 0.5rem;
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
.social-icon[class^="f-icon-"], .social-icon [class*=" f-icon-"] {
    font-size: 1.5rem;
}
.f-icon-facebook-square:before {
    content: "\f082";
	font-family: FontAwesome;
}
.right-sidenav{
	width: 52%;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 12% 0 0 0;
    padding: 0 0 2% 0;
    border-left: 1px solid #ffffff0f;
}
.footer-right {
    width: 100%;
    float: none;
}
.right-content {
    width: 100%;
    height: 320px;
    overflow: hidden;
    float: left;
    margin: 2% 0% 2% 7%;
}
.Contact-title{
	width: 100%;
    float:left;
	margin-bottom: 2%;
}
.Contact-p{
	width: 130px;
    float:left;
}
.Contact-p p{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #000000;
}
.Contact-icon{
	width: 10%;
    float:left;
}
.Contact-icon img{
	width: 40px;
	height: 40px;
}
.prox-nav{
	width: 70%;
	height: 50px;
    float:left;
}
.prox-nav ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.prox-nav li {
  display: inline-block;
   width: 125px;
  font-size: 1.2em;
  line-height: 50px;
  height: 50px;
} 
.prox-nav a {	
  text-decoration: none;
  color: #fff;
  display: block;
  transition: .3s background-color;
  letter-spacing: 2px;	
}
.prox-nav a:hover {
  background-color: #139a9a;
}
.footer-content{
    width: 90%;
    height: auto;
    padding: 2% 3% 3% 2%;
    overflow: hidden;
    margin: 0 auto;
} 

.Contact-title h1{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #02bebf;
}	
.Contact-address{
	clear: both;
	display: block;
	width: 100%;
	height: 120px;
}
.Contact-address h4{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fafbfb;
	letter-spacing: 1px;
}
.Contact-address p{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #a9abab;
	letter-spacing: 1px;
}
.Contact-text{
	clear: both;
	display: block;
	width: 100%;
	height: 200px;
}
.Contact-text p{
	display: block;
	width: 100%;
	height: 130px;
	line-height: 30px;
	font-size: 17px;
	color: #00000;
	letter-spacing: 1px;
}
.Contact-text a{
	color: #00b6d6;
	text-decoration: none;
}
.Contact-text a:hover{
	color: #f9f993;
}
.Company-title{
	clear: both;
    display: block;
    width: 90%;
    height: 70px;
}
.Company-title p{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #000000;
	letter-spacing: 1px;
}
.Company-title a{
	color: #00b6d6;
	letter-spacing: 1px;
	text-decoration: none;
}
.Company-title a:hover{
	color: #f9f993;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 42%;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: #f29100;
  color: white;
  cursor: pointer;
  padding: 10px 16px;
  border-radius: 50px;
  border: 1px solid #f9f9f9;	
}

#myBtn:hover {
  background-color: #555;
}
.arrow {
    display: block;
    text-align: center;
    width: 30px;
	font-size: 20px;
    margin: 0 auto 4px;
}
.arrow img{
	width:20px;
	height: 20px;
	display: block;
	margin: 0 auto;
}
.col72{
	display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-top: 3%;
    margin-left: 2%;
}
.col72 img{
    width: 40px;
    height: 40px;    
}
.col72 img:hover{
	-webkit-filter:brightness(0.9);
}
.col72-2 img{
    width: 100px;
    height: 50px;    
}
.col72-2 img:hover{
	-webkit-filter:brightness(0.6);
}
.accordion {
  background-color: #ffffff;
  color: #243947;
  cursor: pointer;
  padding: 5px 2px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  /*border-bottom: 1px solid #ffffff1a;*/
}

.active, .accordion:hover {
  color: #000000;
}

.accordion:after {
  content: '\002B';
  color: #afbbc1;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.active:after {
  content: "\2212";
  display: none;	
	
}
.panel {
  padding: 0 5px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}
.panel li {
  display: inline-block;
    width: 200px;
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    padding-left: 1%;
} 
.panel a {	
  text-decoration: none;
  color: #243947;
  display: block;
  transition: .3s background-color;
  letter-spacing: 2px;	
}
}
/* --ipad版型------------------------------------- */
@media only screen and (min-width: 737px) and (max-width: 1024px) {
*{
	box-sizing:border-box; /* 讓 padding 與 width 解除關係 */
}

html,body{
	-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
}

html,body{
	-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
}
#footer{
	width: 100%;
	background-color: #ffffff;
	padding-bottom: 3%;
}
.footer-container{
	width: 100%;
	overflow: hidden;
    margin: 0 auto;
}
.footer-left{
	width: 60%;
    float: left;
}
.left-content{
	width: 55%;
    height: auto;
	overflow: hidden;
    float: left;
	margin: 6% 0 10% 0;
}
.prox-logo{
  display: block;
  padding: 10% 0% 5% 13%;	
  width: 90%;
}
.prox-logo img{
	width: 138px;
}
.prox-locations{
  display: block;	
  width: 100%;
}
.locations{
  display: block;
  padding: 0% 0% 0% 13%;
  width: 90%;
  height: 40px;
}
.locations-icon{
	width: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
    padding-left: 0%;
}
.locations-icon img{
	width: 40px;
	height: 40px;
}
.locations-p{
	width: 70%;
    height: 40px;
	overflow: hidden;
    float: left;
	padding-left: 3%;
}
.locations-p p{
  text-decoration: none;
  color: #243947;
  display: block;
  line-height: 40px;
  font-size: 16px;
  letter-spacing: 2px; 
}
.locations-add{
  display: block;
    padding: 0 0 3% 12%;
    width: 70%;
    height: auto;
}
.locations-add p{
  text-decoration: none;
  color: #243947;
  display: block;
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 2px;
  padding-left: 3%;
}
.location-btn{
  display: block;
  padding: 0% 0% 0% 12%;	
  width: 160px;
  height: 55px;
}
.location-btn h4{
  text-decoration: none;
    color: #fff;
    display: block;
    line-height: 50px;
    font-size: 16px;
    letter-spacing: 2px;
    border-radius: 30px;
    border: 1px solid #ffffff38;
    width: 160px;
    text-align: center;
}
.location-btn a {
  text-decoration: none;
}
.location-btn h4:hover {
  background-color:#ed6a00;
}
.social-icon{
  display: block;
  padding: 0% 0% 0% 10%;	
  width: 90%;
  height: 100px;
}
.s-icon{
	width: 58px;
    height: 58px;
    float: left;
    margin: 8% 0% 0% 4%;
    border-radius: 50px;
    border: 1px solid #607d8b52;
}	
.s-icon img{
	width: 58px;
	height: 58px;
}
.s-icon img:hover{
	-webkit-filter:saturate(0.5);
	border-radius: 50px;
	border: 1px solid #000000;
}
.footerNav {
    list-style-type: none;
    padding-left: 0;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.social-icon .footerNav .soicalIcon {
    margin-bottom: 0.5rem;
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
.social-icon[class^="f-icon-"], .social-icon [class*=" f-icon-"] {
    font-size: 1.5rem;
}
.f-icon-facebook-square:before {
    content: "\f082";
	font-family: FontAwesome;
}

[class^="f-icon-"], [class*="f-icon-"] {
    font-family: "icomoon_dispaly" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* line-height: 1; */
    -webkit-font-smoothing: antialiased;
	color: #FFF;
	border-radius:100%;
}
.right-sidenav{
	width: 45%;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 10% 0 0 0;
    padding: 0 0 2% 0;
    border-left: 1px solid #ffffff4a;
}
.footer-right {
    width: 35%;
    float: left;
}
.right-content {
    width: 100%;
    height: 400px;
    overflow: hidden;
    float: left;
    margin: 30% 0% 10% 5%;
}
.Contact-title{
	width: 100%;
    float:left;
	margin-bottom: 2%;
}
.Contact-p{
	width: 150px;
    float:left;
}
.Contact-p p{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #243947;
}
.Contact-icon{
	width: 10%;
    float:left;
}
.Contact-icon img{
	width: 40px;
	height: 40px;
}
.prox-nav{
	width: 70%;
	height: 50px;
    float:left;
}
.prox-nav ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.prox-nav li {
  display: inline-block;
   width: 125px;
  font-size: 1.2em;
  line-height: 50px;
  height: 50px;
} 
.prox-nav a {	
  text-decoration: none;
  color: #fff;
  display: block;
  transition: .3s background-color;
  letter-spacing: 2px;	
}
.prox-nav a:hover {
  background-color: #139a9a;
}
.footer-content{
    width: 90%;
    height: auto;
    padding: 2% 3% 3% 2%;
    overflow: hidden;
    margin: 0 auto;
} 

.Contact-title h1{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #02bebf;
}	
.Contact-address{
	clear: both;
	display: block;
	width: 100%;
	height: 120px;
}
.Contact-address h4{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fafbfb;
	letter-spacing: 1px;
}
.Contact-address p{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #a9abab;
	letter-spacing: 1px;
}
.Contact-text{
	clear: both;
	display: block;
	width: 100%;
	height: auto;
}
.Contact-text p{
	display: block;
	width: 100%;
	height: 130px;
	line-height: 30px;
	font-size: 16px;
	color: #243947;
	letter-spacing: 1px;
}
.Contact-text a{
	color: #00b6d6;
	text-decoration: none;
}
.Contact-text a:hover{
	color: #12232e;
}
.Company-title{
	clear: both;
	display: block;
	width: 100%;
	height: 30px;
}
.Company-title p{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #243947;
	letter-spacing: 1px;
}
.Company-title a{
	color: #00b6d6;
	letter-spacing: 1px;
	text-decoration: none;
}
.Company-title a:hover{
	color: #f9f993;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 46%;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: #f29100;
  color: white;
  cursor: pointer;
  padding: 10px 16px;
  border-radius: 50px;
}

#myBtn:hover {
  background-color: #555;
}
.arrow {
    display: block;
    text-align: center;
    width: 30px;
	font-size: 20px;
    margin: 0 auto 4px;
}
.arrow img{
	width:20px;
	height: 20px;
	display: block;
	margin: 0 auto;
}
.col72{
	display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-top: 3%;
    margin-left: 2%;
}
.col72 img{
    width: 40px;
    height: 40px;    
}
.col72 img:hover{
	-webkit-filter:brightness(0.9);
}
.col72-2 img{
    width: 100px;
    height: 50px;    
}
.col72-2 img:hover{
	-webkit-filter:brightness(0.6);
}
.accordion {
  background-color: #ffffff;
  color: #243947;
  cursor: pointer;
  padding: 13px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 17px;
  transition: 0.4s;
  /*border-bottom: 1px solid #ffffff1a;*/
}

.active, .accordion:hover {
  background-color: #ffffff;
}

.accordion:after {
  content: '\002B';
  color: #afbbc1;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.active:after {
  content: "\2212";
}
.panel {
  padding: 0 5px;
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}
.panel li {
  display: inline-block;
    width: 220px;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    padding-left: 0;
} 
.panel a {	
  text-decoration: none;
  color: #9ca1a3;
  display: block;
  transition: .3s background-color;
  letter-spacing: 2px;	
}
.protech-btn{
    display: block;
    width: 175px;
    height: 53px;
    overflow: hidden;
    background-color: #00549e;
    border-radius: 30px;
    margin: 4% 0 0 12%;
}
.protech-btn img{
	float: left;
    width: 30px;
    height: 30px;
    display: block;
    margin: 10px 0 0 20px;
}
.protech-btn h4{
  text-decoration: none;
    color: #ffffff;
    display: block;
    line-height: 50px;
    font-size: 20px;
    letter-spacing: 2px;
    width: 100px;
    text-align: left;
	float:left;
}	
}