hr {
    border-top: 1px solid #222222;
}

.sticky-bottom {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.sticky-bottom img{
  height:64px;
  width:auto;
}

.sticky-bottom p{
margin:0;
padding:0;
}

@media (max-width: 1199px) {
.sticky-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  top:inherit;
  left:inherit;
  z-index: 999;
  margin-bottom: 5px !important;
}
}

.logo-image {
    height: 60px;
}

.sppb-slideshow-wrapper .carousel {
  touch-action: pan-y !important;
}

@media (max-width: 991px) {
    .sigFreeThumb a, .sigFreeThumb img {
        height: 110px !important;
        width: 140px !important;
    }
}

iframe {
    max-width: 100%;
  width:100%;
}

.header-sticky .burger-icon>span {
    background-color: var(--menu_text_color);
}

.burger-icon>span {
    background-color: var(--primary_color);;
}

.sppb-addon-sp-slider.slideshow-1 .sp-background:after {
    background: rgb(0 0 0 / 50%);
}

.header-3-minimallayout #sp-header:not(.header-sticky)>.container:before {
    background: rgb(0 0 0 / 48%);
}

.header-3-minimallayout .sp-page-title:before {
    background: rgb(0 0 0 / 50%);
}

#sp-header {
    background: #c3c3c3;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    padding: 0 15px;
    font-size: 18px;
}

@media (max-width: 1600px){	
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    padding: 0 15px;
    font-size: 16px;
}
}

@media (max-width: 1400px){	
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    padding: 0 10px;
    font-size: 14px;
}
}

@media (max-width: 1200px){	
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    padding: 0 6px;
    font-size: 12px;
}
}





