/******* general styles ******/

@font-face {
    font-family: "Brandon Grotesque";
    src: url("../fonts/Brandon_light.otf");
    src: local("Brandon Grotesque Light"), local("BrandonGrotesque-Light"),
    url("../fonts/Brandon_light.otf") format("OpenType");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Brandon Grotesque";
    src: url("../fonts/BrandonGrotesque-Regular.eot");
    src: local("Brandon Grotesque Regular"), local("BrandonGrotesque-Regular"),
    url("../fonts/BrandonGrotesque-Regular.woff") format("woff"),
    url("../fonts/BrandonGrotesque-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Brandon Grotesque";
    src: url("../fonts/BrandonGrotesque-Medium.eot");
    src: local("Brandon Grotesque Medium"), local("BrandonGrotesque-Medium"),
    url("../fonts/BrandonGrotesque-Medium.woff") format("woff"),
    url("../fonts/BrandonGrotesque-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Brandon Grotesque";
    src: url("../fonts/BrandonGrotesque-Bold.eot");
    src: local("Brandon Grotesque Bold"), local("BrandonGrotesque-Bold"),
    url("BrandonGrotesque-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BrandonGrotesque-Bold.woff") format("woff"),
    url("../fonts/BrandonGrotesque-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: "Brandon Grotesque";
}

.page {
    overflow: hidden;
}

.header {
    border-bottom: 6px solid #365c42;
    padding: 25px 0;
}
.logo {
    flex-grow: 1;
}

.logo img {
    width: 180px;
    height: auto;
}

.navbar-nav {
    flex-grow: 2;
}

.header-list__item {
    margin-left: 20px;
}

.header-list__item.active {
    background-color: #275b3e;
    padding: 0 18px;
    transition: all 0.1s linear;
}

.header-list__item.active a {
    color: #fff;
}

.header-list__item.active:hover {
    background-color: #235036;
}

.header-list__item.active:hover a {
    color: #fff;
}

.header-list__item a {
    text-decoration: none;
    color: #000;
    line-height: 1;
    font-size: 15px;
    font-weight: 300;
    transition: all 0.1s linear;
}

.header-list__item a:hover {
    color: #5eb357;
}

.menu-toggler {
    width: 70px;
    height: 70px;
    padding: 0;
}

.menu-toggler span {
    width: unset;
    height: unset;
}

.menu-toggler:focus {
    box-shadow: none;
}

.main {
    min-height: 100vh;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 4px solid #fff;
}

.footer {
    padding: 80px 0 70px;
}

.footer__link {
    text-decoration: underline;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 7px;
    padding: 0 7px;
    transition: all 0.1s linear;
}

.footer__link:first-child {
    border-right: 1px solid #fff;
}

.footer__link:hover {
    color: #5eb357;
}

#buttonLoad {
    display: none;
}
/******* general styles ******/

/****** step 1 ******/

.title {
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin: 90px 0 20px 0;
}

.subtitle {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 80px;
}

.calendar-info {
    text-align: center;
    font-family: "Brandon Grotesque";
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    margin-bottom: 25px;
}

.calendar-info span {
    font-weight: 500;
    text-transform: uppercase;
}

.form-group + .form-group {
    margin-top: 0;
}

.row-form {
    margin: 10px 0;
}

.row-form > * {
    padding-left: 5px;
    padding-right: 5px;
}

.select .dropdown-toggle {
    width: 265px;
    height: 0;
    display: block;
    position: relative;
}

.dropdown-toggle::before {
    display: none;
}

.dropdown-toggle::after {
    display: none;
}

.select .drop-container {
    top: 140%;
    position: absolute;
    left: -5px;
    width: calc(100% + 10px);
    border-radius: 4px;
}

.select .select-input {
    padding-left: 0;
    font-size: 15px;
}

.select .option-list li {
    border-radius: 4px;
    transition: all 0.1s linear;
}

.select .option-list li:first-child {
    pointer-events: none;
}

.select .option-list li a {
    font-size: 15px;
}

.select .option-list li:hover {
    background-color: #c5d0c8;
}

.select .option-list li.active {
    background-color: #235036;
}

.select .drop-container .input {
    display: none;
}

.form-wrapper {
    padding: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
}

.form-wrapper.border-green {
    border: 1px solid #365c42;
}

.form-item {
    height: 35px;
    padding: 0 20px 0 40px;
    border: 0;
    border-radius: 4px;
    transition: all 0.1s linear;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.form-wrapper:hover .form-item {
    background-color: #c5d0c8;
}

.form-item:focus {
    box-shadow: none;
    background-color: #c5d0c8;
    /* border: 2px solid #275e40; */
}

.form-item::placeholder {
    color: #000;
}

.geo-icon,
.calendar-icon,
.clock-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 4;
    pointer-events: none;
}

.dropdown-chevron {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 4;
    pointer-events: none;
}

.incorrect-time {
    display: none;
    font-size: 15px;
    margin-top: 7px;
}

.find-trailer.error .form-wrapper {
    border: 1px solid red;
}

.find-trailer.error .text-error {
    display: block;
}

.help-block.text-danger.incorrect-time.shown {
    display: block;
}

.find-trailer.error-time .form-wrapper {
    border: 1px solid red;
}

.datetimepicker-input::placeholder {
    color: #212529;
    font-size: 15px;
}

.note {
    color: #fff;
    margin-top: 15px;
    font-size: 14px;
    margin-left: 430px;
}

.find-btn {
    font-size: 17px;
    color: #fff;
    background-color: #976742;
    border: 0;
    border-radius: 5px;
    padding: 10px 38px;
    margin-top: 40px;
    transition: all 0.1s linear;
}

.find-btn:hover {
    background-color: #82593a;
}

.find-btn svg {
    margin-right: 10px;
    margin-bottom: 5px;
}

@media (max-width: 1399px) {
    .note {
        margin-left: 430px;
    }
}

@media (max-width: 1199px) {
    .note {
        margin-left: 320px;
    }
}

@media (max-width: 991px) {
    .header-list__item.active {
        padding: 0 5px;
        max-width: 100px;
    }
    .note {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .calendar-info {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .row-form {
        margin: 0;
    }
    .form-wrapper {
        margin-bottom: 10px;
    }
    .title {
        font-size: 37px;
        margin: 70px 0 20px 0;
    }

    .subtitle {
        font-size: 21px;
        margin-bottom: 55px;
    }

    .text-error {
        margin-bottom: 5px;
    }

    .find-btn {
        margin-top: 40px;
    }
}

/****** step 1 ******/

/********* step 1-2 & step 4 **********/

.no-trailers,
.booking-done {
    max-width: 655px;
    background-color: #fff;
    border-radius: 4px;
    margin: 160px auto 0 auto;
    padding: 70px 70px 40px 70px;
    position: relative;
}

.no-trailers__bell,
.booking-done__heart {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #8f6948;
    padding: 15px;
    position: absolute;
    top: -5px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
}

.booking-done-title {
    font-size: 45px;
    margin-bottom: 15px;
}

.no-trailers__text,
.booking-done__text {
    font-size: 19px;
    font-weight: 400;
    text-align: center;
}

.no-trailers__buttons {
    margin-top: 38px;
}

.no-trailers__buttons a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background-color: #275e40;
    border-radius: 4px;
    padding: 14px 67px;
    margin-right: 13px;
    transition: all 0.1s linear;
}

.no-trailers__buttons a:hover {
    background-color: #26593d;
}

.no-trailers__buttons button {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background-color: #976742;
    border-radius: 4px;
    padding: 14px 67px;
    border: 0;
    transition: all 0.1s linear;
}

.no-trailers__buttons button:hover {
    background-color: #82593a;
}

.no-trailers__beta-version {
    margin: 50px auto 40px auto;
}

.booking-done__link {
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    background-color: #275e40;
    border-radius: 4px;
    padding: 12px 30px;
    margin-top: 10px;
    transition: all 0.1s linear;
}

.booking-done__link:hover {
    color: #fff;
    background-color: #225037;
}

@media (max-width: 767px) {
    .booking-done-title {
        font-size: 36px;
    }

    .booking-done__text {
        font-size: 17px;
    }
}

@media (max-width: 575px) {
    .no-trailers,
    .booking-done {
        padding: 50px 50px 40px 50px;
    }

    .no-trailers__text {
        font-size: 17px;
    }
}

@media (max-width: 475px) {
    .no-trailers,
    .booking-done {
        padding: 50px 30px 40px 30px;
    }

    .booking-done-title {
        font-size: 25px;
    }

    .booking-done__text {
        font-size: 15px;
    }

    .no-trailers__buttons {
        flex-direction: column;
    }

    .no-trailers__buttons a {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 330px) {
    .no-trailers,
    .booking-done {
        padding: 50px 20px 40px 20px;
    }
}

/******* step 1-2 & step 4 ********/

/***** step 2 ******/
.booking-trailer-wrapper {
    background-color: #fff;
    margin: 0 auto;
    padding: 60px;
    border-radius: 4px;
}

.subtitle.booking-form-2 {
    font-size: 20px;
    margin-bottom: 45px;
}

.prepaid-info-wrapper {
    margin-top: 20px;
}

.prepaid-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.prepaid-info .form-info {
    margin-bottom: 0;
}

.prepaid-info .form-info label {
    margin-left: 40px;
}

.prepaid-info .form-info svg {
    top: -1px;
}

.form-info {
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
}

.form-info label {
    margin-left: 35px;
    font-weight: 700;
}

.form-info svg {
    padding: 0;
    position: absolute;
    top: 1px;
    left: 14px;
}

.form-switcher {
    margin: 20px 0 40px 0;
}

.form-switcher label:last-child {
    padding-top: 3px;
    margin-left: 5px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 25px;
    border-radius: 13px;
    background-color: #fff;
    border: 2px solid #365c42;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    border: 2px solid #365c42;
    border-radius: 50%;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #365c42;
}

input:checked + .slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
}

.form-step-2__item {
    margin-bottom: 10px;
}

.form-step-2__item-1 {
    padding-right: 5px;
}

.form-step-2__item:first-child {
    padding-right: 5px;
}

.form-step-2__item:last-child {
    padding-left: 5px;
}

.form-step-2__item input:focus,
.form-step-2 textarea:focus {
    box-shadow: none;
    border-color: #365c42;
}

.text-error {
    display: none;
    font-size: 15px;
    margin-top: 7px;
}

.form-step-2__item.error input {
    border: 1px solid red;
}

.form-step-2__buttons {
    margin-top: 25px;
    gap: 10px;
}

.form-step-2__button a {
    padding: 10px 75px;
    background-color: #275e40;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    border: 0;
    transition: all 0.1s linear;
}

.form-step-2__button a:hover {
    background-color: #1c4730;
}

.form-step-2__button button {
    padding: 10px 58px;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    background-color: #976742;
    border: 0;
    transition: all 0.1s linear;
}

.form-step-2__button button:hover {
    background-color: #82593a;
}

.note-1 {
    margin-top: 15px;
    font-size: 14px;
}

/* Customize the label (the container) */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-top: 15px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border: 2px solid #365c42;
    border-radius: 4px;
    background-color: #fff;
    transition: all 0.1s linear;
}

/* On mouse-over, add a grey background color */
/* .checkbox-container:hover input ~ .checkmark {
  background-color: #c5d0c8;
} */

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #365c42;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-wrapper.error .text-error {
    display: block;
}

.checkbox-wrapper a {
    color: #191919;
}

@media (max-width: 1399px) {

    .form-step-2__item-1 {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .form-step-2__item:first-child {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .form-step-2__item:last-child {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}

@media (max-width: 991px) {
    .booking-trailer-wrapper {
        padding: 55px;
    }

    .form-step-2__button a {
        padding: 14px 50px;
        font-size: 13px;
    }

    .form-step-2__button button {
        padding: 14px 38px;
        font-size: 13px;
    }
}

@media (max-width: 454px) {
    .booking-trailer-wrapper {
        padding: 25px;
    }
    .form-info {
        font-size: 12px;
    }
}

@media (max-width: 352px) {
    .booking-trailer-wrapper {
        padding: 20px 20px;
    }

    .form-info {
        font-size: 11px;
    }
    .form-step-2__buttons {
        flex-direction: column;
        align-items: center;
    }

}

/***** step 2 ******/

/***** step 5 ******/

.detailes-title {
    margin-top: 100px;
    text-align: center;
    color: #fff;
    font-size: 55px;
    font-weight: 500;
}

.detailes-subtitle {
    margin-top: 25px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.detailes-subtitle a {
    color: #fff;
}

.way-line {
    margin-bottom: 20px;
}

.coundown-wrapper {
    margin-top: 40px;
}

.coundown-info {
    color: #976742;
    font-size: 18px;
    font-weight: 400;
}

.coundown-info label {
    color: #000;
    font-weight: 400;
}

.countdown-alert {
    background-color: #8f6948;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    border: 0;
    padding: 10px;
}

.countdown-alert span {
    font-size: 22px;
}

.countdown-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.countdown-buttons button,
.countdown-buttons a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    border: 0;
    border-radius: 4px;
    padding: 10px 45px;
    flex-basis: 49%;
}

.countdown-buttons button.grey {
    background-color: #7d7d7d;
    transition: all 0.1s linear;
}

.countdown-buttons button.grey:hover {
    background-color: #696868;
}

.countdown-buttons button.green,
.countdown-buttons a.green {
    background-color: #365c42;
    padding: 10px 25px;
    transition: all 0.1s linear;
    text-align: center;
}

.countdown-buttons button.green:hover,
.countdown-buttons a.green:hover {
    background-color: #2f503a;
}

.countdown-buttons button.brown {
    background-color: #8f6948;
    transition: all 0.1s linear;
}

.countdown-buttons button.brown:hover {
    background-color: #7b5b3e;
}

.upload-files {
    margin-top: 20px;
}

.upload-files__message {
    margin-top: 10px;
    text-align: center;
    display: none;

}

/* .upload-files-btn {
    margin-top: 25px;
} */

.upload-files-btn button {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 12px 60px;
    border-radius: 4px;
    border: 0;
}

.upload-files-btn a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    padding: 12px 60px;
    border-radius: 4px;
    border: 0;
}

.upload-files-btn button.brown {
    background-color: #8f6948;
    margin-right: 10px;
    transition: all 0.1s linear;
}

.upload-files-btn button.brown:hover {
    background-color: #7b5b3e;
}

.upload-files-btn a.brown {
    background-color: #8f6948;
    margin-right: 10px;
    transition: all 0.1s linear;
}

.upload-files-btn a.brown:hover {
    background-color: #7b5b3e;
}

.upload-files-btn button.green {
    background-color: #365c42;
    padding: 10px 80px;
    transition: all 0.1s linear;
}

.upload-files-btn button.green:hover {
    background-color: #2f503a;
}

.upload-files form {
    border: 1px solid #8f6948;
    border-radius: 4px;
    height: 150px;
    margin: 0 auto;
    cursor: pointer;
}

.upload-files form .message {
    text-align: center;
    margin-top: 25%;
    opacity: 0.5;
}

.upload-files__wrapper {
    margin-top: 20px;
}

.dropzone-error-messages {
    margin: 20px auto 0 auto;
    max-width: 400px;
    text-align: center;
    color: #be2626;
    font-size: 17px;
    display: none;
}

.subtitle.detailes {
    font-size: 20px;
}

.subtitle.detailes a {
    color: #fff;
}

.detailes-wrapper {
    margin: 35px auto 0 auto;
    padding: 70px 70px 40px 70px;
    background-color: #fff;
    border-radius: 4px;
    max-width: 900px;
}

.detailes-lane {
    min-width: 20%;
}

.detailes-lane p {
    text-align: center;
    font-size: 17px;
    color: #8f6948;
    margin-bottom: 7px;
}

.detailes-lane h3 {
    text-align: center;
    font-size: 26px;
    color: #000;
    margin-bottom: 7px;
}

.detailes-lane a {
    text-align: center;
    font-size: 15px;
    color: #8f6948;
    text-transform: uppercase;
    text-decoration: underline;
}

.detailes-img {
    max-width: 240px;
}

.detailes-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px 0 3px;
}

.detailes-arrow img {
    /* padding-top: 50%;
    margin-left: 20px; */
    max-width: 17px;
    height: auto;
}

.route-info {
    margin-top: 15px;
}

.route-info p {
    margin-bottom: 0;
    text-align: center;
    color: #8f6948;
    font-size: 20px;
    font-weight: 400;
}

.route-info a {
    color: #8f6948;
}


.detailes-alert {
    background-color: #275e40;
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    border-radius: 4px;
    border: 0;
    padding: 10px;
}

.detailes-alert span {
    font-size: 22px;
    text-transform: uppercase;
}

.detailes-text p {
    color: #000;
    font-size: 19px;
    text-align: center;
    margin: 20px 0 0 0;
}

.detailes-text.green p {
    color: #365c42;
}

.detailes-text a {
    color: #8f6948;
}


.detailes-btn {
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .countdown-buttons button,
    .countdown-buttons a {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .detailes-wrapper {
        padding: 40px 40px 30px 40px;
    }
    .detailes-title {
        margin-top: 50px;
    }
    .route-info {
        margin-top: 10px;
    }
    .route-info p {
        font-size: 15px;
    }
    .detailes-alert {
        font-size: 16px;
    }
    .detailes-alert span {
        font-size: 15px;
    }
    .detailes-text p,
    .detailes-text.green p {
        font-size: 17px;
        margin-top: 15px;
    }
    .detailes-lane p {
        font-size: 12px;
    }
    .detailes-lane h3 {
        font-size: 17px;
    }
    .detailes-lane a {
        font-size: 11px;
    }
    .detailes-img {
        max-width: 150px;
    }
    .detailes-arrow img {
        max-width: 13px;
    }
    .dropzone-error-messages {
        font-size: 14px;
    }
    .upload-files-btn button {
        font-size: 13px;
        padding: 12px 30px;
    }
    .upload-files-btn a {
        font-size: 13px;
        padding: 12px 30px;
    }
    .upload-files-btn button.green {
        padding: 10px 43px;
    }
    .countdown-buttons-btn button {
        font-size: 13px;
        padding: 10px 22px;
    }
}

@media (max-width: 767px) {
    .detailes-wrapper {
        padding: 35px;
    }
    .subtitle.detailes {
        font-size: 16px;
    }
    .detailes-img {
        max-width: 125px;
        padding-bottom: 7px;
    }

    .detailes-arrow img {
        max-width: 12px;
    }
    .detailes-lane p {
        margin-bottom: 1px;
    }
    .detailes-lane h3 {
        font-size: 15px;
        margin-bottom: 3px;
    }
    .countdown-alert {
        font-size: 15px;
    }

    .countdown-alert span {
        font-size: 18px;
    }
    .countdown-buttons {
        margin-top: 20px;
    }
    .countdown-buttons button,
    .countdown-buttons a {
        flex-basis: 100%;
    }
    .countdown-buttons button,
    .countdown-buttons button.green,
    .countdown-buttons a.green {
        padding: 8px 16px;
        font-size: 14px;
    }
}

@media (max-width: 514px) {
    .detailes-title {
        font-size: 41px;
       }
    .detailes-subtitle {
         font-size: 15px;
       }
    .detailes-wrapper {
        padding: 30px;
    }
    .detailes-img {
        max-width: 95px;
        padding-bottom: 0px;
    }
    .detailes-text p,
    .detailes-text.green p {
        font-size: 14px;
        margin-top: 10px;
    }
    .detailes-lane a {
        font-size: 9px;
    }
    .detailes-lane p {
        font-size: 10px;
    }
    .detailes-lane h3 {
        font-size: 14px;
    }
    .dropzone-error-messages {
        font-size: 12px;
    }
    .upload-files-btn button {
        font-size: 11px;
    }
    .upload-files-btn a {
        font-size: 11px;
    }
}

@media (max-width: 425px) {
    .detailes-title h1 {
        font-size: 24px;
    }
    .detailes-wrapper {
        padding: 30px 15px;
    }
    .detailes-img {
        max-width: 76px;
    }
    .detailes-lane a {
        font-size: 8px;
    }
    .upload-files-btn button {
        font-size: 8px;
        padding: 12px 25px;
    }
    .upload-files-btn a {
        font-size: 8px;
        padding: 12px 25px;
    }
    .upload-files-btn button.brown {
        margin-right: 5px;
    }
    .upload-files-btn button.green {
        padding: 11px 30px;
    }
}
/***** step 5 ******/

/* Pop-up */

.popup-cancel {
    padding: 65px 35px 40px 35px;
    position: relative;
    border-radius: 5px;
}

.popup-bell {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #95653f;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-title {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.popup-header button.popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
}

.popup-header button.popup-close:focus {
    box-shadow: none;
}

.popup-body {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: center;
}

.popup-footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.popup-footer button:first-child {
    margin-right: 10px;
    background-color: #285d3f;
    padding: 10px 65px;
    border: none;
}
.popup-footer button:first-child:hover {
    background-color: #204d34;
}

.popup-footer button:first-child:focus {
    box-shadow: none;
}

.popup-footer button:last-child {
    border: none;
    background-color: #976741;
    padding: 10px 33px;
}

.popup-footer button:last-child:hover {
    background-color: #845834;
}

.popup-footer button:last-child:focus {
    box-shadow: none;
}

@media (min-width: 576px) {
    .popup-dialog {
        max-width: 800px;
    }
}

@media (max-width: 450px) {
    .popup-cancel {
        padding: 60px 10px 25px 10px;
    }
    .popup-footer button:first-child {
        padding: 10px 45px;
        margin-right: 5px;
    }

    .popup-footer button:last-child {
        padding: 10px 14px;
    }
}
/* Pop-up */

.cancel-booking-form {
    display: none;
}
