.slider-active-wrapper {
  position: relative;
}

.slider-active-wrapper .tns-nav {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.slider-active-wrapper .tns-nav button {
  width: 15px;
  height: 15px;
  border: 0;
  background: rgba(47, 128, 237, 0.2);
  margin: 10px;
  border-radius: 50%;
}

.slider-active-wrapper .tns-nav button.tns-nav-active {
  background: #2f80ed;
}

.slider-active-wrapper .slider-active .single-slider {
  padding: 1px;
}

/* ========================================
BANNER CSS
=========================================== */
.banner-section {
  padding-top: 64px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .banner-section {
    padding-top: 77px;
  }
  section.contact-us #contact {
    margin-left: 0px !important;
    margin-top: 0 !important;
    padding: 20px !important;
  }
  section.contact-us .contact-info {
    margin-top: 0px !important;
  }
}

.banner-section .banner-area {
  padding: 30px 0px;
  /* background-image: url("../img/banner/banner-bg.jpg"); */
  background: #002580;
}

.banner-section .banner-area .banner-content h3 {
  color: #fff;
}

.banner-section .banner-area .banner-content .breadcrumb {
  padding: 0px;
  background: transparent;
}

.banner-section .banner-area .banner-content .breadcrumb .breadcrumb-item {
  color: #fff;
  font-size: 20px;
}

.banner-section .banner-area .banner-content .immunotec {
  /* display: flex; */
  /* justify-content: flex-end; */
  /* align-items: center; */
}

.banner-section .banner-area .banner-content .immunotec {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.banner-section .banner-area .banner-content .immunotec span {
  margin-left: 10px;
  font-weight: 700;
}

.banner-section
  .banner-area
  .banner-content
  .breadcrumb
  .breadcrumb-item::before {
  color: #fff;
}

.banner-section .banner-area .banner-content .breadcrumb .breadcrumb-item a {
  color: #fff;
}

.breadcrumb {
  margin-bottom: 0;
}

.hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper .btn.btn-alt:hover {
  background-color: #fff;
  color: #3865f2;
}

@media (max-width: 767px) {
  .hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper .video-button {
    margin-top: 20px;
  }
}

.hero-section-wrapper-1
  .hero-style-1
  .hero-content-wrapper
  .video-button
  .text {
  display: inline-block;
  margin-left: 15px;
  color: #fff;
  font-weight: 700;
}

.hero-section-wrapper-1
  .hero-style-1
  .hero-content-wrapper
  .video-button:hover
  .video {
  color: #fff;
  background-color: #1a46a1;
}

.hero-section-wrapper-1
  .hero-style-1
  .hero-content-wrapper
  .video-button
  .video {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #1a46a1;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 10px;
  font-size: 16px;
  padding-left: 3px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.hero-section-wrapper-1
  .hero-style-1
  .hero-content-wrapper
  .video-button
  .video
  i {
  padding: 0;
}

.hero-section-wrapper-1
  .hero-style-1
  .hero-content-wrapper
  .video-button
  .video:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border-2 2s linear infinite;
  animation: pulse-border-2 2s linear infinite;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.pricing-style-2 {
  padding: 60px 0 60px;
  background: #afbe23;
}

.pricing--style-2 {
  padding: 30px 0 30px;
  background: #fff;
}

.pricing-style-2 .single-pricing {
  background: 0 0;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 45px 40px;
  border: 1px solid transparent;
  transition: all 0.3s ease-out 0s;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-style-2 .single-pricing {
    padding: 45px 25px;
  }
}

.pricing-style-2 .single-pricing.active,
.pricing-style-2 .single-pricing:hover {
  background: #fff;
  box-shadow: 0 5px 25px rgba(218, 211, 211, 0.3);
}

.pricing-style-2 .single-pricing .image {
  width: 250px;
  height: 250px;
  background: #ebf4ff;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricing-style-2 .single-pricing .image img {
  max-width: 100%;
}

.pricing-style-2 .single-pricing h6 {
  color: #72738d;
  margin-bottom: 15px;
  font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-style-2 .single-pricing h6 {
    font-size: 16px;
  }
}

.pricing-style-2 .single-pricing h4 {
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: -1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-style-2 .single-pricing h4 {
    font-size: 24px;
  }
}

.pricing-style-2 .single-pricing h3 {
  margin-bottom: 18px;
  color: #2f80ed;
}

.pricing-style-2 .single-pricing ul {
  margin-bottom: 30px;
}

.pricing-style-2 .single-pricing ul li {
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 12px;
}

.properties .item {
  /* background-color: #fafafa; */
  border-radius: 12px;
  padding: 30px;
}

.properties .item img {
  border-radius: 10px;
}
.properties .item span.category {
  background-color: #fbd9cf;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  color: #1e1e1e;
  padding: 5px 12px;
  display: inline-block;
  margin-top: 25px;
}

.properties .item h4 {
  margin: 25px 0px;
}
@media (max-width: 767px) {
  .properties .item h4 {
    margin: 5px 0px;
    font-size: 12px !important;
  }
}

.properties .item h4 a {
  color: #1e1e1e;
}

.properties .item ul li {
  display: inline-block;
  font-size: 15px;
  color: #4a4a4a;
  margin-right: 20px;
}

.properties .item ul li span {
  font-weight: 600;
  color: #1e1e1e;
}

.properties .item ul {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.properties .item h6 {
  font-size: 20px;
  color: #f35525;
  margin-top: 6px;
  display: inline-block;
  float: right;
  margin-top: 30px;
}

.properties .item .main-button {
  text-align: center;
}
/* .mainimg {
  transition: 0.5s;
}
.mainimg:hover {
  transform: scale(1.1);
} */
/* .portfolio.showall .display-files img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 !important;
}

.portfolio.showall .display-files a {
  margin: 0 !important;
  pointer-events: none;
  cursor: default;
}

.portfolio.showall .display-files {
  overflow-y: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.portfolio.showall .display-files img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 !important;
  padding: 25px !important;
}

.portfolio.show h2 {
  color: #afbe23;
  margin: 15 px 0;
  font-size: 2.5rem;
  font-weight: 900;
  background: rgb(248 249 250);
  padding: 7 px 20 px;
  display: inline-block;
  border-radius: 10 px;
} */
.owl-home .owl-prev {
  left: 10px !important;
}

.owl-home .owl-next {
  right: 10px !important;
}

.owl-home .owl-prev,
.owl-home .owl-next {
  color: #fff;
  position: absolute !important;
  top: 50%;
  padding: 0px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  line-height: 0;
  text-align: center;
  font-size: 25px;
}

@media (min-width: 768px) {
  .owl-home .owl-prev,
  .owl-home .owl-next {
    font-size: 25px;
  }
}

.owl-home .owl-prev > span,
.owl-home .owl-next > span {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.owl-home .owl-prev:hover,
.owl-home .owl-prev:focus,
.owl-home .owl-next:hover,
.owl-home .owl-next:focus {
  background: black;
}

.owl-home:hover .owl-nav,
.owl-home:focus .owl-nav,
.owl-home:active .owl-nav {
  opacity: 10;
  visibility: visible;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
  position: absolute;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  z-index: 100;
  background: #f2f2f2 !important;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.owl-theme .owl-nav .owl-prev span,
.owl-theme .owl-nav .owl-next span {
  font-size: 2.5rem;
  color: #1e1e1e;
  display: block;
  /* padding: 10px; */
  width: 35px;
  height: 35px;
  /* background: #f2f2f2; */
  border-radius: 50%;
  line-height: 2rem;
}

.owl-links .owl-nav .owl-prev span,
.owl-links .owl-nav .owl-next span {
  font-size: 3rem;
  color: #cecece;
  width: 40px;
  height: 40px;
  line-height: 0.7rem;
}

.owl-theme .owl-nav .owl-prev {
  left: 0;
}

.owl-links .owl-nav .owl-prev {
  left: -35px;
}

.owl-theme .owl-nav .owl-next {
  right: 0;
}

.owl-links .owl-nav .owl-next {
  right: -35px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #0033a1 !important;
  color: #fff;
  text-decoration: none;
}

.owl-links .owl-nav [class*="owl-"]:hover {
  background: #e9ecef;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-links .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  /* margin-top: 5%; */
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #cdcdcd;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0033a1;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: block;
}

.gob_links img {
  padding: 20px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0.8;
  z-index: 0;
}
.gob_links img:hover {
  filter: none;
  -webkit-filter: none;
  opacity: 1;
}
/*  section.contact-us {
  background-image: url(../images/footer-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px;
  position: relative;
}

section.contact-us:after {
  position: absolute;
  content: "";
  background-image: url(../images/footer-left-dec.png);
  left: 0px;
  top: 60px;
  width: 267px;
  height: 396px;
  z-index: 1;
}*/

section.contact-us .contact-info {
  background-color: #fff;
  margin-top: -30px;
  border-radius: 15px;
  z-index: 5;
  position: relative;
  padding: 20px;
  min-height: 90px;
}

section.contact-us .contact-info .icon i {
  float: left;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background: rgb(0 37 128);
  /* background: linear-gradient(
    -145deg,
    rgb(18 79 145) 0%,
    rgb(115 176 232) 100%
  ); */
  color: #fff;
}
section.contact-us .contact-info .icon i:hover {
  background: rgb(115 176 231);
}
section.contact-us .contact-info h4 {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

section.contact-us .contact-info span {
  font-size: 15px;
  color: #253572;
  font-weight: 700;
}

section.contact-us .section-heading {
  text-align: left;
  margin-bottom: 40px;
}
section.contact-us #contact .form-label {
  font-weight: 800;
}
section.contact-us #contact {
  margin-left: -130px;
  position: relative;
  z-index: 5;
  background-color: #73b0e7;
  margin-top: 40px;
  padding: 40px;
  color: #0033a1;
}

section.contact-us #contact input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background-color: #f4f7fb;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
  /* margin-bottom: 30px; */
}

section.contact-us #contact textarea {
  width: 100%;
  /* min-height: 140px; */
  /* max-height: 180px; */
  border-radius: 5px;
  background-color: #f4f7fb;
  outline: none;
  border: none;
  box-shadow: none;
  /* font-size: 13px; */
  /* font-weight: 500; */
  /* color: #7a7a7a; */
  padding: 15px;
  margin-bottom: 15px;
}

/*section.contact-us #contact a {
  float: right;
  font-size: 13px;
  color: #fff;
  background: rgb(18 79 145);
  background: linear-gradient(
    -145deg,
    rgb(18 79 145) 0%,
    rgb(115 176 232) 100%
  );
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  outline: none;
}

section.contact-us #contact a:hover {
  opacity: 0.9;
}*/

section.contact-us ul.social-icons li {
  display: inline-block;
  margin: 0px 5px;
}

section.contact-us ul.social-icons {
  text-align: center;
  margin-top: 70px;
}

section.contact-us ul.social-icons li a {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  background-color: #fff;
  color: #253572;
  border-radius: 50%;
  transition: all 0.5s;
}

section.contact-us ul.social-icons li a:hover {
  background-color: #253572;
  color: #fff;
}

p.copyright {
  text-align: center;
  color: #fff;
  margin: 40px 0px;
}

p.copyright a {
  font-weight: 700;
  color: #fff;
}
.bannersHome img {
  transition: transform 250ms;
}
.bannersHome img:hover {
  transform: translateY(-10px);
}
