.footer-global * {
  font-family: "Open Sans", sans-serif !important;
}

.footer-global .container {
  max-width: 1440px;
}

.footer-global {
  background-color: #000;
  padding: 40px 10px;
  overflow: hidden;
}

.office-location-wrap {
  display: flex;
  gap: 35px;
  justify-content: space-between;
  padding-bottom: 50px;
  flex-direction: column;
}

.office-location {
  text-align: center;
}

.location-img {
  margin-bottom: 10px;
}

.office-title {
  font-size: 20px;
  margin-bottom: 12px;
  color: #fff;
  line-height: 150%;
  font-weight: 400;
}

.office-address {
  color: #8F8F8F;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 16px;
}

.office-contact,
.phone-no {
  color: #8F8F8F;
  font-size: 16px;
  line-height: 150%;
}

.phone-no:hover,
.terms-policy a:hover,
.social-list li a:hover {
  color: #fff;
  text-decoration: underline;
}

.partners-section {
  padding-bottom: 30px;
}

.partners-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.partners-block img {
  width: 90%;
}

.bottom-line {
  display: none;
  background-color: #323232;
  height: 1px;
  width: 100%;
  position: relative;
}

.bottom-line:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #323232;
  height: 1px;
  width: 100vw;
}

.bottom-line:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  background-color: #323232;
  height: 1px;
  width: 100vw;
}

.partners-global {
  padding-bottom: 50px;
  border-top: 1px solid #323232;
  padding-top: 50px;
}

.partners-title {
  color: #fff;
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 30px;
  font-weight: 400;
  text-align: center;
}

.footer-bottom {
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: space-between;

}

.copyright {
  color: #fff;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 10px;
}

.all-right {
  color: #8F8F8F;
  font-size: 18px;
  margin: 10px 0;
}

.terms-policy {
  display: flex;
  gap: 16px
}

.terms-policy a {
  color: #C9C9C9;
  font-size: 14px;
}

.social-list {
  display: flex;
  gap: 17px;
}

.social-list li a {
  color: #C9C9C9;
  font-size: 14px;
}

.white-spx {
  display: none;
}

/* Responsive */
@media only screen and (min-width:576px) {
  .partners-block img {
    width: 80%;
  }

  .partners-global,
  .copyright-detail {
    text-align: center;
  }

  .terms-policy,
  .social-list {
    justify-content: center;
  }
}

@media only screen and (min-width:768px) {
  .office-location-wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .office-location {
    width: 44%;
  }

  .location-img {
    min-height: 113px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}

@media only screen and (min-width:992px) {
  .footer-global {
    padding: 50px 0;
  }

  .office-location-wrap {
    flex-wrap: inherit;
    gap: 45px;
    padding-bottom: 80px;
  }

  .office-location {
    width: 24%;
  }

  .partners-section {
    padding-bottom: 55px;
  }

  .partners-block,
  .footer-bottom {
    flex-direction: row;
    gap: 30px;
  }

  .partners-global {
    width: 49%;
    border: none;
    padding: 0 0 50px;
  }

  .partners-block img {
    width: auto;
  }

  .recognized-column {
    border-left: 1px solid #323232;
    padding-left: 40px;
  }

  .partners-title {
    font-size: 16px;
  }

  .partners-global,
  .copyright-detail,
  .partners-title {
    text-align: left;
  }

  .terms-policy,
  .social-list {
    justify-content: initial;
  }

  .bottom-line {
    display: block;
  }

  .white-spx {
    display: flex;
    justify-content: flex-end;
    padding-top: 36px;
  }

  .all-right {
    margin: 18px 0;
  }

  .copyright br {
    display: none;
  }

}

@media only screen and (min-width:1280px) {
  .location-img {
    justify-content: flex-start;
  }

  .office-location {
    text-align: left;
    ;
  }

  .office-address {
    font-size: 15px;
  }

  .recognized-column {
    padding-left: 70px;
  }

}

@media only screen and (min-width:1366px) {
  /* body{
background:url("../images/footer-match.png") no-repeat;
}
#wrapper{
opacity: 0.5;
}
.content{
height: 4281px;
} */


  .footer-global .container {
    padding: 0 40px;
  }

  .footer-global {
    padding: 90px 0 62px;
  }

  .location-img {
    margin-bottom: 4px;
  }

  .office-title {
    font-size: 24px;
    letter-spacing: -0.2px;
    margin-bottom: 23px;
  }

  .office-address {
    font-size: 16px;
    margin-bottom: 14px;
    min-height: 72px;
  }

  .office-location {
    width: 21.7%;
  }

  .office-location:nth-child(2) {
    padding-left: 19px;
  }

  .office-location:last-child {
    padding-left: 16px;
  }

  .office-location-wrap {
    padding-bottom: 72px;
  }

  .partners-title {
    margin-bottom: 27px;
  }

  .partners-global {
    padding-bottom: 72px;
  }

  .partners-column {
    width: 48%;
  }

  .recognized-column {
    width: 50%;
    padding-left: 89px;
  }

  .partners-section {
    padding-bottom: 36px;
  }

  .copyright {
    letter-spacing: -0.3px;
  }

  .all-right {
    margin: 24px 0 16px;
  }

  .terms-policy {
    gap: 27px;
  }

  .terms-policy a {
    letter-spacing: 0.1px;
  }

  .social-list {
    gap: 25px;
  }

  .social-list li a {
    font-size: 16px;
  }

  .social-block {
    padding-top: 9px;
  }

  .white-spx {
    padding-top: 59px;
  }
}

@media only screen and (min-width:1536px) {
  .office-address {
    min-height: auto;
  }
}


/* form  timeing css */

.model,
.model-time {
  max-width: 600px;
  overflow: auto;
  left: 50%;
  transition: transform 0.3s ease-out;
  transform: translate(-50%, -500%);
}

.wrap-country {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.alertError,
.d-block,
.input-model .iti,
.link-break {
  display: block;
}

.sub-ul {
  margin-bottom: 20px;
}

.footer-guide {
  margin-bottom: 8px;
}

.mob-number {
  font-family: "Proxima Nova Lt";
}

.mob-number:after {
  width: 100%;
  transition: 0.5s;
  background-color: #c6c7cb;
}

.country-name {
  font-weight: 700;
  font-size: 1.5rem;
  margin-left: 8px;
}

.sticker {
  background-color: #e42c38;
  color: #fff;
  font-size: 1.1rem;
  border-radius: 3px;
  margin-left: 11px;
  width: 47px;
  height: 18px;
  letter-spacing: 0.5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.sticker em {
  top: 1px;
}

.model {
  width: 95%;
  max-height: 68%;
  background-color: #fff;
  position: fixed;
  z-index: 11;
}

.model-request,
.model-right {
  background-color: var(--white);
}

.model.current {
  transform: translate(-50%, -55%);
  top: 56% !important;
  margin-top: 52px;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

.talk-logo img {
  width: 100%;
}

.model-right {
  width: 100% !important;
  padding: 25px 15px;
}

.model-right h3 {
  font-size: 2.4rem;
  margin-bottom: 8px;
}

.model-right p {
  font-size: 1.6rem;
  margin-bottom: 24px;
}

.input-model,
.model-form li {
  margin-bottom: 10px;
}

.input-model input,
.input-model textarea,
.model-form li input,
.model-form li select,
.model-form li textarea {
  width: 100%;
  color: #141414;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #141414;
  font-family: var(--main-font);
  background-color: var(--grey);
}

.input-model textarea {
  min-height: 90px;
}

.model-form .contact-btn {
  font-size: 18px;
  font-weight: 700;
  padding: 18px 64px;
  border: 2px solid transparent;
  border-radius: 1px;
  cursor: pointer;
  z-index: 1;
  position: relative;
  width: 100%;
  background-color: #02789e;
  color: #fff;
  transition: 0.5s;
}

.time-current:after,
body.overlay:before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s linear;
  background-color: rgba(20, 20, 20, 0.8);
}

.model-form .contact-btn:hover {
  border: 2px solid #02789e;
  color: #14151b;
  background-color: transparent;
}

.time-rating {
  font-size: 20px;
  font-weight: 600;
  color: #14151b;
  display: block;
  margin-bottom: 5px;
}

.rectangle-peach {
  text-align: center;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 0.7px;
  font-size: 25px;
  font-weight: 400;
  font-family: "Proxima Nova Th";
  color: #dc1320;
}

.input-model .iti__country-name,
.time-review {
  font-size: 16px;
}

.time-review {
  font-weight: 600;
  color: #14151b;
}

.alert {
  color: #e3212b;
  margin-bottom: 10px;
  display: none;
}

.info-txt .iti {
  width: 100%;
  margin-bottom: 10px;
}

body.overlay:before {
  position: absolute;
  z-index: 11;
}

.clientele {
  font-weight: 600;
  margin-bottom: 16px;
}

.brand-list li {
  margin: 0 30px 28px 0;
}

.close-model {
  cursor: pointer;
  width: 27px;
  height: 27px;
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.close-model svg {
  width: 26px;
  height: 26px;
}

.close-model svg path {
  fill: #979191;
}

.chopper-feature {
  background-color: #e42c38;
  height: 60px;
  padding: 0 30px;
  border-top: 1px solid var(--main-color);
  display: none;
}

.chopper-feature li svg {
  height: 38px;
}

.white-dot {
  display: inline-block;
  width: 6px;
  height: 7px;
  border-radius: var(--rounded-circle);
  background-color: var(--white);
}

.model-form li select {
  color: #999;
  background-color: #fff;
}

#form1budgetPop {
  color: #141414 !important;
}

.full_width {
  width: 100% !important;
}

.model-form li label {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.model-input .tooltip-box {
  position: static;
  margin-top: 10px;
  padding: 0;
}

.model-input textarea {
  resize: none;
}

.model-time {
  display: none;
  width: 95%;
  max-height: 70%;
  background-color: #fff;
  position: fixed;
  z-index: 999;
}

.model-time-current {
  display: block;
  transform: translate(-50%, -55%);
  top: 58% !important;
  margin-top: 40px;
  max-width: 625px;
}

.model-time-remove {
  display: none !important;
  position: relative;
}

.time-current:after {
  position: fixed;
  z-index: 10;
}

.model-time-current h3 {
  font-size: 22px;
  margin-bottom: 24px;
  letter-spacing: normal;
  text-transform: capitalize;
  font-family: "Proxima Nova Rg";
  font-weight: 600;
  line-height: 1.1;
}

.model-time-current .contact-btn {
  width: auto;
  margin-bottom: 30px;
}

.timeout-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

@media all and (min-width: 768px) {
  .model-time-current {
    top: 55% !important;
  }

  .location-info {
    width: 30%;
  }
}

@media all and (min-width: 1024px) {
  .model-input {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .model-form li {
    width: calc(100% / 2 - 5px);
    margin-bottom: 10px;
  }

  .model-form .full-width,
  .model-form li:last-child {
    width: 100%;
  }

  .footer-block-fiveth {
    width: 48%;
  }

  .ft_block {
    width: 49%;
  }

  .ft_block:nth-child(3) {
    order: 1;
  }

  .ft_block:nth-child(4) {
    order: 2;
    margin-top: -27px;
  }

  .ft_block:nth-child(2) {
    order: 2;
  }

  .ft_block:nth-child(5) {
    order: 3;
  }

  .ft_block:nth-child(6) {
    order: 4;
    margin-top: -25px;
  }
}

@media all and (min-width: 1200px) {
  .model-right {
    padding: 30px 30px 40px;
  }

  .model-right h3 {
    font-size: 2.8rem;
  }

  .model-time-current .model-right {
    padding: 35px 45px;
  }

  .model-time-current h3 {
    font-size: 2.2rem;
    text-transform: unset;
  }

  .timeout-wrap li {
    width: 32%;
  }
}

.zls-sptwndw,
.zsiq_custommain,
.zsiq_floatmain,
.zsiq_theme1 .zsiq_cnt,
.zsiq_theme2 .zsiq_flt_rel {
  opacity: 0 !important;
  pointer-events: none !important;
}

.addHide .zls-sptwndw,
.addHide .zsiq_custommain,
.addHide .zsiq_floatmain,
.addHide .zsiq_theme1 .zsiq_cnt,
.addHide .zsiq_theme2 .zsiq_flt_rel {
  opacity: 1 !important;
  pointer-events: auto !important;
}


/* form css close*/