@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Roboto:100,300,400,500,700,900&display=swap"');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


body {
  font-family: 'Open Sans',
    'Roboto', sans-serif, sans-serif;
  background: #f4f2f2;
  color: #4d4d4d;
}

button:focus, input:focus {
  outline: 0 !important;
  box-shadow:none !important;
}
button:focus {
  outline: none !important;
  outline: none !important;
}
:focus:not(.focus-visible) {
  outline: 0 !important;
  box-shadow: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

.bg-white {
  background: #ffffff;
}

.p-y-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-y-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.p-y-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.p-y-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.p-y-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-y-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.p-t-1 {
  padding-top: 1rem;
}

.p-t-2 {
  padding-top: 2rem;
}

.p-t-3 {
  padding-top: 3rem;
}

.p-t-4 {
  padding-top: 4rem;
}

.p-t-5 {
  padding-top: 5rem;
}

.p-b-1 {
  padding-bottom: 1rem;
}

.p-b-2 {
  padding-bottom: 2rem;
}

.p-b-3 {
  padding-bottom: 3rem;
}

.p-b-4 {
  padding-bottom: 4rem;
}

.p-b-5 {
  padding-bottom: 5rem;
}

span.error {
  display: none;
  color: red;
  font-size: 11px;
}

.bdr-rgt {
  border-right: 1px solid rgba(0, 20, 142, 0.2);
}

.global-wrapper {
  overflow: hidden;
}

.horizontal-main {
  background: rgba(0, 0, 0, 0.5);
}

.navbar-brand {
  color: #ffffff;
  display: block;
  width: 120px;
}

.navbar-brand:hover {
  color: #ff8819;
}

header.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}

header .nav-link {
  color: #ffffff;
}

header .dropdown-toggle::after {
  vertical-align: middle;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #ffffff;
  padding: 7px 20px;
}

header ul li.nav-item {
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 4px;
}

header ul li.nav-item:hover {
  background-color: #ff8819;
}

header ul li.nav-item.active {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.gst {
  color: #45d1ff;
}

.gst span {}

.gst h6 {
  font-weight: bold;
  margin: 0;
  font-size: 17px;
}

.home-banner-bg {
  background: url('../images/home_banner2.jpeg') no-repeat left 45%;
  height: 550px;
  /* background-attachment: fixed; */
  /* padding-top: 8rem; */
}

.banner {
  background-size: cover;
  width: 100%;
  position: relative;
}

.black-bg {
  background: rgba(0, 0, 0, 0.5);
}

.banner::after {
  content: '';
  width: 100%;
  background: url('../images/grid.png') repeat;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 9;
}


.banner::before {
  /* background: linear-gradient(87deg, rgb(2, 27, 128, 0.75), rgb(127, 0, 154, 0.75) 100%); */
  /* background: rgba(16, 48, 70, .7); */
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  display: block;
  z-index: 0;
  top: 0;
}

.banner-text {
  position: relative;
  z-index: 91;
}

.banner-text h1 {
  font-weight: 400;
  color: #ffffff;
  font-size: 40px;
}

.banner-text p {
  color: #ffffff;
  font-size: 16px;
}

.category-slides {
  margin-top: -6rem;
  position: relative;
  z-index: 99;
  padding-bottom: 1.5rem;
  height: 199px;
}

.category-slides svg {
  width: 100%;
  position: absolute;
  bottom: 52%;
  left: 0;
  z-index: 0;
  fill: #f4f2f2 !important;
}

.category-slides .slick-arrow {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: rgba(0, 20, 142);
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}

.category-slides .slick-prev {
  left: -16px;
  top: 33px;
}

.category-slides .slick-next {
  right: -16px;
  top: 33px;
}

.card-icon {
  width: 80px;
  height: 80px;
  background: rgba(0, 20, 142, 0.02);
  border-radius: 50%;
  border: 10px solid rgba(0, 20, 142, 0.02);
  margin: 0 auto;
}

.card-icon i {
  font-size: 36px;
  color: #0089b8;
}


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  z-index: 9;
  top: -45px;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}


.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slides-items {
  width: 25%;
  padding: 6px 12px;
}

.category-slides .card {
  min-height: 222px;
}

.slides-items h4 {
  font-size: 18px;
  text-align: center;
}

.slides-items p {
  font-size: 13px;
  text-align: center;
  margin-bottom: 5px;
}

.slides-items a.more {
  display: inline-block;
  text-decoration: none;
  font-size: 11px;
}

.partner-slides .slick-slider {
  top: 0;
}

.medical-slides .inner-slides .product-img {
  border: 1px solid #c2c2c2;
  padding: 4px;
}

.medical-wrapper .slick-slider {
  top: 0;
}

.medical-slides .slick-arrow {
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
  font-size: 24px;
  border: 1px solid #b7b7b7;
  cursor: pointer;
}

/* .med-details .details-inner .card-header {
  background: #008FB4;
} */

.med-details .details-inner .card-body {
  min-height: 467px;
}

.med-details .details-inner .card-header h4 {
  line-height: 27px;
  font-size: 16px;
  margin: 0;
}

.med-details .details-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.med-details .details-inner ul li {
  position: relative;
  padding: 4px 0 4px 19px;
  font-size: 14px;
}

.med-details .details-inner ul li::before {
  content: '\f105';
  position: absolute;
  left: 0;
  top: 8px;
  font: normal 16px/1 FontAwesome;
}

.medical-slides .slick-arrow.slick-prev {
  left: -35px;
  top: 70px;
}

/* .medical-slides .slick-arrow.slick-prev::after{
  content: "\f104";
  font-family: FontAwesome;
} */

.medical-slides .slick-arrow.slick-next {
  right: -35px;
  top: 70px;
}

.medical-slides .slick-arrow.slick-next::after{} 

.main-content h2 {
  font-weight: 700;
}

.medbg_1 {
  background: url('../images/medical_1.jpg') no-repeat left top;
  background-size: cover;
  min-height: 380px;
  position: relative;
}

.medbg_2 {
  background: url('../images/industry.jpg') no-repeat left top;
  background-size: cover;
  min-height: 380px;
  position: relative;
}

.small-ovarlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

.both-service ul {
  margin: 0;
  padding: 0 0 20px 20px;
  list-style: none;
}

.both-service ul li {
  position: relative;
  padding: 5px 0 5px 19px;
  font-size: 15px;
  line-height: 25px;
}

.both-service ul li::before {
  content: '\f105';
  position: absolute;
  left: 0;
  top: 8px;
  font: normal 16px/1 FontAwesome;
}

.both-service h3 {
  margin-top: 20px;
  margin-left: 20px;
}

.testimonials-wrapper .slick-slider {
  top: 0;
}

.testimonials .testi-icon img {
  border: 2px solid rgba(0, 20, 142, 0.2);
  border-radius: 50%;
}

.testimonials .inner-slides {
  border-radius: 5px;
  background: #fff;
  padding: 20px 15px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.testimonials h4 {
  font-weight: 700;
  color: #fa5a2c;
  margin-bottom: 8px;
  text-align: left;
}

.testimonials .testi-content p {
  font-size: 13px;
  text-align: left;
  margin-bottom: 15px;
}

.testimonials span {
  display: block;
}

.testimonials .author-name {
  color: #0089b8;
  font-size: 15px;
}

.testimonials .author-org {
  font-size: 13px;
}

.testimonials .author-designation {
  font-size: 13px;
  font-style: italic;
}

.testimonials .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0089b8;
  color: #0089b8;
  font-size: 26px;
  cursor: pointer;
}

.testimonials .slick-prev {
  left: -35px;
}

.testimonials .slick-next {
  right: -35px;
}

.inner-override {
  margin-top: -6rem;
  position: relative;
  z-index: 9;
  padding-bottom: 3rem;
}

.inner-banner {
  height: 400px;

}

.inner-banner p strong {
  color: #FFC107;
  font-size: 19px;
  font-weight: 600;
}

.inner-override .override-wrapper {
  position: relative;
  background: #ffffff;
  border-radius: 35px;
  padding: 3rem 3rem;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5);
}

.bread-crumb .breadcrumb {
  padding: 0;
  background: none;
  position: absolute;
  margin: 0;
  top: 16px;
}

.bread-crumb .breadcrumb li {
  font-size: 12px;
  font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "\f105";
  font-family: 'FontAwesome';
}

.override-wrapper h2 {
  font-size: 20px;
  background: #ececec;
  padding: 6px 11px;
  border-radius: 6px;
}

.override-wrapper h4 {
  font-size: 19px;
  font-weight: 600;
}

.override-wrapper h5 {
  font-size: 19px;
  color: #fa5a2c;
  font-weight: 600;
}

.override-wrapper .equipments {
  background: #ffffff;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  min-height: 162px;
  transition: box-shadow 0.2s ease-in;
  cursor: default;
}

.override-wrapper .equipments:hover {
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.4);
}

.override-wrapper p {
  font-size: 14px;
}

.about-us {
  background: url('../images/about_banner.jpg') no-repeat center top fixed;
  background-size: cover
}

.embedded {
  background: url('../images/embedded_bg.jpg') no-repeat center top fixed;
  background-size: cover
}

.awrded {
  width: 215px;
}

.award-bg {
  background-image: url(../images/award_icon.png),
    url(../images/award_icon.png);
  background-position: left center,
    right center;
  background-repeat: no-repeat,
    no-repeat,
    no-repeat;
  background-size: 28%;
}

.medical-service {
  background: url('../images/medical_services.jpg') no-repeat center 55% fixed;
  background-size: cover
}

.Industrial-service {
  /* background: url('../images/PCB3_small.jpg') no-repeat center top fixed; */
  background: url('../images/Capture.jpg') no-repeat center 90% fixed;
  background-size: cover
}

.contact-banner {
  background: url('../images/contact_bg.jpg') no-repeat center 90% fixed;
  background-size: cover
}

.policy-banner {
  background: url('../images/privacy-policy.jpg') no-repeat center 90% fixed;
  background-size: cover
}

.terms-banner {
  background: url('../images/terms.jpg') no-repeat center 90% fixed;
  background-size: cover
}

.support-center .support-inner {
  padding: 0 15px;
}

.support-inner h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.support-center .form-group {
  margin: 0;
}

.support-center button.support-submit {
  background: #29c68e;
  color: #fff;
}

.support-inner .support-icon {
  width: 60px;
  margin: 0 auto;
}

.support-mobile {
  position: relative;
}

.support-mobile:before {
  content: '+91-';
  position: absolute;
  left: 25%;
  top: 0;
  font-size: 20px;
  font-weight: 500;
  background: #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 56px;
}

.support-mobile h2 {
  font-size: 20px;
}

.map-section {
  padding: 5px;
  border: 1px solid rgba(0, 20, 142, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.address-section h5 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 17px 0;
}

.address-section h6 {
  font-size: 21px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.1);
  padding: 4px 14px;
}

.address-section p {
  margin-bottom: 3px;
}

.map-section .google-maps {
  position: relative;
  padding-bottom: 95%;
  height: 0;
  overflow: hidden;
}

ul.terms {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.terms li {
  position: relative;
  padding: 5px 0 5px 19px;
  font-size: 13px;
  line-height: 17px;
}

ul.terms li::before {
  content: '\f105';
  position: absolute;
  left: 0;
  top: 8px;
  font: normal 16px/1 FontAwesome;
}

.get-quote a {
  text-decoration: none;
  font-size: 15px;
}

.map-section .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.morecontent span {
  display: none;
}

.morelink {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
}

.footer {
  background: #3e3e3e;
}

.footer p {
  color: #ffffff;
  font-size: 12px;
  margin: 0;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}

.footer ul li::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 12px;
  background: #ffffff;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.footer ul li:last-child::after {
  display: none;
}

.footer ul li a {
  display: block;
  padding: 0 10px;
  text-decoration: none;
  color: #ffffff;
  font-size: 13px;
}