
*,
*::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;
}

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
          height: 100%;

      font-family: 'Roboto';
          color: #4b4b4b;

}

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;
  }
}
@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url(../fonts/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190Fjzag.woff2) format('woff2');
}

.logo{

    width: auto;
    height: auto;
    max-width: 240px;
}

.container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.menu{
      overflow: visible;
    width: 100%;
    display: -webkit-box !important;
    display: flex !important;
    flex-direction: row !important;
    -webkit-box-pack: justify !important;

    position: relative;
    background: white;
    border-top: 1px solid #a0a0a0;
    margin: inherit !important;
    padding: 20px 0;
    justify-content: space-around;
}

footer{
      padding-bottom: 21px;
    background-color: #535353;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

footer img{
      max-height: 55px;
    width: auto;
}
.input-search{
      max-width: 500px;
      width: 100%;
      position: relative;
}

.input-search-icon {
    position: absolute;
    top: 16px;
    left: 18px;
    font-weight: 300;
    color: #007d5a;
}
.material-symbols-rounded {
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.button-prefix-icon{
    font-family: 'Material Symbols Rounded';
    font-size: 24px;
    font-weight: 400;
    margin-right: 6px;

}

.bt{
      background-color: #e0f3ee;
    color: #006d4c;
    padding: 8px 24px;
       border-radius: 8px;
       font-size: 16px;
       display: flex;
       align-items: center;
       cursor: pointer;
}


.content{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
}

.main h1{
  font-size: 38px;
  color: #0d0d0d;
  font-weight: 400;
}

.sub_title{
  width: 70%;
}

.form{
  border-bottom: 1pt solid #ccc;
    border-top: 1pt solid #ccc;
    margin: 20px auto;
    padding: 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;
}

.input_box input{
    border: 1.5px solid #a6a6a6;
    height: 56px;
    padding-left: 10px;
    padding-right: 10px;
    color: #767676;
    font-size: 16px;
    border-radius: 8px;
    width: 100%;
}



.img{
    text-align: center;
    background-color: #f2f9f7;
    padding: 24px;
    height: fit-content;
}

.input_box{
  margin: 20px 0;
}

.error_text{
  margin-top: 4px;
  font-size: 14px;
    color: darkred;
    display: none;
}

.error .error_text{
  display: block;
}

.error input{
  border-color:darkred ;
}

select{
   border: 1.5px solid #a6a6a6;
    height: 56px;
    padding-left: 10px;
    padding-right: 10px;
    color: #767676;
    font-size: 16px;
    border-radius: 8px;
    width: 100%;
}

.btn{

      background-color: #007d5a;
    color: #ffffff;
       padding: 14px 24px;
       border-radius: 8px;
       font-size: 16px;
       display: flex;
       align-items: center;
       cursor: pointer;
       width: fit-content;
}
.button-suffix-icon{
  font-family: 'Material Symbols Rounded';
  font-size: 24px;
  font-weight: 400;
  margin-left: 10px;
}

.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;
}

.loader svg{
  opacity: 0.5;
  -webkit-animation: rotate-center 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) infinite both;
          animation: rotate-center 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) infinite both;
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


@media (max-width: 700px) {
  .input-search{
    display: none;
  }
  .bt{
    display: none;
  }

  .menu{

    display: none;
  }

  .img{
    display: none;
  }
  .hedaer{
    position: relative;
  }
  .con div{
    flex-wrap: wrap;
  }

  header{
    padding: 20px;
  }

  .content {
    display: flex;
    max-width: 1440px;
    width: 92%;
    margin: 0 auto;
    margin-top: 22px;
    gap: 60px;
  }

  .main h1 {
    font-size: 28px;
    color: #0d0d0d;
    font-weight: 400;
  }
  .sub_title {
    width: 100%;
    margin: 10px 0;
  }
  label{
    font-size: 16px;
  }

  .btn{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .con{
    flex-direction: column-reverse;
  }

  .menu{
    display: none !important;
  }

  footer{
    flex-direction: column;
    gap: 20px;
  }
  footer img{
    height: 30px;
  }
}