@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');

input[type="checkbox"]:before,
input[type="checkbox"]:checked:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
}
input[type="checkbox"]:checked:before {
  content: '\2713';
}
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  height: 12px;
  width: 12px;
  min-width: 12px;
  outline: none;
  cursor: pointer;
  position: relative;
  margin-left: 0;
  border-radius: 2px;
  border: 1px solid grey;
}
input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  border-radius: 8px;
}
::-webkit-scrollbar-track {
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  background-color: #ED1C24;
}
body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  font-family: 'Poppins';
}
p {
  width: 100%;
}
ul,
li,
p {
  margin: 0;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
  font-size: 14px;
}
ul,
li {
  padding: 0;
  list-style: none;
}
p strong,
p b {
  font-weight: 700;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
h2 {
  font-weight: 600;
  font-style: normal;
}
button {
  border: 0;
  cursor: pointer;
}
.container {
  width: 100%;
}
section {
  display: flex;
  padding: 3rem 1.5rem;
}
.ec-council .heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.ec-council .heading h2 {
  font-size: 22px;
}
.ec-council .heading p {
  margin-top: 1rem;
}
.ec-council .center-heading {
  justify-content: center;
  align-items: center;
}
.ec-council .center-heading h2,
.ec-council .center-heading p {
  text-align: center;
}
.ec-council .white-heading h2,
.ec-council .white-heading p {
  color: #fff;
}
.ec-council .buttons {
  display: flex;
  margin-top: 1.5rem;
}
.ec-council .buttons .red-btn,
.ec-council .buttons .white-btn {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 23px;
  color: #fff;
  min-width: 150px;
}
.ec-council .buttons .red-btn img,
.ec-council .buttons .white-btn img {
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
}
.ec-council .buttons .red-btn {
  background: #ED1C24;
}
.ec-council .buttons .white-btn {
  background-color: #000000;
  border: 1px solid #fff;
}
.ec-council .banner {
  background-color: #000000;
  padding-top: 0;
  flex-direction: column;
}
.ec-council .banner .logo-container,
.ec-council .banner .tka-logo,
.ec-council .banner .menu,
.ec-council .banner .banner-container,
.ec-council .banner .banner-overview,
.ec-council .banner .banner-content,
.ec-council .banner .banner-list,
.ec-council .banner .banner-info,
.ec-council .banner .banner-item,
.ec-council .banner .council-info,
.ec-council .banner .banner-detail,
.ec-council .banner .detail-item,
.ec-council .banner .item-info {
  display: flex;
  flex-direction: column;
}
.ec-council .banner .logo-container {
  width: 100%;
  padding: 1rem;
}
.ec-council .banner .logo-container .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ec-council .banner .logo-container .container .tka-logo {
  max-width: 200px;
}
.ec-council .banner .logo-container .container .tka-logo img {
  width: 100%;
  height: 100%;
}
.ec-council .banner .logo-container .container .menu {
  width: 25px;
  height: 25px;
}
.ec-council .banner .logo-container .container .menu img {
  width: 100%;
  height: 100%;
}
.ec-council .banner .logo-container .container .menu-links {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  transition: 0.5s all;
  z-index: 5;
}
.ec-council .banner .logo-container .container .menu-links .menu-toggle {
  align-items: center;
  margin-left: auto;
}
.ec-council .banner .logo-container .container ul .links-li {
  border-bottom: 1px dotted #000000;
  padding: 0.3rem 0;
}
.ec-council .banner .logo-container .container ul .links-li:first-child {
  padding-top: 0;
}
.ec-council .banner .logo-container .container ul .links-li:nth-of-type(4) {
  border-bottom: none;
  padding-bottom: 0;
}
.ec-council .banner .logo-container .container ul .buttons {
  display: none;
}
.ec-council .banner .logo-container .container .active + .menu-links {
  display: flex;
  flex-direction: column;
  width: 80%;
  padding: 1rem;
}
.ec-council .banner .logo-container .container .active + .menu-links .menu-toggle {
  display: flex;
  justify-content: flex-end;
  font-weight: 600;
}
.ec-council .banner .logo-container .container .active + .menu-links .menu-toggle img {
  rotate: 180deg;
  width: 15px;
  height: 15px;
  margin-right: 0.5rem;
}
.ec-council .banner .banner-overview {
  background-image: url("/_public/images/ec-council/banner-bg.png");
  background-size: cover;
  background-position: center;
  padding: 2rem;
  border-radius: 10px;
}
.ec-council .banner .banner-content b {
  font-size: 14px;
}
.ec-council .banner .banner-content h1 {
  margin: 0.5rem 0 1rem;
  font-size: 22px;
}
.ec-council .banner .banner-content h1 img {
  width: 27px;
  height: 27px;
  margin-right: 0.5rem;
  transform: translateY(6px);
}
.ec-council .banner .sticky {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000;
  width: 100%;
  padding: 1rem 1.5rem;
  z-index: 5;
  box-shadow: 0 0 10px grey;
  transition: 1s all;
  border-bottom: none;
}
.ec-council .banner .sticky-down {
  top: -100px;
}
.ec-council .banner .banner-info {
  background-color: #D6EDD9;
  border-radius: 10px;
  padding: 1rem;
  margin-top: 2rem;
}
.ec-council .banner .certified {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  align-items: center;
}
.ec-council .banner .certified img {
  display: none;
  width: 90px;
  height: 90px;
}
.ec-council .banner .certified p {
  font-size: 11px;
}
.ec-council .banner .council {
  display: flex;
  justify-content: space-between;
  border: 1px solid #fff;
  padding: 0.5rem;
  border-radius: 8px;
  align-items: center;
}
.ec-council .banner .council img {
  width: 65px;
  height: 66px;
}
.ec-council .banner .council-info {
  width: calc(100% - 77px);
  border-left: 1px solid #fff;
  padding-left: 0.5rem;
  justify-content: center;
}
.ec-council .banner .council-info p {
  font-size: 12px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
.ec-council .banner .council-info b {
  font-size: 22px;
}
.ec-council .banner .banner-list {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1rem;
  margin-top: 2rem;
  border-radius: 10px;
}
.ec-council .banner .banner-list p {
  text-align: center;
  font-weight: 600;
}
.ec-council .banner .banner-list .banner-item {
  background: #fff;
  margin-top: 2rem;
  align-items: center;
  position: relative;
  border-radius: 6px;
}
.ec-council .banner .banner-list .banner-item:nth-child(2) img {
  width: 52px;
  height: 39px;
}
.ec-council .banner .banner-list .banner-item:nth-child(3) img {
  width: 85px;
  height: 35px;
}
.ec-council .banner .banner-list .banner-item:nth-child(4) img {
  width: 44px;
  height: 45px;
}
.ec-council .banner .banner-list .banner-item:nth-child(2) {
  margin-top: 1rem;
}
.ec-council .banner .banner-list .banner-item h3 {
  background-image: linear-gradient(to right, #b8e1e7, #d3ebbb);
  font-weight: 500;
  width: 100%;
  padding: 0.5rem;
  text-align: center;
  font-size: 14px;
  border-radius: 6px 6px 0 0;
}
.ec-council .banner .banner-list .banner-item .item-info {
  align-items: center;
  padding: 1rem;
}
.ec-council .banner .banner-list .banner-item .item-info img {
  margin-bottom: 0.5rem;
}
.ec-council .banner .banner-list .banner-item .item-info p {
  font-size: 9px;
  font-weight: 500;
}
.ec-council .banner .banner-detail span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  background-color: #363942;
  border-radius: 10px;
  padding: 1.5rem;
}
.ec-council .banner .banner-detail span img {
  width: 100%;
  height: auto;
}
.ec-council .banner .banner-detail span:last-child {
  display: none;
}
.ec-council .feature .feature-container,
.ec-council .feature .feature-list,
.ec-council .feature .feature-item {
  display: flex;
  flex-direction: column;
}
.ec-council .feature .feature-container .heading {
  margin-bottom: 0;
}
.ec-council .feature .feature-item {
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #b8e1e7, #d3ebbb);
  border: 2px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 10px;
  margin-top: 2rem;
  padding: 1rem 1.5rem;
}
.ec-council .feature .feature-item img {
  width: 53px;
  height: 48px;
}
.ec-council .feature .feature-item b {
  margin: 0.5rem 0;
}
.ec-council .feature .feature-item p {
  margin-top: 0.5rem;
}
.ec-council .overview .overview-info,
.ec-council .overview .overview-content {
  display: flex;
  flex-direction: column;
}
.ec-council .overview .overview-container {
  display: flex;
  flex-direction: column;
}
.ec-council .overview .overview-info {
  margin-top: 2rem;
}
.ec-council .overview .overview-info h4 {
  margin-bottom: 1rem;
}
.ec-council .overview .overview-info img {
  width: 100%;
  height: 100%;
}
.ec-council .overview .overview-content {
  align-items: center;
}
.ec-council .overview .overview-content p {
  text-align: center;
}
.ec-council .course .course-container,
.ec-council .course .course-list,
.ec-council .course .course-item,
.ec-council .course .course-content,
.ec-council .course .content {
  display: flex;
  flex-direction: column;
}
.ec-council .course .heading {
  margin-bottom: 0;
}
.ec-council .course .course-item {
  margin-top: 1.5rem;
  border: 1px solid #EBEBEB;
  border-radius: 15px;
  padding: 1rem;
  background-image: linear-gradient(to right, #b8e1e7, #d3ebbb);
  background-size: 100% 0%;
  background-repeat: no-repeat;
  background-position: right;
  transition: 1s all;
}
.ec-council .course .course-item h3 {
  font-size: 15px;
  font-weight: 500;
}
.ec-council .course .course-item .content {
  margin-top: 0.8rem;
}
.ec-council .course .course-item .content p {
  font-size: 10px;
  color: #A1A1A1;
  transition: 1s all ;
}
.ec-council .course .course-item .buttons img {
  margin: 0 0 0 0.5rem;
}
.ec-council .course .course-item:hover {
  background-size: 100% 100%;
}
.ec-council .course .course-item:hover p {
  color: #000000;
}
.ec-council .method {
  background-image: linear-gradient(to right, #b8e1e7, #d3ebbb);
  background-size: 100% 100%;
}
.ec-council .method .method-container,
.ec-council .method .method-detail,
.ec-council .method .method-content,
.ec-council .method .method-info,
.ec-council .method .content,
.ec-council .method .method-list {
  display: flex;
  flex-direction: column;
}
.ec-council .method .method-info {
  margin-top: 2rem;
  display: none;
  flex-flow: wrap;
  justify-content: space-between;
}
.ec-council .method .method-info span {
  display: none;
}
.ec-council .method .method-info .content span {
  display: flex;
  width: 94px;
  height: 52px;
  background: white;
  padding: 0.8rem;
  border-radius: 5px;
}
.ec-council .method .method-info .content span img {
  width: 100%;
  height: 100%;
}
.ec-council .method .method-info > img {
  display: none;
}
.ec-council .method .method-info h3 {
  margin: 0.5rem 0;
}
.ec-council .method .method-info .buttons img {
  margin: 0 0 0 0.5rem;
}
.ec-council .method .method-info.active {
  display: flex;
}
.ec-council .method .method-item {
  display: flex;
  background: white;
  padding: 2rem;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.ec-council .method .method-item.active {
  background-color: #363942;
}
.ec-council .method .method-item.active h3 {
  color: #fff;
}
.ec-council .method .method-item.active img {
  filter: invert(1);
}
.ec-council .method .method-item.active span {
  border-bottom: 2px solid #fff;
}
.ec-council .method .method-item span {
  width: 50px;
  height: 50px;
  border-bottom: 2px solid #000000;
  padding: 0 0.5rem 0.5rem;
}
.ec-council .method .method-item span img {
  width: 100%;
  height: 100%;
}
.ec-council .method .method-item h3 {
  width: calc(100% - 74px);
  font-size: 15px;
}
.ec-council .fact .fact-container {
  display: flex;
  flex-direction: column;
}
.ec-council .fact .fact-container .heading {
  margin-bottom: 0;
}
.ec-council .fact .fact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ec-council .fact .fact-list .fact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48%;
  margin-top: 2rem;
}
.ec-council .fact .fact-list .fact-item .fact-info {
  display: flex;
  font-size: 22px;
}
.ec-council .fact .fact-list .fact-item .fact-info strong:last-child {
  color: #ED1C24;
}
.ec-council .fact .fact-list .fact-item p {
  color: #8D8D8D;
  text-align: center;
  margin-top: 0.5rem;
}
.ec-council .framework .framework-container,
.ec-council .framework .framework-item {
  display: flex;
  flex-direction: column;
}
.ec-council .framework .heading {
  margin-bottom: 0;
}
.ec-council .framework .framework-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ec-council .framework .framework-item {
  align-items: center;
  text-align: center;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  margin-top: 1.5rem;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  width: 47%;
}
.ec-council .framework .framework-item span {
  display: flex;
  height: 45px;
  width: 45px;
  background: linear-gradient(to right, #b8e1e7, #d3ebbb);
  border-radius: 50%;
  padding: 0.7rem;
}
.ec-council .framework .framework-item span img {
  height: 100%;
  width: 100%;
}
.ec-council .framework .framework-item p {
  font-size: 16px;
  margin-top: 0.8rem;
  font-weight: 500;
}
.ec-council .type .type-container,
.ec-council .type .type-content,
.ec-council .type .type-info {
  display: flex;
  flex-direction: column;
}
.ec-council .type .type-content {
  align-items: center;
}
.ec-council .type .type-content p {
  text-align: center;
}
.ec-council .type .type-info {
  margin-top: 2rem;
}
.ec-council .type .type-info img {
  height: 100%;
  width: 100%;
}
.ec-council .best .best-container,
.ec-council .best .best-list,
.ec-council .best .best-item {
  display: flex;
  flex-direction: column;
}
.ec-council .best .heading {
  margin-bottom: 0;
}
.ec-council .best .best-list {
  counter-reset: best-section;
}
.ec-council .best .best-item {
  align-items: center;
  text-align: center;
  margin-top: 2rem;
}
.ec-council .best .best-item span {
  display: flex;
  width: 74px;
  height: 81px;
  background-image: url("/_public/images/ec-council/best-bg.svg");
  background-size: 100% 100%;
  padding: 1.2rem;
  margin-bottom: 2rem;
}
.ec-council .best .best-item span img {
  height: 100%;
  width: 100%;
}
.ec-council .best .best-item h3 {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 1.5rem 0;
  font-size: 16px;
}
.ec-council .best .best-item h3::before {
  content: "";
  background-image: url("/_public/images/ec-council/tick.svg");
  background-size: 100% 100%;
  min-height: 23px;
  width: 23px;
  position: absolute;
  top: -46px;
}
.ec-council .best .best-item h3::after {
  counter-increment: best-section;
  content: counter(best-section, decimal-leading-zero);
  position: absolute;
  color: #F6F6F6;
  font-size: 50px;
  z-index: -1;
}
.ec-council .tool {
  background-image: url("/_public/images/ec-council/tools-bg.png");
  background-size: 100% 85%;
  background-repeat: no-repeat;
  padding-bottom: 0;
}
.ec-council .tool .tool-container {
  display: flex;
  flex-direction: column;
}
.ec-council .tool .tool-container span {
  display: flex;
}
.ec-council .tool .tool-container span img {
  width: 100%;
  height: 100%;
}
.ec-council .testimonial .testimonial-container,
.ec-council .testimonial .testimonial-list,
.ec-council .testimonial .testimonial-item {
  display: flex;
  flex-direction: column;
}
.ec-council .testimonial .heading {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E9E9E9;
}
.ec-council .testimonial .testimonial-item .testimonial-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}
.ec-council .testimonial .testimonial-item .testimonial-detail img {
  height: 55px;
  width: 55px;
}
.ec-council .testimonial .testimonial-item .testimonial-detail .client-data {
  display: flex;
  flex-direction: column;
  width: calc(100% - 70px);
}
.ec-council .testimonial .testimonial-item .testimonial-detail .client-data h3 {
  font-size: 18px;
}
.ec-council .testimonial .testimonial-item .testimonial-detail .client-data p {
  font-size: 12px;
  color: #A3A2A2;
  margin-top: 0.2rem;
}
.ec-council .testimonial .owl-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  width: 70px;
}
.ec-council .testimonial .owl-nav .owl-prev,
.ec-council .testimonial .owl-nav .owl-next {
  background-image: url("/_public/images/ec-council/left-arrow.svg");
  background-size: 100% 100%;
  height: 13px;
  width: 27px;
  opacity: 0.7;
}
.ec-council .testimonial .owl-nav .owl-next {
  transform: rotate(180deg);
}
.ec-council .testimonial .owl-nav .btn-active {
  opacity: 1;
}
.ec-council .testimonial .review-container {
  display: flex;
  flex-direction: column;
  background-color: #F6F6F6;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  padding: 2rem;
  margin-top: 2rem;
}
.ec-council .testimonial .review-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ec-council .testimonial .review-item b {
  width: 42%;
  font-size: 15px;
  font-weight: 500;
}
.ec-council .testimonial .review-item b img {
  margin-top: 0.5rem;
}
.ec-council .testimonial .review-item p {
  width: 52%;
  font-size: 15px;
  color: #A3A2A2;
}
.ec-council .testimonial .review-item:first-child {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 1.5rem;
}
.ec-council .testimonial .review-item:first-child b img {
  height: 23px;
  width: 71px;
}
.ec-council .testimonial .review-item:first-child p img {
  height: 17px;
  width: 111px;
}
.ec-council .testimonial .review-item:last-child {
  margin-top: 1.5rem;
}
.ec-council .testimonial .review-item:last-child b img {
  height: 20px;
  width: 84px;
}
.ec-council .testimonial .review-item:last-child p img {
  height: 17px;
  width: 101px;
}
.ec-council .faq .faq-container,
.ec-council .faq .faq-list,
.ec-council .faq .faq-item {
  display: flex;
  flex-direction: column;
}
.ec-council .faq .faq-item {
  box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 1.8rem;
}
.ec-council .faq .faq-item:first-child {
  border-radius: 10px 10px 0 0;
}
.ec-council .faq .faq-item:last-child {
  border-radius: 0 0 10px 10px;
}
.ec-council .faq .faq-item .ques {
  display: flex;
  cursor: pointer;
}
.ec-council .faq .faq-item .ques::before {
  content: "";
  background-image: url("/_public/images/ec-council/down-arrow.svg");
  background-size: 12px 10px;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #E9E9E9;
  border-radius: 50%;
  height: 20px;
  min-width: 20px;
  margin-right: 1rem;
  margin-top: 0.3rem;
}
.ec-council .faq .faq-item .ques h3 {
  font-size: 16px;
}
.ec-council .faq .faq-item .ans {
  display: none;
  margin-top: 0.8rem;
}
.ec-council .faq .item-head {
  background: linear-gradient(to right, #b8e1e7, #d3ebbb);
  box-shadow: 3px 0px 0px 0px #55DB9C;
}
.ec-council .faq .item-head .ques::before {
  transform: rotate(180deg);
  filter: brightness(0.5);
}
.ec-council .query {
  background-color: #363942;
  background-image: url("/_public/images/ec-council/footer-bg.png");
  background-size: 100% 29%;
  background-repeat: no-repeat;
}
.ec-council .query .query-container,
.ec-council .query .form,
.ec-council .query .form-head,
.ec-council .query .input-list {
  display: flex;
  flex-direction: column;
}
.ec-council .query .form-head {
  margin-bottom: 3rem;
}
.ec-council .query .form-head .buttons {
  margin-top: 0;
}
.ec-council .query .input-list .input-container {
  display: flex;
  border: 1px solid #9F9F9F;
  border-radius: 10px;
  margin-bottom: 1.3rem;
  padding: 0.6rem 0.8rem;
}
.ec-council .query .input-list .input-container input,
.ec-council .query .input-list .input-container textarea {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  color: #fff;
  font-size: 14px;
}
.ec-council .query .input-list .input-container textarea {
  resize: none;
  overflow: auto;
  height: 60px;
}
.ec-council .query .input-list .input-container ::placeholder {
  color: #9F9F9F;
  font-size: 14px;
}
.ec-council .query .input-list .input-container ::-webkit-input-placeholder {
  /* Edge */
  color: #9F9F9F;
}
.ec-council .query .input-list .input-container :-ms-input-placeholder {
  /* Firefox */
  color: #9F9F9F;
}
.ec-council .query .input-list .input-error {
  border-color: #ED1C24;
}
.ec-council .query .input-list .input-error ::-webkit-input-placeholder {
  /* Edge */
  color: #ED1C24;
}
.ec-council .query .input-list .input-error :-ms-input-placeholder {
  /* Firefox */
  color: #ED1C24;
}
.ec-council .query .input-list .input-error ::placeholder {
  /* Chrome */
  color: #ED1C24;
}
.ec-council .query .form-content {
  display: flex;
  flex-direction: column;
}
.ec-council .query .form-content .form-consent {
  display: flex;
  margin-bottom: 0.5rem;
}
.ec-council .query .form-content .form-consent:first-child p {
  color: #fff;
}
.ec-council .query .form-content .form-consent:nth-child(5) {
  margin-bottom: 0;
}
.ec-council .query .form-content .form-consent p,
.ec-council .query .form-content .form-consent label {
  font-size: 10px;
  line-height: 1.5;
  color: #F1F5FD;
}
.ec-council .query .form-content .form-consent p a {
  background: #ED1C24;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-weight: 600;
}
.ec-council .query .form-content .form-consent label {
  width: auto;
  align-self: center;
  cursor: pointer;
  margin-left: 0.5rem;
}
.ec-council .query .form-content .consent-error {
  margin-bottom: 0.5rem;
}
.ec-council .query .form-content .consent-error p {
  color: #ED1C24;
  font-size: 12px;
}
.ec-council .footer {
  background-color: #0A0A0B;
}
.ec-council .footer .footer-container,
.ec-council .footer .contact-list {
  display: flex;
  flex-direction: column;
}
.ec-council .footer .footer-container {
  position: relative;
}
.ec-council .footer .footer-container::before {
  content: "";
  height: 2px;
  background-color: #ffffff4d;
  position: absolute;
  bottom: 67px;
  width: calc(100% - 150px);
}
.ec-council .footer .footer-container .heading {
  margin-bottom: 0;
}
.ec-council .footer .footer-container > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 135px;
  width: 135px;
  font-size: 14px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #ffffff4d;
  margin-right: 1rem;
  position: relative;
  align-self: flex-end;
}
.ec-council .footer .footer-container > a::after {
  content: "";
  background-image: url("/_public/images/ec-council/red-arrow.svg");
  background-size: 100% 100%;
  height: 24px;
  width: 30px;
  position: absolute;
  top: -35px;
  right: -35px;
}
.ec-council .footer .contact-list .contact-item {
  display: flex;
  flex-direction: column;
  color: #fff;
  margin-top: 1.5rem;
}
.ec-council .footer .contact-list .contact-item b {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.ec-council .footer .contact-list .contact-item a {
  display: flex;
  margin-top: 0.6rem;
  font-size: 16px;
}
@media (min-width : 768px) {
  section {
    padding: 3rem 2rem;
  }
  .ec-council .banner .logo-container .container .active + .menu-links {
    width: 50%;
  }
  .ec-council .banner .sticky {
    padding: 1rem 2rem;
  }
  .ec-council .banner .banner-info {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .ec-council .banner .certified {
    width: 47%;
    margin-bottom: 0;
  }
  .ec-council .banner .council {
    width: 43%;
  }
  .ec-council .banner .banner-content h1 {
    font-size: 30px;
  }
  .ec-council .banner .banner-content h1 img {
    width: 36px;
    height: 36px;
    transform: translateY(8px);
  }
  .ec-council .banner .banner-list {
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 1.5rem;
  }
  .ec-council .banner .banner-list .banner-item {
    width: 27%;
  }
  .ec-council .banner .banner-list .banner-item::after {
    position: absolute;
    font-size: 20px;
    right: -33px;
    top: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    font-weight: 600;
  }
  .ec-council .banner .banner-list .banner-item:nth-child(2) {
    margin-top: 2rem;
  }
  .ec-council .banner .banner-list .banner-item:nth-child(2)::after {
    content: "+";
  }
  .ec-council .banner .banner-list .banner-item:nth-child(3)::after {
    content: "=";
  }
  .ec-council .banner .banner-list .banner-item:nth-child(4)::after {
    content: none;
  }
  .ec-council .banner .banner-detail {
    flex-flow: wrap;
    justify-content: space-around;
  }
  .ec-council .banner .banner-detail span {
    width: 45%;
  }
  .ec-council .feature .feature-list {
    flex-flow: wrap;
    justify-content: space-around;
    counter-reset: counter;
  }
  .ec-council .feature .feature-list::before {
    content: '';
    width: 70%;
    border-top: 2px dashed #aaaaaa;
    margin-top: 2rem;
  }
  .ec-council .feature .feature-item {
    width: 31%;
    position: relative;
  }
  .ec-council .feature .feature-item::before {
    content: counter(counter, decimal-leading-zero);
    counter-increment: counter;
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: linear-gradient(to right, #b8e1e7, #d3ebbb);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
  }
  .ec-council .overview .overview-container {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .ec-council .overview .overview-content {
    width: 48%;
    align-items: flex-start;
  }
  .ec-council .overview .overview-content .heading {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .ec-council .overview .overview-content .heading h2 {
    text-align: left;
  }
  .ec-council .overview .overview-content p {
    text-align: left;
  }
  .ec-council .overview .overview-info {
    width: 48%;
    margin-top: 0;
    position: sticky;
    top: 74px;
    align-self: self-start;
  }
  .ec-council .overview .overview-info h4 {
    margin: 1.5rem 0 0 0;
    text-align: center;
  }
  .ec-council .course .course-list {
    flex-flow: wrap;
    justify-content: center;
  }
  .ec-council .course .course-item {
    width: 46%;
    margin-right: 1.5rem;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .ec-council .course .course-item h3 {
    min-height: 46px;
  }
  .ec-council .course .course-item:nth-of-type(2n),
  .ec-council .course .course-item:last-child {
    margin-right: 0;
  }
  .ec-council .method .method-content {
    flex-direction: row;
    justify-content: space-between;
  }
  .ec-council .method .method-list {
    width: 45%;
  }
  .ec-council .method .method-item h3 {
    font-size: 17px;
  }
  .ec-council .method .method-detail {
    width: 48%;
  }
  .ec-council .method .method-info {
    margin-top: 0;
  }
  .ec-council .fact .fact-container .heading {
    display: none;
  }
  .ec-council .fact .fact-list .fact-item {
    margin-top: 0;
    width: 24%;
  }
  .ec-council .fact .fact-list .fact-item .fact-info {
    font-size: 30px;
  }
  .ec-council .framework .framework-item {
    width: 22%;
  }
  .ec-council .type .type-container {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .ec-council .type .type-content {
    width: 48%;
    align-items: flex-start;
  }
  .ec-council .type .type-content .heading h2 {
    text-align: start;
  }
  .ec-council .type .type-content p {
    text-align: left;
  }
  .ec-council .type .type-info {
    width: 48%;
    position: sticky;
    top: 64px;
    margin-top: 0;
  }
  .ec-council .best .best-list {
    flex-flow: wrap;
    justify-content: space-around;
  }
  .ec-council .best .best-item {
    width: 46%;
  }
  .ec-council .tool {
    position: relative;
    padding-top: 7rem;
  }
  .ec-council .tool .heading {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
  }
  .ec-council .tool .heading h2 {
    font-size: 90px;
    color: #fff;
    opacity: 0.2;
  }
  .ec-council .tool span {
    margin-right: 1.2rem;
  }
  .ec-council .testimonial .review-container {
    flex-flow: wrap;
    justify-content: space-between;
    padding: 2rem 3rem;
    position: relative;
  }
  .ec-council .testimonial .review-container::before {
    content: "";
    position: absolute;
    height: 64px;
    width: 1px;
    background-color: #d2d2d2;
    transform: rotate(17deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .ec-council .testimonial .review-item {
    width: 36%;
  }
  .ec-council .testimonial .review-item:first-child {
    border-bottom: transparent;
    padding-bottom: 0;
  }
  .ec-council .testimonial .review-item:last-child {
    margin-top: 0;
  }
  .ec-council .faq .faq-item .ques::before {
    margin-right: 3rem;
  }
  .ec-council .faq .faq-item .ans {
    margin: 0.8rem 0 0 4.5rem;
  }
  .ec-council .query {
    background-size: 100% 32%;
  }
  .ec-council .query .input-list {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .ec-council .query .input-list .input-container {
    width: 48.5%;
  }
  .ec-council .query .input-list .input-container:last-child {
    width: 100%;
  }
  .ec-council .footer .footer-container::before {
    bottom: 95px;
  }
  .ec-council .footer .footer-container > a {
    position: absolute;
    bottom: 30px;
  }
  .ec-council .footer .contact-list {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .ec-council .footer .contact-list .contact-item {
    width: 50%;
    margin-top: 4rem;
  }
}
@media (min-width : 1024px) {
  ul,
  li,
  p {
    line-height: 1.8;
  }
  .ec-council .heading h2 {
    font-size: 28px;
  }
  .ec-council .buttons .red-btn,
  .ec-council .buttons .white-btn {
    font-size: 16px;
  }
  .ec-council .banner .logo-container .container .menu {
    display: none;
  }
  .ec-council .banner .logo-container .container .menu img {
    display: none;
  }
  .ec-council .banner .logo-container .container .menu-links {
    width: auto;
    background-color: transparent;
    box-shadow: none;
    position: relative;
  }
  .ec-council .banner .logo-container .container .menu-links .menu-toggle {
    display: none;
  }
  .ec-council .banner .logo-container .container ul {
    display: flex;
    align-items: center;
  }
  .ec-council .banner .logo-container .container ul .links-li {
    border-bottom: none;
    padding: 0;
    margin-right: 1rem;
    color: #fff;
  }
  .ec-council .banner .logo-container .container ul .links-li:last-child {
    display: flex;
    margin: 0;
  }
  .ec-council .banner .logo-container .container ul .links-li .transparent-btn {
    margin-right: 1rem;
  }
  .ec-council .banner .logo-container .container ul .buttons .white-btn,
  .ec-council .banner .logo-container .container ul .buttons .red-btn {
    font-size: 14px;
  }
  .ec-council .banner .logo-container .container ul .buttons .white-btn {
    margin-right: 0.8rem;
  }
  .ec-council .banner .banner-list .banner-item:nth-child(2)::after {
    right: -44px;
  }
  .ec-council .banner .banner-list .banner-item:nth-child(3)::after {
    right: -44px;
  }
  .ec-council .banner .banner-detail span {
    width: 30%;
  }
  .ec-council .banner .banner-detail span:last-child {
    display: flex;
  }
  .ec-council .banner .certified {
    width: 43%;
  }
  .ec-council .banner .certified img {
    display: flex;
  }
  .ec-council .banner .certified p {
    width: calc(100% - 102px);
  }
  .ec-council .overview .overview-info {
    position: static;
    align-self: center;
  }
  .ec-council .course .course-item::before {
    content: "";
    height: 47px;
    width: 47px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
    background-image: url("/_public/images/ec-council/laptop.svg");
    background-size: 30px 21px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .ec-council .course .course-item .content {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .ec-council .course .course-item .content p:first-child {
    width: 34%;
    border-right: 2px solid #a1a1a1;
  }
  .ec-council .course .course-item .content p:last-child {
    width: 63%;
  }
  .ec-council .course .course-content {
    width: calc(100% - 60px);
  }
  .ec-council .method .method-container .heading {
    width: 50%;
    align-self: flex-end;
  }
  .ec-council .method .method-list {
    margin-top: -6rem;
  }
  .ec-council .fact .fact-list {
    width: 95%;
    margin: auto;
  }
  .ec-council .fact .fact-list .fact-item {
    position: relative;
  }
  .ec-council .fact .fact-list .fact-item::after {
    content: "";
    background-image: url("/_public/images/ec-council/star.svg");
    background-size: 100% 100%;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -9%;
  }
  .ec-council .fact .fact-list .fact-item:last-child::after {
    content: none;
  }
  .ec-council .framework .framework-list {
    background-image: url("/_public/images/ec-council/framework-bg.png");
    background-size: 100% 1%;
    background-repeat: no-repeat;
    margin-top: 3rem;
    counter-reset: framework-section;
  }
  .ec-council .framework .framework-item {
    width: 173px;
    position: relative;
    margin: 3.7rem 0 0 3rem;
    background-color: white;
  }
  .ec-council .framework .framework-item:first-child::before {
    left: -48px;
  }
  .ec-council .framework .framework-item::before {
    counter-increment: framework-section;
    content: counter(framework-section);
    position: absolute;
    left: -65px;
    top: 0;
    font-size: 150px;
    font-weight: 600;
    line-height: 1;
    color: #F1F5FD;
    z-index: -1;
  }
  .ec-council .framework .framework-item::after {
    content: "";
    background-image: url("/_public/images/ec-council/diamond-line.png");
    background-size: 100% 100%;
    height: 67px;
    width: 19px;
    position: absolute;
    top: -67px;
  }
  .ec-council .type .type-info {
    position: static;
  }
  .ec-council .type .type-content {
    width: 46%;
  }
  .ec-council .best .best-list {
    justify-content: space-between;
  }
  .ec-council .best .best-item {
    width: 28%;
    position: relative;
  }
  .ec-council .best .best-item::before {
    content: "";
    background-image: url("/_public/images/ec-council/line.png");
    background-size: 100% 100%;
    height: 2px;
    width: 260px;
    position: absolute;
    top: 33%;
    right: -62%;
  }
  .ec-council .best .best-item h3 {
    margin: 2.5rem 0 2rem;
  }
  .ec-council .best .best-item h3::before {
    top: -57px;
  }
  .ec-council .best .best-item h3::after {
    font-size: 80px;
  }
  .ec-council .best .best-item:last-child::before {
    display: none;
  }
  .ec-council .tool {
    background-size: 100% 83%;
  }
  .ec-council .testimonial .testimonial-container {
    position: relative;
  }
  .ec-council .testimonial .testimonial-container .heading {
    margin-left: 11%;
  }
  .ec-council .testimonial .testimonial-item {
    width: 78%;
    margin: auto;
  }
  .ec-council .testimonial .owl-nav {
    width: 96%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: fit-content;
  }
  .ec-council .testimonial .review-container {
    width: 728px;
    margin: 3rem auto 0;
  }
  .ec-council .faq .faq-list {
    width: 81%;
    margin: auto;
  }
  .ec-council .query {
    background-size: 38% 100%;
  }
  .ec-council .query .query-container {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .ec-council .query .form-head {
    width: 31%;
    margin-bottom: 0;
  }
  .ec-council .query .form-head .buttons {
    margin-top: 0.5rem;
  }
  .ec-council .query .form {
    width: 58%;
  }
  .ec-council .footer .contact-list .contact-item b {
    font-size: 16px;
  }
  .ec-council .footer .contact-list .contact-item a {
    font-size: 18px;
  }
}
@media (min-width : 1366px) {
  section {
    padding: 5rem 0;
  }
  .container {
    width: 1200px;
    margin: auto;
  }
  .ec-council .heading h2 {
    font-size: 34px;
  }
  .ec-council .banner .logo-container {
    padding: 1rem 0;
  }
  .ec-council .banner .banner-container {
    width: 1306px;
    margin: auto;
  }
  .ec-council .banner .certification {
    width: 100%;
    padding: 0 2rem;
  }
  .ec-council .banner .banner-detail {
    justify-content: space-between;
  }
  .ec-council .banner .banner-detail span:first-child {
    width: 363px;
  }
  .ec-council .banner .banner-detail span:nth-child(2) {
    width: 476px;
  }
  .ec-council .banner .banner-detail span:last-child {
    width: 408px;
  }
  .ec-council .banner .banner-overview {
    flex-flow: wrap;
    justify-content: space-between;
    padding: 5rem 3rem;
  }
  .ec-council .banner .banner-content {
    width: 45%;
  }
  .ec-council .banner .banner-content h1 {
    font-size: 44px;
  }
  .ec-council .banner .banner-content h1 img {
    width: 58px;
    height: 58px;
    transform: translateY(13px);
  }
  .ec-council .banner .banner-info {
    width: 47%;
    margin-top: 0;
  }
  .ec-council .banner .banner-list {
    justify-content: space-around;
  }
  .ec-council .banner .banner-list .banner-item {
    width: 28%;
    margin-top: 1rem;
  }
  .ec-council .banner .banner-list .banner-item:nth-child(2) {
    margin-top: 1rem;
  }
  .ec-council .banner .banner-list .banner-item:nth-child(2)::after {
    right: -21px;
  }
  .ec-council .banner .banner-list .banner-item:nth-child(3)::after {
    right: -21px;
  }
  .ec-council .banner .banner-list .banner-item h3 {
    font-size: 12px;
  }
  .ec-council .banner .certified {
    width: 55%;
  }
  .ec-council .banner .council {
    width: 40%;
  }
  .ec-council .feature .feature-list {
    width: 78%;
    margin: auto;
  }
  .ec-council .overview .overview-container .overview-info {
    width: 40%;
  }
  .ec-council .overview .overview-container .overview-content {
    width: 53%;
  }
  .ec-council .course .course-item {
    width: 32%;
  }
  .ec-council .course .course-item:nth-of-type(2n) {
    margin-right: 1.5rem;
  }
  .ec-council .course .course-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .ec-council .method .method-container .heading {
    width: 60%;
    margin-bottom: 0;
  }
  .ec-council .method .method-info {
    display: none;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .ec-council .method .method-info span {
    display: flex;
    width: 48%;
  }
  .ec-council .method .method-info span img {
    width: 100%;
    height: 100%;
  }
  .ec-council .method .method-info .content {
    display: flex;
    flex-direction: column;
    width: 48%;
  }
  .ec-council .method .method-info .content span {
    margin-left: -1.8rem;
  }
  .ec-council .method .method-info.active {
    display: flex;
  }
  .ec-council .method .method-content {
    position: relative;
  }
  .ec-council .method .method-detail {
    width: 60%;
    align-self: self-end;
  }
  .ec-council .method .method-list {
    width: 34%;
  }
  .ec-council .method .white-line {
    display: flex;
    flex-direction: column;
    width: 3px;
    height: 200px;
    background-color: #fff;
    position: absolute;
    right: 63%;
    bottom: 0;
  }
  .ec-council .method .white-line span {
    display: flex;
    height: 50px;
    width: 100%;
  }
  .ec-council .method .white-line span.active {
    background-color: red;
  }
  .ec-council .fact .fact-list .fact-item {
    width: 14%;
  }
  .ec-council .fact .fact-list .fact-item::after {
    right: -60%;
  }
  .ec-council .fact .fact-list .fact-item .fact-info {
    font-size: 45px;
  }
  .ec-council .framework .framework-list {
    justify-content: space-around;
  }
  .ec-council .best .best-item {
    width: 26%;
  }
  .ec-council .best .best-item::before {
    width: 340px;
    top: 36%;
    right: -75%;
  }
}
