footer {
  background: #EFF1F5;
  padding:60px 20px;
}

footer .footer-main-wrap {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
}

footer .footer-main-wrap .left-content {
  width: 100%;
  max-width: 660px;
  padding-right: 60px;
  margin-right: 60px;
  border-right: solid 1px #000;
}

footer .footer-main-wrap .left-content h3 {
  color: #000;
  font-family: Roboto;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 16px;
}

footer .footer-main-wrap .left-content .content-wrap > p {
  color: #000;
  font-family: Roboto;
}

footer .footer-main-wrap .left-content .content-wrap > p > a {
  text-decoration: underline;
  font-weight: 600;
  color: #000;
}

footer .footer-main-wrap .left-content .content-wrap .form-wrap {
  margin-top: 32px;
}

footer .footer-main-wrap .left-content .content-wrap .form-wrap .two-form-field {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

footer .footer-main-wrap .left-content .content-wrap .form-wrap .two-form-field .form-field {
  position: relative;
}

footer .footer-main-wrap .left-content .content-wrap .form-wrap .two-form-field .form-field::after {
  content: '*';
  color: #9298A5;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: absolute;
  right: 12px;
  top: 12px;
}

footer .footer-main-wrap .left-content .content-wrap .form-wrap .two-form-field .form-field input,
footer .footer-main-wrap .left-content .content-wrap .form-wrap .one-form-field textarea {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 12px;
  border-radius: 4px;
  border: solid 1px #D1D5DB !important;
  background: #FFF;
  width: 100%;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.06);
  resize: none  ; 
  outline: none !important
}

footer .footer-main-wrap .left-content .content-wrap .form-wrap .two-form-field .form-field input::placeholder,
footer .footer-main-wrap .left-content .content-wrap .form-wrap .one-form-field textarea::placeholder {
  color: #374151;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

footer .footer-main-wrap .left-content .content-wrap .form-wrap .two-form-field .form-field input {
  padding-right: 22px;
}

footer .footer-main-wrap .left-content .content-wrap .form-wrap .one-form-field.submit-wrap {
  margin-top: 32px;
  position: relative;
}

footer .footer-main-wrap .left-content .content-wrap .form-wrap .one-form-field.submit-wrap,
footer .footer-main-wrap .left-content .content-wrap .form-wrap .one-form-field.submit-wrap .button-icon {
  display: flex;
  width: fit-content;
  overflow: hidden;
}

footer .footer-main-wrap .left-content .content-wrap .form-wrap .one-form-field.submit-wrap .button-icon::after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  right: 47px;
  background: #042D5A;
  transition: all 500ms ease;
  z-index: 1;
}

footer .footer-main-wrap .left-content .content-wrap .form-wrap .one-form-field.submit-wrap > input.form-submit {
  color: #00152B;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
  border: solid 1px #00152B;
  border-radius: unset;
  background: transparent;
  width: 177px;
  transition: all ease 200ms;
  transform-origin: right; 
  position: relative;
  z-index: 2;
}

footer .footer-main-wrap .left-content .content-wrap .form-wrap .one-form-field.submit-wrap:hover > input.form-submit {
  color: #fff;
  border: solid 1px #042D5A;
}

footer .footer-main-wrap .left-content .content-wrap .form-wrap .one-form-field.submit-wrap:hover .button-icon::after {
  width: 180px;
}

footer .footer-main-wrap .left-content .content-wrap .form-wrap .one-form-field.submit-wrap > .wpcf7-spinner {
  position: absolute;
  right: 34px;
  top: 14px;
}

footer .footer-main-wrap .right-content {
  width: 100%;
  max-width: 460px;
  display: flex;
  flex-direction: column;
  gap: 48px;
} 

footer .footer-main-wrap .right-content .logo-wrap {
  width: 100%;
}

footer .footer-main-wrap .right-content .details-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}

footer .footer-main-wrap .right-content .details-wrap .details-inner {
  width: 100%;
  max-width: 220px;
}
 
footer .footer-main-wrap .right-content .details-wrap .details-inner strong {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 10px;
  display: block;
}

footer .footer-main-wrap .right-content .details-wrap .details-inner:nth-child(4) .contents-inner-wrap .inner-wrap:first-child .hours-wrap:nth-child(2) {
  display: flex;
  width: 60%;
  gap: 3px;
}
footer .footer-main-wrap .right-content .details-wrap .details-inner:nth-child(4) .contents-inner-wrap .inner-wrap:first-child .hours-wrap:nth-child(2) p:first-child {
  width: fit-content;
}
footer .footer-main-wrap .right-content .details-wrap .details-inner:nth-child(4) .contents-inner-wrap .inner-wrap:first-child .hours-wrap:nth-child(2) p:last-child {
  width: 100%;
}

footer .footer-main-wrap .right-content .details-wrap .details-inner p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
footer .footer-main-wrap .right-content .details-wrap .details-inner p > a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
footer .footer-main-wrap .right-content .details-wrap .details-inner p > a:hover {
  text-decoration: underline;
}
footer .footer-main-wrap .right-content .details-wrap .details-inner .contents-inner-wrap br {
  display: none;
}

footer .footer-main-wrap .right-content .details-wrap .details-inner .contents-inner-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

footer .footer-main-wrap .right-content .details-wrap .details-inner .contents-inner-wrap .inner-wrap {
  display: flex;
  gap: 10px;
}

footer .footer-main-wrap .right-content .details-wrap .details-inner .contents-inner-wrap .inner-wrap p:first-child {
  width: 40%;
}
footer .footer-main-wrap .right-content .details-wrap .details-inner .contents-inner-wrap .inner-wrap p:last-child {
  width: 60%;
}

footer .footer-main-wrap .mobile-logo-wrap {
  display: none;
}

.form-sliding-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 9999;
  pointer-events: none;
}
.form-sliding-wrap.active-form {
  pointer-events: all;
} 

.form-sliding-wrap:after {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, .4);
  transition: all ease 300ms;
  transition-delay: 200ms;
  opacity: 0;
}

.form-sliding-wrap.active-form:after {
  opacity: 1;
}

.form-sliding-wrap .form-sliding-inner-wrap {
  width: 100%;
  max-width: 720px; 
  background: #fff;
  padding: 40px 50px;
  transition: all ease 300ms;
  transform: translateX(720px);
  position: relative;
  z-index: 1;
  height: 100%;
  overflow-x: auto;
  opacity: 0;
}
.form-sliding-wrap.active-form .form-sliding-inner-wrap {
  transform: translateX(0px);
  opacity: 1;
}

.form-sliding-wrap .form-sliding-inner-wrap .form-top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.form-sliding-wrap .form-sliding-inner-wrap h3 {
  color: #000;
  font-family: Roboto;
  font-size: 45px !important;
  font-weight: 600;
  line-height: 53px !important;
  margin-bottom: 16px !important;
}

.form-sliding-wrap .form-sliding-inner-wrap .close-icon {
  display: flex;
  cursor: pointer;
}

.form-sliding-wrap .form-sliding-inner-wrap .form-wrap {
  margin-top: 48px;
}

.form-sliding-wrap .form-sliding-inner-wrap .form-wrap .two-form-field {
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 40px 20px;
  }
  footer .footer-main-wrap .mobile-logo-wrap {
    display: block;
    margin-bottom: 40px;
  }

  footer .footer-main-wrap {
    flex-direction: column;
  }
  footer .footer-main-wrap .right-content .logo-wrap {
    display: none;
  }
  footer .footer-main-wrap .left-content {
    padding-right: unset;
    margin-right: unset;
    border-right: unset;
    max-width: 100%;
  }
  footer .footer-main-wrap .left-content .content-wrap .form-wrap .two-form-field {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
  footer .footer-main-wrap .left-content .content-wrap .form-wrap .one-form-field.submit-wrap {
    margin-top: 20px;
  }

  footer .footer-main-wrap .right-content {
    max-width: 100%;
    margin-top: 40px;
  }

  footer .footer-main-wrap .right-content .details-wrap {
    gap: 20px;
  }
  footer .footer-main-wrap .left-content .content-wrap .form-wrap {
    margin-top: 20px;
  }
  .form-sliding-wrap .form-sliding-inner-wrap {
    padding: 40px 20px;
  }

  .form-sliding-wrap .form-sliding-inner-wrap {
    transform: translateX(unset);
    transform: translateY(100%);
  }
  .form-sliding-wrap.active-form .form-sliding-inner-wrap {
    transform: translateY(0px);
  }

  .form-sliding-wrap .form-sliding-inner-wrap h3 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  footer .footer-main-wrap .left-content .content-wrap > p {
     font-size: 16px;
    line-height: 24px;
  }
}

/* to toggle hide/show form footer  */
.footer-form-hidden .footer-main-wrap .left-content {
  display: none;
}
.footer-form-hidden .footer-main-wrap .right-content {
  max-width: 100%;
  flex-direction: row;
  justify-content: space-between;
}

.footer-form-hidden .footer-main-wrap .right-content .details-wrap {
  width: 100%;
  max-width: 943px;
  gap: 40px;
  flex-wrap: nowrap;
}
.footer-form-hidden .footer-main-wrap .right-content .details-wrap .details-inner:nth-child(1) {
  max-width: 140px;
}
.footer-form-hidden .footer-main-wrap .right-content .details-wrap .details-inner:nth-child(2) {
  position: relative;
  padding-right: 60px;
  max-width: 235px;
}
.footer-form-hidden .footer-main-wrap .right-content .details-wrap .details-inner:nth-child(2):after {
  content: '';
  background: #000;
  width: 1px;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.footer-form-hidden .footer-main-wrap .right-content .details-wrap .details-inner:nth-child(3) {
  max-width: 179px;
}
.footer-form-hidden .footer-main-wrap .right-content .logo-wrap {
  max-width: 304px;
}

@media screen and (max-width: 1023px) {
  .footer-form-hidden .footer-main-wrap .right-content .details-wrap {
    gap: 20px 12px;
    flex-wrap: wrap;
  }
  .footer-form-hidden .footer-main-wrap .right-content .details-wrap .details-inner:nth-child(2) {
    padding-right: 0;
    max-width: 185px;
  }
  .footer-form-hidden .footer-main-wrap .right-content .details-wrap .details-inner:nth-child(2):after {
    content: unset;
  }
  .footer-form-hidden .footer-main-wrap .right-content {
    flex-direction: column;
  }
  .footer-form-hidden .footer-main-wrap .right-content .details-wrap .details-inner {
    max-width: calc(100% / 2 - 10px) !important;
  }
}

@media screen and (max-width: 767px) {
  .footer-form-hidden .footer-main-wrap .right-content .logo-wrap {
    display: block;
  }
  .footer-form-hidden .footer-main-wrap .right-content {
    margin-top: 0;
    gap: 40px;
  }
  .footer-form-hidden .footer-main-wrap .right-content .details-wrap {
    flex-direction: column;
  }
  .footer-form-hidden .footer-main-wrap .right-content .details-wrap .details-inner {
    max-width: 70% !important;
  }
}

@media only screen and (max-width: 768px){
  .sidebar-form-image{
    max-width: 90%!important;
  }
}



/* end to toggle hide/show form footer */


