.pt-mob-26 {
  padding-top: 1.625rem;
}

.pb-mob-44 {
  padding-bottom: 2.75rem;
}

.btn-mt {
  margin-top: 44px;
}

.connection-card .connection-type {
  width: 6rem;
  height: 6rem;
  border: 1px solid #E3E5EC;
  background: #F0F1F5;
  border-radius: 0.5rem;
}

.services-section .services-card {
  margin-right: 0;
}

.services-section .services-card:last-child {
  margin-right: 0;
  margin-bottom: 0 !important;
}

.services-section .services-card .checkbox-card {
  padding: 0;
}

.services-section .services-card .checkbox-card .form-check-input {
  top: -5px;
  right: 0;
  left: auto;
  opacity: 0;
}

.services-section .services-card .checkbox-card .form-check-label {
  position: relative;
  border: 1px solid #eee;
  background: #fff;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  cursor: pointer;
}

.services-section .services-card .checkbox-card .form-check-label:before {
  position: absolute;
  right: 16px;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100px;
  pointer-events: none;
}

.services-section .services-card .checkbox-card .form-check-label:after {
  position: absolute;
  right: 19px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: no-repeat center center
}

.services-section .services-card .checkbox-card .form-check-input:checked + .form-check-label {
  border: 1px solid #EF005A;
  border-radius: 8px;
}

.services-section .services-card .checkbox-card .form-check-input:checked ~ .form-check-label::before {
  background-color: #EF005A;
}

.services-section .services-card .checkbox-card .form-check-input:checked~.form-check-label::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12' fill='none'%3E%3Cpath d='M13.5999 3.16664L5.79989 10.9666C5.4317 11.3348 4.83474 11.3348 4.46655 10.9666L0.399886 6.89997C-0.11558 6.38451 -0.115579 5.54877 0.399886 5.0333C0.915352 4.51784 1.75109 4.51784 2.26655 5.03331L4.68616 7.45291C4.93306 7.69982 5.33337 7.69982 5.58028 7.45291L11.7332 1.29997C12.2487 0.784506 13.0844 0.784506 13.5999 1.29997C14.1154 1.81544 14.1154 2.65117 13.5999 3.16664Z' fill='%23F3F3FC'/%3E%3C/svg%3E");
}

.services-section .services-card .checkbox-card .form-check-label .services-icon {
  margin-right: 20px;
}

.services-section .services-card .checkbox-card .form-check-label .services-icon img {
  width: 56px;
  height: 56px;
  border-radius: 4px;
}

.services-section .services-card .checkbox-card .form-check-label .services-type {
  width: 137px;
  word-break: break-word;
}

.mob-num-field .text-danger {
  line-height: 0;
}

.fiber-modal .modal-body {
  padding: 16px 16px 24px;
}

.fiber-modal .modal-body .close span {
  width: 20px;
  height: 20px;
}

.fiber-modal .fiber-modal-title {
  margin-top: 20px;
}

.separator {
  max-width: 467px;
  margin-inline: auto;
  color: #D8D8D8;
}

.modal-open .modal-blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.city-field .filter-option-inner-inner,
.road-field .filter-option-inner-inner {
  color: #333333 !important;
}

.radio-mtop {
  font-size: 14px;
}

.radio-input-block {
  display: none;
}

.border-space-fiber-captcha {
  margin: 2rem 0; 
}

.captcha-image-wrapper {
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#captcha-fiber {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.refresh-captcha {
  cursor: pointer;
}

.refresh-captcha.disabled {
  cursor: no-drop;
}



/* Thank you page */
.fiber-container {
  padding-top: 61px;
  padding-bottom: 32px;
}

.fiber-lead-success-title {
  margin-bottom: 32px !important;
}

.success-body {
  width: 369px;
  background: #EFF0F5;
  border-radius: 8px;
}
/* Thank you page */

@media(max-width: 395.98px) {
  .success-body {
    width: 327px;
  }

  .fiber-lead-success-title {
    padding-inline: 30px;
  }
}

@media (max-width: 576px) {
  .radio-mtop {
    margin-top: 2px;
  }
}

@media (max-width: 767.98px) {
  .separator-mob {
    margin: 32px auto;
  }
  .services-section .services-card .checkbox-card .form-check-label {
    height: auto !important;
  }
}

@media (min-width: 576px) {
  .fiber-modal .modal-body {
    padding: 20px 20px 32px;
  }
}

@media(min-width: 768px) {

  .services-section .services-card {
    margin-right: 16px;
  }

  .services-section .services-card .checkbox-card .form-check-label {
    width: 264px;
  }

  .fiber-modal .modal-dialog {
    max-width: 400px !important;
  }

  .fiber-modal.style-v2 .form-group .form-control.otp-box {
    font-size: 20px;
    font-weight: 600;
  }

  /* Thank you page */
  .fiber-container {
    padding-top: 62.25px;
    padding-bottom: 44px;
  }

  .fiber-lead-success-title {
    margin-bottom: 44px !important;
  }
  /* Thank you page */

}

@media (min-width: 992px) {

  .fiber-lead-page {
    background: #F8F9FB;
  }

  .connection-card:first-child {
    margin-left: 0;
  }
  
  .connection-card:last-child {
    margin-right: 0;
  }

  .connection-card p {
    margin-top: 0.5rem;
  }

  .connection-card .connection-type svg {
    width: 3rem;
    height: 3rem;
  }

  .connection-card.active p {
    font-weight: 700;
  }

}

@media (min-width: 1200px) {
  /* .fiber-modal .modal-dialog {
    max-width: 400px !important;
  } */
}