  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  p {
    margin: 0;
  }

  .first-sec-main {
    /* border-bottom: 1px solid #000; */
    /* padding: 20px; */
  }

  .head-img {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
  }
  .head-img h1 {
    color: #fff;
    font-size: 30px;
    padding: 20px 0;
  }

  .head-img h1 span {
    border: 1px solid #fff;
    padding: 0px 14px 4px;
    font-family: monospace;
  }

  .head-img img {
    height: 50px;
  }

  .first-sec {
    padding: 20px 0 0 0;
  }

  .second-sec-text {
    background-color: #164b76;
    text-align: center;
    margin: 0 auto;
    width: 1000px;
    padding: 10px 100px;
  }
  .second-sec-text p {
    margin: 0;
    width: 650px;
    margin: 0 auto;
    color: #fff;
  }

  .second-sec-text-mob {
    background-color: #164b76;
    text-align: center;
    margin: 0 auto;
    width: 1000px;
    padding: 10px 100px;
    display: none;
  }
  .second-sec-text-mob p {
    margin: 0;
    width: 650px;
    margin: 0 auto;
    color: #fff;
  }

  .box-1-upper h1 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    padding: 0px 50px 0 50px;
    font-size: 31px;
    font-weight: 900;
  }
  .box-1-upper .first-head p {
    text-align: center;
    font-family: "Poppins", sans-serif;
    padding: 0px 50px 10px 50px;
    font-size: 32px;
    font-weight: 900;
    color: brown;
  }
  .videotext h5 {
    text-align: center;
    background-color: brown;
    color: #fff;
    padding: 5px 0;
    margin: 0;
  }
  .videotext h5 i {
    font-size: large;
    padding: 0 10px 0 0;
  }

  .videotext p {
    padding: 10px 0 26px;
    font-size: 20px;
    margin: 0;
    border-bottom: 1px solid #000;
  }

  .testi-sec-1 {
    background-color: rgb(77, 86, 99);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 0;
    row-gap: 10px;
    border-radius: 20px;
    margin-top: 20px;
  }
  .testi-sec-1 .stars-img img {
    height: 30px;
  }

  .testi-sec-1 .tes-img img {
    height: 50px;
  }
  .testi-sec-1 p {
    color: #fff;
  }

  .f-text-img {
    display: flex;
    padding: 0px 0 70px;
  }
  .f-img {
    width: 30%;
    text-align: center;
  }
  .f-img img {
    width: 66%;
  }
  .f-text {
    text-align: center;
    width: 400px;
    margin: 0 auto;
    padding: 0 0 40px;
  }
  .f-text p {
    font-size: 19px;
  }
  .f-text h3 {
    font-weight: 800;
    font-size: 25px;
    color: #000;
  }

  form p {
    text-align: center;
    padding: 10px 0 0;
  }

  .form-text {
    padding: 40px 0 50px 0;
  }

  input#phoneInput {
    width: 100%;
    padding: 10px 56px;
  }

  .iti {
    width: 100%;
    color: #000;
  }

  /* General Form Styling */
  .form-area {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 500px;
    margin: 0 auto;
  }

  .form-inner {
    width: 100%;
  }

  .form-group {
    margin-bottom: 15px;
  }

  input[type="text"],
  input[type="number"],
  input[type="email"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    color: #000;
  }

  input[type="text"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus {
    outline: none;
    border: none;
  }

  input::placeholder {
    color: #adb5bd;
    font-style: italic;
  }

  .btn {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #007bff !important;
    padding: 16px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .btn:hover {
    background-color: #0056b3;
  }

  .btn:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  }

  @media (max-width: 768px) {
    .form-area {
      padding: 15px;
    }

    input[type="text"],
    input[type="tel"],
    input[type="email"] {
      font-size: 14px;
    }

    .btn {
      font-size: 14px;
    }
  }

  .form-inner .form a {
    width: 100%;
    background-color: #0056b3;
    padding: 20px 0;
  }

  .form-submit {
    width: 100%;
    font-size: 25px !important;
    background: linear-gradient(152deg, #00000091, #0d2237);
    padding: 22px !important;
    font-weight: 700 !important;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.55);
  }
  .form-submit i {
    position: absolute;
    left: 80px;
    top: 30px;
  }

  @media screen and (max-width: 480px) {
    .form-inner h2 {
      font-size: 24px;
    }
    .form-submit {
      font-size: 17px;
    }
  }

  .sec-2-works h2 {
    text-align: center;
    font-weight: 800;
    padding: 10px 0 30px 0;
    font-size: 50px;
  }

  .work {
    text-align: center;
  }
  .work img {
    height: 300px;
  }
  .work h2 {
    font-weight: 800;
    text-align: center;
    padding: 0 0 20px;
    font-size: 30px;
    text-transform: capitalize;
  }

  .inner-work p {
    text-align: center;
    padding: 0 30px;
    font-size: 18px;
  }

  /* .sche-btn a {
          text-decoration: none;
          color: #000;
          padding: 43px 49px;
          margin: 0 auto;
          width: 100% !important;
      } */

  .sche-btn {
    text-align: center;
    width: 500px;
    margin: 90px auto;
  }
  .sche-btn a {
    text-decoration: none;
  }

  .sche-btn .form-submit {
    width: 500px;
    border-radius: 19px;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 12px 50px;
    row-gap: 2px;
    background-color: #007bff;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
  }

  .sp-1 {
    margin: 0 auto;
    font-size: 16px;
    display: none;
  }

  .sp-2 {
    font-size: 28px;
    margin: 0 auto;
    font-weight: 700;
  }

  .bonus-main {
    border: 1px solid #ff4b4b;
  }
  /* 
      .bonus
      {
          padding: 32px 40px;
      } */
  .bonus h2 {
    padding: 0 0 20px;
  }
  .bonus p {
    padding: 0 50px 20px 0;
  }
  .bonus img {
    width: 100%;
  }
  .text-center-box {
    text-align: center;
  }
  .text-center-box h4 {
    text-decoration: line-through;
    color: orange;
  }
  .text-center-box h2 {
    color: red;
    text-transform: uppercase;
  }
  .text-center-box h3 {
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 700;
  }

  .bonus-sec {
    padding: 0 0 100px;
  }

  .bonus-main {
    border: 3px solid #ff9900;
    border-radius: 10px;
    padding: 20px;
    animation: glow 1.5s infinite alternate;
    box-shadow: 0 0 20px rgba(255, 153, 0, 0.5);
  }

  .text-center-box h2 {
    color: #ff0000;
    font-size: 3rem;
    animation: heartbeat 1s infinite;
    display: inline-block;
  }

  @keyframes heartbeat {
    0% {
      transform: scale(1); /* Original size */
    }
    25% {
      transform: scale(1.1); /* Slightly bigger */
    }
    50% {
      transform: scale(1); /* Back to original size */
    }
    75% {
      transform: scale(1.1); /* Slightly bigger again */
    }
    100% {
      transform: scale(1); /* Back to original size */
    }
  }

  .bonus-sec h1 {
    text-align: center;
    font-weight: 900;
    font-size: 50px;
    padding: 0 0 50px;
  }

  .bonus h2 {
    font-weight: 700;
  }
  .list-box ul {
    padding: 0 6px;
  }

  .list-box ul li {
    display: flex;
    column-gap: 20px;
  }

  .list-box ul li h5 {
    font-weight: 700;
    font-size: 18px;
  }
  .list-box ul li i {
    color: #007bff;
  }
  .relex-sec {
    padding: 0 0 50px;
  }
  .relex-sec h2 {
    text-align: center;
    font-weight: 800;
    font-size: 40px;
    padding: 40px 0 50px;
    border-top: 1px solid #000;
  }

  .list-box img {
    width: 100%;
  }

  .our-store-main h2 {
    text-align: center;
    border-top: 1px solid #000;
    padding: 20px 0 30px 0;
    font-weight: 900;
    font-size: 40px;
  }

  .our-store-img img {
    width: 100%;
    height: 600px;
  }

  :root {
    --color-primary: #ff4b4b;
    --color-text: #545d7a;
    --color-white: #fff;
    --color-title: #242e4c;
    --color-background: #f7f8fb;
    --color-border: #dae1f5;

    /* Fonts */
    --font-family: "Satoshi", sans-serif;
    --fs-sm: 1.4rem;
    --fs-md: 1.6rem;
    --fs-lg: 2.2rem;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-bold: 700;

    /* Transition & Box Shadow */
    --transition: 0.4s ease-in-out;
    --shadow: 0px 60px 56px -12px rgb(9 40 163 / 55%);
  }

  .faq-sec {
    background-color: #000;
  }

  .accordion__wrapper {
    background-color: #000;
    /* box-shadow: var(--shadow); */
    border-radius: 2.5rem;
    width: 100%;
    max-width: 60rem;
    padding: 5rem;
  }

  .accordion__title {
    font-size: var(--fs-lg);
    font-weight: var(--fw-bold);
    color: #fff;
    text-align: center;
    margin-bottom: 4rem;
  }

  .accordion {
    border-bottom: 0.1rem solid var(--color-border);
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }

  .accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
  }

  .accordion__icon {
    background-color: var(--color-primary);
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--color-white);
    flex-shrink: 0;
  }

  .accordion__question {
    font-size: var(--fs-md);
    font-weight: var(--fw-medium);
    color: #fff;
  }

  .accordion__answer {
    padding: 2rem 0;
    color: #fff;
  }

  .accordion__content {
    overflow: hidden;
    height: 0;
    transition: var(--transition);
  }

  @media screen and (min-width: 580px) {
    .accordion__wrapper {
      padding: 4rem 1rem;
    }
  }

  .faq-cen {
    display: flex;
    justify-content: center;
    padding: 30px 0;
    background-color: #000;
  }

  .testimonial {
    border-right: 4px solid #2a3d7d;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 10px 30px 10px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
  }
  .testimonial:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -17px;
    border-top: 25px solid #29d18b;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(45deg);
  }
  .testimonial:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -17px;
    border-top: 25px solid #29d18b;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(135deg);
  }
  .testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    bottom: 5px;
    right: 20px;
  }
  .testimonial .pic img {
    width: 100%;
    height: auto;
  }
  .testimonial .description {
    font-size: 15px;
    letter-spacing: 1px;
    color: #6f6f6f;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #29d18b;
    margin: 0;
  }
  .testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: #29d18b;
    font-style: italic;
  }
  .owl-theme .owl-controls .owl-page span {
    border: 2px solid #2a3d7d;
    background: #fff !important;
    border-radius: 0 !important;
    opacity: 1;
  }
  .owl-theme .owl-controls .owl-page.active span,
  .owl-theme .owl-controls .owl-page:hover span {
    background: #29d18b !important;
    border-color: #29d18b;
  }
  @media only screen and (max-width: 767px) {
    .testimonial {
      padding: 20px;
      text-align: center;
    }
    .testimonial .pic {
      display: block;
      position: static;
      margin: 0 auto 15px;
    }
  }

  .test {
    text-align: center;
  }

  .test h2 {
    font-weight: 700;
    font-size: 40px;
  }
  .test img {
    height: 26px;
  }
  .test p {
    font-size: 20px;
    padding: 10px 0 30px;
  }
  .black-head {
    background-color: #000;
  }

  .check-img-text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }

  .check-img-text img {
    width: 70%;
  }

  .table-responsive {
    overflow-x: auto; /* Enable horizontal scrolling */
  }

  table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Enhanced shadow for a 3D effect */
    border-radius: 12px; /* Softer, more rounded corners */
    overflow: hidden;
    padding: 50px 0;
  }
  th,
  td {
    padding: 15px 20px; /* Added padding for better readability */
    text-align: left;
  }
  th {
    background-color: #000; /* Black background for header */
    color: #fff; /* White text for high contrast */
    border-bottom: 3px solid #333; /* Subtle dark border for definition */
    text-transform: uppercase; /* Uppercase header text for emphasis */
    letter-spacing: 1px; /* Space between letters */
    text-align: center;
  }
  td {
    border-bottom: 1px solid #ddd; /* Light gray border for rows */
    text-align: center;
  }
  td i {
    font-size: 24px; /* Adjusts icon size */
    color: #000; /* Black color for the icon */
  }

  tbody,
  td,
  tfoot,
  th,
  thead,
  tr {
    height: 100px;
  }

  tbody tr:hover {
    background-color: #f5f5f5; /* Light gray background on hover */
  }
  tbody tr:nth-child(even) {
    background-color: #f9f9f9; /* Alternating row color for better readability */
  }
  tbody tr:nth-child(odd) {
    background-color: #ffffff; /* Alternating row color */
  }

  .table-data h2 {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    padding: 0px 0 50px;
  }

  /*.table-data */
  /*{*/
  /*  padding: 100px 0;*/
  /*}*/

  /* 
    .risk-box-2 img
    {
      width: 50%;
      text-align: center;
    } */

  .risk {
    background-color: #000;
    padding: 50px 50px;
  }

  .risk-box h5 {
    color: #007bff;
  }
  .risk-box h2 {
    color: #fff;
    font-size: 50px;
    padding: 0 0 20px;
  }

  .risk-box {
    /* padding: 0 100px 0 0; */
  }
  .risk-box p {
    color: #fff;
    font-size: 22px;
  }

  .tab-container {
    width: 100%;
    max-width: 600px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #000;
  }

  .tabs {
    display: flex;
    border-bottom: 3px solid #164b76;
  }
  .tab {
    flex: 1;
    padding: 15px 20px;
    text-align: center;
    background-color: #f0f4f8;
    border: 2px solid #164b76;
    border-radius: 10px 10px 0 0;
    color: #007bff;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s, color 0.3s, transform 0.3s;
  }
  .tab.active {
    background-color: #164b76;
    color: #ffffff;
    font-weight: bold;
    /* transform: scale(1.05); */
  }
  .tab:hover {
    background-color: #cce7ff;
    color: #0056b3;
    transform: scale(1.02);
  }
  .tab::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #164b76;
    opacity: 0;
    transform: translateX(-50%);
    transition: opacity 0.3s, transform 0.3s;
  }
  .tab.active::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  .tab-content {
    display: none;
    padding: 20px;
    background-color: #ffffff;
  }
  .tab-content.active {
    display: block;
    /* border: 1px solid #000; */
  }
  .form-group {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
  }
  .form-input {
    flex: 1;
    padding: 12px;
    border: 2px solid #007bff;
    border-radius: 10px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
  }
  .form-input:focus {
    border-color: #004d40;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
  }
  .full-width {
    flex: 1 1 100%;
  }
  .submit-button {
    display: block;
    width: 100%;
    padding: 12px;
    border: none;
    background-color: #007bff;
    color: #ffffff;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    font-weight: bold;
  }
  .submit-button:hover {
    background-color: #004d40;
    transform: translateY(-2px);
  }
  .submit-button:disabled {
    background-color: #c6c6c6;
    cursor: not-allowed;
  }
  .appointment-button {
    display: block;
    width: 100%;
    padding: 12px;
    border: none;
    background-color: #007bff;
    color: #ffffff;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    font-weight: bold;
  }
  .appointment-button:hover {
    background-color: #004d40;
    transform: translateY(-2px);
  }
  .message {
    text-align: center;
    font-size: 18px;
    padding: 10px 0 50px;
  }

  .servmainbox-2 h3 {
    color: #000000;
    font-weight: 600;
    font-family: "fatural";
  }

  .servmainbox-2 p {
    color: #000000;
    width: 400px;
    font-family: sans-serif;
    font-weight: 600;
  }

  .servtestiimg {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
  }

  .images .vector {
    margin: 0 -26px 0 0px;
  }
  .images-main {
    display: flex;
    align-items: center;
    gap: 50px;
  }
  .images-main h6 {
    color: #000000;
    margin: 0;
  }

  .servmainbox-2 {
    display: flex;
    align-items: self-end;
    gap: 30px;
    justify-content: center;
  }

  @media screen and (max-width: 1400px) {
    .box-1-upper h1 {
      /* padding: 40px 0px 0 0px; */
      font-size: 30px;
    }
    .testimonial {
      padding: 30px 10px 30px 10px;
      position: relative;
    }
    .testimonial .pic {
      width: 70px;
      height: 70px;
      bottom: 5px !important;
      right: 30px !important;
      position: absolute;
    }
  }

  @media screen and (max-width: 1200px) {
    .second-sec-text {
      width: 100%;
    }
    .box-1-upper h1 {
      /* padding: 40px 0px 0 0px; */
      font-size: 26px;
    }
    .box-1-upper .first-head p {
      padding: 0px 20px 10px 20px;
    }
  }

  @media screen and (max-width: 991px) {     
    .second-sec-text p {
      width: 100% !important;
    }
  }

  @media screen and (max-width: 768px) {      
    .second-sec-text p {
      width: 100%;
      /* padding: 10px 45px; */
    }
    .second-sec-text {
      width: 100%;
      padding: 23px 33px;
      display: none;
    }
    .risk-box h2 {
      font-size: 38px;
      text-align: center;
    }
    .risk-box p {
      text-align: center;
    }
    .head-img h1 {
      text-align: center;
    }
    .list-box ul {
      display: none;
    }
    .box-1-upper .first-head p {
      font-size: 28px;
    }
    .second-sec-text-mob {
      display: block;
      width: 100%;
      padding: 0;
    }
    .second-sec-text-mob p {
      width: 100%;
      padding: 23px;
    }
  }

  @media screen and (max-width: 507px) {
    .servmainbox-2 p {
      width: 100%;
      padding: 0;
    }
    .second-sec-text {
      padding: 10px 40px;
    }
    .sche-btn .form-submit {
      width: 100%;
      margin: 0 auto;
    }
    .sche-btn {
      width: 100%;
    }

    .sp-2 {
      font-size: 20px;
    }
    .sp-1 {
      font-size: 13px;
      display: none;
    }
    .work img {
      height: 219px;
    }
    .bonus-sec h1 {
      font-size: 32px;
    }
    .work h2 {
      font-size: 24px;
    }
    .relex-sec h2 {
      font-size: 26px;
    }
    .our-store-main h2 {
      font-size: 26px;
    }
    .our-store-img img {
      width: 100%;
      height: auto;
    }
    .table-data h2 {
      font-size: 26px;
    }
    .test h2 {
      font-size: 30px;
    }
    .accordion__wrapper {
      padding: 0;
      width: 100%;
    }
    .head-img h1 {
      text-align: center;
      font-size: 18px;
    }
    .second-sec-text-mob p {
      padding: 16px;
      font-size: small;
    }
    .box-1-upper .first-head p {
      display: none;
    }

    .risk-box h2 {
      font-size: 20px;
    }
    .risk-box p {
      font-size: 15px;
    }
    .videotext h5 {
      display: none;
    }
    .box-1-upper h1 {
      padding: 20px 0px 15px 0px;
      font-size: 18px;
      line-height: 28px;
  }
  .sec-2-works h2 {
      font-size: 26px;
  }

  .videotext p {
      font-size: 15px;
      text-align: center;
  }

  .testi-sec-1 p {
      font-size: 13px;
  }
  .testi-sec-1 .tes-img img {
      height: 40px;
  }
  .testi-sec-1 .stars-img img {
      height: 22px;
  }

  .first-sec {
      padding: 0;
  }
  .main-form-text-model 
  {
      display: none;
  }
  .shark{
      text-align: center;
      display: block !important;
  }
  .servmainbox-2 {
      padding: 30px 0px;
  }

  .shark-btn
  {
      text-transform: capitalize;
      background: linear-gradient(152deg, #00000091, #0d2237);
      width: 100%;
  }

  .form-text {
      padding: 0;
  }
  .tab-main-1{
      border: none;
  }
  .form-text {
      padding: 0 !important;
  }
  .f-text-img {
      padding: 0px 0 30px;
  }
  .inner-work p {
      padding: 0;
      text-align: left;
  }
  .inner-work h2 {
      font-size: 21px;
      text-align: left;
      padding: 14px 0;
  }
  .accordion__title {
      font-size: 21px;
  }
  .accordion__question {
      font-size: 16px;
      line-height: 26px;
  }

  .risk-box ul{
      row-gap: 30px !important;
      padding: 37px 0 !important;
  }
  th {
      font-size: 10px;
  }
  td i
  {
      font-size: 15px !important;
  }
  table td {
      font-size: 12px !important;
  }
  
  .box-1-upper {
     padding: 0px !important; 
}

.f-text {
    width: 100%;
}
 
.f-text h3 {
        font-size: 21px;
}

  }


  @media screen and (max-width: 476px) {
    .form-submit i {
      position: absolute;
      left: 31px;
      top: 30px;
    }
  }
  @media screen and (max-width: 400px) {
    .form-submit {
      font-size: 21px !important;
    }
    .form-submit i {
      left: 10px;
      top: 28px;
    }
  }

  .shark{
      display: none;
  }

  .risk-box .head-img {
      display: unset;
    }
    
    .risk-box .head-img h1 {
      padding: 0 0 20px;
    }
    
    .risk-box ul {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 50px 0;
      row-gap: 40px;
      width: 100%;
    }
    .risk-box ul li a {
      color: #fff;
      text-decoration: none;
      text-transform: capitalize;
    }
    .risk-box ul li {
      color: #fff;
      width: 100px;
    }
    
    .footer {
      background-color: #000;
    }
    

    .main-form-text-model {
      padding: 40px 0 30px 0;
  }

  .box-1-upper{
    padding: 40px 0px;
  }