.custom-contant{
    display: block !important;
}
.info-bar{
    background-color: #080808;
}
.info-bar .ast-container {
    display: flex;
    justify-content: space-between;
}
.info-bar .info-detail{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    padding: 15px 10px;
}
.info-bar .info-contact{
    text-align: right;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    padding: 15px 20px;    
    background-color: #363838;
}
.hero-section{
    background-image: url(https://www.stayready123.com/wp-content/uploads/2024/02/Exclusive-Deal-1.jpg);
    background-position: center center;
    padding: 40px 0px;
}
.hero-section h1{
    color: #080808;
    font-family: "Inter", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-align: center;

}
.hero-section p{
    text-align: center;
    color: #8D8D8D;
    font-size: 22px;
    font-weight: 400;
}
.main-section {

}
section.product_filter {
    border-right: 1px solid #eaeaea;
}
section.product_section {
    padding: 0px 10px 0px 40px;
}
.filter-container {
    height: 50px;
    display: flex;
    gap: 10px;
    margin-top: 20px;
    border-bottom: 1px solid #eaeaea;
    padding-right: 20px;
}
.filter-container  [type=checkbox], .filter-container  [type=radio] {
    height: 18px;
    width: 18px;
    accent-color: #ff4515;
}
.product_filter input[type="submit"] {
    background: white !important;
    width: 110px;
    border: 1.5px solid #ff4515;
    color: #ff4515;
    font-size: 16px;
    padding: 14px;
    margin-top: 20px;
    border-radius: 2px;
    font-weight: bold;
}
section.product_filter {
    border-right: 1px solid #eaeaea;
    position: relative;
}
form.form {
    /* position: fixed; */
    width: 300px;
}
.heading {
    margin-top: 30px;
}
.heading hr {
    background-color: red;
    height: 3px;
    width: 120px;
    margin: 15px 0px;
}
.product-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 30px;
}
.product_box {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 15px;
    width: 260px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.product_wrapper {
    margin-bottom: 70px;
}
.heading {
    margin: 30px 0px 50px;
}
h3.product_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    padding: 10px 0px;
}
p.product_desc {
    text-align: center;
    color: #707070;
    font-size: 14px;
    line-height: 20px;
}
.product_price span {
    color: #080808;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 700;
}
a.product_link {
    font-family: "Helvetica", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #EB552F;
    padding: 8px;
    display: block;
    border-radius: 4px;
    margin-top: 15px;
    width: 100%;
    text-decoration: none;
}
.ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item {
    display: none;
}

.faq-box{
    box-shadow: 0px 3px 20px 0px rgba(198.00000000000003, 198.00000000000003, 198.00000000000003, 0.403921568627451);
    padding: 40px;
    margin-bottom: 70px;
}
.faq-box h3{
    color: #080808;
    font-family: "Inter", Sans-serif;
    font-size: 20px !important;
    font-weight: 900!important;
}
.faq-box p{
    color: #080808;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    margin: 0px;
    margin-top: 25px;
}
.main-section {
    border-bottom: 1px solid #eaeaea;
}
.section-wrap{
    padding: 80px 0px 0px;
}
.section-wrap .section-heading{
    color: #080808;
    font-family: "Inter", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-align: center;

}
.faq-section{
    margin-bottom: 150px;
}
.section-wrap .section-para{
    text-align: center;
    color: #8D8D8D;
    font-size: 22px;
    font-weight: 400;
    padding: 10px 0px 10px;
    margin: 0px;
}
.section-header{
    text-align: center;
}   
.section-header hr{
    background-color: red;
    height: 3px;
    width: 120px;
    margin: 15px 0px;
}
.section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}
.video-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.video-wrap h3 {
    color: #080808;
    font-family: "Helvetica", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding: 0px 0px 0px 20px;
    border-style: solid;
    border-width: 0px 0px 0px 3px;
    border-color: #EB552F;
}
.video-box {
    padding: 20px;
}
.video-box iframe {
    border-radius: 8px;
    margin-bottom: 25px;
    width: 390px;
}
.ast-footer-row-stack {
    display: none !important;
}
.custon-containor{
    max-width: 1320px;    
    margin-right: auto;
    margin-left: auto;
    padding: 0px 15px;
}
@media (max-width:1250px) {
    form.form{
        width: 230px;
    }

}
@media (max-width:991px) {
    .main-section {
        display: flex !important;
        flex-direction: row !important;
    }
    section.product_section {
        padding: 0px 10px 0px 20px;
    }
    .product_box{
        width: 250px;
    }
}
@media (max-width:991px) {
    .main-section {
        flex-direction: column !important;
    }
    section.product_section {
        padding: 0px;
    }
    .product-wrap{
        gap: 60px 45px;
        justify-content: flex-start;
    }
    section.product_filter {
        background: white;
        border: none;
    }
    form.form {
        width: 100%;
    }
    .main-section .container{

    }
    .filter-hamburger{
        display: block !important;
    }
    .info-bar .info-contact{
        text-align: left;
    }

}
@media (max-width:921px) {
    .video-wrap {
        flex-direction: column;
    }
    .video-wrap .video-box{
        width: 100%;
    }
    .video-box iframe{
        width: 100%;
        height: 420px;
    }
}
@media (max-width:768px) {
    .video-box iframe{
        width: 100%;
        height: 300px;
    }
    .faq-box{
        padding: 20px;
        margin-bottom: 20px;
    }
    .product_box {
        width: 100%;
    }
    .section-header{
        margin-bottom: 20px;
    }

}
@media (max-width:550px) {
    .video-box iframe{
        width: 100%;
        height: 100%;
    }.product-wrap{
        flex-direction: column;
    align-content: center;
    }.product_box {
        /* width: 350px; */
    }
}
.filter-hamburger{
    height: 57px;
    width: 59px;
    padding: 10px;
    border: 1px solid gray;
    border-radius: 4px;
    cursor: pointer;
    display: none;
    margin-bottom: 35px;

}
.filter-hamburger:hover{
    background-color: #f9f9f9;
}
.filter-hamburger span {
    background-color: #282828;
    display: block;
    height: 3px;
    margin: 7px 0px;
    border-radius: 30px;
}
.filter-hamburger.toggle-bar .bar2 {
    opacity: 0;
}
.filter-hamburger.toggle-bar .bar1 {
    transform: rotate(45deg);
    position: relative;
    top: 10px;
}
.filter-hamburger.toggle-bar .bar3 {
    transform: rotate(135deg);
    position: relative;
    top: -10px;
}
