a.cbtn {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 13px 25px;
    background: red;
    border-radius: 4px;
}

a.cbtn.cbnt1 {
    background: #0f5a5a;
    padding-right: 70px;
    position: relative;
    z-index: 2;
    border: 1px solid transparent;
    color:#fff;
}

a.cbtn.cbnt1 i {
    position: absolute;
    top: 50%;
    right: 15px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    background: #fff;
    color: #0f5a5a;
    border-radius: 4px;
    margin-top: -15px;
}



a.cbtn.cbnt1:hover{
    border-color: #0f5a5a;
    background: transparent;
    color: #0f5a5a;
    transition: all .3s;
}


a.cbtn.pricing-btn {
    background: #0f5a5a;
    padding-right: 70px;
    position: relative;
    z-index: 2;
    color: #fff;
    margin-top: 20px;
}

a.cbtn.price-btn {
    background: #0f5a5a;
    /* padding-right: 70px; */
    position: center;
    z-index: 2;
    color: #fff;
    margin-top: 20px;
}

a.cbtn.pricing-btn i {
    position: absolute;
    top: 50%;
    right: 15px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    background: #fff;
    color: #121517;
    border-radius: 4px;
    margin-top: -15px;
}

.store-buttons {
  display: flex;
  gap: 15px; 
  align-items: center;
}

.store-img {
  width: 180px;  
  height: 55px;   
  object-fit: contain; 
}

.contact-info {
    margin-top: 20px;
}

.contact-info .info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  margin-top: 8px;
}

.contact-info .info-item i {
  width: 25px;      
  font-size: 16px;
  margin-right: 8px;
  color: #899da5; 
  padding-top: 6px;   
}

/* .contact-info .info-item span {
  flex: 1;
} */

.modal-title {
  color: #000 !important; 
}

.modal-title1 {
  color: #d8d1d1 !important; 
}

.list-unstyled {
    color: #000 !important; 
}

