.modal .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.modal-content {
  position: relative;
  z-index: 999;
  border: none;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal-content::before {
  display: block;
  position: absolute;
  content: "";
  width: 80%;
  height: 15px;
  margin: auto;
  left: 50%;
  background: #fb7500;
  bottom: 0px;
  transform: translate(-50%, 100%);
  border-radius: 0px 0px 30px 30px;
}
.modal .form-control:focus {
  border: solid 1px #fb7500;
  box-shadow: none;
}
.modal .system-message {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 8px 8px 27px 8px;
}
.modal .system-message__wrap {
  max-height: 60vh;
  overflow: auto;
}
.modal .system-message .date {
  font-size: 15px;
  color: #8d8d8d;
}
.modal .system-message ~ .system-message {
  margin-top: 10px;
}
.modal-contract {
  max-height: 60vh !important;
  overflow: auto !important;
  border: solid 1px #fb7500;
  padding: 10px;
  border-radius: 10px;
}

.modal-privacy {
  max-height: 60vh !important;
  overflow: auto !important;
  border: solid 1px #fb7500;
  padding: 10px;
  border-radius: 10px;
}

.modal ul li {
  list-style: inherit !important;
}

.apply-content {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  min-height: 380px;
}
.apply .dog-head {
  position: absolute;
  right: 10%;
  width: 160px;
  top: 0px;
  transform: translateY(-90%);
}
.apply .dog-success {
  position: absolute;
  right: 10%;
  width: 240px;
  top: 0px;
  transform: translateY(-85%);
  z-index: -1;
}
.apply .success-flag {
  width: 150px;
  position: absolute;
  bottom: 0px;
  right: 20px;
}
.apply .apply-step__info {
  background: #f7f7f7;
  padding: 5px 20px;
  border-radius: 5px;
  font-weight: 500;
}
.apply-select {
  border-radius: 50px;
}
.apply-select:focus {
  border: solid 1px #fb7500;
  box-shadow: none !important;
}
.apply-input {
  border-radius: 50px;
  border-radius: 50px;
}
.apply-plan {
  background: #f7f7f7;
  border-radius: 5px;
  border-left: solid 4px #fb7500;
  width: 100%;
  padding: 15px 15px 15px 10px;
}
.apply-plan .installment {
  color: #8f8f8f;
}
.apply-plan .icon {
  width: 40px;
}
.apply-lists {
  margin-left: 20px;
}
.apply-lists .fa-check {
  color: #fb7500;
}
.apply-login {
  padding: 0px !important;
}
.apply-login .dog-img {
  position: relative;
  top: 70px;
  left: 0px;
  max-width: 90%;
}
.apply .step-dot {
  width: 300px;
  position: relative;
  justify-content: space-between;
  margin-top: 20px;
}
.apply .step-dot::before {
  content: "";
  position: absolute;
  width: 95%;
  height: 2px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.apply .step-dot .dot {
  position: relative;
  width: 40px;
  height: 40px;
  background: #fb7500;
  borzwzder-radius: 50px;
}
.apply .step-dot .dot::before {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border: solid 3px #fff;
  border-radius: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.apply .step-dot .dot.ing::after {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: rgba(255, 255, 255, 0.3294117647);
  border-radius: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.apply .step-dot .dot.active::after {
  background-image: url("/assets/images/icons/step-check.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.apply .form-control:focus {
  border: solid 1px #fb7500;
  box-shadow: none;
}
.apply .contract-info {
  height: 300px;
  overflow: auto;
}
.apply .contract-info__wrap {
  border: solid 1px #fb7500;
  border-radius: 10px;
}
.apply .contract-info__wrap ul li {
  list-style: inherit !important;
}
.apply .sms-check {
  position: relative;
}
.apply .sms-check .count-down-time {
  position: absolute;
  right: 10px;
  top: 7px;
  color: #fb7500;
}

@media screen and (max-width: 768px) {
  .apply .dog-head {
    width: 80px;
  }
  .apply .dog-success {
    width: 150px;
  }
  .apply .success-flag {
    max-height: 170px;
  }
  .apply-content {
    margin-top: 80px;
  }
}
.filepond--root {
  min-height: 200px !important;
}

.filepond--drop-label {
  height: 100% !important;
  border: dashed 2px #e0e0e0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.filepond--drop-label::before {
  background-image: url("/assets/images/icons/file-upload.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  width: 60px;
  height: 80px;
  content: "";
}

.filepond--credits {
  display: none;
}

.filepond--image-preview {
  background: #F1F0EF !important;
}

.filepond--image-preview-wrapper {
  border: dashed 2px #fb7500;
  border-radius: 10px !important;
}

.filepond--panel[data-scalable=true] {
  background: red !important;
}

.apply-upload-wrap {
  position: relative;
}
.apply-upload-wrap input.upload-img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.apply-upload-wrap .display-area {
  background: #f7f7f7;
  border: dashed 1px #d6d6d6;
  width: 100%;
  height: 250px;
  border-radius: 10px;
  margin: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apply-upload-wrap .display-area .upload-info {
  color: #d1d1d1;
  font-size: 25px;
}
.apply-upload-wrap .display-area .upload-info i {
  font-size: 50px;
  margin-bottom: 15px;
}
.apply-upload-wrap .display-area img {
  width: auto;
  height: 100%;
}

.apply.search .apply-content {
  border-radius: 0px 20px 20px 20px !important;
}
.apply.search .search-tab.active {
  background: #ffffff;
  z-index: 1;
}
.apply.search .search-tab {
  border-radius: 10px 10px 0px 0px !important;
  margin-right: 10px;
  background: #e2e2e2;
  text-align: center;
  padding: 5px 0px;
  min-width: 100px;
}
.apply.search .search-tab a {
  color: #3d3d3d;
}
.apply.search .search-table__th {
  background: #fb7500;
  color: white;
  border-radius: 5px;
  font-weight: 900;
}
.apply.search .nav-pills {
  position: relative;
  margin-bottom: 0px;
  z-index: 2;
}
.apply.search .nav-item .nav-link {
  border-radius: 10px 10px 0px 0px !important;
  margin-right: 10px;
  color: #3d3d3d;
  background: #e2e2e2;
  width: 120px;
}
.apply.search .nav-item .nav-link.active {
  background: #fff;
  color: #fb7500;
  font-weight: 900;
}
.apply.search .apply-content.auto {
  min-height: auto;
}
.apply.search .apply-content.tab-content {
  border-radius: 0px 20px 20px 20px !important;
}
.apply.search .check-infos .label {
  width: 70px;
  font-weight: 900;
}
.apply.search .check-infos.contract-detail .label {
  width: 160px;
}
.apply.search .tab-content {
  margin-top: 100px;
}
.apply.search .review-pills {
  transform: translateY(calc(-100% + 1px));
}
.apply.search .review-upload {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: solid 1px #ececec;
  border-radius: 10px;
  margin-bottom: 10px;
}
.apply.search .review-upload img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}
.apply.search .table-info__status {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .apply.search .search-table__td {
    padding: 7px 0px;
  }
  .apply.search .search-table__td ~ .search-table__td {
    border-top: solid 1px #f0f0f0;
  }
}
@media screen and (max-width: 768px) {
  .apply.search .table-info__status {
    width: 70%;
    margin-left: auto;
  }
  .apply.search .apply-content {
    margin-top: 50px !important;
  }
  .apply.search .search-tabs {
    position: absolute;
    transform: translateY(-11px);
  }
  .apply.search .search-tab {
    margin-right: 6px;
    min-width: 80px;
    padding: 2px;
  }
  .apply.search .search-table__td {
    position: relative;
    background: 1;
    z-index: 2;
  }
  .apply.search .search-table__td::after {
    content: "";
    width: 10px;
    height: 80%;
    border-radius: 10px 0px 0px 10px;
    position: absolute;
    background: #fb7500;
    z-index: 1;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .apply.search .search-table__td {
    border: solid 1px rgba(251, 117, 0, 0.3);
    border-top: solid 1px rgba(251, 117, 0, 0.3);
    margin: 20px 0px;
  }
  .apply.search .search-table__td .col-md-2s {
    padding: 3px 7px;
  }
  .apply.search .search-table__td .table-info {
    position: relative;
    width: 100%;
    text-align: right;
  }
  .apply.search .search-table__td .table-info::before {
    position: absolute;
    left: 0px;
    width: 50%;
    content: attr(data-tableTitle);
    text-align: left;
    color: black;
    font-weight: 500;
  }
  .apply.search .review-upload {
    height: 200px;
  }
  .apply.search .nav-item .nav-link {
    width: 100px;
    font-size: 15px;
    padding: 5px;
    margin-right: 5px;
  }
}
.experience-section .content {
  background-position: center;
  padding: 130px 0px 30px 0px !important;
}

.why-choose-section .dog-computer {
  width: 300px;
}

.index-plan {
  position: relative;
  transform: translateX(40px);
}
.index-plan .plan-select, .index-plan .plan-input {
  border: solid 4px #FB7400;
  border-radius: 50px;
  max-width: 400px;
  padding: 7px 20px;
  background-position: right 3rem center;
}
.index-plan .plan-select__installments {
  position: relative;
  left: -40px;
}
.index-plan .plan-input {
  width: 100%;
  position: relative;
  left: -80px;
}
.index-plan .plan-input::-moz-placeholder {
  color: #808080;
  font-size: 18px;
}
.index-plan .plan-input::placeholder {
  color: #808080;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .introduction-section {
    padding-top: 30px !important;
  }
  .experience-section .content {
    margin-bottom: 20px !important;
  }
  .experience-section .content h2 {
    font-size: 30px !important;
  }
  .testimonials-section {
    padding-top: 0px !important;
  }
  .testimonials-section {
    padding-bottom: 0px !important;
  }
  .why-choose-section .dog-computer {
    width: 230px;
    transform: translateY(-60px);
    position: relative;
    z-index: 2;
  }
  .index-plan {
    justify-content: center;
    transform: translateX(0px);
  }
  .index-plan .plan-select__installments {
    left: 0px;
  }
  .index-plan .plan-input {
    left: 50%;
    transform: translateX(-50%);
  }
  .index-plan .plan-select, .index-plan .plan-input {
    margin: auto;
  }
}
.main-header {
  position: relative;
  z-index: 998;
}

.main-header .header-upper .inner-container {
  min-height: auto !important;
}

.main-menu .navigation > li {
  padding: 0px;
}

@media screen and (max-width: 1140px) {
  .header-upper {
    position: sticky !important;
    top: 0px !important;
  }
  .main-header {
    position: sticky;
    top: 0px;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  }
  .main-header .header-upper .logo-box .logo {
    padding: 0px;
  }
  .nav-outer .mobile-nav-toggler {
    margin: 10px 0px;
  }
}
.main-footer .links-widget .widget-content {
  display: block;
}
.main-footer .links-widget .widget-content ul {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.main-footer .links-widget .widget-content ul li {
  display: inline-block;
  width: 100px;
}
.main-footer .footer-bottom .text {
  font-size: 13px;
  line-height: 16px;
}

.news-block-one h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-block-one .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news-block-one .image {
  height: 200px;
  background: #f1f1f1;
}
.news-block-one .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}
.news-block-one .text {
  height: 104px;
}

.news-section .bill-info {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  padding: 30px 0px;
  border-radius: 30px;
}

.signature {
  width: 100%;
  height: 350px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.signature img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}

.signature-wrap {
  position: relative;
}

.signature-pad {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #eee;
  z-index: 999 !important;
  display: none;
}
.signature-pad button.signature-check {
  right: 10px;
}
.signature-pad button.signature-close {
  left: 10px;
}
.signature-pad button.signature-clean {
  left: 90px;
}
.signature-pad button {
  position: absolute;
  top: 10px;
  border-radius: 5px;
  padding: 3px 10px;
  color: black;
}
.signature-pad button:disabled {
  color: #acacac;
}

.signature-show {
  display: block;
}

.signature-contract {
  max-height: 300px;
  overflow: auto;
}
.signature-contract__wrap {
  border: solid 1px #fb7500;
  padding: 15px;
  border-radius: 10px;
}
.signature-contract__wrap ul li {
  list-style: inherit !important;
}

.text-main {
  color: #fb7500 !important;
}

.bg-main {
  background: #fb7500 !important;
}

.bg-gray {
  background: #a8a8a8 !important;
}

.btn-style-one {
  padding: 10px 30px;
}

.header-line-btn {
  background: #fb7500;
  color: white;
  padding: 2px 15px;
  border-radius: 50px;
}

.scroll-to-target {
  box-shadow: 0px 0px 10px rgba(68, 19, 0, 0.1019607843);
}

.btn-style-two {
  border-radius: 50px;
}

.scroll-to-top {
  width: 80px;
  bottom: 80px;
  background: none;
}

@media screen and (max-width: 375px) {
  .scroll-to-top {
    width: 55px;
    bottom: 20px;
    right: 20px;
  }
}
.banner-section.style-two .swiper-slide:before {
  background: rgba(251, 117, 0, 0.9) !important;
}

@media screen and (min-width: 991px) {
  .banner-section.style-two .content-box {
    min-height: 58vh !important;
  }
}
@media screen and (max-width: 991px) {
  .banner-section.style-two .content-box {
    min-height: 40vh !important;
  }
}
.banner-section {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.banner-section .content-box .inner h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
  margin-bottom: 20px;
  color: black !important;
}

.banner-section.style-two .banner-slider-button-prev, .banner-section.style-two .banner-slider-button-next {
  border: solid 3px #fb7500;
}

.features-section .inner-box {
  position: relative;
}
.features-section .icon {
  position: absolute;
  left: 13%;
  top: 50%;
  transform: translateY(-50%);
}
.features-section .icon img {
  max-width: 70px;
}

.page-wrap {
  position: relative;
}
.page-wrap .sec-title h4:before {
  background: white;
}
.page-wrap .step-info {
  width: 100%;
  max-width: 550px;
}
.page-wrap::before {
  position: absolute;
  content: "";
  top: 0px;
  width: 100%;
  height: 500px;
  background: #fb7500;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 71%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 71%);
  z-index: -1;
}

.wrapper {
  position: relative;
  width: 400px;
  height: 200px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.pagination * {
  color: #fb7500 !important;
}
.pagination .page-link {
  border: none;
}
.pagination .page-link:hover, .pagination .page-link.active {
  font-weight: 600 !important;
  background: #ffffff !important;
  text-decoration: underline !important;
}

.products {
  text-align: center;
}
.products .product {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  max-width: 250px;
  margin: auto;
}
.products .product .name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 48px;
  text-align: left;
}
.products .product .image {
  width: 100%;
}
.products .product .price {
  color: #fb7500;
  font-weight: 500;
  font-size: 20px;
}

.select2-container--default .select2-selection--single {
  height: 38px !important;
  border: 1px solid #ced4da !important;
  border-radius: 4px !important;
  display: flex !important;
  align-items: center !important;
}

.step-dot-contract {
  width: 300px;
  position: relative;
  justify-content: space-between;
}
.step-dot-contract::before {
  content: "";
  position: absolute;
  width: 95%;
  height: 1px;
  border-top: dashed 2px #fb7500;
  top: 50%;
  transform: translateY(-50%);
}
.step-dot-contract .dot {
  width: 35px;
  height: 35px;
  background: #fff;
  border: solid 2px #fb7500;
  border-radius: 50px;
  font-size: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #fb7500;
  line-height: 0px;
}
.step-dot-contract .dot.active {
  background: #fb7500;
  color: #fff;
}
.step-dot-contract .dot.ing {
  background: rgb(255, 237, 220);
  color: #fb7500;
}/*# sourceMappingURL=new-style.css.map */