  /* privacy policy */
  a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    /* Inherit the color from the parent element */
    text-decoration: none;
    /* Remove the underline */
  }

  .orangetext {
    color: #DC8513;
  }

  .Agreements .header {
    height: 311px;
    background-image: url('/eagritrader/revamp/images/agreements.png');
    background-size: contain;
    /* Ensures the image covers the entire container */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    background-position: center;
    /* Centers the image in the container */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .Agreements .header h1 {
    width: 100%;
    font-family: Poppins;
    font-size: 40px;
    font-weight: 700;
    line-height: 64px;

  }

  .Agreements h5 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: #1E293B;
    margin-top: 2rem;
    text-transform: capitalize !important;



  }

  .Agreements p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #475467;
    margin-bottom: 2rem;


  }

  @media screen and (max-width: 900px) {

    .Agreements>.header {
      height: 165px !important;
      width: 100%;
      /* background-image: url('/eagritrader/revamp/images/AgreeMobview.png'); */
      background-size: cover;
      /* Ensures the image covers the entire container */
      background-repeat: no-repeat;
      /* Prevents the image from repeating */
      background-position: center;
      /* Centers the image in the container */
      /* background: linear-gradient(180deg, rgba(246, 244, 244, 0.5) 0%, rgba(255, 229, 199, 0.5) 83.99%); */
    }

    .Agreements>.header h1 {
      font-family: Poppins;
      font-size: 20px;
      font-weight: 700;
      line-height: 64px;

    }

    .Agreements h5 {
      font-size: 18px;
      text-transform: capitalize !important;
    }

    .Agreements p {
      font-size: 14px;
      line-height: 28px;
      word-wrap: break-word;
    }
  }

  /* terms  */


  .feedback .header {
    height: 399px;
    background-image: url('/eagritrader/revamp/images/feedback.svg');
    background-size: contain;
    /* Ensures the image covers the entire container */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    background-position: center;
    /* Centers the image in the container */
  }

  .feedback .container {
    background: #F9F9F9;
  }

  .feedbackcard {
    position: relative;
    top: -15rem;
    width: 476px;
    border-radius: 20px !important;
    box-shadow: 0 4px 45px rgba(0, 0, 0, 0.1);
  }

  .heading {
    background: #DC8513;
    color: #F6F9FF;
    border-radius: 20px 20px 0 0;
  }

  .heading h3 {
    font-family: Poppins, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 44.97px;
  }

  .heading p {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }

  form {
    border-bottom: 1px solid #E2E8F0;
  }

  .form-container {
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    border-radius: 0 0 20px 20px;
  }

  .form-container .form-label,
  .form-container .form-check-label {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #475467;
  }

  .form-container .form-label {
    font-weight: 600;
  }

  .form-container .form-check-label {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    padding-left: 9px;
  }

  .form-container .form-check {
    margin-bottom: 1rem;
  }

  .form-check-input {
    width: 18px;
    height: 18px;
  }

  .form-check-input:checked {
    background-color: #FFFFFF;
    border: 1px solid #DC8513;
  }

  .form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3 -3 6 6'%3e%3ccircle r='2' fill='%23DC8513'/%3e%3c/svg%3e");

  }

  .form-check-input:focus {
    box-shadow: none !important;
  }

  .form-container .form-control {
    background: #F9F9F9;
    margin-bottom: 1.5rem;
    border: none;
  }

  .form-control:focus {
    box-shadow: none !important;
  }

  .form-container .form-control::placeholder {
    font-family: Poppins, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    color: #475467 !important;
  }

  input {
    border-radius: 50px !important;
    height: 59px;
  }

  input.form-control {
    padding: 0.5rem 1.2rem !important;
  }

  textarea {
    border-radius: 25px !important;
  }

  textarea.form-control {
    padding: 1.5rem 1.5rem !important;
  }

  .btn-submit {
    background: #DC8513;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    border-radius: 50px;
    height: 50px;
  }

  .btn-submit:hover {
    background-color: #DC8513;
  }

  .customer-support {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    color: #475467;
  }

  .customer-support a {
    color: #475467;
    text-decoration: none;
    font-weight: 600;
  }

  .job-card-link:hover {
    text-decoration: underline;
  }

  @media screen and (max-width: 900px) {
    .feedbackheadline {
      font-size: 20px !important;
    }

    .feedback .header {
      height: 272px;
      background-image: url('/eagritrader/revamp/images/feedbackmobile.svg');
    }

    .heading h3 {
      font-size: 29px;
    }

    .heading p {
      font-size: 12px;
      line-height: 18px;
    }

    .feedbackcard {
      position: relative;
      top: -10rem;
      width: 90%;
      border-radius: 20px !important;
      box-shadow: 0px 4px 12px 0px #00000005;
    }
  }



  /* Trading Knowledge */

  .breadcrumb-item {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }

  .breadcrumb-item a {
    color: #1E293B;
    text-decoration: none;
  }

  .breadcrumb-item.active {
    color: #DC8513;
  }

  .trading h1 {
    font-family: Poppins;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    color: #1E293B;

  }

  .datetime {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #97989F;

  }

  .trading .subheading {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.08365951478481293px;
    color: #475467;

  }

  .trading p,
  .trading li {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #475467;



  }

  .trading p {
    text-align: justify;
    margin-bottom: 1.8rem;
  }

  @media screen and (max-width: 900px) {
    .Agreements .container {
      padding: 1.5rem;
    }

    h1 {
      font-size: 20px;
    }

    .datetime {
      font-size: 11px;
    }

    .mobile-breadcrumb {
      font-weight: 600;
      font-size: 18px;
      line-height: 27px;
    }

    .subheading {
      font-size: 16px;
    }

    .trading p,
    .trading li {
      font-size: 16px;
    }

  }





  /* ABOUT US PAGE CSS */

  .exchangePrice {
    background: url('/eagritrader/revamp/images/aboutusBg.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 493px;
  }

  .fw700 {
    font-weight: 700;
  }

  .fw600 {
    font-weight: 600;
  }

  .fw400 {
    font-weight: 400;
  }

  .fs35 {
    font-size: 35px;
  }

  .fs34 {
    font-size: 34px;
  }

  .fs30 {
    font-size: 30px;
  }

  .fs20 {
    font-size: 20px;
  }

  .fs18 {
    font-size: 18px;
  }

  .fs17 {
    font-size: 17px;
  }

  .fs16 {
    font-size: 16px;
  }

  .fs14 {
    font-size: 14px;
  }

  .exchangePrice .title {
    line-height: 33px;
  }

  .exchangePrice h4 {
    font-size: 40px;
    line-height: 64px;
  }

  .exchangePrice img {
    padding: 5px;
    border-radius: 140px;
    border: 1px dashed #FFBE5A;
  }

  h4 span {
    color: #DC8513;
  }

  .captions {
    line-height: 32px;
    color: #475467;
  }

  .whyus {
    color: #FFFFFF;
  }

  .underlin {
    text-decoration: underline;
  }

  .ourStory h4 {
    color: #1E293B;
    line-height: 66px;
  }

  .whyUs {
    background-color: #64748B;
  }

  .whyUs h4 {
    line-height: 66px;
  }

  .whyUs p {
    /* Restricting number of lines */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .btnDiv div {
    height: 85px;
    width: 85px;
  }

  .btnDiv a {
    height: 50px;
    background-color: #F8A538;
  }

  .borderRadius25 {
    border-radius: 25px;
  }

  .borderRadius50 {
    border-radius: 50px;
  }


  @media (max-width:900px) {
    .exchangePrice {
      background-image: url('/eagritrader/revamp/images/AgreeMobview.png');
      min-height: auto;
    }

    .rfs12 {
      font-size: 12px;
    }

    .rfs14 {
      font-size: 14px;
    }

    .rfs16 {
      font-size: 16px;
    }

    .rfs20 {
      font-size: 20px;
    }

    .exchangePrice h4 {
      font-size: 20px;
      line-height: 35px;
    }

    .ourStory img {
      height: 306px;
      width: 297.5px;
    }

    .captions {
      line-height: 29px;
    }

    .whyUs img {
      width: 45px;
      height: 45px;
    }

    .whyUs p {
      line-height: 22px;
    }
  }



  /* CONTACT US PAGE CSS */
  .contactHero {
    position: relative;
    background: url('/eagritrader/revamp/images/contactBg.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 375px;
  }

  .contactHero p {
    color: #F8F8F8;
    line-height: 28px;
  }

  .contactHero h4 {
    line-height: 45.5px;
  }

  .contactUs {
    background-color: #F9F9F9;
  }

  .iconDiv {
    height: 31px;
    width: 31px;
    background-color: #EEEEEE;
  }

  .iconDiv .bi {
    margin: 0;
  }

  .services {
    color: #475467;
    line-height: 32px;
  }

  .cred {
    line-height: 27px;
  }

  .formDiv {
    position: absolute;
    width: 40%;
    max-width: 476px;
    top: 100px;
    right: 120px;
  }

  .formDiv p {
    color: #1E293B;
  }

  .formDiv input {
    background-color: #f9f9f9;
    border: none;
    border-radius: 50px;
    height: 59px;
  }

  .formDiv select {
    background-color: #f9f9f9;
    border: none;
    border-radius: 50px;
  }

  .formDiv textarea {
    background-color: #f9f9f9;
    border: none;
    min-height: 130px;
  }

  .mobView {
    background-color: #f9f9f9;
    border: none;
  }

  .formDiv input::placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #475467;
  }

  .formDiv textarea::placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #475467;
  }

  .form-select {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #475467;
    width: 30%;
  }

  .formDiv .btn-primary {
    height: 50px;
  }

  .form-control:focus {
    box-shadow: none;
    background-color: #F9F9F9;
  }

  .form-select:focus {
    box-shadow: none;
    background-color: #F9F9F9;
  }

  .borderRadius30 {
    border-radius: 30px;
  }

  @media (max-width:900px) {
    .contactUs {
      background-color: #fff;
    }

    .contactHero {
      background: url('/eagritrader/revamp/images/contactMobi.svg');
      background-size: contain;
      background-repeat: no-repeat;
      height: 100%;
    }

    .contactHero h4 {
      line-height: 30px;
    }

    .cred {
      line-height: 24px;
    }

    .formDiv {
      width: 100%;
      position: relative;
      top: 50px;
      right: auto;
    }

    .contactHero p {
      line-height: 24px;
    }

    .formDiv form {
      border: 1px solid #E2E8F0;
    }

    .formDiv .btn-primary {
      background-color: #DC8513;
      color: #fff;
    }

    .formDiv input {
      height: 53px;
    }

    .services {
      color: #64748B !important;

    }
  }

  @media(max-width:425px) {
    .form-select {
      width: 60%;
      max-width: 90px;
    }
  }




  .fw700 {
    font-weight: 700;
  }

  .fw600 {
    font-weight: 600;
  }

  .fw400 {
    font-weight: 400;
  }

  .fs35 {
    font-size: 35px;
  }

  .fs34 {
    font-size: 34px;
  }

  .fs30 {
    font-size: 30px;
  }

  .fs20 {
    font-size: 20px;
  }

  .fs18 {
    font-size: 18px;
  }

  .fs17 {
    font-size: 17px;
  }

  .fs16 {
    font-size: 16px;
  }

  .fs14 {
    font-size: 14px;
  }

  @media (max-width:900px) {
    .rfs12 {
      font-size: 12px;
    }

    .rfs14 {
      font-size: 14px;
    }

    .rfs16 {
      font-size: 16px;
    }

    .rfs20 {
      font-size: 20px;
    }
  }



  /* -----Careers----- */

  .careers {
    background: #F9F9F9;

  }

  .careersheader {
    height: 510px;
    background-image: url('../images/carrersbanner.jpg');
    /* /eagritrader/revamp/images/careersbanner.png */
    background-size: cover;
    /* Ensures the image covers the entire container */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    background-position: center;
    /* Centers the image in the container */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;


  }

  .careersheader h1 {
    font-family: Poppins;
    font-size: 45px;
    font-weight: 700;
    line-height: 69.12px;
    color: #FFFFFF;
  }

  .careersheader p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
  }

  .careercontainer {
    background: #F9F9F9;
  }

  .careercontainer h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 61.92px;

  }

  .careercontainer p {
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
    color: #475467;

  }

  .careercard {
    box-shadow: 0px 14px 24px 0px #0000000A;
    border-radius: 15px;
    background-color: #FFFFFF;
    border: none;
    position: relative;

  }

  .roles {
    font-size: 22px;
    font-weight: 700;
    line-height: 42px;
    color: #1E293B;

  }

  .jobtype {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: #979797;

  }

  .job-arrow {
    position: absolute;
    right: 8%;
    top: 45%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #999;
    font-weight: bold;
  }


  @media screen and (max-width: 900px) {
    .careersheader {
      height: 287px;
      background-image: url('../images/carrermobilebanner.png');
      background-size: center;
      /* Ensures the image covers the entire container */
      background-repeat: no-repeat;
      /* Prevents the image from repeating */
      background-position: center;
      /* Centers the image in the container */
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;


    }

    .careersheader h1 {
      font-size: 20px;
      line-height: 30px;
    }

    .careersheader p {
      font-size: 14px;
      line-height: 24px;
    }

    .careercontainer h1 {
      font-size: 20px;
      line-height: 66.24px;
    }

    .careercontainer p {
      font-size: 14px;
      line-height: 28px;
    }

    .roles {
      font-size: 18px;
    }

    .jobtype {
      font-size: 14px;
    }

  }

  .search-section {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 0px 15px;
    display: flex;
    align-items: center;
  }


  .search-bar {
    background: #fff;
    border-radius: 50px;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
    padding: 5px 15px;
    display: flex;
    align-items: center;
  }

  .search-bar input {
    border: none;
    outline: none;
    flex: 1;
    padding: 10px;
    border-radius: 50px;
  }

  .search-bar .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px 0px 10px;
  }

  .search-section button {
    background-color: #d59120;
    /* Gold color */
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background 0.3s;
  }

  .search-section button:hover {
    background-color: #b87e19;
    /* Darker gold shade */
  }

  .search-divider {
    border-left: 1px solid #ddd;
    height: 40px;
    margin: 0 15px;
  }


  @media screen and (max-width: 900px) {


    .search-section {
      background: none !important;
      border-radius: 50px;
      padding: 0px;
      display: flex;
      align-items: center;
      gap: 10px;
      box-shadow: none !important;

    }

    .search-bar {
      background: #fff;
      border-radius: 50px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      padding: 5px 15px;
      display: flex;
      align-items: center;
    }

    .search-section button {
      width: 100%;
    }

  }



  /* careers2 */

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

  * {
    font-family: "Poppins", sans-serif;
  }

  .breadcrumb-item {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-left: 12px;
  }

  .breadcrumb-item a {
    color: #1e293b;
    text-decoration: none;
  }

  .breadcrumb-item.active {
    color: #dc8513;
  }

  .role {
    border-bottom: 1px solid #CCCCCC8A
  }

  .role h3 {
    font-size: 45px;
    font-weight: 700;
    line-height: 90px;
    color: #1E293B;

  }

  .role span {
    font-size: 22px;
    font-weight: 600;
    line-height: 54px;

  }

  .details span {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 40px !important;
    color: #DC8513 !important;
  }

  .details span i {
    font-size: 24px;
  }

  .descript h4,
  .formcard h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 72px;
    color: #1E293B;

  }

  .form-select {
    border-radius: 50px;
  }

  .form-selectmerge {
    border-radius: 50px;
  }


  .descript li,
  .descript p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color: #475467;
    overflow-wrap: break-word;
  }

  .formcontainer {
    background: #F9F9F9;
    border: 0.5px solid #D9D9D9;
    width: 65%;
    border-radius: 15px;
  }

  .resumebtn {
    background: #F2D6AC59;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #DC8513;
    height: 60px;
    border: 1px dashed #F8A538;
    border-radius: 14px;
  }

  .submitbtn {
    background: #DC8513;
    border: none;
    box-shadow: 0px 20px 35px 0px #6C84A940;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #F7F7F7;
    width: fit-content;
    padding: 10px 25px;
    border-radius: 50px;
    height: max-content;
  }

  @media screen and (max-width: 900px) {

    .role h3 {
      font-size: 24px;
      font-weight: 800;
      line-height: 45px;

    }

    .role span {
      font-size: 18px;
    }

    .descript li,
    p {
      font-size: 14px;
      font-weight: 400;
      line-height: 32px;
    }

    .descript h4 {
      font-size: 20px;
    }

    .formcard h4 {
      font-size: 20px;
    }

    .formcontainer {
      background: #F9F9F9;
      border: 0.5px solid #D9D9D9;
      width: 90%;
      margin: auto;
    }

    .submitbtn {
      font-weight: 500;
      width: 100%;
    }

    .resumebtn {
      height: fit-content;
      padding: 10px;
    }


  }


  .getintouch {
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;

  }

  @media screen and (max-width: 900px) {

    .getintouch {
      font-weight: 700;
      font-size: 25px;
      line-height: 37.5px;

    }
  }


  .text-justify {
    text-align: justify !important;
  }