.app-btn{
    height: 2.5rem !important;
}

::selection {
  background: #0dc153 !important;
}


.btn-theme-green, .btn-theme-green:hover,.btn-theme-green:active {
    color:#fff;
    background: #0dc153;
    border-color: #0dc153;
}

.btn-theme-blue, .btn-theme-blue:hover,.btn-theme-blue:active {
    color:#fff;
    background: #073878;
    border-color: #073878;
}

.btn-theme-red, .btn-theme-red:hover,.btn-theme-red:active {
    color:#fff;
    background: #f00707;
    border-color: #f00707;
}


.icon-cta-svg{
    width: 4.6rem !important;
}

.text-brand-blue{
    color: #073878;
}

.text-brand-green{
    color: #0dc153;
}

.sa-list{
    font-size:18px;
}

.city-name{
    font-size:20px;
    margin-bottom:10px;
    
}

.city-name a, .city-name i{
    color: #0dc153;
}

.sticky-icon{
    font-size:32px;
}

.sticky-quote-btn {
    display:none;
  align-items: center;
  justify-content: center; /* Centers content horizontally */
  gap: 8px; /* Adds spacing between the icon and text */
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #073878; /* Adjust color as needed */
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 9999;
}

.sticky-quote-btn:hover {
  background-color: #0056b3; /* Darker shade on hover */
}

/* Show only on mobile */
@media (max-width: 768px) {
  .sticky-quote-btn {
    display: flex;
  }
}


.empty-deal-cont{
    display:flex;
    flex-direction:column;
    width:100%;
    justify-content:center;
    align-items:center;
    padding-top:100px;
}

.empty-text-cont{
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.empty-image{
    width: 50%;
    margin-bottom:20px;
}

.blog-grid .card-body{
    min-height:360px;
}

.welcome-desc{
    margin-top:20px;
}

.welcome-text{
    max-width: 600px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.price-old .price{
    align-items:center;
    color:red !important;
}

.price-old .price .price-duration{
    color:red !important;
}

.price-old .price span{
    text-decoration:line-through;
}

.price-old .price-value{
    font-size:1.4rem !important;
}

.price-helper-text{
    font-size:small;
}

.cta-text{
    font-size: x-large;
    margin-top: 10px !important;
    max-width:600px;
    width:100%;
    margin:0 auto;
    line-height: 1.5;
}
.app-store-btn{
    display:flex;
}

.app-store-btn-cont{
    max-width:600px;
    width:100%;
    margin:0 auto;
    display:flex;
    justify-content:space-evenly;
    flex-wrap:wrap;
}