/* Contact sticky */
.all-sticky {
    max-width: 98%;
    position: fixed;
    right: 0;
    bottom: 40px;
    width: 100%;
    left: 0;
    z-index: 9999;
    /* text-align: right; */
    margin: auto;
}
.contact-sticky-box {
position: static;
    background-color: #71c9db;
    /* right: 26px; */
    max-width: 360px;
    /* max-width: 300px; */
    /* bottom: 40px; */
    border-radius: 10px;
    width: 300px;
    min-height: 70px;
    /* z-index: 999; */
    box-shadow: 0 2px 12px #0000001a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*opacity: 0.8;*/
    float: right;
}
.contact-sticky-box__item {
    width: calc(100%/3);
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    cursor: pointer;
    text-decoration: none;
    flex-grow: 1;
}
.phone_item {
     max-width: 150px;
}
.contact-sticky-box__item:not(:last-child) {
    border-right: solid 2px rgba(255,255,255,.2);
}
.contact-sticky-box .contact-sticky-box__item img {
    width: 20px;
    height: 20px;
    margin-bottom: 6px;
}
.contact-sticky-box .contact-sticky-box__item:hover {
    background-image: none !important;
    background-size: 0 !important;
}
.all-sticky .contact-sticky-box a, .contact-sticky-box a:hover {
    color:#ffffff;
}
@media (max-width: 768px) {
    .contact-sticky-box {
    right: 15px;
   /* max-width: 300px;
    width: 220px;*/
    min-height: 50px;
    padding: 8px 0;
    }
    .contact-sticky-box__item {
    font-size: 12px;
    }
    .contact-sticky-box .contact-sticky-box__item img {
    height: 15px;
    }
	/*
    .contact-sticky-box {
 	 display:none;
   }*/
}
@media (max-width: 480px) {
  /* .contact-sticky-box, .all-sticky {
 	 display:none;
   } */
}