@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700);
body {
	font-family:'Lato', sans-serif;
    margin:0px;
    padding:0px;
    font-size:14px;
}
ol, ul {
    list-style:none;
	margin:0px;
	padding:0px;
}
a{
    color:#931445;
    text-decoration:none;
}
a:hover{
	text-decoration:none;
	color:#314559;
}
p{
	margin:0px;
	color:#3f4244;
	line-height:1.6;
}
.pgSize{
	margin:0 auto;	
	width:1170px;
}
.picRight{
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.picLeft{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

/*............ Fonts .................*/
@font-face {
  font-family: 'FrizQuadrataTT';
  src: url('fonts/frizquadratatt.eot'); /* IE9 Compat Modes */
  src: url('fonts/frizquadratatt.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/frizquadratatt.woff') format('woff'), /* Modern Browsers */
       url('fonts/frizquadratatt.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/frizquadratatt.svg') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

/*............ Fonts .................*/

h1{
	font-size:48px;
	font-weight:300;
	margin:0px;
}
h2{
	font-size:20px;
	font-weight:600;
	margin:0px;
}
header, footer, main, section{
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="submit"]{			/*.... 5px ....*/
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
input[type="text"], textarea, input[type="email"]{
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
}
input[type="submit"]{
	font-weight:300;
}
/*................................Start Header.....................................*/
header{
	width:100%;
	border-bottom:2px solid #941445;
    float:left;
}
a.logo{
	background-image:url(../images/sequel_logo.png);
	background-repeat:no-repeat;
	width:278px;
	height:60px;
	float:left;
	display:block;
	margin:0px;
	text-indent:-9999px;
	margin-top:11px;
}
.headRight{
	float:right;
	text-align:right;
	width:73%;
}
.phonePara{
	float:right;
}
.phonePara p{
	background-image:url(../images/phone_bg.png);
	font-size:24px;
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
	display:inline-block;
	font-weight:400;
    margin:19px 20px 0px 0px;
}
.searchTop{
    float:right;
    overflow:hidden;
}
input[type="search"] {
    background-image:url(../images/search_bg.png);
	background-repeat:no-repeat;
	background-position:3px center;
    border:1px solid #bababa;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    padding:4px 0px 4px 25px;
    margin-top:10px;
    color: #808080;
    width: 100%;
}
input[type="search"]:focus{
    outline:none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #808080 !important;
}
.phonePara ul.socialLinks{
    margin-right:0px;
    margin-top:30px;
}
.phonePara ul.socialLinks li {
    margin-right:4px;
}
.slider{
	position:relative;
    clear:both;
}
.slideHomeContents{
	margin:25px 0px;
	overflow:hidden;
}
.slideContents{
    position: absolute;
    bottom: 25px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.slideRed, .slideBlue{
	background-color:#9e3d6a;
	margin-left:5%;
	margin-right:4%;
	width:42%;
	float:left;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	border-bottom:20px solid #8b0b3c;
	background-image:url(../images/physician_bg.png);
	background-repeat:no-repeat;
	background-position:95% center;
}
.slideRed:hover{
	background-color: #8b0b3c;	
	border-bottom:20px solid #9e3d6a;
}
.slideBlue:hover{
	background-color:#005872;
	border-bottom:20px solid #069dca;
}

.hvr-fade{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  //box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #005872;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -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;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.slideBlue{
	margin:0px;
	background-color:#069dca;
	border-bottom:20px solid #005872;
	background-image:url(../images/billing_bg.png);
}
.slideContents a, .slideHomeContents a{
	line-height:1.1;	
	font-size:48px;
	font-weight:300;
	padding:20px 0px 20px 10px;
}
.slideContents a, .slideHomeContents a{
	color:#fff;
}
/*................................End Header.....................................*/
/*.....................Start Responsive Navigation...............................*/
.navbar-default .navbar-nav>li>a{
	font-size:13px;
	color:#363636;
}
.navbar>.container-fluid .navbar-brand{
	margin:0px;	
}
.navbar{
	border-radius:0px;
	position:relative;
	display:block;
}
.navbar>.container-fluid{
}
.navbar-collapse{
	padding-left:0px;
}
.navbar-brand{
	height:auto;
	line-height:inherit;
}
.navbar-default {
	border:none;
}

.navbar{
	min-height:inherit;
	margin:0px;
}
.nav.navbar-nav li a{
	padding:32px 8px 32px 8px;
	text-transform:uppercase;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background-color:#0f478c;
	color:#fff;
	border-radius:5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display:none;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding:0px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, .175);
	box-shadow:0 1px 3px rgba(0, 0, 0, .175);
}
.dropdown:hover .dropdown-menu{
    display: block;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover{
	background-color: #eee;
	color: #16709b;
}
.dropdown-menu {
  /*display: block;
  background:none;
  background-image:url(../images/bg-dd.png);
  background-repeat:no-repeat;*/
}
.nav.navbar-nav .dropdown-menu a{
	background:none;
	color:#363636;
	padding:7px 14px;
    text-transform:capitalize;
}
.nav.navbar-nav .dropdown-menu a:hover{
	text-decoration:none;
    color: #16709b;
}
.nav.navbar-nav .dropdown-menu li:hover {
    background-color: #eee;
}
.nav.navbar-nav .dropdown-menu li:last-child:hover {
    border-radius:0px 0px 4px 4px;
    -webkit-border-radius:0px 0px 4px 4px;
    -moz-border-radius:0px 0px 4px 4px;
}
.open > a {
  outline: 0;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-ms-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	transition:.5s ease-in-out;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
  color:#16709b;
}
.nav > li > a.activeMe{
	background-color: #c8ddd0;
	color:#16709b;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav > li > a > img {
  max-width: none;
}
.navbar {
  position: relative;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 10px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-default {
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background-color: #eee;
  color: #16709b;
}
/*......................End Responsive Navigation................................*/
/*................................Start Slider...................................*/
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
.slider.blueTheme li{
	background: #1e8ecf;
	background-image: -webkit--webkit-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.26)),-webkit--webkit-linear-gradient(342deg,#26d0ce,#1a2980 90%);
	background-image: -webkit--moz-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.26)),-webkit--moz-linear-gradient(342deg,#26d0ce,#1a2980 90%);
	background-image: -webkit--o-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.26)),-webkit--o-linear-gradient(342deg,#26d0ce,#1a2980 90%);
	background-image: -webkit--ms-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.26)),-webkit--ms-linear-gradient(342deg,#26d0ce,#1a2980 90%);
	background-image: -webkit-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.26)),-webkit-linear-gradient(108deg,#26d0ce,#1a2980 90%);
	background-image: -moz--webkit-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.26)),-moz--webkit-linear-gradient(342deg,#26d0ce,#1a2980 90%);
	background-image: -moz--moz-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.26)),-moz--moz-linear-gradient(342deg,#26d0ce,#1a2980 90%);
	background-image: -moz--o-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.26)),-moz--o-linear-gradient(342deg,#26d0ce,#1a2980 90%);
	background-image: -moz--ms-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.26)),-moz--ms-linear-gradient(342deg,#26d0ce,#1a2980 90%);
	background-image: -moz-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.26)),-moz-linear-gradient(108deg,#26d0ce,#1a2980 90%);
	background-image: -ms--webkit-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.26)),-ms--webkit-linear-gradient(342deg,#26d0ce,#1a2980 90%);
	background-image: -ms--moz-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.26)),-ms--moz-linear-gradient(342deg,#26d0ce,#1a2980 90%);
	background-image: -ms--o-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.26)),-ms--o-linear-gradient(342deg,#26d0ce,#1a2980 90%);
	background-image: -ms--ms-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.26)),-ms--ms-linear-gradient(342deg,#26d0ce,#1a2980 90%);
	background-image: -ms-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.26)),-ms-linear-gradient(108deg,#26d0ce,#1a2980 90%);	
	height:350px;
}
.slider.orangeTheme li{
	background: #b3295e;
	background-image: -webkit--webkit-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.2)),-webkit--webkit-linear-gradient(342deg,#efb676,#e0a681 10%,#b3295e 90%);
	background-image: -webkit--moz-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.2)),-webkit--moz-linear-gradient(342deg,#efb676,#e0a681 10%,#b3295e 90%);
	background-image: -webkit--o-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.2)),-webkit--o-linear-gradient(342deg,#efb676,#e0a681 10%,#b3295e 90%);
	background-image: -webkit--ms-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.2)),-webkit--ms-linear-gradient(342deg,#efb676,#e0a681 10%,#b3295e 90%);
	background-image: -webkit-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.2)),-webkit-linear-gradient(108deg,#efb676,#e0a681 10%,#b3295e 90%);
	background-image: -moz--webkit-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.2)),-moz--webkit-linear-gradient(342deg,#efb676,#e0a681 10%,#b3295e 90%);
	background-image: -moz--moz-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.2)),-moz--moz-linear-gradient(342deg,#efb676,#e0a681 10%,#b3295e 90%);
	background-image: -moz--o-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.2)),-moz--o-linear-gradient(342deg,#efb676,#e0a681 10%,#b3295e 90%);
	background-image: -moz--ms-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.2)),-moz--ms-linear-gradient(342deg,#efb676,#e0a681 10%,#b3295e 90%);
	background-image: -moz-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.2)),-moz-linear-gradient(108deg,#efb676,#e0a681 10%,#b3295e 90%);
	background-image: -ms--webkit-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.2)),-ms--webkit-linear-gradient(342deg,#efb676,#e0a681 10%,#b3295e 90%);
	background-image: -ms--moz-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.2)),-ms--moz-linear-gradient(342deg,#efb676,#e0a681 10%,#b3295e 90%);
	background-image: -ms--o-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.2)),-ms--o-linear-gradient(342deg,#efb676,#e0a681 10%,#b3295e 90%);
	background-image: -ms--ms-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.2)),-ms--ms-linear-gradient(342deg,#efb676,#e0a681 10%,#b3295e 90%);
	background-image: -ms-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.2)),-ms-linear-gradient(108deg,#efb676,#e0a681 10%,#b3295e 90%);
	height:350px;
}
.slider.orangeTheme li img, .slider.blueTheme li img{
	visibility:hidden;	
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
	margin:0 auto;
}
/** THEME
===================================*/
ul.bxslider{
	margin:0 auto;
	position:relative;
}
ul.bxslider div{
	position:absolute;
	right:0;
	z-index:1000;
	top:28%;
	width:30%;
	font-size:34px;
	color:#fff;
	font-weight:300;
	right:10%;
}
ul.bxslider div span{
	display:block;
}
ul.bxslider div.leftText{
	left:10%;
	top:35%;
}
a.readBtn{
	font-size:24px;
	color:#fff;
	padding:12px 24px;
	display:inline-block;
	background-color:#931445;
	margin-top:20px;
}
.slider.slideICD .bx-pager{
	visibility:hidden;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom:15px;
	width: 100%;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	display:none;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #139c49;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #16709b;
}
.bx-wrapper .bx-prev {
	left:4%;
	background: url(../images/arrow_left.png) no-repeat 0px;
}
.bx-wrapper .bx-next {
	right:4%;
	background: url(../images/arrow_right.png) no-repeat 0px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width:36px;
	height:56px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	visibility:hidden;
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.listSitemap {
    width:48%;
    float:left;
}
.listSitemap li{
    padding-bottom:5px;
}
.listSitemap li a{
    font-size:14px;
}
.listSitemap h2{
    color:#3f4244;
    font-size:18px;
    font-weight:600;
    margin:25px 0px 0px;
}
/*..................................End Slider...................................*/
/*................................Start MainCnts.................................*/
.sliderSection p{
	visibility:hidden;
}
.col-7{
	width:58.3331%;
	float:left;
}
.col-5{
	width:41.6665%;
	float:left;
}

.col-12{
	float:left;
	width:99%;
	margin:0 auto;
}
.col-4{
	width:33.3332%;
	float:left;
}
.bannerTrans{
	background-image:url(../images/trans_bg.png);
	background-repeat:repeat;
	padding:10px 15px;
}
.bannerTrans h1{
	font-size:36px;
	font-weight:700;
}
.bannerTrans ul{
	margin-left:20px;
}
.bannerTrans ul li{
	font-size:16px;
	padding:2px 0px;
}
a#example1{
	background-image:url(../images/video_bg.png);
	background-repeat:no-repeat;
	display:inline-block;
	float:right;
	width:450px;
	height:260px;
	text-indent:-9999px;
	background-size:contain;
	-moz-background-size:contain;
	-webkit-background-size:contain;
}
a.requestBtn{
	font-size:38px;
	-webkit-box-shadow:0px 7px 0px 0px rgba(150, 21, 3, 1);
	-moz-box-shadow:0px 7px 0px 0px rgba(150, 21, 3, 1);
	box-shadow:0px 7px 0px 0px rgba(150, 21, 3, 1);
	background: rgba(225,92,77,1);
	background: -moz-linear-gradient(top, rgba(225,92,77,1) 0%, rgba(213,80,65,1) 50%, rgba(211,78,63,1) 51%, rgba(205,74,56,1) 71%, rgba(200,67,52,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(225,92,77,1)), color-stop(50%, rgba(213,80,65,1)), color-stop(51%, rgba(211,78,63,1)), color-stop(71%, rgba(205,74,56,1)), color-stop(100%, rgba(200,67,52,1)));
	background: -webkit-linear-gradient(top, rgba(225,92,77,1) 0%, rgba(213,80,65,1) 50%, rgba(211,78,63,1) 51%, rgba(205,74,56,1) 71%, rgba(200,67,52,1) 100%);
	background: -o-linear-gradient(top, rgba(225,92,77,1) 0%, rgba(213,80,65,1) 50%, rgba(211,78,63,1) 51%, rgba(205,74,56,1) 71%, rgba(200,67,52,1) 100%);
	background: -ms-linear-gradient(top, rgba(225,92,77,1) 0%, rgba(213,80,65,1) 50%, rgba(211,78,63,1) 51%, rgba(205,74,56,1) 71%, rgba(200,67,52,1) 100%);
	background: linear-gradient(to bottom, rgba(225,92,77,1) 0%, rgba(213,80,65,1) 50%, rgba(211,78,63,1) 51%, rgba(205,74,56,1) 71%, rgba(200,67,52,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e15c4d', endColorstr='#c84334', GradientType=0 );
	padding:26px 32px;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	display:inline-block;
	margin-top:85px;
	float:right;
}
.blueTheme a.requestBtn, .orangeTheme a.requestBtn, .requestBtn.topRequestBtn{
	font-size:15px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.15);
	box-shadow: 0 1px 0 rgba(0,0,0,0.15);
	padding:10px 16px;
	margin-top:20px;
	border:1px solid #144b6b;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	display:inline-block;
	float:left;
	background: -webkit-linear-gradient(#5db6e8,#168eda 85%,#168eda 90%,#1d93dd);
	background: -moz-linear-gradient(#5db6e8,#168eda 85%,#168eda 90%,#1d93dd);
	background: -o-linear-gradient(#5db6e8,#168eda 85%,#168eda 90%,#1d93dd);
	background: -ms-linear-gradient(#5db6e8,#168eda 85%,#168eda 90%,#1d93dd);
	background: linear-gradient(#5db6e8,#168eda 85%,#168eda 90%,#1d93dd);
	font-weight:300;
}
.requestBtn.topRequestBtn {
    float:right;
    color:#fff;
    padding:5px 10px;
    font-size:13px;
    margin-top:26px;
    border:1px solid #136ea3;
}
.orangeTheme a.requestBtn{
	/*background: -webkit-linear-gradient(#5db6e8,#168eda 85%,#168eda 90%,#1d93dd);
	background: -moz-linear-gradient(#5db6e8,#168eda 85%,#168eda 90%,#1d93dd);
	background: -o-linear-gradient(#5db6e8,#168eda 85%,#168eda 90%,#1d93dd);
	background: -ms-linear-gradient(#5db6e8,#168eda 85%,#168eda 90%,#1d93dd);
	background: linear-gradient(#df7e61,#dc5d47 85%,#dc5d47 90%,#db6b54);
	border:1px solid #dc5d47;	*/
	background: -webkit-linear-gradient(#b93b4f,#931445 85%,#931445 90%,#b03549);
	background: -moz-linear-gradient(#b93b4f,#931445 85%,#931445 90%,#b03549);
	background: -o-linear-gradient(#b93b4f,#931445 85%,#931445 90%,#b03549);
	background: -ms-linear-gradient(#b93b4f,#931445 85%,#931445 90%,#b03549);
	background: linear-gradient(#b93b4f,#931445 85%,#931445 90%,#b03549);
	border:1px solid #6e032c;	
}
.supportLink{
    text-align:left;
}
.supportLink a{
    display:inline-block;
}
    .supportLink a:last-child {
        float:right;
    }

.pageNotFound center, .pageNotFound p{
    font-size:18px;
    color:#931445;
    text-align:center;
}
.pageNotFound h1{
    font-size:200px;
    color:#931445;
    line-height:0.9;
}
.pageNotFound section {
    background-color:#e9e9e9;
    padding:30px 20px;
    overflow:hidden;
    display:block;
    margin:20px auto 30px;
    width:50%;
    text-align:center;
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
}
.pageNotFound section p{
    font-size:36px;
    color:#931445;
    font-weight:400;
    margin-bottom:0px;
}
.pageNotFound p span{
    display:block;
}
/* Overlays */
.ui-accordion{
	background-color:#fff;
	border:1px solid #d7dde6;
}
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header{
	display: block;
	cursor: pointer;
	position: relative;
	margin:0px 0 0 0;
	padding:28px;
	min-height: 0; /* support: IE7 */
	font-size:20px;
	font-weight:400;
	border-bottom:1px solid #d5d5d5;
	background-color:#f7f7f7;
	color:#3f4244;
}
.colWhite p:last-child{
	margin-bottom:0px;
}
.ui-accordion .ui-accordion-header:last-child{
	border:none;
}
.ui-accordion .ui-accordion-icons{
	padding-left:55px;
	background-image:url(../images/list-item_bg.png);
	background-repeat:no-repeat;
	background-position:20px center;
}
.blueTheme .ui-accordion .ui-accordion-icons{
	background-image:url(../images/list-item_bg-blue.png);
}
.orangeTheme .ui-accordion .ui-accordion-icons{
	background-image:url(../images/list-item_bg-orange.png);
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left:2.2em;
}
.ui-accordion .ui-accordion-icons.ui-state-active{
	background-image:url(../images/list-item_bg-down.png);
	border-bottom:1px solid #fff;
}
.blueTheme .ui-accordion .ui-accordion-icons.ui-state-active{
	background-image:url(../images/list-blue_bg-down.png);
}
.orangeTheme .ui-accordion .ui-accordion-icons.ui-state-active{
	background-image:url(../images/list-orange_bg-down.png);
}
.ui-accordion .ui-accordion-icons:focus{
	outline:none;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding:11px 15px 15px 56px;
	border-top: 0;
	font-size:18px;
	font-weight:300;
	color:#848484;
	overflow: auto;
}
.ui-accordion .ui-accordion-content.ui-accordion-content-active{
  border-bottom: 1px solid #d5d5d5;
  
}
.ui-accordion .ui-accordion-content{
	//height:auto!important;
}


.main{
	clear:both;
}
.recordSection{
	background-image:url(../images/grey_home-bg.png);
	background-repeat:repeat;
	padding:24px 0px;
	overflow:hidden;
	clear:both;
}
.polygonShape{
  width:24%;
  float:left;
  background-image:url(../images/brown_box-bg.png);
  background-repeat:no-repeat;
  background-position:top center;
  background-size:contain;
  -moz-background-size:contain;
  -webkit-background-size:contain;
  min-height:194px;
  text-align:center;
  color:#fff;
  padding:0px 50px;
  font-weight:300;
  margin-right:1%;
}
.polygonShape.polyGreen{
	background-image:url(../images/green_box-bg.png);
}
.recordSection.recordSection2 .polygonShape{
	background:none;
	min-height:200px;
}
.polygonShape p{
	font-size:20px;
	color:#fff;
}
.polygonShape p.polyHead{
	font-size:24px;
	padding-top:9px;
	padding-bottom:0px;
	line-height:1.6;
}

.homeSection{
	background-color:#f4f4f4;
	padding:15px 0px;
}
.certificatesSection, .aboutSection{
	padding:30px 0px;
}
.newsletterSection {
    padding: 35px 0px;
    background-color: #eaeaea;
    overflow: hidden;
    text-align:center;
}
.newsSection{
	text-align:center;
	overflow:hidden;
}
.newsletterSection input[type="text"]{
    float:none;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    background-image:url(../images/email_bg.png);
    background-repeat:no-repeat;
    background-position:15px center;
    padding-left:45px;
    width:40%;
    display:inline-block;
}
.newsletterSection input[type="submit"] {
    display:inline-block;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    float:none;
    height:40px;
    background-color:#9e3d6a;
}
.newsSection a{
	display:block;
	font-size:16px;
}
.newsSection img{
	border:2px solid #bbb;
}
.certificatesSection img{
	margin-right:8%;
}
.certificatesSection img:last-child{
	margin-right:0px;
}
.headingOne{
	padding:0px;
	font-size:48px;
	text-align:center;
	/*font-family:'FrizQuadrataTT';*/
	padding-bottom:10px;
	color:#373a3e;
    font-weight:300;
    text-transform: uppercase;
}
.homeSection p{
	font-size:20px;
	font-weight:300;
	text-align:center;
}
.homeSection p:nth-of-type(1){
	margin-bottom:20px;	
}
.modal-example-content {
  width:800px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  background-color: #FFF;
  border-radius:6px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  outline: 0 none;
}
.modal-example-header {
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  background-image:url(../images/close.png);
  background-repeat:no-repeat;
  background-position:right center;
  float:right;
  text-indent:-9999px;
  width:36px;
  height:36px;
  margin:5px 10px 5px 0px;
  border: 0;
  -webkit-appearance: none;
}

.col-6{
	width:49%;
	float:left;
}
.aboutHomeSection{
	background-color:#a3406c;
	overflow:hidden;
	color:#fff;
	background-image:url(../images/about_bg.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:contain;
}
.aboutHomeSection h1{
	font-size:40px;
	font-weight:300;
	text-transform:uppercase;
	padding-top:40px;
	padding-bottom:15px;
}
.aboutHomeSection p{
	font-size:18px;
	font-weight:300;
	color:#fff;
	padding-bottom:0px;
}
.aboutHomeSection a.readBtn{
	background-color:#069dca;
	margin-bottom:50px;
}
.aboutHomeSection .col-6:first-child {
    line-height: 0;
}
.aboutHomeSection img {
    width: 100%;
}
.aboutHomeSection .col-6:last-child {
    padding-left:50px;
    padding-bottom: 0px;
	background-image:url(../images/section_about.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.mainCnts{
	background-color:#dfdfe1;
	overflow:hidden;
	padding-top:20px;
	padding-bottom:20px;
}
.features{
	background-image:url(../images/sequel-watermark.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:contain;
	margin:30px 0px 30px;
	clear:both;
	width:100%;
}
.services{
	margin:30px 0px 30px;
	clear:both;
	width:100%;	
}
ul.listService{
	overflow:hidden;
}
ul.listService li{
	width:33%;
	text-align:center;
	font-size:18px;
	font-weight:300;
	padding:25px 0px;
	border-right:1px solid #a4d7ee;
	border-bottom:1px solid #a4d7ee;
	float:left;
	display:flex;
	justify-content:center;
	align-items:center;
	  color: #3f4244;
}
ul.listService li.borderBtm{
	border-bottom:none;
}
ul.listService li:nth-child(3n){
	border-right:none;
}
.partnerPnl ul.listService li{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	width:25%;	
	padding-bottom:5px;
}
.partnerPnl ul.listService li div{
	padding:0px 10px;
}
.partnerPnl ul.listService li:nth-child(4n), .partnerPnl ul.listService li:last-child{
	border-right:none;
}
.partnerPnl ul.listService li a{
	font-size:15px;
	color:#4e81d4;
	min-height:40px;
	display:block;
	margin-top:5px;
}
.aboutSection .partnerPnl p{
	margin:0px;
}
.features.blueTheme{
	background-image:url(../images/sequel-blue-watermark.png);
}
.overview{
	padding:30px 0px;
	background-color:#941445;
	text-align:center;
}
.overview.blueTheme{
	background-color:#069dca;
}
.testimonials{
	text-align:left;
	background-color:#eaeaea;
	background-image:url(../images/plus-watermark.png);
	background-repeat:no-repeat;
	background-position:right top;
	padding:30px 0px;
	overflow:hidden;
	position:relative;
}
.solutions{
	padding:30px 0px;
	overflow:hidden;
	background-color:#eaeaea;	
}
.solutionWhite, .pressSection{
	padding:20px 0px;
	overflow:hidden;
	background-color:#fff;	
}
.aboutSection .pressSection p{
	margin-bottom:0px;
    font-weight: normal;
    font-size: 16px;
}
.pressSection a{
	color:#4e81d4;	
}
.pressSection .col-12, .newsSection .col-12{
	margin-bottom:14px;
	padding-bottom:14px;
}
.pressSection .col-12:last-child, .newsSection .col-12:last-child{
	margin-bottom:0px;
}
.pressSection .col-12 .col-6:last-child, .webinarSection .col-12 .col-6:last-child{
	float:right;
}
.webinarSection .col-12 .col-6:first-child, .pressSection .col-12 .col-6:first-child{
	float:left;
}
.webinarSection{
	margin-top:20px;
}
.webinarSection .col-12 .col-6{
	padding-right:20px;
}
.solutions .webinarSection h2{
	color:#3f4244;	
}
.webinarSection.successSection h2 {
    font-size:17px;
    margin-bottom:8px;
    font-weight:600;
}
.successSection a.linkSuccess{
    width:18%;
    float:left;
    display:inline-block;
    text-align:center;
}
.successSection .col-12 {
    margin-bottom:30px;
    border-bottom:1px solid #999;
    padding-bottom:20px;
}
.successSection .col-12:last-child {
    margin-bottom:0px;
    border:none;
}
.successSection .col-12 div{
    width:81%;
    float:right;
}
.solutions .successSection p, .solutions .successSection ul li {
    font-size:15px;
    color: #3f4244;
    font-weight: 300;
}
.solutions .successSection p {
    line-height:1.3;
    margin-bottom:6px;
}
.solutions .successSection ul {
    padding-left:30px;
}
.solutions .successSection ul li {
    list-style:circle;
    padding:4px 0px;
}
.pressSection .col-12 .col-6{
	border-left:3px solid #4e81d4;
	padding-left:10px;
}
.aboutSection p.paraDate{
	font-size:15px;
	color:#931445;
	font-weight:normal;
}
.solutionWhite .col-6{
	padding-right:25px;
}
.solutionWhite .col-6:nth-of-type(2n){
	float:right;
}
.soluHeading{
	padding:0px 0px 0px;
	overflow:hidden;
	background-color:#eaeaea;	
	line-height:0;
	margin:0px 0px 0px;	
}
.soluHeading h1{
	display:inline-block;
	line-height:0;
	font-size:70px;
	font-weight:300;
	color:#3f4244;
	margin-top:135px;
	background-image:url(../images/arrow-bottom.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-right:50px;
	height:65px;
}
.soluHeading img{
	float:right;
}
.solutions h2{
	color:#069dca;
	font-size:24px;
	font-weight:300;
	margin-bottom:15px;
}
.solutions p, .aboutSection p, .pressSection ul, .pressSection p{
	font-size:18px;
	font-weight:300;
}
.pressSection ul, ul.listItem{
    list-style:inherit;
    margin-left:20px;
    margin-top:8px;
}
    .pressSection ul li, ul.listItem li{
        padding-bottom:8px;
    }
        .pressSection ul li:last-child, ul.listItem li:last-child{
            padding-bottom:0px;
        }
ul.listItem {
    margin-bottom:8px;
    margin-left:30px;
}
ul.listItem li {
    font-size: 18px;
    font-weight: 300;
    color: #3f4244;
}
.aboutSection p{
	margin-bottom:10px;
}
.testimonials.blueTheme{
	background-image:url(../images/plus-blue-watermark.png);
}
.errorMsg, .successMsg{
    background-image:url(../images/error_bg.png);
    background-repeat:no-repeat;
    background-position:10px center;
    background-color:#ffdede;
    padding:10px 30px;
    font-size:13px;
    border:1px solid #df6464;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    margin-bottom:15px;
}
.successMsg {
    background-image: url(../images/submit_bg.png);
    background-color:#d0ffe3;
    border:1px solid #56a458;
}

.owl-prev{
	position:absolute;
	top:40%;
	background-image:url(../images/left_arrow-blue.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:64px;
	height:64px;
}
#owl-demo1 .owl-prev{
	background-image:url(../images/left_arrow-red.png);
}
.owl-next{
	position:absolute;
	top:40%;
	background-image:url(../images/right-arrow_blue.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:64px;
	height:64px;
	right:0px;
}
#owl-demo1 .owl-next{
	background-image:url(../images/right-arrow_red.png);
}
.speciality{
	padding:30px 0px;
	overflow:hidden;
}
.leftTime{
	width:26%;
	float:left;
	text-align:right;
	padding-right:0%;
	margin-left:1%;
}
.leftTime small{
	display:block;
	color:#3f4244;
	font-size:14px;
	margin:7px 0px 12px;
}
p.paraDesignation{
	font-size:18px;
	font-weight:700;
	margin-bottom:0px;
}
.rightTime span{
	background-image:url(../images/cirlce_orange.png);
	background-repeat:no-repeat;
	background-position:left top;
	position:absolute;
	top:9px;
	left:0;
	width:13px;
}
.blueTheme .rightTime span{
	background-image:url(../images/cirlce_blue.png);
}
.leftTime p{
	font-size:18px;
	color:#941445;
}
.blueTheme .leftTime p{
	color:#069dca;
}
.timeline{
	width:100%;
	overflow:hidden;
}
.imgCircle{
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	width:65px;
	height:65px;
}
.rightTime{
	float:right;
	width:65%;
	padding-left:5%;
	background-image:url(../images/border-orange.png);
	background-repeat:repeat-y;
	background-position:6px;
	position:relative;
	min-height:160px;
	padding-bottom:15px;
	margin-right:3%;
}
.rightTime p{
	line-height:1.9;
}
.features ul li{
	width:33%;
	display:inline-block;
	text-align:center;
	margin-bottom:30px;
}
.features ul li a:hover {
    color:#941445;
}
.features.blueTheme ul li a:hover {
    color:#069dca;
}
.features ul li.noMargin{
	margin-bottom:0px;
}
.features ul li a{
	display:block;
	margin-top:12px;
	font-size:16px;
	font-weight:300;
	color:#000;
}
h1.headingTwo{
	font-size:48px;
	text-align:center;
	font-weight:300;
	color:#3f4244;
	margin-bottom:35px;
	line-height:0.6;
}

.colGrey{
	float:right;
	background-color:#b4b4b4;
	padding:16px 22px;
}
.colWhite{
	background-color:#fff;
	padding:30px 15px;
}
.col-7.colWhite{
	width:65.3331%;
}
.colWhite p{
	font-size:18px;
	font-weight:300;
}
.colWhite p:first-child{
	margin-bottom:15px;
}
ul.listIcon li{
	background-image:url(../images/icon_customer.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:5px 0px;
	padding-left:35px;
}
ul.listIcon li a{
	font-size:20px;
	font-weight:300;
	color:#fff;
}
ul.listIcon li a:hover{
	color:#931445;
}
ul.listIcon li.icon_product{
	background-image:url(../images/icon_demos.png);
}
ul.listIcon li.icon_blog{
	background-image:url(../images/icon_blog.png);
}
ul.listIcon li.icon_speciality{
	background-image:url(../images/icon_speciality.png);
}
ul.listIcon li.icon_faq{
	background-image:url(../images/icon_faq.png);
}
ul.listIcon li.icon_contact{
	background-image:url(../images/icon_contact.png);
}
ul.listIcon li.icon_demos{
	background-image:url(../images/icon_request.png);
}
ul.listIcon li.icon_call{
	background-image:url(../images/icon_call.png);
}

.speciality .col-md-2 {
  width: 16.66666667%;
  float:left;
  padding-left:15px;
  padding-right:15px;
  
}
.icon_text {
  width: inherit;
  float: inherit;
  background-color: #fff;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  padding: 0 0 8px 0;
  box-sizing: border-box;
  word-wrap: break-word;
  white-space: normal;
}
.icon_box {
  width: 100%;
  float: left;
  text-align: center;
  color: #848484;
  font-size: 16px;
  margin: 0 0 30px 0;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  padding: 75px 0 0 0;
  border: 1px solid #ededed;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}	
.icon_1{
	background:url(../images/icon_1.png) center -75px no-repeat;
	}
	
/*.icon_1:hover{
	background:url(../images/icon_1.png) center -75px no-repeat;
	}*/
	
.icon_2{
	background:url(../images/icon_2.png) center -75px no-repeat;
	}
	
/*.icon_2:hover{
	background:url(../images/icon_2.png) center -75px no-repeat;
	}*/
	
.icon_3{
	background:url(../images/icon_3.png) center -75px no-repeat;
	}
	
/*.icon_3:hover{
	background:url(../images/icon_3.png) center -75px no-repeat;
	}*/
	
.icon_4{
	background:url(../images/icon_4.png) center -75px no-repeat;
	}
	
/*.icon_4:hover{
	background:url(../images/icon_4.png) center -75px no-repeat;
	}*/
	
.icon_5{
	background:url(../images/icon_5.png) center -75px no-repeat;
	}
	
/*.icon_5:hover{
	background:url(../images/icon_5.png) center -75px no-repeat;
	}*/
	
.icon_6{
	background:url(../images/icon_6.png) center -75px no-repeat;
	}
	
/*.icon_6:hover{
	background:url(../images/icon_6.png) center -75px no-repeat;
	}*/
	

.icon_7{
	background:url(../images/icon_7.png) center -75px no-repeat;
	}
	
/*.icon_7:hover{
	background:url(../images/icon_7.png) center -75px no-repeat;
	}*/
	
.icon_8{
	background:url(../images/icon_8.png) center -75px no-repeat;
	}
	
/*.icon_8:hover{
	background:url(../images/icon_8.png) center -75px no-repeat;
	}*/
	
.icon_9{
	background:url(../images/icon_9.png) center -75px no-repeat;
	}
	
/*.icon_9:hover{
	background:url(../images/icon_9.png) center -75px no-repeat;
	}*/
	
.icon_10{
	background:url(../images/icon_10.png) center -75px no-repeat;
	}
	
/*.icon_10:hover{
	background:url(../images/icon_10.png) center -75px no-repeat;
	}*/
	
.icon_11{
	background:url(../images/icon_11.png) center -75px no-repeat;
	}
	
/*.icon_11:hover{
	background:url(../images/icon_11.png) center -75px no-repeat;
	}*/
	
.icon_12{
	background:url(../images/icon_12.png) center -75px no-repeat;
	}
	
/*.icon_12:hover{
	background:url(../images/icon_12.png) center -75px no-repeat;
	}*/
	
.icon_13{
	background:url(../images/icon_13.png) center -75px no-repeat;
	}
	
/*.icon_13:hover{
	background:url(../images/icon_13.png) center -75px no-repeat;
	}*/
	
.icon_14{
	background:url(../images/icon_14.png) center -75px no-repeat;
	}
	
/*.icon_14:hover{
	background:url(../images/icon_14.png) center -75px no-repeat;
	}*/
	
.icon_15{
	background:url(../images/icon_15.png) center -75px no-repeat;
	}
	
/*.icon_15:hover{
	background:url(../images/icon_15.png) center -75px no-repeat;
	}*/
	
.icon_16{
	background:url(../images/icon_16.png) center -75px no-repeat;
	}
	
/*.icon_16:hover{
	background:url(../images/icon_16.png) center -75px no-repeat;
	}*/
	
.icon_17{
	background:url(../images/icon_17.png) center -75px no-repeat;
	}
	
/*.icon_17:hover{
	background:url(../images/icon_17.png) center -75px no-repeat;
	}*/
	
.icon_18{
	background:url(../images/icon_18.png) center -75px no-repeat;
	}
	
/*.icon_18:hover{
	background:url(../images/icon_18.png) center -75px no-repeat;
	}*/
	
.icon_19{
	background:url(../images/icon_19.png) center -75px no-repeat;
	}
	
/*.icon_19:hover{
	background:url(../images/icon_19.png) center -75px no-repeat;
	}*/
	
.icon_20{
	background:url(../images/icon_20.png) center -75px no-repeat;
	}
	
/*.icon_20:hover{
	background:url(../images/icon_20.png) center -75px no-repeat;
	}*/
	
.icon_21{
	background:url(../images/icon_21.png) center -75px no-repeat;
	}
	
/*.icon_21:hover{
	background:url(../images/icon_21.png) center -75px no-repeat;
	}*/
	
.icon_22{
	background:url(../images/icon_22.png) center -75px no-repeat;
	}
	
/*.icon_22:hover{
	background:url(../images/icon_22.png) center -75px no-repeat;
	}*/
	
.icon_23{
	background:url(../images/icon_23.png) center -75px no-repeat;
	}
	
/*.icon_23:hover{
	background:url(../images/icon_23.png) center -75px no-repeat;
	}*/
	
.icon_24{
	background:url(../images/icon_24.png) center -75px no-repeat;
	}
	
/*.icon_24:hover{
	background:url(../images/icon_24.png) center -75px no-repeat;
	}*/
	
.icon_25{
	background:url(../images/icon_25.png) center -75px no-repeat;
	}
	
/*.icon_25:hover{
	background:url(../images/icon_25.png) center -75px no-repeat;
	}*/
	
.icon_26{
	background:url(../images/icon_26.png) center -75px no-repeat;
	}
	
/*.icon_26:hover{
	background:url(../images/icon_26.png) center -75px no-repeat;
	}*/
/*... Start Form....*/
hr{
	border:none;
	clear: both;
	width: 100%;
	margin: 0px;
}
.row-form{
	overflow:hidden;
	margin-bottom:10px;
	line-height:1;	
	display:-webkit-flex; /* Safari */
	display:-moz-flex;
	display:flex;
	-webkit-flex-wrap:wrap;         /* Safari 6.1+ */
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;       /* Safari 6.1+ */
	justify-content:center;
	-moz-justify-content:center;
}
label{
	width:25%;
	color: #333;
	font-size:15px;
	margin:10px 3% 0 1%;
	text-align:right;
	line-height:1.3;
	float:left;
}
.search-panel select, select{
	height:40px;
	padding:0px 6px;
	font-size:16px;
	width:100%;
	font-weight: 300;
	display: inline-block;
	border: 1px solid #cacaca;
	box-shadow:0 1px 0 rgba(255,255,255,.8),inset 0 0 1px rgba(0,0,0,.2);
	border-radius:5px;
	color: #777777;
	background-image:url(../images/drop-arrow.png);
	background-repeat:no-repeat;
	background-position:98% center;
	-webkit-transition: border linear .8s,box-shadow linear .8s;
	-moz-transition: border linear .8s,box-shadow linear .8s;
	transition: border linear .8s,box-shadow linear .8s;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
select::-ms-expand{
    display: none;
}
input[type="text"], textarea, input[type="email"], select{
	font-size: 15px;
	color: #777777;
	height:40px;
	width:69%;
	border:none;
	outline: none;
	padding-left:10px;
	-webkit-transition: 0.3s ease-in-out all;
	-moz-transition: 0.3s ease-in-out all;
	-ms-transition: 0.3s ease-in-out all;
	-o-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	border: 1px solid #cacaca;
	float:right;
}
textarea{
	min-height:80px;
	width:69%;
	padding-top:10px;
}

input[type="submit"], a.backBtn{
	border:none;
	font-size:18px;
	color:#fff;
	font-weight:300;
	padding:8px 24px;
	cursor:pointer;
	background-color:#498af2;
    background:#498af2;
}
.Validator {
  color: Red;
  display: none;
}
.col-9{
	width:74.9997%;
	display:inline-block;
}
.contactForm{
	margin:20px 0 0 0;
	overflow:hidden;
}
.contactForm h2{
	font-weight:300;
	color:#3f4244;
	margin-bottom:20px;
}
.contactForm .col-5{
	padding-left:40px;
}
address{
	font-style:normal;
	color:#3f4244;
	line-height:1.6;
	font-size:16px;
}
#owl-demo .item .timeline, #owl-demo1 .item .timeline{
    display:block;
    width:90%;
    height:auto;
	margin:0 auto;
}


/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.partnerPnl{
	margin:20px 0px;
	overflow:hidden;
}
#toTop{
	position:fixed;
	top:33%;
	right:0%;
	z-index:2000;
	display:none;
}
#toTop ul li{
	/*background-image:url(../images/back_billing.png);
	background-repeat:no-repeat;
	background-position:center;*/
	background-color:#fff;
	/*margin-bottom:7px;*/
	/*-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;*/
	right:0px;
	position:relative;
	border:1px solid #ccc;
	-webkit-box-shadow:-4px 8px 9px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:-4px 8px 9px 0px rgba(0,0,0,0.3);
	box-shadow:-4px 8px 9px 0px rgba(0,0,0,0.3);
    border-right:none;
    height:56px;
}
#toTop ul li.back_home{
	background-image:url(../images/back_home.png);
    background-repeat:no-repeat;
	background-position:center;
	background-color:#931445;
    border-top:none;
	/*right:2px;*/
    height:55px;
    display:block;
}
#toTop ul li a span {
    background-color: #069dca;
    display:inline-block;
    padding:10px 14px;
}
#toTop ul li a em{
    display:block;
    position:absolute;
    right:0px;
    top:20px;
    padding:0px 5px 0px 10px;
    font-style:normal;
}
#toTop ul li:first-child a em {
    right:7px;
}
#toTop ul li.back_physician{
	background-image:url(../images/back_physician.png);
    border-top:none;
}
#toTop ul li a{
	/*text-indent:-9999px;*/
	display:inline-block;	
	width:190px;
	/*height:64px;*/
	padding-right:5px;
}
#toTop ul li.back_home a{
    text-indent:-9999px;
    display:block;
    height:55px;
}
.blogPanel{
	padding:35px 0px;
	background-color:#eaeaea;
	overflow:hidden;
	text-align:center;
}
.col-3{
	width:23%;
	display:inline-block;
	margin-right:2%;
	background-color:#fff;
	border:2px solid #b3b3b3;
	padding:20px 15px;
	min-height:220px;
	overflow:hidden;
}
.blogPanel .col-3:last-child{
	margin:0px;
}
.blogPanel .col-3 div{
	min-height:67px;
	margin-bottom:15px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.blogPanel .col-3 h2{
	margin-bottom:15px;
}
    .blogPanel .col-3 h2 a {
        color:#000;
    }

/*... End Form....*/
/*................................End MainCnts.................................*/
/*................................Start Footer.................................*/
ul.socialLinks li{
	display:inline-block;
	margin-right:13%;
}
ul.socialLinks li:last-child{
	margin:0px;
}
.footerPnl ul{
	margin-bottom:15px;
}
.footerPnl ul:last-child{
	margin-bottom:0px;
}
.footerPnl ul li{
	padding:3px 0px;
}
.footerPnl ul li a{
	color:#fff;
	font-size:13px;
}
.footerPnl ul li a:hover{
	color:#16709b;
}

footer{
	width: 100%;
	text-align:center;
	background-color:#c8c8c8;
	color:#fff;
	font-size:14px;
	padding:20px 0px 15px;
	line-height:0.9;
	color:#444444;
	overflow:hidden;
}
footer p{
	line-height:0.9;
	padding-top:7px;
}
ol {
    margin:0px;
    padding:0px;
    margin:0px 0px 10px 25px;
}
ol li {
    padding:4px 0px;
    list-style:decimal;
    font-size: 18px;
    font-weight: 300;
    color:#3f4244;
}
ul.socialList{
	margin-left:3%;
	padding-top:7px;
}
ul.socialList li{
	margin-right:15px;
}
ul.socialList li a{
	font-size:15px;
	text-transform:uppercase;
	color:#444444;
}
ul.socialLinks{
	float:right;
    margin-top:6px;
}
ul.socialLinks li{
	margin-right:15px;
}
footer p{
	float:left;
}
footer ul{
	float:left;
}
footer ul li{
	display:inline-block;
}
footer a, footer p, footer a:hover{
	color:#444;
}
footer form{
    float:left;
}
    footer form input[type="search"] {
        width:140px;
        margin-left:45px;
        margin-top:0px;
    }
.sepMobi{
    display:none;
}
@media only screen and (max-width:1171px){					/*..... 125 .....*/
.pgSize{
	width:auto;
	margin:0px 5px;
}
.navbar-nav, .navbar-right{
	float:none !important;
	text-align:center;
}
.headRight{
	text-align:center;
	float:none;
	clear:both;
	width:auto;
}
a.logo{
    float:none;
    margin:20px auto 10px;
    margin-top:20px;
}
.navbar-nav > li{
	float:none;
	display:inline-block;
}
.nav.navbar-nav li a{
  padding:10px 20px;
  font-size: 13px;
}
.phonePara{
	float:none;
	margin:0px 0px 10px 0px;
}
.phonePara p{
    margin:0px 0px 6px;
}
.phonePara ul.socialLinks {
    float:none;
    margin:0px;
}
.phonePara ul.socialLinks li{
    margin-right:27px;
}
.phonePara ul.socialLinks li:last-child{
    margin-right:0px;
}
ul.bxslider div {
    font-size:28px;
}
.requestBtn.topRequestBtn {
    float:none;
    display:inline-block;
    margin-top:0px;
}
.sepMobi {
    display:block;
}
.searchTop {
    float:none;
    margin:0 auto;
    width:auto;
    text-align:center;
}
    input[type="search"] {
        float:none;
        width:200px;
        margin:0px 10px 0px 0px;
        padding:4px 0px 4px 25px;
    }
    footer form input[type="search"] {
        margin-left:0px;
    }
    ul.socialList {
        margin-left:1%;
    }

}

@media only screen and (max-width:979px){
#toTop{
	display:none !important;
}
ul.bxslider div{
	font-size:24px;
	top:20%;
}

.certificatesSection img{
	margin-right:2%;
}
a.readBtn{
	font-size:18px;
	padding:10px 20px;
}
.slideHomeContents a{
	font-size:40px;
}
.aboutHomeSection{
	background-image:url(../images/about_bg-mobi.jpg);
}

.patTab_Round-left, .patTab_Round-right, .soluHeading img{
	display:none;
}
.soluHeading h1{
	margin-top:60px;
}
.subPageTabBarNew ul li .pageTab{
	border: 1px solid #1182cf;
}

.subPageTabBarNew ul li .pageTab{
	padding:5px 10px;
}
.subPageTabBarNew ul li.pageTabRightSelected .pageTab{
	height:inherit;
}
p.picLeft{
	margin-top:6px;
}
footer p, footer ul, ul.socialLinks{
    float:none;
    margin-bottom:10px;
}
ul.socialLinks{
	margin:0px;
	margin-top:10px;
}
ul.socialList li{
	margin-right:35px;
}
.aboutSection{
	padding:30px 20px;
}
h1.headingTwo{
	margin-bottom:40px;
}
.col-3, .partnerPnl ul.listService li{
	width:33%;
}
.blogPanel .col-3{
	width:23%;
}
.partnerPnl ul.listService li:nth-child(4n){
	border-right: 1px solid #cccccc;
}
.partnerPnl ul.listService li:nth-child(3n){
	border-right:none;
}
.solutions .webinarSection h2{
	font-size:18px;
}
.slideContents, .modal-example-content{
	width:auto;
}
.video-js{
	width:600px;
	height:300px;
}
.features ul li a{
	min-height:43px;
}
.slideContents .col-6:first-child{
	padding-left:2%;
	padding-right:2%;
}
ul.listService li{
	width:50%;
}
ul.listService li:nth-child(3n){
    border-right:1px solid #a4d7ee;
}
.services ul.listService li:nth-child(2n){
    border-right:none;
}
ul.listService li.borderBtm {
    border-bottom:1px solid #a4d7ee;
}
.speciality .col-md-2{
	width:33%;
}
.polygonShape{
	width:49%;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	margin-right:0px;
}
.polygonShape:nth-child(2n){
	border-right:none;
}
.polygonShape:last-child, .polygonShape:nth-child(3){
	border-bottom:none;	
}
.recordSection.recordSection2 .polygonShape{
	min-height:160px;
}
    footer form {
        float:none;
    }

	
}
@media only screen and (max-width: 767px) and (min-width: 240px){
.navbar-nav > li{
	width:100%;
	text-align:left;
	border-bottom:1px solid #888;	
}
.navbar{
	position:inherit;
}
.navbar-default .navbar-collapse{
	border:none;
	width:100%;
	position:absolute;
	top:152px;
	z-index:10000;
	left:0px;
}
.slideRed, .slideBlue{
	width:90%;
	margin:0px 0px 15px 5%;
	text-align:left;
}
.slideHomeContents a{
	padding-left:20px;
}
.aboutHomeSection{
	background-image:none;
}
.aboutHomeSection .col-6:first-child, #toTop, .slideContents .col-6:last-child{
	display:none !important;
}
.bx-viewport{
	height:auto !important;
	max-height:220px;
}
.slideContents .col-6:first-child{
	width:auto;
}
.aboutHomeSection .col-6:last-child{
	width:auto;
}
.nav.navbar-nav li a{
	padding:9px 0px 9px 20px; 
}
.navbar-nav{
	margin:0px 0px 0 0;
	background-color:#fff;
}
.aboutSection .col-4{
	margin-bottom:20px;
}
.aboutSection .col-4:last-child{
	margin-bottom:0px;
}
.col-3, .partnerPnl ul.listService li{
	width:50%;
}
.partnerPnl ul.listService li:nth-child(4n), .partnerPnl ul.listService li:nth-child(3n){
	border-right: 1px solid #cccccc;
}
.partnerPnl ul.listService li:nth-child(2n), ul.listService li, .services ul.listService li:nth-child(3n){
	border-right:none;
}
ul.listService li.borderBtm, .solutionWhite .col-6{
	border-bottom:1px solid #a4d7ee;
}
.solutionWhite .col-6{
	padding-bottom:20px;
	margin-bottom:20px;
}
.solutionWhite .col-12{
	margin-bottom:0px !important;
}
.solutionSection .col-2{
	width:33.33%;
	margin-bottom:10px;
}
.addressSection .col-9, .aboutSection .col-4, .addressSection .col-3, .pressSection .col-12 .col-6, .webinarSection .col-12 .col-6, .features ul li, ul.listService li, .solutionWhite .col-6{
	width:100%;
}
.pressSection .col-12 .col-6:first-child{
	margin-bottom:28px;
}
.addressSection .col-3, .addressSection .col-3 center, .webinarSection .col-12 .col-6{
	text-align:center;
}
.addressSection .col-3{
	margin-top:25px;
}
.addressSection .col-3 center{
	text-align:center !important;
}
ul.socialList li, .webinarSection .col-12 .col-6 img{
	float:none;
	display:inline-block;
}
hr.sepMobi{
	display:block;
}
.requestBtn.topRequestBtn, .searchTop{
    display:none;
}
.row-form .col-5{
	width:100%;
}
.row-form label{
	margin-top:10px;
}
ul.bxslider div{
	font-size:16px;
	top:20%;
}
.newsletterSection input[type="text"] {
    width:100%;
    margin-bottom:12px;
}
a.readBtn{
	padding:6px 12px;
	font-size:14px;
	margin-top:10px;
}
.certificatesSection img{
	margin-right:12%;
}
.certificatesSection img:nth-child(even){
	margin-right:0px;
}
ul.socialList li{
	margin-right:15px;
}
h1.headingTwo{
	line-height:1;
	margin-bottom:20px;
}
.contactForm .col-7, .contactForm .col-5{
	width:98%;
}
.contactForm .col-5{
	text-align:center;
	margin-top:20px;
}
.leftTime{
    width:auto;
    float:none;
	text-align:center;
    margin-left:0%;
}
.rightTime{
	float:none;
	width:auto;
    margin-right:10%;
    margin-left:10%;	
	background:none;
}
#owl-demo .item .timeline, #owl-demo1 .item .timeline{
	border-bottom:1px solid #bdccd5;
	margin-bottom:20px;
	padding-bottom:5px;	
}
#owl-demo .item .timeline:last-child{
	margin:0px;
	padding:0px;
	border:none;
}
.video-js{
	width:400px;
	height:200px;
}
.solutionWhite .col-6{
	padding-right:0px;
}
.row-form label{
	float:none;
	margin:0px 0px 5px;
	width:auto;
	text-align:left;
}
.row-form{
	-webkit-justify-content:left;
    justify-content:left;
    -moz-justify-content:left;
}
input[type="text"], textarea, input[type="submit"], input[type="email"]{
	width:100%;
}
.polygonShape{
	width:100%;
	border-right:none;
	border-bottom:1px solid #fff;
	margin-right:0px;
}
.polygonShape:nth-child(3){
	border-bottom:1px solid #fff;
}
.polygonShape:last-child{
	border-bottom:none;	
}
.phonePara ul.socialLinks{
	display:none;
}
.blogPanel .col-3{
	width:98%;
	margin:0 auto;
	min-height:inherit;
	margin-bottom:10px;
    float:left;
}
    .listSitemap{
        width:100%;
        margin-bottom:20px;
    }
.blogPanel .col-3:last-child{
	margin-bottom:0px;	
}
    .supportLink a{
        display:block;
        clear:both;
        margin-bottom:10px;
    }
        .supportLink a:last-child {
            float:none;
        }

}

@media only screen and (max-width:479px){
a.logo{
	margin:7px auto 0;
	float:none;
}
.bx-viewport{
	max-height:240px;
}
.slideContents{
	bottom:10px;
}
.slideContents p{
	font-size:18px !important;
}

.headRight{
	float:none;
}
ul.listService li:nth-child(3n) {
    border-right:none;
}
.soluHeading h1{
	font-size:50px;
}
ul.socialList li{
	margin-right:0px;
	display:block;
	margin-bottom:15px;
}
p.btnLogin{
	float:left;
}
.phonePara p {
    font-size:24px;
}
.navbar-default .navbar-collapse{
	top:127px;
}
.slideBlue{
	margin-bottom:0px;
}
.aboutHomeSection .col-6:last-child{
	padding-left:20px;
	padding-right:20px;
}
.certificatesSection img{
	margin:0px;
	float:none;
	clear:both;
}
.headingOne, h1.headingTwo{
	font-size:28px;
	font-weight:400;
}
.solutionSection .col-2, .addressSection .col-9 .col-4, .addressSection .col-9 .col-8, .speciality .col-md-2{
	width:100%;
}
.addressSection .col-9 .col-8{
	margin-top:30px;
}
	
.solutionSection .col-2{
	margin-bottom:0px;
}	
#owl-demo1 .owl-item, .solutionPanel figure{
	text-align:center;
}
#owl-demo1 .item{
	margin:0 auto;
	display:inline-block;
	padding-top:28px;
}

p.btnLogin a{
	margin-top:10px;
}
.navbar-toggle{
	padding:8px 10px;
	margin-top:9px
}
ul.bxslider div{
	display:none;
}
.slideHomeContents a{
	padding-left:10px;
}
p.phonePara{
	margin-top:7px;
	font-size:22px;
}

.partnerPnl ul.listService li{
	width:100%;
}
.partnerPnl ul.listService li:nth-child(3n), .partnerPnl ul.listService li{
	border-right:none;
}
.video-js{
	width:300px;
	height:150px;
}
.slideHomeContents a{
	font-size:34px;
}

}