.modal.hok__modal{}

.modal-xxl{}

.hok__modal .modal-content{
    background-color: #FE68A8;
    color: #fff;
    border-radius: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: -2px 2px 16px rgba(0,0,0,0.5);
    background: linear-gradient(0deg, rgba(254, 104, 168, 0.8), rgba(254, 104, 168, 0.8)), linear-gradient(180deg, rgba(252, 252, 252, 0.5) 17.86%, rgba(199, 199, 199, 0.35) 179.82%);
    backdrop-filter: blur(10px);
}

.hok__modal .close{
    position: absolute;
    width: 40px;
    height: 40px;
    background: #FE68A8;
    box-shadow: -3px 6px 12px rgba(0, 0, 0, 0.3);
    border: 0;
    border-radius: 50%;
    right: 10px;
    font-size: 40px;
    line-height: 1em;
    font-weight: 300;
    color: #fff;
    top: 10px;
    padding: 0;
    opacity: 0.8;
    z-index: 5;
}

.hok__modal .close span{
    text-shadow: -3px 1px 3px rgba(0, 0, 0, 0.3);
}

.hok__modal .modal-body{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}

.hok__modal .modal-header{
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.hok__modal form .wpcf7-spinner{
    border-radius: 15px;
}

.footer_contact {
    color: #fff;
    align-items: center;
    /* border-bottom: 1px dotted rgba(255,255,255,0.5); */
    /* padding-bottom: 2rem; */
    padding-top: 3rem;
}

.footer_contact h3 {font-weight: 800;letter-spacing: 1px;}

.footer_contact {
    display: flex;
    justify-content: space-between;
    /* padding: 50px 0px; */
    color: #fff;
    align-items: flex-end;
    /* border-bottom: 1px dotted #fff; */
    font-size: 20px;
  }

.footer_line {
    border-bottom: 1px dotted #fff;
    padding-top: 2rem;
}

.footer_contact__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer_contact__cta a{
  color: #FE68A8;
  background-color: #fff;
  letter-spacing: 1px;
  padding: 14px 45px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  transition: all 0.5s ease;
  border: 2px solid #fff;
}

.footer_contact__cta a:hover{
  background: #FE68A8;
  color: #ffffff;
}

.footer_contact__desc p{
  margin-bottom: 0;
}

a.hok_btn{
    color: #fff;
    background: #FE68A8;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 9px 30px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    border: 2px solid #FE68A8;
    display: inline-block;
  }

a.hok_btn.hok_btn_midsize {
    padding: 8px 30px;
}

a.hok_btn.hox_btn_midsize {
    padding: 7px 30px;
}

  a.hok_btn.hok_btn_white{
    color: #FE68A8;
    background: #fff;
    border: 2px solid #fff;
    white-space: nowrap;
  }

  a.flexButton{
    max-height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
  }

  a.hok_btn:hover{
    background: transparent;
    color: #FE68A8;
  }

  a.hok_btn.hok_btn_white:hover,
  a.hok_btn.hok_btn_white:focus{
    background: transparent;
    color: #fff;
  }

@media only screen and (max-width: 767px){
    .footer_contact{
      flex-direction: column;
      text-align: center;
      align-items: center;
    }
    .footer_contact__title{
      font-size: 25px;
    }
    .footer_contact__desc p{
      font-size: 14px;
    }
    .footer_contact__cta a{
      font-size: 14px;
      margin-top: 30px;
      padding: 11px 30px;
    }
    .footer_contact {
      padding: 30px 0px;
    }
}


/* FAQs */

.hok_accordion {
    background-color: transparent;
    color: #0F0F0F;
    padding: 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
  }

  .hok_accordion .accordion-body a{
    color: #0F0F0F;
    text-decoration: underline;
    font-size: 16px;
  }


  .accordion-button.collapsed {
    background: #fff
  }
  
  .accordion-button.collapsed::after {
    background-image: url("../img/down.png");
    width: 26px;
    height: 26px;
    background-size: cover;
  }

  .accordion-button:not(.collapsed):after{
    background-image: url("../img/down.png");
    width: 26px;
    height: 26px;
    background-size: cover;
  }

  .accordion-flush .accordion-item{
    padding: 10px 0;
  }

  .accordion-flush .accordion-item,
  .accordion-button {
    background: transparent !important;
    outline: none !important;
  }

  .accordion-button {
    border: 0 !important;
    font-size: 16px;
    padding: 10px 0;
    font-weight: 800;
  }

  .accordion-body{
    padding: 10px 0;
  }


  .accordion-button:focus {
    border: 0 !important;
    box-shadow: none !important;
  }

  .accordion-button:not(.collapsed){
    color: #0F0F0F !important;
  }

  
  .accordion-item{
    border-bottom: 1px solid #fff !important;
  }

  .accordion-button:not(.collapsed) {
    box-shadow: none;
  }

  .faq_link{
    cursor: pointer;
  }

  .faq_link.active::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    color: #fff;
    background: #fff;
 
  }

  .hok_accordion__title{
    font-weight: 800;
    font-size: 26px;
    padding-bottom: 5px;
    color: #0F0F0F;
  }

  .hok_accordion__apply a{
    font-weight: 800;
    font-size: 18px;
    padding-top: 50px;
    padding-bottom: 10px;
    text-decoration: underline;
    color: #0F0F0F;
    display: block;
    text-transform: uppercase;
  }
  
  .hok_accordion__desc {
    padding: 0;
    display: none;
    color: #0F0F0F;
    overflow: hidden;
    /* transition: all 0.2s ease-out; */
  }

  .hok_accordion__list{
    transition: all 0.2s ease-out;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
  }

  .hok_accordion i{
    color: #fff;
    font-size: 26px;
    transition: transform 0.3s ease;

  }

  .hok_accordion__list.active .hok_accordion__desc{
      display: block;
  }

/* EOF FAQs */

@media (min-width: 576px){
    .modal-xxl{
        max-width: 720px;
    }
}

@media (min-width: 992px){
    .modal-xxl{
        max-width: 960px;
    }

    .hok__modal .modal-body{
        max-width: 1000px;
        margin-left: 40px;
        margin-right: 40px;
    }

    .hok__modal .modal-header{
        width: 100%;
        max-width: 1000px;
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media (min-width: 1200px){
    .modal-xxl{
        max-width: 1140px;
    }
}

@media (min-width: 1400px){
    .modal-xxl{
        max-width: 1320px;
    }

    .hok__modal .modal-content{
        /* background-color: #FE68A8; */
        color: #fff;
        border-radius: 30px;
    }

    .hok__modal form .wpcf7-spinner{
        border-radius: 30px;
    }

    .hok__modal .close{
        position: absolute;
        width: 66px;
        height: 66px;
        background: #FE68A8;
        box-shadow: -3px 6px 12px rgba(0, 0, 0, 0.3);
        border: 0;
        border-radius: 50%;
        right: 15px;
        font-size: 58px;
        line-height: 1em;
        font-weight: 300;
        color: #fff;
        top: 15px;
        padding: 0;
    }

    .hok__modal .modal-body{
        max-width: 1200px;
        padding-top: 50px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

    .hok__modal .modal-header{
        width: 100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1800px){
    .modal-xxl{
        max-width: 1420px;
    }
}

/* Global Footer Form */

.wpcf7 .wpcf7-form .hok__show_on_form_sent{
    display: none !important;
}

.wpcf7 .wpcf7-form.sent .hok__hide_on_form_sent{
    display: none !important;
}

.wpcf7 .wpcf7-form.sent .hok__show_on_form_sent{
    display: initial !important;
}

/* EOF Global Footer Form */
