/*
# General
    ## Typography
# Sections
    ## Contact
        ### Appointment
        ### Office
*/

/*
    # General
*/

/*
    ## Typography
*/

.header-text {
  font-family: "Yellix";
  font-size: 65px;
  font-style: normal;
  font-weight: 600;
  line-height: 65px;
}

.secondary-text {
  font-family: "Metric";
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
}

.fw-300 {
  font-weight: 300 !important;
}

/*
    # Sections
*/

/*
    ##Contact
*/

/*
    ### Appointment
*/

.contact-appointment {
  align-content: center;
  display: flex;
  padding-bottom: 65px;
  flex-direction: row;
  justify-content: space-between;
}

.contact-appointment-text {
  margin: auto;
  width: 38%;
}

.contact-appointment-text-main {
  color: #001341;
  margin-bottom: 45px;
}

.contact-appointment-text-desc {
  color: #000;
  margin-bottom: 45px;
}

.btn-wsp-appointment {
  background: #001341;
  border: #001341 solid;
  border-radius: 8px;
  color: #fff;
  mix-blend-mode: normal;
  padding: 5px 29px;
  text-decoration: none;
}

.btn-wsp-appointment:hover {
  background: #fff;
  border: #001341 solid;
  border-radius: 8px;
  color: #001341;
  mix-blend-mode: normal;
  padding: 5px 29px;
  text-decoration: none;
}

.contact-appointment-img-background {
  background: #fff;
  border-radius: 10px 0px 0px 10px;
  height: 444px;
  mix-blend-mode: normal;
  width: 718px;
}

.contact-appointment-img {
  float: right;
  margin-top: 42px;
  width: 92.5%;
  border-radius: 10px 0px 0px 10px;
}

/*
* Appointment responsive
*/

@media only screen and (max-width: 1180px) {
  .contact-appointment-img-background {
    height: 92%;
    width: 100%;
  }
  .contact-appointment-img {
    width: 92%;
  }
  .contact-appointment-img-div {
    width: 50%;
  }
}

@media only screen and (max-width: 1030px) {
  .contact-appointment-img-div {
    /*display: none;*/
  }
  .contact-appointment-text {
    margin: auto;
    width: 70%;
  }
}

/*
    ### Office
*/

.contact-office {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 696px !important;
  clip-path: ellipse(63% 61% at 30% 50%);
}

.contact-office-text {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: inherit;
  justify-content: center;
  margin-left: auto;
  width: 45%;
}

.center-yeisson {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-office-text-main {
  margin: 0;
}

.contact-office-info-list {
  padding-left: 20px;
}

.contact-office-info-list > li {
  margin-top: 50px;
  padding-left: 12px;
}

.contact-office-location {
  list-style-image: url(location.svg);
}

.contact-office-mail {
  list-style-image: url(mail.svg);
}

.contact-office-phone {
  list-style-image: url(phone.svg);
}

/*
* Office responsive
*/


@media only screen and (max-width: 888px) {
  .contact-office {
    background-color: #001341;
    background-image: none;
    height: fit-content;
    padding: 30px;
  }
  .contact-office-text {
    display: block;
    margin: auto;
    width: fit-content;
  }
}

@media only screen and (max-width: 612px) {
  .header-text {
    font-size: 50px;
  }
  .secondary-text {
    font-size: 17px;
  }
}

@media (max-width: 576px) {
  .contact-appointment{
    display: flex;
    flex-flow: column-reverse;
    width: 100%;

  }
  .contact-appointment-img-div{
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-appointment-img-background{
    background-color: #fff;
    width: 100%;
    height: 250px;
    border-radius: 0;
  }

  .contact-appointment-img{
    width: 95%;
  }
}

@media (max-width: 493px) {
  .contact-appointment{
    display: flex;
    flex-flow: column-reverse;
    width: 100%;

  }
  .contact-appointment-img-div{
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-appointment-img-background{
    background-color: #fff;
    width: 100%;
    height: 250px;
    border-radius: 0;
  }

  .contact-appointment-img{
    width: 95%;
  }
}

@media (max-width: 1024px) {
  .contact-appointment{
    display: flex;
    flex-flow: column-reverse;
    width: 100%;

  }
  .contact-appointment-img-div{
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-appointment-img-background{
    background-color: #fff;
    width: 100%;
    height: 470px;
    border-radius: 0;
  }

  .contact-appointment-img{
    width: 95%;
  }
}

@media (max-width: 768px) {
  .contact-appointment{
    display: flex;
    flex-flow: column-reverse;
    width: 100%;

  }
  .contact-appointment-img-div{
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-appointment-img-background{
    background-color: #fff;
    width: 100%;
    height: 400px;
    border-radius: 0;
  }

  .contact-appointment-img{
    width: 95%;
  }
}

@media (max-width: 390px) {
  .contact-appointment{
    display: flex;
    flex-flow: column-reverse;
    width: 100%;

  }
  .contact-appointment-img-div{
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-appointment-img-background{
    background-color: #fff;
    width: 100%;
    height: 200px;
    border-radius: 0;
  }

  .contact-appointment-img{
    width: 95%;
  }
}

@media (max-width: 820px) {
  .contact-appointment{
    display: flex;
    flex-flow: column-reverse;
    width: 100%;

  }
  .contact-appointment-img-div{
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-appointment-img-background{
    background-color: #fff;
    width: 100%;
    height: 420px;
    border-radius: 0;
  }

  .contact-appointment-img{
    width: 95%;
  }
}

@media (max-width: 473px) {
  .header-text {
    font-size: 45px;
  }
  .secondary-text {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .header-text {
    font-size: 40px;
  }
}

@media (max-width: 360px) {
  .contact-appointment{
    display: flex;
    flex-flow: column-reverse;
    width: 100%;

  }
  .contact-appointment-img-div{
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-appointment-img-background{
    background-color: #fff;
    width: 100%;
    height: 200px;
    border-radius: 0;
  }

  .contact-appointment-img{
    width: 95%;
  }
}

@media (max-width: 412px) {
  .contact-appointment{
    display: flex;
    flex-flow: column-reverse;
    width: 100%;

  }
  .contact-appointment-img-div{
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-appointment-img-background{
    background-color: #fff;
    width: 100%;
    height: 220px;
    border-radius: 0;
  }

  .contact-appointment-img{
    width: 95%;
  }
}

@media (max-width: 414px) {
  .contact-appointment{
    display: flex;
    flex-flow: column-reverse;
    width: 100%;

  }
  .contact-appointment-img-div{
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-appointment-img-background{
    background-color: #fff;
    width: 100%;
    height: 220px;
    border-radius: 0;
  }

  .contact-appointment-img{
    width: 95%;
  }
}
