/*--------------new css---------*/
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
li{
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  padding: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
html,body {
  transition: all 0.3s ease-in-out;
}
body{
  font-size: 14px;
  line-height: 18px;
  font-family: 'Rubik', sans-serif;
  background: #fff;
}
.clear {
  clear: both;
}
.row {
  margin: 0 -15px;
}
.col-lg-3,.col-lg-2,.col-lg-5,.col-lg-6,.col-lg-12,.col-lg-8 {
  padding: 0 15px;
  box-sizing: border-box;
  float: left;
  position: relative;
}
.col-lg-3 {
  width: 25%;
}
.col-lg-2 {
  width: 16.66666667%;
}
.col-lg-5 {
  width: 33.33333333%;
}
.col-lg-6 {
  width: 50%;
}
.col-lg-8 {
  width: 66.666667%;
}
.col-lg-12 {
  width: 100%;
}
.container {
  margin: auto;
  max-width: 1170px;
  position: relative;
}

/*Header*/

header {
  top: 0;
  height: 95px;
  width: 100%;
  z-index: 999;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.logo {
  width: 100px;
}
.headerTop .container {
  position: relative;
  clear: both;
}
.mb_menu {
  float: left;
  display: none;
  width: 30px;
  margin-top: 10px;
  
}
.mb_menu span {
  display: block;
  height: 3px;
  margin-top: 5px;
  cursor: pointer;
  background: #6fbf39;
}
nav,nav li {
  float: left;
}
nav {
  float: right;
  padding: 10px 0 0 0;
}
nav li a {
  display: block;
  color: #4f5050;
  padding: 0 12px;
  font: 500 13px/26px 'Rubik', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  outline:none;
}
nav li a:hover,nav .active,nav li a:focus {
  color: #39425f;
  text-decoration: none;
  outline:none;
}
iframe {
    display: none;
}
.logo {  
  margin: 2px auto 0;
  clear: left;
  float: left;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.registration {
  width: 720px;
  position: relative;
  float: right;
  height: 48px;
  padding: 0 15px;
  background: #39425f;
}
.regisResult {
  color:white;
  padding-top: 4px; 
  text-align: center;
  font: 400 14px/19px 'Rubik', sans-serif;
}
.registration label {
  float: left;
  color: #ffffff;
  margin-right: 21px;
  font: 400 18px/39px 'Rubik', sans-serif;
}
.fieldRow {
  position: relative;
  padding-top: 5px;
}
.popUpContent {
  float: right;
  width: 56%;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px #9ca0af;
  margin: 9px 0 0 0;
  position: relative;
  color: white;
}
#businessType {		
    margin: 5px 0 0 0;		
    height: 30px;		
    width: 168px;		
    box-sizing: border-box;		
    padding: 0 5px;		
    border-radius: 5px;		
}
.signupbsns {
    width: 100% !important;
    height: 32px !important;
    border-radius: 0 !important;
}
.emailRow {
  float: right;
  height: 30px;
  width: 283px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px #9ca0af;
  margin: 5px 0 0 0;
  background: #fdfdfd;
  position: relative;
}
.fieldRow input {
  height: 30px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 92px 0 10px;
  float: left;
  margin: 0 -66px 0 0;
  box-sizing: border-box;
  border-radius: 8px;
  color: #000000;
  border: 1px solid #9ca0af;
  font: 17px/32px 'Rubik', sans-serif;
  outline: none;
  background: none;
}
.fieldRow button,.fieldRow button:hover {
  position: absolute;
  right: 1px;
  top: 1px;
  height: 28px;
  line-height: 28px;
  float: right;
  width: 87px;
  color: #fff;
  margin-left: 48px;
  cursor: pointer;
  font-size: 17px;
  font-family: 'Rubik', sans-serif;
  border: none;
  border-radius: 0 8px 8px 0;
  outline: none;
  background: #0F1418;
}

/*Content Main*/

.main {
  padding-bottom: 27px;
}
.topSec {
  position: relative;
  z-index: 99;
  padding: 40px 0 40px 0;
  height: 311px;
  box-sizing: border-box;
  background: url(../content/images/banner-img.jpg) no-repeat center 0px;
}
.label-title1 {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  display: block;
  padding: 2px 0 0 4px;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
}
.selectbx,.distance,.search-sec {
  position: relative;
  height: 35px;
  padding: 0 30px 0 10px;
  color: #39425f;
  line-height: 30px;
  border:3px solid rgba(121,124,123,0.5);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  background: #fff;
}
.stateArrow {
  z-index: 9;
}
.cityArrow {
  z-index: 8;
}
.arrow {
  position: absolute;
  right: 7px;
  top: 50%;
  margin: -3px 0 0 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #39425f;
}
.distance {
  position: relative;
  z-index: 3;
  height: 35px;
  padding: 0 30px 0 15px;
  color: #39425f;
  line-height: 34px;
  padding-right: 0;
  width: 100%;
  font-size: 17px;
  font-family: 'Rubik', sans-serif;
  font-weight:500;
}
.distanceIcon {
  position: absolute;
  width: 87%;
  padding-right: 0;
}
.distance::-webkit-input-placeholder,.search::-webkit-input-placeholder,.placeSearch::-webkit-input-placeholder {
   color: #39425f;
}
.distance:-moz-placeholder,.search:-moz-placeholder,.placeSearch:-moz-placeholder { 
   color: #39425f;
}
.distance::-moz-placeholder,.search::-moz-placeholder,.placeSearch::-moz-placeholder { 
   color: #39425f;
}
.distance:-ms-input-placeholder,.search:-ms-input-placeholder, .placeSearch:-ms-input-placeholder {
   color: #39425f;
}
.search, .placeSearch {
  display: block;
  height: 28px;
  border: none;
  line-height: 34px;
  padding: 0;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  outline: none;
  color: #39425f;
  width: 100%;
  background: none;
}
.locationSearch {
  cursor: text;
  transition: all 0.3s linear;
  transform: translateX(357px);
  position: absolute;
  left: 357px;
   z-index: 9999;
    width: 0px;
    margin-top: -23px;
    float: left;
    box-sizing: border-box;
}
.locationSecLabel,.locationSecMarker {
    cursor: pointer;
}
.visibleClass {
    display: block;
    width: 350px;
    transform: translateX(0px);
    left: 0;
}
.closeLocationChange {
    position: absolute;
    top: -8px;
    right: -8px;
    color: red;
    cursor: pointer;
    z-index: 99999;
    background: white;
}
.scrollFixed .locationSearch { 
    margin-top: -28px;
}
.searchIcon, .placeSearchIcon {
  width: 32px;
  height: 27px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background: url(../content/images/searchicon.png) no-repeat center center;
}
.apply {
  display: block;
  height: 38px;
  width: 170px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  margin: auto;
  color: #22252e;
  font-size: 17px;
  font-family: 'Rubik', sans-serif;
  border: none;
  border-radius: 20px;
  outline: none;
  font-weight:500;
  border-bottom:3px solid #d9a03c;
  background: #ffc55f;
}
.fieldrow-sec {
    padding: 10px;
    width: 100%;
    margin: auto;
    border-radius:5px;
    position: relative;
    z-index: 99;
}
.fieldrow-sec
.fieldrow-sec::after,.fieldrow-sec::before {
  content: '';
  clear: both;
  display: table;
}
.fieldrow-sec .search {
  color: #fff;
  height: 36px;
  border-radius: 2px;
  padding: 0 30px 0 15px;
  background: #868686;
}
.fieldrow-sec .search::-webkit-input-placeholder { 
  color: #fff;
}
.fieldrow-sec .search::-moz-placeholder { 
  color: #fff;
}
.fieldrow-sec .search:-ms-input-placeholder { 
  color: #fff;
}
.fieldrow-sec .search:-moz-placeholder { 
  color: #fff;
}
.search-sec {
  padding: 0;
  height: 40px;
  border-width:2px;
  border-radius: 2px;
  border-color: rgba(135,138,166,0.3);
}

/*SliderSection1*/

.sliderSection1 {
  clear: both;
  position: relative;
  margin: 10px auto 0;
  display: table;
}
.leftArrow,.rightArrow {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  width: 32px;
  height: 32px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  cursor: pointer;
}
.leftArrow {
  left: -40px;
  background: url(../content/images/slider-arrows.png) no-repeat left top;
}
.leftArrow:focus,.leftArrow:hover {
  background-position: -68px 0;
}
.rightArrow {
  right: -30px;
  background: url(../content/images/slider-arrows.png) no-repeat left -68px;
}
.rightArrow:focus,.rightArrow:hover {
  background-position: -68px -68px;
}
.slider {
  overflow: hidden;
  margin: auto;
}
.sliderWrapper {
  clear: both;
  position: relative;
  text-align: center;
}
.sliderWrapper li {
  position: relative;
  width: 280px;
  box-sizing: border-box;
  margin: 0 10px 0 0;
  list-style: none;
  float: left;
}
.sliderSection2 .sliderWrapper li .slide2Img {
  width: 280px;
  height: 145px;
}
.ribben {
  position: absolute;
  left: -2px;
  top: -2px;
  width: 73px;
  height: 73px;
}
.slideCaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px 0;
  background: rgba(159, 159, 159, 0.13);
}
.travelTime {
  color: #39425f;
  font-weight: 600;
  line-height: 26px;
  font-size: 15px;
  text-align: center;
  font-family: 'Rubik', sans-serif;
}
.suggest {
  position: absolute;
  left: -1px;
  top: 0;
  width: 22px;
  z-index: 9;
}
.suggest img {
  height: 153px;
}
.rating {
  float: right;
  width: 122px;
  margin: 5px 8px 0 0;
}
.rating ul,.rating ul li {
  float: left;
  width: auto;
  margin: 0;
}
.rating ul li a {
  display: block;
  height: 14px;
  width: 14px;
  text-decoration: none;
  background: url(../content/images/star.png) no-repeat left 0;
}
.rating ul li a.active,.rating ul li a:hover {
  background: url(../content/images/star.png) no-repeat left -15px;
}
.rating span {
  float: left;
  padding: 0 0 0 12px;
  color: #585858;
  font-size: 15px;
  line-height: 15px;
}
.sliderSection2 {
  clear: both;
  position: relative;
  margin: 10px auto 0;
  display: table;
}
.sliderSection2 .sliderWrapper {
  text-align: center;
}
.sliderSection2 .sliderWrapper li {
  position: relative;
  width: 268px;
  box-sizing: border-box;
  margin: 20px 22px 0 0;
  list-style: none;
  float: left;
  border: 1px solid #ccc;
  height: 155px;
  padding: 20px 10px 10px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  box-sizing: border-box;
  background:rgba(245,245,245,1);
}
.sliderSection2 .sliderWrapper li.listPremium {
  border: 1px solid #B6A2D2;
}
.location2 {
  position: absolute;
  right: 8px;
  top: 5px;
}
.map {
  clear: both;
  margin: 0;
  position: relative;
  border: 1px solid #ccc;
  overflow: hidden;
  z-index: 1;
}
.milesRow {
  position: absolute;
  right: 70px;
  top: 40px;
}
.milesRow .map_btns {
  margin-right: 10px;
  background: rgba(255,255,255,1);
  height: 30px;
  padding: 0 20px;
  font-size: 15px;
  border: none;
  border: 1px dashed #212D39;
  box-shadow: 0 2px 4px #555555;
  text-transform: capitalize;
  font-family: 'Rubik', sans-serif;
  font-weight:500;
  border-radius: 20px;
  color: #212D39;
}
.milesRow .map_btns.active {
  background: rgba(255,255,255,0.8);
  color: #BD0000;
}
.slideRageBar {
  position: absolute;
  right: 105.2px;
  top: 50px;

}
.ui-slider-vertical {
  width: 6px !important;
  height: 300px !important;
}
#minutesSlide .ui-slider-vertical .ui-slider-range{
  width: 4px !important;
 background: #212D39 !important;
}
#milesSlide .ui-slider-vertical .ui-slider-range{
  width: 4px !important;
 background: #CD0A0A !important;
}
#milesSlide .ui-widget-header {
  background: #212D39 !important;
}
#minutesSlide .ui-widget-header {
  background: #CD0A0A !important;
}
.slideRageBar {
  background:none !important; 
}
.slideRageBar.myactive .ui-slider-range {
  z-index: 0 !important;
}
.ui-slider .ui-slider-handle {
  width: 1.1em !important;
  height: 1.1em !important;
  border-radius: 50%;
  background-color: #fff !important;
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.4em !important;
}
.ui-state-focus {
  outline: none;
}
#milesSlide.slideRageBar span {
  z-index: 9 !important;
}
#minutesSlide.slideRageBar span {
  z-index: 8 !important;
}
.slideRageBar .ui-slider .ui-slider-range {
  z-index: 1 !important;
}
.map img {
  width: 100%;
}
.contentSec1 {
    clear: both;
    padding: 20px 0 0 0;
    text-align:center;
}
.contentSec1::before,.contentSec1::after {
    content:'';
    display:block;
    clear:both;
}
.contentSec1 h1, .contentSec1 h2, .contentSec1 h3 {
    text-align: left;
    color: #39425f;
    font: 500 16px/24px 'Rubik', sans-serif;
    margin: 0;
}
.contentSec1 p {
    color: #4b4b4b;
    font:500 16px/26px 'Rubik', sans-serif;
    margin: 10px 0 15px;
    text-align: justify;
}
.contentSec1 figure {
    margin: 0;
    text-align: center;
    min-height: 280px;
}
.contentSec1 figure img {
    margin: auto;
}
.contentSec1 figure span {
  clear: both;
  display: block;
  padding: 6px 0 0 0;
}
.contentSec1 .col-lg-4 {
    position: relative;
}
.footerHeight footer {
    margin-top:100px;
}
footer {
  position: relative;
  clear: both;
  padding: 0;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  background: #f4f4f4;
  text-transform: uppercase;
  transition:all 0.5s linear;
}

footer .right {
  float: right;
}
footer .homeft {
    float: left;
    text-align: center;
    padding:0;
    margin: 0;
}
footer .homeft li {
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
}
footer .homeft li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
}
footer p {
  margin-bottom: 0;
  font-size: 12px;
}

html, body{
  width:100%;
  height:100%;
}
#canvas-map {
  width:100%;
  height:500px;

}
a {color:green;}
a:hover {color:#f1f1f1;}
.infobox {
  background: none repeat scroll 0 0 #ffffff;
  color: #4f5051;
  font-family: 'Rubik', sans-serif;
  line-height: 20px;
  font-size:14px;
  border:3px solid #39425f;
  position: absolute;
  margin:-7px 0 0 -138px;
}
.infobox .close {
  background: url(../content/images/close-icon.png) no-repeat left top;
  cursor: pointer;
  float: right;
  font-size: 0;
  height: 30px;
  line-height: 30px;
  position: relative;
  right: -15px;
  text-align: center;
  top: -15px;
  width: 30px;
}
.infobox h2 {
  text-align:center;
  color:#39425f;
  font-size:18px;
  line-height:30px;
  font-family: 'Rubik', sans-serif;
}
.infobox .content {
  margin:0;
  padding: 0 0 10px;
}
.popHeader {
  border-bottom:2px solid #f4f4f4;
}
.ratingRow {
  clear:both;
  padding:0px 5px 7px 5px;
  overflow:hidden;
}
#rate {
  float:left;
  width:102px;
}
#rate span {
  color:#989898;
  font-size:12px;
  line-height:18px;
}
#miles {
  float:right;
  color:#2b2c2c;
  font-size:12px;
  width:60px;
  text-align:right;
}
.address {
  clear:both;
  text-align:center;
  padding:6px 0 0 0;
}
.address p {
  display:inline;
  color:#4f5051;
  font-size:15px;
  max-width: 350px;
  line-height:20px;
  padding:0 0 0 15px;
  clear:both;
  display:inline-block;
  background:url(../content/images/popUp-locationIcon.png) no-repeat left 3px;
}
.estimated {
  clear:both;
  padding-bottom:7px;
  color:#cb2027;
  font-size:19px;
  line-height:30px;
  'Rubik', sans-serif
  font-family: 'Rubik', sans-serif;
  text-align:center;
}
.book {
  width:104px;
  height:30px;
  border-radius:20px;
  text-align:center;
  line-height:30px;
  border:none;
  font-family: 'Rubik', sans-serif;
  color:#fff;
  display:block;
  margin:auto;
  cursor:pointer;
  background:#39425f;
}
.bottomArrow {
  position:absolute;
  left:50%;
  bottom:-8px;
  margin:0 0 0 -8px;
  width:17px;
  height:8px;
  background:url(../content/images/popUp-arrow.png) no-repeat left top;
}
.pageShadow {
  position: fixed;
  top: 0;
  left:0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: none;
  background: rgba(0,0,0,0.5);
}
.bottomScroll {
  position: fixed;
  right: 46px;
  opacity: 0;
  bottom:40px;
  border-radius: 50%;
  transition: all 0.5s linear;
  background: #398581;
  z-index: 999;
}
.bottomScroll img {
  display: block;
  padding: 0;
}
.scroll_Icon .bottomScroll {
  opacity: 1;
}
.close-arrow {
  position: absolute;
  display: none;
  top: 200px;
  right: 60px;
  width: 25px;
  height: 25px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #000;
  cursor: pointer;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  background: #fff;
  z-index: 100;
}
.dropListWrap {
  display: none;
  position: absolute;
  left: 0;
  bottom:100%;
  border-radius: 0;
  right: 0;
  border-radius: 0;
  border: 1px solid #d1d1d1;
  background: #ffffff;
}
.dropListWrap input {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #f1f1f1;
}
.select-drop {
  overflow-y: scroll;
  max-height: 130px;
}
.select-drop li,#searchCompanyList li {
  list-style: none;
  height: 35px;
  line-height: 35px;
  border-top: 1px solid #f1f1f1;
  font-size: 14px;
  padding: 0 10px;
  cursor: pointer;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px 0 10px;
}
.select-drop li:hover,.select-drop li:focus,.select-drop li:active,#searchCompanyList li:hover,#searchCompanyList li.active {
  color: #fff;
  background: #80d4d4;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#80d4d4), to(#58a8a8));
  background: -webkit-linear-gradient(#80d4d4, #58a8a8);
  background: -moz-linear-gradient(#80d4d4, #58a8a8);
  background: -ms-linear-gradient(#80d4d4, #58a8a8);
  background: -o-linear-gradient(#80d4d4, #58a8a8);
  background: linear-gradient(#80d4d4, #58a8a8);
}
.infoboxclose {
background: url(../content/images/close-icon.png) no-repeat left top;
cursor: pointer;
float: right;
font-size: 0;
height: 30px !important;
line-height: 30px;
position: relative;
right: -10px !important;
text-align: center;
top: -10px !important;
width: 30px !important;
}
.infoboxclose img {
  display: none !important;
}
.popHeader h2 {
  text-align:left;
  color:#39425f;
  font-size:18px;
  line-height:20px;
  padding: 0 0 0px 5px;
  font-family: 'Rubik', sans-serif;
}
.infobox .content {
  margin:0;
  padding: 0 0 10px;
}
.popHeader {
  border-bottom:2px solid #f4f4f4;
  margin-top: -15px;
}
#rate {
  float:left;
  width:102px;
}
#rate span {
  float: left;
  color:#989898;
  font-size:12px;
  line-height:15px;
  padding-left: 5px;
}
#miles {
  float:right;
  color:#2b2c2c;
  font-size:12px;
  width:61px;
  line-height: 15px;
  text-align:right;
}
.address {
  clear:both;
  text-align:left;
  padding:6px 0 0 0;
}
.address p {
  display:inline;
  color:#4f5051;
  font-size:15px;
  line-height:20px;
  padding:0 0 0 15px;
  clear:both;
  display:inline-block;
  background:url(../content/images/popUp-locationIcon.png) no-repeat left 3px;
}
.webLink {
  clear:both;
  text-align:left;
  padding:2px 0 0 0;
}
.webLink p {
  display:inline;
  color:#190098;
  font-size:15px;
  line-height:20px;
  text-decoration: underline;
  padding:0 0 0 20px;
  clear:both;
  display:inline-block;
  background:url(../content/images/popUp-WebsiteIcon.png) no-repeat left 3px;
}
.estimated {
  clear: both;
  padding-bottom: 0px;
  padding-top: 5px;
  color: #cb2027;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Rubik', sans-serif;
  text-align:center;
}
.book {
  width:104px;
  height:30px;
  border-radius:20px;
  text-align:center;
  line-height:30px;
  border:none;
  font-family: 'Rubik', sans-serif;
  color:#fff;
  display:block;
  margin:auto;
  cursor:pointer;
  text-decoration: none;
  outline: none;
  background:#39425f;
}
.bottomArrow {
  position:absolute;
  left:50%;
  bottom:-8px;
  margin:0 0 0 -8px;
  width:17px;
  height:8px;
  background:url(../content/images/popUp-arrow.png) no-repeat left top;
}
.gmnoprint {
  display: none !important;
}
#milesSlide .ribbenSlide,#minutesSlide .ribbenSlide {
  position: absolute;
  top: -6px;
  width: 80px;
  height: 30px;
  color: #fff;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  background-color: #39425f;
}
#minutesSlide .ribbenSlide {
  right: -89px;
  background-color: #CD0A0A;
}
#milesSlide .ribbenSlide {
  left: -89px;
}
#rateYo {
  float: left;
  padding: 0;
}
.markerInfo {
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 99;
    background-color: white;
    color: #333;
    padding: 10px;
    box-shadow: 0 0 5px #5f4242;
}
.markerInfo h3 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 12px;
}
.markerInfo h2{
    margin:0;
    padding:0;
    font-weight:700;
    font-size:12px
}
.markermaping {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 99;
  margin-left: -130px;
}
.map .markermaping img {
  width: auto;
}
.markermaping ul {
  margin: 15px;
  padding: 7px;
  overflow: hidden;
  background:rgba(255,255,255,0.8);
  border: 1px solid rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 6px #BBB3B3;
}
.markermaping ul li {
  list-style: none;
  color: #333;
  padding: 4px;
  font-size: 12px;
  float: left;
}
.markermaping ul li span {
  padding-left: 8px;
  line-height: 23px;
}
.markermaping ul li img,.markermaping ul li span {
  float: left;
}
.mapInput {
  border: 1px solid #ccc !important;
  color:black !important;
  outline: none;
  height: 23px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 7px;
  text-align: center;
  border-radius: 3px;
  transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.errorText {
  border: 1px solid red !important;
}
.gm-style-iw {
  padding-left: 12px;
}
.slide1Img {
  height: 45px;
}

.slide h2 {
  color: #39425f;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font-family: 'Rubik', sans-serif;
}
.inner {
  padding-top:0;
  background: #fff; 
}
.banner {
  display:flex;
  position: relative;
}
.bannerContent {
  position: relative;
  color: #ffffff;
  text-align: center;
  font: 400 48px/58px 'Limelight', cursive;
  z-index: 99;
}
.bannerContent h2, .bannerContent h1 {
  font: 400 42px/58px 'Limelight', cursive;
}
.bannerContent strong {
  display: block;
  font-family: 'Limelight', cursive;
}
.banner img {
  width: 100%;
}
.contentSection {
  clear: both;
  padding: 52px 0;
}
.tabMenu {
  padding: 0;
  margin: 0;
}
.tabMenu li {
  float: left;
  padding: 0 29px 0 0;
}
.tabMenu li a {
  font-family: 'Rubik', sans-serif;
  color: #39425f;
  font-size: 20px;
  padding-bottom: 3px;
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
.tabMenu li a.active {
  color: #cb2027;
  border-bottom-color: #cb2027;
}
.tabMain {
  clear: both;
}
.tabContent {
  padding:0;
}
.block1,.service_block {
  padding: 15px 70px;
  font-family: 'Rubik', sans-serif;
}
.block1 h1,.block1 h2,.service_block h2,.block4 h2 {
  color: #39425f;
  font-size: 26px;
  text-align: center;
  line-height: 30px;
  font-family: 'Rubik', sans-serif;
}
.block1 p {
  color: #383838;
  font-size: 18px;
  line-height: 26px;
  padding: 15px 0 0 0;
  font-family: 'Rubik', sans-serif;
}
.block2 h1,.block2 h2,.block4 h2 {
  color: #cb2027;
}
.block4 h2 {
  text-align: left;
}
.service_block {
  clear: both;
  margin-top: 15px;
  padding: 0 0 60px 0;
  background: #353854;
}
.service_block h2 {
  color: #fff;
}
.serviceList {
  clear: both;
  margin: 0 -50px;
  padding: 0 210px;
}
.serviceList li {
  float: left;
  box-sizing:border-box;
  width: 33.333%;
  padding: 50px 50px 0;
}
.serviceIcon,.serviceIcon figure {
  margin: auto;
  width: 143px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}
.serviceIcon figure {
  display: table-cell;
}
.serviceList li h3 {
  color: #fff;
  font-size: 16px;
  padding: 0;
  margin-top: 0;
  text-align: center;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
}
.serviceListData {
  position: relative;
  width: 174px;
  height: 149px;
  padding-top: 15px;
  padding-bottom: 5px;
  cursor: pointer;
  -webkit-transition: background 0.4s 0.5s;
  transition: background 0.4s 0.5s;
  margin:auto;
}
.serviceListData:hover {
  background: #2a2d45;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.serviceListData svg {
  position: absolute;
  top: 0;
  left: 0;
}
.serviceListData svg line {
  stroke-width: 3;
  stroke: #ecf0f1;
  fill: none;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}
.serviceListData:hover svg line {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.serviceListData svg line {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.serviceListData:hover svg line {
  stroke-width: 7;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.serviceListData:hover svg line.top {
  -webkit-transform: translateX(-174px);
  transform: translateX(-174px);
}
.serviceListData:hover svg line.bottom {
  -webkit-transform: translateX(174px);
  transform: translateX(174px);
}
.serviceListData:hover svg line.left {
  -webkit-transform: translateY(149px);
  transform: translateY(149px);
}
.serviceListData:hover svg line.right {
  -webkit-transform: translateY(-149px);
  transform: translateY(-149px);
}
.serviceListData svg line.top, .serviceListData svg line.bottom {
  stroke-dasharray: 204 116;
}
.serviceListData svg line.left, .serviceListData svg line.right {
  stroke-dasharray: 178 91;
}
.block3 {
  clear: both;
  padding: 63px 0 0 0;
}
.block3 h3 {
  float: left;
  color: #11384a;
  width: 35%;
  padding: 40px 0 0 0;
  text-align: center;
  margin: 0;
  font: 37px/45px 'Limelight', cursive;
}
.section_row1 .border {
  position: relative;
  padding-top: 0 !important;
  margin: 68px 0 0 77px;
}
.section_row1 .border strong {
  font-size: 43px;
}
.block3 h3 b {
  color: #cb2027;
}
.block3 h3 span {
  display: block;
  font-size: 28px;
  line-height: 45px;
}
.block3 .border::before,.block3 .border::after {
  background:#11384a; 
}
.block3 figure {
  float: right;
  padding: 0 40px 0 0;
  margin: 0 0 0 -40px;
}
.block4 {
  clear: both;
  padding: 35px 75px 0;
  color: #383838;
  font-family: 'Rubik', sans-serif;
}
.block4 p {
  font-size: 18px;
  line-height: 26px;
  padding: 15px 0 0 0;
}
.block4 h4,.block4 h5 {
  text-align: left;
  padding: 4px 0 0 0;
  font: 600 20px/34px 'Rubik', sans-serif;
  margin: 0;
}
.block4 h5 {
  font-size: 16px;
  padding: 0 0 0 0;
  margin-top: 0;
  line-height: 18px;
  color: #4b4b4b;
}
.logoIcon {
  text-align: center;
  padding: 20px 0 0 0;
}
.contact_section {
  display: inline-block;
  box-sizing:border-box;
  width: 100%;
  padding: 34px 65px 30px;
  font-family: 'Rubik', sans-serif;
}
.contact_section .col-lg-8,.contact_section .col-lg-5,.contact_section .col-lg-12 {
  padding: 0 5px;
}
.contact_section .row {
  margin: 0 -5px;
}
.contact_section h2 {
  position: relative;
  color: #39425f;
  text-align: center;
  margin-bottom: 54px;
  padding-bottom: 5px;
  font: 400 24px/30px 'Rubik', sans-serif;
}
.contact_section h2::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -35px;
  height: 1px;
  width: 70px;
  background: #39425f;
}
.form-control {
  position: relative;
  border: 1px solid #c0c2c6;
  height: 43px;
  background: #fff;
}
.form-control input[type='text'],.form-control textarea,.form-control input[type='number'],.form-control input[type='email'] {
  position: relative;
  width: 100%;
  height: 42px;
  padding: 0 10px;
  color: #646464;
  font: 15px/40px 'Rubik', sans-serif;
  box-sizing:border-box;
  outline: none;
  border: none;
  background: none;
  z-index: 9;
  border-radius:4px; 
}
.form-control .formerrorEmail {
    position:absolute;
    color:#fff;
    z-index: 99;
    font-size:13px;
    line-height:35px;
    padding:0 10px;
    box-sizing:border-box;
    white-space:nowrap;
    left:0;
    top:37px;
    border-radius:3px;
    background:#000;
    transform:rotateY(90deg);
    transition:all 0.4s linear;
}
.formerrorEmail::before {
    content:'';
    width:0;
    height:0;
    position:absolute;
    left:0;
    top:-10px;
    border-bottom:16px solid #000;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
}
.form-control.formerrorShow .formerrorEmail {
   transform:rotateY(0deg);
}
.input {
  position: relative;
  z-index: 1;
  display: block;
}
.input__field:focus {
  outline: none;
}
.input__field--minoru {
  width: 100%;
  box-shadow: 0px 0px 0px 1px #c0c2c6;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.input__label--minoru::after {
  content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 40px;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(199,152,157, 0.6);
}

.input__field--minoru:focus {
  box-shadow: 0px 0px 0px 2px #39425f;
}

.input__field--minoru:focus + .input__label--minoru {
  pointer-events: none;
}

.input__field--minoru:focus + .input__label--minoru::after {
  -webkit-animation: anim-shadow 0.3s forwards;
  animation: anim-shadow 0.3s forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 100px 50px;
      opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 100px 50px;
      opacity: 0;
  }
}
.contact_section .form-control {
  padding: 0;
  border: none;
}
.contact_section .rowSec1 {
  padding: 7px 0;
}
.focus label span {
color:red;
}
.rowSec1 {
  padding: 13px 0;
}
.rowSec1::after,.rowSec1::before {
  clear: both;
  content:'';
  display: table;
}
.form-control.text-area {
  height: 142px;
  padding-right: 0;
}
.text-area textarea {
  height: 140px;
  line-height:20px;
  padding-top: 10px;
}
.text-area .input__label--minoru::after {
  height: 140px;
}
.btn-sub {
  color: #fff;
  width: 192px;
  height: 52px;
  border-radius: 8px;
  margin: auto;
  border: none;
  display: block;
  cursor: pointer;
  transition:all 0.3s linear;
  outline: none;
  font: 19px/52px 'Rubik', sans-serif;
  background: #39425f;
}
.btn-sub:hover,.btn-sub:focus {
  color: #FFFFFF;
  border-radius: 3;
  background: #39425F;
}
.contact_section address {
    float:left;
    padding: 10px 30px;
    color: #575757;
    font: 17px/26px 'Rubik', sans-serif;
    background:rgba(255,255,255,0.7);
}
.contact_section address strong {
    display: block;
    color: #39425f;
    padding: 0 0 15px;
    font-weight: 500;
}
.bannerInner h2, .bannerInner h1{
    /*padding-top: 96px;*/
    margin:0;
}
.termsRow1 {
  clear: both;
  padding: 14px 0 0 0;
  text-align: right;
}
.termsRow1 a {
  margin-right: 28px;
}
.cont_sect {
  padding: 0 0 20px 0;
}
.cont_sect h3 {
  color: #39425f;
  font: 19px/28px ;
}
.cont_sect p,.cont_sect h4,.cont_sect ul {
  padding: 20px 0 0 0;
  color: #313132;
  font: 400 16px/26px 'Rubik', sans-serif;
}
.cont_sect h4 {
  color: #2d2d2d;
  font-family: 'Rubik', sans-serif;
  font-weight:500;
}

.cont_sect ul li {
  padding: 5px 0 0 21px;
}
.cont_sect ul li::before {
  content: '•';
  margin-left: -21px;
  margin-right: 10px;
}
.cont_sect .list li::before {
  content: '';
  margin: 0;
}
.toBottom {
  position: fixed;
  right: 52px;
  top: 100px;
  display: none;
}
.toTop {
  position: absolute;
  right: 52px;
}

#topSecMsg{
  padding: 95px 0 0 0;
  color:white;
  text-align: center;
  font: 19px/28px 'Rubik', sans-serif;
  font-weight:500;
  text-shadow: 0 2px 7px rgba(0,0,0,0.9);
}
.mapContact {
    height:400px;
}
.thankContainer h2 {
    text-align:center;
    padding:70px 0 0;
}
.thankContainer h2 span {
    font: 400 42px/58px 'Limelight', cursive;
    color:#39425f;
    padding:0 10px 6px;
    border-bottom:2px solid #39425f;
}
.thankContainer p {
    font-family: 'Rubik', sans-serif;
    color: #39425f;
    clear: both;
    font-weight: 500;
    line-height: 22px;
    font-size:16px;
    text-align:center;
    padding: 11px 240px 26px;
}
.rowSec1 .btn-sub {
  color: #fff;
  width: 200px;
  height: 42px;
  padding: 0 0 0 0;
  border-radius: 4px;
  border: none;
  display: block;
  cursor: pointer;
  margin: auto;
  transition:all 0.3s linear;
  outline: none;
  font: 13px/41px 'Rubik', sans-serif;
  background: #39425f;
}
.rowSec1 .btn-sub:hover,.rowSec1 .btn-sub:focus {
  color: #FFFFFF;
  border-radius: 0;
  border-radius: 8px;
  outline: none;
}
#milesSlide .fa-long-arrow-right,#minutesSlide .fa-long-arrow-right {
  position: absolute;
  top: 0;
  font-size: large;
}
#milesSlide .fa-long-arrow-right {
  right: 15px;
  color: #39425f;
}
#minutesSlide .fa-long-arrow-right {
  left: 15px;
  color: #CD0A0A;
  transform:rotate(180deg);
}

.registerMail .pageShadow,.errorPopUp .pageShadow {
  display: block;
  z-index: 999;
  background: rgba(0,0,0,0.9);
}
.successPopUp .pageShadow {
  display: block;
  z-index: 999;
  background: rgba(0,0,0,0.9);
}
.mailPop {
  position: fixed;
  left: 42%;
  top: 50%;
  display: none;
  margin: -100px 0 0 -180px;
  width: 580px;
  text-align:center;
  box-sizing:border-box;
  padding: 15px 30px 0 30px;
  z-index: 9999;
  border-radius: 6px;
  background: #ffffff;
}
.registerMail {
    overflow:hidden;
}
.registerMail .mailPop {
  display: block;
}
.mailPop h2 {
  font: 400 25px/30px 'Rubik', sans-serif;
  margin: 2px 0 0 0;
}
.mailPop h2 span {
    height:25px;
    display:block;
    padding:5px 0 0 0;
}
.mailPop h2 span.success {
    background:url('../content/images/successIcon.png') no-repeat center top;
    padding-top: 20px;
}
.mailPop .popUpContent {
  width: 100%;
  padding:5px 0px 20px 0;
  color:#242323;
}
.popUpContent h3 {
    color:#39425f;
    font: 400 18px/30px 'Rubik', sans-serif;
    margin-top: 10px;
}
.popUpContent hr {
    background:#d6d6d6;
    margin: 10px 0;
}
.popUpContent p {
   font: 400 15px/24px 'Rubik', sans-serif;
}
.popUpContent h4 {
    font: 500 18px/30px 'Rubik', sans-serif;
    margin-bottom: 0;
}
.popUpContent a {
    color:#418e21;
    text-decoration:none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.notNow {
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  clear:both;
  margin:0 -30px;
  font: 400 16px/40px 'Rubik', sans-serif;
  background: #39425f;
  text-transform: uppercase;
}
.successBlock {
    position: fixed;
    left: 50%;
    top: 84px;
    display: none;
    margin: 0 0 0 -370px;
    max-width: 740px;
    text-align:center;
    box-sizing:border-box;
    border: 3px solid #418e21;
    padding: 30px 17px 34px;
    z-index: 9999;
    border-radius: 20px;
    background: #ffffff;
}
.successPopUp .successBlock {
  display: block;
}
.successIcon {
    position: absolute;
    left: 50%;
    top: -32px;
    width: 65px;
    height: 65px;
    margin: 0 0 0 -36px;
}
.successBlock h2 {
    color: #418e21;
    font: 700 20px/30px 'Rubik', sans-serif;
    text-align: center;
}
.successBlock h2 span {
    display: block;
    color: #cccaca;
    font: 400 14px/26px 'Rubik', sans-serif;
}
.close_success {
    position: absolute;
    right: 18px;
    top: 18px;
    color: #d8dce1;
    font: 400 24px/30px 'Rubik', sans-serif;
    cursor: pointer;
}
.success-row {
    padding: 32px 0 0 0;
}
.success-row:after,.success-row:before {
    clear: both;
    content:'';
    display: block;
}
.success-col-6 {
    float: left;
    padding: 0 30px;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}
.success-col-12 {
    padding: 0 30px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.success-col-6 figure{
    height: 51px;
}
.success-col-12 figure{
    width:40px;
    height: auto;
    margin:auto;
}
.success-col-12 .regisURL {
    padding: 20px 0;
}
.success-col-6 h3 {
    padding: 8px 0 22px;
    color: #39425f;
    min-height: 120px;
    margin: 0;
    font: 600 16px/22px 'Rubik', sans-serif;
}
.success-col-12 h3 {
    min-height: 1px;
}
.success-col-6 h3 span {
    display: block;
    color: #cccaca;
    font: 400 14px/18px 'Rubik', sans-serif;
}
.success-col-6:first-child h3 {
    color: #39425f;
}
.success-col-6 a {
    position: relative;
    color: #418e21;
    font: 600 15px/20px 'Rubik', sans-serif;
    word-break: break-word;
    display:block;
}
.success-col-6 a::before {
    position: absolute;
    left: 50%;
    top: -29px;
    margin: 0 0 0 -7px;
    content: '';
    clear: both;
    display: block;
    width: 14px;
    height: 14px;
    border: solid #418e21;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg)
}
.success-col-6:first-child a {
    color: #39425f;
}
.success-col-6:first-child a::before {
    border-color: #39425f;
}
.oopsBlock {
  border: 2px solid #f4502a;
  padding: 30px 0 6px 17px;
  border-radius: 6px;
  overflow: hidden;
  position: fixed;
  left: 42%;
  top: 50%;
  display: none;
  margin: -100px 0 0 -180px;
  width: 472px;
  text-align:center;
  box-sizing:border-box;
  z-index: 9999;
  background: #ffffff;
}
.close_opps {
 font-size: 15px;
 width: 25px;
 height: 25px;
 cursor: pointer;
 position: absolute;
 right: 0;
 top: 0;
 font-family: 'Rubik', sans-serif;
 text-align: center;
 line-height: 25px;
}
.oopsBlock h2 {
    float: left;
    color: #f4502a;
    font-family: 'Rubik', sans-serif;
    font-weight:500;
    font-size: 78px;
    line-height: 80px;
    margin: 0;
    padding: 0 0 0 35px;
}
.oopsBlock h2 span {
    display: block;
    font-size: 16px;
    line-height: 45px;
    color: #413f3f;
}
.oopsImg {
    float: right;
    width: 92px;
    margin: 0 55px 0 0;
}
.oopsBlock p {
    padding: 10px 0 0 0;
    margin: 0;
    clear: both;
    color: #39425f;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    line-height: 22px;
}
.oopsBlock p a {
    color: #39425f;
    font-family: 'Rubik', sans-serif;
    font-weight:500;
    text-decoration: underline;
}
.oopsBlock p a:hover {
    text-decoration: none;
}

/*======  SignUp page  ======== */

.contentSignup h2 {
  text-align: center;
  color: #39425f;
  margin: 0 0 30px;
  font:500 26px/40px 'Rubik', sans-serif;
  position:relative;
}
.contentSignup h2::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: -7px;
    width: 200px;
    height: 2px;
    background: #ccc;
}
.signupSidebar {
    border: 1px solid #ccc;
    padding: 0 15px 15px;
    margin-top: 10px;
    box-shadow: 0 0 4px #ccc;
}
.signupSidebar h3,.signupContent h3 {
  color: #cb2027;
  padding: 0 0 15px;
  font: 500 18px/26px 'Rubik', sans-serif;
}
.signupSidebar h3 {
    margin: 0 -15px;
    color: #fff;
    padding: 10px 15px;
    background: #39425f;
}
.formSection {
  clear: both;
  padding: 0 15px;
}
.formSection .row {
  clear: both;
  padding: 8px 0 0;
  margin-bottom: 5px;
}
.formSection .row label {
  display: block;
  color: #39425f;
  font: 500 13px/20px 'Rubik', sans-serif;
  margin-bottom: 0;
}
.formSection .row label span {
  display: block;
   font: 400 12px/15px 'Rubik', sans-serif;
   padding-bottom: 10px;
}
.form-block {
  clear: both;
}
.form-block input,.form-block select {
  float: left;
  width: 100%;
  height: 32px;
  box-sizing: border-box;
  color: #39425f;
  padding: 0 10px;
  font: 500 12px/32px 'Rubik', sans-serif;
  border: 1px solid #e6e6e6;
  outline: none;
  transition: all 0.3s ease-in-out;
  background: #fff;
}

.form-block input:focus,select:focus {
  box-shadow: 0 0 4px #0083b9;
}
.form-block input::-webkit-input-placeholder {
   color: rgba(57,66,95,0.5);
}

.form-block input:-moz-placeholder { /* Firefox 18- */
   color: rgba(57,66,95,0.5);  
}

.form-block input::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(57,66,95,0.5); 
}

.form-block input:-ms-input-placeholder {  
   color: rgba(57,66,95,0.5); 
}
.formSection strong {
  color: #cb2027;
  font: 14px 'Rubik', sans-serif;
  font-weight:500;
  padding: 4px 0 0 1px;
}
.mobile_pics {
  margin: 15px 0;
}
.signupContent {
 padding-left:30px;
}
.signupContent p {
  padding: 16px 0 0;
  color: #5b5b5b;
  margin:0;
  font: 400 15px/24px 'Rubik', sans-serif;
}
.signupContent h4 {
  text-align: center;
  padding: 15px 0 0;
  margin:20px 0 10px 0;
  color: #39425f;
  font: 500 20px/30px 'Rubik', sans-serif;
}
.signupContent h4 span {
    display: inline-block;
    padding: 10px 65px;
    border-top: 1px solid #39425f;
    border-bottom: 1px solid #39425f;
}
.signupContent h4 strong {
    display:block;
}
.signupContent h5 {
    padding: 6px 0 0;
    color: #cb2027;
    font: 500 18px/26px 'Rubik', sans-serif;
}
.signupContent h5 a {
    color: #cb2027;
}
.signupContent ol {
  padding: 0 20px 0 20px;
}
.signupContent ol li {
  list-style-type: decimal;
  color: #5b5b5b;
  font: 15px/24px 'Rubik', sans-serif;
  padding: 10px 0 0 0;
}
.signupContent ol li figure {
  margin: 15px 0 0 -40px;
}
#submit, #submit1 {
  width: 154px;
  height: 42px;
  margin: 0 auto;
  display: block;
  font: 400 18px/42px 'Rubik', sans-serif;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  outline: none;
  border: 1px solid transparent;
  background: #39425f;
}
#submit:focus, #submit1:focus {
  border-color: #ccc;
  border-radius: 0;
  color: #39425f;
  background: #f2f2f2;
}
.loadingHome .myLoadingbar,.loadingfullscreen .myLoadingbar-fullscreen {
  display: block;
}
.loadingfullscreen {
    overflow: hidden;
}
.myLoadingbar,.myLoadingbar-fullscreen {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  transition: all 0.2s linear;
  background: rgba(0,0,0,0.5);
}
.myLoadingbar-fullscreen {
    position:fixed;
}
.cssload-container * {
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
}
.cssload-container {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -10px;
}
.cssload-container ul li{
	list-style: none;
}
.cssload-flex-container {
	display: flex;
		display: -o-flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: -moz-flex;
	flex-direction: row;
		-o-flex-direction: row;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
	flex-wrap: wrap;
		-o-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
	justify-content: space-around;
}
.cssload-flex-container li {
	height: 97px;
	width: 97px;
	position: relative;
	text-align: center;
}

.cssload-loading, .cssload-loading:after, .cssload-loading:before {
	display: inline-block;
	position: relative;
	width: 5px;
	height: 49px;
	background: rgb(255,255,255);
	margin-top: 5px;
	border-radius: 975px;
		-o-border-radius: 975px;
		-ms-border-radius: 975px;
		-webkit-border-radius: 975px;
		-moz-border-radius: 975px;
	animation: cssload-upDown2 1.15s ease infinite;
		-o-animation: cssload-upDown2 1.15s ease infinite;
		-ms-animation: cssload-upDown2 1.15s ease infinite;
		-webkit-animation: cssload-upDown2 1.15s ease infinite;
		-moz-animation: cssload-upDown2 1.15s ease infinite;
	animation-direction: alternate;
		-o-animation-direction: alternate;
		-ms-animation-direction: alternate;
		-webkit-animation-direction: alternate;
		-moz-animation-direction: alternate;
	animation-delay: 0.29s;
		-o-animation-delay: 0.29s;
		-ms-animation-delay: 0.29s;
		-webkit-animation-delay: 0.29s;
		-moz-animation-delay: 0.29s;
}
.cssload-loading:after, .cssload-loading:before {
	position: absolute;
	content: '';
	animation: cssload-upDown 1.15s ease infinite;
		-o-animation: cssload-upDown 1.15s ease infinite;
		-ms-animation: cssload-upDown 1.15s ease infinite;
		-webkit-animation: cssload-upDown 1.15s ease infinite;
		-moz-animation: cssload-upDown 1.15s ease infinite;
	animation-direction: alternate;
		-o-animation-direction: alternate;
		-ms-animation-direction: alternate;
		-webkit-animation-direction: alternate;
		-moz-animation-direction: alternate;
}
.cssload-loading:before {
	left: -10px;
}
.cssload-loading:after {
	left: 10px;
	animation-delay: 0.58s;
		-o-animation-delay: 0.58s;
		-ms-animation-delay: 0.58s;
		-webkit-animation-delay: 0.58s;
		-moz-animation-delay: 0.58s;
}
@keyframes cssload-upDown {
	from {
		transform: translateY(19px);
	}
	to {
		transform: translateY(-19px);
	}
}
@-o-keyframes cssload-upDown {
	from {
		-o-transform: translateY(19px);
	}
	to {
		-o-transform: translateY(-19px);
	}
}
@-ms-keyframes cssload-upDown {
	from {
		-ms-transform: translateY(19px);
	}
	to {
		-ms-transform: translateY(-19px);
	}
}

@-webkit-keyframes cssload-upDown {
	from {
		-webkit-transform: translateY(19px);
	}
	to {
		-webkit-transform: translateY(-19px);
	}
}

@-moz-keyframes cssload-upDown {
	from {
		-moz-transform: translateY(19px);
	}
	to {
		-moz-transform: translateY(-19px);
	}
}

@keyframes cssload-upDown2 {
	from {
		transform: translateY(29px);
	}
	to {
		transform: translateY(-19px);
	}
}

@-o-keyframes cssload-upDown2 {
	from {
		-o-transform: translateY(29px);
	}
	to {
		-o-transform: translateY(-19px);
	}
}

@-ms-keyframes cssload-upDown2 {
	from {
		-ms-transform: translateY(29px);
	}
	to {
		-ms-transform: translateY(-19px);
	}
}

@-webkit-keyframes cssload-upDown2 {
	from {
		-webkit-transform: translateY(29px);
	}
	to {
		-webkit-transform: translateY(-19px);
	}
}

@-moz-keyframes cssload-upDown2 {
	from {
		-moz-transform: translateY(29px);
	}
	to {
		-moz-transform: translateY(-19px);
	}
}

#searchCompanyList {
    display:none;
    max-height:178px;
    overflow-y:auto;
    position:absolute;
    bottom:100%;
    width: 100%;
    border-radius: 0;
    margin: 0 -30px 0 0;
    border: 1px solid #d1d1d1;
    background: #ffffff;
}
#searchCompanyList ul,.select-drop {
    margin:0;
}
.fa.searchClose,.placeSearchClose  {
    position:absolute;
    right:10px;
    top:12px;
    color: #fff;
    display:none;
    cursor:pointer;
}
.emailRow .errorEmail {
    position:absolute;
    display: none;
    color:#fff;
    font-size:13px;
    line-height:35px;
    padding:0 10px;
    box-sizing:border-box;
    white-space:nowrap;
    left:0;
    top:37px;
    border-radius:3px;
    background:#000;
    transform:rotateY(90deg);
    transition:all 0.4s linear;
}
.errorEmail::before {
    content:'';
    width:0;
    height:0;
    position:absolute;
    left:0;
    top:-10px;
    border-bottom:16px solid #000;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
}
.emailRow.errorShow .errorEmail {
    display: block;
   transform:rotateY(0deg);
}
 
.fieldRow .errorShow input {
    border-color:red;
}
.termsRow .checkItem {
  display: none;
}
.termsRow {
  text-align: left;
}
.termsRow label,.termsRow a {
  line-height: 28px !important;
  color: #39425f;
  vertical-align: top;
  display:inline-block !important;
  cursor: pointer;
}
.termsRow label strong {
  float: none !important;
  display: inline-block;
}
.termsRow a {
    text-decoration:underline;
}
#subDomainSuggestions label:empty{
    display:none;
}
#subDomainSuggestions div:empty{
    display:none;
}
.checkItem + .check-btn {
    float: left;
    width: 18px;
    height: 18px;
    margin: 0 8px -4px 0;
    background: url(../content/images/check-bx1.png) no-repeat left center;
}
.checkItem:checked + .check-btn {
    background: url(../content/images/check-bx-checked1.png) no-repeat left center;
}
.logoinner {
    margin: 15px 0 0 0;
    width: 120px;
}
.errorContent {
    text-align: center;
    overflow: hidden;
    padding: 15px 0 15px;
}
.errorContent h2 {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    line-height: 40px;
    font-size: 35px;
    color: #5c5c5c;
}
.errorContent h2 span {
    display: block;
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
}
.Img1404 img {
    width: 150px;
}
.Img2404 img {
    width: 110px;
}
.Img2404 {
    padding: 15px 0 0 0;
}
.errorContent ul {
    clear: both;
    padding: 13px 0 0 0;
}
.errorContent ul li {
    display: inline-block;
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
}
.errorContent ul li a {
    display: block;
    min-width: 220px;
    height: 40px;
    color: white;
    line-height: 40px;
    border-radius: 10px;
}
.errorContent ul li:nth-child(1) a {
    background: #cb2027;
}
.errorContent ul li:nth-child(3) a {
    background: #39425f;
}
.errorContent ul li a:hover {
    text-decoration: none;
}
.errorFooter,.wrapper:after {
    clear: both;
    height: 60px;
    text-align: center;
}
.errorFooter p {
    color: #39425f;
    font-family: 'Rubik', sans-serif;
    font-weight:500;
    font-size: 16px;
    line-height: 25px;
}
.errorFooter p span {
    display: block;
}
.wrapper {
    min-height: 100%;
    margin-bottom: -60px;
}
#signupSecHeader {
  height: 48px;
}
.contentSignup h2 a {
  display: inline-block;
  width: 88px;
}
.formHeader {
    font-size: 16px !important;
}

footer .container a{
    float: left;
}
footer .container span {
    display: block;
    color:white;
    padding-top:3px;
}
.noscriptclass {
    display: inline;
}
.noscriptclass img {
    border-style:none;
}
.regLabel {
    font-family: 'Rubik', sans-serif;
}
.regLabel i {
    font-size: 16px;
}
#googleMap {
    float: left;
    width: 100%;
    height:450px;
}
#minutesSlide {
    display:block;
}
.lrgScreen{
    position:inherit !important;
}
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}
.partnerBlock {
    position: absolute;
    right: 10px;
    top: -50px;
}
.partnerBlock a {
    text-decoration: none !important;
}
.partnerBlock a span {
    display: block;
}
.videoPop  {
    display:none;
    position:fixed;
    top:0;
    right:0;
    left:0;
    bottom:0;
    height: 100%;
    z-index: 999;
}
.videoShadow {
    position:fixed;
    top:0;
    right:0;
    left:0;
    bottom:0;
    z-index:9;
    background:rgba(0,0,0,0.6);
}
.clsVideo {
    position: absolute;
    right: 0;
    top: 0;
    color: red;
    font-size: 24px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    text-align: center;
    z-index: 99;
}
}
.interestResp {
    display: block;
    text-align: center;
    padding-top: 10px;
    color: #000;
    font-weight: 700;
}
/*responsive */

@media (min-width: 992px){

.signupSidebar {
    position:absolute;
    right:0;
    top:0;
    width:33.33333333%;
}

}

@media (min-width: 992px) and (max-width:1199px){
.formHeader {
    font-size: 14px !important;
}
  .bannerContent h2, .bannerContent h1 {
    font: 400 33px/47px 'Rubik', sans-serif;
  }
  .block3 figure {
    padding: 0;
    margin: 0;
    width: 50%;
  }
  .block3 h3 {
    padding-top: 0;
  }
  .block5 h6, .block5 h2 {
    font-size: 30px;
  }
  footer .homeft li {
    padding: 0 12px;
  }
  .online-schedule-section .border {
      width:50%;
  }
}
@media (max-width: 991px){
.thankContainer p {
    font-size:15px;
    padding: 11px 10% 26px;
}
 .formHeader {
        font-size: 14px !important;
    }
 .services ul li a {
     width:117px;
 }   
.contentSec1 {
    padding: 20px 0 0;
}
.contentSec1 h2 {
    min-height: 20px;
    margin-bottom: 15px;
}
.contentSec1 figure {
    min-height: 20px;
    display: block;
    display: -webkit-block;
    display: -ms-block;
    margin-bottom: 15px;
}
.contentSignup h2 {
    margin: 20px 0 0;
    font: 500 20px/35px 'Rubik', sans-serif;
}
.signupSidebar h3, .signupContent h3 {
    font: 500 15px/30px 'Rubik', sans-serif;
}
.signupContent p {
    font: 400 14px/24px 'Rubik', sans-serif;
}
.signupContent h4 {
    font: 500 20px/30px 'Rubik', sans-serif;
}
.contact_section h2 {
  padding-bottom: 24px;
}
.rowSec1 {
  padding: 0;
}
.rowSec1 .btn-sub {
  margin-top: 15px;
}
.rowSec1 .col-lg-6,.rowSec1 .col-lg-12 {
  width: 100%;
  margin-top: 22px;
}
.contact_section {
  margin: 54px 0 0;
  padding: 14px 25px 60px;
}
.bannerContent h2, .bannerContent h1 {
  font: 400 24px/31px 'Rubik', sans-serif;
}
.serviceList li {
  width: 32.33%;
}
.serviceList li h3 {
  font-size: 19px;
}
.block3 figure {
  padding: 0;
  margin: 0;
  width: 50%;
}
.block3 h3 {
  font: 500 33px/42px 'Rubik', sans-serif;
}
.section_row1 .border {
    margin:0;
}
.block3 h3 span {
    font-size: 23px;
    line-height: 33px;
}
.block1, .service_block {
  padding: 30px;
}
.block4 {
  padding: 35px 0 0;
}
.inner {
  padding-bottom: 40px;
}
.serviceList {
  padding: 0 85px;
}
footer .homeft li {
  padding: 0 4px;
}
footer .homeft li a,footer {
  font-size: 13px;
}
.contentSec1 .col-lg-4::before {
    content:none;
}
.catagories li {
    display: block;
    width: 33.333%;
    float: left;
    margin: 10px 0;
    box-sizing: border-box;
    clear: none !important;
}
.online-schedule-section .border {
    width:80%;
    font:37px/45px 'Limelight', cursive;
}
}

@media (max-width: 768px){
header,.topSection {
    height:auto !important;
}
footer {
    height:auto !important;
}
.thankContainer h2 {
    padding-top:20px;
}
.thankContainer h2 span {
    font: 400 34px/58px 'Limelight', cursive;
}
.thankContainer p {
    padding: 11px 0 26px;
}
.topSection {
   text-align: center; 
}
nav .parent::after {
    top:11px !important;
    border-top: 6px solid #9c8b8b !important;
}
.appbtns,.appbtns a,.topSection ul,.topSection ul li {
    float:none !important;
}
.appbtns a,.topSection ul li {
    display:inline-block;
}
.mb_menu {
    display: block;
}
.locationSecList {
    display:none !important;
}
nav {
    display: block;
    position: absolute;
    left: 0;
    background: #fff;
    top: 40px;
    z-index: 9;
}
nav li {
    float: none;
}
nav li a {
    color: #39425f !important;
    border-bottom: 1px solid #39425f;
}
.topSection ul li {
    padding: 0 7px;
    margin-left:3px !important;
}
.appbtns a {
    margin-right: 5px !important;
}
.formHeader {
    font-size: 14px !important;
}
.services {
    margin: 0;
} 
.contact_section .col-lg-6 {
  width: 100%;
  margin-top: 30px;
}    
.contact_section .col-lg-6 {
  width: 100%;
  margin-top: 30px;
}  
.toBottom {
  top: 125px;
  right: 40px;
}
.cont_sect h3 {
  font: 500 17px/22px 'Rubik', sans-serif;
}
.cont_sect p, .cont_sect h4, .cont_sect ul {
  padding: 10px 0 0 0;
  font: 400 13px/26px 'Rubik', sans-serif;
} 
.contact_section h2 {
  font-size: 20px;
  padding: 0 10px 0;
}
.contact_section {
  margin: 24px 0 0;
  padding: 14px 0 30px;
}
.contact_section address {
  padding: 10px 0 0 0;
  font: 500 20px/26px 'Rubik', sans-serif;
}
.contact_section address strong {
  padding-bottom: 20px;
}
.serviceList li {
  width: 48%;
  padding-top: 20px;
} 
.bannerContent {
  display: block;
}
.bannerInner {
    display:block;
}
.headerTop {
  height: auto;
}
.signupSec {
    height:46px;
}
#signupSecHeader,#signupSecHeader.scrollFixed  {
  height:46px;
}
#googleMap {
    width:100% !important;
}    
nav {
  top: 83px;
  padding: 0 10px;
  left: 0;
  right: 0;
  padding: 0 10px;
  overflow-y: auto;
}
#signupSecHeader nav {
    top:48px;
}
.mb_menu {
  margin-top: 10px;
  cursor: pointer;
  position: absolute;
  z-index: 9;
  right: 41px;
  float: left;
}
.mb_menu span {
  background: #fff;
}
.signupSec .mb_menu {
    position:relative;
    left:0;
}
.signupSec .mb_menu span {
  background: #6fbf39;
}
.emailRow {
  margin-top: 5px;
}
.popUpContent {
  margin-top: 5px;
}
.registration {
  width: 100%;
}
.registration {
  width: 100%;
  height: auto;
  padding: 10px;
}
.registration label {
  line-height: 23px;
  float: none;
  margin-right: 0;
}
.emailRow {
  width: 100%;
}
.popUpContent {
  width: 100%;
}
.services {
  height: auto;
  overflow: hidden;
} 
.services ul,.services ul li {
  display: block;
  border: none;
}
.services ul li {
  margin: 3px;
  display: block;
  border: none;
  clear: both;
  cursor: pointer;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  overflow: hidden;
}
.services ul li a {
  float: left;
}
.services ul li h6 {
  float: left;
  clear: none;
  padding: 15px 0 0 0;
    color: #fff;
}
.services ul li::before {
    content: none;
}
footer {
  height: auto;
  line-height: 30px;
  padding: 10px 0;
  font-size: 12px;
}
footer ul,footer .right {
  float: none;
}
footer .homeft {
  padding: 0;
    float: none;
}
footer .homeft li a {
  font-size: 13px;
}
footer .homeft li {
  padding: 0 10px;
  float: none;
}
.main {
  padding-bottom: 27px;
}
.topSec {
  background-size: cover;
  padding-bottom: 15px;
}
.col-xs-12 {
  margin-top: 10px;
}
.selectbx, .distance, .search-sec,.search, .placeSearch {

  font-size: 14px;
  width: calc(100% - 100px);
  float: left;
}
.label-title1 {
  font-size: 17px;
  float: left;
  width: 100px;
}
#topSecMsg{
  font-size: 16px;
}
.serviceList {
    padding: 0 47px;
}
.block3 {
  padding-top: 20px;
}
.block3 h3 {
  width: 100%;
  margin: 68px 0 0 0;
  font: 500 25px/42px 'Rubik', sans-serif;
}
.block3 h3 span {
  font-size: 17px;
  line-height: 33px;
}
.block1 h1,.block1 h2, .service_block h2,.block4 h4, .block4 h5  {
  font-size: 25px;
  line-height: 30px;
}
.block1 p,.block4 p {
  font-size: 16px;
  line-height: 25px;
  padding: 0;
}
.block3 figure {
    width: 100%;
    margin-top: 30px;
}
.block4 h4, .block4 h5 {
  padding: 10px 0 15px;
}
.block3 {
  padding: 20px 0 0 0;
}
.row {
  margin: 0 !important;
}
.block1, .service_block {
  padding: 0;
}
.service_block {
    padding-bottom:30px;
}
.mailPop {
  width: 300px;
  margin-left: -150px;
  overflow-y:auto;
}
.mailPop h2 {
  font-size: 20px;
}
.errorContent h2 {
  line-height: 35px;
  font-size: 30px;
}
.errorContent ul li {
  line-height: 40px;
  font-size: 15px;
  box-sizing: border-box;
}
.errorContent ul li a {
  display: block;
  min-width: 170px;
  height: 40px;
  line-height: 40px;
}
.successContent {
  overflow-y: auto;
  max-height: 300px;
}
.successBlock {
  left: 0;
  margin-left: 0;
}
.successBlock h2 {
  font: 700 16px/26px 'Rubik', sans-serif;
}
.successBlock h2 span {
  font: 400 13px/22px 'Rubik', sans-serif;
}
.success-col-6 h3 {
  min-height: 75px;
}
.success-col-6 {
  width: 100%;
  padding: 15px;
}
.success-col-6 h3 {
  font: 600 15px/18px 'Rubik', sans-serif;
}
.success-col-6 h3 span {
  font: 400 13px/15px 'Rubik', sans-serif;
}
.success-col-6 a::before {
  top: -20px;
  width: 10px;
  height: 10px;
}
.successPopUp {
  overflow: hidden;
}
.successIcon {
  top: -19px;
  width: 38px;
  height: 38px;
  margin: 0 0 0 -19px;
}
.successIcon img {
  max-width: 100%;
  height: auto;
}
.close_success {
  top: 4px;
}
.success-row {
  padding: 0;
}
#businessType {		
    width:100%;		
    margin-bottom:5px;		
}
.catagories li {
    width: 50%;
    float: left;
    margin: 10px 0 !important;
}
.online-schedule-section .border {
    width:80%;
    font:37px/45px 'Limelight', cursive;
}


}
@media (max-height: 640px){
.thankContainer h2 span {
    font: 400 24px/28px 'Limelight', cursive;
}
.formHeader {
    font-size: 14px !important;
}
  .mailPop {
  margin-top: 0 !important;
 }
 .successContent {
    max-height: 450px;
  }     
}
@media (max-width: 480px){
    .formHeader {
        font-size: 13px !important;
    }
.thankContainer h2 span {
    font: 400 20px/24px 'Limelight', cursive;
}
.thankContainer p {
    font-size:13px;
    padding: 11px 0 10px;
}
  .serviceList li{
    width: 100%;
  }
  .block3 h3 {
    font: 500 20px/30px 'Rubik', sans-serif;
  }
  .block3 h3 span {
    font-size: 13px;
    line-height: 30px;
  }
  .block1 h1,.block1 h2, .service_block h2,.block4 h4, .block4 h5  {
    font-size: 20px;
    line-height: 30px;
  }
  .block1 p,.block4 p {
    font-size: 13px;
    line-height: 20px;
  }
  footer ul li a {
    font-size: 12px;
  }
   .errorContent ul li {
    font-size: 12px;
    padding: 0 5px;
   }
   .errorContent ul li a {
    min-width: 115px;
   }
    .errorFooter p {
        font-size: 14px;
        line-height: 20px;
    }
    .successContent {
        max-height: 200px;
      } 
}
@media (max-height: 300px){
    .formHeader {
        font-size: 12px !important;
    }
 .successContent {
    max-height: 120px;
  }     
}