/* ========================================================================================= */
/* ==============Topic 1======= Small devices (phones,   upto 600)=================== */
/* ========================================================================================= */
@media only screen and (max-width: 600px) {
    .col1,
    .col2,
    .col3,
    .col4,
    .col5,
    .col6 {
      object-fit: cover;
      object-position: bottom;
    }
    #tp1div2-h2,
    #tp1div3-h2 {
      font-weight: 500;
      text-align: center;
    }
    #tp1div1b,
    #tp1div2-p,
    #tp1div3-p {
      text-align: justify;
    }
    #tp1div1,
    table,
    th,
    thead,
    tr {
      min-width: fit-content;
      max-width: fit-content;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    #tp1div1-h2,
    #tp1div2-h2,
    #tp1div3-h2,
    #tp1div3a2-p {
      text-align: center;
    }
    #img8,
    #land-div6,
    #tp1div2-img1,
    #tp1div4-img-sm {
      max-width: 20rem;
    }
    h1 h2 h3 h4 p {
      text-align: justify !important;
      text-justify: inter-word !important;
      text-align-last: justify !important;
    }
    .modal-content {
      max-width: 30rem;
      margin: auto;
    }
    #imglogo {
      width: 30px;
      height: 30px;
      border-radius: 4px;
    }
    #land-div2a,
    #land-div3 {
      padding: 1.3rem !important;
    }
    #img8 {
      margin-top: 3rem;
    }
    #land-div4-img {
      background-size: 13rem 13rem;
      width: 13rem;
      height: 13rem;
      top: -60px;
      background-repeat: no-repeat;
      margin: 0 auto;
    }
    #land-div6 {
      background-size: 100% 100%;
      min-width: 15rem;
      min-height: 15rem;
      max-height: 22rem;
      display: none;
    }
    .col1,
    .col2,
    .col3 {
      width: fit-content;
      margin: 0 auto;
      padding-left: 0.6rem;
      padding-right: 0.6rem;
    }
    .col4,
    .col5,
    .col6 {
      flex: 1;
    }
    #land-div4 {
      padding: 0.3rem !important;
      display: flex;
      flex-wrap: wrap;
    }
    #tp1div1 {
      height: auto;
      margin-left: -2rem;
      margin-right: -2rem;
      border-radius: 0.3rem;
    }
    #tp1div1-h2 {
      font-size: 1.8rem;
      padding: 1rem 0 0 1rem;
    }
    #tp1div1b-p {
      font-size: 1.3rem;
    }
    #tp1div1c-img2 {
      min-width: 2rem;
      max-width: 8rem;
      margin: 0 auto;
    }
    #tp1div2-img1 {
      margin: 0 auto;
    }
    #tp1div2-h2 {
      font-size: 1.8rem;
    }
    #tp1div2-p {
      font-size: 1.2rem;
    }
    .tp1div2 {
      margin: 0 auto;
    }
    .tp1div2a {
      float: left;
      margin-top: 1.4rem;
    }
    .tp1div2b {
      border: 2px solid transparent;
      display: inline;
    }
    .tp1div2b-h2 {
      font-size: 1.36rem;
      font-weight: 400;
    }
    #tp1div3-h2 {
      font-size: 1.5rem;
    }
    #tp1div3-p {
      font-size: 1.43rem;
    }
    table,
    th,
    thead,
    tr {
      display: flexbox;
      font-size: 1.2rem;
      margin-left: -0.1rem !important;
    }
    #tp1div3a {
      margin-top: 5rem;
    }
    #tp1div3a1-img {
      margin: 0 auto;
      display: block;
      width: 10%;
    }
    #tp1div3a2-p {
      text-justify: inter-word;
      margin-top: 1.8rem;
    }
    #tp1div3a3-img {
      margin: 1.8rem auto 0;
      display: block;
      width: 10%;
    }
    #tp1div4-img-sm {
      min-width: 10rem;
      height: 15rem;
      margin: 1rem auto 0;
      background-size: 40rem 25rem;
      background-position: center;
    }
  }

/* ========================================================================================= */
/* ==============Topic 1======= Small (portrait tablets and large phones, between 600 and 768)===== */
/* ========================================================================================= */
@media only screen and (min-width: 600px) {
    #img8,
    #land-div6 {
      min-width: 15rem;
      min-height: 15rem;
      max-height: 22rem;
    }
    .col1,
    .col2,
    .col3,
    .col4,
    .col5,
    .col6 {
      object-fit: cover;
      object-position: bottom;
    }
    #tp1div1b,
    #tp1div3-p {
      text-align: justify;
    }
    #tp1div1,
    table,
    th,
    thead,
    tr {
      min-width: fit-content;
      max-width: fit-content;
    }
    #tp1div1,
    .modal-content,
    table,
    th,
    thead,
    tr {
      max-width: fit-content;
    }
    .modal-content {
      margin: auto;
    }
    #imglogo {
      width: 30px;
      height: 30px;
      border-radius: 4px;
    }
    #land-div4-img {
      background-size: 13rem 13rem;
      width: 13rem;
      height: 13rem;
      top: -60px;
      background-repeat: no-repeat;
      margin: 0 auto;
    }
    #img8 {
      max-width: 22rem;
      margin: 0 auto;
    }
    #land-div6 {
      background-size: 100% 100%;
      max-width: 20rem;
    }
    .col1,
    .col2,
    .col3 {
      width: fit-content;
      margin: 0 auto;
    }
    .col4,
    .col5,
    .col6 {
      flex: 1;
    }
    #land-div4 {
      display: flex;
      flex-wrap: wrap;
    }
    #tp1div1 {
      height: auto;
      margin-left: -2rem;
      margin-right: -2rem;
      border-radius: 0.3rem;
    }
    #tp1div1-h2 {
      font-weight: 530;
      font-size: 1.8rem;
      text-align: center;
      padding: 1rem 0 0 1rem;
    }
    #tp1div2-h2,
    #tp1div3-h2 {
      font-weight: 500;
      text-align: center;
    }
    #tp1div1b-p {
      font-size: 1.43rem;
      text-align: center;
    }
    #tp1div1c-img2 {
      min-width: 2rem;
      max-width: 8rem;
      margin: 0 auto;
    }
    #tp1div2-img1 {
      margin: 0 auto;
      max-width: 20rem;
    }
    #tp1div2 {
      margin-left: 0.1rem !important;
    }
    #tp1div2-h2 {
      font-size: 1.8rem;
    }
    #tp1div2-p {
      text-align: start;
      font-size: 1.43rem;
      min-width: 2rem;
      max-width: 45rem;
    }
    .tp1div2a {
      float: left;
      margin-top: 1.4rem;
    }
    .tp1div2b {
      border: 2px solid transparent;
      display: inline;
    }
    .tp1div2b-h2 {
      font-size: 1.36rem;
      font-weight: 400;
    }
    #tp1div3-h2 {
      font-size: 1.8rem;
    }
    #tp1div3-p {
      font-size: 1.43rem;
    }
    table,
    th,
    thead,
    tr {
      display: flexbox;
      font-size: 1.4rem;
      margin-left: -0.1rem !important;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    #tp1div3a {
      margin-top: 8rem;
    }
    #tp1div3a1-img {
      margin: 0 auto;
      display: block;
      width: 6%;
    }
    #tp1div3a2-p {
      text-align: center;
      text-justify: inter-word;
      margin-top: 1rem;
      font-size: 1.4rem;
    }
    #tp1div3a3-img {
      margin: 1rem auto 0;
      display: block;
      width: 6%;
    }
    #tp1div4-img-sm {
      min-width: 10rem;
      max-width: 20rem;
      height: 15rem;
      margin: 1rem auto 0;
      background-size: 50rem 30rem;
      background-position: center;
    }
    #tp1div4-btn {
      margin-top: 5rem;
    }
  }
  
/* ========================================================================================= */
/* ==============Topic 1======= Medium devices (landscape tablets, 768px and 992px)=========== */
/* ========================================================================================= */
@media only screen and (min-width: 768px) {
    .col2,
    .col3,
    .col4,
    .col5,
    .col6 {
      object-fit: cover;
      object-position: bottom;
      margin: 0 auto;
    }
    #tp1div1b,
    #tp1div2-h2,
    #tp1div2-p {
      text-align: justify;
    }
    #tp1div1,
    table,
    th,
    thead,
    tr {
      min-width: fit-content;
      max-width: fit-content;
    }
    #tp1div1-h2,
    #tp1div1b-p,
    #tp1div3-h2,
    #tp1div3-p,
    #tp1div3a2 {
      text-align: center;
    }
    #land-div2 {
      padding: 0 auto;
    }
    #cont4a,
    #cont4b {
      min-width: 100% !important;
    }
    #land-div4-img {
      background-size: 13rem 13rem;
      width: 13rem;
      height: 13rem;
      top: -60px;
      background-repeat: no-repeat;
      margin: 0 auto;
    }
    #img8 {
      min-width: 19rem;
      max-width: 21rem;
      min-height: 19rem;
      max-height: 21rem;
    }
    #land-div6 {
      background-size: 100% 100%;
      width: 18rem;
      max-width: 22rem;
      min-height: 18rem;
      max-height: 22rem;
      display: none;
    }
    .col4,
    .col5,
    .col6 {
      flex: 1;
    }
    #land-div4 {
      display: flex;
      flex-wrap: wrap;
    }
    #div7 {
      max-width: 100%;
      left: 0;
    }
    #tp1div1 {
      height: auto;
      margin: 2rem auto;
      border-radius: 0.3rem;
    }
    #tp1div1-h2 {
      font-size: 1.8rem;
      padding-top: 4rem;
      padding-left: 1rem;
    }
    #tp1div1b-p {
      font-size: 1.4rem;
    }
    #tp1div1c-img2 {
      min-width: 2rem;
      max-width: 8rem;
      margin: 0 auto;
    }
    #tp1div2-img2 {
      min-width: 5rem;
      max-width: 20rem;
    }
    #tp1div2-h2 {
      min-width: 5rem;
      max-width: 40rem;
    }
    .tp1div2a {
      float: left;
      margin-top: 1.4rem;
    }
    #tp1div3-h2 {
      font-weight: 500;
      font-size: 1.8rem;
    }
    #tp1div3-p {
      font-size: 1.43rem;
      word-break: break-all;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }
    table,
    th,
    thead,
    tr {
      display: flexbox;
      font-size: 1.4rem;
      margin-left: -0.1rem !important;
      box-shadow: none;
    }
    #tp1div3a {
      margin-top: 8rem;
    }
    #tp1div3a1-img {
      margin: 1rem auto 0;
      width: 30%;
    }
    #tp1div3a2 {
      text-justify: inter-word;
      font-size: 1.4rem;
    }
    #tp1div3a3-img {
      margin: 0 auto;
      width: 30%;
    }
    #tp1div4-img-md {
      height: 15rem;
      min-width: 20rem;
      background-size: 45rem 35rem;
      background-position: center;
    }
    #tp1div4-btn {
      margin-top: 5rem;
    }
  }

/* ========================================================================================= */
/* ==============Topic 1======= Large devices (laptops/desktops, 992px and 1200px) =============== */
/* ========================================================================================= */
@media only screen and (min-width: 992px) {
    #img8,
    #land-div6 {
      min-width: 18rem;
      max-width: 22rem;
      min-height: 18rem;
      max-height: 22rem;
    }
    #tp1div2-img3,
    #tp1div4-btn {
      margin-top: 5rem;
    }
    #homeContFluid {
      width: 90%;
    }
    #land-div2 {
      padding-left: 40px;
      padding-right: 80px;
    }
    #land-div3 {
      margin: 0 auto;
    }
    #land-div3-img {
      margin-left: 11rem;
    }
    #land-div3-row {
      min-width: 50rem;
    }
    #land-div4-img {
      background-size: 13rem 13rem;
      width: 13rem;
      height: 13rem;
      top: -60px;
      background-repeat: no-repeat;
      margin: 0 auto;
    }
    #land-div6 {
      background-size: 100% 100%;
      display: flex;
    }
    .col2,
    .col3 {
      object-fit: cover;
      object-position: left;
    }
    .col4,
    .col5,
    .col6 {
      object-fit: cover;
      object-position: bottom;
      flex: 1;
    }
    #land-div4 {
      display: flex;
      flex-wrap: wrap;
    }
    #div7 {
      min-width: 35%;
      margin-left: -3.9rem;
    }
    #tp1div2-img3 {
      background-size: 30rem 30rem;
      width: 30rem;
      height: 30rem;
      margin-right: -6rem;
    }
    #tp1div2 {
      min-width: fit-content;
    }
    .tp1div2 {
      margin-top: 1rem;
    }
    .tp1div2a {
      margin-top: -0.1rem;
    }
    #tp1div3-h2 {
      font-weight: 500;
      font-size: 1.8rem;
    }
    #tp1div3-p {
      font-size: 1.43rem;
      word-break: break-all;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }
    table,
    th,
    thead,
    tr {
      display: flexbox;
      margin-left: auto !important;
      margin-right: auto !important;
      max-width: 45rem;
      font-size: 1.4rem;
      box-shadow: none;
    }
    #tp1div3a {
      margin: 8rem auto 0;
    }
    #tp1div3a1-img,
    #tp1div3a3-img {
      width: 30%;
      margin-top: -4rem;
    }
    #tp1div3a2 {
      text-align: center;
      font-size: 1.4rem;
      margin-top: -5rem;
    }
    #tp1div4-img-lg {
      background-size: 45rem 35rem;
      background-position: center;
    }
  }

/* ========================================================================================= */
/* ==============Topic 1======= Extra large devices (large laptops and desktops, 1200px and 1400) ==== (max-width: 14 00px) */
/* ========================================================================================= */
@media only screen and (min-width: 1200px) {
    #img8,
    #land-div6 {
      min-width: 20rem;
      max-width: 24rem;
      min-height: 20rem;
      max-height: 24rem;
    }
    .col2,
    .col3,
    .col4,
    .col5,
    .col6 {
      object-fit: cover;
      object-position: bottom;
    }
    #tp1div3-p,
    table,
    th,
    thead,
    tr {
      margin-left: auto !important;
      margin-right: auto !important;
    }
    #land-div2 {
      padding-left: 60px !important;
      padding-right: 160px !important;
    }
    #land-div3 {
      padding-right: 8rem !important;
      margin: 0 auto;
    }
    #land-div3-img {
      max-width: 35rem;
    }
    #land-div4-img {
      background-size: 13rem 13rem;
      width: 13rem;
      height: 13rem;
      top: -60px;
      background-repeat: no-repeat;
      margin: 0 auto;
    }
    #land-div6 {
      background-size: 100% 100%;
    }
    .col4,
    .col5,
    .col6 {
      flex: 1;
    }
    #tp1div3 {
      margin-top: 2rem;
      min-width: min-content;
      max-width: fit-content;
    }
    #tp1div3-h2 {
      font-weight: 500;
      font-size: 1.8rem;
    }
    #tp1div3-p {
      font-size: 1.43rem;
      word-break: break-all;
      word-wrap: break-word;
      overflow-wrap: break-word;
      text-align: center;
      width: 80%;
    }
    table,
    th,
    thead,
    tr {
      display: flexbox;
      max-width: 28rem;
      height: 0.02rem;
      font-size: 1.1rem;
      box-shadow: none;
    }
    th {
      color: #000;
    }
    #tp1div3a {
      margin: 8rem auto 0;
    }
    #tp1div3a1-img,
    #tp1div3a3-img {
      width: 30%;
    }
    #tp1div3a2 {
      text-align: center;
      font-size: 1.4rem;
    }
    #div2 {
      padding-left: 50px;
      padding-right: 50px;
    }
  }

/* ========================================================================================= */
/* ==============Topic 1======= Extra large devices (large laptops and desktops, 1400px and up) ====*/
/* ========================================================================================= */
/* ======================================= End ============================================== */
@media only screen and (min-width: 1400px) {
    #img8,
    #land-div6 {
      min-width: 22rem;
      max-width: 26rem;
      min-height: 22rem;
      max-height: 26rem;
    }
    .col2,
    .col3,
    .col4,
    .col5,
    .col6 {
      object-fit: cover;
      object-position: bottom;
    }
    #land-div2 {
      padding-left: 120px !important;
      padding-right: 280px !important;
    }
    #land-div3 {
      padding-right: 5rem !important;
    }
    #land-div3-img {
      margin-left: 20rem;
    }
    #land-div4-img {
      background-size: 13rem 13rem;
      width: 13rem;
      height: 13rem;
      top: -60px;
      background-repeat: no-repeat;
      margin: 0 auto;
    }
    #land-div6 {
      background-size: 100% 100%;
    }
    .col4,
    .col5,
    .col6 {
      flex: 1;
    }
    #tp1div3 {
      min-width: min-content;
      max-width: fit-content;
      margin: 0 auto;
    }
    #tp1div3-h2 {
      font-weight: 500;
      font-size: 1.8rem;
    }
    #tp1div3-p {
      margin-left: auto !important;
      margin-right: auto !important;
      font-size: 1.43rem;
      word-break: break-all;
      word-wrap: break-word;
      overflow-wrap: break-word;
      text-align: center;
      width: 80%;
    }
    th {
      font-size: medium;
    }
    td {
      font-size: small;
    }
    #tp1div3a {
      margin: 8rem auto 0;
      max-width: 80rem;
    }
    #tp1div3a1-img,
    #tp1div3a3-img {
      width: 30%;
    }
    #tp1div3a2 {
      text-align: center;
      font-size: 1.4rem;
    }
    #div2 {
      padding-left: 130px;
      padding-right: 150px;
    }
    #div4 {
      padding-left: 100px;
    }
    #tp1div4-img-lg {
      margin-right: 50px;
    }
  }
  
/* ========================================================================================= */
/* ==============Topic 1======= Extra large devices (large laptops and desktops, 1600px and up) ====*/
/* ========================================================================================= */
@media only screen and (min-width: 1600px) {
    #img8,
    #land-div6 {
      min-width: 24rem;
      max-width: 28rem;
      min-height: 24rem;
      max-height: 28rem;
    }
    .col2,
    .col3,
    .col4,
    .col5,
    .col6 {
      object-fit: cover;
      object-position: bottom;
    }
    #land-div2 {
      padding-left: 150px !important;
      padding-right: 380px !important;
    }
    #land-div3 {
      padding-right: 100px !important;
    }
    #land-div3-img {
      width: 40rem !important;
      margin-left: 18rem;
    }
    #land-div4-img {
      background-size: 13rem 13rem;
      width: 13rem;
      height: 13rem;
      top: -60px;
      background-repeat: no-repeat;
      margin: 0 auto;
    }
    #land-div6 {
      background-size: 100% 100%;
    }
    .col4,
    .col5,
    .col6 {
      flex: 1;
    }
    #div2 {
      padding-left: 130px;
      padding-right: 250px;
    }
  }

/* ========================================================================================= */
/* ==============Topic 1======= Extra large devices (large laptops and desktops, 1800px and up) ====*/
/* ========================================================================================= */
@media only screen and (min-width: 1800px) {
    #img8,
    #land-div6 {
      min-width: 26rem;
      max-width: 30rem;
      min-height: 26rem;
      max-height: 30rem;
    }
    #land-div2 {
      padding-left: 200px !important;
      padding-right: 380px !important;
    }
    #land-div3 {
      padding-right: 100px !important;
    }
    #land-div3-img {
      width: 40rem !important;
      margin-left: 25rem;
    }
    #land-div4-img {
      background-size: 13rem 13rem;
      width: 13rem;
      height: 13rem;
      top: -60px;
      background-repeat: no-repeat;
      margin: 0 auto;
    }
    #land-div6 {
      background-size: 100% 100%;
    }
    .col2,
    .col3 {
      object-fit: cover;
      object-position: left;
    }
    .col4,
    .col5,
    .col6 {
      object-fit: cover;
      object-position: bottom;
      flex: 1;
    }
    #div2 {
      padding-left: 130px;
      padding-right: 250px;
    }
  }

/* ######################################### End ############################################### */
/* ######################################### End ############################################### */
/* ######################################### End ############################################### */

/* ========================================================================================= */
/* ==============Topic 2======= Small devices (phones,   upto 600)=================== */
/* ========================================================================================= */
@media only screen and (max-width: 600px) {
    #tp2sec2UList1,
    #tp2sec2UList2 {
      font-size: 1.2rem;
    }
    #tp2sec2imgsmall {
      margin: 0 auto;
      max-width: 20rem;
    }
    .svgsmall {
      display: none;
    }
    .svglarge,
    .svglarge1 {
      margin-top: 1.6rem;
    }
    #tp2sec2div2-p {
      text-align: justify;
    }
    #tp2sec2UList1 {
      margin-top: 2rem;
    }
    #tp2sec2UList11power {
      margin-top: -1rem;
    }
    .powerh2 {
      margin-top: -1.9rem;
      margin-left: 3rem;
      font-size: 3vw;
      font-weight: 400;
    }
    .h2generator,
    .h2project,
    .h2ran {
      font-size: 3.5vw;
      font-weight: 600;
    }
    .h2project {
      margin-top: -27px;
      margin-left: 3rem;
    }
    .h2generator {
      margin-top: -30px;
      margin-left: 3rem;
    }
    .h2ran,
    .h2small {
      margin-top: -2rem;
      margin-left: 3rem;
    }
    .h2small {
      font-size: 3vw;
      font-weight: 400;
    }
    .table {
      border: 2px solid #000;
      background-color: #fff;
    }
    .table tr th td {
      background-color: #fff;
      overflow: hidden;
      height: 14px;
      white-space: nowrap;
    }
    .table th {
      font-size: 1rem;
      background-color: #c2d69b;
      text-align: center;
    }
    #table1 td,
    .table td {
      font-size: 0.9rem;
      vertical-align: middle !important;
      font-weight: 650;
      padding: 2px 10px !important;
      overflow: hidden;
    }
    .table td {
      color: #789b33;
    }
    #table1 td {
      color: red;
      height: 3.18rem;
    }

    #bgimg1{
      background-position: center;
      background-size: 450px 500px !important;
      width: 550px !important;
      height: 628px !important;
    }

  }

/* ========================================================================================= */
/* ==============Topic 2======= Small (portrait tablets and large phones, between 600 and 768)===== */
/* ========================================================================================= */
@media only screen and (min-width: 600px) and (max-width: 767px) {
    #tp2sec2UList1,
    #tp2sec2UList2 {
      font-size: 1.2rem;
    }
    #tp2sec2imgsmall {
      margin: 0 auto;
      max-width: 20rem;
    }
    .svgsmall {
      display: none;
    }
    .svglarge,
    .svglarge1 {
      margin-top: 1.6rem;
    }
    #tp2sec2div2-p {
      text-align: justify;
    }
    #tp2sec2UList1 {
      margin-top: 2rem;
    }
    .tp2sec2UList11b,
    .tp2sec2UList2A1b {
      border: 1px solid transparent;
    }
    #tp2sec2UList11power {
      margin-top: -1rem;
    }
    .powerh2 {
      margin-top: -2.1rem;
      margin-left: 3rem;
      font-size: 3vw;
      font-weight: 400;
    }
    .h2generator,
    .h2project,
    .h2ran {
      font-size: 3.5vw;
      font-weight: 600;
    }
    .h2project {
      margin-top: -32px;
      margin-left: 3rem;
    }
    .h2generator {
      margin-top: -35px;
      margin-left: 3rem;
    }
    .h2ran,
    .h2small {
      margin-top: -2rem;
      margin-left: 3rem;
    }
    .h2small {
      font-size: 3vw;
      font-weight: 400;
    }

  }
 
/* ========================================================================================= */
/* ==============Topic 2======= Medium devices (landscape tablets, 768px and 992px)=========== */
/* ========================================================================================= */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #tp2sec2UList2A,
    #tp2sec2UList2B {
      padding-top: 0.5rem;
    }
    #tp2sec2div2 {
      width: 70%;
      margin-top: 1.1rem;
    }
    #tp2sec2UList1 {
      border-top: 2px solid #63b3ed;
      border-bottom: 2px solid #63b3ed;
      display: block;
      padding: 0.5rem;
    }
    #tp2sec2UList2 {
      justify-content: space-between;
      max-width: 70%;
      margin: 0 auto;
    }
    #tp2sec2UList2A {
      border-right: 5px solid #63b3ed;
      padding-right: 1rem;
    }
    .tp2sec2UList2A1,
    .tp2sec2UList2B1 {
      margin-top: 0.5rem;
    }
    #tp2sec2UList11power {
      margin-top: -2rem;
    }
    .h2small,
    .powerh2 {
      margin-top: -2.1rem;
      margin-left: 2rem;
      font-size: 1.6vw;
      font-weight: 400;
    }
    .h2generator,
    .h2project,
    .h2ran {
      margin-left: 2rem;
      font-size: 1.7vw;
      font-weight: 500;
    }
    .h2project {
      margin-top: -26px;
    }
    .h2generator {
      margin-top: -29px;
    }
    .h2ran {
      margin-top: -2rem;
    }
    .svglarge,
    .svglarge1 {
      display: none;
    }
    .table {
      border: 2px solid #000;
      background-color: #fff;
    }
    .table tr th td {
      background-color: #fff;
      overflow: hidden;
      height: 14px;
      white-space: nowrap;
    }
    .table th {
      font-size: 1rem;
      background-color: #c2d69b;
      text-align: center;
    }
    #table1 td,
    .table td {
      font-size: 0.9rem;
      vertical-align: middle !important;
      font-weight: 650;
      padding: 2px 10px !important;
      overflow: hidden;
    }
    .table td {
      color: #789b33;
    }
    #table1 td {
      color: red;
      height: 3.18rem;
    }
    #bgimg1{
      background-position: center center;
      background-size: 550px 600px !important;
      width: 550px;
      height: 628px;
    }
  }
  
/* ========================================================================================= */
/* ==============Topic 2======= Large devices (laptops/desktops, 992px and 1200px) =============== */
/* ========================================================================================= */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #tp2sec2ImgLarge {
      background-size: 459px 556px;
      background-position: top right;
      width: 459px;
      height: 556px;
    }
    #tp2sec2UList1 {
      border-top: 5px solid #63b3ed;
      border-bottom: 5px solid #63b3ed;
    }
    #tp2sec2UList2 {
      justify-content: space-between;
      max-width: 70%;
      margin: 0 auto;
    }
    #tp2sec2UList2A {
      border-right: 5px solid #63b3ed;
      padding-right: 1rem;
    }
    .svglarge,
    .svglarge1 {
      display: none;
    }
    .table {
      border: 2px solid #000;
      background-color: #fff;
    }
    .table tr th td {
      background-color: #fff;
      overflow: hidden;
      height: 14px;
      white-space: nowrap;
    }
    .table th {
      font-size: 1rem;
      background-color: #c2d69b;
      text-align: center;
    }
    #table1 td,
    .table td {
      font-size: 0.9rem;
      vertical-align: middle !important;
      font-weight: 650;
      padding: 2px 10px !important;
      overflow: hidden;
    }
    .table td {
      color: #789b33;
    }
    #table1 td {
      color: red;
      height: 3.18rem;
    }
  }

/* ========================================================================================= */
/* ==============Topic 2======= Extra large devices (large laptops and desktops, 1400px and up) ====*/
/* ========================================================================================= */
/* ======================================= End ============================================== */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    #tp2sec2ImgLarge {
      background-size: 459px 556px;
      background-position: top right;
      width: 459px;
      height: 556px;
    }
    #tp2sec2UList1 {
      border-top: 5px solid #63b3ed;
      border-bottom: 5px solid #63b3ed;
    }
    #tp2sec2UList2 {
      justify-content: space-between;
      max-width: 70%;
      margin: 0 auto;
    }
    #tp2sec2UList2A {
      border-right: 5px solid #63b3ed;
      padding-right: 1rem;
    }
    .svglarge,
    .svglarge1 {
      display: none;
    }
    .table {
      border: 2px solid #000;
      background-color: #fff;
    }
    .table tr th td {
      background-color: #fff;
      overflow: hidden;
      height: 14px;
      white-space: nowrap;
    }
    .table th {
      font-size: 1rem;
      background-color: #c2d69b;
      text-align: center;
    }
    #table1 td,
    .table td {
      font-size: 0.9rem;
      vertical-align: middle !important;
      font-weight: 650;
      padding: 2px 10px !important;
      overflow: hidden;
    }
    .table td {
      color: #789b33;
    }
    #table1 td {
      color: red;
      height: 3.18rem;
    }
  }
  /* ========================================================================================= */
/* ==============Topic 2======= Extra large devices (large laptops and desktops, 1600px and up) ====*/
/* ========================================================================================= */
@media only screen and (min-width: 1300px)  {
    #tp2sec2ImgLarge {
      background-size: 559px 656px;
      background-position: top right;
      width: 559px;
      height: 656px;
    }
    #tp2sec2UList1 {
      border-top: 5px solid #63b3ed;
      border-bottom: 5px solid #63b3ed;
    }
    #tp2sec2UList2 {
      justify-content: space-between;
      max-width: 70%;
      margin: 0 auto;
    }
    #tp2sec2UList2A {
      border-right: 5px solid #63b3ed;
      padding-right: 1rem;
    }
    .svglarge,
    .svglarge1 {
      display: none;
    }
    .table {
      border: 2px solid #000;
      background-color: #fff;
    }
    .table tr th td {
      background-color: #fff;
      overflow: hidden;
      height: 14px;
      white-space: nowrap;
    }
    .table th {
      font-size: 1rem;
      background-color: #c2d69b;
      text-align: center;
    }
    #table1 td {
      font-size: 0.9rem;
      vertical-align: middle !important;
      color: red;
      font-weight: 650;
      padding: 2px 10px !important;
      overflow: hidden;
      height: 3.18rem;
    }
  
      .container-xxl {
      max-width: 1650px; /* Adjust the width as per your preference */
    }
  }

/* ======================================= End ============================================================ */
/* ======================================= End ============================================================ */
/* ======================================= End ============================================================ */
