* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
  }


  /* header css here!------------ */

  .wrapper {
    background: #43bfdf;
    position: relative;
    width: 100%;
    box-shadow: 1px 1px 3px #b6b6b6a6, -2px -2px 2px #ffffff;
    padding: 1.3rem 0;
  }
  .wrapper nav {
    position: relative;
    display: flex;
    margin: 0 5rem;
    align-items: center;
    justify-content: space-around;
  }
  nav .nav-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  nav .nav-content .links {
    display: flex;
  }
  .nav-content .logo {
    display: flex;
    align-items: center;
  }
  .nav-content .logo img {
          width: 65%;
  }
  .nav-content .logo a {
    color: #f68c20;
    font-size: 30px;
    font-weight: 600;
  }
  .nav-content .links li {
    list-style: none;
    line-height: 70px;
  }

  .nav-content .links li a,
  .nav-content .links li label {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding: 7px 14px;
    border-radius: 5px;
    transition: all 0.3s ease;
    /* margin: 0 5px; */
  }
  .nav-content .links li label {
    display: none;
  }
  .nav-content .links li a:hover,
  .nav-content .links li label:hover {
    background: #f68c20;
    color: #fff;
  }
  a#dnt-btn {
          background-color: #f68c20;
          padding: 10px 30px;
          border-radius: 6px;
  }
  .wrapper .search-icon,
  .wrapper .menu-icon {
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    /* line-height: 70px;
    width: 70px; */
    text-align: center;
  }
  .wrapper .menu-icon {
    display: none;
  }
  .wrapper #show-search:checked ~ .search-icon i::before {
    content: "\f00d";
  }

  .wrapper .search-box {
    position: absolute;
    height: 100%;
    max-width: calc(100% - 50px);
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .wrapper #show-search:checked ~ .search-box {
    opacity: 1;
    pointer-events: auto;
  }
  .search-box input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 17px;
    color: #000;
    background: #ffff;
    padding: 0 100px 0 15px;
  }
  .search-box input::placeholder {
    color: #545252;
  }
  .search-box .go-icon {
    position: absolute;
    display: flex;
    right: 10px;
    top: 50%;
    align-items: center;
    transform: translateY(-50%);
    line-height: 60px;
    width: 51px;
    height: 50px;
    justify-content: center;
    border: none;
    outline: none;
    color: #000;
    font-size: 20px;
    border-radius: 50%;
    cursor: pointer;
    background: transparent;
  }
  .wrapper input[type="checkbox"] {
    display: none;
  }




  @media (max-width:1518px) and (min-width:1251px) {

  .nav-content .links li {
          list-style: none;
          line-height: 0px;
  }
  .nav-content .links li a, .nav-content .links li label {
          font-size: 15px;
          font-weight: 500;
          padding: 7px 7px;
  }
  .wrapper nav {
          position: relative;
          display: flex;
          margin: 0 0rem;
          align-items: center;
          justify-content: space-around;
  }
  }

  /* Responsive code start */
  @media screen and (max-width: 1250px) {
    .wrapper nav {
      max-width: 100%;
      padding: 0 20px;
    }
    nav .nav-content .links {
      margin-left: 30px;
    }
    nav .nav-content .links {
                  margin-left: 0px;
          }
          .nav-content .links li {
          list-style: none;
          line-height: 0px;
  }
  .nav-content .logo img {
          width: 45%;
  }
  .nav-content .logo {
          display: flex;
          align-items: center;
          margin: 0;
          padding: 0;
          justify-content: center;
  }
  a#dnt-btn {
          background-color: #f68c20;
          padding: 5px 14px;
          border-radius: 6px;
  }
  .wrapper .search-icon, .wrapper .menu-icon {
          color: #ffffff;
          font-size: 12px;
          cursor: pointer;
          text-align: center;
  }
    .wrapper .search-box {
      max-width: calc(100% - 100px);
    }
    .wrapper .search-box input {
      padding: 0 100px 0 15px;
    }
    .nav-content .links li a {
                  color: #ffffff;
                  padding: 8px 10px;
                  font-size: 10px;
          }
  .wrapper nav {
          position: relative;
          display: flex;
          margin: 0 0rem;
          align-items: center;
          justify-content: space-around;
  }
  }

  @media screen and (max-width: 900px) {
      p.main-ftr-txt {
          font-size: 14px !important;
  }
  p.footer-bottom-txt1 {
          padding: 4px 4px !important;
          font-size: 8px !important;
  }
  p.footer-nav- {
          color: #fff;
          font-size: 12px !important;
          padding-bottom: 7px ;
  }
  p.footer-nav-txt {
          color: #fff;
          font-size: 12px !important;
  }

      a#dnt-btn {
                  background-color: #f68c20;
                  padding: 5px 15px;
                  border-radius: 6px;
                  font-size: 24px !important;
          }
          .wrapper .search-icon, .wrapper .menu-icon {
                  color: #ffffff;
                  font-size: 35px !important;
                  cursor: pointer;
                  text-align: center;
          }
          .nav-content .logo img {
                  width: 60% !important;
          }

    .wrapper .menu-icon {
      display: block;
    }
    .nav-content .logo a {
      font-size: 25px;
    }
    .wrapper #show-menu:checked ~ .menu-icon i::before {
      content: "\f00d";
    }
    nav .nav-content .links {
      display: block;
      position: fixed;
      background: #14181f;
      height: 100%;
      width: 100%;
      top: 70px;
      left: -100%;
      margin-left: 0;
      max-width: 350px;
      overflow-y: auto;
      padding-bottom: 100px;
      transition: all 0.3s ease;
    }
    nav #show-menu:checked ~ .nav-content .links {
      left: 0%;
    }
    .nav-content .links li {
      margin: 15px 20px;
    }
    .nav-content .links li a,
    .nav-content .links li label {
      line-height: 20px;
      font-size: 17px;
      display: block;
      padding: 8px 18px;
      cursor: pointer;
      color: #fff;
    }
    .nav-content .links li a.desktop-link {
      display: none;
    }

    /* dropdown responsive code start */
    .nav-content .links ul,
    .nav-content .links ul ul {
      position: static;
      opacity: 1;
      visibility: visible;
      background: none;
      max-height: 0px;
      overflow: hidden;
    }
    .nav-content .links #show-features:checked ~ ul,
    .nav-content .links #show-services:checked ~ ul,
    .nav-content .links #show-items:checked ~ ul {
      max-height: 100vh;
    }
    .nav-content .links ul li {
      margin: 7px 20px;
    }
    .nav-content .links ul li a {
      font-size: 17px;
      line-height: 30px;
      border-radius: 5px !important;
    }
  }

  @media screen and (max-width: 400px) {
    .wrapper nav {
      padding: 0 10px;
    }
    .nav-content .logo img {
      width: 25px;
    }
    .nav-content .logo a {
      font-size: 23px;
    }
    .wrapper .search-box {
      max-width: calc(100% - 70px);
    }
    .wrapper .search-box .go-icon {
      width: 30px;
      right: 0;
    }
    .wrapper .search-box input {
      padding-right: 30px;
    }
    h2.main-heading {
          text-align: center;
          font-size: 24px !important;
  }
  p.main-ftr-txt {
          font-size: 14px;
          padding: 12px 15px !important;
  }
  .footer-nav-area {
          display: flex !important;
          flex-direction: column !important;
          background-color: #004977;
          padding: 3.5rem 2rem !important;
          align-items: flex-start !important;
  }
  p.footer-bottom-txt1 {
          padding: 4px 0px !important;
          font-size: 5px !important;
          font-weight: 400 !important;
  }
  p.footer-nav-txt {
          padding-bottom: 20px !important;
  }
  a.srvc-btns {
          background-color: #fff;
          margin: 5px 0;
          width: 300px !important;
          font-size: 20px !important;
          font-weight: 400 !important;
          padding: 15px 0 !important;
          color: #004977;
          border-radius: 20px !important;
          display: flex !important;
          align-items: center !important;
          justify-content: center !important;
  }
  img.footer-logo {
          padding-bottom: 20px !important;
  }
  a#dnt-btn {
                  background-color: #f68c20;
                  padding: 5px 11px;
                  border-radius: 6px;
                  font-size: 14px !important;
          }
          .wrapper .search-icon, .wrapper .menu-icon {
                  color: #ffffff;
                  font-size: 35px !important;
                  cursor: pointer;
                  text-align: center;
          }
          .nav-content .logo img {
                  width: 60% !important;
          }
  }


  h2.main-heading {
          text-align: center;
          font-size: 38px;
          font-weight: 500;
          color: #014386;
          font-family: sans-serif;
          padding: 2.8rem 0;
  }
  p.txt {
          color: red;
          padding: 8rem 0;
          text-align: center;
          background-color: #43bfdf;
  }    /* --- removing css */

  p.main-ftr-txt {
          text-align: center;
          font-size: 18px;
          font-weight: 400;
          color: #ffffff;
          font-family: sans-serif;
          padding: 14px 0;
          background-color:#5cd2f0;
          border-top: 1px solid #fff;

  }
  .footer-nav-area {
          display: flex;
          flex-direction: row;
          justify-content: space-evenly;
          align-items: flex-start;
          background-color: #004977;
          padding: 3.5rem 0;
  }
  img.footer-logo {
          max-width: 40%;
  }
  p.footer-nav-txt {
          color: #fff;
          font-size: 14px;
          font-weight: 100;
          padding-bottom: 7px;
          line-height: 1.6;
  }
  .footer-bottom-txt {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          align-items: center;
          justify-content: center;
  }
  p.footer-bottom-txt1 {
          padding: 4px 8px;
  }
  p.footer-bottom-txt1 {
          padding: 4px 8px;
          font-size: 12px;
          font-weight: 400;
  }
  p.footer-nav- {
          color: #fff;
          font-size: 16px;
          padding-bottom: 7px;
  }
  .main-btn-area {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          background-color: #43bfdf;
          padding: 8rem 0;
  }
  a.srvc-btns {
          background-color: #fff;
          margin: 5px 0;
          width: 350px;
          font-size: 20px;
          font-weight: 400;
          padding: 17px 0;
          color: #004977;
          border-radius: 10px;
          display: flex;
          align-items: center;
          justify-content: center;
  }