* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  outline: none !important;
  text-decoration: none !important;
  list-style: none !important;
  font-family: "Poppins", Helvetica, Arial, sans-serif !important;
  /* user-select: none !important; */
}

::selection {
  background-color: #00142D;
  color: #fff;
}

/* @font-face {
  font-family: "Nexa Extra Bold";
  src: url("../../web-assets/assest/font/nexa-extrabold.ttf") format("woff2");
}
@font-face {
  font-family: "Nexa Bold";
  src: url("../../web-assets/assest/font/Nexa\ Bold.otf") format("woff2");
}
@font-face {
  font-family: "Nexa Regular";
  src: url("../../web-assets/assest/font/Nexa\ Regular.otf") format("woff2");
}
@font-face {
  font-family: "Nexa Light";
  src: url("../../web-assets/assest/font/Nexa\ Light.otf") format("woff2");
}
body {
  font-family: "Nexa Extra Bold", Helvetica, Arial, sans-serif !important;
} */
 
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.navigation {
  position: sticky;
  z-index: 999;
  top: 0px;
}
.form-label {
  margin-bottom: 0rem !important;
}

.page-actions {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 10px;
}
 
.back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #a86600;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
}
 
.back-btn span {
  font-size: 18px;
  transition: transform 0.3s ease;
}
 
.back-btn:hover {
  color: #001b4f;
  transform: translateY(-2px);
}
 
.back-btn:hover span {
  transform: translateX(-4px);
}

/* start the header section */
.header-section {
  background-color: #00142D;
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px !important;
 padding: 20px 0px;
}
.header-logo {
  padding: 14px 28px;
  color: #fff;
  font-size: 24px;
}
.header-logo img {
  width: 100px;
}
.registraion {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.5px;
}
.header-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 14px 0px 0px;
  column-gap: 26px;
  cursor: pointer !important;
}
.register-menu a {
  border: 1px solid #707070;
  padding: 7px 16px;
  border-radius: 6px;
  color: #000000 !important;
}
.register-menu a:hover {
  color: #fff !important;
  background-color: #212529 !important;
  border: 1px solid #212529 !important  ;
}

.registration-br {
  display: none;
}
/* end the header section */
/* start the banner section */

.banner img {
  width: 100%;
  box-shadow: 10px 6px 50px rgba(0, 0, 0, 0.3);
}
.mobile-banner {
  display: none;
}
/* Start the media query in header and banner section */
@media (max-width: 1400px) {
  .header-logo {
    font-size: 22px;
  }
  .registraion {
    font-size: 20px;
  }
  .header-icon {
    column-gap: 20px;
  }
}

@media (max-width: 992px) {
  .banner {
    flex-direction: column;
  }
  .header-logo {
    padding: 10px 28px;
  }
  .register-menu a {
    padding: 8px 16px;
    font-size: 15px;
  }
  .header-icon {
    column-gap: 14px;
  }
  .mobile-banner {
    display: block;
  }
  .mobile-banner img {
    width: 100%;
  }
  .banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header-logo {
    font-size: 20px;
  }
  .registraion {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .header-logo img {
    width: 80px;
  }
  .register-name a {
    font-size: 14px;
  }
  .register-menu a {
    padding: 7px 10px;
    font-size: 14px !important;
  }
  .header-logo {
    font-size: 18px;
    padding: 12px 10px;
  }
  .registraion {
    font-size: 16px;
    line-height: 20px;
  }
  .header-icon {
    column-gap: 12px;
    padding: 0px 10px 0px 0px;
  }

  .banner-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner-img img {
    height: 240px;
    object-fit: contain;
  }

  .register-menu.show {
    display: flex;
  }
  .register-name {
    width: 100%;
  }

  .hamburger-menu {
    width: 14px;
    display: block;
    font-size: 22px;
    cursor: pointer;
    color: #707070 !important;
  }
}
@media (max-width: 530px) {
  .header-logo {
    font-size: 16px;
    padding: 8px 0px 8px 10px;
  }
  .header-icon {
    column-gap: 0px;
    padding: 0px 6px 0px 0px;
  }
  .register-menu a {
    padding: 6px 10px;
    font-size: 12px !important;
  }
  .registraion {
    font-size: 14px;
    padding: 0px 8px;
  }
  .header-icon {
    column-gap: 8px;
  }
  .hamburger-menu {
    display: block;
    font-size: 18px;
    cursor: pointer;
    width: 18px;
  }
  .register-menu a {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .banner-title-container {
    padding: 40px 0px;
  }
  .header-logo {
    font-size: 12px;
    padding: 8px 0px 8px 10px;
  }
  .registraion {
    font-size: 12px;
    line-height: 14px;
    padding: 0px 8px;
  }
  .header-icon {
    padding: 0px 4px 0px 0px;
  }
}
@media (max-width: 360px) {
  .register-menu a {
    padding: 6px 6px;
    font-size: 11px !important;
  }
}
/* start form section */
.main-form-container {
  width: 100%;
  max-width: 98%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  text-align: justify;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.form-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.highlighted-option {
  color: #212529 !important;
  border-bottom: 1px solid #fff !important;
}

.form-sections {
  width: 100%;
  max-width: 80%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.full-name-container {
  display: flex;
  width: 100%;
  column-gap: 20px;
  row-gap: 6px;
}
.form-input {
  display: flex;
  align-items: center;
  width: 100%;
}
.form-control {
  display: block;
  color: #000 !important;
  width: 100% !important;
  padding: 0.475rem 0.75rem !important;
  border-radius: 0.45rem !important;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type="text"],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type="tel"] {
  padding-left: 84px !important;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.15em !important;
}
.firstname {
  display: flex;
  width: 100%;
  padding: 0.475rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.45rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#mobile_code {
  width: 100% !important;
}
.input-field {
  display: flex;
  flex-direction: column;
  width: 100%;
  column-gap: 6px;
}
.intl-tel-input {
  position: relative;
  display: inline-block;
  width: 100% !important;
}
.form-select {
  display: block;
  font-size: 14px !important;
  color: #707070 !important;
  width: 100% !important;
  border-radius: 0.45rem !important;
  padding: 0.475rem 2.25rem 0.475rem 0.75rem !important;
}
.form-label {
  width: 200px !important;
  font-size: 14px !important;
  display: flex !important;
  justify-content: start !important;
  color: #00142D !important;
  text-align: start !important;
}
.form-labels {
  width: 200px !important;
  color: #00142D !important;
  font-size: 14px !important;
  display: flex !important;
  justify-content: start !important;
}
.form-check .form-check-input {
  margin-left: 0px !important;
}
.mobile-number {
  width: 100% !important;
}
.form-heading {
  /* color: #707070; */
  color: #00142D;
  font-size: 24px;
}
.intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
  font-size: 14px !important;
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  font-size: 14px !important;
}
.intl-tel-input .country-list .country .dial-code {
  font-size: 14px !important;
}
/* Style to move checkboxes to the right */
.form-check {
  display: flex !important;
  align-items: center !important;
  column-gap: 14px !important;
  padding-left: 0px !important;
}
.check-section {
  display: flex;
  align-items: center;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type="text"],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type="tel"] {
  padding-left: 100px !important;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type="text"],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type="tel"] {
  padding-left: 116px !important;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type="text"],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type="tel"] {
  padding-left: 80px !important;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 106px !important;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 94px !important;
}
.form-check-input:checked {
  background-color: #A86600 !important;
  border-color: #A86600 !important;
}
.error-message {
  font-size: 13px;
  color: #ff1d25;
  line-height: 20px;
}
.form-check-input {
  zoom: 2.6;
}
.form-check-input {
  width: 0.6em !important;
  height: 0.6em !important;
  margin-top: 0em !important;
}
.form-check-input:focus {
  box-shadow: none !important;
}
.form-check-input:focus {
  border: 1px solid #A86600 !important;
}
.form-switch {
  padding-left: 0em !important;
  display: flex !important;
  align-items: center !important;
  justify-content: start !important;
}
.form-check-label {
  width: 178px !important;
  font-size: 14px !important;
  color: #00142D !important;
}
.form-check-labels {
  width: 164px !important;
  font-size: 14px !important;
  color: #00142D !important;
  text-align: start !important;
}
.form-check-labels a {
  color: #00142D !important;
}
.form-switch .form-check-input {
  width: 18px !important;
  border-radius: 6em !important;
  margin-left: 0em !important;
}
.custom-select-wrapper {
  width: 100%;
}
.form-sections {
  position: relative;
  padding-bottom: 20px;
}
.form-control:focus {
  border-color: #ced4da !important;
  box-shadow: none !important;
}
.form-select:focus {
  border-color: #ced4da !important;
  box-shadow: none !important;
}
.form-sections::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #707070;
}
.form-section-container {
  width: 100% !important;
}
.button-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  column-gap: 2rem;
}
.buttons-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  column-gap: 2rem;
}
.forms-request {
  padding: 0px 0px 30px 0px;
}
.action-button {
  width: 130px !important;
  padding: 8px 26px !important;
  border-radius: 8px !important;
  border: 1px solid #A86600 !important;
  background-color: #A86600 !important;
  font-size: 16px !important;
  color: #fff !important;
}
.add-button {
  width: 220px !important;
  padding: 8px 26px !important;
  border-radius: 8px !important;
  border: 1px solid #A86600 !important;
  background-color: #A86600 !important;
  font-size: 16px !important;
  color: #fff !important;
}
.add-button:hover {
  background-color: #A86600 !important;
  color: white !important;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}
.action-button:hover {
  background-color: #A86600 !important;
  color: white !important;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}
#apply-button.clicked {
  background-color: #A86600;
}
.form-inner-class {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
input::placeholder {
  font-size: 14px !important;
}
.add-member {
  margin-top: 40px !important;
}
.mandatory {
  color: #ff1d25 !important;
}
.form-inner-class-error {
  display: flex;
  flex-direction: column;
}
#error_terms_and_conditions {
  position: relative;
  top: 2px;
}
.add-member {
  display: none;
}
@-moz-document url-prefix() {
  .form-check-input {
    width: 22px !important;
    height: 22px !important;
  }
  .form-switch .form-check-input {
    width: 45px !important;
    border-radius: 8em !important;
    margin-left: 0em !important;
    height: 24px !important;
  }
  select .form-select option {
    font-family: "Nexa Extra Bold", Helvetica, Arial, sans-serif !important;
  }
}
.registrations {
  font-size: 14px !important;
  color: #00142D !important;
  text-align: start !important;
}
.modal-body {
  text-align: center !important;
  font-size: 18px !important;
  padding: 50px !important;
}
.reg-modal-body-new {
  text-align: center !important;
  font-size: 17px !important;
  padding: 28px 40px !important;
}
.button-section {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.yes-btn {
  font-size: 16px;
  border: 1px solid #A86600;
  padding: 4px 10px;
  border-radius: 6px;
  background-color: #A86600;
  color: #fff;
}
.yes-btn:hover {
  background-color: #A86600;
  color: white; /* Change to your desired hover color */
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  /* Other styles on hover */
}
/* start the loader section */
.loading-spinner {
  width: 30px;
  height: 30px;
  border: 2px dotted #212529;
  border-radius: 50%;
  border-top-color: #0001;
  display: inline-block;
  animation: loadingspinner 0.7s linear infinite;
}
@keyframes loadingspinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* end the loader section */
/* form media query start */
@media (max-width: 1400px) {
  .form-sections {
    max-width: 100% !important;
  }
}
@media (max-width: 992px) {
  .form-check-label {
    width: 120px !important;
    font-size: 13px !important;
  }
  .form-check-labels {
    width: 156px !important;
    font-size: 13px !important;
  }
  .registrations {
    font-size: 13px !important;
  }
  .form-heading {
    font-size: 22px;
  }
  .form-label {
    font-size: 13px !important;
    text-align: start !important;
  }
  .form-labels {
    width: 200px !important;
    font-size: 13px !important;
  }
  .firstname {
    font-size: 13px;
  }
  .form-control {
    font-size: 13px !important;
  }
  .form-select {
    font-size: 13px !important;
  }
  .action-button {
    width: 100px !important;
    font-size: 14px !important;
  }
  .button-container {
    column-gap: 1rem;
  }
  .add-button {
    width: 180px !important;
    padding: 8px 0px !important;
    font-size: 14px !important;
  }
  /* .main-form-container {
    margin-top: 50px;
  } */
  .modal-body {
    text-align: center !important;
    font-size: 18px !important;
    padding: 40px !important;
  }
  .reg-modal-body-new {
    text-align: center !important;
    font-size: 17px !important;
    padding: 18px 30px !important;
  }
}
@media (max-width: 767px) {
  .form-check {
    padding-left: 0px !important;
  }
  .form-check-label {
    width: 74px !important;
    text-align: start !important;
    line-height: 14px !important;
  }
  .form-check-labels {
    width: 144px !important;
  }
  .error-message {
    font-size: 12px;
    line-height: 18px;
  }
  input::placeholder {
    font-size: 12px !important;
  }
  .modal-body {
    text-align: center !important;
    font-size: 16px !important;
    padding: 40px !important;
  }
  .reg-modal-body-new {
    text-align: center !important;
    font-size: 15px !important;
    padding: 18px 30px !important;
  }
}
@media (max-width: 530px) {
  .form-input {
    display: flex;
    align-items: start;
    flex-direction: column;
    text-align: start;
  }
  .yes-btn {
    font-size: 14px;
  }
  .form-inner-class-error {
    justify-content: end;
    align-items: end;
  }
  .add-button {
    width: 140px !important;
    font-size: 12px !important;
  }
  .action-button {
    width: 70px !important;
    font-size: 12px !important;
    padding: 0px !important;
    text-align: center;
  }
  #error_terms_and_conditions {
    position: relative;
    top: 5px;
    text-align: end;
    line-height: 12px;
    width: 140px;
  }
  .error-message {
    font-size: 10px;
  }

  .form-labels {
    width: 100% !important;
    margin-right: 0px !important;
    font-size: 13px !important;
    padding-bottom: 8px;
  }
  .form-label {
    width: 100% !important;
    margin-bottom: 0.5rem;
  }
  .intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
    font-size: 14px !important;
  }
  .form-heading {
    font-size: 20px;
  }
  .form-label {
    font-size: 13px !important;
    padding-bottom: 8px;
  }
  .firstname {
    font-size: 13px;
  }
  .form-select {
    font-size: 13px !important;
  }
  .form-check-labels {
    width: 100% !important;
    font-size: 13px;
  }
  .form-br {
    display: none;
  }
  .form-check-input {
    zoom: 2;
  }
  .modal-body {
    text-align: center !important;
    font-size: 14px !important;
    padding: 40px !important;
  }
  .reg-modal-body-new {
    text-align: center !important;
    font-size: 13px !important;
    padding: 18px 30px !important;
  }
}
@media (max-width: 400px) {
  .form-check-label {
    width: 70px !important;
  }
  .form-check {
    column-gap: 8px !important;
  }
  .registrations {
    line-height: 16px;
  }
  .modal-body {
    font-size: 13px !important;
    padding: 30px !important;
  }
  .reg-modal-body-new {
    font-size: 12px !important;
    padding: 8px 20px !important;
  }
  .button-container {
    column-gap: 8px;
  }
  .form-check {
    column-gap: 10px !important;
  }
}

/* End the body section */
/* start the footer section */
/* .form-footer-container {
  background-color: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}

.footer-left-div {
  width: 100vw;
  height: 25px;
  margin: auto;
  clip-path: polygon(0% 0%, 100% 0%, 92% 100%, 0% 100%);
  background-color: #A86600;
}

.footer-right-div {
  width: 100vw;
  height: 25px;
  margin: auto;
  clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #00142D;
}

.footer-mid-div {
  width: 100vw;
  max-width: 100vw;
  text-align: center;
}

.footer-mid-div p {
  margin: 0;
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 1400px) {
  .form-footer-container {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-left-div {
    clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
  }

  .footer-right-div {
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

@media (max-width: 650px) {
  .footer-left-div {
    width: 50vw;
  }

  .footer-mid-div p {
    font-size: 12px;
  }

  .footer-right-div {
    width: 50vw;
  }
} */

/* start New footer section Design*/
/* .footer-wrapper {
  position: relative;
  width: 100%;
}
.footer-text {
  position: absolute;
  top: 78%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  z-index: 2;
}

@media (min-width: 1440px) {
  .footer-svg {
    width: 100%;
    height: 200px;
  }
}
@media (max-width: 1440px) {
  .footer-svg {
    width: 100%;
    height: 200px;
  }
  .footer-text {
      font-size: 16px;
    }
}

@media (max-width: 992px) {
  .footer-svg {
      width: 100%;
      height: 150px;
  }
  .footer-text {
      font-size: 15px;
  }
}

@media (max-width: 768px) {
  .footer-svg {
    height: 120px;
  }

  .footer-text {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .footer-svg {
    width: 100%;
    height: 95px;
  }
  .footer-text {
    font-size: 12px;
    white-space: normal;
  }
} */

.footer-wrapper {
  position: relative;
  width: 100%;
}
 
.footer-content {
  position: absolute;
  top: 78%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
 
  width: 100%;
  text-align: center;
}
 
.footer-copyright {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
 
.footer-link {
  color: #d38a1a;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}
 
.footer-link:hover {
  color: #a86600;
  text-decoration: underline;
}
 
@media (min-width: 1440px) {
  .footer-svg {
    width: 100%;
    height: 200px;
  }
}
 
@media (max-width: 1440px) {
  .footer-svg {
    width: 100%;
    height: 180px;
  }
 
  .footer-copyright {
    font-size: 16px;
  }
 
  .footer-link {
    font-size: 14px;
  }
}
 
@media (max-width: 992px) {
  .footer-svg {
    height: 150px;
  }
 
  .footer-content {
    top: 76%;
  }
 
  .footer-copyright {
    font-size: 15px;
  }
 
  .footer-link {
    font-size: 14px;
  }
}
 
@media (max-width: 768px) {
  .footer-svg {
    height: 120px;
  }
 
  .footer-content {
    top: 74%;
    gap: 4px;
  }
 
  .footer-copyright {
    font-size: 14px;
  }
 
  .footer-link {
    font-size: 13px;
  }
}
 
@media (max-width: 480px) {
  .footer-svg {
    height: 95px;
  }
 
  .footer-content {
    top: 72%;
    width: 90%;
  }
 
  .footer-copyright {
    font-size: 11px;
  }
 
  .footer-link {
    font-size: 10px;
  }
}