
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article>*+* {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

body{
      background-color: #edf9f8;
          font-family: "FagoWebPro-Medium";
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}
header{

  background: #fff;
  padding-bottom: 20px;
      border-bottom: 1px solid #b1b1b1;
}
.contener{
  max-width: 1440px;
  margin: 0 auto;
}
.header{
      border-bottom: 1px solid #ebebeb;
    padding: 1rem 0px;
    display: flex;
      justify-content: space-between;
}

.header div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: fit-content;
}

.btn{
      display: block;
    font-family: "FagoWebPro-Medium";
    text-decoration: none;
    border-radius: 0.25rem;
        background-color: #0d6375;
    color: #ffffff;
    width: fit-content;
    padding: 10px; 
}

.menu{
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav{
    display: flex;
  align-items: center;
  gap: 30px;
      color: #000000;
    font-family: "FagoWebPro-Medium";
    text-decoration: none;
    padding: 0.5rem 0.5rem;
    border-radius: 0.25rem;
}

.main{
  background: #fff;
  padding: 40px;
}

footer{
      background-color: #0d6375;
      padding: 32px;
}
.footer{
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.footer img {
  height: 60px;
}

h3{
  color: #fff;
  margin-top: 24px;
  margin-bottom: 16px;
}

.mm div{
  margin: 20px 0;
}


label svg{
  width: 10px;
  height: 10px;
  color: darkred;
  margin-top: 3px;
}

label{
  display: flex;
  font-size: 18px;
  margin-bottom: 10px;
  align-items: flex-start;
  gap: 6px;
  width: 100%;
  max-width: 300px;
  text-align: right;
  font-weight: 500;
  font-size: 14px;

}

input, select, textarea {
  border: 1px solid gray;
    border-radius: 4px !important;
    outline: 0;
    height: 40px;
    width: 100%;
    padding: 0 10px;

        border-color: #adadad;

    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    height: 2.625rem;
    position: relative;
}


.img{
    text-align: center;
    background-color: #f2f9f7;
    padding: 24px;
    height: fit-content;
}

.input_box{
  margin: 20px 0;
  display: flex;
  position: relative;
  flex-direction: column;
}

.error_text{
  margin-top: 4px;
  font-size: 14px;
    color: darkred;
    display: none;
}

.error .error_text{
  display: block;
    display: block;
}

.error input{
  border-color:darkred ;
}


.btn{

    border-width: 2px;
    border-color: transparent;
    background-color: #034ad8;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));

    min-height: 60px;
    min-width: 60px;
    border-radius: 4px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    width: fit-content;
        background: #007881 none repeat scroll 0 0;
    border: 1px solid #007881;
    cursor: pointer;
}
.button-suffix-icon{
  
  font-size: 24px;
  font-weight: 400;
  margin-left: 10px;
}

.fkes{
  display: flex;
  justify-content: flex-end;
}
.con div{
  display: flex;
  align-items: center;
  gap: 20px;
}

.con p {
  font-size: 14px;
  width: 100%;
  max-width: 350px;
}

.loader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  background: #ffffff75;
  align-items: center;
}

.loaders {
  --color-1: #d8dbdf;
  --color-2:#0084cc;
  --size: 1px;

  width: calc(48 * var(--size));
  height: calc(48 * var(--size));
  border: calc(5 * var(--size)) solid var(--color-1);
  border-bottom-color: var(--color-2);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.sub_title{
  line-height: 1.5;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@font-face {
    font-family: "FagoWebPro-Medium";
    src: url(../fonts/FagoWebPro-Medium.woff) format("woff");
}

@media screen and (max-width: 570px) {
  .menu{
    display: none;
  }

  header {
    background: #fff;
    padding-bottom:0px;
    border-bottom: none;
  }
  .header p{
    display: none;
  }
  .header{
    padding: 20px;
  }

  .btn{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .footer{
    flex-direction: column;
  }
}