.slide .slide__content--headings.style-1 {
    text-align: left;
    right: 125px;
}

.sticky-footer {
    position: fixed;
    display: none;
    left: 0px;
    height: 80px;
    bottom: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 999999;
    background-color:#ddd7d5fa;
}

.sticky-footer a {
   
    font-size: 18px !important;
    color: #454545;
    font-weight: bolder;
}

@media(max-width: 720px){
    .sticky-footer {
        display: block;
    }
}

.freechat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px;
    background-color: #fa764f;
    color: #ffffff;
    cursor: pointer;
    border-radius: 100%;
    transition: 0.3s;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    position: absolute;
    right: -6px;
    bottom: 88px;
}

@media(max-width:798px){
    .freechat-icon, .freechat-bottom-cta{
        display:none !important;
    }
}
@media(min-width: 720px) {
    .freechat-icon {
        display: block !important;
    }
}

.menu-area .header-button .themeholy-btn{
    font-size:15px;
}

 .checklist i {
    color: var(--theme-color);
}

.price-card .checklist li {

    justify-content: flex-start;
    display: flex;
    align-items: baseline;
}
.btn-whatsapp{
    background-color: #25D366;
}
.sticky-wrapper.sticky {
    background-color: #2a2f3c;
}
.breadcumb-wrapper {
    padding: 43px 0;
}

.footer-menu-logo {
    margin-top: 25px;
}

.footer-widget {
   
    padding-top: 70px;
   padding-bottom:0px
}

@media (max-width: 991px) {
    .footer-wrapper .widget-area {
        padding-bottom: 0px;
    }
}

.inner-box {
    border: 1px solid var(--border-color);
    padding: 40px;
}

.contact-feature .box-title{
    font-size:21px !important;
}

.price-card .checklist li {
    color: var(--title-color);
    font-weight: 500;
}

@media (min-width: 1400px) {
    .col-xxl-4 {
        height: 25%;
    }
}

.sidebar-area .widget_categories li a.active {
   color:var(--theme-color) ;
}

.themeholy-header .sticky-wrapper .main-menu li a.active{
     color:var(--theme-color) ;
}

.brand-box {
    padding: 25px 0;
}

.breadcumb-title{
    font-size:53px
}
