/*Footer Section Starts*/
.footerOuter {
	background-color: #47606b;
	color: #fff;
	padding-bottom: 0;
	clear: both;
}
.topFooter {
	background: url(../images/topFtBg.png) no-repeat 0 0;
	padding-bottom: 25px;
	padding-top: 35px;
}

.footerLogo {
	width: 169px;
	height: auto;
	margin-top: -16px;
}
.footerLogo img {width:100%; height:auto;}
.footerOuter .inTouch { padding-left:55px;}

.footerOuter .inTouch .group { float:left; color:#fff;}
.footerOuter .inTouch .group a { color:#fff; text-decoration:none;}
.footerOuter .inTouch .group a:hover { text-decoration:underline;}
.footerOuter .inTouch h4 { padding-bottom:10px;}
.group.location {
	width: 55%;
	background: url(../images/callIco.png) no-repeat 0 30%;
	padding-left: 58px;
	box-sizing: border-box;
}
.group.call {
	/* width: 22%; */
	float: right !important;
	
	box-sizing: border-box;
	margin-right: 0;
	margin-left:23px;
}
.group.call h4.emptyhd {font-size:0;}
.emptyhdMob {font-size:20px;}
.group.call h4 {height:25px;}
.mobmar {margin-top:0;}
.bottomFooter {
	border-top: #8D8D8D 1px solid;
	padding-top: 33px;
	margin-top: 0;
	color: #fff;
	padding-bottom: 11px;
}
.bottomFooter h4 { padding-bottom:25px;}
.bottomFooter .description {
	padding-top: 0;
	text-align: center;
}
.bottomLineFooter {
	background: #133848;
	padding: 25px 0;
}
.bottomFooter ul li { margin-bottom:20px; box-sizing:border-box;}
.bottomFooter ul li a {background: url(../images/footerArrow.png) no-repeat 0 50%; padding-left:20px; color:#fff; text-decoration:none;transition: All .5s ease;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease;}
	.bottomFooter ul li a:hover {background: url(../images/footerArrow.png) no-repeat 3px 50%; color:#8d9da4;}
.bottomFooter .quickLinks {padding-left:65px;}
.bottomFooter .quickLinks ul li { float:left; width:50%;}
.bottomLineFooter a { color:#fff; text-decoration:none; transition: All .5s ease;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease;}
.bottomLineFooter a:hover { color:#8d9da4;}
/*Footer Section Ends*/


.newTopFooter {
	background: #f7f7f7 url(../images/transBg-min.png) no-repeat 45px 0;
	padding: 61px 0 61px;
	text-align: center;
}
.newTopFooter .grid_4 {float:none; display:inline-block; text-align:left; width:27.333%; margin-bottom:25px;}
.locationBlock {color:#000; box-shadow:0px 1px 12px -1px #C0C0C0;}
.newTopFooter h2 {padding-bottom:25px; text-align:center;}

.clt {padding-top:15px;}
.clt a {
	background: url(../images/telIco.png) no-repeat 0 30%;
	padding-left: 37px;
	color: #47606b;
	text-decoration: none;
	display: inline-block;
}
.clt a:hover {color:#298bd0;}
/*Accordion*/

.newTopFooter input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.newTopFooter .row {
  display: flex;
}
.row .col {
  flex: 1;
}
.newTopFooter .row .col:last-child {
  margin-left: 1em;
}

/* Accordion styles */
.newTopFooter .tabs {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.newTopFooter .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.newTopFooter .tab-label {
	display: block;
	justify-content: space-between;
	padding: 1em;
	background: #ffff;
	font-weight: bold;
	
}
.newTopFooter .tab-label:hover {
  background: #fff;
}
.newTopFooter .tab-label::after {
	content: "❯";
	width: 1em;
	height: 1em;
	text-align: center;
	transition: all 0.35s;
	position: fi'';
	/* top: 40%; */
	/* right: 20px; */
	color: #000;
	position: absolute;
	/* margin-left: 60px; */
	/* margin-top: -30px; */
	font-size: 21px;
	right: 11px;
	top: 10px;
	display:none;
}
.newTopFooter .tab-content {
	max-height: auto !important;
	padding: 0 1em;
	padding-top: 0;
	line-height: 27px;
	color: #2c3e50;
	background: white;
	transition: all 0.35s;
	padding-bottom: 23px;
}
.newTopFooter .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #fff;
  cursor: pointer;
}
.newTopFooter .tab-close:hover {
  background:#ffffff !important;
  color:#030303;
}

.newTopFooter input:checked + .tab-label {
	/* background: #1a252f; */
	background:#fff !important;
	color: #030303;
}
.newTopFooter input:checked + .tab-label::after {
  transform: rotate(90deg);
}
.newTopFooter input:checked ~ .tab-content {
	max-height: 100vh;
	padding: 1em;
	padding-top: 0;
	line-height: 27px;
}
.newTopFooter h3 {
	font-size: 17px;
	text-transform: capitalize;
	padding-bottom: 9px;
	color: #838383;
	font-weight: 600;
}
.newTopFooter b {
	color: #2c3e50;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 17px;
}


@media (max-width:767px) {
.topFooter .grid_4 { float:none; width:100%}
.topFooter .grid_8 {
	float: left;
	width: 100% !important;
	padding-bottom: 25px;
}
.footerLogo {
	width: 130px;
	margin-top: -20px;
	margin: 0 auto;
}
.topFooter {
	background: #fff;
	background-image: none;
	padding: 10px 15px;
}
.footerOuter .inTouch .group {
	color: #000;
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 15px;
}
.footerOuter .inTouch {
	padding-left: 0px;
	padding-top:0;
}
.emptyhdMob {font-size:0;}

.footerOuter .inTouch .group a {
	color: #000;
	text-decoration: none;
}

.group.location {
	margin-bottom: 25px;
	background: url(../images/callIcoBlack.png) no-repeat 0 30%;
	background-size: 25px;
	padding-left: 45px;
}
.group.call {
	
	box-sizing: border-box;
	padding-left: 44px;
}
.mobmar {
	margin-top: -43px;
}
.group.call h4.emptyhd {font-size:20px;}
.group.call h4 {height:auto;}
.bottomFooter {
	border-top: #8D8D8D 1px solid;
	padding-top: 83px;
	margin-top: 0;
	color: #fff;
	padding-bottom: 83px;
}
.bottomFooter .grid_4 { width:100%;}
.bottomFooter .grid_5 { width:100%;}
.bottomFooter .grid_3 { width:100%;}
.bottomFooter .description {
	padding-top: 0;
}

.bottomFooter {
	padding: 19px 0 0;
	margin-top: 0;
}
.bottomFooter .quickLinks {
	padding-left: 0;
	float: left;
	padding-bottom: 8px;
}
.bottomLineFooter {
	font-size: 13px;
	text-align: center;
}
.home {background-color:#133848 !important;}
.bottomLineFooter .grid_4 { width:100%;}
.bottomLineFooter .grid_8 { width:100%; }
.copyRight { padding-bottom:5px;}
.bottomFooter .quickLinks ul li {
	float: left;
	width: 100%;
}
.bottomFooter .quickLinks ul li a { font-size:14px;}
.newTopFooter .grid_4 {
	width: 97%;
	margin-bottom: 25px;
}
.locationBlock {
	margin-left: 19px;
	margin-right: 13px;
}
.newTopFooter .tab-label::after {
	
	right: 26px;
}
.newTopFooter {
	padding: 31px 0 25px;
}
}