.team-boxed {
    color:#313437;
    background-color:#eef4f7;
  }
  
  .team-boxed p {
    color:#7d8285;
  }
  
  .team-boxed h2 {
    font-weight:bold;
    margin-bottom:40px;
    padding-top:40px;
    color:inherit;
  }
  
  @media (max-width:767px) {
    .team-boxed h2 {
      margin-bottom:25px;
      padding-top:25px;
      font-size:24px;
    }
  }
  
  .team-boxed .intro {
    font-size:16px;
    max-width:500px;
    margin:0 auto;
  }
  
  .team-boxed .intro p {
    margin-bottom:0;
  }
  
  .team-boxed .people {
    padding:50px 0;
  }
  
  .team-boxed .item {
    text-align:center;
  }
  
  .team-boxed .item .box {
    text-align:center;
    padding:30px;
    background-color:#fff;
    margin-bottom:30px;
  }
  
  .team-boxed .item .name {
    font-weight:bold;
    margin-top:28px;
    margin-bottom:8px;
    color:inherit;
  }
  
  .team-boxed .item .title {
    text-transform:uppercase;
    font-weight:bold;
    color:#d0d0d0;
    letter-spacing:2px;
    font-size:13px;
  }
  
  .team-boxed .item .description {
    font-size:15px;
    margin-top:15px;
    margin-bottom:20px;
  }
  
  .team-boxed .item img {
    max-width:160px;
  }
  
  .team-boxed .social {
    font-size:18px;
    color:#a2a8ae;
  }
  
  .team-boxed .social a {
    color:inherit;
    margin:0 10px;
    display:inline-block;
    opacity:0.7;
  }
  
  .team-boxed .social a:hover {
    opacity:1;
  }


  img{
    height:150px;
    width:100%;
  }
  
  div [class^="col-"]{
    padding-left:10px;
    padding-right:10px;
    margin-bottom:50px;
  }
  .card{
    transition:0.5s;
    cursor:pointer;
    padding: 20px 0px 10px 0px;
  }
  .card-title{  
    font-size:15px;
    transition:1s;
    cursor:pointer;
    padding: 5px;
    text-align: center;
  }
  .card-title i{  
    font-size:15px;
    transition:1s;
    cursor:pointer;
    color:#ffa710
  }
  .card-title i:hover{
    transform: scale(1.25) rotate(100deg); 
    color:#18d4ca;
    
  }
  .card:hover{
    transform: scale(1.05);
    box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
  }
  .card-text{
    height:80px;  
    padding: 5px;
    text-align: center;
  }
  
  .card::before, .card::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform .3s ease-out 0s;
    background: rgba(255, 255, 255, 0.1);
    content: '';
    pointer-events: none;
  }
  .card::before {
    transform-origin: left top;
  }
  .card::after {
    transform-origin: right bottom;
  }
  .card:hover::before, .card:hover::after, .card:focus::before, .card:focus::after {
    transform: scale3d(1, 1, 1);
  }
  

  /* coupon button */
  .coupon-code {
    margin: 15px 0 15px;
    text-align: center;
}
.coupon-code .coupon-code-button {
    position: relative;
    display: inline-block;
    min-width: 160px;
    padding: 9px 40px 9px 20px;
    font-family: inherit;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
   /*  background: var(--primary-color); */
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    border-radius: 6px;
    border: none;
    transition: all .3s;
    
}
.expire-date {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 10px 10px 0 10px;
    border-top: 1px solid #d6d6d6;
}
.verify-box {
    margin-bottom: 0;
}
.verify-box .status {
    padding-left: 20px;
    position: relative;
    line-height: 22px;
}
.verify-box .status:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
}
.store-title {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    color: #BE5A38;
    background-color: #fff;
    width: 85%;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgb(214 214 214 / 40%);
    padding: 8px 0;
    transition: all .5s;
    z-index:999;
}
.brlogo{
    width: 150px;
    height: 40px;
    background-color: #ffffff;
    margin: auto;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.owl-dots{
    display: none;
}
.banner-slider{
    margin:10px 0px;
}   

.partial-code{
    display: none;
}

/*  Modal Box */

.trigger {
    background-color: black;
    color: red;
}

.modal,
.fade,
.show {
    background-color: lightgray;
    padding-left: 15px;
    padding-right: 15px;
}

.modal-content {
    background: transparent;
    border: none;
    padding: 0 19px;
}

.close {
    position: relative;
    top: 48px;
    left: 13px;
    z-index: 1;
    font-size: 30px;
    font-weight: 100;
    line-height: 1;
    color: gray;
}

.modal-header {
    border: none;
}

.modal-body {
    border: none;
    background-color: white;
    padding-bottom: 5px;
}





.off {
    margin-top: 25px;
    width: 50px;
    height: 50px;
    background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1576118728/30-off-white-background-special-offer-great-offer-sale-thirty-percent-off-promotional_59529-691.jpg);
    background-size: contain;
}

.heading {
    justify-content: space-between;
}

.modal-footer {
    border: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.close.focus,
.close:focus {
    outline: 0;
    box-shadow: none !important;
}

.hurry {
    margin-top: 30px;
}

.booking {
    background-color: white;
    border: 2px solid lightgray;
    width: 150px;
    border-radius: 0px;
}

.booking:hover {
    background-color: #ECEFF1;
    border: 2px solid black;
}

@media (min-width:599px) {
    .modal-dialog {
        max-width: 47rem;
    }

    .details {
        padding: 0 114px;
    }

    .off {
        position: absolute;
        bottom: 150px;
        left: 25px;
    }
}



.coupon-card{
    /* background: linear-gradient(135deg, #7158fe, #9d4de6);
    color: #fff; */
    background: linear-gradient(135deg, #ffffff, #ffffff);
    color: black;
    text-align: center;
    padding: 40px 80px;
    border-radius: 15px;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.15);
    position: relative;

}
.logo{
    /* width: 80px;
    border-radius: 8px;
    margin-bottom: 20px; */
    width: 150px;
    border-radius: 8px;
    margin-bottom: 20px;
    height: 40px;

}
.coupon-card h3{
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;

}
.coupon-card p{
    font-size: 15px;

}
.coupon-row{
    display: flex;
    align-items: center;
    margin: 25px auto;
    width: fit-content;

}
.cpnCodes{
    border: 1px dashed black;
    padding: 10px 20px;
    border-right: 0;

}
.cpnBtns{
    border: 1px solid black;
    background: black;
    padding: 10px 20px;
    /* color: #7158fe; */
    color:white;
    cursor: pointer;
}
.circle1, .circle2{
    background: lightgray;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}
.circle1{
    left: -25px;
}
.circle2{
    right: -25px;
}
  