ul.widgetDropdowns .classEco, ul.widgetDropdowns .travellerdrp, ul.widgetDropdowns .tripTypedrp {
    padding-left: 34px !important;
}

.tripTypedrp {
    background: url(/images/trip.png) no-repeat 10px;
    background-size: 18px;
}

.travellerdrp {
    background: url("/images/user.png") no-repeat 10px;
    background-size: 18px;
}

.classEco {
    background: url("/images/seat.png") no-repeat 10px;
    background-size: 18px;
}

.modifySearchWidgetSection .tripTypedrp {
    padding-left: 40px !important;
    background-position: 14px;
}

button.typeahead-field-clear.btn,
button.typeahead-field-clear.btn:focus,
button.typeahead-field-clear.btn:hover,
button.typeahead-field-clear.btn:active {
    display: none;
    position: absolute;
    top: 50%;
    right: 16px;
    padding: 0;
    font-size: 0;
    z-index: 1;
    background: #ffffff !important;
    border-color: #ffffff !important;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 35px;
    color: #464646;
    transform: translateY(-50%);
}

.listWidgetSec button.typeahead-field-clear.btn {
    border-radius: 0;
}

button.typeahead-field-clear.btn i {
    font-size: 14px;
}


.searchFlightDateWrapper i.fa {
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 16px;
    transform: translateY(-50%);
}

.input-container.searchFlightDateWrapper label {
    display: none;
}

.newsletterAlertMessage {
    position: absolute;
    left: 0;
    top: inherit;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0 !important;
    border-radius: 5px;
    background: #ff5252;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 10px 15px;
    display: none;
    width: 460px;
    max-width: 100%;
    padding-right: 55px;
}

    .newsletterAlertMessage:before {
        content: "";
        display: block;
        position: absolute;
        left: 14px;
        width: 10px;
        height: 10px;
        transform: translateY(-50%) rotate(45deg);
        z-index: 0;
        bottom: -10px;
        background-color: rgb(255 82 82);
    }

button.close-alrt-msg {
    text-transform: capitalize;
    min-width: auto;
    border-radius: 50px;
    width: 24px;
    height: 24px;
    margin-right: 0;
    background: #ffffff4d;
    margin-top: 0;
    padding: 0;
    border: 0;
    line-height: 1;
    color: #fff;
    position: absolute;
    right: 7px;
    top: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

 
.cookiesWrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 22px 0;
    transition: transform .5s ease, opacity .5s ease;
    box-shadow: 0 0 15px 5px #042f7112;
    transform: translateY(100%);
    opacity: 0;
    z-index: 9;
}

.cookiesWrapperShow.cookiesWrapper {
    transform: translateY(0);
    opacity: 1;
    transition: transform .5s ease, opacity .5s ease;
}

.cookiesWrapper p {
    font-size: 14px;
    margin-bottom: 10px;
}

.cookiesWrapper button.btn {
    font-size: 12px;
    text-transform: capitalize;
}


@-webkit-keyframes slow-ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(189, 142, 210, 0.3), 0 0 0 20px rgba(189, 142, 210, 0.3);
        box-shadow: 0 0 0 0 rgba(189, 142, 210, 0.3), 0 0 0 20px rgba(189, 142, 210, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(189, 142, 210, 0.3), 0 0 0 40px rgba(189, 142, 210, 0);
        box-shadow: 0 0 0 20px rgba(189, 142, 210, 0.3), 0 0 0 40px rgba(189, 142, 210, 0);
    }
}


.callPopupBtn {
    position: fixed;
    bottom: 60px;
    right: 60px;
    border: none;
    background-color: #ad253c;
    z-index: 2;
    padding: 10px;
    box-shadow: 0px -3px 12px 6px rgba(4, 48, 47, 0.1);
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    font-size: 16px;
    width: 45px;
    height: 45px;
    justify-content: center;
    -webkit-animation: slow-ripple 1s linear infinite;
    animation: slow-ripple 1s linear infinite;
}

/*.callPopupBtn img.phoneImg {
    width: 36px;
}*/

.callSmallPopup {
    position: fixed;
    bottom: 120px;
    right: 20px;
    background-color: #ffffff;
    border-radius: 10px 10px 0 0;
    text-align: center;
    width: 300px;
    transform-origin: 235px bottom;
    transition: all .3s;
    z-index: 99;
    display: none;
    box-shadow: 0px -3px 12px 6px rgba(4, 48, 47, 0.1);
}

.callSmallPopup:before {
    content: "";
    position: absolute;
    top: 100%;
    right: 54px;
    border-top: #fff solid 10px;
    border-left: 10px solid transparent;
    border-right: solid 10px transparent;
}

.callSmallPopup img.phoneImg {
    padding: 6px;
    background: #ffffff;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    object-fit: contain;
    margin-left: 8px;
}
.callSmallPopup_phone_number_btn h5 span {
    font-size: 14px !important;
}
.callSmallPopup button.btn-close {
    position: absolute;
    right: 6px;
    top: 6px;
    color: #000;
    opacity: 1;
    font-size: 12px;
}

.callSmallPopup .callSmallPopupBanner {
    height: 160px;
    margin-top: 25px;
}

.callSmallPopup_phone_number_btn {
    background-color: var(--bs-primary);
    border-radius: 50px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.call_me_back-inline {
    display: flex;
    align-items: center;
    position: relative;
}

.form-group .iti {
    width: 100%;
}

.call_me_back .iti__country-container .iti__selected-country {
    border-right: 1px solid #E5F0F9 !important;
    z-index: 9;
}

.call_me_back #iti-0__dropdown-content {
    bottom: 45px;
}

.call_me_back .callmebackcontrol {
    padding-left: 65px !important;
}

.call_me_back-inline .callMeBtn {
    white-space: nowrap;
    padding: 10px 15px;
    position: absolute;
    right: 2px;
    border-radius: 0 5px 5px 0px;
    top: 1px;
    height: calc(100% - 2px);
    font-size: 18px;
    padding: 10px 18px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.callAlertMessage #error_cb_contact, .callAlertMessage .error-contact-msg, .callAlertMessage #errorMsg, .callAlertMessage #successMsg {
    font-size: 13px;
    font-weight: 500;
    color: var(--bs-primary) !important;
    font-family: var(--bs-font-primary) !important;
}

.form-group.has-error .form-control, .form-group.has-error .form-check-input, .form-group.has-error .form-select, #date_wrapper:has(.has-error) {
    border: 1px solid var(--bs-primary) !important;
}

.callmebackresp {
    font-size: 13px;
    font-weight: 400;
    font-family: var(--bs-font-primary) !important;
}


@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@-moz-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.animated-background {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    -moz-animation-name: placeHolderShimmer;
    -o-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: #eeeeee;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    -webkit-background-size: 800px 104px;
    background-size: 800px 104px;
    position: relative;
    margin: 5px;
}

.customTopTooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.elipsis-parent {
    display: grid;
    grid-template-columns: 1fr auto;
}

    .elipsis-parent > * {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.customTopTooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    white-space: nowrap;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 4px 8px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 13px;
    font-family: var(--font-family);
    font-size: 13px;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 400;
}

.customTopTooltip[data-tooltip-position="top"] .tooltiptext {
    bottom: 100%;
    top: auto;
}
.customTopTooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.customTopTooltip[data-tooltip-position="top"] .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    transform: translateX(-50%);
}



.no-search-result-section {
    background: #f1f8fe;
    margin-top: 25px;
    border-radius: 15px;
    margin-bottom: 55px;
}

.error-ui {
    color: #ff3f72;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .25;
}

.confirmation-page ul li {
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    color: #383838;
}

.alrghtDtl li {
    padding: 0 10px;
}

.alrghtDtl li + li {
    border-left: 1px solid #c7c7c7;
}

.paymentTravellerInfoItem {
    margin-bottom: 20px;
}

/*.form-control::placeholder, .form-select::placeholder {
    text-transform: lowercase !important;
}*/

.payment-form-control::placeholder {
    text-transform: lowercase !important;
}

.searchWidgetSec .iput-group.has-error label h4, .searchWidgetSec .iput-group.has-error label p {
    color: var(--bs-primary);
}

.originFieldFocused label, .destinationFieldFocused label {
    opacity: 0;
}

.originFieldFocused .form-control, .destinationFieldFocused .form-control {
    background: #f1f8fe;
    border: 1px solid #000000;
}

.searchWidgetSec .iput-group.originFieldBox .form-control, .searchWidgetSec .iput-group.destinationFieldBox .form-control {
    font-size: 0;
}

.searchWidgetSec .iput-group.originFieldBox.originFieldFocused .form-control, .searchWidgetSec .iput-group.destinationFieldBox.destinationFieldFocused .form-control {
    font-size: 1rem !important;
}

ul.typeahead.dropdown-menu {
    padding: 0;
    box-shadow: 0 1px 3px 0 rgba(60, 64, 67, .3), 0 4px 8px 3px rgba(60, 64, 67, .15);
    min-width: 100%;
}

ul.typeahead.dropdown-menu > li.active > a {
    background-color: #32357a;
    color: #ffffff;
}

ul.typeahead.dropdown-menu > li > a {
    position: relative;
    font-family: var(--bs-font-primary);
    font-size: 13px;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    background: #F1F8FE;
    margin-bottom: 3px;
    padding: 7px 10px;
    border-radius: 5px;
    cursor: pointer;
}

ul.typeahead.dropdown-menu > li {
    padding: 0;
}

ul.typeahead.dropdown-menu > li > a > .airplane_icon_space {
    margin-left: 15px;
}

.daterangepicker .drp-calendar.right {
    display: block !important;
}



.airplane_icon,
.airplane_icon_space {
    width: 18px;
    height: 18px;
    display: block;
    margin-top: 0;
    margin-right: 8px;
    min-width: 18px;
}

.airplane_icon_space {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M174,216a6,6,0,0,1-6,6H24a6,6,0,0,1,0-12H168A6,6,0,0,1,174,216ZM245.9,92.78a6,6,0,0,1-2.82,4l-147.41,88a38.22,38.22,0,0,1-19.23,5.23,37.8,37.8,0,0,1-25.92-10.33l-.1-.09L14.37,144.36a14,14,0,0,1,4-23l3-1.49a6,6,0,0,1,4.56-.29l29.15,9.83,23.17-14-23.7-23a14,14,0,0,1,4-23.18l.24-.1,7.15-2.71a6,6,0,0,1,4.19,0l54.84,20.18,52.38-31.27A37.81,37.81,0,0,1,226,64l.09.11L244.73,88A6,6,0,0,1,245.9,92.78ZM231.09,90,216.67,71.53a25.86,25.86,0,0,0-33.26-5.89L128.6,98.36a6,6,0,0,1-5.15.48L68,78.45l-4.9,1.85A1.91,1.91,0,0,0,62,81.77a2,2,0,0,0,.63,1.82l.17.15,29.35,28.49a6,6,0,0,1-1.07,9.44L58.89,141.16a6,6,0,0,1-5,.55l-29.45-9.94-.93.46-.28.13a2,2,0,0,0-.58,3.29l.1.09,36,35.28a25.84,25.84,0,0,0,30.81,3.47Z' fill='%23000000' fill-rule='nonzero'/%3E%3C/svg%3E ");
}

.airplane_icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M200,224H150.54A266.56,266.56,0,0,0,174,200.25c27.45-31.57,42-64.85,42-96.25a88,88,0,0,0-176,0c0,31.4,14.51,64.68,42,96.25A266.56,266.56,0,0,0,105.46,224H56a8,8,0,0,0,0,16H200a8,8,0,0,0,0-16ZM56,104a72,72,0,0,1,144,0c0,57.23-55.47,105-72,118C111.47,209,56,161.23,56,104Zm112,0a40,40,0,1,0-40,40A40,40,0,0,0,168,104Zm-64,0a24,24,0,1,1,24,24A24,24,0,0,1,104,104Z' fill='%23000000' fill-rule='nonzero'/%3E%3C/svg%3E ");
}

ul.typeahead.dropdown-menu > li.active .airplane_icon_space {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M174,216a6,6,0,0,1-6,6H24a6,6,0,0,1,0-12H168A6,6,0,0,1,174,216ZM245.9,92.78a6,6,0,0,1-2.82,4l-147.41,88a38.22,38.22,0,0,1-19.23,5.23,37.8,37.8,0,0,1-25.92-10.33l-.1-.09L14.37,144.36a14,14,0,0,1,4-23l3-1.49a6,6,0,0,1,4.56-.29l29.15,9.83,23.17-14-23.7-23a14,14,0,0,1,4-23.18l.24-.1,7.15-2.71a6,6,0,0,1,4.19,0l54.84,20.18,52.38-31.27A37.81,37.81,0,0,1,226,64l.09.11L244.73,88A6,6,0,0,1,245.9,92.78ZM231.09,90,216.67,71.53a25.86,25.86,0,0,0-33.26-5.89L128.6,98.36a6,6,0,0,1-5.15.48L68,78.45l-4.9,1.85A1.91,1.91,0,0,0,62,81.77a2,2,0,0,0,.63,1.82l.17.15,29.35,28.49a6,6,0,0,1-1.07,9.44L58.89,141.16a6,6,0,0,1-5,.55l-29.45-9.94-.93.46-.28.13a2,2,0,0,0-.58,3.29l.1.09,36,35.28a25.84,25.84,0,0,0,30.81,3.47Z' fill='%23ffffff' fill-rule='nonzero'/%3E%3C/svg%3E ");
}

ul.typeahead.dropdown-menu > li.active .airplane_icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M200,224H150.54A266.56,266.56,0,0,0,174,200.25c27.45-31.57,42-64.85,42-96.25a88,88,0,0,0-176,0c0,31.4,14.51,64.68,42,96.25A266.56,266.56,0,0,0,105.46,224H56a8,8,0,0,0,0,16H200a8,8,0,0,0,0-16ZM56,104a72,72,0,0,1,144,0c0,57.23-55.47,105-72,118C111.47,209,56,161.23,56,104Zm112,0a40,40,0,1,0-40,40A40,40,0,0,0,168,104Zm-64,0a24,24,0,1,1,24,24A24,24,0,0,1,104,104Z' fill='%23ffffff' fill-rule='nonzero'/%3E%3C/svg%3E ");
}

.dest_input {
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 28px;
    background: #fff !important;
    border: solid 1px #D3D3DE !important;
    border-radius: 25px;
    left: 50%;
    top: 6px;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modifydestinationDatePickerBox {
    width: 100%;
    display: flex;
    border-radius: 50px;
    height: 40px;
    border: 1px solid #BFD6E3 !important;
    background: #fff;
    position: relative;
}

.modifydestinationFieldBox button.typeahead-field-clear.btn {
    right: 5px;
}

#couponCodeModal .modal-content {
    border: 0;
    border-radius: 14px;
}


.tollfreecallbackbtn {
    border-radius: 50px;
    font-size: 20px;
    padding: 4px 20px 4px 4px;
    line-height: normal;
    width: max-content;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    background: var(--bs-primary);
    align-items: center;
    margin-bottom: 20px;
}

.tollfreecallbackbtn .phoneImg {
    padding: 4px;
    background: #ffffff;
    border-radius: 100%;
    margin-left: 0;
    height: 60px;
    width: 60px;
    object-fit: none;
}

.tollfreecallbackbtn h3 {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    margin: 0;
    color: #fff;
    margin-left: 10px;
    text-align: left;
}



.tollfreecallbackbtn h3 span {
    font-size: 14px;
}

.no-result-list-right {
    text-align: center;
    background: #eaf4fd;
    height: 100%;
    padding: 40px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.filterCard h4.accrd_title {
    text-transform: capitalize;
}

.payment-page-desktop a.backtolistbtn {
    padding: 0;
    margin-bottom: 0;
    font-weight: 500;
    text-decoration: none;
    top: 50%;
    width: auto;
    position: absolute;
    transform: translateY(-50%);
    left: 15px;
    color: #fff;
    font-size: 14px;
}

.payment-page-desktop a.backtolistbtn img {
    filter: invert(1);
}

.timeoutmodelstyle .modal-content {
    border: 0;
}

.timeoutmodelstyle .modal-dialog {
    width: 480px;
    max-width: 95%;
    margin: 0 auto;
}

.timeoutmodelstyle h3 {
    font-size: 24px;
    font-weight: 600;
}

.timeoutmodelstyle .offerPopupCall a {
    font-size: 25px;
    font-weight: 700;
    padding-left: 8px;
    padding-right: 15px;
}

.timeoutmodelstyle .offerPopupCall a span {
    margin-left: 0;
    margin-right: 5px;
}

.callSmallPopup h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.timeoutexpiricon {
    width: 110px;
    margin-top: 15px;
}

#languages img,
div#languages-list img {
    object-fit: cover;
}

.language #lanNavSel {
    color: #000;
}

#lanNavSel {
    border-left: 1px solid #D9D9D9;
}

div#languages-list {
    padding: .5rem;
}

    div#languages-list a {
        padding: 5px 15px;
        display: flex;
        align-items: center;
        gap: 5px;
    }

#JLang {
    font-size: 14px;
}

    #JLang ul li a img {
        width: 25px;
    }

    #JLang .dropdown-menu {
        padding: 0 !important;
        position: absolute;
        min-width: auto;
        border-radius: 10px !important;
        box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.06) !important;
        border: none;
        overflow: hidden !important;
        z-index: 1021;
        margin-top: 0;
    }

    #JLang ul > li > a {
        min-height: auto;
        display: flex;
        align-items: center;
        background: var(--bs-light) !important;
        border-radius: 50px;
        height: 30px;
        padding: 0 12px !important;
    }

        #JLang ul > li > a:after {
            right: 10px;
        }

        #JLang ul > li > a > img {
            width: 16px;
        }

    #JLang #languages-list a > img {
        width: 16px;
    }

.languageDropdown #lanNavSel {
    border: 0;
    padding: 1px 15px 0 5px;
    font-weight: 500;
    color: var(--bs-secondary);
    font-size: 12px;
}

.languageDropdown .dropdown-toggle::after {
    top: 12px;
    margin-top: 0;
}

.modifySearchDates .customTopTooltip[data-tooltip-position="top"] .tooltiptext {
    bottom: 112%;
    top: auto;
    z-index: 9999;
    font-family: 'Barlow', sans-serif;
}

#JLang .dropdown-menu.show-dropdown {
    display: block;
}

body.body-no-scroll, body.modal-open {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

.tabfilterlistWrapper {
    display: none !important;
}

.font14 {
    font-size: 14px !important;
}

.filterSec .fsTopBar h6 {
    font-size: 13px;
    text-transform: capitalize;
}


.itineraryDetailsModalCont::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0;
    background-color: #F5F5F5;
}

.itineraryDetailsModalCont::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.itineraryDetailsModalCont::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

/*.payment_whybookus_item {
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}*/


/*.payment_whybookus img.img-fluid {
    width: 48px;
}*/

    .payment_whybookus_item img {
        background: var(--bs-light);
        width: 72px;
        height: 72px;
        object-fit: contain;
        padding: 14px;
        border-radius: 13px;
    }

.payment_whybookus h5 {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    margin-top: 10px;
    color: var(--bs-body-color);
    /* padding: 0 15px; */
}

.input-group.phnInput .iti__selected-country-primary {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.inptIcnPrependGroup .input-group-prepend.inptIcnPrepend {
    position: absolute;
    left: 0;
    z-index: 9;
    top: 1px;
    height: calc(100% - 2px);
    border-right: 1px solid #dbecfb;
    width: 46px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
}

.inptIcnPrepend .input-group-text {
    color: #c20205;
    background: transparent;
    border: 0;
}

.inptIcnPrependGroup .form-control {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    padding-left: 60px;
}

.mainInfoDtlSec .phnInput .iti__country-container button {
    border-right: 1px solid #dbecfb !important;
}


.inptIcnPrepend:hover {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    cursor: pointer;
}

.sandtimerIcon img {
    width: 32px;
}

.mhsTimerSec span#countdown-timer {
    font-weight: 700;
    font-size: 34px;
    min-width: 130px;
}

#couponCodeModal .routPath {
    border: none;
    text-align: center;
    width: 10rem;
    margin-top: 27px !important;
}


    #couponCodeModal .routPath .routPathLine {
        width: 100%;
        border: solid 1px #191b24;
        height: 1px;
    }

#couponCodeModal.modal .routPathLine:before, #couponCodeModal.modal .routPathLine:after {
    content: "";
    position: absolute;
    top: -3px;
    width: 6px;
    height: 6px;
    background: #191b24;
    border-radius: 50%;
}

#couponCodeModal.modal .routPathLine:after {
    right: -4px;
    left: auto;
}

#couponCodeModal.modal .routPathLine:before {
    left: -4px;
}

#couponCodeModal.modal .routPathPlane {
    margin-top: -26px;
    background-color: #deecff;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 8px;
}

.ListingOfferRight .modalHdrSec {
    margin-bottom: 0;
}

.modalHdrSecmiddle p {
    font-weight: 500;
}

.offermodalCallnowbtn {
    background: #ad253c;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    padding: 15px;
    text-decoration: none;
    margin: 0 auto;
    margin-bottom: 15px;
}

.offermodalCallnowbtn svg {
    width: 32px;
    fill: white;
}

.offermodalCallnowbtn svg path {
    fill: #ffffff;
}

.offermodalCallnowbtn svg path:nth-child(2) {
    -webkit-animation: header-phone 1s infinite cubic-bezier(.1, .57, .5, 1);
    animation: header-phone 1s infinite cubic-bezier(.1, .57, .5, 1);
}

.offermodalCallnowbtn svg path:nth-child(3) {
    -webkit-animation: header-phone2 1s infinite cubic-bezier(.1, .57, .5, 1);
    animation: header-phone2 1s infinite cubic-bezier(.1, .57, .5, 1);
}

    .offermodalCallnowbtn h5 {
        font-size: 28px;
        color: #fff;
        margin: 0;
        margin-left: 12px;
        font-weight: 700;
    }


.ListingOfferRight .call_me_back-inline .callMeBtn {
    white-space: nowrap;
    right: 1px;
    top: 0;
    height: 45px;
    width: 50px !important;
}



@keyframes header-phone {
    0%,30% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 20px, 0);
        transform: translate3d(-20px, 20px, 0)
    }

    80% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0
    }
}

@keyframes header-phone2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 20px, 0);
        transform: translate3d(-20px, 20px, 0)
    }

    70%,90% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0
    }
}

.ListingOfferLeft img.img-fluid {
    object-fit: cover;
}

.ListingOfferRight .routeDtlSec span.routeloc {
    white-space: nowrap;
}

.ListingOfferRight .call_me_back-inline .callMeBtn:hover, .ListingOfferRight .call_me_back-inline .callMeBtn:focus {
    background: #ad253c;
}

.paymentStepTabDetails .phnInput .payment-form-control {
    padding-left: 60px !important;
}