@font-face {
  font-family: 'Elza';
  src: url('fonts/Elza-Regular.woff2') format('woff2'),
  url('fonts/Elza-Regular.woff') format('woff'),
  url('fonts/Elza-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
 }
 body{
 font-family: 'Elza', sans-serif;
 }
* {
          box-sizing: border-box;
		  margin: 0;
         padding: 0;
		  
        }
@media only screen and (max-width: 600px) {
	
  .pt-header-5 {
    padding-top: 2rem !important;
    font-size: 45px !important;
  }
  .img-1 {
    display: none;
  }
  .img-2 {
    display: none;
  }
  .frm {
    background-color: #efefef;
    width: 100% !important;
  }
  .mktoText {
    font-size: 28px;
  }
}

.footer-line {
  height: 35px;
  background-image: url("footer-start-line.png");
  z-index: 90;
  background-repeat: repeat;
}
.header-image {
  background-image: url("headerTopBar.jpg");
  display: block;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 6px;
  width: 100%;
}

.footer-img {
  height: 35px;
  background-image: url(footer-start-line.png);
  background-repeat: no-repeat;
  z-index: 90;
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0c322c;
  z-index: 1000;
  padding: 0px 0;
}
.img-logo {
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 99;
  top: 103px;
  left: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 8px;
}
.img-border {
  width: 284px;
  padding-left: 52px;
}

.header-img {
  background-image: url("download.png");
  background-size: cover;  /* Ensures the image covers the entire div */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents image repetition */

  height: 480px;
  margin-top: 5%;
}

.header-content {
  color: white;
  font-size: 50px;
  font-family: 'Elza', sans-serif;
  font-weight: 600;
  line-height: 1.4;
}
.header-border-img {
 position: absolute;
    top: 56%;
    left: 30%;
    transform: translate(-50%, -50%);
    
   
}

.content-1 {
  font-size: 35px;
  line-height: 1.2;
  color: #000000;
  font-weight: 400;
  font-family: 'Elza', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.content {
  font-family: 'Elza', sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
}

.btn-style {
 background-color: #90EE90; /* Light green background */
    color: #3D1766; /* Dark purple text */
   
    border-radius: 50px; /* Rounded corners */
    padding: 11px 23px 0px 25px;
    border: none;
    font-family: 'Elza', sans-serif;
}

.frm-position {
  background-color: #ffffff;
  position: relative;
}
.header-bg-color {
  background-color: #0c322c;
}
.bg-header-1 {
  background-color: #0c322c;
  padding-top: 31px;
  padding-bottom: 34px;
}

.frame-position {
  position: relative;
  width: 330px;
}
.bg-white {
  background-color: #ffffff;
}
.frm-bg-color {
  background-color: #efefef;
  width: 90%;
}

.label-style {
  line-height: 1.5em;
  text-align: left;
  font-size: 14px !important;
  font-family: 'Elza', sans-serif !important;
  color: #000;
}
.footer-bg {
  background-color: #0c322c;
}
.footer-text-color {
  color: #ffffff;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0;
  transition: border-color 0.15sease-in-out, box-shadow 0.15sease-in-out;
}
.form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
}
.color-dark{
color: #000000;
}
#fr-position{
	width: 100%;
height: auto;
}

@media only screen and (max-width: 800px) {
 
  .img-1 {
    display: none;
  }
  .img-2 {
    display: none;
  }
 
}
@media only screen and (max-width: 820px) {
 
  .img-1 {
    display: none;
  }
  .img-2 {
    display: none;
  }
 
}
@media only screen and (max-width: 834px) {
 
  .img-1 {
    display: none;
  }
  .img-2 {
    display: none;
  }
 
}