@font-face {
  font-family: "pt_sans_captionbold";
  src: url("ptsanscaption-bold-webfont.woff2") format("woff2"),
    url("ptsanscaption-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "pt_sans_captionregular";
  src: url("ptsanscaption-regular-webfont.woff2") format("woff2"),
    url("ptsanscaption-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  scroll-padding-top: 5rem;
}

body {
  color: var(--brand-text, #000);
}

.section.section-margin {
  margin-top: 0!important;
}

a.nav-link.menu-calc {
  text-transform: none !important;
}

:root {
  --brand-text: #000;
  --brand-color: #250625;
  --brand-color-rgb: 37, 6, 37;
  --brand-color-bg-light: rgba(255, 255, 255, 0.65);
  --brand-color-lines: rgba(80, 37, 86, 0.35);
  --brand-color-text-hover: rgba(80, 37, 86, 0.7);
  --brand-color-placeholder-text: rgba(80, 37, 86, 0.2);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: transparent;
  /* background-color: #777; */
  display: none;
}

h1,
h2,
h3,
h4,
p,
.header-nav {
  font-family: "PT Sans Caption", sans-serif;
}

h1 p,
h2 p,
h3 p,
h4 p {
  color: #000;
}
h1,
h2,
h3,
h4 {
  margin-bottom: .5em;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

a {
  color: inherit;
  text-decoration: underline;
}

.breadcrumb a {
  text-decoration: none;
}

.languages .dropdown-toggle::before {
  all: unset;
}

.section.section-padding {
  padding-bottom: 130px;
}

.body-dark .header-row .social-icons li a{
  color: #ffffff!important;
}
.body-dark .header-row .header-right .btn{
  background-color: #ffffff;
  color: var(--brand-color);
}
.body-dark .current-language{
  color: #ffffff;
}
.body-dark .current-language{
  color: #ffffff;
}

.calculator {
  display: flex;
  justify-content: center;
  color: #ffffff;
}
.calculator > * {
  flex-basis: 100%;
}
.priceElement {
  display: flex;
}
.calculator-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
  align-items: center;
}

.calculator-form_controllers {
  font-size: 14px;
}

.calculator-form_row {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}

.calculator-form > div {
  display: flex;
}

.mr-2 {
  margin-right: 5px;
}

.calculator-form_button {
  text-transform: uppercase;
  padding: 5px 20px;
  height: 55px;
}

.calculator-submit {
  box-shadow: rgba(217, 217, 217, 0.782) 0 0 2px 1px;
}

.form-group {
  position: relative;
}

.form-button {
  margin: 0;
  border-radius: 15px;
  background: #fff;
  color: var(--brand-color);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
}

.form-button:disabled {
  background-color: rgb(182, 182, 182);
}

form input,
form textarea {
  background-color: var(--brand-color-bg-light);
  border: none;
  resize: none;
  color: var(--brand-color);
}

form input::placeholder,
form textarea::placeholder {
  color: var(--brand-color-placeholder-text) !important;
}

.radio-container {
  position: relative;
  margin-bottom: 15px;
  text-align: left;
  width: 100%;
  padding-left: 19px;
}
.calculator-label-container {
  position: relative;
}
.calculator-label {
  position: absolute;
  left: 87%;
  height: 100%;
  padding: 15px;
  color: black;
}

.calculator-label.label-size {
  left: 60%;
}

.label-weight {
  left: 40%;
}

.calculator-radio:checked {
  background-color: var(--brand-color);
  border: none;
  box-shadow: rgba(217, 217, 217, 0.782) 0px 0px 2px 1px;
}
.calculator-radio:checked + .calculator-label {
  color: #ffffff;
}

.calculator-form_button.calculator-reset {
  background: none;
  background-color: grey;
  margin-right: 10px;
}
.calculator-reset:hover {
  box-shadow: rgba(217, 217, 217, 0.782) 0px 0px 2px 1px;
}

.calculator-last {
  margin-bottom: 24px;
}

.header-right > *:not(:last-child) {
  margin-right: 15px;
}
.calculator-result {
  position: relative;
  z-index: 10;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: none;
  align-items: center;
}
.result-container {
  display: flex;
}

.show-flex {
  display: flex;
}

.current-language {
  font-weight: 600;
  color: var(--brand-color);
  font-size: 18px;
  margin-right: 10px;
}

.header-login {
  padding: 8px 35px;
}

.languages-dropdown {
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  margin-top: 0.5rem;
  padding: 0.65rem 0;
  position: absolute;
  min-width: 4rem;
  border: none;

  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate3d(0px, 42px, 0px);
}

.faq-list {
  text-align: left;
  color: var(--brand-text, #777);
  line-height: 26px;
  margin: 0 0 20px;
}

.footer-heading {
  margin-bottom: 30px;
}
.table-container {
  padding: 0 40px;
  display: flex;
  justify-content: center;
}
.calculator-table {
  display: none;
  color: #fff;
  width: 100%;
}

.dynamic-values-fontweight {
  font-weight: 600;
}

.show-table {
  display: block;
}

.footer-phone {
  font-size: 24px;
}

.footer-contacts {
  color: #ffffff;
}
.footer-contacts ul p{
  margin: 0;
}

.footer-container {
  display: flex;
  justify-content: space-around;
}
#shipment {
  position: relative;
  z-index: 10;
}
#footer,
.footer-copyright {
  background-color: var(--brand-color);
}
#footer{
  background: linear-gradient(0deg, var(--brand-color) 85%, transparent 85%);
  border-top: none;
}
#footer.full-brand{
  background: var(--brand-color);
}
.footer-logo {
  position: relative;
  left: -25px;
}
.uppercase,
footer h4 {
  text-transform: uppercase;
}
.dropdown-option {
  font-size: 14px;
  font-weight: 600;
}

.result-option {
  display: flex;
}

.result-heading {
  text-align: center;
  margin-bottom: 20px;
}
.start-button {
  padding: 16px 48px;
}

.current-language .fas {
  display: none;
}
.current-language::after {
  content: " ";
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  border-color: rgb(119, 119, 119);
  color: rgb(119, 119, 119);
  border-top: 2px solid;
  border-right: 2px solid;
  border-left: 0;
  width: 6px;
  height: 6px;
  backface-visibility: hidden;
  transform: rotate(135deg);
}

.info-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: transparent;
}
.result-notification {
  color: #da291c;
}

footer p,
.footer-copyright,
footer li {
  font-size: 14px;
}

.promptContainer {
  position: relative;
}

.withDimensionsNotification {
  position: relative;
  top: -10px;
  height: 15px;
  width: 15px;
}

.priceNotification {
  position: relative;
  top: -3px;
  height: 20px;
  width: 20px;
}
.passageOptions {
  position: relative;
  text-align: center;
}

.displayNone {
  display: none;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.dropdown-hidden {
  z-index: 1200;
  color: #da291c;
}

.dropdown-hidden-label {
  z-index: 1200;
  color: #da291c;
}
.dropdown-hidden-input {
  position: absolute;
}

.dropdown-primary .dropdown-item {
  --bs-dropdown-link-active-bg: var(--brand-color);
}
.dropdown-menu .languages-dropdown {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* .priceNotification:hover .pricePrompt, */
.withDimensionsNotification:hover .weightPrompt {
  display: block;
}
.pricePrompt,
.weightPrompt {
  position: absolute;
  padding: 10px;
  width: 200px;
  font-size: 12px;
  border-radius: 0.475rem;
  box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
  border: 0;
  background: #ffffff;
  color: grey;
}
.pagination.pagination-rounded.pagination-md .page-link:hover {
  text-decoration: none;
}
.pagination.pagination-rounded.pagination-md .disabled .page-link:hover {
  background: none;
}
.card-body li {
  color: #777;
}
section.our-blog .card {
  min-height: 400px;
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: white;
  background: grey;
}
.body-dark .breadcrumb > li + li::before {
  color: #fff;
}
section.section.prohibited-section {
  padding-top: 200px!important;
}
.prohibited-item ul {
  text-align: left;
}

.header-image-bg {
  background-repeat: no-repeat;
  background-position:  0 0;
  background-size: cover;
}
.body-dark .page-header h1 {
  color: #fff;
}
.body-dark .breadcrumb a,
.body-dark #header .header-nav nav > ul > li > a {
  color: #fff !important;
}
.body-dark #header .header-nav nav > ul > li > a.active {
  text-shadow: 1px 1px 4px var(--brand-color);
  /*text-decoration: underline;*/
}
.body-dark .breadcrumb span {
  color: #eee;
}
#footer .social-icons a:hover {
  background-color: #fff !important;
}
#footer .social-icons a {
  background-color: var(--brand-color) !important;
  border: 1px solid #555;
}
#footer a .fab {
  color: #eee;
}
#footer a:hover .fab {
  color: #333;
}
footer p,
#footer a:not(.btn):not(.no-footer-css) {
  color: #fff;
}

#header .header-nav.header-nav-links nav > ul > li.dropdown.accessibility-open > .dropdown-menu {
  border-top: 0;
  opacity: 0;
}

#header .header-nav.header-nav-links nav > ul > li.dropdown.accessibility-open:hover > .dropdown-menu {
  opacity: 1;
}
.custom-section-curved-top-7 {
  top:-200px;
}

.footer-phone a {
  font-size: 1rem;
}
.work1-section-area {
  position: relative;
  z-index: 1;
  background-color: #8000FF;
}
.sp1 {
  padding: 100px 0 30px;
}
.work1-section-area .choose-section-area {
  position: sticky;
  top: 100px;
  border-radius: 8px;
  padding: 0 50px;
  transition: all 0.4s;
    transition-duration: 0.4s;
    transition-timing-function: ease;
  background: #8048FF;
}
.work1-section-area .choose-section-area .choose-list-area h3 {
  color: #fff;
  transition: all 0.4s;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 2.2rem;
  text-transform: capitalize;
}
.work1-section-area h5 {
  color: #FB3189;
}
.work1-section-area h2 {
  font-size: 2.3rem;
  line-height: 3rem;
  margin-bottom: 4rem;
}
.work1-section-area .all-boxes-area {
  padding: 0 0 0 55px;
}
.header-right .btn {
  background-color: var(--brand-color);
}

.work1-section-area .all-boxes-area .work-process-area {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  padding: 16px 24px 16px 46px;
  border-radius: 8px;
  opacity: 1;
  background-color: #fff;
}
.work1-section-area .all-boxes-area .work-process-area:hover {
  background-color: #fff;
  cursor: default;
}
.work1-section-area .all-boxes-area .work-process-area.work2 {
  margin-left: -40px;
}
.space30 {
  height: 30px;
}
.work1-section-area .all-boxes-area .work-process-area:hover .icons {
  background-color: #fff;
}
.work1-section-area .all-boxes-area .work-process-area .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  transition: all 0.4s;
  display: flex;
  border-radius: 50%;
  background-color: var(--brand-color);
  border: 2px solid #fff;
  padding: 10px;
  position: absolute;
  left: -35px;
  top: 27%;
  bottom: -23%;
}
.work1-section-area .all-boxes-area .work-process-area .content-area a {
  color: var(--brand-color);
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 16px;
  text-decoration: none;
  font-size: 1.1rem;
}
.work1-section-area .all-boxes-area .work-process-area .content-area p {
  color: var(--brand-text);
  opacity: 80%;
}
.body-dark .header-transparent.header-effect-shrink.moved #header-body {
  background-color: var(--brand-color, #333);
}

.work1-section-area .choose-section-area .choose-list-area .choose-auhtor li {
  display: inline-block;
}
.work1-section-area .choose-section-area .choose-list-area .choose-auhtor li a:hover {
  background-color: #FB3189;
}
.work1-section-area .choose-section-area .choose-list-area .choose-auhtor li a {
  color: #fff;
  transition: all 0.4s;
  padding: 8px;
  border-radius: 30px;
  border: 1px solid #909DAD;
  display: inline-block;
  margin: 16px 8px 0 0;
  text-decoration: none;
  font-weight: 400;
}
.work1-section-area ul {
  padding: 0;
  margin: 0;
}
.work1-section-area .choose-section-area .choose-list-area p {
  opacity: 80%;
  color: #fff;
  margin-top: 24px;
}
.work1-section-area .choose-section-area .choose-list-area .btn-area {
  margin-top: 24px;
}
.header-btn3 {
  display: inline-block;
  color: #fff;
  padding: 16px 24px;
  transition: all 0.4s;
  border: 1px solid #eee;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.work1-section-area .choose-section-area .images {
  text-align: end;
  position: relative;
  z-index: 1;
}
.work1-section-area .choose-section-area .images .elements6 {
  position: absolute;
  top: 80px;
  left: -80px;
}
.work1-section-area .choose-section-area .images .star4 {
  position: absolute;
  bottom: 20px;
  left: -80px;
}
.work1-section-area .choose-section-area img {
  max-width: 100%;
}
.aniamtion-key-2 {
  position: relative;
  animation-name: animation-2;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.keyframe5 {
  position: relative;
  animation-name: animation-7;
  animation-duration: 90s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@media screen and (max-width: 500px) {
  body {
    font-size: 1rem;
  }

  .calculator-form_button {
    padding: 0 20px;
  }
  .calculator-label {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .calculator {
    flex-direction: column;
    padding: 0 10px;
  }

  .calculator-size_row {
    flex-direction: column;
  }
  .calculator-label.label-weight {
    left: 33%;
  }
  .calculator-label.label-value {
    left: 79%;
  }
  .calculator-label.label-size {
    left: 80%;
  }
  .passageOptions {
    text-align: center;
  }
  .faq-list {
    padding-top: 10px;
  }

  .pricePrompt,
  .weightPrompt {
    position: absolute;
    top: -55px;
    right: 16%;
  }

  .pricePrompt {
    top: 20px;
  }

  section.section.how-it-works-section {
    padding: 0;
  }

  .faq-paddings {
    padding: 12px 25px 12px 15px;
  }

  .footer-container {
    padding-bottom: 24px;
  }
  .calculator-section:first-child {
    margin-bottom: 50px;
  }
  .section-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .section-logos > * {
    width: 50%;
  }
  .partner-logo {
    width: 120px!important;
  }
  .section-logos {
    margin-bottom: 30px;
  }

  .section.section-perks {
    padding-top: 0;
  }
  .calculator-result {
    padding: 20px 10px 0 10px;
  }
  .our-blog {
    padding: 0 10px;
  }
  section.toggle {
    width: 100%;
  }
  .result-container {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 948px) {
  .body-dark .breadcrumb a, .body-dark #header .header-nav nav > ul > li > a {
    color: #333 !important;
  }
}
@media screen and (min-width: 992px) {
  .header-nav .nav .no-action{
    pointer-events: none;
  }
}

@media screen and (min-width: 768px) {
  .faq-list {
    padding-top: 20px;
  }

  .calculator-size {
    width: 100%;
  }
  .calculator-label-container:not(:last-child) {
    margin-right: 10px;
  }

  .calculator-size_row {
    flex-direction: row;
  }

  .partner-logo {
    width: 110px!important;
  }
  .weightPrompt {
    top: 17px;
    right: -48%;
  }

  .calculator {
    flex-direction: row;
    padding: 0 50px;
  }
  .footer-container {
    padding-bottom: 10px;
  }

  section.section.how-it-works-section {
    padding: 50px 0;
    margin-bottom: 0;
  }
  .result-option:not(:last-child) {
    margin-right: 60px;
  }
  .calculator-result {
    padding: 40px 50px 0 50px;
  }
  .calculator-section:first-child {
    margin-right: 60px;
  }
}

.ql-align-right {
  text-align: right;
}

.ql-align-center {
  text-align: center;
}

.ql-align-justify {
  text-align: justify
}

.custom-carousel-dots-style-1 .owl-dots{
  justify-content: center;
}

#header .header-nav-main nav > ul li a:active,
#header .header-nav-main nav > ul li a.active-page{
  background-color: rgba(var(--brand-color-rgb), 0.7)!important;
  color: #fff!important;
  font-weight: bold!important;
}

.brand-list ul{
  list-style-image: url(../img/custom/check_icon.svg);
}
.brand-list ul {
  list-style: none;
  padding: 0;
}

.brand-list ul li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 18px;
}

.brand-list ul li::before {
  content: url(../img/custom/check_icon.svg);
  position: absolute;
  background-color: var(--brand-color, #000);
  border-radius: 50%;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}

section.section ul>li>p{
  margin: 0;
}
.header-btn-collapse-nav:not(.collapsed) i:before {
  content: "\f00d";
}
.custom-circle{
  z-index: -1;
}

.cookie-consent-banner {
  display: none;
  position: fixed;
  right: 0;
  color: black;
  font-size: 15px;
  z-index: 1000;
  background: #fff;
  border-radius: 16px;
  bottom: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
  box-sizing: border-box;
  left: 30px;
  max-width: 315px;
  padding: 12px 16px;
}

.one-field-form{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bs-white);
  padding: 20px;
  border-radius: 90px;
}
.one-field-form .input-area{
  display: flex;
  align-items: center;
}
.one-field-form .input-area input {
  width: 100%;
  margin-left: 6px;
  font-size: var(--bs-btn-font-size);
  outline: none;
}
.one-field-form .btn-area span {
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  text-align: center;
  line-height: 36px;
  background: var(--bs-white);
  color: var(--brand-color);
  transform: rotate(-45deg);
  position: relative;
  left: 8px;
}
.one-field-form .btn-area .btn{
  transition: all 0.4s;
  background-color: var(--brand-color) !important;
  color: var(--bs-white) !important;
  outline: none!important;
  border: none!important;
}
.one-field-form .btn-area .btn:hover{
  transform: translateY(-5px);
}
.one-field-form .btn-area .btn:hover span{
  transition: all 0.4s;
  transform: rotate(0deg);
}
