/*@font-face {*/
/*  font-family: 'Rubik';*/
/*  font-style: normal;*/
/*  font-weight: 300;*/
/*  src: local('Rubik Light'), local('Rubik-Light'), */
/*  url(./fonts/lr6Pb3GuskYO6A0ddSEJcvesZW2xOQ-xsNqO47m55DA.woff) format('woff');*/
/*}*/
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: local('Rubik'), local('Rubik-Regular'), 
  url(./fonts/KOAvUwfoM3DiLr6_Ac8qkg.woff) format('woff');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: local('Rubik Medium'), local('Rubik-Medium'), 
  url(./fonts/dr9AO_oRJOJvBo3VnoPe1_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: local('Rubik Bold'), local('Rubik-Bold'), 
  url(./fonts/dwBNC4Sd5CDAYmaqw1hU7PesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Limelight';
  font-style: normal;
  font-weight: 400;
  src: local('Limelight'), 
  url(./fonts/kD_2YDkzv1rorNqQ2oFK5j8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

.topSection {
	height: 40px;
	border-bottom: 1px solid #3d4060;
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	line-height: 40px;
}
.appbtns {
	float: left;
}
.appbtns a {
    float: left;
    width: 98px;
    margin-right: 10px;
    margin-top: -2px;
}
header {
	position: relative;
	border-bottom: 1px solid #3d4060;
	background: #353854;
}
header::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 1px;
	background: #3d4060;
}
.topSection ul {
	float: right;
	margin: 0;
}
.topSection ul li {
	float: left;
	padding: 0 10px;
	font-size: 12px;
	margin-left: 18px;
	position: relative;
	color: #fff;
	font-family: 'Rubik';
    font-weight: 500;
	cursor:pointer;
}
.topSection {
	position: relative;
	z-index: 99;
}
.topSection ul li .fa {
	font-size: 11px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.topSection ul > li.parent:after, .topSection ul > li.parent:before,
.topSection li ul:after,.topSection li ul:before,.DropsubList ul:after,.DropsubList ul:after {
	top: 18px;
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.topSection ul > li.parent:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #ffffff;
    border-width: 3px;
    margin-left: -3px;
}
.topSection ul > li.parent:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #ffffff;
    border-width: 5px;
    margin-left: -5px;
}
.topSection li ul:after,.topSection li ul:before,.DropsubList ul:after,.DropsubList ul:after {
	left: 22px;
	top:auto;
	bottom: 100%;
}
.topSection li ul:after,.DropsubList ul:after  {
	border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #ffffff;
    border-width: 7px;
    margin-left: -7px;
}
.topSection li ul:before,.DropsubList ul:before {
	border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #ebebeb;
    border-width: 10px;
    margin-left: -10px;
}
.dropbox,.DropsubList {
    background: #fff;
    border: 1px solid #ebebeb;
  	position: absolute;
  	top: 100%;
  	left: 0;
  	display:none;
  	color: #fff;
  	z-index: -1;
    width: 320px;
    padding: 0 0 15px;
  	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.dropbox ul,.DropsubList ul {
  width: 100%;
}
.topSection li ul li,.DropsubList ul li {
	float: none;
	padding: 20px 15px 0;
	margin: 0;
}
.topSection li ul li:after,.topSection li ul li:before {
	display: none;
}
.friendlySelectbx {
  position: relative;
  width: 100%;
}
.frindlySelect {
  display: none;
}
.labelText,.fieldText {
	position: relative;
	height: 32px;
	padding: 0 15px;
	cursor: pointer;
	font: 12px/32px 'Rubik', sans-serif;
	color: rgb(102, 102, 102);
	border: 1px solid rgb(192, 192, 192);
	background: #fff;
	z-index: 1;
	width: 100%;
}
.fieldText {
	cursor: text;
	outline-color:#e1e9ee; 
}
.labelText:after {
	content: '';
	position: absolute;
	right: 40px;
	top: -1px;
	height: 32px;
	width: 1px;
	border-left: 1px solid rgb(192, 192, 192);
}
.labelText:before {
	top: 42%;
	right:13px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.labelText:before {
	border-color: rgba(225, 233, 238, 0);
	border-top-color: #e1e9ee;
	border-width: 7px;
	margin-left: -7px;
}
.dropdownList {
  position: absolute;
  left: 0;
  right: 0;
  width: 100% !important;
  top: 100%;
  max-height: 130px;
  min-height: inherit !important;
  overflow-y: scroll;
  overflow-x:hidden; 
  padding:0;
  margin: 0 0 0;
  border: 1px solid rgb(192, 192, 192);
  border-top: none;
  background: #fff;
  z-index: 991;
}
.dropdownList li:fisrt-child {
	border: none;
}
.dropdownList li {
  list-style: none;
  padding: 5px 15px !important;
  margin: 0 !important;
  line-height: 26px;
  cursor: pointer;
  font-weight: 400 !important;
  color: rgb(102, 102, 102) !important;
  border-top: 1px solid rgb(192, 192, 192);
  transition: all 0.5s linear;
}
.dropdownList li:hover {
  color: #39425f;
  background: #eaeff3;
}
.topSection .btn-sub {
	float: left;
    width: auto;
    height: 32px;
    padding: 0 25px;
    border-radius: 0; 
    outline: none;
    transition: all 0.3s ease-in-out;
    margin-top: 5px;
    font: 13px/32px 'Rubik', sans-serif;
    background: #32381d;
}
.topSection .btn-sub:hover {
	background: rgb(133, 211, 211);
}
.fieldText::-webkit-input-placeholder { 
  color: rgb(102, 102, 102);
}
.fieldText::-moz-placeholder { 
  color: rgb(102, 102, 102);
}
.fieldText:-ms-input-placeholder { 
  color: rgb(102, 102, 102);
}
.fieldText:-moz-placeholder {
  color: rgb(102, 102, 102);
}
.errorEmail {
	position: fixed;
	right: 0;
	top: 0;
	display: none;
	width: 320px;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	padding: 10px 30px 10px 40px;
	background: #ee4758;
	z-index: 999;
}
.errorEmail .fa {
	position: absolute;
	left: 10px;
	top: 12px;
	font-size: 14px;
}
.errorEmail::before {
	display: none;
}
.cls {
	position: absolute;
	right: 10px;
	top: 6px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.cls:hover {
	text-decoration: none;
}
.locationSec {
	position: relative;
}
.locationSecLabel {
	padding-right: 21px;
}
.mapIcon {
	position: absolute;
    right: 0;
    cursor: pointer;
    top: -4px;
    display: block;
    width: 14px;
}
.mapIcon img {
	object-fit: contain;
}
.section1 {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.section1 .image {
  background-image: url('../content/images/home-banner.jpg');
}

nav li a {
	position: relative;
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-size: 12px;
    font-weight: 500;
}
nav li a:focus {
    color: #fff;
    text-decoration: none;
}
nav li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform-origin: left center;
    transition: all .15s ease-out;
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background-color: #fff;
}
nav li a:hover:after, nav .active:after{
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
}
nav li a:hover, nav .active {
    color: #fff;
    text-decoration: none;
}
nav .focused {
    color:#fff !important;
    background:#39425f;
}
.fullscreen-search-overlay .showdowSearch {
    visibility: visible;
    opacity: 1;
}
.fullscreen-video-overlay .bannerVideo {
    display: block;
}
.showdowSearch,.bannerVideo {
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 999;
    cursor: default;
    visibility: hidden;
    background-color: rgba(0,0,0,.90);
    text-align: center;
    transition: all ease-in-out .25s;
}
.bannerVideo {
  opacity: 1;
  display: none;
  visibility: visible;
}
.fullscreen-searchform {
	position: relative;
}
.fullscreen-search-input {
    width: 800px;
    background-color: transparent;
    box-shadow: 0 3px 0 0 rgba(255,255,255,.5);
    border: 0;
    text-align: center;
    font-size: 24px;
    padding: 23px 100px 16px 20px;
    color: #fff;
    outline: none;
    transition: all .3s ease-out;
}
.fullscreen-search-wrapper p {
    font-size: 14px;
    margin-bottom: 40px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.fullscreen-search-wrapper {
    display: inline-block;
    max-width: 1000px;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    ms-transform: scale(.9);
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .3s;
}
.fullscreen-search-overlay .fullscreen-search-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    ms-transform: scale(1);
}
.showdowSearch:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
}
.fa-search,.myLocation {
    position: absolute;
    right: 15px;
    top: 28px;
    font-size: 25px;
    color: #fff;
    opacity: 0.7;
    cursor:pointer;
}
.myLocation {
    right:55px;
    width: 25px;
}
.fullscreen-close,.fullscreen-video-close {
	position: absolute;
    right: 50px;
    top: 70px;
    color: #fff;
    font-size: 20px;
    transition: -webkit-transform ease-out .2s;
    transition: transform ease-out .2s;
    transition: transform ease-out .2s,-webkit-transform ease-out .2s;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    height: 26px;
}
.fullscreen-close:hover,.fullscreen-video-close:hover {
	text-decoration: none;
	color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.home-banner,.banner {
	position: relative;
	 background: #353854;
	 height: 460px;
}
.home-banner::after,.banner::after {
	content: '';
	position: absolute;
	bottom: -65px;
	width: 100%;
	height: 430px;
	background: url(../content/images/bg-w30.png) no-repeat center bottom;
	background-size: contain;
}
.service-banner {
    position: relative;
    z-index: 99;
    top: -88px;
    transform: scale(0.7,0.7);
}
.home-bannerTopSec {
	font-family: 'Rubik', sans-serif;
	color: #fff;
	text-align: center;
  position: relative;
  z-index: 9;
}
.home-bannerTopSec h2 {
	font-size: 40px;
    padding-bottom: 12px;
}
.catagories {
	clear: both;
	text-align: center;
	padding: 115px 0 15px;
	background:#f4f3f0;
}
.catagories-inner{
    padding: 135px 0 15px;
    margin-top:-90px;
}
.catagories ul {
	display: table;
	width: 100%;
}
.catagories li {
	display: table-cell;
	padding: 0 15px;
	cursor: pointer;
}
.catagories li .iconCircle {
	position: relative;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	margin: auto;
	line-height: 85px;
	transition: all 0.3s ease-in-out;
}
.catagoryData:hover .iconCircle{
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
.catagoryData .iconCircle img {
     -webkit-transform: scale(0.7);
    transform: scale(0.7);
}
.catagoryData {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    overflow: hidden;
    transition: all .5s 0s;
    -moz-transition: all .5s 0s;
    -webkit-transition: all .5s 0s;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom:10px;
	background:#fff;
}
.catagoryData:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fcb43f;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.catagoryData:hover:before,.catagories li.selected .catagoryData:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.catagories li h3 {
	color: #353854;
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	line-height: 40px;
	margin:0;
	padding-bottom: 10px; 
}
.catagories-inner li h3 {
    font-size: 13px;
    line-height: 25px;
}
.catagories-inner li .iconCircle {
    width: 75px;
    height: 75px;
    line-height: 75px;
}
.contentSec1 figure {
	min-height: 1px;
	width: 200px;
}
.contentSec1 .quote1 {
	min-height: 1px;
	width: 320px;
	color:#f59719;
	font-size:24px;
	line-height:32px;
	font-family: 'Rubik', sans-serif;
	text-align:right;
	font-weight:400;
	margin-top:0;
	margin-bottom:0;
	padding:10px 30px 10px 0;
	border-right:5px solid #ececec;
}
.contentSec1 .quote1 span {
    font-size:15px;
    display:block;
    line-height:22px;
}
.contentSec1 .quote2 {
    border:none;
    padding:10px 0 10px 30px;
    color:#2189a3;
    text-align:left;
    border-left:5px solid #ececec;
}
.contentSec1 .quote2 strong {
    display:block;
    color: #2189a3;
    font: 500 15px/22px 'Rubik', sans-serif;
    padding-top:3px;
}
.contentSec1 figure.floatl,.contentSec1 .quote1.floatl {
	margin-right: 30px;
}
.contentSec1 figure.floatr,.contentSec1 .quote1.floatr {
	margin-left: 30px;
}
.secCont1 {
	width: calc(100% - 230px);
}
.catagorySec1  {
	width: calc(100% - 370px);
}
.contentSec1 {
	overflow: hidden;
}
.catagoryContentSec1 {
    text-align:left;
}
.contentSec1 .col-lg-12 {
	padding: 30px 0;
}
.catagoryContentSec1 h4 {
    color:#39425f;
    font-family: 'Rubik', sans-serif;
    font-size:26px;
    line-height:26px;
    margin:0 0 20px;
}
.catagoryContentSec1 .appbtns {
    float:none;
    margin:auto;
    width:240px;
    padding-top:10px;
}
.catagoryContentSec1 .appbtns a {
    width:110px;
}
/** animated boxes **/
.floatl {
	float: left;
}
.floatr {
	float: right;
}
.animBlock {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  -webkit-transition: all .55s ease-in;
  -moz-transition: all .55s ease-in;
  -ms-transition: all .55s ease-in;
  -o-transition: all .55s ease-in;
  transition: all .55s ease-in;
}
.animBlock[data-position="left"] { left: -20%; }
.animBlock[data-position="right"] { right: -20%; }

.animBlock[data-position="left"].viewed {
  left: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.animBlock[data-position="right"].viewed {
  right: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.multiCal-sec {
	background: #eeeeed;
}
.contentSec1 h1, .contentSec1 h2 {
	padding-top: 10px;
}
footer {
	padding: 5px 0 0;
}
.footerLogo {
	float: none !important;
    width: 115px;
    display: block;
    margin: auto;
}
.socialMedia li {
	list-style: none;
	display: inline-block;
	margin: 0 10px;
}
.socialMedia li a {
	color: #39425f;
	font-size: 17px;
}
.search-sec .fa-search {
    width: 40px;
    height: 34px;
    position: absolute;
    right: -2px;
    top: 0;
    font-size: 17px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    color: #fff;
}
#mouse-scroll {
  style: block;
}
#mouse-scroll {
    position: absolute;
    margin: auto;
    right: 0;
    -webkit-transform: translateX(-50%);
    bottom: 290px;
    z-index: 998;
}
#mouse-scroll span{
  display: block;
  width: 10px; 
  height: 10px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #fff; 
  border-bottom: 2px solid #fff;
  margin: 0 0 3px 5px;
}
#mouse-scroll .mouse {
	height: 40px;
	width: 22px;
	border-radius: 10px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	border: 2px solid #ffffff;
	top: 170px;
}

#mouse-scroll .mouse-in {
  height: 5px;
  width: 2px;
  display: block; 
  margin: 5px auto;
  background: #ffffff;
  position: relative;
}
#mouse-scroll .mouse-in {
 -webkit-animation: animated-mouse 1.2s ease infinite;
  moz-animation: mouse-animated 1.2s ease infinite;
}

@-webkit-keyframes animated-mouse {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
   25% {
    opacity: 0.6;
    top: 5px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    opacity: 0.4;
    top: 10px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
     opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  } 
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.bannerVideo video {
  width: 50%;
  display: inline-block;
    max-width: 1000px;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    ms-transform: scale(.9);
    transition: all ease-in-out .3s;
}
.bannerVideo:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
}
#back-to-top {
    position: fixed;
    bottom: 28px;
    right: 40px;
    z-index: 99;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    border-radius: 50%;
    border: 1px solid #ccc;
}
#back-to-top .fa {
    transform: rotate(-90deg);
    position: relative;
    top: -2px;
    left: 1px;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
#fullscreen-searchform {
    position:relative;
}
.pac-logo:after{
    display:none;
}
.fullscreen-search-overlay {
    overflow:hidden;
}
.notify {
    position:fixed;
    right: 12px;
    top: 6px;
    width:50%;
    min-height:40px;
    padding:10px 40px 10px 60px;
    color:#fff;
    background:#fff;
    border-radius:5px;
    z-index:9999;
    font-size:14px;
}
.fastatus {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 10px;
    bottom: 0;
    font-size: 18px;
    border-radius: 9px;
    margin: -20px 0 0 0;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid transparent;
}
.notify.error {
    border-bottom: 2px solid #7d0f16;
    background: #c1212a;
    display: block !important;
}
.notify.success {
    background:#339f7b;
    border-bottom:2px solid #096f4d;
    display: block !important;
}
.clsNotify {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.notify.small {
    min-width: 20%;
    width: auto;
    line-height: 24px;
    max-width: 50%;
}
.catagoryDetails {
  float: left;
  width: 320px;
  border-right: 1px solid #ccc;
  background: #e4e4e4;
  background: rgba(228, 228, 228, 0.64);
  position: absolute;
  z-index: 99;
}
.catagoryDetails ul {
  height: 390px;
  overflow-y: auto;
}
.slimScrollDiv {
    padding: 0 10px;
}
.catagoryDetails ul li {
    height: 86px;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background:#fff;
    margin-bottom: 10px;
}
.catagoryListContent1 {
    display: block;
    overflow: hidden;
    float: left;
    position: relative;
    cursor: pointer;
    z-index: 2;
    width: calc(100% - 59px);
}
.catagoryListContent1 h4 {
    color: #39425f;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    padding-bottom: 1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0 0 20px;
    background-size: 15px 18px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}
.catagoryListrating {
    padding-left: 20px;
    color: #808080;
}
.catagoryListContent1 address {
    overflow: hidden;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    line-height: 24px;
    color: #808080;
}
.catagoryDetails ul li .webLink {
    width: 59px;
    color: #39425f;
    display: flex;
    text-align: center;
    float: left;
    clear: none;
    height: 66px;
    text-decoration: none;
    vertical-align: middle;
    align-items: center;
    padding-left: 5px;
}
.catagoryDetails ul li .webLink.disable {
    color: #ccc;
    cursor:not-allowed;
}
.webText {
    font-size: 11px;
    margin-top: 8px;
    text-transform: uppercase;
}
.webicon {
    line-height: 24px;
    position: relative;
    height: 20px;
    width: 20px;
    display: block;
    clear: both;
    margin: auto;
}
.search-sec #searchCompanyList {
  margin: 0;
}

.greenTile h4 {
    background: url("../content/images/greenMarker.png") no-repeat left top;
}
.greyTile h4 {
    background: url("../content/images/newRegMarker.png") no-repeat left top;
}
.checkedInTile h4 {
    background: url("../content/images/checkedInMarker.png") no-repeat left top;
}
.redTile h4 {
    background: url("../content/images/redMarker.png") no-repeat left top;
}

.catagoryDetails ul li.active{
   -moz-box-shadow:    inset 0 0 10px #ffc600;
   -webkit-box-shadow: inset 0 0 10px #ffc600;
   box-shadow:         inset 0 0 10px #ffc600;
}
/*SlideShow Styles*/
.slideshow {
  position: relative;
  z-index: 9;
}
.slideContainer {
  width: 960px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.slide {
  padding: 10px 0 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  visibility:hidden;
}
.subCatagory .slide {
    visibility:visible;
}
.slide h1,.slide h2,.slide h3 {
  position: relative;
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-family: 'Limelight', cursive;
  font-weight: 400;
  line-height: 40px;
  text-overflow: initial;
}
.slide h2 span {
  display: block;
  color: #ffe1b2;
}
.slide h3 strong {
	font-size: 38px;
	color: #1cbfb7;
}
.slide h3 {    
	font-size: 35px;
    display: inline-block;
    padding: 0 35px;
}
.slide h3 b {
	display: block;
	font-size: 33px;
}
.slide h3 span{
	display: block;
	color: #1cbfb7;
	font-size: 26px;
}
.h2newtag{
    font-size: 26px;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    padding-bottom: 20px;
}
.slide a:hover {
	text-decoration: none;
}
.slide a span {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-family: 'Limelight', cursive;
	line-height: 45px;
}
.border::before,.border::after {
    content: '';
    width: 5px;
    position: absolute;
    background: #f16e2d;
    bottom: 10px;
    top: 3px;
}
.border::before {
	left: 0;
}
.border::after {
	right: 0;
}
.slideImg {
	padding: 30px 0 0;
}
.slideWrap {
  position: relative;
}
.slideshow .bx-default-pager {
	position: absolute;
    right: 31px;
    top: 93px;
    bottom: auto;
    text-align: right;
    width: 70px !important;
}
.slideshow .bx-default-pager .bx-pager-item {
	float: none;
	display: block;
}
.slideshow .bx-default-pager .bx-pager-item a {
	height: 39px;
    margin: 0px 0 0 0;
    width: 52px;
    color: #fff;
    font-size: 17px;
    list-style: none;
    text-align: left;
    cursor: pointer;
    line-height: 12px;
    text-decoration: none;
    background: url(../content/images/pagenation-strip.png) no-repeat right 4px;
    background-size: 31px 29px;
}
.slideshow .bx-default-pager .bx-pager-item a.active {
  font-size: 26px;
  font-weight: 700;
  color:#ffc600;
}
.prevBtn,.nextBtn {
	display: none;
	position: absolute;
	top: 50%;
	width: 23px;
	height: 38px;
	margin: -19px 0 0;
	cursor: pointer;
	font-size: 0;
}
.prevBtn {
	left: 0;
	background: url(../content/images/prevArrow.png) no-repeat center bottom;
}
.nextBtn {
	right: 0;
	background: url(../content/images/nextArrow.png) no-repeat center bottom;
}
.f-row {
	clear: both;
	padding: 5px 0;
}
.f-row::after,.f-row::before {
	clear: both;
	content: '';
	display: block;
}
.f_nav li,.f_services li {
	list-style: none;
    display: inline-block;
    margin: 0 10px;
}
.f_nav li a,.f_services li a {
    color: #39425f;
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
}
.f_services li a {
	color: #919191;
	font-weight: 500;
}
.copy_r {
	font-family: 'Rubik', sans-serif;
	color: #39425f;
	clear: both;
	font-weight: 500;
	border-top: 2px solid #e7e7e7;
	line-height: 35px;
}
.banner {
  height: 360px;
}
.servicesNew ul {
    display: block;
    width: 714px;
    margin: auto;
}
.servicesNew .catagoryData .iconCircle img {
    -webkit-transform: scale(1); 
    transform: scale(1);
}
.servicesNew.catagories li .iconCircle {
    height: 120px;
    line-height: 120px;
}
.servicesNew .catagoryData {
    min-height: 175px;
}
.servicesNew.catagories li {
    padding: 15px;
    cursor: pointer;
    float: left;
    width: 33.333%;
}
.section-heading {
    color: #353854;
    font-family: 'Rubik', sans-serif;
    font-size: 26px;
    line-height: 40px;
    margin: 0;
    padding-bottom: 10px;
    text-align:center;
}
.section-heading span {
    position:relative;
    display:inline-block;
}
.section-heading span::after {
    content:'';
    display:block;
    height:2px;
    width:90%;
    position:absolute;
    left:5%;
    bottom:0;
    background:#fcb43f;
}
.servicesNew.catagories li h3 {
    font-size:16px;
}
nav li {
    position:relative;
}
nav li.parent {
    margin-right:9px;
}
.parent::after {
    content:'';
    position:absolute;
    top:9px;
    right:-2px;
    border-top:6px solid #fff;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
}
/*/Success PAGE CSS/*/

.success-body header {
    height:60px;
}
.success-body header .headerTop {
    padding-top:5px;
}
.success-content {
    position:relative;
    padding:90px 0 60px;
    overflow:hidden;
}
.success-content::after {
    content:'';
    top:0;
    position:absolute;
    width:100%;
    height:400px;
    background: #353854 url(../content/images/bg-w30-whitebg.png) no-repeat center bottom;
    background-size: contain;
    z-index:-1;
}
.Success-block1 {
    width:257px;
    margin:auto;
}
.sucs-head1 {
    margin:0;
    padding:0 0 40px 73px;
}
.sucs-head1 span{
    position:relative;
    line-height: 24px;
    font-family: 'Limelight', cursive;
    font-size: 29px;
    color: #fff;
    font-weight: 400;
}
.sucs-head1 span::before {
    content:'';
    position:absolute;
    left:-73px;
    top:-2px;
    height:60px;
    width:60px;
    background: url(../content/images/check-mark-success.png) no-repeat left center;
}
.sucs-head1 span strong {
    display:block;
    color:#ffe1b2;
    font-size:20px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}
.Success-block1 address {
    color:#ffffff;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height:24px;
    font-size:16px;
}
.Success-block1 address span {
    display:block;
    font-size:22px;
    padding-bottom:13px;
}
.mapSection {
    clear:both;
    height:300px;
    background:white;
    margin:40px 0 0;
}
.appbtnsSuccess {
    margin: -20px auto 0;
    float: none;
    display: block;
    width: 270px;
    position:relative;
    z-index:999;
}
.appbtnsSuccess a {
    width: 120px;
}
.site-footer {
  height: 60px; 
}
.dropList {
	margin: 0;
    border: 1px solid #ccc;
    padding: 0;
    background: #fdfdfd;
	box-shadow: 0 0 4px #a0a0a0;
}
.dropList li {
	list-style: none;
    line-height: 32px;
    padding: 0 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    font-size: 15px;
}
.dropList li:hover {
	color: #fff;
	background: #2a283d;
}
.dropWrap p {
	padding: 0 10px;
	line-height: 32px;
	font-size: 15px;
	color: #333;
}
.filterModule {
    position:relative;
}
.filterModule .slimScrollDiv {
    padding: 0;
    position: absolute !important;
    width: 100% !important;
    top: 32px;

}
.dropList {
	margin: 0;
    border: 1px solid #ccc;
    padding: 0;
    background: #fdfdfd;
	box-shadow: 0 0 4px #a0a0a0;
	position:relative;
	z-index:1;
}
.dropList li {
	list-style: none;
    line-height: 32px;
    padding: 0 10px !important;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    font-size: 15px;
    transition:all 0.3s linear;
    background: #2a283d !important;
}
.dropList li:hover {
	color: #2a283d;
	background: #fff !important;
}
.dropWrap p {
	padding: 0 10px;
	line-height: 32px;
	font-size: 15px;
	color: #333;
}
.dropbox2 li {
    cursor:default;
}
.subCatagory .slide {
    position: relative;
    z-index: 9;
}
.subCatagory .playBtn {
    display: inline-block;
}
.single-catagory {
    padding: 30px 0 0 0;
}
.single-catagory h4 {
    margin-bottom: -10px;
    font-size: 24px;
}
.single-catagory img {
    width:700px;
}
.DropsubList li a {
    color: #353854;
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    display:block;
    padding: 5px 15px !important;
}
.DropsubList li {
    padding: 0 !important;
    line-height: 22px;
}
.parent a {
    color:#fff;
}
.parent a:hover,.DropsubList li a:hover {
    text-decoration:none;
}
.DropsubList li:hover {
    background: #353854;
}
.DropsubList li:hover a {
    color:#fff;
}
.DropsubList li a:hover:after,.DropsubList li a:after/*,.parent a:hover:after,.parent a:after*/ {
    height:0;
    content:none;
}
.headingTitle {
  clear: both;
  font-size: 16px;
  text-align: center;
  font-family: 'Rubik', sans-serif;
  padding: 15px 0 0;
}
.headingTitle span {
  position: relative;
  line-height: 30px;
  color: #39425f;
  padding-bottom: 4px;
}
.headingTitle span:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 20%;
  height: 2px;
  background: #3d4060;
}
.cont_sect h3 {
  padding: 15px;
  background: #fff;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  color: #333;
  border-color: #ddd;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
  border-color: #ddd;
  font-size: 13px;
  font-family: 'Rubik', sans-serif;
}
.secCont-collapse {
  display: none;
  padding: 15px;
  border-top: 1px solid #ddd;
  background-color: #f7f7f7;
  border: 1px solid transparent;
  border-color: #ddd;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  font-family: 'Rubik', sans-serif;
}
.cont_sect {
  padding: 0;
}
.cont_sect .panel {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.cont_sect .panel .fa {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -5px 0 0 0;
}
.content {
  display: none;
  border: 1px solid #ccc;
  padding: 15px;
}
.thankContainer {
    overflow:hidden;
    padding-bottom:20px;
}
.catagorySecListBlock,.catagorySecCheckList {
    text-align:left;
}
.catagorySecListBlock li,.catagorySecCheckList li{
    position:relative;
    padding:0 0 0 10px;
    margin:3px 0 0 0;
}
.catagorySecListBlock li .fa,.catagorySecCheckList li .fa {
    position:absolute;
    left:0;
    top:3px;
}
.catagorySecCheckList li .fa {
    color:#2189a3;
}
.catagorySecCheckList li {
    padding:0 0 0 22px;
}
.catagorySecListBullet {
    text-align:left;
}
.catagorySecListBullet li{
    position:relative;
    padding:0 0 0 22px;
    box-sizing:border-box;
    float:left;
    width:50%;
}
.catagorySecListBullet li::before {
    position:absolute;
    left:0;
    top:2px;
    content:'';
    width:12px;
    height:12px;
    background:#2189a3;
}
.contentSec1Spa .floatl.quote1,.contentSec1Spa .floatr.quote2{
    font-size:32px;
    line-height:32px;
    text-align:left;
}
.contentSec1Spa .floatl.quote1 b {
    font-weight:500;
}
.contentSec1Spa .floatl.quote1 em{
    font-style:normal;
    font-weight:300;
}
.contentSec1Spa .floatl.quote1 em em,.contentSec1Spa .floatl.quote1 small {
    font-size:40px;
    color: #f59719;
}
.contentSec1Spa .floatl.quote1 span{
    padding: 12px 0 0 0;
    font-size: 26px;
    font-family: 'Rubik', sans-serif;
}
.contentSec1Spa .floatr.quote2 strong {
    padding: 12px 0 0 0;
    font-size: 22px;
    font-family: 'Rubik', sans-serif;
    font-weight:400;
}
.contentSecCarService .quote1,.contentSecHairsaloon .quote1,.contentSecDentist .quote1,.contentSecPhysician .quote1,.contentSecPhotography .quote1{
    font-size:32px;
    line-height:32px;
    text-align:left;
}
.contentSecCarService .floatl.quote1 span,.contentSecHairsaloon .quote1 span,.contentSecPhysician .quote1 span,.contentSecPhotography .quote1 span{
    padding: 10px 0 0 0;
    font-size: 22px;
    line-height:28px;
    font-family: 'Rubik', sans-serif;
}
.contentSecCarService .floatr.quote2 strong {
    padding: 6px 0 0 0;
    font-size: 22px;
    line-height:28px;
    font-family: 'Rubik', sans-serif;
    font-weight:400;
}
.contentSecCatagoriesS p,.contentSecCatagoriesS .catagorySecCheckList,.contentSecCatagoriesS .catagorySecListBlock,.catagorySecListBullet  {
  font-family:'Rubik', sans-serif;
  font-weight:400;
} 
.contentSecCatagoriesS strong,.contentSecCatagoriesS b{
    font-weight:500;
}
.contentSecHairsaloon .quote1{
    line-height:36px;
}
.contentSecHairsaloon .catagorySec1 {
    width: calc(100% - 390px);
}
.contentSecHairsaloon.contentSec1 .quote1,.contentSecHairsaloon.contentSec1 .quote2 {
    width:350px;
}
.contentSecHairsaloon.contentSec1 .quote2 strong {
    font-size:17px;
    padding-top:10px;
}
.contentSecDentist .quote1 span {
    font-size: 22px;
    line-height:28px;
    font-family: 'Rubik', sans-serif;
    font-weight:300;
}
.contentSecDentist .quote1 {
    text-align:right;
}
.contentSecDentist .quote2 {
    text-align:left;
}
.contentSecDentist.contentSec1 .quote2 strong {
    padding-top:10px;
    color:#39425f;
    font-size:17px;
}
.contentSecPhysician .quote2 strong {
     font-size: 22px;
    line-height:28px;
    font-family: 'Rubik', sans-serif;
}
.contentSecPhotography .quote2 strong {
   font-size:17px; 
}
.contentSecPhotography .quote2 strong b {
    font-weight:700;
}
.dentistSec {
    font-family: 'Rubik', sans-serif;
}
.dentistSec h2 {
    color: #2189a3;
    font-size: 34px;
    font-weight: 400;
    line-height: 36px;
}
.dentistSec .newH2{
    color: white;
    font-size: 20px !important;
    line-height: 20px !important;
}
.dentistSec h2 span {
    font-size:24px;
    display:block;
}
.dentistSec p {
    color:#4b4b4b;
    font-size:22px;
    line-height:22px;
}
.photographSec h2 {
    text-align:right;
}
.photographSec h2 span {
    display:inline-block;
}
.dentistSecRow1 {
    margin:30px 0 0 0;
    background:#f4f4f4;
}
.dentistSecRow1 .container .row {
    position:relative;
}
.dentistSecRow1 img {
    display:block;
    padding:0;
}
.photographSec .dentistSecRow1Cont1 h4 {
    font-size:45px;
    font-weight:400;
    padding-bottom:22px;
}
.dentistSecRow1Cont1,.dentistSecRow1Cont2 {
    position:absolute;
    top:0;
    bottom:0;
    box-sizing:border-box;
}
.dentistSecRow1Cont1 h4, .dentistSecRow1Cont1 span {
    font-size:40px;
    line-height: 48px;
    color:#f3a807;
    font-weight:300;
    text-align:left;
}
.dentistSecRow1Cont1 .dentistHead {
    font-size:40px;
    line-height: 48px;
    color:#f3a807;
    font-weight:400;
    text-align:left;
}
.contentSecCatagoriesS .dentistSecRow1Cont1 h3 {
    display:block;
    font-weight:300;
    font-size:20px;
    color:#ffffff;
    line-height: 16px;
    padding: 0;
    margin:0;
}
.physicianSec .dentistSecRow1Cont1 h4 span,.carservicesSec .dentistSecRow1Cont1 h4 span{
    font-size:32px;
    color:#fff;
}
.carservicesSec .dentistSecRow1Cont1 h4 {
    line-height:40px;
}
.carservicesSec .dentistSecRow1Cont1 h4 span {
    line-height:32px;
}
.contentSecCatagoriesS .physicianSec ul.listCheck li {
    margin-top:20px;
}
.contentSecCatagoriesS .hairSalonsSec .dentistSecRow1Cont1 P {
    padding-top:15px;
}
.contentSecCatagoriesS .photographSec .dentistSecRow1Article1 p {
    line-height:28px;
    margin-top:20px;
}
.hairSalonsSec .dentistSecRow1Cont1 h4 {
    line-height:40px;
}
.hairSalonsSec .dentistSecRow1Cont1 h4 span {
    font-size:26px;
    font-weight:300;
}
.hairSalonsSec .dentistSecRow1Cont1 h4 strong {
    font-size:38px;
    font-weight:500;
}
.contentSecCatagoriesS .photographSec .dentistSecRow1Article1  .listCheck,.contentSecCatagoriesS .physicianSec .dentistSecRow1Article1  .listCheck,.contentSecCatagoriesS .spaSec .dentistSecRow1Article1  .listCheck {
    color: #fff;
    font-size: 22px;
    margin: 10px 0 0 5px;
    padding: 15px 0 24px 0;
}
.contentSecCatagoriesS .photographSec .dentistSecRow1Article1  .listCheck li:after,.contentSecCatagoriesS .physicianSec .dentistSecRow1Article1  .listCheck li:after,.contentSecCatagoriesS .spaSec .dentistSecRow1Article1  .listCheck li:after {
    border-color:#fff;
}
.dentistSecRow1Cont1{
    left:0;
    padding:0 45px 0 70px;
    width:465px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    display: grid;
    display: -webkit-grid;
    display: -ms-grid;
    align-items: center;
    background:rgba(52,53,53,0.75);
}
.contentSecCatagoriesS .dentistSecRow1Cont1Se p {
    font-size: 40px;
    color: #f3a807;
    line-height: 44px;
}
.contentSecCatagoriesS .dentistSecRow1Cont1Se h4 {
    font-size: 24px;
    line-height: 39px;
    color: #ffffff;
}
.spaSec.dentistSec h2 {
    font-size: 42px;
    line-height: 44px;
}
.spaSec.dentistSec h2 span {
    font-size: 26px;
}
.spaSec .dentistSecRow1Cont1 {
    padding: 0 30px 0 50px;
}
.contentSecCatagoriesS .spaSec .dentistSecRow1Cont1 h3 {
    font-size:19px;
    font-weight:400;
    line-height:24px;
    padding-top:5px;
}
.spaSec .dentistSecRow1Cont1 h4, .spaSec .dentistSecRow1Cont1 span {
    font-weight:400;
}
.contentSecCatagoriesS .spaSec .dentistSecRow1Article1 p {
    line-height:28px;
}
.dentistSecRow1Cont2{
    right:0;
    padding:0 0 0 19px;
    width:calc(100% - 465px);
    background:rgba(33,137,163,0.6);
    display: grid;
    display: -webkit-grid;
    display: -ms-grid;
    align-items: center;
}
.dentistSecRow1Article1 {
    position:relative;
    min-height:411px;
    width:605px;
    border:5px solid #fff;
    box-sizing:border-box;
    padding:0 25px;
     justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    display: grid;
    display: -webkit-grid;
    display: -ms-grid;
    align-items: center;
}
.contentSecCatagoriesS .dentistSecRow1Article1 p {
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    text-align: justify;
    font-weight: 300;
}
.dentistSecRow1Article1:before{
    content: '';
    position: absolute;
    left: -50px;
    top: 50%;
    margin: -20px 0 0 0;
    border-bottom: 20px solid transparent;
    border-right: 26px solid #fff;
    border-top: 20px solid transparent;
}
.dentistSecRow2 {
    padding:10px 0;
}
.contentSecCatagoriesS ul,.dentistSec p {
    text-align:left;
    font: 400 15px/22px Rubik,sans-serif;
}
.contentSecCatagoriesS ul li {
    margin:5px 0 0;
    position:relative;
}
.contentSecCatagoriesS p {
    margin:15px 0;
}
.listCheck li {
    padding-left: 21px;
}
.listCheck li:after{
    position: absolute;
    content: '';
    display: block;
    width: 8px;
    height: 12px;
    border: solid #2189a3;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    left: 0;
    top: 3px;
    font-family: 'Rubik', sans-serif;
}
.dentistSecRow2 ul {
    padding:10px 0;
}
.contentSecCatagoriesS .spaSec ul li {
    margin-top:16px;
}
.mapContentSec {
    position:relative;
}

.mapLocation {
    position:absolute;
    left:0;
    top:0;
}

.shadow {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    z-index: 999;
    background: rgba(0, 0, 0, 0.3);
}
.lightbox {
    display: none;
    position: fixed;
    margin: auto;
    box-sizing: border-box;
    background: #fff;
    width:90%;
    z-index: 9991;
    overflow:auto;
    transition: all 0.4s ease-in;
    border-radius:6px;
    box-shadow:0 3px 9px rgba(104, 184, 247, 0.35);
}
.lightbox::after,.lightbox::before {
    content:'';
    clear: both;
    display: table-row;
}
.scroll {
    padding:20px;
}
.lightbox-wid {
    max-width: 830px;
}
.close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    color: #ffc600;
    cursor: pointer;
    font-size: 18px;
    z-index:9;
    border-radius: 40px;
    vertical-align: middle;
    opacity:1;
}
.own-business {
    position:fixed;
    right:0;
    top:406px;
    z-index:99;
    width:54px;
    cursor:pointer;
}
.business-content {
    padding:0 30px;
}
.getcustomer-heading {
    line-height: 48px;
    font-size: 45px;
    color: #39425f;
    text-align: center;
    font-family: 'Limelight', cursive;
    border-bottom: 4px solid #efefef;
    margin: 0;
    padding-bottom: 20px;
}
.getcustomer-heading span {
    color:#cb2027;
}
.getcustomer-heading strong {
    display: block;
    font-size: 17px;
    color: #535252;
    line-height: 21px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    padding: 10px 0 0 0;
}
.schedule-appview {
    text-align:center;
    margin: 25px 0 0 0;
}
.customer-inputs-row {
    clear: both;
    overflow: hidden;
    padding: 0 0 20px;
}
.customer-inputs-row h3 {
    color:#535252;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size:20px;
    line-height:22px;
    text-align:center;
}
.customer-inputs-row ul {
    padding:20px 0 30px;
}
.customer-inputs-row ul li {
    float:left;
    width:33.333%;
    position:relative;
}
.customer-inputs-row ul li:not(:first-child):after {
    content: '';
    position: absolute;
    left: -41px;
    top: 50%;
    margin: -37px 0 0;
    width: 80px;
    height: 17px;
    background: url(../content/images/direction-arrow.png) no-repeat left center;
}
.customer-input-list {
    width: 152px;
    text-align: center;
    margin: auto;
}
.customer-input-list figure {
    border: 1px dashed #39425f;
    border-radius: 50%;
    width: 140px;
    margin: auto;
}
.customer-input-list span {
    color: #39425f;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    padding: 15px 0;
    display: block;
}
.btn-register {
    text-align: center;
    padding: 5px 15px;
    display: block;
    color: #323232;
    font-size: 23px;
    line-height: 49px;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Rubik', sans-serif;
    text-decoration: none;
    border-bottom: 8px solid #f0bc06;
    clear: both;
    background: #ffc600;
    font-weight: 500;
}
.btn-register:hover {
    text-decoration:none;
}
.app-row-section {
    clear:both;
    padding-bottom:40px;
}
.app-row-section .app-row-section-heading {
    margin-top:20px;
}
.app-row-section figure {
    margin:20px auto 30px;
    width:auto;
}
.app-row-section-content {
    clear:both;
}
.app-row-section-content p,.app-row-section-content ul {
    color:#4b4b4b;
    font-weight:400;
    margin-bottom:0;
}
.app-row-section-content p{
    margin-top:5px;
}
.app-row-section-content ul {
    padding:0 0 15px 20px;
    text-align:left;
    font-size: 16px;
    line-height: 26px;
}
.app-row-section-content ul li {
    list-style:disc;
}
.app-row-section-grayC {
    background:#fdfdfd;
}
.app-row-mobileviewsection {
    background:#39425f;
    padding: 0 0 20px;
}
.app-row-mobileviewsection .app-row-section-heading {
    color:#fff;
    text-align:center;
    padding:20px 0 0;
    font-size:22px;
}
.app-mobileview-content {
    clear:both;
    margin:0 -15px;
    padding:30px 0 0;
}
.app-mobileview-content figure {
    width:auto;
}
.app-mobileview-content .left,.app-mobileview-content .right{
    float:left;
    padding:0 15px;
    box-sizing:border-box;
}
.app-mobileview-content .left {
    width:40%;
}
.app-mobileview-content .right {
    width:60%;
    padding-top:150px;
}
.app-mobileview-content p {
    color:#fff;
    font-weight:400;
    text-transform:left;
}
.app-appicons-row {
    padding-top:50px;
}
.app-appicons-row a {
    display:inline-block;
    margin:0 5px;
}
.app-row-section-f .app-row-section-heading {
    font-size:25px;
    text-align:center;
    padding-bottom: 15px;
}
.app-row-section-f p {
    padding-bottom:10px;
}
.scroll-hide {
    overflow:hidden;
}

.exploreService-content {
    font-family:'Rubik', sans-serif;
    padding: 0;
    margin: 0 -18px -18px;
}
.exploreService-content .exploreService-heading {
    color: #00708a;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 1px;
}
.exploreService-content .exploreService-heading span {
    display:block;
    color:#414040;
    font-size: 17px;
}
.exploreService-content .exploreService-heading span strong {
    font-weight:400;
}
.service-availabilty {
    clear:both;
    padding-bottom: 30px;
    font-family:'Rubik', sans-serif;
}
.service-availabilty li {
    text-align:center;
    color:#39425f;
    font-size:38px;
}
.service-availabilty li a {
    color:#39425f;
    font-family: 'Limelight', cursive;
    font-size:30px;
    display:inline-block;
    background:#ffc600;
    padding: 6px 43px;
    border-radius: 10px;
    text-decoration:none;
}
.service-availabilty li a span {
    position:relative;
    display:block;
    font-size:15px;
    line-height:15px;
    font-family:'Rubik', sans-serif;
    text-transform:uppercase;
    top:-2px;
}
.exploreService-footer {
    font-family: 'Rubik', sans-serif;
    text-align: center;
    padding: 13px 30px 15px;
    color: #fff;
    border-top: 4px solid #2e8fa1;
    background: #39425f;
    border-radius: 0 0 5px 5px;
}
.exploreService-footer p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.exploreService-footer .app-appicons-row {
    padding-top:18px;
}
.feature-section {
    position:relative;
    padding:0 0 40px;
    margin-top: -20px;
    font-family: 'Rubik', sans-serif;
}
.feature-section:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:50%;
    background:#1aabbd;
}
.feature-section:after{
    content:'';
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    width:50%;
    background:#ffffff;
}
.feature-section .container {
    position:relative;
    z-index:9;
}
.feature-section .app-row-section-heading {
    font-size:50px;
    line-height:50px;
    text-align:center;
    color:#2a283d;
    font-family: 'Limelight', cursive;
    margin:50px 0;
}
.no-space {
    padding:0;
} 
.feature-section .app-row-section-heading span {
    color:#fff;
    margin-left:-14px;
}
.clearfix:after,.clearfix:before {
    content:'';
    display:table;
    clear:both;
}
.material-icon {
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1aabbd;
}
.material-icon .material-icons {
    font-size:36px;
}
.feature-section-list1,.feature-section-list1 p {
    text-align:right;
    color:#fff;
}
.feature-section-list2 {
    text-align:left;
}
.feature-section-list2 p {
    color:#4c4a4a;
    text-align:left;
}
.feature-section-list-row li {
    margin:50px 0;
}
.feature-section-list-row h4 {
    font-size:22px;
    font-weight:500;
    margin-top:0;
}
.feature-section-list-row p {
    font-size:15px;
    font-weight:400;
    padding:5px 0 0;
    margin:0;
}
.feature-section figure {
    margin:0 auto;
}
.feature-section-list2 h4 {
    color:#1aabbd;
}
.feature-section-list2 .material-icon {
    color:#fff;
    background:#1aabbd;
}
.multi-services {
    position:relative;
}
.multi-services .app-row-section-heading {
    position:absolute;
    left:0;
    right:0;
    top:30px;
    text-align:center;
    color:#fee2c2;
    font-family: 'Limelight', cursive;
    font-size:40px;
    line-height:40px;
    margin-top:30px;
}
.multi-services figure {
    margin:0;
}
.app-row-section-servicing .app-row-section-heading {
    margin-bottom:20px;
}
.end-user-text,.service-provider-text {
    position:absolute;
    left:86px;
    top:56px;
    z-index:9;
}
.service-provider-text {
    left:auto;
    right:86px;
}
.access-link-section h3 {
    color:#2d687b;
    font-family:'Rubik', sans-serif;
    font-weight:400;
    text-align:center;
    font-size:28px;
    line-height:30px;
    margin: -10px 0 12px -50px;
}
.online-schedule-section figure {
    float:none;
    margin:auto;
    text-align:center;
}
.online-schedule-section .border{
    margin: 68px 0 0 77px;
    margin: auto;
    float: none;
    margin-bottom: 50px;
    padding:0 20px;
}
.online-schedule-section .border span {
    font-size:30px;
}
.online-schedule-section .border::before, .online-schedule-section .border::after {
    width: 12px;
}
.online-schedule-section {
    padding-top:45px;
}
.competiton-section {
    padding:40px 0;
    background:#39425f;
    margin:-8px 0 15px;
}
.competiton-section h3 {
    color: #ffffff;
    font-size: 32px;
    line-height: 42px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    text-align: center;
}
.competiton-section button {
    color: #2a283d;
    font-size: 28px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    background: #ffc600;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    border-bottom: 6px solid #deaf08;
    display: inline-block;
    padding: 10px 30px;
}
.attorneysSec.dentistSec h2 {
    font-size: 32px;
    line-height: 34px;
}
.attorneysSec.dentistSec h2 strong {
    font-size:22px;
}
.attorneysSec.dentistSec h2 span {
    display:inline-block;
}
.attorneysSec .dentistSecRow1Cont1 span {
    font-size:32px;
    line-height:34px;
}
.attorneysSec .dentistSecRow1Cont1 span strong {
    font-size:24px;
    font-weight:400;
}
.attorneysSec .dentistSecRow1Cont1 {
    text-align:left;
}

/*Responsive css*/
@media(min-width:1367px){
.contentSecCatagoriesS p,.contentSecCatagoriesS .catagorySecCheckList,.contentSecCatagoriesS .catagorySecListBlock,.catagorySecListBullet,.contentSecCatagoriesS ul,.dentistSec p {
  font-size: 16px;
  line-height: 24px;
  font-family:'Rubik', sans-serif;
  font-weight:400;
}  
}
@media(max-width:1366px){
.service-banner {
    top: -119px;
    transform: scale(0.7,0.7);
}
.feature-section-list-row h4 {
    font-size:19px;
}
.feature-section-list-row p {
    font-size:13px;
}
.material-icon {
    width:50px;
    height:50px;
}
.material-icon .material-icons {
    font-size:25px;
}
.end-user-text, .service-provider-text {
    width:100px;
}
.feature-section .app-row-section-heading {
    font-size:40px;
    line-height:40px;
}
.end-user-text {
    left:35px;
}
.service-provider-text {
    right:35px;
}
.feature-section-list1 {
    padding-left:20px;
}
.feature-section-list2 {
    padding-right:20px;
}
.feature-section-list2 .no-space {
    padding-left:15px;
}
}
@media (max-width: 991px){
.feature-section-list1 {
    padding-left:0;
}
.feature-section-list2 {
    padding-right:0;
}
.feature-section-list2 .no-space {
    padding-left:0;
}
.material-icon {
    width: 40px;
    height: 40px;
}
.material-icon .material-icons {
    font-size: 22px;
}
.feature-section-list-row h4 {
    font-size: 17px;
}
}
@media(min-width:768px){
.parent:hover .DropsubList {
    display:block;
}
.DropsubList {
    position:absolute;
    left:0;
    z-index:99;
    width:280px;
    padding-bottom:0;
}
header {
    position:fixed;
}
.home-banner, .banner {
    margin-top:95px;
}
}
@media(max-width:768px){
.DropsubList {
    width:100%;
    position:static;
    background:#e4e4e4;
    padding-bottom:0;
}
.DropsubList li:hover a {
    color: #fff !important;
}
.partnerBlock {
    position: relative;
    right: 0;
    top: 0;
    clear: both;
    padding: 10px 0 0;
}
footer {
    line-height:19px;
}
nav {
    display:none;
}
nav .parent::after {
    right:5px;
}
.DropsubList ul:after {
    border:none !important;
}
.DropsubList li a {
    padding-left:30px !important;
}
.slideshow .bx-default-pager {
    right:0;
}
.topSection li ul li, .DropsubList ul li {
    width:100%;
    text-align:left;
}
.topSection li ul::after, .topSection li ul::before, .DropsubList ul::after, .DropsubList ul::after { 
    left:50%;
}
.dropbox {
    left:-130px;
    width:280px;
}
.dropbox2 {
    left:0;
}
}
@media (max-height:700px) {
    .own-business {
    position: fixed;
    top: 50%;
    margin-top: -40px;
}
}

