#fe-calculator.fe_cal_estimation .calculator-container .form-group {
    background-color: #ffffff;
    box-shadow: 0 0 4.445rem rgba(17, 31, 41, 0.1);
    border-radius: 1.389rem;
    padding: 1.778rem;
    margin: 0 auto 6.667rem !important;
    text-align: initial;
    max-width: 76.113rem;
}

#fe-calculator.fe_cal_estimation .pac-target-input {
    background: #FFFFFF !important;
    border: 0.0556rem solid #D4D7D8 !important;
    border-radius: 0.223rem !important;
    padding: 1.667rem 1.334rem !important;
    height: auto !important;
    line-height: 1 !important;
    margin-bottom: 10px !important;
    cursor: pointer;
}

#fe-calculator.fe_cal_estimation .pac-target-input::placeholder {
    color: rgba(17, 31, 41, 0.23);
    font-weight: 500;
}

#fe-calculator.fe_cal_estimation .fe-pickup, #fe-calculator.fe_cal_estimation .fe-drop-off {
    margin-bottom: 2.667rem !important;
}

#fe-calculator .message {
    color: red !important;
    font-weight: 400 !important;
    font-size: 1.2rem !important;
}


#fe-calculator.fe_cal_estimation .pac-target-input:focus,
#fe-calculator.fe_cal_estimation .pac-target-input:focus-visible,
#fe-calculator.fe_cal_estimation input[type=text].datepicker:focus,
#fe-calculator.fe_cal_estimation .time select:focus {
    box-shadow: inset 0 0 0 0.112rem #FFCC00 !important;
    border-color: transparent !important;
}

#fe-calculator.fe_cal_estimation {
    font-family: 'Ubuntu' !important;
}

#fe-calculator.fe_cal_estimation .date-content {
    background: #FBF7F0;
    border-radius: 0.8889rem;
    padding: 0.8889rem;
    display: inline-block;
    text-align: left;
    margin-bottom: 2.883rem;
}

#fe-calculator.fe_cal_estimation .date-content b {
    font-weight: 500;
}

#fe-calculator.fe_cal_estimation .form-row {
    margin: 0 -0.8889rem;
}

#fe-calculator.fe_cal_estimation .form-row .col-md-6 {
    padding: 0 0.8889rem;
}

#fe-calculator.fe_cal_estimation .route-contant {
    margin: 0.8889rem 0 1.778rem;
}

.pac-container {
    margin-top: 0.556rem;
    font-family: 'Ubuntu';
}

.pac-item {
    padding: 0.556rem 0.8889rem;
    font-size: 0.8889rem;
    color: #919191;
}

.pac-item-query {
    font-size: 1.112rem;
    font-weight: 400;
    color: #111F29;
}

.pac-matched {
    font-weight: 500;
}

#fe-header.fe_hero {
    height: auto;
    padding-top: 8.889rem;
    padding-bottom: 4.445rem;
    margin: 0;
    background: #F7F6F9;
}

#fe-calculator {
    background: transparent linear-gradient(180deg, #F7F6F9 0%, #FFFFFF00 50%) 0% 0% no-repeat padding-box;
}

#fe-header {
    background-color: #F7F6F9;
}

#fe-header.fe_hero .fe-background {
    position: static;
    height: auto;
}

#fe-header.fe_hero .fe-background:before {
    display: none;
}

#fe-header.fe_hero .fe-header-content h3 {
    font-size: 1.556rem;
    color: #111F29;
    font-weight: 500;
    margin-top: 1.778rem;
}

#fe-header.fe_hero .fe-header-content {
    position: static;
    transform: none;
}

#fe-calculator.fe_cal_estimation .calculator-container {
    background: transparent;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    overflow: initial;
}

#fe-calculator.fe_cal_estimation #results-box {
    padding: 0;
    margin: 0;
    width: auto;
    background: transparent;
}

#fe-calculator.fe_cal_estimation .fe-date-time {
    display: flex;
    gap: 1.334rem;
}

#fe-calculator.fe_cal_estimation .input-group,
#fe-calculator.fe_cal_estimation .fe-pickup,
#fe-calculator.fe_cal_estimation .fe-drop-off {
    position: relative;
}

#fe-calculator.fe_cal_estimation .input-group label,
#fe-calculator.fe_cal_estimation .fe-pickup label,
#fe-calculator.fe_cal_estimation .fe-drop-off label,
.select_radio_btn h6 {
    background-color: #ffffff !important;
    padding: 0 0.278rem;
    display: inline-block;
    position: absolute;
    font-size: 0.834rem;
    font-weight: 500;
    top: -0.5rem;
    left: 0.834rem;
    z-index: 2;
    width: auto;
}

#fe-calculator.fe_cal_estimation input[type=text].datepicker,
#fe-calculator.fe_cal_estimation .fe-timepicker {
    background: #FFFFFF;
    border: 0.056rem solid #D4D7D8 !important;
    border-radius: 0.222rem;
    width: 100%;
    padding: 0.889rem 1.333rem !important;
    font-size: 1rem;
    line-height: 1 !important;
    font-family: 'Ubuntu';
    height: auto !important;
}

#fe-calculator.fe_cal_estimation .input-group-addon {
    border: 0 !important;
}

#fe-calculator.fe_cal_estimation .select_radio_btn input[type=radio]+label:before {
    width: 100%;
    height: 100%;
    display: none;
}

#fe-calculator.fe_cal_estimation .select_radio_btn input[type=radio]+label {
    background-color: #ffffff;
    padding: 0.611rem 1rem;
    border-radius: 0.223rem;
    font-size: 1.223rem;
    font-weight: 500;
    line-height: 1.3;
    height: 2.667rem;
    width: 2.667rem;
}

#fe-calculator.fe_cal_estimation .select_radio_btn input[type=radio]+label:hover {
    background-color: rgba(255, 204, 0, 0.2);
}

#fe-calculator.fe_cal_estimation .select_radio_btn input[type=radio]:checked+label {
    background-color: #ffcc00;
}

#fe-calculator.fe_cal_estimation .select_radio_btn {
    display: flex;
    align-items: center;
    gap: 1.611rem;
    background: #FFFFFF;
    border: 0.0556rem solid #D4D7D8;
    border-radius: 0.223rem;
    padding: 1rem 1.334rem;
    position: relative;
}

#fe-calculator.fe_cal_estimation .btn.btn-fare {
    font-size: 1.556rem;
    letter-spacing: 0;
    color: #111F29;
    padding: 1.667rem 2.223rem;
    border-radius: 1.334rem;
}

#fe-calculator.fe_cal_estimation .get-estimate-accept {
    margin: 2.667rem 0 0.833rem;
}

#fe-calculator.fe_cal_estimation .get-estimate-accept [type="checkbox"] {
    accent-color: #ffd52f;
    width: 1.112rem;
    height: 1.112rem;
    border-radius: 0.223rem;
    margin-right: 0.889rem;
    transform: translateY(0.223rem);
    cursor: pointer;
}

#fe-calculator.fe_cal_estimation .get-estimate-accept a {
    color: #111F29;
    text-decoration: underline;
}

#fe-calculator.fe_cal_estimation .btn.btn-fare[disabled] {
    pointer-events: none;
}

#fe-calculator.fe_cal_estimation #pricing-box {
    background: #FFF4D3;
    border-radius: 1.3889rem;
    max-width: 76.113rem;
    margin: 0 auto;
    padding: 2.112rem 1.778rem 1.334rem 1.778rem;
}

#fe-calculator.fe_cal_estimation .price-text {
    color: #111F29;
    font-size: 3.3vw;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
}

#fe-calculator.fe_cal_estimation .price-img,
#fe-calculator.fe_cal_estimation .infos-img {
    display: inline-flex !important;
    align-items: center;
    gap: 0.556rem;
    padding: 0.223rem 0.445rem !important;
    background: #FFFFFF;
    border-radius: 1rem;
}

#fe-calculator.fe_cal_estimation .price-img img,
#fe-calculator.fe_cal_estimation .infos-img img {
    width: 1.112rem;
}

#fe-calculator.fe_cal_estimation #pricing-box .infos-text {
    display: flex;
    align-items: center;
    padding: 0;
    width: 100%;
}

#fe-calculator.fe_cal_estimation .infos-text img {
    width: 2.223rem;
}

#fe-calculator.fe_cal_estimation .duration_min,
#fe-calculator.fe_cal_estimation .duration_max,
#fe-calculator.fe_cal_estimation .distance {
    display: flex;
    gap: 0.445rem;
    align-items: flex-start;
}

#fe-calculator.fe_cal_estimation .infos-text p {
    font-size: 1rem;
    letter-spacing: 0;
    color: #111F29;
    text-align: left;
    white-space: nowrap;
}

#fe-calculator.fe_cal_estimation #pricing-box .price,
#fe-calculator.fe_cal_estimation #pricing-box .infos {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.445rem;
    justify-content: space-between;
    align-items: flex-start;
}

#fe-calculator.fe_cal_estimation .infos-text p span {
    display: block;
    font-size: 1.556rem;
    line-height: 1;
    font-weight: 500;
    white-space: normal;
}

#fe-calculator.fe_cal_estimation .price-img p,
.infos-img p {
    font-size: 1rem;
    color: #111F29;
    font-weight: 400;
}

#fe-calculator.fe_cal_estimation .price-infos-contant {
    display: flex;
    justify-content: space-between;
}

#fe-calculator.fe_cal_estimation #pricing-box .infos {
    flex: 0 0 34.722rem;
}

#fe-calculator.fe_cal_estimation #pricing-box .price {
    flex: 0 0 calc(100% - 38rem);
}

#fe-calculator.fe_cal_estimation .duration_min,
#fe-calculator.fe_cal_estimation .distance {
    padding-right: 1.278rem;
    margin-right: 2.123rem;
    border-right: 0.0556rem solid rgba(17, 31, 41, 0.2);
    flex: 0 0 10.556rem;
}

#fe-calculator.fe_cal_estimation .duration_max {
    flex: 0 0 7.5rem;
}

#fe-calculator.fe_cal_estimation .fe-timepicker {
    display: flex;
    padding-inline: 0.889rem !important;
    gap: 0.778rem;
    align-items: center;
}

#fe-calculator.fe_cal_estimation .fe-timepicker select {
    border: 0 !important;
    min-width: 4rem !important;
    border-radius: 0.223rem;
    font-size: 1.112rem;
    height: auto !important;
    padding: 0.667rem 0;
    line-height: 1;
}

#fe-calculator.fe_cal_estimation .fe-timepicker select:focus {
    background: rgba(255, 204, 0, 0.1);
    box-shadow: none !important;
}

#map {
    width: auto !important;
    margin: 0 auto !important;
    max-width: 76.113rem;
    border: 0 !important;
    border-radius: 1.334rem !important;
}

#fe-calculator.fe_cal_estimation .vertical-space {
    padding: 4.445rem 0;
    justify-content: center;
    gap: 16px;
}

#button-new-estimate .btn:not(.btn-outline) {
    margin-right: 0.611rem;
}

#fe-calculator.fe_cal_estimation .select_radio_btn h6 {
    font-size: 0.889rem !important;
}

#showPopup {
    display: none;
}

#popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #111F2924;
    z-index: 99;
}

#popup .popup-main-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#popup .book-pop-main {
    padding: 1.778rem;
    text-align: left;
    background: #FFFFFF;
    box-shadow: 0px 0px 4.445rem rgba(17, 31, 41, 0.1);
    border-radius: 1.334rem;
}

#popup .book-img img {
    max-width: 3.889rem;
}

#popup .book-pop-sec {
    display: flex;
    align-items: center;
    gap: 1.334rem;
    padding: 1.778rem;
    min-width: 29.334rem;
    background: #F7F6F9;
    border-radius: 1.112rem;
    transition: all 0.3s ease-in-out;
}

#popup .book-title p {
    display: flex;
    gap: 0.445rem;
    margin-top: 0.611rem;
    font-size: 1.112rem;
}

#popup .book-title h4 {
    font-weight: 700;
}

#popup .book-title p img {
    width: 1.112rem;
    transition: all 0.3s ease-in-out;
}

#popup .book-pop-main p {
    color: #111F29;
}

#popup .book-loop {
    display: flex;
    flex-direction: column;
    gap: 1.334rem;
}


#popup #closePopup,
.clear-btn {
    background: transparent;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.889rem;
    cursor: pointer;
}

.clear-btn {
    top: 50%;
    right: 3.6112rem;
    transform: translateY(-50%);
    display: none;
    padding: 0.667rem;
}

.clear-btn img {
    max-width: 0.667rem;
}

#popup .book-text {
    position: relative;
    margin-bottom: 2.223rem;
}

#popup .book-text h4 {
    margin-bottom: 0.889rem;
}

#fe-header.fe_hero .fe-background {
    background: url(../images/map_10_tile.svg) top left/ 54.445rem no-repeat !important;
    position: absolute;
    width: 100%;
    height: 518px;
    z-index: 0;
}

#fe-calculator.fe_cal_estimation .fe-drop-off .pac-target-input {
    background: url(../images/Location-1.svg) calc(100% - 1.334rem) 50% / 1.334rem no-repeat #ffffff !important;
    padding-right: 6rem !important;
}

#fe-calculator.fe_cal_estimation .fe-pickup .pac-target-input {
    background: url(../images/Pick-Up.svg) calc(100% - 1.334rem) 50% / 1.334rem no-repeat #ffffff !important;
    padding-right: 6rem !important;
}

#fe-calculator.fe_cal_estimation .form-control.datepicker {
    background: url(../images/Date.svg) calc(100% - 1.334rem) 50% / 1.334rem no-repeat #ffffff !important;
    cursor: pointer;
}

div.datepicker.dropdown-menu {
    z-index: 2 !important;
}

#validation_message {
    color: red !important;
    font-weight: 400 !important;
    font-size: 1.2rem !important;
}

.fe-hero-img {
    display: none;
}

 #fe-calculator.fe_cal_estimation .price-text b {
    color: rgba(17, 31, 41, 0.2);
}

@media (min-width: 991px) {

    /*hover*/
    .btn:hover {
        box-shadow: inset 0 0 0 0.112rem #ffcc00;
        background-color: transparent;
    }

    .hero_btn--premium:hover .img-arrow {
        transform: rotate(0deg);
    }

    .fe-hero-img {
        display: block;
        position: absolute;
        right: 14.772rem;
        top: -12.278rem;
        max-width: 14rem;
    }

    #fe-calculator.fe_cal_estimation .pac-target-input:hover,
    #fe-calculator.fe_cal_estimation input[type=text].datepicker:hover {
        box-shadow: inset 0 0 0 0.056rem #111F29 !important;
        border-color: transparent !important;
    }
    
    #fe-calculator.fe_cal_estimation .fe-drop-off .pac-target-input:hover{
        box-shadow: inset 0 0 0 0.056rem #FFCC00 !important;
        
    }

    #fe-calculator.fe_cal_estimation .fe-timepicker select:hover {
        background: rgba(255, 204, 0, 0.1);
        box-shadow: none !important;
    }
    
    #fe-calculator.fe_cal_estimation .get-estimate-accept a:hover {
        color: #EBBE0C;
        text-decoration: underline !important;
    }
    
    #popup #closePopup:hover,
    .clear-btn:hover {
        background: rgba(255, 204, 0, 0.2);
        border-radius: 1.334rem;
    }
    
    #popup .book-pop-sec:hover .book-title img {
        margin-left: 0.889rem;
    
    }
    
    #popup .book-pop-sec:hover p.size_p {
        text-decoration: underline;
    }
    
    #popup .book-pop-sec:hover {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 4.445rem #111F291A;
        border-radius: 1.112rem;
    }
    
    .pac-item:hover {
        background: rgba(255, 246, 219, 0.5);
        cursor: pointer;
    }
}

@media (max-width: 1280.99px) {
    #fe-calculator.fe_cal_estimation .price-infos-contant {
        flex-wrap: wrap;
        gap: 1.3889rem;
        justify-content: center;
    }

    #fe-calculator.fe_cal_estimation .form-row .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #fe-calculator.fe_cal_estimation .text-right {
        text-align: left !important;
    }

    #fe-calculator.fe_cal_estimation .pac-target-input,
    #fe-calculator.fe_cal_estimation .fe-date-time {
        margin-bottom: 1.667rem;
    }

    #fe-calculator.fe_cal_estimation .route-contant {
        margin-bottom: 1.334rem;
    }

    #fe-calculator.fe_cal_estimation .date-content {
        margin-bottom: 2.223rem;
    }

    #fe-calculator.fe_cal_estimation .calculator-container .form-group {
        padding: 1.334rem;
    }

    #fe-calculator.fe_cal_estimation .select_radio_btn input[type=radio]+label {
        width: 2.223rem;
        height: 2.223rem;
        font-size: 1rem;
        line-height: 1;
        padding: 0.556rem 0.883rem;
    }

    #fe-calculator.fe_cal_estimation .get-estimate-accept label {
        font-size: 0.889rem;
    }

    #fe-calculator.fe_cal_estimation #pricing-box .price,
    #fe-calculator.fe_cal_estimation #pricing-box .infos {
        align-items: center;
        flex: 0 0 100%;
        gap: 1.334rem;
    }

    #fe-calculator.fe_cal_estimation #pricing-box .infos-text {
        justify-content: center;
    }

    #fe-calculator.fe_cal_estimation .price-infos-contant {
        gap: 2.223rem;
    }

    .fe-hero-img {
        right: 1rem;
    }
}

@media (max-width: 767px) {
    #fe-calculator .message {
        font-size: 1rem !important;
    }
    
    #fe-calculator.fe_cal_estimation .fe-pickup, #fe-calculator.fe_cal_estimation .fe-drop-off {
        margin-bottom: 1.667rem !important;
    }

    .btn:not(.header__cta--mobile .btn) {
        width: 201px;
        text-align: center;
        justify-content: space-between;
    }

    #fe-header.fe_hero .fe-header-content h3 {
        font-size: 1.111rem;
        max-width: 13.889rem;
        margin-inline: auto;
        line-height: 1.4;
    }

    #fe-header.fe_hero {
        padding-top: 6.667rem;
        padding-bottom: 1.778rem;
    }

    #fe-calculator.fe_cal_estimation .date-content b {
        display: block;
    }

    #fe-calculator.fe_cal_estimation .date-content {
        width: 100%;
    }

    #fe-calculator .container {
        padding-inline: 1.111rem;
    }

    .container,
    .ly__footer--sec .container {
        padding: 0 1.667rem;
    }

    #fe-calculator.fe_cal_estimation .input-group {
        flex: 0 0 100%;
    }

    #fe-calculator.fe_cal_estimation .fe-date-time {
        flex-wrap: wrap;
    }

    #fe-calculator.fe_cal_estimation .select_radio_btn {
        gap: 0;
        padding-inline: 0.556rem;
    }

    #fe-calculator.fe_cal_estimation .get-estimate-accept [type="checkbox"] {
        min-width: 1.112rem;
    }

    #fe-calculator.fe_cal_estimation .get-estimate-accept {
        display: flex;
        max-width: 13.444rem;
        margin-inline: auto;
    }

    #fe-calculator.fe_cal_estimation .btn.btn-fare {
        width: 100%;
        padding-block: 1.333rem;
    }

    #fe-calculator.fe_cal_estimation .price-text {
        font-size: 8.6vw;
    }

    #fe-calculator.fe_cal_estimation #pricing-box .infos-text {
        flex-wrap: wrap;
        gap: 1.333rem;
    }

    #fe-calculator.fe_cal_estimation .duration_min {
        margin-right: 0;
        border-right: 0;
        padding-right: 0;
    }

    #fe-calculator.fe_cal_estimation .distance {
        margin-right: 0;
        padding-right: 1.1rem;
    }

    #fe-calculator.fe_cal_estimation .duration_min,
    #fe-calculator.fe_cal_estimation .distance {
        max-width: 8.333rem;
    }

    #fe-calculator.fe_cal_estimation .infos-text p span {
        font-size: 1.3rem;
    }

    #fe-calculator.fe_cal_estimation .infos-text p {
        font-size: 0.889rem;
        white-space: nowrap;
    }

    #fe-calculator.fe_cal_estimation .price-img,
    #fe-calculator.fe_cal_estimation .infos-img {
        text-align: left;
    }

    #popup .book-pop-sec {
        min-width: auto;
    }

    #popup .popup-main-sec {
        align-items: flex-end;
    }

    #popup .book-text h4 {
        font-size: 1.222rem;
        margin-bottom: 0.444rem;
    }

    #popup .book-title p {
        font-size: 1rem;
    }

    #popup #closePopup img {
        width: 0.667rem;
    }

    #popup .book-img img {
        max-width: 3.333rem;
    }

    #popup .book-title h4 {
        font-size: 1.222rem;
    }

    #popup .book-pop-main {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    #fe-calculator.fe_cal_estimation .vertical-space {
        flex-direction: column;
        align-items: center;
        padding: 4rem 0;
    }

    #fe-calculator.fe_cal_estimation .calculator-container .form-group {
        margin-bottom: 4rem !important;
    }

    #map {
        margin: 0 -1.112rem !important;
        border-radius: 0 !important;
    }

    #fe-calculator.fe_cal_estimation .price-img,
    #fe-calculator.fe_cal_estimation .infos-img {
        align-items: flex-start;
    }

    #fe-calculator.fe_cal_estimation .select_radio_btn h6 {
        font-size: 0.833rem !important;
        white-space: nowrap;
    }

    #fe-calculator.fe_cal_estimation .price-img img,
    #fe-calculator.fe_cal_estimation .infos-img img {
        margin-top: 4px;
    }

    #fe-header.fe_hero .fe-background {
        background-position: top center !important;
        background-size: cover !important;
        height: 395px;
    }

    #fe-calculator.fe_cal_estimation .select_radio_btn input[type=radio]+label {
        width: 9.34vw;
        height: 9.34vw;
    }
    #fe-calculator.fe_cal_estimation .get-estimate-accept label {
        text-align: left;
    }
}

@media (max-width: 575px) {
    .ly__fixed-download {
        position: fixed;
        bottom: 4.675vw;
        right: 4.675vw;
        left: 4.675vw;
        display: flex;
        align-items: center;
        gap: 3.74vw;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
    }
}