.navbar-brand img{
    max-width: 155px;
}
.main-menu .nav-menu-wrapper{
    text-align: right;
}

.cta-sec .our-approach-image img {
    aspect-ratio: 1 / 0.7;
}
.hero{
    margin-top: 0;
}

.page-header{
    margin-top: 0;
}
.main-menu ul li a{
    color: var(--primary-color);
}

.navbar{
    padding: 0;
}

.about-inner figure{
        mask-image: none;
    background-image: none;
}

.about-inner .about-us-images {
    position: relative;
    padding: 0 70px 0 0;
}

.vision-mission{
    margin-bottom: 30px;
}

.vision-mission .mission-vision-item.our-value-item{
    display: block;
}

.quality-sec{
    margin-top: 60px;
}

.quality-sec .potential-body-content h3{
        font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 700;
}

.product-page .details-div h3 {
    font-weight: 500;
    margin-bottom: 15px;
        font-size: 22px;
}

.product-page .details-div{
        border-bottom: 1px solid var(--divider-color);
            padding-top: 30px;
}

.product-page .details-div:last-child{
    border-bottom: none;
}

.product-page .member-experience-list ul li{
    color: var(--primary-color);
}

.quality-sec img {
    aspect-ratio: 1 / 0.99;
}

  .content-table {
    border-collapse: separate;
    margin: 40px 0;
   width: 100%;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
  }
  
  .content-table thead tr {
    background: linear-gradient(263deg, var(--accent-color) 0.16%, var(--dark-color) 99.84%);
    color: #ffffff;
    text-align: left;
    font-weight: bold;
  }
  
  .content-table th,
  .content-table td {
    padding: 12px 15px;
        width: 50%;
  }
  
  .content-table tbody tr {
    border-bottom: 1px solid #dddddd;
  }
  
 
  .content-table tbody tr:last-of-type {
    border-bottom: 2px solid #f58220
  }
  
 

  .content-table th {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}
  .content-table td {
    color: #222222;
    background: #fff;
}
  
  .content-table td:first-child {
   background: #fff;
   font-weight: 600;
}

.product-page .team-member-experience {
    margin-bottom: 30px;
}

/**************************** responsive css **************************/

@media only screen and (max-width: 767px){
    .main-header .container-fluid{
    padding-top: 20px;
}

.hero .hero-btn .btn-default {
    display: inline;
}
    .hero-btn .btn-default {
        margin: 0 15px 10px 0;
    }
    .main-header .container-fluid::before{
        display: none;
    }
    .about-inner .about-us-images{
        padding: 0;
    }
}