body{
    font-family: 'Poppins', sans-serif;
    background-color: #ECECEC;
}

header {
    padding: 20px;
    text-align: center;
    width: 100%;    
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #cec9c1;
}

header img {
    width: 260;
    height: 50px;
}

.baner-h {
    padding-top: 90px;
}

.product {
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;
}

.product h1{
   font-size: 2rem;
   color: #1C1C1C;
   font-weight: 500;
   font-family: 'Roboto', sans-serif;
}
.product h5{   
    color: #3C3C3C;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
 }

.product .card {
    padding: 5px;
    max-height: 100%;
    min-height: 100%;
}
.product .card-text {
    font-size: 14px;
    font-weight: 400;
  }

.product .rate{
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.product .card:hover{
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    background: #f4f4f4;
}
.hide-more{
    width: 100%;
    }
    
    .hide-more .title{
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    }
    
    .hide-more .list{
      height: 0px;
      overflow: hidden;     
    }
    
    .hide-more .list.active{
    height: auto;
    }

    .hide-more .toggle_btn{
    margin-top: 15px;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    margin-left: 70%;
    font-size: 15px;
    padding: 10px;
    border-radius: 5px;
    background: rgb(204, 12, 79);
    }
    
    .hide-more .toggle_btn.active .fas{
    transform: rotate(180deg);
    }

    footer {
        background-color: #00325b;
        color: #c6c6c6;
        font-size: 14px;
    }


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 300,
  'GRAD' 0,
  'opsz' 40
  
}

.material-symbols-outlined {
    font-size: 44px;
}

.footer-top{
    background-color: #fff;
}

footer .text{
    font-size: 18px;
    color: #797979;
    font-weight: 500;
    padding-top: 1rem;
}
footer p {
    font-size: 0.8rem;
    color: #6689a6;
}
footer h2{
    font-size: 1.5rem;
    color: #9fb9ce;
}

footer .border-top {
    border-top: 1px solid #21496a !important;
  }

footer a {
    color: #797979;
    text-decoration: underline;
}
footer a:hover {
    color: #000;
}
.enquiry-banner {
    background-image: url('/images/about-banner.png');
    background-repeat: no-repeat;
    height: 347px;
    background-size: cover;
    position: relative;
    text-align: center;
}
.enquiry-banner::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 347px;
    background-color: rgba(17, 70, 117, 0.859);
}
.enquiry-banner h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    z-index: 1;
    position: relative;
    font-size: 4rem;
}
 .overflow-visible {
    overflow: visible !important;
  }
  .mt-minus-100 {
    margin-top: -100px;
  }
  .enquiry .form-group {
    margin-bottom: 1rem;
  }

  .enquiry .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.75rem + 6px);
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #535353;
    border-radius: 0.65rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .enquiry .form-select {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.75rem + 6px);
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #535353;
    border-radius: 0.65rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .enquiry {
    padding: 60px 0;
    padding-top: 60px;
    overflow: hidden;
  }

  .enquiry .contact-left{
    background-color: #155187;
  }

  .enquiry .contact-left h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 500;
  }

  .enquiry .contact-left p {
    color: #fff;
    font-size: 18px;
  }

  .enquiry .list-group-item{
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 0.5rem 0rem;
  }

  .enquiry .list-group {
    line-height: 48px;
  }

  .back {
    color: #000;
    font-size: 14px;
    z-index: 1;
    position: relative;
  }

  .back:hover {
    color: #000;       
  }

  .h-100-vh{
    height: 50vh;
  }

  .main-btn {    
    border-radius: 50px;
    color: #fff;
    line-height: 16px;
    overflow: hidden;
    padding: 12px 34px;
    position: relative;
    text-align: center;  
    white-space: pre;
    z-index: 1;
    transition-delay: .2s;
    background-color: #0071bc;
  }

  .main-btn:hover {
    background-color: #1c1e21;
    color: #fff;
    transition-delay: .2s;
    
  }

  .whatsapp {
    position: fixed;
    bottom: 40px;
    right: 20px;
  }