@media (max-width: 767px) {
    .floating_btn {
        display: none !important;
    }
}

.footers {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 1000;
    color: #fff;
}

.footer-btn {
    flex: 1;
    text-align: center;
    padding: 3px 0;
}

.footer-btn i {
    font-size: 35px;
}

.footer-btn.call {
    background-color: #000000;
}

.footer-btn.chat {
    background-color: #05a13e;
}

.footers p {
    color: #fff;
}

@media (min-width: 772px) {
    .footers {
        display: none !important;
    }
}

.floating_btn {
    position: fixed;
    bottom: 104px;
    right: 36px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.widget_contact {
    background: #f2edeb;
    padding: 24px 22px;
    border-radius: 0px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.widget_contact .widget_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #1c1c1c;
}

.widget_contact .contact-info-item {
    padding: 10px 0;
}

.widget_contact .contact-info-item:not(:last-child) {
    border-bottom: 1px dashed #e5e5e5;
}

.widget_contact h6 {
    font-size: 13px;
    font-weight: 600;
    color: #444;
    margin-bottom: 3px;
}

.widget_contact .media-text {
    font-size: 15px;
    color: #666;
    margin: 0;
}

.widget_contact a {
    color: #222;
    transition: all 0.3s ease;
}

.widget_contact a:hover {
    color: #ff4d30;
}

.widget_contact .contact-info-item:hover {
    transform: translateX(3px);
    transition: 0.3s;
}


.whatsapp-btn {
    background-color: #25D366;
    color: #fff;
}

.whatsapp-btn:hover {
    background-color: #1ebe5d;
    color: #fff;
}

.call-btn {
   
    color: #fff;
}

.call-btn:hover {
  
    color: #fff;
}
.ticker-style1 .ticker-slide {
    color: #000000 !important;
}
@media (max-width: 772px) {
    .section-btn2 .col-auto {
        padding-top: 20px !important;
    }
}

.footer-link {
    color: #ccc; 
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #ffffff !important;
}

@keyframes blink-blue {
  0%, 100% { background-color: #065995; box-shadow: 0 0 0 0 rgba(6,89,149,0); }
  50% { background-color: #0a7acc; box-shadow: 0 0 14px 5px rgba(6,89,149,0.5); }
}
@keyframes blink-green {
  0%, 100% { background-color: #05a13e; box-shadow: 0 0 0 0 rgba(5,161,62,0); }
  50% { background-color: #07c44c; box-shadow: 0 0 14px 5px rgba(5,161,62,0.5); }
}
@keyframes shake-phone {
  0%, 100% { transform: rotate(0deg); }
  15% { transform: rotate(-18deg); }
  30% { transform: rotate(18deg); }
  45% { transform: rotate(-14deg); }
  60% { transform: rotate(14deg); }
  75% { transform: rotate(-8deg); }
  90% { transform: rotate(8deg); }
}
@keyframes shake-wa {
  0%, 100% { transform: scale(1) rotate(0deg); }
  15% { transform: scale(1.2) rotate(-15deg); }
  30% { transform: scale(1.2) rotate(15deg); }
  45% { transform: scale(1.1) rotate(-10deg); }
  60% { transform: scale(1.1) rotate(10deg); }
  80% { transform: scale(1.05) rotate(-5deg); }
}
.btn-blink-blue {
  animation: blink-blue 1.6s ease-in-out infinite;
}
.btn-blink-green {
  animation: blink-green 1.4s ease-in-out infinite;
}
.btn-blink-blue2 {
  animation: blink-blue 1.6s ease-in-out infinite;
  animation-delay: 0.3s;
}
.icon-shake-phone {
  display: inline-block;
  transform-origin: top center;
  animation: shake-phone 1.8s ease-in-out infinite;
}
.icon-shake-wa {
  display: inline-block;
  transform-origin: center center;
  animation: shake-wa 2s ease-in-out infinite;
}

.floating_btn2 {
    position: fixed;
    bottom: 196px;
    right: 37px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.contact_icon2 {
    background-color: #0197e8;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #0197e8;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}
@media (max-width: 772px) {
    .floating_btn2 {
        display: none !important;
    }
}