
/* @import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap'); */



/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body,
html {
  /* overflow: hidden; */
}
* {
  padding: 0;
  margin: 0;
   /* font-family: "Roboto", sans-serif; */
     font-family: "Open Sans", sans-serif;
}
header {
  background-color: #002060;
  display: block;
  padding: 15px 0 15px;
}
.header-logo {
  width: auto;
}

.header-logo a {
  color: #92d050;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
}
.header-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header-menus {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /* align-items: flex-end; */
}
.header-mobile {
  display: none;
}
.contact-no,
.contact-email {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  transition: all .3s ease-in-out;
}

.legal-declaration-section {
  margin: 20px 0 0;
  background: #b4c6e7;
}

.content-box {
  display: block;
  flex-wrap: wrap;
  width: 100%;

  padding: 31px 15px 35px;
}
.content-box > p {
  font-size: 20px;
}
.content-box > p:last-child {
  margin-bottom: 0;
}

.content-box > h6 {
  color: #002060;
  text-align-last: center;
  font-weight: 700;
  font-size: 20px;
}
.legal-declaration-section .content-box > p {
  color: #538135;
  text-align-last: center;
}

.legal-declaration-aim {
  margin: 0;
  background: grey;
}
.legal-declaration-aim .content-box > p {
  color: #fff;
  font-weight: 300;
}
.legal-declaration-aim .content-box > p strong {
  font-weight: 700;
}

.content-box ul {
    list-style: none;
    margin: 0 0 0;
}

.content-box ul li{
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.legal-declaration-attorney {
  margin: 0;
  background: #fff;
}

.legal-declaration-attorney .content-box > p span {
  display: block;
  color: #525252;
  font-weight: 700;
}

.legal-declaration-form {
  background: #d9d9d9;
  margin: 0 0 100px;
}

.legal-form-ttile {
  padding: 10px 0;
  display: block;
  width: 100%;
  background: #002060;
}
.legal-form-ttile p {
  margin: 0 0 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.form-title-outer {
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
  gap: 2%;
}
.form-title-outer > div {
  width: 49%;
  /* display: block; */
}

.form-title-box {
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
}
.form-title-box.form-title-inp {
}
.form-title-box h4 {
  font-size: 20px;
  font-weight: 400;
  color: #002060;
  margin: 0 0 0;
}

.form-title-box a {
  text-decoration: none;
  color: #002060;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.form-title-box a:hover {
  color: #92d050;
}

.contact-card {
  width: 100%;
  max-width: 450px;
  border: 1px solid #000;
  background-color: #fff;
  overflow: hidden;
}

.form-header {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #000;
}

.form-header h3 {
  font-size: 22px;
  color: #002060; /* Deep blue from image */
  font-weight: 500;
  margin: 0
}

.input-group input {
  width: 100%;
  padding: 15px;
  border: none;
  border-bottom: 1px solid #000;
  background-color: #d9d9d9; /* Light grey background */
  text-align: center;
  font-size: 18px;
  color: #002060;
  outline: none;
}

.input-group input::placeholder {
  color: #002060;
  opacity: 1;
}

/* Specific styling for the green button */
.submit-btn {
  width: 100%;
  padding: 15px;
  background-color: #92d050; /* The green color from image_03be30.png */
  color: #002060;
  border: none;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  display: block;
  transition: background 0.3s ease;
  transition: all .3s ease-in-out;
}
.legal-declaration-attorney .content-box > p {
  color: #002060;
}

.submit-btn:hover {
  background-color: #82ba48;
  color: #fff;
}
.contact-no:hover{
color: #92d050;
}
 .contact-email:hover{
color: #92d050;
}

.medical-three .content-box > ul li{
  color: #002060;
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
  .header-logo {
    width: 100%;
    max-width: 340px;
  }
  .header-logo a {
    font-size: 22px;
  }
  .content-box > h6 {
    font-size: 18px;
    line-height: 1.3;
  }
  .content-box > p,
  .legal-form-ttile p ,.content-box ul li  {
    font-size: 18px;
  }
/* .content-box ul li {
    font-size: 18px;
} */

}

@media (max-width: 767px) {
  .content-box > p,
  .legal-form-ttile p ,.content-box ul li {
    font-size: 16px;
  }
  .header-logo {
    width: 100%;
    max-width: 304px;
  }

  .header-menus {
    width: calc(100% - 310px);
  }
  .header-logo a {
    font-size: 18px;
  }
  .contact-no,
  .contact-email {
    font-size: 14px;
  }
.form-title-box.form-title-inp {
    padding-inline: 10px;
}

.input-group input{
    font-size: 16px;
}
.legal-declaration-form {
    margin: 0 0 50px;
    padding-bottom: 30px;
}



}

@media (max-width: 575px) {
  .header-menus {
    width: 100%;
  }
  .header-logo {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 0 10px;
  }

  .header-logo a {
    font-size: 22px;
    line-height: 1.2;
  }
  .contact-no,
  .contact-email {
    font-size: 16px;
  }

  .contact-no,
  .contact-email {
    font-size: 14px;
  }

  .content-box > h6 {
    font-size: 16px;
  }

  .content-box > p,
  .legal-form-ttile p {
    font-size: 16px;
  }

  .form-header h3 {
    font-size: 18px;
  }
  .input-group input,
  .submit-btn {
    font-size: 16px;
  }

  .form-title-outer > div {
    width: 100%;
  }
  .form-title-box.form-title-inp {
    padding-top: 0;
  }

  .form-title-box {
    padding: 30px 30px 20px;
  }

  .legal-declaration-form {
    padding: 0 0 40px;
    margin: 0 0 50px;
  }
}

@media (max-width: 480px) {

      .header-logo a {
    font-size: 18px;
    line-height: 1.2;
  }
  .contact-card {
    max-width: 90%;
  }

  .form-title-box.form-title-inp {
    padding-inline: 6px;
  }
    .header-logo {
        margin: 0 0 6px;
    }
    .header-menus { 
        margin: 0 0 2px;
    }

}
