/* #header-logo{
    width: 130px;
    height: 90px;
} */

.navbar-expand-xl .navbar-nav .active{
    color: #065d91 !important;
    font-weight: 600;
}

#testList_carousel{
    position: relative;
}
#testList_carousel .owl-prev, #testList_carousel .owl-next{
   position: absolute;
   top: 35%;
   height: 30px;
   width: 30px;
   border-radius: 50%;
   background-color: #d5d5d5;
}
#testList_carousel .owl-prev{
    left: 0%;
}
#testList_carousel .owl-next{
    right: 0%;
}

.navbar {
   height: 86px;
  z-index: 99;
  /* border-bottom: 2px solid #065d91; */
 
}
@media screen and (max-width: 1400px) {
      .navbar {
        height: auto;
        z-index: 99;
        /* padding: 20px; */
        padding-bottom: 0px;
        padding-top: 0;
    }
}
.navbar .container-fluid{
    display: block !important;
}
.mobilelogo{
    display: none;
}
.logo {
    position: relative;
    width: 4.5em;
    height: 0;
  }

  .logo .wrapper {
    position: absolute;
    top: -66px;
    left: 0;
    width: 136px;
    height: 0;
    border: 1px solid #065d91;
    border-radius: 0;
    z-index: 999;
    height: 158px;
    background-color: rgb(238 249 255);
    padding: 32px 8px 8px 8px;
  }

  .logo img {
    width:200px;
    padding: 0.5em;
  }
  .navbar-nav .nav-link{
    font-size: 16px;
  }
  /* Ensure navbar items are centered on larger screens */
  .navbar-nav {
    justify-content: end;
    flex-grow: 1;
    gap: 18px;
  }
  .navbar-nav .nav-item{align-items: center;
    display: flex
;}

  /* Make sure the hamburger button shows properly */
  .navbar-toggler-icon {
    background-color: white;
  }
  .footer-logo{
    width: 200px;
    height: 0;
    border: 3px solid #f1f8ff;
    border-radius: 50%;
    z-index: 999;
    height: 200px;
    background-color: rgb(255, 255, 255);
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .footer-logo img {
    background-color: transparent !important;
  }
  .navbar .container-fluid{
    max-width: 1530px;
  }

  /* ------------------ responsive --------------------- */

  @media (min-width:1400px) and (max-width:1600px){
    .navbar {
        height: 77px;
        z-index: 99;
        /* padding: 20px; */
        padding-bottom: 0px;
        padding-top: 0;
    }
    .navbar .container-fluid {
    max-width: 1326px;
    }
  }

  /* Responsive design for smaller screens */
  @media (max-width: 991px) { 
    .navbar-nav {
        background-color: white;
        padding-left: 10px;
    }

    .hero .hero-area {
padding: 0;
    }
    .hero{
      padding: 10px;
    }
    .hero-1{
      background-color: #fff;
    }
    .hero .hero-content{
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    .hero .hero-content .hero-title{
      font-size: 57px;
      line-height: 65px;
    }
  
    /* Logo size adjustment on small screens */
    .logo {
      width: 3.5em;
      display: none;
    }
    .navbar-toggler {
        position: absolute;
        top: 20%;
        font-size: 12px;
        padding: 5px 12px;
        border-radius: 3px;
        right: 33px;
        background: #c5e0ff;
    }
    .navbar-brand{margin-right: 0;}
    .navbar-toggler-icon {
    background-color: #c5e0ff;
    }
    .navbar-toggler:focus{
        box-shadow: none !important;
    }
    .navbar-collapse{
margin-top: 40px !important;
    }
    .mobilelogo{
        display: block;
    }
    .mobilelogo .wrapper {
        position: relative;
        top: -7px;
        left: 15px;
        width: 132px;
        align-self: center;
        height: 0;
        border: 1px solid transparent;        
        border-radius: 0;
        z-index: 999;
        height: 130px;
        background-color: transparent;
        padding: 15px;
        box-shadow: 0 0 0 0 transparent;
    }

    .footer-logo{
      width: 160px;
      height: 160px;
      padding: 15px;
    }
  }

  .privacy_policy .privacy_header{
    font-size: 1.5rem;
    color: #667085 !important;
    padding-top: 10px;

  }
  .privacy_policy ol{
    list-style:upper-roman !important;
  }
 
  .privacy_policy ul{
    list-style:circle !important;
    padding-left: 20px;
  }

  @media (max-width: 991px) {
    .privacy_policy{
      padding-left: 25px;
      text-align: justify;
      /* padding-right: 10px; */
    }
  }

  /* @media (min-width:1600px) {
    .logo .wrapper {
    left: -220px;
  }
} */