/* tile style overlay bg */
.ssection_content > h2{
    width: 830px;
    font-size: 55px;
    color: #fff;
    font-family: 'almoni-dl', sans-serif;
    letter-spacing: 0;
    line-height: 77px;
    background: #151515;
    margin-bottom: 0;
}
.ssection_content  .subtitle{
    display: inline-block;
    background: rgba(21, 21, 21, 0.55);
    padding :17px 15px;
}
.ssection_content .caption{
    margin-bottom: 10px;
    font-weight: 100;
    font-size: 58px;
    font-family: 'almoni-dl', sans-serif;
}
.ssection_content .text{
    width: 700px;
}
.banner-icons .col{
    width: 160px;
}
/* stock img style  */
.ssection_content > h2 .stock_img{
    position: absolute;
    top: -55px;
    left: -98px;
}
/* check icon row */
.banner-items{
    padding-top: 10px;
}
.banner-items .text:before{
    float: right;
    top: -4px;
    margin-left: 20px;
    position: relative;
    right :0;
}
/* bottom gallery style  */
.goods .col{
    width: 50%;
    margin-top: 13px;
}
.goods .hidden-field{
    display: none;
}
.goods .col:last-child{
    margin-right: 10px;
    width: calc(50% - 10px);
}
.goods .price{
    display: none;
}
.content_h1.ssection_content{
    height :555px;
}
/* sidebar style */
.sidebar-phone-section{
    background: #ebb148;
    padding: 38px 8% 30px;
}
.top_sideber_text{
    opacity :0;
    height: 30px;
    overflow: hidden;
}
#sidebar-right h2,
#sidebar-right h3{
    text-align: right;
    color: #2e2e2e;
    font-size: 37px;
    font-weight: 700;
}
#sidebar-right h2 ~ p{
    text-align: right;
    font-size: 18px;
    color: #020202;
    margin: 10px 0;
    font-family: 'almoni-dl', sans-serif;
}
.wpcf7-form button[type="submit"]{
    background: #00a2fd;
}
.wpcf7-form button[type="submit"].hvr-sweep-to-left::before{
    background: #0081cf;
}
.sidebar_icons a{
    border-color: #ebb148;
    color: #ebb148;
    border-radius: 0;
    width: 51px;
    height: 51px;
    line-height: 52px;
}
.sidebar_icons a i {
    color: inherit;
}

/* footer */
footer#site-footer{
    padding: 10px;
}
@media (max-width: 1450px){
    #sidebar-right h2, #sidebar-right h3{
        font-size: 26px;
    }
}
@media(max-width: 1200px){
    .banner-items .col{
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }
    .banner-items .text:before{
        float: initial;
        display: inline-block;
        top :8px;
    }
    .banner-items{
        height: auto;
        padding-bottom: 20px;
    }
}
@media(min-width: 1200px){
    footer#site-footer .text_footer{
        text-align: left;
        position: relative;
        left: -90px;
    }
}
@media(max-width: 992px){
    .ssection_content .text,
    .ssection_content > h2{
        width: auto;
    }
    .ssection_content > h2{
        font-size: 45px;
        margin-top: 110px;
    }
    .ssection_content .caption{
        font-size: 45px;
    }
    .ssection_content > h2 .stock_img{
        top: -78px;
        left: 50%;
        transform: rotate(25deg);
    }
}
#thankyou-page .link{
    background: #00a2fd;
}
#thankyou-page .link:before{
    background: #0086d1;
}
.content-button{
    display: none;
}
.light{
    display: none !important;
}