/*  Section-1 Starts Here */
  .docs_processing-bg {
    height: 750px;
    background-size: cover;
    position: relative;
    background-position: center;
  }

  .docs_processing-bg .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(95deg, rgb(0 18 77) 11.4%, rgb(0 0 0 / 0%) 70.2%);
  }

  .docs_processing_header_content {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
    position: relative;
  }

  .docs_processing_header_content h1 {
    color: #fff;
    font-size: 60px;
  }

  .docs_processing_header_content h1 span {
    color: #07ebe2;
  }

  .docs_what_we {
    font-size: 60px;
    margin-top: -45px;
    margin-bottom: 50px;
  }

  .docs_horizontal_line {
    width: 100%;
    background-color: lightgrey;
    height: 2px;
    margin-top: 30px;
    display: none;
  }

  /*  Section-1 Ends Here */

  /*  Section-2 Starts Here */

  .docs_processing_wrapper {
    padding: 45px 40px;
  }

  .docs_processing_02 p::first-letter {
    text-transform: capitalize;
    color: var(--dark-blue-color);
    font-size: 50px;
    font-weight: 700;
  }

  .docs_processing_02 p {
    font-size: 18px;
    line-height: 35px;
  }

  /*  Section-2 Ends Here */

  /*  Section-3 Starts Here */

  .docs_processing_03_left,
  .docs_processing_05_left,
  .docs_processing_07_left,
  .docs_processing_09_left {
    height: 450px;
  }

  .docs_processing_03_left img,
  .docs_processing_05_left img,
  .docs_processing_07_left img,
  .docs_processing_09_left img {
    box-shadow: -35px -35px 0px 0px var(--dark-blue-color);
    border-radius: 15px;
    height: 100%;
    margin: 0 auto;
    display: block;
  }

 .docs_processing_03_right h2, 
 .docs_processing_04_left h2, 
 .docs_processing_05_right h2,
  .docs_processing_06_left h2, 
  .docs_processing_07_right h2,
   .docs_processing_08_left h2, 
   .docs_processing_09_right h2 {
    font-size: 40px;
    line-height: 55px;
}

  .docs_processing_03_right p,
  .docs_processing_04_left p,
  .docs_processing_05_right p,
  .docs_processing_06_left p,
  .docs_processing_07_right p,
  .docs_processing_08_left p,
  .docs_processing_09_right p {
    font-size: 18px;
    line-height: 30px;
  }

  .docs_processing_03_right p span,
  .docs_processing_04_left p span,
  .docs_processing_05_right p span,
  .docs_processing_06_left p span,
  .docs_processing_07_right p span,
  .docs_processing_08_left p span,
  .docs_processing_09_right p span {
    color: var(--dark-blue-color);
    font-weight: 900;
    font-size: 25px;
  }

  .docs_processing_03_right button:hover,
  .docs_processing_04_left button:hover,
  .docs_processing_05_left button:hover,
  .docs_processing_07_right button:hover,
  .docs_processing_08_left button:hover,
  .docs_processing_09_right button:hover {
    transform: translateY(-2px);
  }



  /*  Section-3 Ends Here */

  /* Section-4 Starts Here */

  .docs_processing_04_right,
  .docs_processing_06_right,
  .docs_processing_08_right {
    height: 450px;
  }

  .docs_processing_04_right img,
  .docs_processing_06_right img,
  .docs_processing_08_right img {
    box-shadow: 35px -35px 0px 0px var(--dark-blue-color);
    border-radius: 15px;
    height: 100%;
    margin: 0 auto;
    display: block;
  }

  /* Section-4 Ends Here */

  /* Section-10 Starts Here */
  .docs_processing_10 {
    background-color: var(--dark-blue-color);
    border-radius: 20px;
    padding: 25px;
    text-align: center;
  }

  .docs_processing_10 p {
    color: #fff;
    font-size: 19px;
    line-height: 35px;
  }

  .docs_processing_10 button {
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    background: #fff;
    color: var(--dark-blue-color) !important;
    border-radius: 8px;
    padding: 14px 24px 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin: 20px 0;
    transition: all 0.5s;
    animation: docs_processing_10_Btn 1.5s infinite ease-in-out;
    /* Apply animation */
  }

  .docs_processing_10 button:hover {
    background-color: #fff;
  }

  /* Keyframes for zooming in and out */
  @keyframes docs_processing_10_Btn {

    0%,
    100% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.1);
    }
  }

  .hideInDesktop {
    display: none;
  }

  /* Section-10 Ends Here */

  /* Media Query Starts Here */
  /* <1200PX */

  @media (max-width: 1200px) {
    .docs_processing_03_right h2, .docs_processing_04_left h2, .docs_processing_05_right h2, .docs_processing_06_left h2, .docs_processing_07_right h2, .docs_processing_08_left h2, .docs_processing_09_right h2 {
        font-size: 30px;
        line-height: 40px;
    }
}


  @media (max-width: 1200px) {

    .docs_processing_03_left img,
    .docs_processing_05_left img,
    .docs_processing_07_left img,
    .docs_processing_09_left img {
      box-shadow: -40px -40px 0px 0px var(--dark-blue-color);
    }

   
    .docs_processing_04_right img,
    .docs_processing_06_right img,
    .docs_processing_08_right img {
      box-shadow: 40px -40px 0px 0px var(--dark-blue-color);
    }
  }

  /* <992PX */
  @media (max-width: 768px) {
.docs_what_we {
    font-size: 44px;
}
  }


  @media (max-width: 992px) {

    .docs_processing_03_left,
    .docs_processing_05_left,
    .docs_processing_07_left,
    .docs_processing_09_left {
      height: 650px;
    }

    .docs_processing_03_right,
    .docs_processing_05_right,
    .docs_processing_07_right,
    .docs_processing_09_right {
      margin-top: 30px;
    }

    .hideInTab {
      display: none;
    }

    .hideInDesktop {
      display: block;
    }

    .docs_processing_04_right,
    .docs_processing_06_right,
    .docs_processing_08_right {
      height: 650px;
    }

    .docs_processing_04_left,
    .docs_processing_06_left,
    .docs_processing_08_left {
      margin-top: 30px;
    }

    .docs_processing_header_content {
      width: 70%;
    }

    .docs_processing_header_content h1 {
      font-size: 75px;
      line-height: 90px;
    }

    .docs_processing-bg .overlay {
      background: linear-gradient(70deg, rgb(0 18 77) 11.4%, rgb(0 0 0 / 48%) 70.2%);
    }

    .docs_horizontal_line {
      display: block;
    }

  }

  /* <768PX */
  @media (max-width: 768px) {

    .docs_processing_03_left,
    .docs_processing_05_left,
    .docs_processing_07_left,
    .docs_processing_09_left {
      height: 450px;
    }

    .docs_processing_04_right,
    .docs_processing_06_right,
    .docs_processing_08_right {
      height: 450px;
    }

    .docs_processing_header_content h1 {
      font-size: 55px;
    }
  }

  /* <576PX */
  @media (max-width: 576px) {
    .docs_processing_header_content {
      width: 100%;
    }

    .docs_processing_header_content h1 {
      font-size: 46px;
      line-height: 73px;
    }

    .docs_processing_wrapper_01 {
      padding: 0px 40px;
    }

    .docs_what_we {
      font-size: 35px;
    }

    .docs_processing-bg {
      height: 400px;
    }

    .docs_processing_03_left img,
    .docs_processing_05_left img,
    .docs_processing_07_left img,
    .docs_processing_09_left img,
    .docs_processing_04_right img,
    .docs_processing_06_right img,
    .docs_processing_08_right img {
      height: 95%;
    }
.docs_processing_03_right h2, .docs_processing_04_left h2, .docs_processing_05_right h2, .docs_processing_06_left h2, .docs_processing_07_right h2, .docs_processing_08_left h2, .docs_processing_09_right h2
{
  font-size: 30px;
}
  }

  /* <450PX */
  @media (max-width: 450px) {

    .docs_processing_02 p,
    .docs_processing_03_right p,
    .docs_processing_04_left p,
    .docs_processing_05_right p,
    .docs_processing_06_left p,
    .docs_processing_07_right p,
    .docs_processing_08_left p,
    .docs_processing_09_right p {
      font-size: 17px;
      line-height: 30px;
    }

    .docs_processing_wrapper {
      padding: 25px 15px;
    }

    .docs_processing_03_left img,
    .docs_processing_05_left img,
    .docs_processing_07_left img,
    .docs_processing_09_left img {
      box-shadow: -30px -30px 0px 0px var(--dark-blue-color);
    }

    .docs_processing_04_right img,
    .docs_processing_06_right img,
    .docs_processing_08_right img {
      box-shadow: 30px -30px 0px 0px var(--dark-blue-color);
    }

    .docs_processing_header_content h1 {
      font-size: 42px;
    }

  }

  /* Button CSS */
.file-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

  .file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

  .file-input__label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    padding: 10px 12px;
    background-color: var(--dark-blue-color);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}


.file-input__label svg {
    height: 16px;
    margin-right: 4px;
}

.file-input .file-input__small {
    color: #666;
    font-size: 15px;
    width: 80%;
    text-align: center;
}

@media (max-width: 992px) {
.file-input .file-input__small
{
    width: 70%;
}
}

@media (max-width: 768px) {
.file-input
{
  flex-direction: column;
}
.file-input .file-input__small
{
    width: 90%;
    font-size: 12px;
}
}

@media (max-width: 576px) {
    .myFooterModalForm .row label {
        margin: 18px 0;
    }
}