.Solu_Gap-7px{
    gap: 7px;
}
.solu_FS-Title{
    font-size:25px;
}
.Solu_FirstSection-SubTxt {
    color: #525252;
    font-size: 17px;
    font-weight: 600;
}
.Solu_Section2-BG {
    background-image: url(/Assets/Solution/Solu_Section2-BG.svg);
    background-size: 20%;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.w170px {
    width: 170px;
}

.accordion-item.mb-2 {
    background: transparent;
}
.collapse-Header {
    border: 1px solid #F0F2F4;
    background: #F0F2F4;
    padding: 10px 15px;
}
.accordion-button:focus {
    outline: none;
   
    box-shadow: unset;
    background: #F0F2F4;
}
.accordion-item:not(:first-of-type) {
    border: 1px solid #EAEBEB;
    border-radius: 6px;
}
.accordion-button:not(.collapsed) {
    border-radius: 6px;
}
.accordion-item:first-of-type {
    border-radius: 6px;
}
.CollapseText {
    font-size: 17px;
    font-weight: 600 !important;
}
.CollapseSubText {
    /*    font-size: 12px;*/
    font-size: 14px;
    font-weight: 500 !important;
}
.Solu_Section3Img{
    width:95%;
    justify-self:end;
    display:flex;
}
.H-650 {
    height: 650px;
}
.Solu-W-90 {
    width: 90%;
}
.collapse-Header2 {
    border: 1px solid #E6E6E6 !important;
    background: white !important;
    border-radius: 6px;
    padding: 10px 15px;
}
    .collapse-Header2:focus {
        outline: none !important;
        box-shadow: unset !important;
      
    }
.border2 {
    padding: 10px 15px;
    background:#F4F6F7 !important;
    border-top: 0px !important;
    border: 1px solid #E6E6E6;
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}
.Solu_Section2Img{
    width:70%;
}

.Solu_mt15 {
    margin-top: 15px;
}
.h40 {
    height: 40px;
}
@media (max-width: 850px) {
    .Solu_Section2Img{

    }
    .solu_FS-Title {
        font-size: 20px;
    }
    .H-650 {
        height: auto;
    }
    .Center-Tab {
        justify-content: center;
        display: flex;
    }
    .justifySelf-Center-Tab{
        justify-self:center;
        display:flex;
    }
    .mb25-Tab {
        margin-bottom: 25px;
    }
}
.accordion-collapse {
    transition: all 0.3s ease;
    overflow: hidden;
}

@media (max-width: 747px) {
    .solu_FS-Title {
        font-size: 17px;
    }
}

@media (max-width: 630px) {
    .solu_FS-Title{
        font-size:18px;
    }
    .Solu-W-90Mob {
        width: 90% !important;
    }
}
@media (max-width: 440px) {
    .solu_FS-Title {
        font-size: 14px;
    }
}
@media (max-width: 420px) {
    .solu_FS-Title {
        font-size: 13px;
    }

}
