/*
Theme Name: Alpha Theme
Theme URI: https://www.designseo.cn/
Author: the Designseo Marketing team
Author URI: https://www.designseo.cn/
Version: 1.0
*/
.form-b .footer-btm {
    color: #b5b5b5;
    display: flex
;
    justify-content: flex-end;
    height: 63px;
    flex-direction: row;
    align-content: flex-end;
}
.form-b.search-f .row.footer-btm {
    display: flex
;
    align-content: center;
    justify-content: center;
}
.form-b {
    background: #f1f2f3;
}
p.menu-item-description {
    display: none;
}
.subheader h2 {
    font-weight: bold;
    font-size: 36px;
    color: #ffffff;
    width: 70%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 1;
}
section#slider .swiper-slide {
    max-height: 100vh;
}
section#slider .swiper-slide img {
    width: 100%;
    height: auto;
}
#contact-formss input, #contact-formss textarea {
    display: block;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 300;
}
#contact-formss span, #contact-formss p, #contact-formss span, #contact-formss label {
    display: inline-block;
    width: 100%;
}
#contact-formss label {
    font-weight: 600;
}
#contact-formss label em {
    color: #e62129;
}
#contact-formss textarea {
    height: auto;
}
#contact-formss input.wpcf7-submit {
    width: auto;
    padding: 0px 35px;
}
#contact-formss input.wpcf7-submit:hover {
    background: #e62129;
    color: #fff;
    transition: all .3s;
}
.wab-icon-styled #whatsAppButton, .wab-icon-plain #whatsAppButton {
    display: block;
    width: 80px;
    height: 80px;
    background-position: center center;
    background-size: cover;
    background-image: url(/wp-content/uploads/2023/12/wa-icon-original.png);
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}
.wab-icon-styled.wab-cont, .wab-icon-plain.wab-cont {
    position: fixed;
    right: 10px;
    bottom: 10%;
    z-index: 99999;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}
.awb-displaynone {
    display: none;
}
.single-post #mega-menu-main-nav>li>a.mega-menu-link {
    color: #fff!important;
}
#slider .swiper-button-next, #slider .swiper-button-prev {
    color: #fff;
}
#slider .swiper-button-next::after , #slider .swiper-button-prev::after{
    font-size: 30px;
}
#slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #fff;
}
@media (max-width: 768px){
    .subheader h2 {
    font-size: 20px;
}
}
