.single-offer-one .text-block1 {
    padding: 0 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.text-block1 h3{
    text-align: center;
    font-size: 23px !important;
}
.text-block1 li:last-child {
    font-weight: bold;
}
.text-block1 .more-link{
        cursor: pointer;
    border: none;
    outline: none;
    width: 100%;
    background-color: #FFC000;
    border-radius: 33.5px;
    text-align: center;
    font-size: 18px;
    color: #111111;
    transition: all .4s ease;
}
.text-block1 a.more-link:hover {
    color: #ffffff;
    background: #000;
}
.image-block1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: transparent !important;
    opacity: .85;
    transition: all .4s ease;
    z-index: 10;
}
.single-offer-one .text-block1 a.more-link {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #111111;
    letter-spacing: .2em;
    font-weight: bold;
    font-size: 12px;
    transition: all .4s ease;
    display: block;
    text-align: center;
    border: solid 1px;
    width: fit-content;
    margin: auto;
    padding: 2px 10px;
}

.icon-block img {
    filter: invert(1);
}
table{
    width: 100%;
}
tr:first-child{
        background: #ffc000;
    color: #000;
    font-size: 16px;
    font-weight: 500;

}
tr:first-child td{
    padding: 10px 0;

}
td {
    border: solid 1px #ccc;
    text-align: center;
}
td p {
    margin: 0;
}
#whatsapp{
       /* width: 30px; */
    /* height: 30px; */
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 999;
    background-color: green;
    padding: 11px;
    border-radius: 100%;
}

#call-icon{
       /* width: 30px; */
    /* height: 30px; */
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    position: fixed;
    bottom: 100px;
    left: 40px;
    z-index: 999;
    background-color: #ffc100;
    padding: 11px;
    border-radius: 100%;
}
/*input[type="date"]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}*/
/*input[type="date"]::-webkit-calendar-picker-indicator {
    margin-left: -31px;
    color: red;
    z-index: 1;
}*/

::-webkit-calendar-picker-indicator {

 color: transparent;
  background: none;
  z-index: 999;
  width: 23px;
  height: 23px;
  transform: translateX(-30px);
}

::-webkit-calendar-picker-indicator::after {

  font-family: 'FontAwesome';
  content: '\f067';
  display: block;
  background: none;
  background-size: 10%;
  width: 100px;
  height: 100px;
  position: absolute;
  transform: translateX(-2%);

}

.contcat-info-box {
    border: 2px solid rgba(0,0,0,0.1);
    padding: 25px;
    text-align: center;
    border-radius: 8px;
    height: 90% !important;
        background: #111111;
    color: #fff;
}
.contcat-info-box i {
    color: #ffc000;
    font-size: 30px;
    margin-bottom: 20px;
}
.contcat-info-box h6 {
    margin-bottom: 4px;
}
.contcat-info-box p {
    margin-bottom: 0px;
}
.contcat-info-box ul{
        list-style: none;
    padding: 0px;
    text-align: left;
}
ul.contact-infos i {
    font-size: 15px;
    padding-right: 5px;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    /* filter: grayscale(1); */
    width: 63%;
}
#call-icon img {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

/*.scroll-to-top1:after, .scroll-to-top1:before {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #FFC000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
  content: "";
  position: absolute;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
          animation: ripple 3s infinite;
  transition: all .4s ease;
}
.scroll-to-top1:after {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}*/