
/* service section */
/* .service-section {
  padding: 50px 0;
  background-color: beige;
  position: relative;
}
.service-section .title2 {
  font-size: 32px;
}
.service-section .title2 span {
  color: #3ab052;
  font-family: "rubik", sans-serif;
}
.service-section .para {
  max-width: 750px;
  margin: 0 auto 15px;
  text-align: center;
  font-size: 15px;
  color: #646363;
}
.service-icon {
  height: 120px;
  width: 120px;
  position: absolute;
  top: 30px;
  right: 10%;
}
.service-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.service-bottom {
  padding: 15px;
  background-color: white;
  border-left: 10px solid #3ab052;
  box-shadow: 0 2px 5px gray;
  margin-top: 25px;
}

.service1 {
  margin-bottom: 20px;
}
.service1 .title4 {
  font-size: 18px;
  font-family: "rubik", sans-serif;
  color: #3ab052;
}
.service1 .sub-head {
  font-size: 15px;
}
@media screen and (max-width:992px) {
  .service-icon{
    display: none;
  }
  
} */
/* Service section */
.service-section{
  padding: 50px 0;
}
.service-container {
  background: white;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.342);
  
}
.nav-tabs {
  background: linear-gradient(90deg, #17a2b8, #0d6efd);
  border: none;
}
.nav-tabs .nav-link {
  color: white;
  font-weight: 600;
  padding: 15px 25px;
  border: none;
  border-radius: 0;
  opacity: 0.9;
  
}
.nav-tabs .nav-link.active {
  background: white !important;
  color: #0d6efd !important;
  opacity: 1;
  font-weight: bold;
}
.nav-tabs .nav-link:hover {
  opacity: 1;
  background-color: #0d6efd;
  color: #000 !important;
  transition: .5s all ease-in-out;
  border-radius: 0;
}
.tab-content {
  padding: 20px;
}
.section-title {
  color: #0d6efd;
  font-size: 2rem;
  margin-bottom: 25px;
  text-align: center;
}
.card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.card-header {
  background: linear-gradient(90deg, #17a2b8, #0d6efd);
  color: white;
  font-weight: bold;
  border-radius: 12px 12px 0 0 !important;
}
table {
  font-size: 1.05rem;
}
ol,
ul {
  font-size: 1.1rem;
  line-height: 2;
}
@media screen and (max-width: 992px) {
 
  .service-section {
    padding: 20px 0;
  }
  .nav-tabs .nav-link {
    padding: 12px;
  }
  .tab-content{
    padding: 12px 14px;
  }
  .section-title {
    margin-bottom: 16px;
  }
  /* dl, ol, ul {
    padding-left: 0;
  } */
.table > :not(caption) > * > * {
  padding: 6px !important;
  font-size: 14px !important;
}
.card-body{
padding: 10px 5px  !important;
}
}
