* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  outline: none !important;
  text-decoration: none !important;
  list-style: none !important;
  font-family: "Poppins", Helvetica, Arial, sans-serif !important;
  /* user-select: none !important; */
}
 
::selection {
  background-color: #00142D;
  color: #fff;
}
/* @font-face {
  font-family: "Nexa Extra Bold";
  src: url("../../web-assets/assest/font/nexa-extrabold.ttf") format("woff2");
}
@font-face {
  font-family: "Nexa Bold";
  src: url("../../web-assets/assest/font/Nexa\ Bold.otf") format("woff2");
}
@font-face {
  font-family: "Nexa Regular";
  src: url("../../web-assets/assest/font/Nexa\ Regular.otf") format("woff2");
}
@font-face {
  font-family: "Nexa Light";
  src: url("../../web-assets/assest/font/Nexa\ Light.otf") format("woff2");
}
body {
  font-family: "Nexa Extra Bold", Helvetica, Arial, sans-serif !important;
} */
 
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}
 
.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}
 
.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
 
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
 
.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
 
.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
 
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
 
.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}
 
.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}
 
.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}
 
.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}
 
.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}
 
.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}
 
.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}
 
.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}
 
.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}
 
.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}
 
.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.page-actions {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 10px;
}
 
.back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #a86600;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
}
 
.back-btn span {
  font-size: 18px;
  transition: transform 0.3s ease;
}
 
.back-btn:hover {
  color: #001b4f;
  transform: translateY(-2px);
}
 
.back-btn:hover span {
  transform: translateX(-4px);
}
 
.main-term-section {
  width: 100%;
  max-width: 94%;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.main-heading {
  font-size: 34px;
  text-align: center;
  padding: 14px 0px;
  color: #00142D;
}
.contant-section p {
  color: #707070;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  margin: 14px 0px;
}
.content-head {
  font-size: 24px;
  color: #00142D;
  padding: 14px 0px;
}
.contant-section h3 {
  font-size: 24px;
  padding: 6px 0px;
}
.contant-section ul {
  color: #707070;
  line-height: 34px;
  margin: 14px 0px;
}
@media (max-width: 1400px) {
  .content-head {
    font-size: 22px;
  }
  .contant-section h3 {
    font-size: 22px;
  }
  .main-heading {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .content-head {
    font-size: 22px;
  }
  .contant-section h3 {
    font-size: 20px;
  }
  .main-heading {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .content-head {
    font-size: 20px;
  }
  .contant-section h3 {
    font-size: 18px;
  }
  .main-heading {
    font-size: 28px;
  }
}
@media (max-width: 530px) {
  .content-head {
    font-size: 18px;
  }
  .contant-section h3 {
    font-size: 16px;
  }
  .main-heading {
    font-size: 24px;
  }
  .contant-section p {
    font-size: 14px;
    line-height: 24px;
    margin: 4px 0px;
  }
  .contant-section ul {
    margin: 0px 0px;
  }
  .contant-section ul li {
    font-size: 14px;
    line-height: 22px;
    padding: 6px 0px;
  }
  .main-term-section {
    margin-top: 18px;
  }
}