p{
    font-size: 18px;
}
.items_center{
    display: flex;
align-items: center;
}
.min_height_100{
    min-height: 500px   ;
}
.breadcrumb-area {
    background-position: bottom;
}
.flex{
    display: flex;
    align-items: center;
}
.img_bg{
background-color: #FCF8F7;
height: 100%;
width: 100%;
}
.white_text{
    color: #FFF !important;
}
.text_black{
    color: #000 !important;
}
.white_bg{
    background-color: #FFF;
}
.bg_gradient_red{
    background: linear-gradient(to right, #E11D07, #101121);
}
.accordion-item {
    text-align: left;
}
 
.radial_bars{
display: flex;
flex-direction: column;
align-items: center;
}


/*  */
.sign_up{
    background: #FCF8F7;
}
.sign_up h2{
    font-size: 42px;
}
 
.sign_up p{
    font-size: 18px;
    color: black;
}
 
.request_demo{
    background: #E11D07;
    border-radius: 5px;
    letter-spacing: 0;
    color: #fff;
    border: 1px solid #E11D07;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 18px;
}
#FAQs_heading{
    font-size: 40px;
    font-weight: 700;
    color: black;
    padding-left: 16px;
}
#faqs{
    padding-left: 16px;
}
 
 
.Question{
    border-style: dotted;
    border-bottom: 1px solid;
}
.accordion-item {
    border-bottom: 2px dashed #c4c4c4;
    padding: 16px;
    margin-bottom: 10px;
}

 
.accordion .accordion-item .accordion-header .accordion-button{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    padding: 0;
    border: none;
    background-color: white;
    font-weight: 500;
    text-align: left;
}
 
.accordion{
    padding-left: 16px;
}


#get_in_touch_heading{
    color: #25054d;
    font-weight: 700;
}
 
.get_in_touch{
    display: flex;
    background-color:#FCF8F7;
}
 
 
#get_touch_head{
    font-size: 42px;
    font-weight: 700;
    padding-left: 50px;
}
.form-group {
    margin-bottom: 12px;
}
 
/* #image_get_touch{
    padding-left: 0px;
}
*/
 
label{
    margin-bottom: 5px;
}

.get_in_touch .form{
    background: white;
}
 
.get_in_touch .form .form-group input{
    width: 100%;
}
 
#submit_btn{
    border-radius: 2.5px;
}
 
.get_in_touch .form .form-group select{
    width: 100%;
}
 
.form input{
    background: #FCF8F7;
    border:1px solid rgb(226 222 222);
    border-radius: 5px;
    padding: 5px 0px;
}
 
.form select{
    background: #FCF8F7;
    border: 1px solid rgb(226 222 222);
    border-radius: 5px;
    padding: 10px 0px;
}
 
 
.form textarea{
    background: #FCF8F7;
    width: 100%;
    border:1px solid rgb(226 222 222);
    border-radius: 5px;
    padding: 5px 0px;
}
 
 
.get_in_touch .wrapper{
    width: 50%;
}
 
 
.get_in_touch .form{
    width: 50%;
}
 
 
.FAQs{
    font-family: Mulish, sans-serif;
}
 
.form{
    padding: 20px 20px !important;
}
 
 
.form label{
    color: black;
}
 
#submit_btn{
    width: auto;
    background-color: red;
    color: white;
    padding: 5px 20px;
    border: 1px solid red;
}
 
.get_in_touch{
    font-family: Mulish, sans-serif;
}
 
.get_in_touch_left{
    align-items: center;
}
 
.get_in_touch_content{
    display: flex;
    justify-content: center;
}
.mob_col{
    flex-direction: row;
   gap: 30px;
   margin-top: 50px;
}
.full{
    width: 100%;

}
 
@media (max-width: 768px){
    .mob_col{
        flex-direction: column;
    }
    .get_in_touch{
        display: grid;
        background-color: #FCF8F7;
    }
 
    .get_in_touch .wrapper{
        width: 100%;
    }
 
    .get_in_touch_content{
        display: grid;
    }
 
    .get_in_touch .get_in_touch_content .get_in_touch_left {
        width: 100%;
    }
 
    .get_in_touch .form {
        width: 100%;
    }
 
}



/* 
 */

 .progress-bar_1{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    
    background: 
      radial-gradient(closest-side, white 79%, transparent 80% 100%),
      conic-gradient(#e11d07 25%, #3f151c 0);    
  }
  .progress-bar_2{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    
    background: 
      radial-gradient(closest-side, white 79%, transparent 80% 100%),
      conic-gradient(#e11d07 30%, #3f151c 0);    
  }
  .progress-bar_3{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    
    background: 
      radial-gradient(closest-side, white 79%, transparent 80% 100%),
      conic-gradient(#e11d07 95%, #3f151c 0);    
  }
  .progress-bar_4{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    
    background: 
      radial-gradient(closest-side, white 79%, transparent 80% 100%),
      conic-gradient(#e11d07 40%, #3f151c 0);    
  }
  .radial_span{
    font-size: 38px;
    width: 100%;
    position: relative;
    top: -18%;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.radial{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}
.radial_heads {
    font-size: 20px;
    text-align: center;
}


.shadow_red {
    box-shadow: 0px 0px 60px rgb(255 5 5 / 14%);
}



    .icon-plus {
        display: inline;
      }
      
      .icon-minus {
        display: none;
      }
      
      .accordion-button[aria-expanded="true"] .icon-plus {
        display: none;
      }
      
      .accordion-button[aria-expanded="true"] .icon-minus {
        display: inline;
      }
      
      /* Updated selectors to target the "+" and "-" icons correctly */
      .accordion-button[aria-expanded="false"] .icon-plus {
        display: inline;
      }
      
      .accordion-button[aria-expanded="false"] .icon-minus {
        display: none;
      }


      .placeholder{
        color: #707070;
      }


