/**
* Template Name: Medilab
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/medilab-free-medical-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
 font-family: 'Poppins', sans-serif;
  color: #444444;
}

a {
  color: #1977cc;
  text-decoration: none;
}

a:hover {
  color: #3291e6;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1977cc;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2479bc;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #298ce5;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.datepicker-dropdown {
  padding: 20px !important;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
    /* background: linear-gradient(90deg, rgb(15 96 159) 0%, rgba(255,255,255,1) 30%, 
          rgba(255,255,255,1) 70%, rgb(15 96 159) 100%);transition: all 0.5s; */
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #444444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #4400b1;
}

#topbar .contact-info i {
  color: #002060;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: #2c77b1;
  padding: 0 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
  font-size: 18px;
}

#topbar .social-links a:hover {
  color: #1977cc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /*background: #fff;*/
  background: linear-gradient(90deg, rgb(15 96 159) 0%, rgba(255,255,255,1) 50%, 
          rgba(255,255,255,1) 50%, rgb(15 96 159) 100%);transition: all 0.5s;
  z-index: 997;
  padding: 6px 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#header.header-scrolled {
  top: 0;
}

#header .logo a {
  color: #002060;
  font-size: 12px;
  font-weight: 600;
}
#header .logo a p{
  display: inline-block;
  position: relative;
  top: 36px;
  margin-left: 10px;
  font-style: italic;
  color: #ffe400;
}

#header .logo img {
  max-height: 80px;
}

/**
* Appointment Button *
*/
.appointment-btn {
  margin-left: 25px;
  background: #1977cc;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover {
  background: #166ab5;
  color: #fff;
}

@media (max-width: 360px) {
    #header .logo a{
        display: block;
        max-height: 80px;
    }
    #header .logo a p {
        display: none;
    }
}

@media (max-width: 768px) {
  .section-title h2 {
    font-size: 24px !important;
    padding-bottom: 14px !important;
  }
  .section-title h2::before {
    width: 100px !important;
    left: calc(50% - 50px) !important;
   }
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
  .hidden-xs{
    display: none;
  }
  .mob-quote{
    text-align: center;
    margin-top: 20px;
  }
  .services .owl-theme.brands{
    text-align: -webkit-center;
  }
  .services .owl-theme .brand-img{
    width: 280px !important;
    height: 320px !important;
  }
  .main-product img{
    margin-top: 19% !important;
    height: 120px !important;
  }
  .section-title .top-banner{
    color: #fff !important;
    margin-top: 30% !important;
  }
  .about-top-bg .section-title h2{
    margin-top: 30% !important;
  }
  #header {
    background: #2a8edc !important;
  }
  #topbar{
    border-bottom: 1px solid #fff;
  }
  #topbar .contact-info i, #topbar .contact-info a, #topbar .contact-info span {
    color: #303030;
  }
  .section-pb{
    padding-bottom: 10px !important;
  }
  .carousel .carousel-item h2 {
    font-size: 20px !important;
    font-weight: 600 !important;
    top: 35% !important;
    line-height: 30px !important;
    /*color: #0b0062 !important;*/
  }
  .process-bg img{
    width: 50% !important;
  }
  .process-img{
    text-align: center;
  }
  .services-wrap h4 {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .services-wrap .detail-wrap-item {
    border-right: none !important;
  }
  .carousel-control-next, .carousel-control-prev{
      top: 70px !important;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 1rem !important;
  }
  .sp-bt{
    justify-content: space-between;
  }
  #topbar .bi-phone{
      display:none;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 30px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #966200;
  white-space: nowrap;
  transition: 0.3s;
  border-bottom: 2px solid #fff0;
  padding: 5px 2px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #003761;
  border-color: #003761;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #1977cc;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
  border: none;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #1977cc;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #1977cc;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.banner-heading{
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #ffffff;
}
.banner-para{
  color: #ff9797;
  margin: 10px 0 0 0;
  font-size: 29px;
}
.carousel-caption {
    right: 65%;
    top: 35%;
    width: 22%;
}
.carousel .carousel-item h2{
  color: #fff;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  top: 35%;
  left: 12%;
  line-height: 60px;
}

#hero {
  width: 100%;
  height: 90vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  margin-bottom: -200px;
}

#hero .container {
  position: relative;
}

#hero h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #ffffff;
}
#hero h2 {
  color: #ff9797;
  margin: 10px 0 0 0;
  font-size: 29px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #1977cc;
}

#hero .btn-get-started:hover {
  background: #3291e6;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero {
    margin-bottom: 0;
    height: 100vh;
  }

  #hero .container {
    padding-bottom: 63px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 600px) {
  #hero {
    height: 110vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f7fd;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;

}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2479bc;
}
.section-title .top-banner{
    color: #fff !important;
    margin-top: 14%;
}
.about-top-bg .section-title h2{
  color: #fff;
  margin-top: 11%;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #39a8ff;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f7fd;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 100px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
  font-size: 18px;
  color: #2479bc;
  margin-bottom: 15px;
}

.about h3 {
  font-size: 18px;
  font-weight: 700;
  color: #2479bc;
  margin-bottom: 15px;
}
.about .icon-boxes h3 span{
  font-size: 40px;
  color: #c45911;
}

.about .icon-box {
  margin-top: 12px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #2479bc;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #2479bc;
  font-size: 32px;
}

/*.about .icon-box:hover .icon {
  background: #002060;
  border-color: #002060;
}*/
.about .icon-box:hover .icon img {
    color: #fff;
    background-image:#fff ;
}

/*.about .icon-box:hover .icon i {
  color: #fff;
}*/

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #1977cc;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  background: url("../img/about.jpg") center center no-repeat;
  /*background-size: cover;*/
  margin-bottom: 11%;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#1977cc 50%, rgba(25, 119, 204, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(25, 119, 204, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #1977cc;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


/*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/
.product .icon-box {
  border-radius: 10px;
  background: #fff;
  padding: 14px;
  box-shadow: rgb(196 89 17 / 46%) 0px 1px 0px, rgb(196 89 17 / 44%) 0px 0px 8px;
}
.product .icon-box img{
  width: 100%;
  border-radius: 10px;
}
.product .icon-box p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.icon-box:hover img {
    transform: scale(1.05);
    transition: 1s;
}
.icon-box .icon{
  position: relative;
  overflow: hidden;
}
.product .icon-box h4{
  padding-top: 20px;
  color: #2479bc;
  font-weight: 600;
  font-size: 17px;
}
.product-btn{
    background: #2479bc;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.1s;
    border-radius: 6px;
    margin-bottom: 20px;
}
.product-btn:hover{
    background: none;
    border: 1px solid #2479bc;
    color: #2479bc;
    padding: 10px 32px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .services-box{
  box-shadow: rgb(198 198 198) 0px 1px 0px, rgb(214 214 214) 0px 0px 8px;
  border-radius: 10px;
  padding: 14px;
  height: 370px;
}
.services .services-icon{
  padding-top: 20px;
      height: 86px;
}
.services .services-box h4{
  padding-top: 20px;
    color: #002060;
    font-weight: 600;
}
.services .services-box a{
  color: #c45911;
    font-weight: 500;
}
.services .services-box .bxs-chevron-right{
  color: #c45911;
  font-size: 20px;
  vertical-align: middle;
}
.services .services-box .services-icon .bx-wifi{
  font-size: 64px;
  color: #c45911;
}
.services .services-box .services-icon i{
  font-size: 48px;
  color: #c45911;
}
.services .services-box:hover{
  background-image: linear-gradient(316deg, #0039ab, #d4651a);
}
.services .services-box:hover .bx-wifi{
  color: #fff;
}
.services .services-box:hover h4{
  color: #fff;
}
.services .services-box:hover p{
  color: #fff;
}
.services .services-box:hover a{
  color: #fff;
}
.services .services-box:hover i{
  color: #fff;
}
.owl-stage .product-img{
  position: relative;
  overflow: hidden;
  height:170px;
}
.owl-stage .brand-img:hover img {
    transform: scale(1.1);
    transition: 1s;
}

/*--------------------------------------------------------------
# Doctors /Segment
--------------------------------------------------------------*/
.segment {
  background: #fff9f9;
}

.segment .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 23px;
  border-radius: 10px;
  background: #fff;
  flex: 1 1 auto;
}

.segment .member .pic {
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.segment .member .pic img {
  transition: ease-in-out 0.3s;
  padding: 6px 10px 20px;
}

.segment .member:hover img {
  transform: scale(1.1);
}

/*.segment .member .member-info {
  padding-left: 30px;
}*/

.segment .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #1b70b3;
}

.segment .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.segment .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}

.segment .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.segment .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.segment .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}

.segment .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.segment .member .social a:hover {
  background: #1977cc;
}

.segment .member .social a+a {
  margin-left: 8px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 30px;
  color: #2479bc;
  margin-bottom: 16px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2479bc;
}

.contact .info p {
  margin-bottom: 0;
  font-size: 14px;
}

.contact .info .phone {
  height: 195px;
}

/*.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #c45911;
  color: #fff;
}*/
.form-fill{
  background: #d5edff;padding: 22px 14px; margin-top: 22px !important;
  border-top: 3px solid #2479bc;
  border-bottom: 3px solid #2479bc;
}
.contact .php-email-form {
  width: 100%;
  background: #d5edff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .info-box {
  color: #444444;
  text-align: center;
  padding: 20px 0 30px 0;
  background: #fff;
  border-top: 3px solid #2479bc;
  border-bottom: 3px solid #2479bc;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-top: 31px;
}

.contact .info-box.email{
    height:174px;
}

.contact .php-email-form button[type=submit] {
  background: #2479bc;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 6px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #002060;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
     color: #ffffff;
    font-size: 14px;
    background: #4c4c4c;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #525252;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #d2ebff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #1977cc;
}

#footer .footer-newsletter {
  font-size: 15px;
}
.footer-newsletter input:focus-visible{
  outline: 2px solid #fff;
}
#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #d2ebff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #bfdcf7;
}
.form-control{
  border: 1px solid #2479bc;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #1977cc;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #1c84e3;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1977cc;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #1c84e3;
  color: #fff;
  text-decoration: none;
}
.contact input::-webkit-input-placeholder{
  color: #afafaf;
}
.contact textarea::-webkit-input-placeholder{
  color: #afafaf;
}

/*--------------------------------------------------------------
# Labelling
--------------------------------------------------------------*/
.product-bg img {
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: 1;
  margin-top: 6%;
}
.product-bg .container {
    position: relative;
    z-index: 3;
}
.marine-bg img{
  position: absolute;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
   margin-top: 6%;
}
.marine-bg .container{
  position: relative;
    z-index: 3;
}
.main-product img{
  position: absolute;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
   margin-top: 1.5%;
}
.main-product .container{
  position: relative;
  z-index: 3;
}

/*.product-bg{
  padding-top: 80px !important;
  padding-bottom: 40px !important;
  background-image: url(../img/product-banner.jpg);
  background-repeat: no-repeat;
  margin-top: 8%;
}
.marine-bg{
  padding-top: 80px !important;
  padding-bottom: 40px !important;
  background-image: url(../img/product-banner2.jpg);
  background-repeat: no-repeat;
  margin-top: 8%;
}*/
.product_categories h4 {
    color: #002060;
    font-size: 22px;
    font-weight: 600;
}
.product_categories h6 {
    color: #c45911;
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 700;
}
.product_detail{
   color: #002060;
    font-size: 22px !important;
    margin-bottom: 22px;
    font-weight: 600 !important;
}
.product_categories ul{
    list-style: none;
    padding: 0;
}
.product_categories ul li {
    position: relative;
    display: block;
    padding-bottom: 7px;
    width: 100%;
}
.category_group{
  border: 1px solid #002060;
    padding: 20px;
}
.product_categories .category_group{
  margin-bottom: 10px;
}
.product_img{
  border: 1px solid #c45911;
}
.product_title{
  padding-top: 12px;
    color: #03318c;
}
/*.main-product{
  padding-top: 80px !important;
  padding-bottom: 40px !important;
  background-image: url(../img/product-banner-1.jpg);
  background-repeat: no-repeat;
  margin-top: 8%;
  height: 300px;
}*/

.w-100{
  margin-top: 116px;
}
.infrastructure .bx-chevrons-right{
    font-size: 20px;
    color: #2479bc;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.infrastructure h4{
  color: #2479bc;
}

.brand-img{
    /*width: 240px;*/
    height: 300px;
    margin: 4px 10px;
    border-radius: 10px;
    background: #fff;
    padding: 14px;
    box-shadow: rgb(196 89 17 / 46%) 0px 1px 0px, rgb(196 89 17 / 44%) 0px 0px 8px;
}
.brand-img h5{
  font-size: 16px;
  margin-bottom: 20px;
  height:36px;
}
.our-value .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
    padding: 23px;
    border-radius: 10px;
    border: 1px solid #2479bc;
    height: 170px;  
}
.our-value .member .pic i{
    overflow: hidden;
    font-size: 50px;
    color: #2479bc;
}
.our-value .member .member-info {
    padding-left: 24px;
}
.our-value .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #1b70b3;
}
.our-value .member p {
    margin: 10px 0 0 0;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.our-value .member:hover{
  background: #2479bc;
}
.our-value .member:hover i, .our-value .member:hover h4, .our-value .member:hover p{
    color: #fff;
}
.our-value .member:hover i{
  rotate: 45deg;
  transition: 1s;
}

.table thead {
  background: #f6f6fe;
}
.table thead th {
  border: 0;
}
.table thead, .table th {
  background: #f6f9ff;
}
table thead th{
  background: #f6f9ff !important;
  font-weight: 500;
}
.table tbody td {
  vertical-align: middle;
}
.table th, .table td, 
.matt-synthetic table, .table th, .table td {
    border-collapse: collapse;
    font-weight: 500;
    font-size: 16px;
    padding: 4px 10px;
}
.matt-synthetic table, tr, th, td{
  border: 1px solid #cdcdcd;
}
.Categories-product .member {
    box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
    padding: 23px;
    border-radius: 10px;
    border: 1px solid #2479bc;
    max-height: 410px;
    min-height: 350px;
}
.Categories-product .member .product-img{
  position: relative;
  overflow: hidden;
}
.Categories-product .member:hover img{
  transform: scale(1.05);
  transition: 1s;
}

#WAButton{
  bottom: 70px;
}
#WAButton .floating-wpp-button{
  width: 50px !important;
  height: 50px !important;
}
#WAButton.floating-wpp{
    z-index: 9999;
}
.floating-wpp-popup{
  display: none;
}

/*------------------- SNT Web & Mobile View Banner  --------------------------*/
@media (min-width: 767px){
.mob-banner{
    display: none !important;
    }
    .hidden-lg{
        display: none;
    }
    .mob-app{
        display:none !important;
    }
    .whatsapp-floating-button {
        bottom: 65px !important;
    }
}

@media (max-width: 768px){
    .web-banner{
        display: none !important;
    }
    .web-app{
        display:none !important;
    }
    .pad-btm{
        padding-bottom:4px;
    }
}

.whatsapp-floating-button {
    position: fixed;
    bottom: 70px;
    right: 12px;
    z-index: 9999;
}
.whatsapp-button {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
}
.whatsapp-button i {
    color: #fff;
    font-size: 36px;
    line-height: 50px;
}

/*------------------- SNT About Wrap  --------------------------*/
.services-wrap .detail-wrap{
  
 
  /* backdrop-filter: blur(5px);
  -webkit-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3); */
}
.services-wrap-bg{
  background-image: url(../img/about/services-wrap-bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 30px 20px;
  border-bottom: 2px solid #00a6ff;
  border-top: 6px solid #00a6ff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.services-wrap .detail-wrap-item{
  border-right: 1px solid #ecf8ff;
}
.services-wrap h4{
  font-size: 24px;
  line-height: 36px;
}
.detail-wrap-sub h5{
  font-size: 18px;
  color: #cae2ff;
}
.process-bg{
  background-image: url(../img/about/process-bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.process-bg img{
  width: 100%;
}
.why-us{
  background-image: url(../img/why-us-bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .product-btn {
    padding: 10px 14px;
}
}

  .alert {
      padding: 15px;
      margin-bottom: 20px;
      border: 1px solid transparent;
      border-radius: 4px;
    }
    .alert-success {
      color: #3c763d;
      background-color: #dff0d8;
      border-color: #d6e9c6;
    }
    .message-box {
      display: none;
    }
    #send_mail {
    background-color: transparent;
    color: #007bff; /* Change this color to your desired text color */
    border: 2px solid #007bff; /* Change this color to your desired border color */
    border-radius: 50px; /* Makes the button round */
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    }
    
    #send_mail:hover {
    background-color: #007bff; /* Change this color to your desired hover background color */
    color: #fff; /* Change this color to your desired hover text color */
    }


.quote-section {
    background: #ffeeee;
    padding-bottom: 30px;
}


  .product-btn:hover{
    background: none !important;
    border: 1px solid #2479bc !important;
    color: #2479bc !important;
}


