.active > .page-link, .page-link.active {
    background-color: #fc8e14;
    border-color: #fc8e14;
    color: #ffffff;
    display: block;
    border: 1px solid #e6e6e6;
    width: 50px;
    height: 50px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
}

.pagination li a {
    line-height: 36px !important;
    font-size: 20px;

}

.pagination li span {
    line-height: 36px !important;
    color: #444444;
    display: block;
    border: 1px solid #e6e6e6;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    transition: all 0.5s;
    font-size: 20px;
}

.widget.widget-product-thumb .product-content {
    padding-right: 20px;
}

.widget.widget-product-thumb li a img {
    border-radius: 8px;
}

.home-banner-items .overlay {
    background-color: rgba(21, 21, 21, 0.73);
}

select {
    padding: 0px 10px 0px 30px !important;
}

.center {
    /*position: absolute;*/
    padding: 10px 40px;
    border-radius: 30px;
    direction: ltr;
}

b {
    font-weight: bold;
}

.multi-range {
    position: relative;
    height: 40px;
    margin: 30px 0;
}

.multi-range input[type=range]:nth-child(1)::-webkit-slider-thumb::before {
    background-color: #808080;
}

.multi-range input[type=range]:nth-child(2) {
    background: none;
}

.multi-range input[type=range]:nth-child(2)::-webkit-slider-thumb::before {
    background-color: #808080;
}

.multi-range input[type=range]::-moz-range-track {
    background: none;
}

input[type=range] {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    background: linear-gradient(#fc8e14, #fc8e14) no-repeat center;
    background-size: 100% 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    pointer-events: none;
}

input[type=range]:active,
input[type=range]:focus,
input[type=range]::-moz-focus-outer {
    border: none;
    outline: none;
}

input[type=range]::-moz-range-thumb {
    position: relative;
    height: 28px;
    width: 28px;
    margin: 5px 0;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.3);
    -moz-appearance: none;
    appearance: none;
    pointer-events: all;
}

input[type=range]::-moz-range-thumb:hover {
    background-color: #deddee;
}

input[type=range]::-moz-range-thumb:active {
    background-color: #504d9b;
}

input[type=range]::-webkit-slider-thumb {
    position: relative;
    height: 28px;
    width: 28px;
    margin: 5px 0;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.3);
    -webkit-appearance: none;
    appearance: none;
    pointer-events: all;
}

input[type=range]::-webkit-slider-thumb:hover {
    background-color: #deddee;
}

input[type=range]::-webkit-slider-thumb:active {
    background-color: #fc8e14;
}

.price {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

.submit_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.choose_category {
    padding: 10px 40px; /* The container */
}

.container-checkbox {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

/* Create a custom checkbox */
.container-checkbox .checkmark {
    position: absolute;
    top: 2px;
    right: 0;
    left: unset;
    height: 22px;
    width: 22px;
    background-color: #eee;
}

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

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

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

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

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


@media (max-width: 767px) {
    .trip-search-section .input-group, .show_result_cities {
        width: 100% !important;
    }
}

@media (max-width: 576px) {
    .home-banner-items .banner-content p {
        visibility: hidden;
    }

    .home-banner-items .banner-content-wrap {
        padding-top: 250px;
    }

    .home-banner-section .banner-content-wrap {
        padding-bottom: 150px;
    }
}


.show_result_cities {
    color: #000;
    position: absolute;
    top: 100px;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 8px !important;
    padding: 5px 8px;
    width: 90%;
    z-index: 9;
    height: auto;
    max-height: 300px;
    overflow: auto;
}

.show_result_cities ul {
    list-style: none;
    padding: 0 !important;
    display: block;
    margin: 0 !important;
}

.show_result_cities li {
    list-style: none;

}

.show_result_cities a {
    line-height: 35px;
    display: block;
    border-bottom: 1px solid #efefef;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-right: 5px;
    font-size: 14px;
    color: #222;
    font-weight: 700;
    transition: all .25s ease-in-out;
}

.show_result_cities a:hover {
    background-color: #eee;
    border-radius: 5px;
}

.show_result_cities a:last-of-type {
    border-bottom: unset;
}


.contentLoader {
    box-sizing: border-box;
}

.contentLoader-item {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding: 8px;
    margin: 0 auto;
    max-width: 100%;
}

.line {
    background: #D8D8D8;
    margin-bottom: 11px;
    min-height: 11px;
}

.line.full {
    max-width: 100%;
}

.line.half {
    max-width: 50%;
}

.line.light {
    background: #EBEBEB;
}

.line.separator {
    min-height: 1px;
    margin: 15px 0 25px;
    background: #E9E9E9;
}

.animated-background {
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 41%, rgba(255, 255, 255, 0.39) 67%, rgba(255, 255, 255, 0.39) 91%);
    animation: horizontalMovement 1s ease-in-out infinite;
    z-index: 1;
}

@keyframes horizontalMovement {
    0% {
        left: -5%;
    }
    100% {
        left: 101%;
    }
}

#city_id {
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}

.trip-search-inner {
    border-radius: 10px;
    background-color: rgb(8 30 84 / 91%);
}

.trip-search-section .input-group {
    width: 60%;
    margin: auto;
}


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


/* Create a custom checkbox */
.container-checkbox-price .checkmark {
    position: absolute;
    top: 2px;
    right: 0;
    border-radius: 15px;
    left: unset;
    height: 22px;
    width: 22px;
    background-color: #eee;
}


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


/* Create a custom checkbox */
.container-checkbox-duration .checkmark {
    position: absolute;
    top: 2px;
    right: 0;
    border-radius: 15px;
    left: unset;
    height: 22px;
    width: 22px;
    background-color: #eee;
}


/* edit model view */
.model_header_btns{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 5px;
}
.model_header_btns button{
    float: left;
}

.modal-footer{
    display: flex;
    justify-content: center;
    align-items: center;

}

.modal-footer button{
    background: #0071eb;
    border: 2px solid #0071eb;
    border-radius: 5rem;
    color: #fff;
    outline: 0;
    transition: background-color .2s ease-out;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375rem;
    padding: 9px 24px;
}
.modal-footer button:hover{
    background: #304c84;
    border: 2px solid #304c84;
    color: #fff;
}
.widget.widget-product-thumb li:last-child {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.widget_product_post ul{
    display: flex;
    flex-wrap: wrap;
}

.widget_product_post ul li{
    flex-basis: 33.333333%
}

@media(max-width: 767px) {
    .widget_product_post ul li{
        flex-basis: 50%
    }
    .choose_category{
        padding: 10px 20px;
    }
}

@media(max-width: 450px) {
    .widget_product_post ul li{
        flex-basis: 100%
    }
}


@media (max-width:577px) {
    .product-notices-wrapper button{
        /*margin: auto;*/
        /*margin-top: 25px !important;*/
        margin-top: 0px !important;
    }
    .product-notices-wrapper{
        margin-top: 10px !important;
    }
    .product-result-count{
        margin-bottom: 0;
    }
    .choose_category .row>*{
        padding-left: unset;
        padding-right: unset;
    }

    .choose_category .container-checkbox .checkmark{
        height: 17px;
        width: 17px;
    }

    .choose_category .container-checkbox{
        padding-right: 23px;
        font-size: .85rem;
    }

    .choose_category .container-checkbox .checkmark:after{
        left: 6px;
        top: 3px;
        width: 5px;
        height: 9px;
    }
}

.home-banner-section{
    padding-bottom: 20px !important;
}
@media (max-width: 915px) {
    .trip-search-section.shape-search-section div{
        display: none;
    }
    .home-banner-section .banner-content-wrap{
        padding-bottom: 0;
    }
}

.product-notices-wrapper button{
    margin-top: 0px !important;
}
.product-outer-wrap .product-notices-wrapper{
    margin-bottom: 20px !important;
}
