/* privacy policy  */

.terms_and_condition .terms_header{
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}
.terms_and_condition .terms_header .terms_header_text{
  color:  #2F39BF;
text-align: center;
/* Desktop/P1/Semibold */
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 30px */
letter-spacing: -0.2px;
padding-bottom: 8px;
margin: 0px;
padding-top: 100px;
}

.terms_and_condition .terms_header  .terms_heading{
  color:  #091E42;
text-align: center;
padding-bottom: 16px;
/* Desktop/H1 - Hero - 64 */
font-family: Poppins;
font-size: 64px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 76.8px */
letter-spacing: -1.92px;
}

.terms_and_condition .terms_header .terms_subtext{
  width: 789px;
height: 60px;
flex-shrink: 0;
  color: #253858;
text-align: center;

/* Desktop/P1/Regular */
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 30px */
letter-spacing: -0.2px;
}

.terms_and_condition .terms_bg{
  position: relative;
  height: 50px;
  width: 100%;
  z-index: 1;

}
.terms_and_condition .terms_cards .term_card{
  position: relative;
  z-index: 5;
  width: 400px;
  /* max-width: 400px; */
height: 80px;
display: flex;
justify-content: space-between;
align-items: center;
flex-shrink: 0;
border-radius: 8px;
border: 1px solid  #DFE1E6;
background:  #FFF;
}
.terms_and_condition .terms_cards .term_card > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

}
.terms_and_condition .terms_cards .term_card .term_card_left{
  display: flex;
  justify-content: center;
  align-items: center;
}
.terms_and_condition .terms_cards .term_card .term_card_right{
  padding-right: 20px;
  display: none;
}
.terms_and_condition .terms_cards .term_card:hover{
  background:  #F5F5FC;
}
.terms_and_condition .terms_cards .term_card:hover .term_card_right {
  display: block;
  opacity: 1;
}
.terms_and_condition .terms_cards .term_card svg{
  margin: 20px;
  width: 40px;
height: 40px;
flex-shrink: 0;
}
.terms_and_condition .terms_cards .term_card p{
  color:  #253858;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 30px */
letter-spacing: -0.2px;
margin-bottom: 0px;
}

.terms_and_condition .terms_cards{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin: 64px 0px;
  z-index: 5;

}
.terms_and_condition .terms_bg .elipse1{
  width: 322px;
  height: 322px;
  flex-shrink: 0;
  border-radius: 322px;
opacity: 0.5;
background: var(linear-gradient(129deg, #705AFE -9.82%, #CA7CFB 107.85%));
position: relative;
top: -108px;
left: -288px;
filter: blur(267px);
}
.terms_and_condition .terms_bg .elipse2{
  width: 322px;
height: 322px;
flex-shrink: 0;
  border-radius: 322px;
opacity: 0.5;
background: var(linear-gradient(129deg, #705AFE -9.82%, #CA7CFB 107.85%));
position: relative;
top: -527px;
left: 1534px;
filter: blur(267px);
}

/* privacy policy end */


/* support sla page  */
.support_service.container {
  max-width: 666px;
  margin-bottom: 100px;
}
.terms_and_condition.support_SLA.copilot .support_service.container{
  margin-top: 110px;
}
.support_SLA .support_service .terms_support_sla_text {
  color: #5E6C84;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height:  21px ;
  padding-top: 100px;
}
.support_SLA .support_service .terms_support_sla_text .terms{
  color:  #2F39BF;
}
.support_SLA .support_service h1{
  color:  #091E42;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px ;
  letter-spacing: -1.2px;
}
.support_SLA .support_service h3{
  color:  #5E6C84;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height:  34px ;
  letter-spacing: -0.16px;
  margin-top: 12px;
}
.support_SLA .support_service  .line {
  width: 100%;
  height: 1px;
  background: #DFE1E6;
  margin-top: 33px;
  margin-bottom: 16px;
}
.support_SLA .support_service h2{
  color: #253858;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.8px ;
  letter-spacing: -0.72px;
  margin-top: 24px;
  margin-bottom: 16px;
}
.support_SLA .support_service h2 span{
  color: #253858;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
}
.support_SLA .support_service p{
  color:  #253858;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.16px;
}
.support_SLA .support_service p a {
  color: #2F39BF;
  text-decoration: none;
  font-weight: 500;
}

.support_SLA .support_service ul {
  color:  #253858;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.16px;
  padding-left: 30px;
}

.support_SLA .support_service ul li ul {
  margin-left:20px ;
  list-style-type: disc; 
}
.support_SLA .support_service ul li a {
  color: #2F39BF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.16px;
  text-decoration: none;
}
.terms_and_condition.support_SLA .terms_support_sla_text .terms a{
  text-decoration: none;
}

.list_style_none{
  list-style: none;
}
.starter_plan_terms{
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  color: inherit !important;
  font-style: inherit !important;
  font-family: inherit !important;
  text-decoration: inherit !important;
}
/* support sla page  */


/* Privacy policy  */
.terms_and_condition.support_SLA .accordion {
  max-width: 500px;
  margin: 0 10px;
}

.terms_and_condition.support_SLA .accordion-item {
  /* border-bottom: 1px solid #ddd; */
  margin-bottom: 10px;
}

.terms_and_condition.support_SLA .accordion-header {
  background: none;
  border: none;
  color: #3f4d6b;
  font-size: 16px;
  /* font-weight: bold; */
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  text-align: left;
  padding: 10px 0;
}

.terms_and_condition.support_SLA .accordion-header .icon {
  margin-right: 10px;
  font-size: 18px;
  color: #3f4d6b;
}

.terms_and_condition.support_SLA .accordion-content {
  /* list-style: none; */
  margin: 0;
  padding-left: 30px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.terms_and_condition.support_SLA .accordion-content li {
  margin: 5px 0;
}

.terms_and_condition.support_SLA .accordion-content.open {
  max-height: 300px; /* Adjust as needed */
  opacity: 1;
}
.support_SLA .support_service p b{
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  }
/* Pricacy policy */

@media (max-width: 992px) {
 /* privacy policy  */
  .terms_and_condition .terms_header .terms_heading{
    font-size: 50px;
  }
  .terms_and_condition .terms_header .terms_subtext{
    font-size: 16px;
    max-width: 550px;
  }
  .terms_and_condition .terms_header .terms_header_text{
    font-size: 16px;
    
  }
  .terms_and_condition .terms_cards .term_card svg{
    width: 30px;
  height: 30px;
  }
  .terms_and_condition .terms_cards .term_card p{
  font-size: 16px;
  }
  .terms_and_condition .terms_cards .term_card{
    flex-grow: 1;
    flex-shrink: inherit;
  }

  /* support sla page  */
  .support_SLA .support_service h1{
      font-size: 35px;
  }
  .support_SLA .support_service h2{
      font-size: 20px;
  }
  .support_SLA .support_service ul li a , .support_SLA .support_service ul , .support_SLA .support_service p , .support_SLA .support_service h3{
      font-size: 14px;
  }
  /* privacy policy end */


}



@media (max-width: 600px) {
 /* privacy policy  */
   .terms_and_condition .terms_header .terms_heading{
    font-size: 30px;
  }
  .terms_and_condition .terms_header .terms_subtext{
    font-size: 14px;
    max-width: 300px;
    
  }
  .terms_and_condition .terms_header .terms_header_text{
    font-size: 14px;
  }
  .terms_and_condition .terms_cards .term_card{
    /* max-width: 300px; */
    flex-grow: 1;
    flex-shrink: inherit;
  }
  .terms_and_condition .terms_cards .term_card p{
    font-size: 14px;
    }
    .terms_and_condition .terms_cards .term_card svg{
      width: 25px;
    height: 25px;
    }

  /* support sla page  */
  .support_SLA .support_service h1{
      font-size: 26px;
  }
  .support_SLA .support_service h2{
      font-size: 16px;
  }
  /* privacy policy end */


}