/*your custom css goes here*/ 



body {
  color: #032071;
}

.hov-bg-dark{
  background-color: #032071;
}

.sticky-top {
  top: -5px;
}

.aiz-p-hov-icon a {
  border-radius: 50px;
}

.banner-left-icon {
    position: relative;
    background: #F4F6FA;
    padding: 20px;
    border-radius: 10px;
  }

  .banner-left-icon .banner-icon {
    max-width: 60px;
    margin-right: 20px;
    transition-duration: 0.3s;
  }

  .banner-left-icon .banner-text h3 {
    color: #001d6f;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .banner-left-icon .banner-text p {
    margin-bottom: 0;
    color: #adadad;
  }


  .newsletter .newsletter-inner .newsletter-content form {
    background-color: #fff;
    max-width: 450px;
    border-radius: 10px;
    position: relative;
    z-index: 4;
  }

  .newsletter .newsletter-inner .newsletter-content form input {
    border: 0;
    border-radius: 50px 0 0 50px;
    padding-left: 58px;
     background: url('') no-repeat 25px center; 
  }

  .newsletter .newsletter-inner .newsletter-content form button {
    border: 0;
    border-radius: 50px;
    font-weight: 700;
  }

  button.submit, button[type="submit"] {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 40px;
    color: #ffffff;
    border: none;
    background-color: #894b8d;
    border: 1px solid #894b8d;
    border-radius: 10px;
  }

  .cart-btn {
    background: #894b8d;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    font-size: 15px;
    padding: 12px 10px 9px;
    width: 100%;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    justify-content: center;
    gap: 10px;
    opacity: 1;
  }

  .cart-btn .cart-btn-text {
    margin-top: 50px;
    margin-bottom: 0px;
    transition: 0.4s;
}

.btn {
  border-radius: 10px !important;
}

.btn-primary {
  border-radius: 10px !important;
}