@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@500&family=Poppins:wght@400;500;600;800&display=swap');

li{
    list-style: none;
  }

.banner-heading{
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    font-family: 'IBM Plex Sans Arabic', sans-serif;

}
.line {
    left: 35%;
    height: 80%;
    position: absolute;
    border-left: 9px solid #E34F14;
}

.lines{
    transform: rotate(90deg); /* Equal to rotateZ(45deg) */
    left: 7%;
    height: 100%;
    position: absolute;
    border-left: 9px dotted #E34F14;
    margin: -15px 0px;
      
}



.question {
    color: #232e45;
    font-weight: 700;
    font-size: 25px;
    padding-top: 20px ;
    padding-bottom: 20px;
    margin-left: -35px;

}
.inner-text{
    margin-top: 30px;
}
.inner-answer{
    padding-left: 25px;
    text-align: justify;
    font-size: 15px;
    padding-top: 10px;
}
.inner-page-banner {
    
    background-image: url("Images/pagebanner.webp");
    width: 100%;
    background-repeat: no-repeat;
    padding: 100px 0;
    background-blend-mode: color;
    background-color: rgba(0, 0, 0, 0.549);
}
.inner-answer li i{
    color: #E34F14;
    padding: 0px;
    padding-right: 10px;
    font-size: 17px;
}
.sidepost{
    background-image: url("Images/sitepost.webp");
    margin-top: 10px;
    height: auto;
    width: 118%;
    background-repeat: no-repeat;
}
.sidepost-con{
    background-image: url("Images/sitepost-con.png");
    margin-top: 50px;
    height: auto;
    width: 118%;
    background-repeat: no-repeat;
}
.con-list{
    list-style: none;
    padding: 65px 0px 10px;
}
.con-list li {
    list-style: none;
    padding: 7px 8px;
    background-color: #01818a;
    color: #ffff;
    margin: 15px 0;
}
.con-list li a {
    text-decoration: none;
    color: #ffff;
}
.con-list li i{
    padding: 0px 4px;
    font-size: 20px;
}
.sitepost2{
    width: 129%;
    margin-top: 30px;
}
.sidepost-para{
    font-weight: 500;
    font-size: 25px;
    color: #fff;
    padding-top: 240px;
    text-align: center;
}
.sidepost-con-para{
    font-weight: 500;
    font-size: 25px;
    color: #fff;
    padding-top: 20px;
    text-align: center;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #E34F14;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    font-size: 1rem;
    
}
.accordion-button:focus {
    z-index: 3;
    border-color: #54d3c7;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(83 211 199 / 32%);
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #005e55;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    margin: 15px 0px;
}
.banner-btn{
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 0px;
    height: 3rem;
    width: 9rem;
}
.thankyou{
    border: #E34F14 solid 2px;
    border-radius: 10px;
    /* background-color: #004b4b; */
}
.star-img{
    width: 30%;
    height: auto;
}


@media(max-width:600px) {
    .line {
        left: 50%;
        height: 100%;
        position: absolute;
        border-left: 9px solid #E34F14;
    }
    .inner-answer {
        padding-left: 13px;
        text-align: justify;
        font-size: 15px;
        padding-top: 10px;
    }
    .inner-page-banner {
        
        width: 100%;
        background-repeat: no-repeat;
        padding: 57px 0;
    }
    .banner-heading {
        font-size: 30px;
        font-weight: 600;
        color: #fff;
    }
    .sidepost {
        margin-top: 50px;
        height: auto;
        width: 85%;
        background-repeat: no-repeat;
    }
    .sidepost-con {
       
        width: 85%;
        background-repeat: no-repeat;
    }
    .question {
        margin-left: -5px;
    }

}

