/* FOOTER */
.footer{
  padding: 64px 0 40px 0;
  background-color: white;
}

.footer-icon-wrap{
  padding-top: 24px;
}

.footer .circle-icon-bg{
  display: flex;
  justify-content: center;
  align-items: center;

  width: 35px;
  height: 35px;

  padding: 5px;
  background-color: transparent;
  border-radius: 50% !important;
  text-decoration: none !important;

  transition: .4s ease;
  border: 1.5px solid #474C5C;
}

.footer .circle-icon-bg svg{
  fill: #474C5C;
  width: 20px !important;
  height: auto !important;
}

.footer .circle-icon-bg:hover svg{
  fill: white !important;
}

.footer .circle-icon-bg:hover{
  background-color: #474C5C;
  border: 1.5px solid #474C5C;
}

.footer h3{
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;

  color: #27272a;

  padding-bottom: 16px;
}

.footer ul, 
.footer li{
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;

  list-style: none;

  color: #474C5C;
  padding-left: 0;
  padding-bottom: 12px;
}

.footer li a{
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;

  color: #474C5C;
}

.footer li a:hover{
  text-decoration: underline;
}

.footer-contact h5{
  padding: 16px 0 8px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;

  color: #474C5C;
}

.footer-contact a{
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;

  color: var(--accent-color);
  text-decoration: none;
} 

.footer-contact a:hover{
  color: var(--accent-color);
}
.bottom-footer{
  background-color: white;
}

.bottom-footer img{
  max-width: 100%;
  height: auto;
}

.bottom-footer p{
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;

  color: #686E81;
}

/* modal form */
.modal .form{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 32px;
  gap: 24px;

  margin-left: auto;
  background: #FFFFFF;
  border-radius: 24px;
  max-width: 500px;
}

.modal .form-top span{
  font-weight: 700;
  font-size: 1rem;
  line-height: 135%;
  letter-spacing: 0.12em;

  color: var(--accent-color);
}

.modal .form-top h3{
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 140%;

  color: #27272A;
}

.modal .form-top p{
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 145%;

  color: #27272A;
}

.modal .form input,
.modal .form select,
.modal .form textarea{
  padding: 0px 16px 0 50px;
  gap: 12px;

  width: 100%;
  height: 48px;

  border: 1.5px solid #C9CEDD;
  border-radius: 1000px;
}

.modal .form textarea{
  padding: 10px 16px 0 50px;
  gap: 12px;

  width: 100%;
  height: 100px;

  border: 1.5px solid #C9CEDD;
  border-radius: 25px;
  resize: none;
}

.modal .form textarea + img{
  position: absolute;
  width: 18px !important;
  height: auto;
  left: 3.5%;
  top: 25px !important;
  margin-top: -11px;
}

.modal .form select{
  padding: 0 16px;
  color: #474C5C;
  font-size: 16px;
}

select {
  /* Reset */
  appearance: none;
  border: 0;
  outline: 0;
  font: inherit;
  /* Personalize */
  width: 100%;
  height: 3em;
  padding: 0 4em 0 1em;
  background: url(../../images/icons/telehelp-select-icon.png)
      no-repeat right 1em center / 1.5em,
    linear-gradient(to left, rgb(255, 255, 255) 3em, #ffffff 3em);
  cursor: pointer;
}

.modal .form .form-input-group{
  position: relative;
  width: 100%;
}

.modal .form .form-input-group img{
  position: absolute;
  width: 22px;
  height: auto;
  left: 3.5%;
  top: 50%;
  margin-top: -11px;
}

.modal .form .form-button{
  background-color: var(--accent-color);
  color: white;
  font-weight: 700;
  font-size: 15px;

  padding: 0px 16px;

  width: 100%;
  height: 48px;
  border-radius: 1000px;
  border: none;
  transition: all .2s ease-in;
}

.modal .form-button:hover{
  background-color: var(--hover) !important;
}

.modal .form ::placeholder{
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;

  color: #474C5C;
}

.modal .form p{
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;

  color: #27272A;
}

.modal .form-modal span{
  width: 100% !important;
  margin-top: -15px !important;
  color: red !important;
}

@media screen and (max-width: 1201px){
  .footer h3,
  .footer h5{
      font-size: 13px;
  }

  .footer a{
      word-break: break-word !important;
      font-size: 12px !important;
      display: flex;
      align-items: center;
  }
}

@media screen and (max-width: 993px){
  .bottom-footer img{
    width: 100%;
  }

  .bottom-footer p{
      padding: 2rem 0 1rem 0;
  }
}

@media screen and (max-width: 769px){
  .footer-icon-wrap{
    margin-bottom: 2.5rem;
  }
  .footer-stripe{
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 577px){
  .footer-icon-wrap{
    margin-bottom: 3rem;
  }

  .footer h3{
      font-size: 1.1rem;
  }

  .footer li a{
      font-size: 1rem;
  }

  .footer .circle-icon-bg{
      width: 50px;
      height: 50px;
  }

  .footer .footer-contact h5{
      font-size: 1.1rem;
  }

  .footer .footer-contact a{
      font-size: 1rem;
  }

  .footer .bottom-footer img{
      width: 100%;
      height: auto;
  }
}

@media screen and (max-width: 414px){
  .footer h3,
  .footer h5{
    font-size: 16px !important;
  }
}