@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.text-right {
    text-align: right !important;
}
.w-15-40 {
    width: 15% !important;
}
.w-10 {
    width: 10% !important;
}
.negative-margin {
    margin-top: -65px;
    margin-bottom: 28px;
    border-radius: 20px;
  }


  .btn-group {
    border-radius: 20px; /* Border-radius for the button group */
    overflow: hidden; /* Ensure overflow content is hidden (for rounded corners) */
    box-shadow: 0 0 20px rgba(0, 0, 0, 200); /* Add shadow effect */
  }
  .btn-group .btn {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: all 0.3s ease;
  }
  .btn-group .btn img {
    max-width: 50%;
    height: auto;
  }
  .btn-group .btn p {
    margin: 5px 0 0 0;
  }
  .btn-group .btn:hover,
  .btn-group .btn:active {
    transform: scale(1.1);
  }

  .head-1 {
    font-size: 40px;
    font-weight: bold;
    color: #231F20;
  }
  .sec-b {
    background: #4f9d5e;
  }
  .sec-b h4 {
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
  }
  .sec-b p {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    margin: 0px 0px 10px;
  }
  .sec-b .border-right {
    border-right: 1px solid #ffffff;
  }

  .sec-c {
    background: #F4F5F9;;
  }
  .sec-c h4 {
    font-size: 25px;
    color: #000000;
    text-align: center;
    font-weight: bold;
    padding: 0px 0px 0px;
  }
  .sec-c p {
    font-size: 18px;
    color: #000000;
    text-align: center;
    font-weight: 400;
    margin: 0px 0px 0px;
  }
  .text-center {
    text-align: center !important;
  }

  .sec-d {
    background: #EAEAEA;
  }
  .sec-d h4 {
    font-size: 18px;
    color: #333333;
    text-align: left;
    font-weight: bold;
    padding: 0px 0px 0px;
  }
  .sec-d p {
    font-size: 16px;
    color: #333333;
    text-align: justify;
    font-weight: 400;
    margin: 0px 0px 0px;
  }

  .sec-e {
    background: #878787;
  }

  .sec-e h4 {
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 0px 0px 20px;
    border-bottom: 1px solid #ffffff;
  }
  .sec-e p {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
  }

  .sec-f {
    background: #4f9d5e;
  }

  .sec-f h2 {
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
  }

  .w-75-2 {
    width: 75%;
}

.mob-display-visible {
    display: none !important;
}

.f-20px {
  font-size: 20px !important;
}


  @media (max-width: 767.98px) {
    .btn-group {
      flex-direction: column;
      align-items: center;
    }
    .btn-group .btn {
      width: 200px;
      margin-bottom: 0px;
    }
    .head-1 {
        font-size: 25px;
      }

      .sec-b h4 {
        font-size: 20px;
      }
      .sec-b p {
        font-size: 15px;
      }
      .sec-c h4 {
        font-size: 20px;
      }
      .sec-c p {
        font-size: 15px;
      }
      .sec-b .border-right {
        border-right: none;
      }
      .mob-display-none {
        display: none !important;
      }
      .mobile-height-10 {
        height: 10px !important;
      }

      .sec-e h4 {
        font-size: 15px;
      }
      .sec-e p {
        font-size: 10px;
      }
      .mob-pad-10 {
        padding: 0px 0px 10px;
      }
      .sec-f h2 {
        font-size: 20px;
      }

      .mob-pad-10-2 {
        padding: 0px 0px 10px;
        text-align: center;
      }

      .w-15-40 {
        width: 40% !important;
    }
    .w-75-2 {
        width: 40%;
    }

    .mob-display-visible {
        display: block !important;
        background: #ffffff !important;
    }

    /* header.masthead {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
      } */
  }