@keyframes slide {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 110%;
  }
  100% {
    background-size: 100%;
  }
}
@-webkit-keyframes slide {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 110%;
  }
  100% {
    background-size: 100%;
  }
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
  }
}
* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

.form-group {
  margin-bottom: 15px;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  outline: none;
}
a:focus {
  text-decoration: none;
  outline: none;
}

.btn {
  border: 0;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  border-radius: 0;
}
.btn:hover {
  box-shadow: none;
  text-decoration: none;
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: #CF0A0A;
}
.btn:focus {
  box-shadow: none;
  text-decoration: none;
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: #CF0A0A;
}
.btn:active {
  box-shadow: none;
  text-decoration: none;
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: #CF0A0A;
}
.btn:active:focus {
  box-shadow: none;
}
.btn:visited {
  box-shadow: none;
  text-decoration: none;
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: #CF0A0A;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.list-inline {
  margin: 0;
  padding: 0;
}
.list-inline::after {
  display: block;
  content: "";
  clear: both;
}
.list-inline li {
  float: left;
}
.list-inline li a {
  display: inline-block;
}

.form-control {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  outline: none;
}
.form-control:hover {
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  outline: none;
}
.form-control:focus {
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  outline: none;
}
.form-control:active {
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  outline: none;
}

/* Extra Huge large desktops */
@media (min-width: 1920px) {
  .container {
    max-width: 1330px;
  }
  .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }
}
/* Extra Huge large desktops */
@media (min-width: 1680px) and (max-width: 1919px) {
  .container {
    max-width: 1330px;
  }
  .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }
}
/* Extra Huge large desktops */
@media (min-width: 1600px) and (max-width: 1679px) {
  .container {
    max-width: 1330px;
  }
  .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }
}
/* Extra large desktops and mac laptops*/
@media (min-width: 1400px) and (max-width: 1599px) {
  .container {
    max-width: 1330px;
  }
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .container {
    max-width: 1330px;
  }
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .container {
    max-width: 1170px;
  }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
}
/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
/* Landscape phones and portrait tablets */
@media (min-width: 544px) and (max-width: 767px) {
  .container {
    min-width: 100%;
  }
}
/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 543px) {
  .container {
    max-width: 100%;
  }
}
/* Smaller phones */
@media (max-width: 360px) {
  .container {
    max-width: 100%;
  }
}
/* Smaller phones */
.banner_section {
  padding-block: clamp(15px, 4vw, 40px);
  background-color: #d2fae3;
}
.banner_section .parent_area .img_area {
  width: clamp(160px, 44vw, 250px);
  aspect-ratio: 250/34;
  margin-inline: auto;
}

.cms_section {
  margin: 40px 0 90px;
  position: relative;
  overflow-x: clip;
}
.cms_section .inner_cms .cms_title {
  margin-bottom: 90px;
}
.cms_section .inner_cms .cms_title h3 {
  font-size: 42px;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  color: #141414;
  margin-bottom: 15px;
}
.cms_section .inner_cms .cms_title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #818181;
  width: 975px;
  max-width: 100%;
  margin-inline: auto;
}
.cms_section .inner_cms .cms_content > :last-child {
  margin-bottom: 0;
}
.cms_section .inner_cms .cms_content > :first-child {
  margin-top: 0;
}
.cms_section .inner_cms .cms_content hr {
  margin-block: 30px;
  opacity: 1;
  background-color: #141414;
}
.cms_section .inner_cms .cms_content h1,
.cms_section .inner_cms .cms_content h2,
.cms_section .inner_cms .cms_content h3,
.cms_section .inner_cms .cms_content h4,
.cms_section .inner_cms .cms_content h5,
.cms_section .inner_cms .cms_content h6 {
  font-weight: 600;
  color: #141414;
  margin-bottom: 15px;
}
.cms_section .inner_cms .cms_content h1 {
  font-size: 28px;
  line-height: 30px;
}
.cms_section .inner_cms .cms_content h2 {
  font-size: 26px;
  line-height: 28px;
}
.cms_section .inner_cms .cms_content h3 {
  font-size: 24px;
  line-height: 26px;
}
.cms_section .inner_cms .cms_content h4 {
  font-size: 22px;
  line-height: 24px;
}
.cms_section .inner_cms .cms_content h5 {
  font-size: 20px;
  line-height: 22px;
}
.cms_section .inner_cms .cms_content h6 {
  font-size: 18px;
  line-height: 20px;
}
.cms_section .inner_cms .cms_content a {
  display: inline-block;
  color: #CF0A0A;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
}
.cms_section .inner_cms .cms_content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #818181;
  margin-bottom: 15px;
}
.cms_section .inner_cms .cms_content ul {
  margin-bottom: 20px;
}
.cms_section .inner_cms .cms_content ul li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #818181;
  list-style: disc inside;
}
.cms_section .inner_cms .cms_content ul li:last-child {
  margin-bottom: 0;
}
.cms_section .inner_cms .cms_content ol {
  margin-bottom: 20px;
}
.cms_section .inner_cms .cms_content ol li {
  list-style: decimal inside;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #818181;
}
.cms_section .inner_cms .cms_content ol li strong {
  display: inline-block;
  color: #141414;
  font-family: "ragrif", serif;
}
.cms_section .inner_cms .cms_content ol li:last-child {
  margin-bottom: 0;
}
.cms_section .inner_cms .cms_content .table-responsive .table thead tr th {
  padding: 0;
}
.cms_section .inner_cms .cms_content .table-responsive .table thead tr th p {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #141414;
  text-wrap: nowrap;
  padding: 12px;
  margin-bottom: 0;
}
.cms_section .inner_cms .cms_content .table-responsive .table tbody tr {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cms_section .inner_cms .cms_content .table-responsive .table tbody tr td {
  padding: 0;
}
.cms_section .inner_cms .cms_content .table-responsive .table tbody tr td p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #818181;
  padding: 12px;
  align-content: center;
  margin-bottom: 0;
  text-wrap: nowrap;
}
.cms_section .inner_cms .cms_content .table-responsive .table tbody tr:hover {
  --bs-table-hover-bg: #F8FFEF;
}

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
@media (min-width: 1300px) and (max-width: 1399px) {
  .cms_section {
    margin-bottom: 70px;
  }
  .cms_section .inner_cms .cms_title {
    margin-bottom: 70px;
  }
  .cms_section .inner_cms .cms_title h3 {
    font-size: 38px;
    line-height: 42px;
  }
}
/* 1200 desktop only */
@media (min-width: 1200px) and (max-width: 1299px) {
  .cms_section {
    margin-bottom: 70px;
  }
  .cms_section .inner_cms .cms_title {
    margin-bottom: 70px;
  }
  .cms_section .inner_cms .cms_title h3 {
    font-size: 38px;
    line-height: 42px;
  }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .cms_section {
    margin-bottom: 50px;
  }
  .cms_section .inner_cms .cms_title {
    margin-bottom: 50px;
  }
  .cms_section .inner_cms .cms_title h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .cms_section .inner_cms .cms_title p {
    line-height: 24px;
    font-size: 14px;
  }
  .cms_section .inner_cms .cms_content h1 {
    font-size: 26px;
    line-height: 28px;
  }
  .cms_section .inner_cms .cms_content h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .cms_section .inner_cms .cms_content h3 {
    font-size: 22px;
    line-height: 24px;
  }
  .cms_section .inner_cms .cms_content h4 {
    font-size: 20px;
    line-height: 22px;
  }
  .cms_section .inner_cms .cms_content h5 {
    font-size: 18px;
    line-height: 20px;
  }
  .cms_section .inner_cms .cms_content h6 {
    font-size: 16px;
    line-height: 18px;
  }
  .cms_section .inner_cms .cms_content p {
    font-size: 14px;
  }
  .cms_section .inner_cms .cms_content a {
    font-size: 14px;
  }
  .cms_section .inner_cms .cms_content ul li,
  .cms_section .inner_cms .cms_content ol li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .cms_section {
    margin-bottom: 40px;
  }
  .cms_section .inner_cms .cms_title {
    margin-bottom: 40px;
  }
  .cms_section .inner_cms .cms_title h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .cms_section .inner_cms .cms_title p {
    font-size: 14px;
    line-height: 24px;
  }
  .cms_section .inner_cms .cms_content hr {
    margin-block: 25px;
  }
  .cms_section .inner_cms .cms_content h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .cms_section .inner_cms .cms_content h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .cms_section .inner_cms .cms_content h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .cms_section .inner_cms .cms_content h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .cms_section .inner_cms .cms_content h5 {
    font-size: 18px;
    line-height: 22px;
  }
  .cms_section .inner_cms .cms_content h6 {
    font-size: 16px;
    line-height: 20px;
  }
  .cms_section .inner_cms .cms_content p {
    font-size: 14px;
  }
  .cms_section .inner_cms .cms_content a {
    font-size: 14px;
  }
  .cms_section .inner_cms .cms_content ul li,
  .cms_section .inner_cms .cms_content ol li {
    font-size: 14px;
  }
  .cms_section .inner_cms .cms_content .table-responsive .table thead tr th p {
    font-size: 14px;
    line-height: 16px;
  }
  .cms_section .inner_cms .cms_content .table-responsive .table tbody tr td p {
    font-size: 14px;
    line-height: 16px;
  }
}
/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .cms_section {
    margin-block: 30px;
  }
  .cms_section .inner_cms .cms_title {
    margin-bottom: 30px;
  }
  .cms_section .inner_cms .cms_title h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .cms_section .inner_cms .cms_title p {
    font-size: 14px;
    line-height: 24px;
  }
  .cms_section .inner_cms .cms_content hr {
    margin-block: 20px;
  }
  .cms_section .inner_cms .cms_content h1 {
    font-size: 24px;
    line-height: 26px;
  }
  .cms_section .inner_cms .cms_content h2 {
    font-size: 22px;
    line-height: 24px;
  }
  .cms_section .inner_cms .cms_content h3 {
    font-size: 20px;
    line-height: 22px;
  }
  .cms_section .inner_cms .cms_content h4 {
    font-size: 18px;
    line-height: 20px;
  }
  .cms_section .inner_cms .cms_content h5 {
    font-size: 16px;
    line-height: 18px;
  }
  .cms_section .inner_cms .cms_content h6 {
    font-size: 16px;
    line-height: 16px;
  }
  .cms_section .inner_cms .cms_content p {
    font-size: 14px;
  }
  .cms_section .inner_cms .cms_content a {
    font-size: 14px;
  }
  .cms_section .inner_cms .cms_content ul,
  .cms_section .inner_cms .cms_content ol {
    margin-bottom: 15px;
  }
  .cms_section .inner_cms .cms_content ul li,
  .cms_section .inner_cms .cms_content ol li {
    font-size: 14px;
  }
  .cms_section .inner_cms .cms_content .table-responsive .table thead tr th p {
    font-size: 14px;
    line-height: 16px;
  }
  .cms_section .inner_cms .cms_content .table-responsive .table tbody tr td p {
    font-size: 14px;
    line-height: 16px;
  }
}
/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .cms_section {
    margin-block: 25px;
  }
  .cms_section .inner_cms .cms_title {
    margin-bottom: 25px;
  }
  .cms_section .inner_cms .cms_title h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cms_section .inner_cms .cms_title p {
    font-size: 14px;
    line-height: 24px;
  }
  .cms_section .inner_cms .cms_content hr {
    margin-block: 15px;
  }
  .cms_section .inner_cms .cms_content h1 {
    font-size: 24px;
    line-height: 26px;
  }
  .cms_section .inner_cms .cms_content h2 {
    font-size: 22px;
    line-height: 24px;
  }
  .cms_section .inner_cms .cms_content h3 {
    font-size: 20px;
    line-height: 22px;
  }
  .cms_section .inner_cms .cms_content h4 {
    font-size: 18px;
    line-height: 20px;
  }
  .cms_section .inner_cms .cms_content h5 {
    font-size: 16px;
    line-height: 18px;
  }
  .cms_section .inner_cms .cms_content h6 {
    font-size: 16px;
    line-height: 16px;
  }
  .cms_section .inner_cms .cms_content p {
    font-size: 14px;
    line-height: 22px;
  }
  .cms_section .inner_cms .cms_content a {
    font-size: 14px;
    line-height: 22px;
  }
  .cms_section .inner_cms .cms_content ul,
  .cms_section .inner_cms .cms_content ol {
    margin-bottom: 10px;
  }
  .cms_section .inner_cms .cms_content ul li,
  .cms_section .inner_cms .cms_content ol li {
    font-size: 14px;
    line-height: 22px;
  }
  .cms_section .inner_cms .cms_content .table-responsive .table thead tr th p {
    font-size: 14px;
    line-height: 16px;
  }
  .cms_section .inner_cms .cms_content .table-responsive .table tbody tr td p {
    font-size: 14px;
    line-height: 16px;
  }
}
/* Smaller phones */
@media (max-width: 360px) {
  .cms_section {
    margin-block: 25px;
  }
  .cms_section .inner_cms .cms_title {
    margin-bottom: 25px;
  }
  .cms_section .inner_cms .cms_title h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cms_section .inner_cms .cms_title p {
    font-size: 14px;
    line-height: 24px;
  }
  .cms_section .inner_cms .cms_content hr {
    margin-block: 15px;
  }
  .cms_section .inner_cms .cms_content h1 {
    font-size: 24px;
    line-height: 26px;
  }
  .cms_section .inner_cms .cms_content h2 {
    font-size: 22px;
    line-height: 24px;
  }
  .cms_section .inner_cms .cms_content h3 {
    font-size: 20px;
    line-height: 22px;
  }
  .cms_section .inner_cms .cms_content h4 {
    font-size: 18px;
    line-height: 20px;
  }
  .cms_section .inner_cms .cms_content h5 {
    font-size: 16px;
    line-height: 18px;
  }
  .cms_section .inner_cms .cms_content h6 {
    font-size: 16px;
    line-height: 16px;
  }
  .cms_section .inner_cms .cms_content p {
    font-size: 14px;
    line-height: 22px;
  }
  .cms_section .inner_cms .cms_content a {
    font-size: 14px;
    line-height: 22px;
  }
  .cms_section .inner_cms .cms_content ul,
  .cms_section .inner_cms .cms_content ol {
    margin-bottom: 10px;
  }
  .cms_section .inner_cms .cms_content ul li,
  .cms_section .inner_cms .cms_content ol li {
    font-size: 14px;
    line-height: 22px;
  }
  .cms_section .inner_cms .cms_content .table-responsive .table thead tr th p {
    font-size: 13px;
    line-height: 16px;
  }
  .cms_section .inner_cms .cms_content .table-responsive .table tbody tr td p {
    font-size: 13px;
    line-height: 16px;
  }
}
/* Smaller phones */
/* Add CSS styles for Portrait orientation */
/* Add CSS styles for Landscape orientation */

/*# sourceMappingURL=custom.css.map */
