.ui-icon {
  overflow: hidden;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn {
  -webkit-user-select: none;
}

.bread-crumb li,
li {
  list-style-type: none;
}

.btn {
  -moz-user-select: none;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  background-repeat: no-repeat;
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.2.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0)format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff?v=4.2.0)format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.2.0)format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular)format('svg');
  font-weight: 400;
  font-style: normal;
}

img {
  vertical-align: middle;
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

footer,
header,
nav,
section {
  display: block;
}

a {
  background: 0 0;
  color: #428bca;
}

b,
strong {
  font-weight: 700;
}

h1 {
  margin: .67em 0;
}

img {
  border: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

textarea {
  overflow: auto;
}

button,
input,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

address {
  font-style: normal;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media print {
  img {
    page-break-inside: avoid;
  }

  * {
    text-shadow: none!important;
    color: #000!important;
    background: 0 0!important;
    box-shadow: none!important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href)")";
  }

  a[href^="#"]:after {
    content: "";
  }

  img {
    max-width: 100%!important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }
}

body {
  background-color: #fff;
}

.btn,
.btn:active,
.navbar-toggle {
  background-image: none;
}

body {
  color: #333;
}

button,
input,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a:focus,
a:hover {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline-offset: -2px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

h1,
h2,
h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

p {
  margin: 0 0 10px;
}

address {
  line-height: 1.42857143;
}

.small {
  font-size: 85%;
}

ul {
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
}

ul ul {
  margin-bottom: 0;
}

.container-fluid:after,
.container:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after {
  clear: both;
}

address {
  margin-bottom: 20px;
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.btn {
  white-space: nowrap;
}

.container,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .container {
    width: 750px;
  }
}

@media (min-width:992px) {
  .container {
    width: 970px;
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-lg-12,
.col-lg-3,
.col-lg-4,
.col-lg-6,
.col-lg-8,
.col-md-12,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-sm-12,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-8,
.col-xs-12,
.col-xs-5,
.col-xs-7 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-12,
.col-xs-5,
.col-xs-7 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-5 {
  width: 41.66666667%;
}

@media (min-width:768px) {
  .col-sm-12,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-8 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }
}

@media (min-width:992px) {
  .col-md-12,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }
}

@media (min-width:1200px) {
  .col-lg-12,
  .col-lg-3,
  .col-lg-4,
  .col-lg-6,
  .col-lg-8 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.dropdown {
  position: relative;
}

.btn {
  text-align: center;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -ms-user-select: none;
  user-select: none;
}

.btn:active:focus,
.btn:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.collapse {
  display: none;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix)format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff)format('woff'),url(../fonts/glyphicons-halflings-regular.ttf)format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)format('svg');
}

.dropdown-toggle:focus {
  outline: 0;
}

.nav>li,
.nav>li>a,
.navbar {
  position: relative;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav>li {
  display: block;
}

.nav>li>a {
  display: block;
  padding: 10px 15px;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
}

.navbar,
.navbar-toggle {
  border: 1px solid transparent;
}

.navbar {
  min-height: 50px;
  margin-bottom: 20px;
}

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  -webkit-overflow-scrolling: touch;
}

@media (min-width:768px) {
  .navbar {
    border-radius: 4px;
  }

  .navbar-header {
    float: left;
  }

  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
  }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width:768px) {
  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

@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.navbar-right:last-child {
    margin-right: -15px;
  }

  .navbar-right {
    float: right!important;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-default {
  background-color: #fff;
  border-color: #eee;
}

.navbar-default .navbar-nav>li>a {
  color: #414042;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-collapse {
  border-color: #eee;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.nav-tabs>li>a:hover {
  border-color: transparent;
}

.contact2-page-form .btn-7b {
  overflow: hidden;
}

.no-pad,
body,
ul {
  padding: 0;
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}

body,
ul {
  margin: 0;
}

.pull-right {
  float: right!important;
}

.pull-left {
  float: left!important;
}

.hidden {
  display: none!important;
}

body {
  background: #fff;
}

body,
p {
  font-size: 13px;
}

body {
  font-family: 'Noto Sans',sans-serif;
}

.hidden {
  visibility: hidden!important;
}

#headerstic,
.banner,
.icon-angle-down {
  position: relative;
}

@-ms-viewport {
  width: device-width;
}

body {
  line-height: 1.62857143;
}

a,
a:hover {
  text-decoration: none;
}

p {
  color: #6d6d6d;
}

.service-box a {
  text-transform: capitalize;
}

::selection {
  background: #107fc9;
  color: #fff;
}

::-moz-selection {
  background: #107fc9;
  color: #fff;
}

.bread-heading {
  float: left;
  height: auto;
}

.inner-page-title-wrap {
  padding: 30px 0;
  margin: 0;
}

.inner-page-title-wrap h1 {
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: 1.3em;
  float: left;
  padding: 5px 0;
  border-bottom: 3px solid;
}

.bread-crumb {
  line-height: 2.2em;
  padding: 0 15px;
  background: #107fc9;
  margin: 8px 0;
}

.bread-crumb li {
  display: inline;
  background: url(../images/bread-crumb-arrow.png)0 5px no-repeat;
  padding: 0 0 0 15px;
}

.bread-crumb li:first-child {
  background: 0 0;
  padding: 0;
}

.bread-crumb li a {
  color: #fff;
  font-size: 12px;
  margin-right: 5px;
}

.bread-crumb li:last-child a {
  margin-right: 0;
}

#headerstic {
  z-index: 99999999;
}

.icon-camera,
.icon-file,
.icon-home,
.icon-pencil {
  font-size: 14px;
  margin-right: 15px;
  position: relative;
  top: 3px;
  float: left;
}

.icon-list-ul,
.icon-rocket {
  font-size: 25px;
  color: #a9a9a9;
  transition: .3s;
  text-shadow: 1px 1px 0 #fff;
}

.other-op .icon-mail,
.other-op .icon-phone2 {
  color: #fff;
  font-size: 14px;
  height: 29px;
  width: 29px;
  background: #666;
  float: left;
  text-align: center;
  line-height: 29px;
  border-radius: 50%;
  margin-right: 25px;
}

.icon-angle-down {
  float: right;
  right: 0;
  top: -2px;
  font-size: 20px;
}

.full-width-container {
  width: 100%;
  padding: 0;
}

.banner {
  min-height: 100%;
  float: left;
  background: #0d67a3;
  display: bock;
}

#bs-example-navbar-collapse-1>ul>li:hover>ul {
  top: 100%;
  visibility: visible;
  opacity: 1!important;
  margin: 0!important;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 5%!important;
  z-index: 1000;
  float: left;
  padding: 0;
  margin: 25px 0 0!important;
  opacity: 0!important;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.175);
  box-shadow: 0 2px 10px rgba(0,0,0,.175);
  background-clip: padding-box;
  border-top: 3px solid #107fc9;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline;
  visibility: hidden;
}

.dropdown-menu>li>a {
  display: block;
  padding: 8px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #6d6d6d;
  white-space: nowrap;
  border-bottom: 1px solid #f1f2f2;
  font-size: 13px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  text-decoration: none;
  color: #107fc9;
  background-color: #f8f8f8;
}

.purchase-strip-blue .btn,
.purchase-strip-blue .btn:after {
  transition: all .3s;
  -webkit-transition: all .3s;
}

.dept-title-tabs:before,
.purchase-strip-blue .btn:after {
  content: '';
}

.color-4 {
  float: right;
}

.color-4 p {
  margin: 0 15px 0 0;
}

.purchase-strip-blue .btn {
  font-family: inherit;
  font-size: 17px;
  color: #696969;
  cursor: pointer;
  padding: 0 36px;
  display: inline-block;
  margin: -25px 0 0;
  text-transform: uppercase;
  outline: 0;
  position: relative;
  -moz-transition: all .3s;
  text-shadow: none;
  height: 49px;
  border: 3px solid #0d67a3;
  border-radius: 0;
  background: #fff;
  background: -moz-linear-gradient(-45deg,#fff 0,#fff 50%,#efefef 51%,#efefef 100%);
  background: -webkit-gradient(linear,left top,right bottom,color-stop(0,#fff),color-stop(50%,#fff),color-stop(51%,#efefef),color-stop(100%,#efefef));
  background: -webkit-linear-gradient(-45deg,#fff 0,#fff 50%,#efefef 51%,#efefef 100%);
  background: -o-linear-gradient(-45deg,#fff 0,#fff 50%,#efefef 51%,#efefef 100%);
  background: -ms-linear-gradient(-45deg,#fff 0,#fff 50%,#efefef 51%,#efefef 100%);
  background: linear-gradient(160deg,#fff 0,#fff 50%,#efefef 51%,#efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=1);
  line-height: 46px;
}

.purchase-strip-blue .btn:after {
  position: absolute;
  z-index: -1;
  -moz-transition: all .3s;
}

.contact2-page-form .btn2-st2 {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: 0 0;
  cursor: pointer;
  padding: 25px 80px;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: 0;
  position: relative;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  float: right;
  height: 28px;
  width: 45%;
}

.contact2-page-form .btn2-st2 {
  background: #107fc9;
  color: #fff;
  border-radius: 0;
  box-shadow: 0 2px #0d6aa8;
  padding: 9px 7px 8px 35px;
  font-size: 12px;
  font-weight: 400;
  width: auto;
}

.contact2-page-form .btn2-st2:hover {
  background: #0e70b1;
}

.contact2-page-form .btn-7b:before {
  position: absolute;
  left: 0;
  width: 40%;
  font-size: 125%;
  line-height: .8;
  color: #fff;
}

.contact2-page-form.contact-v2 .btn-7b:before {
  position: absolute;
  left: 0;
  width: 50%!important;
  font-size: 135%;
  line-height: .8;
  color: #fff;
}

.bread-crumb-wrap {
  border-bottom: 1px solid #dadada;
  margin-bottom: 40px;
  background-size: cover!important;
}

.doc-name p {
  line-height: 21px;
}

.header-bg {
  background: #fff;
  float: left;
  width: 100%;
}

.ui-state-default {
  border: 1px solid #e0e1e2;
  background: url(../images/plus-collapse-all.png)right -288px no-repeat #fff!important;
  font-weight: 400;
  color: #8c99a9;
  font-size: 15px;
  border-bottom: none;
}

a:active,
a:focus,
a:hover {
  outline: 0!important;
}

.mid-widgets-serices.services-page,
.service-box,
.services-page .service-box {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #fff;
  background-color: #107fc9;
  border: none;
  border-bottom-color: none;
  cursor: default;
}

.nav-tabs>li>a {
  margin-right: 0;
  line-height: 1.428571429;
  border: none;
  border-radius: 0;
  color: #107fc9;
}

.doc-name {
  border: 1px solid #e6e7e8;
}

.full-content {
  float: left;
  line-height: 1.5em;
  color: #414042;
  font-size: 30px;
  text-align: center;
  padding-bottom: 40px;
}

.full-content p {
  color: #6d6d6d;
  font-size: 16px;
  line-height: 1.4em;
  padding-top: 25px;
}

.mid-widgets-serices.services-page,
.services-page .service-box {
  background: 0 0;
  transition: .5s;
}

.mid-widgets-serices {
  height: auto;
  background: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}

.service-box {
  background: #fff;
  padding: 10px 10px 35px;
  transition: .5s;
}

.service-box a {
  height: 30px;
  line-height: 30px;
  color: #107fc9;
  font-size: 13px;
  float: left;
  width: 100%;
  text-decoration: none;
}

.service-title {
  width: 100%;
  color: #414042;
  font-size: 24px;
  line-height: 1.6em;
}

.service-title .icon-eye-open,
.service-title .icon-female,
.service-title .icon-heart,
.service-title .icon-medkit {
  color: #fff;
  font-size: 24px;
  height: 46px;
  width: 46px;
  background: #107fc9;
  float: left;
  text-align: center;
  line-height: 46px!important;
  margin-right: 15px;
}

.service-box .rot-y .panel-icon {
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.service-icon-container {
  height: 46px;
  width: 46px;
  float: left;
  position: relative;
  margin-right: 15px;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -o-perspective: 600px;
  perspective: 600px;
}

.service-box .rot-y .panel-icon {
  background: url(../images/icon-img-fold-alll.png)-214px 36px no-repeat #107fc9;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.service-box:active .rot-y .panel-icon,
.service-box:focus .rot-y .panel-icon,
.service-box:hover .rot-y .panel-icon {
  -webkit-transform: scale(1.08);
  transform: scale(1.1);
}

.dept-title-tabs {
  font-size: 28px;
  color: #414042;
  width: 100%;
  position: relative;
  line-height: 1.3em;
  padding-bottom: 15px;
  font-weight: 400;
  border-bottom: 1px solid #e0e1e2;
}

.dept-title-tabs:before {
  height: 3px;
  width: 90px;
  float: left;
  background: #107fc9;
  bottom: -2px;
  left: 0;
  position: absolute;
}

.right-arr {
  display: none;
}

.faq-tabs-wrap .tab-content>.active {
  display: block;
  padding: 0 15px 15px 30px;
}

.tabs-left .nav-tabs>li.active>a .right-arr,
.tabs-left .nav-tabs>li.active>a:hover .right-arr {
  display: none;
  height: 46px;
  width: 16px;
  float: right;
  background: url(../images/dept-tabs-arrow.png)no-repeat;
  position: relative;
  left: 12px;
  top: -3px;
}

.tabs-left .nav-tabs>li.active>a:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136,183,213,0);
  border-left-color: #f8f8f8;
  border-width: 23px;
  margin-top: -24px;
}

.dep-txt {
  border-left: 1px solid #e0e1e2;
}

.tabs-left .nav-tabs>li.active>a,
.tabs-left .nav-tabs>li.active>a:focus,
.tabs-left .nav-tabs>li.active>a:hover {
  color: #107fc9;
  background: #f8f8f8!important;
  border: none;
  cursor: default;
  font-size: 15px;
  line-height: 2.8em;
}

.tab-content>.tab-pane,
.zoom-icon {
  display: none;
}

.tabs-left>.nav-tabs {
  float: left;
  margin-right: 0;
  border: 1px solid #e0e1e2;
  padding: 0;
}

.tabs-left>.nav-tabs>li>a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0;
  font-size: 15px;
  line-height: 45px;
  color: #6d6d6d;
}

.tabs-left>.nav-tabs {
  border-bottom: 0;
}

.tab-content>.active {
  display: block;
}

.tabs-left>.nav-tabs>li {
  float: none;
  border-top: 1px solid #e0e1e2;
}

.tabs-left>.nav-tabs>li:first-child {
  border-top: none;
}

.tabs-left>.nav-tabs>li:last-child {
  border-bottom: 1px solid #e0e1e2;
}

.tabs-left>.nav-tabs>li>a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 0;
}

.tabs-left>.nav-tabs>li>a:focus,
.tabs-left>.nav-tabs>li>a:hover {
  background: #f8f8f8;
}

.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:focus,
.tabs-left>.nav-tabs .active>a:hover {
  border-color: #ddd transparent #ddd #ddd;
}

.doctor-box img,
.zoom-wrap:hover img {
  -ms-transition: .5s;
  -o-transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
}

.doctor-box {
  padding-bottom: 30px;
}

.doctor-box img {
  transition: .5s;
  width: 100%;
}

.zoom-icon {
  background: url(../images/ov-plus.png)center no-repeat;
  height: 83px;
  width: 83px;
  top: 30%;
  position: absolute;
  margin: 0 auto;
  z-index: 999;
  left: 39%;
}

.faq-ques,
.zoom-wrap:hover .zoom-icon {
  display: block;
}

.zoom-wrap {
  position: relative;
  float: left;
  width: 100%;
}

.zoom-wrap:hover img {
  opacity: .7;
  transition: .5s;
}

.doc-name {
  width: 100%;
  padding: 10px 0 0;
  float: left;
  text-align: center;
  border-top: none;
}

.doc-name hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid #e6e7e8;
  width: 91%;
}

.alert {
  border: 1px solid transparent;
}

.doc-name p {
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
}

.doc-name-class {
  font-size: 17px;
  font-weight: 700;
  color: #107fc9;
  line-height: 1.3em;
}

.doc-title {
  color: #6d6d6d;
  font-weight: 400;
  font-size: 15px;
}

.faq-tabs-wrap {
  padding-top: 20px;
  padding-bottom: 30px;
}

.faq-tabs-wrap p {
  padding-top: 25px;
}

.faq-tabs-wrap p+p {
  padding-top: 15px;
}

.faq-tabs-wrap .tabs-left .nav-tabs>li.active>a,
.faq-tabs-wrap .tabs-left .nav-tabs>li.active>a:focus,
.faq-tabs-wrap .tabs-left .nav-tabs>li.active>a:hover,
.faq-tabs-wrap .tabs-left>.nav-tabs>li>a {
  padding-left: 25px;
}

.faq-ques {
  width: 82%;
  line-height: 1.3em;
  padding: 13px 0;
}

#map-canvas-2 {
  border-top: 4px solid grey;
}

.alert {
  margin-bottom: 20px;
  border-radius: 4px;
}

.alert {
  margin-left: 30px;
  margin-right: 30px;
  padding: 15px;
}

.contact2-wrap {
  padding-top: 0;
  padding-bottom: 15px;
}

.map-full {
  float: left;
  background-size: 100%;
  height: auto;
  width: 100%;
  margin-top: -40px;
}

.map-full iframe {
  width: 100%!important;
}

#map-canvas-2 {
  width: 100%;
  float: left;
  height: 400px;
  border-bottom: 4px solid grey;
}

.map-shadow {
  float: left;
  width: 100%;
  height: 39px;
  background-size: 100%;
}

.contact2-textarea,
.contact2-textbox {
  color: #6d6d6d;
  border: 1px solid #dcddde;
}

.contact2-textarea,
.contact2-textbox {
  padding: 11px 15px;
  width: 100%;
  margin-bottom: 25px;
}

.contact-side-txt {
  line-height: 1.3em;
  display: block;
  padding: 20px 0;
  width: 84%;
  float: left;
  min-height: 60px;
}

.contact-page-list li:first-child .contact-side-txt {
  padding: 0;
}

.contact2-textbox {
  font-weight: 700;
  font-size: 12px;
}

.contact2-textarea {
  font-weight: 700;
  font-size: 12px;
  height: 204px;
}

.side-bar-contact .form-title-text {
  padding: 0 0 15px;
}

.form-title-text {
  color: #414042;
  font-size: 28px;
  width: 100%;
  float: left;
  padding: 0 0 15px 15px;
}

.contact-side-icon {
  background: 0 0;
  color: #6d6d6d;
  font-size: 16px;
  height: 60px;
  width: 37px;
  float: left;
  line-height: 60px!important;
  text-align: center;
  top: 0;
  margin-right: 10px;
}

.contact-page-list {
  width: 100%;
  float: left;
  padding: 0 0 15px;
}

.contact-page-list li:first-child {
  line-height: 22px;
  border-top: 1px solid #CDD1D1;
  padding-top: 15px;
  min-height: 75px;
}

.contact-page-list li:first-child .contact-side-icon {
  line-height: 22px;
}

.contact-page-list li:last-child {
  border-bottom: none;
}

.contact-page-list li {
  min-height: 60px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #CDD1D1;
  color: #6d6d6d;
  padding: 0;
  line-height: 60px;
}

.contact-page-list li a {
  color: #107fc9;
}

@-moz-document url-prefix()  {
  .reverse_vertical_door_flip .ifb-hover .rv_door.ifb-multiple-back {
    z-index: 9;
  }
}

@-moz-document url-prefix()  {
  .reverse_horizontal_door_flip .ifb-hover .rh_door.ifb-multiple-back {
    z-index: 9;
  }
}

@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.eot?d531m9);
  src: url(../fonts/icomoon.eot?#iefixd531m9)format('embedded-opentype'),url(../fonts/icomoon.woff?d531m9)format('woff'),url(../fonts/icomoon.ttf?d531m9)format('truetype'),url(../fonts/icomoon.svg?d531m9#icomoon)format('svg');
  font-weight: 400;
  font-style: normal;
}

.btn2-st2:before,
.btn:before {
  font-family: icomoon;
}

[class*=" icon-"],
[class^=icon-] {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  content: attr(data-icon);
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.top-info-contact {
  line-height: 40px;
}

.icon-phone2:before {
  content: "\e600";
}

.icon-mail:before {
  content: "\e601";
}

.icon-globe:before {
  content: "\e602";
}

.icon-list-ul:before {
  content: "\e606";
}

.icon-rocket:before {
  content: "\e605";
}

.icon-camera:before {
  content: "\e614";
}

.icon-angle-down:before {
  content: "\e612";
}

.icon-pencil:before {
  content: "\e611";
}

.icon-home:before {
  content: "\e608";
}

.icon-file:before {
  content: "\e60e";
}

.icon-eye-open:before {
  content: "\e619";
}

.icon-female:before {
  content: "\e61a";
}

.icon-medkit:before {
  content: "\e61b";
}

.icon-ambulance:before {
  content: "\e61c";
}

.icon-stethoscope:before {
  content: "\e61e";
}

.icon-heart:before {
  content: "\e621";
}

.topbar-info {
  height: 40px;
  border-bottom: 1px solid #ededee;
}

.top-info-contact {
  color: #939598;
  font-size: 11px;
}

.top-info-contact {
  padding-left: 48px;
  text-align: right;
  display: block;
}

@media screen and (min-width:992px) {
  .navbar-default .navbar-nav>li>a:before {
    top: -2px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    background: #107fc9;
    position: absolute;
    content: '';
    height: 3px;
  }

  .navbar-collapse .other-op,
  .navbar-nav .dropdown b,
  .navbar-nav li a i {
    display: none!important;
  }

  .navbar {
    position: relative;
    margin-bottom: 0;
    border: none;
  }

  .navbar-default {
    background-color: #fff;
  }

  .navbar-default .navbar-nav>li>a {
    color: #414042;
    font-size: 15px;
    font-weight: 600;
  }

  .navbar-nav>li>a {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .navbar-default .navbar-nav>li>a:before {
    width: 0;
    left: 50%;
    -o-transition: all .3s ease-in-out;
  }

  .navbar-default .navbar-nav>li:hover>a:before {
    width: 100%;
    left: 0;
  }

  .navbar-nav.navbar-right li:last-child a {
    padding-right: 0!important;
  }
}

.purchase-wrap-blue {
  float: left;
  background: #107fc9;
  margin-bottom: 45px;
  position: relative;
  z-index: 9999999;
}

.purchase-strip-text {
  line-height: 1em;
  font-size: 26px;
  color: #eee;
  padding: 33px 0;
  text-align: left;
  float: left;
}

.purchase-strip-blue .color-4 {
  padding: 20px 0;
  margin-top: 25px;
}

.department-wrap {
  height: auto;
  padding-bottom: 15px;
  padding-top: 15px;
}

.ui-widget {
  font-size: 1.1em;
  float: left;
  width: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 0;
  border-top: 0;
  overflow: auto;
  width: 100%;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
  display: none;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 0;
}

.ui-widget-content {
  background: #fff;
}

.vspacer {
  float: left;
  width: 100%;
  height: 20px;
}

.dept-content {
  padding-top: 15px;
}

.dept-content p {
  font-size: 13px;
  color: #6d6d6d;
  line-height: 1.6em;
  padding-bottom: 15px;
}

.dept-icon {
  width: 46px;
  line-height: 1.9em;
  text-align: center;
  font-size: 24px;
  color: #107fc9;
  float: left;
}

.dept-title {
  line-height: 1.5em;
  font-size: 15px;
  color: #414042;
  text-align: left;
  padding-bottom: 10px;
  font-weight: 700;
  width: 100%;
}

.ui-accordion .ui-accordion-header {
  min-height: 0;
  display: block;
  cursor: pointer;
  position: relative;
  line-height: 3em;
  font-size: 15px;
  padding-right: 68px;
}

.dep-txt {
  width: 90%;
  line-height: 1.3em;
  display: block;
  margin-left: 46px;
  padding: 13px 10px 13px 15px;
}

.ui-state-default {
  color: #6d6d6d!important;
}

.ui-widget h3:first-child,
.ui-widget h3:first-child i {
  border-radius: 0;
}

.ui-widget h3.last-child-ac,
.ui-widget h3.last-child-ac i {
  border-radius: 0;
}

.tab-content>.active {
  padding: 15px;
}

.foot-widget:last-child,
.news-tb {
  border: none;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#footer {
  background: #363839;
  position: relative;
  float: left;
  width: 100%;
  padding: 40px 0 20px;
}

.foot-widget {
  border-bottom: 1px solid #272424;
}

#footer p {
  color: #bcbec0;
  line-height: 1.4em;
}

.address-icons {
  font-size: 16px;
  color: #bcbec0;
  margin-right: 16px;
  background: 0 0;
  text-align: left;
  height: 20px;
  line-height: 1.3em;
  width: 17px;
  float: left;
}

.icon-globe.address-icons {
  height: 50px;
}

.foot-address div {
  color: #bcbec0;
  line-height: 1.5em;
  padding-bottom: 12px;
}

.foot-address {
  padding-bottom: 0;
  float: left;
  margin-bottom: 14px;
}

.foot-widget-title {
  font-size: 15px;
  font-weight: 600;
  color: #e6e7e8;
  line-height: 2.3em;
  text-transform: uppercase;
  float: left;
  width: 100%;
}

.news-subscribe {
  width: 100%;
  float: left;
  height: auto;
  padding: 0 0 20px;
}

.news-tb {
  height: 30px;
  width: 53%;
  padding: 5px 5%;
  float: left;
  box-shadow: none;
  outline: 0;
}

.news-button {
  height: 30px;
  width: 35%;
  float: left;
  text-align: center;
  line-height: 29px;
  color: #fff;
  border: none;
  box-shadow: none;
  background: #107fc9;
  outline: 0;
}

.bottom-footer {
  background: #2f3232;
  float: left;
  padding-top: 27px;
  padding-bottom: 27px;
  width: 100%;
}

.bottom-footer p {
  color: #bcbec0;
  line-height: 21px;
  margin: 0;
}

.foot-menu {
  margin: 0;
  padding: 0;
}

.foot-menu li {
  display: inline;
  list-style-type: none;
  float: right;
}

.foot-menu li a {
  color: #bcbec0;
  font-size: 12px;
  text-transform: capitalize;
  padding: 0 19px 0 0;
  line-height: 21px;
  text-decoration: none;
  transition: .3s;
}

.foot-menu li a:hover {
  color: #878888;
  transition: .3s;
}

.complete-footer {
  float: left;
  width: 100%;
  position: fixed;
  z-index: -1;
  bottom: 0;
  left: 0;
}

.complete-content {
  float: left;
  width: 100%;
  margin-bottom: 384px;
  background: #fff;
  overflow-y: hidden;
  height: 100%;
}

.foot-widget {
  margin-bottom: 25px;
}

@media (min-width:992px)and (max-width:1200px) {
  .contact-side-txt {
    width: 80%;
  }

  .vspacer {
    height: 10px;
  }

  .contact2-page-form .btn2-st2 {
    width: 22%;
  }

  .complete-content {
    float: left;
    width: 100%;
    margin-bottom: 420px;
    background: #fff;
  }

  .top-info-contact {
    font-size: 11px;
    color: #939598;
    line-height: 40px;
    padding-left: 14px!important;
  }

  .service-title {
    font-size: 22px!important;
  }

  .purchase-strip-blue {
    font-size: 26px;
  }

  .purchase-strip-text {
    line-height: 1em;
    font-size: 20px;
    color: #eee;
    padding: 33px 0;
    text-align: left;
    float: left;
  }

  .purchase-strip-blue .color-4 {
    padding: 20px 0;
    margin: 0;
  }

  .purchase-strip-blue .btn {
    margin: 0;
  }
}

@media (min-width:992px) {
  .contact-v2 {
    padding-right: 25px;
  }

  .service-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .foot-widget {
    margin-bottom: 0;
    border: none;
  }

  .topbar-info {
    height: 40px;
    border-bottom: 1px solid #ededee;
  }

  .top-info-contact {
    color: #939598;
    font-size: 11px;
  }

  .top-info-contact {
    line-height: 39px;
    padding-left: 43px;
    padding-right: 0;
  }

  .navbar-collapse .other-op {
    display: none!important;
  }

  .navbar-nav .dropdown b,
  .navbar-nav li a i {
    display: none;
  }

  .navbar {
    position: relative;
    height: 61px;
    margin-bottom: 0;
    border: none;
    line-height: 90px;
  }

  .navbar-default {
    background-color: #fff;
    border-color: transparent;
  }

  .navbar-default .navbar-nav>li>a {
    color: #414042;
    font-size: 15px;
    font-weight: 400;
  }

  .navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .foot-menu {
    padding-left: 25px;
  }
}

@media (min-width:768px)and (max-width:991px) {
  .dept-content {
    padding-top: 15px;
    width: 74%;
  }

  .complete-footer,
  .dropdown-menu,
  .nav>li,
  .nav>li>a,
  .navbar,
  .other-op.nav>li,
  .other-op.nav>li>a {
    position: relative;
  }

  .complete-content {
    float: left;
    width: 100%;
    margin-bottom: 0;
    background: #fff;
  }

  .complete-footer {
    float: left;
    width: 100%;
    z-index: -1;
    bottom: 0;
    left: 0;
  }

  .purchase-strip-blue .btn {
    margin: 0;
  }

  .color-4 {
    float: right;
    margin: 10px 0 0;
  }

  .navbar,
  .other-op.nav>li {
    border-bottom: 1px solid #ddd;
  }

  .top-bar {
    width: 100%;
    padding: 0;
  }

  .navbar-header {
    padding: 0 30px;
    float: none;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse.collapse {
    display: none!important;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    max-height: 600px;
  }

  .navbar-nav {
    float: none!important;
    margin: 0 -15px;
  }

  .navbar-nav>li {
    float: none;
  }

  .banner {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar {
    min-height: 76px;
    margin-bottom: 0;
    border: none;
  }

  .navbar-default .navbar-toggle {
    border: none;
    background: 0 0;
  }

  .navbar-toggle {
    margin-right: 13px;
    padding: 12px;
    margin-top: 12px;
    margin-bottom: 13px;
  }

  .nav.navbar-nav.navbar-right.other-op {
    background: #F7F7F7;
  }

  .other-op.nav>li>a {
    display: block;
    padding: 15px 30px;
    line-height: 29px;
    font-size: 14px;
    color: #4c4d4e!important;
  }

  .other-op.nav>li {
    display: block;
    float: left;
    width: 100%;
    padding: 5px 38px;
    line-height: 29px;
    font-size: 14px;
    background: 0 0;
    color: #4c4d4e;
  }

  .mail-menu {
    padding: 0!important;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background: #e8e8e8!important;
    box-shadow: inset 1px 1px 1px 0 #ccc;
    transition: .3s;
  }

  .navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
  }

  .banner {
    min-height: 100%;
    background: #ECEBEB;
    text-align: center;
    color: #B4B1B1;
    font-size: 22px;
    box-shadow: inset 0 -1px 12px 5px;
    font-weight: 700;
    position: relative;
  }

  .navbar-default .navbar-collapse {
    box-shadow: none;
    background: #363839;
    border-top: 1px solid #222425;
  }

  .nav>li {
    display: block;
    background: url(../images/li-bottom.jpg)bottom repeat-x;
  }

  .nav>li:last-child {
    background: 0 0;
  }

  .navbar-default .navbar-nav>li>a:focus,
  .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
  }

  .navbar-default .navbar-nav>li>a {
    color: #abaeaf;
  }

  .nav>li>a {
    display: block;
    font-size: 13px;
  }

  .dropdown-menu>li>a {
    color: #abaeaf!important;
    font-size: 12px!important;
    line-height: 18px!important;
    height: 30px!important;
    padding-left: 58px!important;
    padding-right: 58px!important;
  }

  .dropdown-menu>li {
    margin: 0;
    background: url(../images/li-li-bottom.jpg)bottom repeat-x;
    padding: 0;
  }

  .dropdown-menu {
    float: none;
    background: url(../images/li-li-bottom.jpg)top repeat-x #3f4142;
    color: #abaeaf;
    border: none;
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
  }

  #bs-example-navbar-collapse-1 .navbar-nav>li>a {
    padding-top: 12px!important;
    padding-bottom: 12px!important;
  }

  .option-drop {
    background: #F7F7F7!important;
    border-top: 1px solid #dfdfdf!important;
  }

  .service-box {
    margin-left: 5.5%;
  }

  .department-wrap,
  .purchase-strip-blue {
    margin-left: 0;
  }

  .purchase-strip-blue {
    text-align: center;
    padding: 0 0 25px;
  }

  .purchase-strip-blue .color-4 {
    float: none;
    margin: 10px auto;
    width: 245px;
    height: 49px;
    padding: 0;
  }

  .topbar-info {
    display: none;
  }

  .purchase-strip-text {
    line-height: 1.3em;
    font-size: 24px;
    color: #eee;
    padding: 25px 0;
    text-align: center;
    width: auto;
    float: none;
    margin: 0 auto;
  }

  .nav>li>a {
    padding: 13px 16px;
  }

  .faq-tabs-wrap .nav>li {
    background: 0 0;
  }

  .faq-tabs-wrap .tabs-left>.nav-tabs>li>a {
    padding-left: 20px;
  }

  .tabs-left>.nav-tabs>li>a {
    margin-right: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    font-size: 13px;
    line-height: 45px;
    color: #8c99a9;
  }

  .tabs-left .nav-tabs>li.active>a,
  .tabs-left .nav-tabs>li.active>a:focus,
  .tabs-left .nav-tabs>li.active>a:hover {
    color: #107fc9;
    background: #f8f8f8!important;
    border: none;
    border-top: 1px solid #dfdfdf;
    cursor: default;
    font-size: 13px;
    line-height: 2.8em;
  }

  .faq-tabs-wrap .tabs-left .nav-tabs>li.active>a,
  .faq-tabs-wrap .tabs-left .nav-tabs>li.active>a:focus,
  .faq-tabs-wrap .tabs-left .nav-tabs>li.active>a:hover {
    padding-left: 20px;
  }

  .dept-title-tabs {
    font-size: 25px;
    color: #414042;
    width: 100%;
    height: 100%;
    line-height: 1.3em;
    font-weight: 400;
  }

  .dept-title-tabs:before {
    height: 3px;
    width: 90px;
    float: left;
    background: #107fc9;
    top: 5.6%;
    bottom: 0;
    left: 45px;
    content: '';
    position: absolute;
  }

  .dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #8c99a9;
    white-space: nowrap;
    border-bottom: none;
  }
}

@media (max-width:767px) {
  .topbar-info {
    display: none;
  }

  .contact-side-txt {
    width: 75%;
  }

  .banner,
  .news-button {
    text-align: center;
  }

  .dept-content {
    padding-top: 15px;
    width: 74%;
  }

  .purchase-strip-blue .color-4 {
    float: none;
    margin: 10px auto;
    width: 245px;
    height: 49px;
    padding: 0;
  }

  .contact2-page-form.contact-v2 .btn2-st2 {
    width: 42%!important;
  }

  .navbar,
  .other-op.nav>li {
    border-bottom: 1px solid #ddd;
  }

  .banner,
  .complete-footer,
  .nav>li,
  .navbar,
  .other-op.nav>li,
  .other-op.nav>li>a {
    position: relative;
  }

  .news-button,
  .news-tb {
    box-shadow: none;
    height: 30px;
  }

  .complete-content {
    float: left;
    width: 100%;
    margin-bottom: 0;
    background: #fff;
  }

  .complete-footer {
    float: left;
    width: 100%;
    z-index: -1;
    bottom: 0;
    left: 0;
  }

  .purchase-strip-blue .btn {
    margin: 0;
  }

  .color-4 {
    float: right;
    margin: 10px 0 0;
  }

  .banner,
  .news-button,
  .news-tb {
    float: left;
  }

  .news-tb {
    width: 25%;
    padding: 5px 5%;
    border: none;
    outline: 0;
  }

  .news-button {
    width: 15%;
    line-height: 30px;
    color: #fff;
    border: none;
    background: #107fc9;
  }

  .faq-tabs-wrap .nav>li {
    background: 0 0;
  }

  .navbar {
    min-height: 76px;
    margin-bottom: 0;
    border: none;
  }

  .navbar-default .navbar-toggle {
    border: none;
    background: 0 0;
  }

  .navbar-toggle {
    margin-right: 13px;
    padding: 12px;
    margin-top: 12px;
    margin-bottom: 13px;
  }

  .nav.navbar-nav.navbar-right.other-op {
    background: #F7F7F7;
  }

  .other-op.nav>li>a {
    display: block;
    padding: 15px 30px;
    line-height: 29px;
    font-size: 14px;
    color: #4c4d4e!important;
  }

  .other-op.nav>li {
    display: block;
    float: left;
    width: 100%;
    padding: 5px 22px;
    line-height: 29px;
    font-size: 14px;
    background: 0 0;
    color: #4c4d4e;
  }

  .mail-menu {
    padding: 0!important;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background: #e8e8e8!important;
    box-shadow: inset 1px 1px 1px 0 #ccc;
    transition: .3s;
  }

  .navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
  }

  .banner {
    min-height: 100%;
    background: #ECEBEB;
    color: #B4B1B1;
    font-size: 22px;
    box-shadow: inset 0 -1px 12px 5px;
    font-weight: 700;
  }

  .navbar-collapse {
    max-height: 600px;
  }

  .navbar-default .navbar-collapse {
    box-shadow: none;
    background: #363839;
    border-top: 1px solid #222425;
  }

  .navbar-nav {
    margin: 0 -15px;
  }

  .nav>li {
    display: block;
    background: url(../images/li-bottom.jpg)bottom repeat-x;
  }

  .nav>li:last-child {
    background: 0 0;
  }

  .navbar-default .navbar-nav>li>a:focus,
  .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
  }

  .navbar-default .navbar-nav>li>a {
    color: #abaeaf;
  }

  .dropdown-menu,
  .nav>li>a {
    position: relative;
  }

  #bs-example-navbar-collapse-1 .navbar-nav>li>a {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
  }

  .dropdown-menu>li>a {
    color: #e6e6e6!important;
    font-size: 12px!important;
    line-height: 21px!important;
    height: 34px!important;
    padding-left: 47px!important;
    padding-right: 58px!important;
  }

  .nav>li>a,
  .tabs-left .nav-tabs>li.active>a,
  .tabs-left .nav-tabs>li.active>a:focus,
  .tabs-left .nav-tabs>li.active>a:hover,
  .tabs-left>.nav-tabs>li>a {
    font-size: 13px;
  }

  .dropdown-menu>li {
    margin: 0;
    background: url(../images/li-li-bottom.jpg)bottom repeat-x;
    padding: 0;
  }

  .dropdown-menu {
    float: none;
    background: url(../images/li-li-bottom.jpg)top repeat-x #3f4142;
    color: #abaeaf;
    border: none;
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    left: 0!important;
  }

  .option-drop {
    background: #F7F7F7!important;
    border-top: 1px solid #dfdfdf!important;
  }

  .nav>li>a {
    display: block;
    padding: 13px 17px;
  }

  .doctor-box {
    padding-bottom: 30px;
    float: none;
    margin: auto;
    width: 60%;
  }

  .doc-name {
    margin-bottom: 30px;
  }

  .dept-title-tabs:before {
    display: none;
  }

  .dept-title-tabs {
    font-size: 16px;
    color: #414042;
    width: 100%;
    height: 100%;
    line-height: 1.3em;
    font-weight: 400;
    padding-top: 25px;
  }

  .dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #8c99a9;
    white-space: nowrap;
    border-bottom: none;
  }

  .side-bar-contact {
    padding-top: 25px;
  }

  .purchase-strip-blue {
    text-align: center!important;
    padding: 0 0 25px;
  }

  .purchase-strip-text {
    line-height: 1.3em;
    font-size: 20px;
    color: #eee;
    padding: 25px 0 15px;
    text-align: center;
    width: auto;
    float: none;
    margin: 0 auto;
  }
}

@media (max-width:550px) {
  .news-button,
  .news-tb {
    height: 30px;
    border: none;
  }

  .tabs-left .nav-tabs>li.active>a:after {
    display: none;
  }

  .faq-tabs-wrap .nav-tabs,
  .faq-tabs-wrap .tab-content {
    width: 100%;
  }

  .faq-tabs-wrap .tab-content>.active {
    display: block;
    padding: 25px 0 15px;
  }

  .doctor-box {
    padding-bottom: 30px;
    float: left;
    margin: auto;
    width: 100%;
  }

  .doc-name {
    margin-bottom: 0;
  }

  .news-tb {
    width: 150px;
    padding: 5px 5%;
    float: left;
    box-shadow: none;
    outline: 0;
  }

  .news-button {
    width: 90px;
    float: left;
    text-align: center;
    line-height: 30px;
    color: #fff;
    box-shadow: none;
    background: #107fc9;
  }
}

@media (max-width:400px) {
  .dept-content {
    padding-top: 15px;
    width: 100%;
  }

  .navbar-toggle {
    margin-right: 10px;
    padding: 7px;
    margin-top: 22px;
    margin-bottom: 11px;
  }

  .nav>li>a {
    position: relative;
    display: block;
    padding: 13px 7px;
    font-size: 13px;
  }
}

@media (max-width:350px) {
  .icon-list-ul,
  .icon-rocket {
    font-size: 22px;
  }

  .other-op.nav>li,
  .other-op.nav>li>a {
    font-size: 14px;
  }

  .navbar {
    position: relative;
    min-height: 66px!important;
    height: 66px!important;
  }

  .navbar-toggle {
    margin-top: 12px;
  }
}

@media (min-width:768px) {
  .dropdown-menu {
    padding: 0;
    margin: -3px 0 0!important;
    border-top: 3px solid #107fc9!important;
  }
}

.service-icon-container-section {
  float: none;
  margin: 0 auto;
}

.service-box-section {
  text-align: center;
}

.top-padding {
  padding-top: 50px;
}

.tp-caption {
  z-index: 1;
  white-space: nowrap;
}

.tp-caption a {
  color: #ff7302;
  text-shadow: none;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
}

.tp-caption a:hover {
  color: #ffa902;
}

.bluebg-t1,
.whitebg-t1 {
  font-size: 37px!important;
}

.tp-caption img {
  background: 0 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
  zoom: 1;
}

@font-face {
  font-family: revicons;
  src: url(../font/revicons.eot?5510888);
  src: url(../font/revicons.eot?5510888#iefix)format('embedded-opentype'),url(../font/revicons.woff?5510888)format('woff'),url(../font/revicons.ttf?5510888)format('truetype'),url(../font/revicons.svg?5510888#revicons)format('svg');
  font-weight: 400;
  font-style: normal;
}

.bluebg-t1,
.whitebg-t1 {
  line-height: 40px!important;
}

.ihome-banner .banner,
p.ipurchase-paragraph {
  padding: 0;
  margin: 0;
}

.bluebg-t1,
.bluebg-t2,
.bluebg-t3,
.whitebg-t1,
.whitebg-t2,
.whitebg-t3 {
  font-family: 'Open Sans',sans-serif;
}

.imed-sl1 img {
  max-width: 100%;
}

.bluebg-t1 {
  color: #fff;
  font-weight: 300;
}

.whitebg-t1 {
  color: #107fc9;
  font-weight: 300;
}

.bluebg-t2,
.whitebg-t2 {
  font-size: 27px!important;
  font-weight: 700;
  color: #231f20;
}

.bluebg-t3,
.whitebg-t3 {
  font-size: 13px!important;
}

.bluebg-t3 {
  color: #fff;
}

.whitebg-t3 {
  color: #999;
}

.s1-but a {
  font-size: 15px!important;
  font-weight: 700;
  color: #231f20;
  padding: 15px 25px;
  background-color: #fff;
}

.s1-but a:hover {
  color: #107fc9;
}

html.ihome {
  overflow: hidden;
}

#loader-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #fff;
  z-index: 9999999999999;
}

#loader-overlay img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%)translateY(-50%);
  -moz-transform: translateX(-50%)translateY(-50%);
  -ms-transform: translateX(-50%)translateY(-50%);
  -o-transform: translateX(-50%)translateY(-50%);
  transform: translateX(-50%)translateY(-50%);
}

.tp-caption.imed-sl1 {
  z-index: 12;
}

.ihome-banner {
  float: left;
  position: relative;
}

.purchase-wrap-blue.ipurchase-wrap {
  width: 100%;
}

h3.ilast-child-acc {
  border-bottom: 1px solid #e0e1e2;
}

.foot-widget-title {
  padding-bottom: 5px;
}

header {
  background: #fff;
}

.bread-crumb-wrap {
  background: url(../images/bc-back1.jpg);
}

.bread-crumb-wrap.ibc-wrap-2 {
  background: url(../images/bc-back2.jpg);
}

.header-logo {
  color: #414042;
}

span.iside-bar-cfont {
  font-weight: 700;
  color: #414042;
}

i.iside-icon-contact {
  line-height: 25px!important;
}

@media (min-width:767px) {
  .complete-footer {
    position: relative!important;
  }

  #footer {
    position: fixed;
    z-index: -1;
    bottom: 75px;
  }

  .bottom-footer {
    position: fixed;
    bottom: 0;
  }
}

.header-logo {
  margin: 0;
  padding: 0;
  height: 50px;
  width: 238px;
  display: block;
  position: relative;
}

.header-logo img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 50px;
}

.header-logo .description {
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  width: 198px;
}

.header-logo .description span {
  height: 15px;
  line-height: 19px;
  float: left;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.header-logo .description .small {
  font-size: 10px;
}

.navbar-default .navbar-nav>li>a {
  font-size: 14px!important;
}

.dropdown-menu {
  min-width: 220px!important;
}

.icon-medkit {
  font-size: 14px;
  margin-right: 15px;
  position: relative;
  top: 3px;
  float: left;
}

.service-title a {
  color: #414042;
  text-transform: none;
  font-size: 16px;
  margin-top: 10px;
}

ul.styled li {
  position: relative;
  margin: 0;
  padding: 0 0 0 15px;
  color: #6D6D6D;
}

.complete-footer .header-logo span,
.complete-footer ul li {
  color: #BCBEC0;
}

ul.styled li:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome!important;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  left: 1px;
  top: 1px;
}

.ipurchase-wrap a.btn {
  margin-right: 50px;
}

.complete-footer .header-logo {
  margin-bottom: 10px;
}

.complete-footer .header-logo img {
  margin-left: -5px;
}

@media (max-width:995px) {
  .header-logo {
    margin-top: 15px;
  }
}
