.installation-guide-title{
    padding-top: 60px;
}

.guide-banner {
    background-color: #0086c1;
}

.guide-banner h2 {
    color: #fff;
}

.guide_tbs {
    justify-content: center;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding: 30px 0px;
    color: #fff;
    text-align: center;

}

.guide_main_sec {
    background-color: #0086c1;
    margin: 30px 0px;
}

.guide_tbs a {
    padding-right: 10px;
    border-right: 1px solid white;
    font-size: 20px;

}


.guide_tbs a:hover{
   color: #fff;
}


.guide_box_content{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.guide_box_content h4{
    color: #0086c1;
    font-size: 70px;
    margin-bottom: 0;
    font-weight: 500;
    width: 20%;
}

.guide_para{
    width: 80%;
}

.guide_boxes img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.guide_vdo h2{
    text-align: center;
    color: #0086c1;
}

.guide_vdo h3{
    text-align: center;
    color: #000000;
    font-size: 28px;
    font-weight: 500;
}

.guide_btn{
    padding: 12px 18px;
    background-color:#0086c1;
    color: #fff;
    width: max-content;
    border-radius: 5px;
}

.installation-box-wrapper{
    padding-top: 20px;
    padding-bottom: 60px;
}

.guide-vd-sec{
    padding-top: 60px;
    padding-bottom: 60px;
}

.guide-contact{
    padding-bottom: 60px;
}

.guide-contact p{
    margin-bottom: 16px;
}

