@charset "UTF-8";
html,
body {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
strong, b, .strong, .bold {
  font-weight: 600;
}

body {
  padding-top: 70px;
}
body > .wrapper {
  min-height: 350px;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.text-no-case {
  text-transform: none !important;
}

.btn {
  font-weight: bold !important;
}

.bg-bisa {
  background-color: #001B6B;
  color: #f0f0f0;
}

.btn-outline-bisa {
  border-color: #001B6B;
  border-width: 2px;
}
.btn-outline-bisa:hover {
  background-color: #001B6B;
  color: #fff;
}

.btn-outline-accent {
  border-color: #F0861B;
  border-width: 2px;
  color: #e3790f;
}
.btn-outline-accent:hover {
  background-color: #F0861B;
  color: #fff;
}

.divider {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.divider:before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  background-color: #ddd;
  z-index: 1;
}
.divider > span {
  background-color: #fff;
  line-height: 1;
  padding: 0 5px;
  position: relative;
  z-index: 2;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-brand > img {
  height: 52px;
}

.navbar-main {
  border-top: 3px solid #001B6B;
  background-color: #fff;
  box-shadow: 0 7px 17px -3px rgba(0, 0, 0, 0.2);
}
.navbar-main .navbar-toggler {
  border-color: transparent !important;
  outline: none !important;
}
.navbar-main .navbar-nav .nav-link {
  color: rgba(0, 27, 107, 0.65);
}
.navbar-main .navbar-nav .nav-link:hover {
  color: #001B6B;
}
.navbar-main .navbar-nav .nav-item.active .nav-link {
  font-weight: 600;
  color: #001B6B;
}

#navbar-main .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
}

.social-media {
  display: flex;
  margin-top: 0.8rem;
}
.social-media > a {
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  display: block;
  line-height: 30px;
  font-size: 18px;
  width: 32px;
  height: 32px;
  text-align: center;
  vertical-align: middle;
  margin: 0 5px;
}
.social-media > a:first-child {
  margin-left: 0;
}

.tag-line {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
}

.main-form {
  background: transparent url("../img/laptop-3196481_1920.jpg") center no-repeat;
  background-size: cover;
  padding: 5rem 0 3rem;
  position: relative;
}
.main-form .container .section-title {
  margin-bottom: 2.5rem;
}
.main-form:before, .main-form:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.main-form > * {
  position: relative;
  z-index: 10;
}
.main-form:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.main-form:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0); /* IE6-9 */
  z-index: 2;
}
.main-form #form-request {
  position: relative;
  border-radius: 0.75rem;
  background-color: #fff;
  padding: 3rem;
  z-index: 3;
  display: none;
  box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.25);
}
.main-form #form-request.ready {
  display: block;
}
.main-form #form-request label,
.main-form #form-request .label {
  display: inline-block;
  text-transform: uppercase;
  color: #999;
  font-size: 14px;
  font-weight: bold;
}
.main-form #form-request .form-control, .main-form #form-request .custom-select {
  font-size: 14px;
  height: auto;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.main-form #form-request .form-control:focus, .main-form #form-request .custom-select:focus {
  border-color: #2D7BAC;
  box-shadow: none;
}

.form-request-container {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.form-request-container .item {
  width: 100%;
  padding: 15px;
}
.form-request-container .form-group {
  position: relative;
  margin-bottom: 0;
  display: flex;
  flex-flow: column;
  height: 100%;
}

.estimation-table {
  font-size: 14px;
}
.estimation-table td {
  padding: 3px 0;
}
.estimation-table .fee-value {
  text-align: right;
  font-weight: normal;
}

.sim-notes {
  font-size: 12px;
}

.sim-reqs > ol,
.sim-reqs > ul {
  padding-left: 20px;
  margin-bottom: 0;
}

#v_model::-webkit-input-placeholder {
  color: #999;
}

#v_model:-moz-placeholder {
  color: #999;
}

#v_model::-moz-placeholder {
  color: #999;
}

#v_model:-ms-input-placeholder {
  color: #999;
}

#v_model::placeholder {
  color: #999;
}

#v_year::-webkit-input-placeholder {
  color: #999;
}

#v_year:-moz-placeholder {
  color: #999;
}

#v_year::-moz-placeholder {
  color: #999;
}

#v_year:-ms-input-placeholder {
  color: #999;
}

#v_year::placeholder {
  color: #999;
}

#plate_number::-webkit-input-placeholder {
  color: #999;
}

#plate_number:-moz-placeholder {
  color: #999;
}

#plate_number::-moz-placeholder {
  color: #999;
}

#plate_number:-ms-input-placeholder {
  color: #999;
}

#plate_number::placeholder {
  color: #999;
}

.picker--opened .picker__holder:focus {
  outline: none;
}
.picker--opened .picker__holder .picker__frame {
  margin: 0 auto;
  top: 0;
  max-height: 100%;
  height: 100%;
}
.picker--opened .picker__holder .picker__frame .picker__wrap {
  display: flex;
  align-items: center;
  margin: auto;
  height: 100%;
}
.picker--opened .picker__holder .picker__frame .picker__wrap .picker__box {
  border: 0;
  border-radius: 0.5rem;
  margin: 15px;
}

.popover {
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.25) 0 5px 10px -3px;
  border-radius: 0.5rem;
}
.popover.popover-image {
  width: 700px;
  height: 325px;
  max-width: none;
  max-height: none;
  box-shadow: rgba(0, 0, 0, 0.25) 0 10px 25px -7px;
}
.popover .arrow:before {
  border-right-color: rgba(150, 150, 150, 0.1);
}
.popover .popover-body {
  padding: 0.75rem;
}
.popover .popover-body > img {
  border-radius: 0.5rem;
}

.footer {
  background-color: #efefef;
  color: #333;
}
.footer a,
.footer strong {
  color: #F0861B;
}
.footer a {
  border-color: #F0861B;
}
.footer .footer-subtitle {
  text-transform: uppercase;
  font-weight: bold;
}
.footer .copyright {
  padding: 0 0 3.5rem;
  font-size: 14px;
}

.picker__select--year,
.picker__select--month {
  display: inline-block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
}

#user-form .user-register {
  border-right: 1px solid #ddd;
}

.dropdown-menu.item-has-icon .dropdown-item {
  position: relative;
  padding-left: 2.25rem;
}
.dropdown-menu.item-has-icon .dropdown-item i[class*=fa-] {
  position: absolute;
  left: 0.75rem;
  top: 0;
  bottom: 0;
  height: 16px;
  width: 16px;
  margin: auto;
}

#navbar-dd-user {
  display: flex;
  align-items: center;
}
#navbar-dd-user .p {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 36px;
  height: 36px;
}
#navbar-dd-user .n {
  display: inline-block;
  padding: 0 0.25rem 0 0.75rem;
}

.navbar-contact {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  display: inline-block;
  line-height: 36px;
  width: 36px;
  height: 36px;
  text-align: center;
  vertical-align: middle;
  font-size: 34px;
  margin: 0 0.25rem;
  overflow: hidden;
}
.navbar-contact.phone {
  background-color: #F0861B;
  color: #F0861B;
  font-size: 28px;
}
.navbar-contact.wa {
  background-color: #38E676;
  color: #38E676;
}
.navbar-contact > * {
  position: relative;
  z-index: 1;
}
.navbar-contact:after {
  border-radius: 100%;
  display: block;
  content: "";
  background-color: white;
  position: absolute;
  top: 7px;
  right: 6px;
  bottom: 7px;
  left: 6px;
  z-index: 0;
}

.section {
  background-color: #fff;
  padding: 5rem 0;
}
.section .section-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}
.section.requirements {
  background-color: #f3f3f3;
}
.section.work-flow {
  background-image: radial-gradient(circle, #3583B0, #001B6B);
}
.section.bisa-aja {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.section.bisa-aja:before, .section.bisa-aja:after {
  position: absolute;
  top: -100px;
  left: 10px;
  background: #F0861B;
  display: block;
  content: "";
  width: 300px;
  height: 300px;
  border-radius: 2rem;
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transform: rotate(35deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$degie);
  -webkit-opacity: 0.35;
  -moz-opacity: 0.35;
  -ms-opacity: 0.35;
  -o-opacity: 0.35;
  opacity: 0.35;
  filter: alpha(opacity="35");
}
.section.bisa-aja:after {
  top: -130px;
  left: 60px;
}
.section.partners {
  background-color: #f0f0f0;
}
.section.partners.partners2 {
  background-color: #fff;
}
.section.partners.partners2 .section-title {
  color: #F0861B;
}
.section.partners .item {
  border: 1px solid #e0e0e0;
  padding: 0.75rem;
  margin: 0.5rem;
  border-radius: 8px;
  background-color: #fff;
}
.section.partners .item .p-img {
  width: 100px;
  height: 50px;
  background: transparent no-repeat center;
  background-size: contain;
}
.section.partners .item .p-name {
  display: none;
}

.reqs .reqs-nav > a {
  border-radius: 23px;
  background-color: #f5f5f5;
  display: block;
  padding: 0.65rem 1.35rem;
  color: #666;
  margin-bottom: 0.5rem;
  text-decoration: none;
  position: relative;
  box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.25);
}
.reqs .reqs-nav > a:after {
  background: transparent url("../img/arrow-right-muted.svg") center no-repeat;
  display: none;
  content: "";
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0.65rem;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}
.reqs .reqs-nav > a:hover {
  background-color: #f9f9f9;
  color: #444;
}
.reqs .reqs-nav > a:hover:after {
  display: block;
}
.reqs .reqs-nav > a.active {
  box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  color: #111;
  font-weight: bold;
}
.reqs .reqs-nav > a.active:after {
  background-image: url("../img/arrow-right.svg");
  display: block;
  color: #222;
}
.reqs .reqs-content {
  box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-radius: 1rem;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.reqs .reqs-content .item {
  display: none;
  margin: auto;
  padding: 2rem;
}
.reqs .reqs-content .item h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1rem;
}
.reqs .reqs-content .item ul, .reqs .reqs-content .item ol {
  padding-left: 20px;
}
.reqs .reqs-content .item ul li, .reqs .reqs-content .item ol li {
  margin-bottom: 0.35rem;
}
.reqs .reqs-content .item ul li:last-child, .reqs .reqs-content .item ol li:last-child {
  margin-bottom: 0;
}
.reqs .reqs-content .item.active {
  display: block;
}

.history-container {
  display: flex;
  border-top: 1px solid #ddd;
}
.history-container .history-list {
  flex-grow: 1;
  flex-shrink: 1;
}
.history-container .history-detail {
  width: 0;
  overflow: hidden;
  max-height: 300px;
  font-size: 14px;
  -webkit-transition: 200ms width ease-out;
  -moz-transition: 200ms width ease-out;
  -o-transition: 200ms width ease-out;
  transition: 200ms width ease-out;
}
.history-container .history-detail.open {
  border-left: 1px solid #ddd;
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: auto;
  width: 40%;
}

.history-list {
  overflow: auto;
}
.history-list .item {
  border-top: 1px solid #ddd;
  display: flex;
  padding: 0.75rem 0.5rem;
  font-size: 14px;
  position: relative;
}
.history-list .item > div {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.history-list .item > div.no {
  width: 100px;
}
.history-list .item > div.name {
  width: 225px;
}
.history-list .item > div.vehicle {
  width: 150px;
}
.history-list .item > div.date {
  width: 100px;
}
.history-list .item > div.status {
  width: 175px;
}
.history-list .item > a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.history-list .item > a:hover {
  background-color: rgba(153, 153, 153, 0.1);
}
.history-list .item.active {
  background-color: lightyellow;
}
.history-list .item.header {
  border-top: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  padding: 0.5rem;
  font-size: 13px;
}

.img-preloader {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.img-preloader > img {
  width: 0;
  height: 0;
}

.floating-buttons {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 10000;
}
.floating-buttons .navbar-contact {
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin: 0;
  -webkit-box-shadow: 0 5px 8px -3px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 5px 8px -3px rgba(0, 0, 0, 0.45);
  box-shadow: 0 5px 8px -3px rgba(0, 0, 0, 0.45);
}
.floating-buttons .navbar-contact.phone {
  font-size: 42px;
  margin-right: 5px;
}
.floating-buttons .navbar-contact.wa {
  margin-left: 5px;
  font-size: 48px;
}

.noscript {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: rgba(255, 255, 255, 0.85);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000000;
  display: flex;
  align-items: center;
}
.noscript .ns {
  -webkit-box-shadow: 0 5px 7px -3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 7px -3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 7px -3px rgba(0, 0, 0, 0.25);
  border: 1px solid #999;
  background-color: #fff;
  margin: auto;
  padding: 5rem;
}

.blog-posts .blog-post {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.blog-posts .blog-post .image-ct {
  background: #f6f6f6 center no-repeat;
  background-size: cover;
  height: 230px;
}
.blog-posts .blog-post .post-image {
  width: 0;
  height: 0;
}
.blog-posts .blog-post .post-date {
  font-size: 14px;
  padding: 15px 15px 5px;
}
.blog-posts .blog-post .post-title {
  font-size: 16px;
  padding: 5px 15px 15px;
}
.blog-posts .blog-post .post-link {
  background-color: rgba(255, 255, 255, 0.05);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.blog-posts .blog-post:active, .blog-posts .blog-post:hover {
  border-color: #ccc;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.15);
}

.post-content {
  font-size: 18px;
}

.share-buttons {
  border-top: 1px solid #ddd;
  padding: 1.5rem 0;
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.share-buttons > * {
  margin: 0 5px 10px;
}
.share-buttons > span {
  color: #999;
  font-weight: 600;
  text-align: center;
}
.share-buttons > a {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.25);
}
.share-buttons > a:active {
  box-shadow: none;
}
.share-buttons > a[data-share=facebook] {
  border-color: #1877f2;
  color: #1877f2;
}
.share-buttons > a[data-share=twitter] {
  border-color: #1da1f2;
  color: #1da1f2;
}
.share-buttons > a[data-share=whatsapp] {
  border-color: #00bfa5;
  color: #00bfa5;
}

.pagination .page-item > a {
  padding: 0.65rem 1rem;
  font-weight: 600;
  color: #666;
}
.pagination .page-item.active > a {
  background-color: #001B6B;
  border-color: #001B6B;
}

.wp-block-image {
  margin: 1.5rem 0;
}
.wp-block-image > img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.wp-block-image > figcaption {
  font-size: 16px;
  text-align: center;
  margin-top: 0.8rem;
  font-style: italic;
}

.rounded-image {
  border-radius: 8px;
}

.message-box .modal-dialog .modal-content {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 0;
}
.message-box .modal-dialog .modal-content .modal-header {
  border: 0;
  padding-bottom: 0;
}
.message-box .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 1.5rem;
}
.message-box .modal-dialog .modal-content .modal-footer {
  border: 0;
  padding: 1rem;
}
.message-box .modal-dialog .modal-content .modal-footer .btn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 0.5rem 1.5rem;
  font-size: 0.9rem;
}
.message-box .modal-dialog .modal-content .modal-footer .btn.btn-light {
  border-color: #e9e9e9;
  background-color: #e9e9e9;
}
.message-box .modal-dialog .modal-content .modal-footer .btn.btn-light:hover {
  border-color: #d0d0d0;
  background-color: #d0d0d0;
}
.message-box .modal-dialog .modal-content .modal-footer .btn.btn-primary {
  border-color: #0a2880;
  background-color: #0a2880;
}
.message-box .modal-dialog .modal-content .modal-footer .btn.btn-primary:hover {
  border-color: #001B6B;
  background-color: #001B6B;
}

@media screen and (max-width: 767.98px) {
  .section .section-title {
    font-size: 32px;
  }
  .section.bisa-aja:before, .section.bisa-aja:after {
    left: 0;
    top: -230px;
  }
  .section.bisa-aja:after {
    left: 40px;
    top: -250px;
  }
  .main-form {
    padding: 3rem 0;
  }
  .main-form .container {
    padding-top: 0;
  }
  .reqs .reqs-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .reqs .reqs-nav > a {
    width: auto;
    flex-grow: 0;
    margin: 0.35rem;
    font-size: 15px;
  }
  .reqs .reqs-nav > a:after {
    display: none !important;
  }
  .history-container {
    display: block;
    border: 0;
  }
  .history-container .history-list {
    border: 0;
  }
  .history-container .history-list .item {
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .history-container .history-list .item > div {
    white-space: normal;
    overflow: visible;
    width: auto;
    margin: 0.1rem;
    display: flex;
    align-items: center;
  }
  .history-container .history-list .item > div:before {
    display: inline-block;
    content: "•";
    font-size: 25px;
    line-height: 0.5em;
    margin-right: 0.25rem;
  }
  .history-container .history-list .item > div:first-child:before {
    display: none;
  }
  .history-container .history-list .item.header {
    display: none;
  }
  .history-container .history-list .item:last-child {
    margin-bottom: 0;
  }
  .history-container .history-detail {
    display: none;
  }
  .popover.popover-image {
    width: 95%;
    height: auto;
    max-height: none;
  }
  .footer-brand {
    display: block;
    text-align: center;
  }
  .footer-brand > img {
    max-width: none;
    height: 56px;
    width: auto;
    margin: 0 auto;
  }
  .footer-subtitle {
    margin-bottom: 0.5rem;
  }
  #user-form .user-register {
    border-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .section.partners .item {
    padding: 1rem;
  }
  .section.partners .item .p-img {
    width: 125px;
    height: 60px;
  }
  .blog-posts .blog-post .image-ct {
    height: 250px;
  }
  .profile-left-column {
    border-right: 1px solid #ddd;
  }
  .main-form #form-request {
    padding: 2rem;
  }
  .form-request-container .item {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .section.main-form {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
  .section.main-form .section-title {
    margin-bottom: 4rem;
  }
  .blog-posts .blog-post .image-ct {
    height: 280px;
  }
  .form-request-container .item {
    width: 33.33334%;
  }
}
body.hide-hf {
  padding: 0 !important;
}
body.hide-hf .container.pt-5.pb-5 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
body.hide-hf .floating-buttons {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
