.gradient-box li {
	background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
	list-style: none;
	padding: 18px;
	border-radius: 10px;
	margin-bottom: 13px;
	font-size: 17px;
	font-weight: 600;
	min-height: 91px;
}
.gradient-box {
	padding-left: 0;
}
.section1 {
	padding: 50px 0;
}
.section1 h2 {
	margin-bottom: 39px;
}
a.button {
	background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
	color: #fff;
	padding: 13px;
	margin-top: 10px;
	border-radius: 10px;
}
p {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.orderedlist li {
	margin-bottom: 11px;
}

.faq-container {
      width: 100%;

      background-color: #ffffff;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      overflow: hidden;
    }

    .faq-item {
      border-bottom: 1px solid #e9ecef;
    }

    .faq-item:last-child {
      border-bottom: none;
    }

    .faq-question {
      padding: 20px;
      font-size: 16px;
      font-weight: 500;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      background-color: #f1f3f5;
      transition: background-color 0.3s ease;
      color:#000;
    }

    .faq-question:hover {
      background-color: #e9ecef;
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #ffffff;
      color: #6c757d;
      font-size: 14px;
      line-height: 1.6;
      transition: max-height 0.3s ease, padding 0.3s ease;
    }

    .faq-answer.open {
      max-height: 200px; /* Adjust for longer answers */
      padding: 15px 20px;
    }

    .arrow {
      font-size: 18px;
      transition: transform 0.3s ease;
    }

    .arrow.open {
      transform: rotate(90deg);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .faq-question {
        font-size: 14px;
        padding: 15px;
      }

      .faq-answer {
        font-size: 13px;
      }
    }

    @media (max-width: 480px) {
      .faq-container {
        max-width: 90%;
      }
    }
    
    
    
    .testmonial-box-2 {
	margin: 10px;
	box-shadow: 0px 0px 6px #f1f1f1;
	padding: 15px;
	border-radius: 10px;
	text-align: center;
	min-height: 266px;
}
.sectionulli li {
	margin-bottom: 13px;
}.imgbutton img {
	float: left;
	width: 100%;
}
a.button {
	font-weight: bold;
	/* float: left; */
	width: 100%;
	text-align: center;
	font-size: 20px;
	text-decoration: none !important;
	padding: 15px 35px !important;
}
.firstone a.button {
	font-weight: bold;
	/* float: left; */
	width: 100%;
	text-align: center;
	font-size: 20px;
	text-decoration: none !important;
	padding: 15px 35px !important;
}
.section1.fixedxontainer {

	display:none;
}

@media screen and (min-width: 320px) and (max-width: 640px) {
  a.button {
      float: left;
  }
  .section1 {
	padding: 25px 0;
    }
.section1 h2 {
	margin-bottom: 25px;
	font-size: 25px;
}
.faq-container {
	max-width: 100% !important;
}
a.button {
	font-size: 16px;
}
.section1 h1 {
	font-size: 30px;
}
.section1.firstone h4 {
	font-size: 20px;
}
.section1.fixedxontainer {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 15px 0;
	display: block;
}
.section1.faq-container {
	margin-bottom: 80px;
}
.section1.fixedxontainer a {
	width: auto;
	float: unset;
	padding: 10px 20px;
}
}

