.footer-bottom-area ul li{
    font-family: var(--secondary-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 2px;
}

.mobile-address ul li {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    font-family: var(--secondary-font);
}
/* .circle-btn-text input {
    margin-top: 30px;
} */
.wpcf7-spinner {
    display: none;
}
.menu-content p {
    max-width: 400px;
    margin: 0 auto;
    font-family: var(--secondary-font);
    font-size: 15px;
    line-height: 25px;
}
.menu-category {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* Contact Form */
.form-item label.has-value {
    top: -10px;
    color: darken(#5eedbb, 10%);
    font-size: 75%;
    font-weight: bold;
}
.wpcf7-form-control-wrap {
    position: unset;
}

/* Blog */
.blog-main-description p {
    font-family: var(--secondary-font);
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: var(--site-secondary-color);
    margin-bottom: 10px;
    display: inline-block;
}
/* .elementor img {
    height: inherit;
} */
.inner-single-blog {
    height: auto;
}

/* Home Page */
.custom-round-border img {
    border-radius: 30rem;
}
/* Responsive */
@media(max-width:768px){
    .menu-content p{
        max-width: 100%;
        font-size: 15px;
    }
}
@media(max-width:1266px){
    .contact-header{
      font-size: 50px;
    }
  }