/* https://www.thealliancemedical.com/wp-content/themes/alliancemedical/assets/css/styles.css?ver=6.6.3 */
/* Common CSS */
html {
  height: 100%;
}
body {
  height: 100%;
  padding: 0;
  margin: 0;
  color: #4e4e4e;
  font-family: 'ProximaNova-Regular';
  font-size: 16px;
  line-height: 1.42857143;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  overflow-x: hidden;
}
*, *:focus {
  outline: none;
}
a {
  color: #4e4e4e;
  text-decoration: none;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus {
  color: #f7941d;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
iframe {
  display: inline-block;
  vertical-align: middle;
  border: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  padding-bottom: 10px;
  margin-bottom: 0;
  font-family: 'ProximaNova-Bold';
  color: #191919;
}
figure {
  margin-bottom: 10px;
}
p {
  padding-bottom: 15px;
  margin-bottom: 0;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 24px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
main ul li {
  display: block;
  margin-bottom: 10px;
}
picture {
  display: block;
}
video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background: #f8f8f8;
}
audio, canvas, progress, video {
  vertical-align: middle;
}
button, button:focus {
  outline: none;
  outline-offset: 0;
}
::selection {
  background: #0e3c7d;
  color: #ffffff;
}
::-webkit-selection {
  background: #0e3c7d;
  color: #ffffff;
}
::-moz-selection {
  background: #0e3c7d;
  color: #ffffff;
}
::-o-selection {
  background: #0e3c7d;
  color: #ffffff;
}
::-ms-selection {
  background: #0e3c7d;
  color: #ffffff;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control::-moz-placeholder { 
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-moz-placeholder {
  color: #777777;
  opacity: 1;
}

/* Fonts CSS */
@font-face{font-display:swap;
  font-family: 'ProximaNova-Regular';src:url(/wp-content/themes/alliancemedical/assets/css/../fonts/ProximaNova-Regular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face{font-display:swap;
  font-family: 'ProximaNova-Semibold';src:url(/wp-content/themes/alliancemedical/assets/css/../fonts/ProximaNova-Semibold.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face{font-display:swap;
  font-family: 'ProximaNova-Bold';src:url(/wp-content/themes/alliancemedical/assets/css/../fonts/ProximaNova-Bold.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
/* Normal CSS */
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.table-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.align-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
#main {
  clear: both;
  overflow: hidden;
}
section {
  padding: 80px 0;
}
.container {
  position: relative;
}
.link {
  color: #008264;
}
.sprites-image, .navigation ul > li.menu-item-has-children > a:after, .phone-number:before, .back-top a:before {
  background-image: url(/wp-content/themes/alliancemedical/assets/css/../images/backgrounds/sprites.png);
  background-repeat: no-repeat;
  background-size: 250px auto;
  background-position: 0 0;
}
.close-icon {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin-top: 6px;
  position: relative;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.close-icon:before, .close-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 2px;
  background: #f7941d;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.close-icon:before {
  -webkit-transform: translateY(-50%) translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotateZ(-45deg);
  transform: translateY(-50%) translateX(-50%) rotateZ(-45deg);
}
.close-icon:after {
  -webkit-transform: translateY(-50%) translateX(-50%) rotateZ(45deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotateZ(45deg);
  transform: translateY(-50%) translateX(-50%) rotateZ(45deg);
}
.close-icon:hover:before, .close-icon:hover:after {
  background: #0e3c7d;
}
/* Animation Keyframes */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* Buttons CSS  */
.btn {
  display: inline-block;
  min-width: 140px;
  padding: 10px 15px 8px;
  margin-right: 15px;
  font-family: 'ProximaNova-Semibold';
  font-size: 14px;
  color: #f7941d;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #f7941d;
  background-color: transparent;
  position: relative;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.btn:hover, .btn:focus {
  color: #ffffff;
  background-color: #f7941d;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn-block .btn:last-child {
  margin: 0;
}
.blue-square-btn {
  padding: 15px 20px;
  color: #ffffff;
  border-color: #0e3c7d;
  background-color: #0e3c7d;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.blue-square-btn:hover, .blue-square-btn:focus {
  border-color: #f7941d;
}
.white-btn {
  color: #ffffff;
  border-color: #ffffff;
}
.white-btn:hover, .white-btn:focus {
  color: #0e3c7d;
  border-color: #ffffff;
  background-color: #ffffff;
}
.call-out .white-btn:hover, .call-out .white-btn:focus {
  color: #f7941d;
}

/* Title CSS */
.section-title {
  font-size: 34px;
  color: #0e3c7d;
}
.has-line {
  margin-bottom: 10px;
  position: relative;
}
.has-line:after {
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 410%;
  height: 2px;
  background-color: #f7941d;
  content: "";
  z-index: -1;
}
.white-title {
  color: #ffffff;
}

/* Header CSS */
.logo img {
  max-width: 420px;
}
.header .blue-square-btn {
  font-size: 15px;
  text-transform: none;
}
.header .btn .sprites-image {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 20px;
  margin-right: 10px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.header .btn:hover .sprites-image, .header .btn:focus .sprites-image, .login-btn .btn:hover .sprites-image, .login-btn .btn:focus .sprites-image {
  background-position: -25px 0;
}
.header-menu {
  text-align: right;
  position: relative;
}
.header-menu:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #0e3c7d;
  content: "";
  z-index: -1;
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #0e3c7d !important;
	background:transparent;
  -webkit-animation: slide-down 0.7s;
  -ms-animation: slide-down 0.7s;
  animation: slide-down 0.7s;
	-webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
	-ms-box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  opacity: 1;
  z-index: 9;
}
@keyframes slide-down {
  0% {
      opacity: 0;
      transform: translateY(-100%);
  } 
  100% {
      opacity: 0.9;
      transform: translateY(0);
  } 
}
.navigation {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: #0e3c7d;
}
.mobile-menu-header {
  display: none;
}
.navigation ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.navigation ul li {
  display: inline-block;
  font-family: 'ProximaNova-Semibold';
  font-size: 16px;
  position: relative;
}
.navigation ul > li.login-btn {
  display: none;
}
.navigation ul > li > a {
  display: block;
  padding: 19px 14.1px;
  color: #ffffff;
  letter-spacing: 0.5px;
}
.navigation ul > li.current_page_item > a,.navigation ul > li.current_page_parent > a {
  color: #f7941d;
}
.navigation ul > li.menu-item-has-children > a:after {
  display: inline-block;
  width: 14px;
  height: 7px;
  margin-left: 8px;
  background-position: -49px -7px;
  content: "";
  vertical-align: middle;
}
.navigation ul > li:hover > a:after {
  background-position: -95px -6px;
}
.navigation ul > li.menu-item-has-children a:focus:after {
  background-position: -95px -6px;
}
.navigation ul > li:hover > a, .navigation ul > li > a:focus, .menu-item-has-children.show > a {
  color: #ffffff;
  background-color: #f7941d;
}
.navigation ul li .dropdown-arrow {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 54px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.navigation ul li .dropdown-arrow .sprites-image {
  display: inline-block;
  width: 13px;
  height: 7px;
  margin-top: 10px;
  background-position: -50px -7px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.navigation ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  font-size: 13px;
  background-color: #0e3c7d;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 2;
}
.navigation ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.navigation ul li .sub-menu li {
  display: block;
  border-bottom: 2px solid #fff;
  background-color: #0e3c7d;
}
.navigation ul li .sub-menu li:last-child {
  border-bottom: none;
}
.navigation ul li .sub-menu li a {
  padding: 16px 20px;
  white-space: normal;
}
.navigation ul li .sub-menu li:hover > a {
  background-color: #f7941d;
}
.mobile-menu-header {
  display: none;
  text-align: center;
}
.is-sticky .header-menu {
  background-color: #0e3c7d;
  text-align: center;
}

.is-sticky .header-menu:after {
  display: none;
}
.is-sticky .navigation {
  display: block;
}

/* Toggle CSS */
.toggle {
  display: none;
  vertical-align: middle;
}
.toggle .toggle-separator {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 2px;
  background-color: #000000;
  position: relative;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.toggle .toggle-separator:before, .toggle .toggle-separator:after {
  position: absolute;
  top: -9px;
  right: 0;
  width: 100%;
  height: 2px;
  background: #000000;
  content: "";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.toggle .toggle-separator:after {
  top: 9px;
}
/*.toggle.active .toggle-separator {
  background-color: transparent;
}
.toggle.active .toggle-separator:before {
  top: -5px;
  -webkit-transform: translateY(5px) rotateZ(-45deg);
  -ms-transform: translateY(5px) rotateZ(-45deg);
  transform: translateY(5px) rotateZ(-45deg);
}
.toggle.active .toggle-separator:after {
  top: 5px;
  -webkit-transform: translateY(-5px) rotateZ(45deg);
  -ms-transform: translateY(-5px) rotateZ(45deg);
  transform: translateY(-5px) rotateZ(45deg);
}*/

/* Alternative Section CSS */
.alternative-section {
  padding: 0;
  position: relative;
}
.alternative-section .row {
  margin: 0 0 80px;
}
.home .alternative-section .row:last-child {
  margin: 0;
}
.alternative-section [class*="col-"] {
  padding: 0;
  position: static;
  background-position: 100% 0;
}
.alternative-section picture img {
  width: 100%;
}
.content {
  display: block;
  padding: 50px;
  max-width: 557px;
  padding: 30px 0 30px 80px;
}
.style-two .content {
  float: right;
  padding: 30px 80px 30px 0;
}

/* Swiper Slider */
.swiper-container {
  padding-bottom: 40px;
  clear: both;
}
.swiper-slide {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-pagination {
  bottom: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom {
  bottom: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-pagination .swiper-pagination-bullet {
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: 2px solid #0e3c7d;
  opacity: 1;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #f7941d;
  background-color: #f7941d;
}
.swiper-wrap .container {
  height: 100%;
}
.swiper-scroll .swiper-slide {
  width: auto;
  background: none;
}
.swiper-container-horizontal > .swiper-scrollbar {
  display: none;
  position: relative;
  left: 0;
  margin: 25px auto 0;
  max-width: 240px;
  height: 16px;
}
.swiper-scrollbar {
  background: transparent;
  border: 2px solid #0e3c7d;
}
.swiper-scrollbar-drag {
  top: -5px;
  left: -2px;
  height: 22px;
  border: 2px solid #ffffff;
  background: #f7941d;
  cursor: grab;
}
.swiper-style-two .swiper-scrollbar, .key_services_section .swiper-scrollbar {
  border: 2px solid #ffffff;
}
.swiper-style-two .swiper-scrollbar-drag, .key_services_section .swiper-scrollbar-drag {
  border: 2px solid #0e3c7d;
  background: #f7941d;
  cursor: grab;
}
.key_services_section .swiper-scrollbar {
  display: none;
}
.key_services_section.services_style_two .swiper-scrollbar {
  border-color: #0e3c7d;
}
.key_services_section.services_style_two .swiper-scrollbar-drag {
  border-color: #f7941d;
}

/* Preferred Partners CSS */
.partners .section-title {
  padding-bottom: 30px;
}

/* Key Services CSS */
.key-services {
  background-color: #0e3c7d;
}
.key-services .section-title {
  padding-bottom: 50px;
}
.key-services .item-title {
  padding: 30px 0 20px;
  color: #ffffff;
  line-height: 38px;
  min-height: 126px;
}
.key-services .swiper-container {
  padding-bottom: 0;
}
.key-services .swiper-pagination {
  display: none;
}

/* Call Out CSS */
.call-out {
  padding: 43px 0 50px;
  background-color: #f7941d;
}
.call-out .section-title {
  padding-bottom: 15px;
}

/* Footer CSS */
footer {
  padding: 25px 0;
  background-color: #0e3c7d;
}
footer .right-content, .achc-logo {
  display: inline-block;
  vertical-align: middle;
}
footer .right-content {
  padding-left: 25px;
  text-align: left;
}
footer h4 {
  padding-bottom: 5px;
  font-family: 'ProximaNova-Semibold';
  font-size: 17px;
  color: #ffffff;
}
footer a {
  color: #ffffff;
}
.phone-number {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  font-size: 17px;
}
.phone-number:before {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-position: 0 -25px;
  content: "";
}
footer .block a {
  font-family: 'ProximaNova-Bold';
}
.block {
  display: block;
}
.copyright {
  padding: 15px 0;
  font-size: 14px;
  color: #ffffff;
  background-color: #f7941d;
}
.copyright span {
  display: inline-block;
  vertical-align: middle;
}
.copyright .sprites-image {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 23px;
  margin-left: 3px;
  margin-top: -2px;
  background-position: -35px -26px;
}

/* Back Top CSS */
.back-top {
  position: fixed;
  bottom: 90px;
  right: 30px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 2;
}
.back-top a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.back-top a:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 14px;
  height: 7px;
  margin: 0 auto;
  background-position: -117px -7px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.back-top a:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 1);
}

/* Long Term Services CSS */
.long-term-services {
  padding-top: 0;
  padding-bottom: 50px;
}
.long-term-services .section-title {
  padding-bottom: 50px;
}
.long-term-services .item-title {
  padding: 30px 0 20px;
  font-size: 20px;
  color: #0e3c7d;
}
.item-title a {
  color: #0e3c7d;
}
.item-title a:hover, .item-title a:focus {
  color: #f7941d;
}

/* Form CSS */
#contact-form,.wpcf7-form {
  padding-top: 20px;
}
#contact-form .row,.wpcf7-form .row {
  margin: 0 -10px;
}
#contact-form [class*="col-"], .wpcf7-form [class*="col-"]{
  padding: 0 10px;
}
.form-control {
  height: 40px;
  font-size: 13px;
  color: #777777;
  border: 1px solid #b8babc;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
textarea.form-control {
  height: 152px;
  resize: none;
}
input[type="submit"] {
  margin: 9px 0 0;
}

/* Login model CSS */
.login-form .modal-dialog {
  max-width: 590px;
}
.login-form .modal-content {
  padding: 0;
}
.login-form .modal-header {
  padding: 15px 30px;
  background-color: #f7941d;
}
.login-form .close-icon:before, .login-form .close-icon:after {
  height: 2.5px;
  background: #ffffff;
}
.login-form .modal-title {
  padding-bottom: 0;
  color: #ffffff;
}
.login-form .modal-body {
  padding: 30px 30px 35px;
}
.login-form label {
  font-size: 18px;
  color: #777777;
}
.login-form .form-control {
  height: 55px;
  font-size: 18px;
  border-width: 2px;
}
.login-form .btn {
  min-width: 180px;
  padding: 16px 20px 14px;
  font-size: 18px;
  border-width: 2px;
}

/* Model CSS */
.modal-content {
  padding: 25px 30px 30px;
  border: none;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
#login-form .modal-content .close-icon {
	top: 13px;
}
.modal-content .close-icon {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1;
}
.modal-content .close-icon:before, .modal-content .close-icon:after {
  width: 24px;
}
.modal-header {
  padding: 0 25px 10px 0;
  border-bottom: none;
}
.modal-header h3 {
  font-size: 22px;
  color: #0e3c7d;
  text-align: left;
}
.modal-body {
  padding: 0;
}
.modal-body .col-md-9 {
  text-align: left;
}
.modal-body p {
  padding-bottom: 0;
}
.modal-footer {
  padding: 20px 0 0;
  border-top: none;
}
.modal-footer .btn:last-child {
  margin: 0;
}

/* Features CSS */
.features {
  padding: 0 0 50px;
}
.features {
  text-align: center;
}
.features .section-title {
  padding-bottom: 30px;
}
.feature-item {
  padding-bottom: 30px;
}
.feature-item picture {
  padding-bottom: 30px;
}
.feature-item h3 {
  min-height: 65px;
  color: #0e3c7d;
  font-size: 22px;
}
.feature-item p {
  min-height: 115px;
}
.feature-item .btn-block {
  padding-top: 10px;
}

/* Product Item */
.product-item {
  padding-bottom: 0;
}
.product-item {
  text-align: center;
}
.product-item .section-title {
  padding-bottom: 35px;
}
.product-item picture {
  padding-bottom: 40px;
}
.product-item h3 {
  padding-bottom: 20px;
  color: #0e3c7d;
  font-size: 20px;
  min-height: 120px;
}
.specification-wrap {
  padding-top: 20px;
}
.specification-link {
  display: inline-block;
  padding-bottom: 0;
  color: #0e3c7d;
  font-size: 17px;
  cursor: pointer;
}
.specification-link .sprites-image {
  display: inline-block;
  width: 13px;
  height: 7px;
  margin-left: 15px;
  background-position: -50px -7px;
  text-decoration: none;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.specification-link.active .sprites-image {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.specification-info {
  display: none;
  padding-top: 10px;
}
.specification-info p {
  padding-bottom: 5px;
}
.specification-info p span {
  color: #f7941d;
}
.page-template-rental-equipment .call-out {
  margin-top: 80px;
}

/* Error Page CSS */
.error-section h2 {
  padding-bottom: 20px;
  font-size: 150px;
  color: #f7941d;
  line-height: 120px;
  letter-spacing: 5px;
}
.error-section h3 {
  font-size: 32px;
  text-transform: uppercase;
}
.error-section p {
  font-size: 17px;
  line-height: 28px;
}
.error-section .btn {
  min-width: 160px;
  padding: 12px 20px;
}

/* Product Category */
.alternative-section [class*="col-"] .container {
  position: static;
}
.alternative-section .sticky-wrapper {
  position: absolute;
  top: 94%;
  right: 0;
  width: 350px;
  margin: 0 0 0 auto;
  text-align: left;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 3;
}
.category-main-wrap {
  background: #0e3c7d;
  position: relative;
  right: 0;
}
.category-label {
  padding: 17px 25px 17px 25px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.category-label h5 {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 0 0;
  color: #ffffff;
  font-family: 'ProximaNova-Bold';
  font-size: 16px;
}
.category-label .sprites-image {
  float: right;
  display: inline-block;
  margin-left: 90px;
  vertical-align: baseline;
  width: 13px;
  height: 7px;
  margin-top: 10px;
  background-position: -50px -7px;
  text-decoration: none;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.category-label.active .sprites-image {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.category-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100% !important;
  background-color: #0e3c7d;
  z-index: 11;
}
.category-list ul li {
  margin: 0;
}
.category-list ul li a {
  position: relative;
  display: block;
  color: #ffffff;
  padding: 17px 25px;
  border-top: 1px solid #bfcbdc;
}
.category-list ul li a:before {
  position: absolute;
  top: -1px;
  left: 100%;
  width: 300%;
  border-top: 1px solid #bfcbdc;
  content: "";
  z-index: 1;

}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form [class*="col-"] p {
  padding: 0;
}
.wpcf7-form.invalid .form-group {
  margin-bottom: 3px;
}
span.wpcf7-not-valid-tip {
    font-size: 14px;
}
div.wpcf7-response-output {
  margin: 1rem 0.5em 0;
  font-size: 15px;
  text-align: center;
}
.page-template-contact .call-out{
  display:none;
}
.page-template-default .content{
  padding:30px 80px 30px 80px;
  max-width:99%;
}
.notfound-content{
  max-width:100%;
  text-align: center;
}
.notfound-content .section-title {
    font-size: 100px;
}
.notfound-content p{
  font-size:30px;
}
.row.align-items-center.errorpage{
  margin:80px;
}
.page-template-contact .wpcf7-form .form-group {
  min-height: 60px;
  margin: 0;
}
.contact-bg {
  background-image: url(/wp-content/themes/alliancemedical/assets/css/../images/backgrounds/contactus-thumbnail.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.grecaptcha-badge {
  z-index: 1;
}
.alternative-section [class*="col-"].order-md-1 .content {
  float: right;
  padding-right: 80px;
  padding-left: 0;
}

.default-section {
  display: block;
  overflow: hidden;
}
.default-section .content {
  max-width: 100%;
  padding: 0;
}
.default-section .pull-left {
  padding: 0 50px 10px 0;
}
.default-section .pull-right {
  padding: 0 0 10px 50px;
}
#errorResponse{
	color:red;
	text-align:left;
	padding:10px;
}
span.require{
	color:red;
}
#loader{
	display:none;
}
small.help-block{
    font-size: 14px;
    color: red;
}
#errorusername,#errorpassword{
	display:none;
	color: red;
}
.page-id-229 section.default-section {
  padding-top: 0;
}
.page-id-229 .default-section .section-title {
  padding-top: 30px;
}
.fixed-header .navigation .home-nav{
    display: inline-block;
}
.product-item.active {
    padding-top: 140px;
}
.product-item img, .key_services_section.services_style_two .item img {
	border: 1px solid #dedede;
}