.iwebsite-ajax-form-transfer {
    max-width: 365px;
    margin: 0 auto;
}

.iwebsite-ajax-form-transfer.step-2 .price_choose_form {
    display: block;

}

.check-order {
    display: none;
}

.iwebsite-ajax-form-transfer.step-4 .check-order {
    display: block;
}

.iwebsite-ajax-form-transfer.step-3 .checkout_tab_container {
    display: block;
}

.iwebsite-ajax-form-transfer:not(.step-1) {
    background-color: #efc825;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    padding: 17px;
}

.checkout_tab_container {
    display: none;
}

.iwebsite-ajax-form-transfer:not(.step-1):before {
    background-image: url(/wp-content/themes/transfer/images/dark-before.png);
    width: 36px;
    height: 11px;
    content: '';
    position: absolute;
    left: -2px;
    top: 4px;
    background-size: cover;
}

.iwebsite-ajax-form-transfer:not(.step-1):after {
    background-image: url("/wp-content/themes/transfer/images/dark-after.png");
    width: 36px;
    height: 11px;
    content: '';
    right: -2px;
    top: 4px;
    position: absolute;
    background-size: cover;

}

.price_choose_form {
    display: none;
}

.destination_choose_form:before {
    background-image: url(/wp-content/themes/transfer/images/before.svg);
    width: 36px;
    height: 10px;
    content: '';
    position: absolute;
    left: -2px;
    top: 4px;
    background-size: cover;
}

.destination_choose_form:after {
    background-image: url("/wp-content/themes/transfer/images/after.svg");
    width: 36px;
    height: 10px;
    content: '';
    right: -6px;
    top: 4px;
    position: absolute;
    background-size: cover;

}

.iwebsite-ajax-form-transfer.step-1 .destination_choose_form {
    display: block;
}

.destination_choose_form {
    display: none;
    padding: 17px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background-color: #1a1a1a;
}

.iwebsite-ajax-form-transfer.step-1 .navbar-progress {
    display: none;
}

.destination_choose_form h2.destination-title {
    font-size: 1.563rem;
    color: #efc825;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 20px;
}

.input-title {
    border-right: 1px solid #1a1a1a;
    background-color: #efc825;
    width: 72px;
    float: left;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    font-size: 0.75rem;
    text-align: left;
    font-weight: 500;
    padding-left: 10px;

}

#checkout_tab .yellow-type {
    border: 1px solid #424242;
}

#checkout_tab .yellow-type .input-title {
    background-color: #efc825;
    color: #000;
    text-align: left;


}

.quantity-selects-container select {
    height: 33px;
    line-height: 33px;
    font-size: 0.8rem;
}

.child-container,
.passengers-container,
.baggage-container {
    width: 32%;
    float: left;
}
.payment-image-container{
    width: 47%;
    float: left;
}
.quantity-selects-container select {
    height: 33px;
    line-height: 33px;
    font-size: 0.8rem;
}

.payment-image-container:first-child{

    margin-right: 6%;
}
.child-container ,
.passengers-container {
margin-right: 1%;
}

#checkout_tab .input-title {
    background-color: #1a1a1a;
    color: #fff;

}
.terms-container, .choose_payment {
    font-size: .85rem;
}
.checkbox-half{
	display: none;
}
.town-title {
    margin-bottom: 5px;
    display: block;
}

.company_toggle_container.active {
    max-height: 50px;
}


.checkbox-checkout-toggle.active .checkbox-checkout-toggle-button,
.company_toggle.active .company_toggle_button {
    background-color: #ed1c24;
}

.checkbox-checkout-toggle,
.company_toggle {
    font-size: 0.8rem;
    display: block;
    cursor: pointer;
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
}

.checkbox-checkout-toggle {
    margin-top: 10px;
}

.checkout-title {
    font-size: 0.688rem;
    color: #1a1a1a;
    text-align: center;
    line-height: 18px;
    border-bottom: 2px solid;
}

.town-title {
    font-size: 0.750rem;
    font-weight: 500;
}

.woocommerce-order-pay .woocommerce-notices-wrapper {
    display: none !important
}

span.checkbox-text-checkout {
    display: inline-block;
    /* float: left; */
    width: calc(100% - 33px);
    margin-left: 21px;
}

.iwebsite-transfer-coupon-check {
    width: 60%;
}

.check-coupon-link:hover {
    color: #000;
}

.iwebsite-transfer-coupon-check {
    border: 1px solid;
    border-radius: 7px;
}

.check-coupon-link {
    text-align: center;
    border: 1px solid;
    /* padding: 4px; */
    border-radius: 10px;
    width: 37% !important;
    display: inline-block;
    float: right;
    margin-top: 6px;
    line-height: 33px !important;
    font-size: 0.75rem !important;
    height: 33px !important;
    margin-top: 0 !important;
}

.checkbox-checkout-toggle .checkbox-checkout-toggle-button,
.company_toggle .company_toggle_button {
    display: inline-block;
    height: 10px;
    width: 10px;
    border: 1px solid;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;

}

.checkbox-checkout-toggle {
    display: block;
}

.from-town,
.destination-town {
    margin-bottom: 10px;
}

.quantity-selects-container {
    margin-bottom: 20px;
}

.company_toggle_container {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#billing_children,
#billing_people,
#billing_baggage,
#checkout_tab .input-container {
    border: 1px solid #424242;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.input-container {
    clear: both;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 15px;
}

.input-container:last-child {
    margin-bottom: 0;
}

.input-container input,
.input-container select {
    width: calc(100% - 72px);
    float: left;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    font-size: 0.8rem;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;

}

.choose-transfer-container.origin .remove_transfer {
    display: none;
}

.comeback_transit {
    display: none !important;
}

.comeback_transit_toggle {
    font-size: 1.125rem;
    cursor: pointer;
    color: #fff;
    float: left;
    margin-top: 22px;
    margin-bottom: 22px;
}

.submit-transfer:hover:before {
    border-color: #efc825;
}

.submit-transfer:before {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #1a1a1a;
    bottom: 3px;
    content: "";
    left: 4px;
    position: absolute;
    right: 4px;
    top: 3px;
    font-weight: 500;
}

.submit-transfer:hover {
    color: #efc825;
    background-color: #1a1a1a;
}

.submit-transfer {
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    border: 1px solid #1a1a1a;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 17px;
    background-color: #efc825;
    color: #1a1a1a;
    text-transform: none;
    border-radius: 4px;
    font-size: 1.4rem;
    line-height: 56px;
    height: 60px;
    font-weight: 200;
}

.icon-padding input {
    padding-left: 30px;
}

.icon-padding {
    position: relative;
}

.icon-padding img {
    position: absolute;
    top: 6px;
    left: 79px;

}

.icon-padding.full-name img {
    top: 8px;
    left: 77px;

}

.icon-padding.mail-top img {
    left: 77px;

    top: 11px;
}

.submit-transfer.submit-transfer-black.submit-transfer:hover:before {
    border-color: #1a1a1a;

}

.submit-transfer.submit-transfer-black.submit-transfer:hover {
    color: #1a1a1a;
    background-color: #efc825;
}

.submit-transfer.submit-transfer-black:before {
    border: 1px solid #efc825;
}

.submit-transfer.submit-transfer-black {
    color: #efc825;
    background-color: #1a1a1a;

}

.comeback_transit_toggle.active .transit_togle_button {
    background-color: #ed1c24;
}

.transit_togle_button {
    margin-right: 8px;
}

.add_more_transfers img {
    vertical-align: text-bottom;
    margin-left: 11px;
    margin-right: 8px;

}

.add_more_transfers {
    width: 170px;
    float: right;
    line-height: 33px;
    height: 33px;
    background: #fff;
    border-radius: 4px;
    color: #1a1a1a;
    font-size: 0.8rem;
    margin-top: 15px;
    margin-bottom: 12px;
}

.transit_togle_button {
    background-color: #efc825;
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    display: inline-block;

}

.remove_transfer {
    cursor: pointer;
    height: 14px;
    width: 14px;
    float: right;
    clear: both;
    margin: 7px 0;
    font-size: 0.7rem;
    background: #efc825;
    text-align: center;
    border-radius: 50%;
    line-height: 14px;
    color: #1a1a1a;
}

.choose-transfer-container {
    position: relative;
}

.is_multi .choose-transfer-container:first-child::after {
    top: -12px;


}

.is_multi .choose-transfer-container:first-child::before {
    top: -18px;

}

.is_multi .choose-transfer-container::after {
    z-index: 0;

    position: absolute;
    background-color: #efc825;
    height: 1px;
    width: 63px;
    top: 14px;

    left: 50%;
    transform: translateX(-50%);
    content: '';
}

.is_multi .choose-transfer-container::before {
    content: attr(data-number) " ";
    position: absolute;
    top: 8px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    height: 13px;
    width: 13px;
    font-size: 0.647rem;
    background: #efc825;
    text-align: center;
    line-height: 13px;
    border-radius: 50%;

}

.navbar-progress {
    position: relative;
    height: 40px;
    margin-bottom: 20px;
}

.navbar-progress .step-1,
.navbar-progress .step-2,
.navbar-progress .step-3,
.navbar-progress .step-4 {
    font-weight: 500;

    height: 35px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    width: 25%;
}

.navbar-progress .step-1 {
    position: absolute;
    left: 0px;
    padding-left: 20px;
    width: 25%;
}

.navbar-progress .step-1:after,
.navbar-progress .step-2:after,
.navbar-progress .step-3:after,
.navbar-progress .step-4:after {
    content: " ";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    background: #fff;
    left: 26px;
    bottom: -10px;
    box-sizing: border-box;
    z-index: 4;
}

.navbar-progress .step-2.act:before,
.navbar-progress .step-3.act:before,
.navbar-progress .step-4.act:before {
    content: " ";
    position: absolute;
    height: 2px;
    background: #1a1a1a;
    bottom: -5px;
    width: 100%;
    z-index: 1;
    left: -52%;
}

.navbar-progress .step-2:after,
.navbar-progress .step-3:after {
    left: 50%;
    margin-left: -7px;
}

.navbar-progress .step-4:after {
    left: inherit;
    right: 22px;
}

.navbar-progress .step-1.act,
.navbar-progress .step-2.act,
.navbar-progress .step-3.act,
.navbar-progress .step-4.act {
    color: #1a1a1a;
}

.navbar-progress .step-1.act:after,
.navbar-progress .step-2.act:after,
.navbar-progress .step-3.act:after,
.navbar-progress .step-4.act:after {
    background: #1a1a1a;
    cursor: pointer;
}

.navbar-progress .step-1.cur:after,
.navbar-progress .step-2.cur:after,
.navbar-progress .step-3.cur:after,
.navbar-progress .step-4.cur:after {
    background: #ffd706;
    border: 3px solid #1a1a1a;
}

.step-4.act:before {
    left: -41% !important;
}

.navbar-progress .step-2 {
    position: absolute;
    left: 25%;
    width: 25%;
    text-align: center;
}

.navbar-progress .step-3 {
    position: absolute;
    left: 50%;
    width: 25%;
    text-align: center;
}

.navbar-progress .step-4 {
    text-align: right;
    position: absolute;
    right: 0;
    width: 25%;
    padding-right: 18px;
}

.navbar-progress .line {
    position: absolute;
    height: 2px;
    bottom: 0;
    background: #fff;
    width: 80%;
    left: 10%;
}

.payment-image-container.active,
.cars-price-list .car-type.active {
    border: 1px solid #efc825;
    box-shadow: 0px 0px 0px 2px #ff0000;
}

.cars-price-list .car-type {
    cursor: pointer;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #1a1a1a;
    margin-bottom: 15px;
    overflow: hidden;
}

.payment-image-container {
    cursor: pointer;
    border: 2px solid #efc825;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.payment-image-container img {
    display: block;
    width: 100%;
}

.car-quantity-info .people img {
    margin-bottom: -5px;
}

.car-quantity-info img {
    margin-right: 13px;

}

.car-quantity-info {
    height: 34px;
    line-height: 34px;
    background-color: #1a1a1a;
}

.car-quantity-info .baggage img {
    margin-right: 8px;
}

.car-quantity-info .people,
.car-quantity-info .baggage {
    color: #efc825;
    font-size: 0.875rem;
    margin-left: 15px;
    display: inline-block;
    float: left;
    font-weight: 500;

}

.car-quantity-info .baggage {
    margin-left: 22px
}

.car-price-image {
    background-color: #fff;
    height: 60px;
    line-height: 60px;
    position: relative;
}

.car-price-image .name,
.car-price-image .car-image,
.car-price-image .car-cost {
    display: inline-block;
}

.car-price-image .name {
    float: left;
    margin-left: 35px;
    font-weight: 500;
}

.car-price-image .car-cost {
    float: right;
    font-weight: 500;
    margin-right: 4px;
    min-width: 80px;
    text-align: center;
    background-color: #efc825;
    height: 94%;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;

}

.car-price-image .car-image {
    position: absolute;
    left: 37%;
    top: -20px;
}

.check-order .checkout-title {
    border-bottom: none;

}

.verify-container p {
    margin: 0;
}

.verify-container .change-info {
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 10px;
}

.verify-container {
    position: relative;
    font-size: 0.750rem;
    color: #1a1a1a;
    line-height: 1.2;
    background-color: #fff;
    border: 1px solid #2d2814;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 13px;

}

.datetimepicker-input-comeback .input-title {
    line-height: 13px;
    padding-top: 3px;
}

span.checkbox-checkout-toggle {
    line-height: 14px;
}

.checkbox-checkout-toggle a:hover {
    color: #000;
    text-decoration: underline;
}
.iwebsite-transfer-form-back-to-order{
    display: none;
}
.tranzilla-iframe-payment{
    display: none;
}
.step-5 .tranzilla-iframe-payment{
    display: block;
}
.step-5 .iwebsite-transfer-form-back-to-order{
    position: absolute;
    bottom: 0px;
    z-index: 2500;
    padding: 5px;
    left: 50%;
    transform: translateX(-50%);
    /* margin: 0 auto; */
     display: block;
    white-space: nowrap;
    font-size: 12px;
    color: #8a8a8a;
}
.error-coupon .hidden-error-message{
    display: block;
}
.hidden-error-message{
    display: none;
    font-size: 0.9rem;
    margin-top: 5px;
    color: #ff1414;
}
form .wpcf7-not-valid{
    border: 2px solid #ff1414;
}

form .wpcf7-not-valid-tip{
    display: none !important;
}
@media only screen and (max-width: 600px) {

    .transit_togle_button {
        vertical-align: middle;
    }

    .add_more_transfers {
        width: 140px;
    }

    .add_more_transfers img {
        vertical-align: middle;
        margin-left: 5px;
        margin-right: 8px;
    }
}

@media only screen and (max-width: 480px) {


    .iwebsite-transfer-coupon-check {
        line-height: 22px;
    }

    .check-coupon-link.submit-transfer.submit-transfer-black:before {
        border: none;
    }

    .check-coupon-link {
        line-height: 23px !important;
        height: 23px !important;
        font-size: 0.8rem !important

    }

    .navbar-progress .step-1, .navbar-progress .step-2, .navbar-progress .step-3, .navbar-progress .step-4 {
        font-size: 11px;
    }

    .navbar-progress .step-4 {
        padding-right: 10px;
    }

    .input-title {
        padding-left: 3px;
    }

    .icon-padding img {
        max-width: 15px;
        max-height: 76%;
        top: 3px;
        left: 56px;
    }

    .icon-padding.full-name img {
        top: 6px;
        left: 54px;
    }

    .icon-padding.mail-top img {
        left: 54px;
        top: 7px;
    }

    .comeback_transit_toggle {
        font-size: 1.025rem;
        margin-top: 24px;
    }

    .banner-form-after-header {
        padding: 25px 0;
    }

    .destination_choose_form {
        padding: 12px;
    }

    .destination_choose_form h2.destination-title {
        font-size: 1.363rem;
        margin-bottom: 15px;
    }

    .input-container {
        margin-bottom: 11px;
    }

    .input-container input, .input-container select {
        height: 24px;
        line-height: 24px;
        width: calc(100% - 50px) !important;
    }

    .comeback_transit_toggle {
        font-size: 0.825rem;
        margin-top: 17px;
        margin-bottom: 17px;
    }

    .add_more_transfers {
        width: 115px;
        margin-top: 11px;
        margin-bottom: 7px;
        line-height: 28px;
        height: 28px;
    }

    .submit-transfer {
        line-height: 49px;
        height: 49px;
        font-size: 1.4rem;
    }

    .datetimepicker-input-comeback .input-title {
        line-height: 10px;
        padding-top: 3px;
    }

    .page-template-template-vip .input-title, .page-template-template-tours .input-title {
        width: 70px;

    }

    .page-template-template-vip .input-container select, .page-template-template-vip .input-container input, .page-template-template-tours .input-container select, .page-template-template-tours .input-container input {
        width: calc(100% - 70px);
    }

    .page-template-template-tours .contact-us-form-container .number-people:before, .page-template-template-tours .contact-us-form-container .firts-name:before, .page-template-template-tours .contact-us-form-container .last-name:before, .page-template-template-tours .contact-us-form-container .your-phone:before, .page-template-template-tours .contact-us-form-container .your-email:before, .page-template-template-tours .contact-us-form-container .your-name:before, .page-template-template-vip .contact-us-form-container .number-people:before, .page-template-template-vip .contact-us-form-container .firts-name:before, .page-template-template-vip .contact-us-form-container .last-name:before, .page-template-template-vip .contact-us-form-container .your-phone:before, .page-template-template-vip .contact-us-form-container .your-email:before, .page-template-template-vip .contact-us-form-container .your-name:before {
        left: 80px;
    }

    .input-title {
        font-size: 0.65rem;

        height: 24px;
        line-height: 24px;
        width: 50px;
    }
}

@media only screen and (max-width: 388px) {
    .navbar-progress .step-1 {
        padding-left: 1px;
    }

    .navbar-progress .step-1:after, .navbar-progress .step-2:after, .navbar-progress .step-3:after, .navbar-progress .step-4:after {
        left: 25px;
    }

    .navbar-progress .step-4:after {
        left: auto;
        right: 24px;
    }

    .car-price-image .name {
        margin-left: 17px;
    }

    .navbar-progress .step-3:after {
        left: 32px;
    }

    .car-price-image .car-image {
        position: absolute;
        left: 35%;
        top: -7px;
        width: 82px;
    }
}

/**123*/