/*MULTI SELECT*/

.tk_right_tourdetails .tk_tour_plan_finds {
    background: #f7f7f7;
    margin-top: 0px;
    padding-bottom: 15px;
    /*border: 1px solid #d5d5d5;*/
}

.tk_tour_plan_finds .tourism_types {
    background: #fff;
    margin-bottom: 20px;
    padding: 0px 10px;
    border: 1px solid #d5d5d5;
}


.most_visited_places .view_part h5.divhead,.tourism_types h4 {
    margin-bottom: 15px;
    color: #000;
    font-size: 17px;
    font-family: latobold;
}



.tourism_types h4:after {
    background: #d5d5d5;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 35px;
}



/*.tourism_types .checkbox input[type=checkbox] {
    height: 0;
    width: 100%;
}

.tourism_types .checkbox i {
    height: 10px;
    width: 10px;
}

.tourism_types .checkbox label {
    width: 90%;
    color: #000;
    font-size: 13px;
    padding: 4px 20px;
    user-select: none;
}

.tourism_types .checkbox label:after {
    position: absolute;
    content: "";
    background: white;
    height: 15px;
    border: 1px solid #d5d5d5;
    width: 15px;
    right: 0;
}

input.tickmyclass:before {
    position: absolute;
    content: "✔";
    right: 10px;
    top: -3px;
    z-index: 9;
    font-size: 17px;
    line-height: 0.8;
    color: #09ad7e;
    transition: all .2s;
    font-family: Helvetica, Arial, sans-serif;
}
*/
.hotel_sort .nice-select:after {
    border-bottom: 3px solid #acacac;
    border-right: 4px solid #acacac;
    border-top: 4px solid #ff000000;
    border-left: 3px solid #ff000000;
    content: '';
    display: block;
    height: 5px;
    margin-top: 0px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
}

.hotel_sort .nice-select:before {
    border-bottom: 4px solid #9990;
    border-right: 3px solid #9990;
    border-top: 3px solid #acacac;
    border-left: 4px solid #acacac;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.hotel_sort .nice-select.open:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.most_visited_places .view_part {
    border: 1px solid #d5d5d5;
    background: #fff;
    height: auto;
}

.most_visited_rating ul li {
    display: inline-block;
    font-size: 12px;
    color: #f9bc39;
}

.most_visited_rating ul {
    display: inline-block;
}

.list_single_items .social_media i {
    height: 30px;
    width: 30px;
    text-align: center;
    background: #ededed;
    border-radius: 50%;
    font-size: 14px;
    padding: 8px 0;
    color: #8e8e8e;
    border: 1px solid #d5d5d5;
}

.list_single_items a.read_btn {
    width: 80%;
    background: no-repeat;
    border: 1px solid #d5d5d5;
    padding: 7px 22px;
    color: #000;
    margin-top: 5px;
}

.list_single_items a.read_btn:hover {
    background: #20bfad;
    border: 1px solid #20bfad;
    color: #fff;
}

.tk_showcase_three .location_details {
    border: 1px solid #d5d5d5;
    background: #fff;
}

.image_area .tk_touristplaces_img_area img {
    width: 100%;
}

.tk_showcase_three .location_details:last-child {
    margin-bottom: 0px !important;
}

ul.tour_planing_block {
    position: absolute;
    right: 0;
    bottom: 10px;
    background: #fff;
}

.tour_planing_block i {
    background: #ededed;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 7px 0;
    color: #8e8e8e;
    border-radius: 50%;
    border: 1px solid #d5d5d5;
    cursor: pointer;
}

.list_single_items .social_media ul li a i:hover {
    color: #fff;
    background: #1fbfad;
}

.tk_place_headersection ul.tour_planing_block li a.active i,
.tk_place_headersection ul.tour_planing_block li a:hover i {
    color: #1fbfad;
    background: #fff;
}
.tour_planing_block .addingtobookmark:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 12px;
    bottom: 0px;
    display: block;
    margin: auto;
    border: 3px solid #e2e2e2;
    border-radius: 50%;
    border-top: 3px solid #20bfad;
    border-bottom: 3px solid #20bfad;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.tour_planing_block a.addingtobookmark.active {
    background: none !important;
}
.tour_planing_block a.addingtobookmark.active i {
    background: none !important;
    color: #20bfad !important;
}
/*==================================HOTELPAGE================*/

.popularity select,
.name select,
.price select,
.filter_person .room select,
.filter_person .adult select,
.filter_person .child select {
    opacity: 0;
}

.popularity .nice-select,
.name .nice-select,
.price .nice-select {
    min-height: 0;
    height: 30px;
    line-height: 1.9;
    width: 100%;
    border: 1px solid #d8d8d8;
    padding: 0px 5px;
    background: #fbfbfb;
}

.popularity .nice-select ul.list,
.name .nice-select ul.list,
.price .nice-select ul.list {
    width: 100%;
    border-radius: 0px;
}

.list_grid ul li a {
    color: #a5a5a5;
}

.list_grid ul li {
    height: 30px;
    border: 1px solid #d5d5d5;
    width: 30px;
    padding: 4px 6px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

.Sorting_block p {
    font-weight: bold;
    font-size: 15px;
    color: #000;
}

.hotel_listing_block .each_block {
    border: 1px solid #d5d5d5;
}

.hotel_listing_block .each_block .hotel_price_details {
    background: #f5f5f5;
    color: #000;
}
.hotel_listing_block.default_grid .each_block .hotel_price_details {
    padding: 0 15px;
    background: none;
}

.hotel_listing_block .each_block .hotel_price_details .price,
.hotel_listing_block .each_block .hotel_price_details .details {
    border: none;
    border: 1px solid #e2e2e2;
    padding: 5px 0px;
}

.hotel_listing_block .each_block .place_info h4 {
    font-size: 17px;
    color: #000;
    font-family: latobold;
    max-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
}

.hotel_listing_block .each_block .price a,
.hotel_listing_block .each_block .details a,
.hotel_listing_block .each_block .price button {
    color: #000;
    display: block;
}

.hotel_listing_block .each_block .price a:hover,
.hotel_listing_block .each_block .details a:hover,
.hotel_listing_block .each_block .price button:hover {
    color: #fff;
}

.hotel_listing_block .each_block .price span.rupee {
    color: #20bfad;
    padding: 0 5px;
    font-size: 13px;
    font-family: latobold;
}

.hotel_listing_block .each_block .price:hover span.rupee {
    color: #fff !important;
}



.hotel_listing_block .each_block .place_info p {
font-size: 13px;
height: 35px;
overflow: hidden;
text-overflow: ellipsis;
}
.hotel_listing_block .each_block .rating_review button {
    background: no-repeat;
    border: 1px solid #d5d5d5;
    width: 100%;
    font-size: 13px;
    border-radius: 5px;
}

.rating_review span.checked {
    color: #f9bc39 !important;
    font-size: 12px;
}

.rating_review span.fa {
    color: #d5d5d5;
    font-size: 12px;
}

.listclass {
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}


/*Filter*/

.filter_hotel_types h3 {
    color: #000;
    font-family: latobold;
    font-size: 19px;
    border-bottom: 2px solid rgba(239, 239, 239, 0.81);
    padding-bottom: 10px;
}

h4.accordian_head a {
    font-family: latobold;
}

.hotel_find .search_button button {
    background: #20bfad;
    border: none;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    padding: 3px 0;
}

.hotel_find input#check_in,
.hotel_find input#check_out,
.searching_hotels input {
    cursor: pointer;
    font-size: 11px;
    padding: 5px 5px;
    background: #f3f3f3;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}

#collapse2 .ui-widget.ui-widget-content {
    border: 1px solid #e8e8e8;
    height: 3px;
    background: #ededed;
}
.price_filter .ui-widget.ui-widget-content {
    border-radius: 0px;
    box-shadow: none;
}
#collapse2 .ui-state-default,
#collapse2 .ui-widget-content .ui-state-default,
#collapse2 .ui-widget-header .ui-state-default,
#collapse2 .ui-button,
#collapse2 html .ui-button.ui-state-disabled:hover,
#collapse2 html .ui-button.ui-state-disabled:active {
    border: 1px solid #20bfad;
    background: #20bfad;
    font-weight: normal;
    color: #454545;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}

.tk_tour_plan_finds .hotel_find {
    background: white;
    border: 1px solid #d5d5d5;
    margin: 10px 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.tk_tour_plan_finds .hotel_find .low_price {
    background: #20bfad;
    color: #fff;
    position: relative;
    text-align: center;
    max-height: 100px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 0;
}


/*.tk_tour_plan_finds .hotel_find .low_price:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    margin: auto;
    left: 0;
    right: 0;
    top: 80px;
    border-right: solid 142px transparent;
    border-left: solid 142px transparent;
    border-top: solid 40px #20bfad;
    z-index: 999;
}*/

.hotel_find .searching_hotels {
    margin-top: 60px;
}

.filter_person .room .nice-select,
.filter_person .adult .nice-select,
.filter_person .child .nice-select {
    min-height: 0;
    height: 20px;
    line-height: 1.6;
    width: 100%;
    border: 1px solid #d5d5d5;
    padding: 0px 5px;
    border-radius: 3px;
    font-size: 12px;
}

.filter_hotel_types {
    background: #fff;
    border: 1px solid #d5d5d5;
}

h4.accordian_head {
    padding: 15px 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
}

.accordian_head i {
    border: 1px solid #20bfad;
    border-radius: 50%;
    width: 16px;
    color: #20bfad;
    height: 16px;
    font-size: 12px;
    padding: 2px 2px;
    margin-top: -2px;
}

.hotel_find .hotel_filter_separator {
    width: 100%;
    height: 1px;
    background: #d5d5d5;
    clear: both;
}

.hotel_rating span.checked {
    color: orange !important;
    font-size: 12px;
}

.hotel_rating span.fa {
    color: #d5d5d5;
    font-size: 12px;
}

.list_grid ul li.active {
    background: #20bfad;
    border: 1px solid #20bfad;
}

.list_grid ul li.active a {
    color: #fff;
}

.hotel_listing_block .each_block img {
    width: 100%;
    height: auto;
}

.default_grid .hotel_price_details {
    padding: 0 15px;
}

.default_grid .each_block .price,
.default_grid .each_block .details {
    padding: 0 15px;
}


/*.default_grid .each_block .hotel_price_details a.hotel_btn{
    border: 1px solid #d5d5d5; padding: 4px 0px;
}*/

.default_grid .hotel_price_details {
    padding: 0px;
}

.default_grid .each_block {
    padding: 5px;
}

.default_grid .hotel_feature_icon ul li {
    color: #000;
    background: #efefef;
    margin: 0 5px;
    border-radius: 3px;
}

.default_grid .hotel_feature_icon ul li:hover {
    color: #fff;
    background: #20bfad;
}

.default_grid .each_block .rating_review a.hotel_btn {
    padding: 4px 0;
    border-radius: 0px;
}

.hotel_listing_block .each_block .hotel_price_details .details:hover {
    background: #20bfad;
    color: #fff;
}

.hotel_listing_block .each_block .price:hover {
    background: #20bfad !important;
    color: #fff !important;
}


/*==================================END=======================*/


/*Checkboxes styles*/

#filter .checkbox input[type=checkbox] {
    opacity: 0;
}

#filter  .checkbox label {
    display: block;
    position: relative;
    padding-left: 5px;
}

#filter .checkbox label::before {
    content: "";
    width: 13px;
    height: 13px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    -o-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out;
}

#filter .checkbox-danger input[type=checkbox]:checked+label::after,
#filter .checkbox-info input[type=checkbox]:checked+label::after,
#filter .checkbox-primary input[type=checkbox]:checked+label::after,
#filter .checkbox-success input[type=checkbox]:checked+label::after,
#filter .checkbox-warning input[type=checkbox]:checked+label::after {
    color: #fff;
}

#filter .checkbox label::after {
    width: 16px;
    height: 16px;
    top: 0;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555;
}

#filter .checkbox label::after,
#filter .checkbox label::before {
    position: absolute;
    margin-left: -20px;
    display: inline-block;
    left: 0;
    top: 5px;
}

#filter .checkbox input[type=checkbox]:checked+label::after {
    position: absolute;
    content: "✔";
    top: -3px;
    font-size: 17px;
    color: rgb(9, 173, 126);
    font-family: Helvetica, Arial, sans-serif;
}

#filter .checkbox {
    margin-left: 20px;
}
/*-----------Tourist place listing page css(new)--------------*/
/*list grid common*/
div#list_grid_button_main {
    background: #fff;
}
.item.list-group-item{ float: none; width: 100%;border: none; margin-bottom: 10px; padding: 0 15px; background: rgba(255, 0, 0, 0) !important; }
.item.list-group-item:before, .item.list-group-item:after{ display: table; content: " "; }

.tk_listing_list_grid.list-group{
    margin: 0;
}
.tk_listing_list_grid a.read_more_list,
#tk_othersing_others_grid a.read_more_list {
    padding: 8px 35px;
    color: white;
    background: #20bfad;
    border: none;
    border-radius: 2px;
    display: block;
    text-align: center;
}
.tk_listing_list_grid .share a,
#tk_othersing_others_grid .share a {
    font-size: 14px;
    border: 1px solid #d5d5d5;
    background: #ededed;
    color: #20bfad;
    border-radius: 50%;
    display: block;
    width: 28px;
    height: 28px;
    text-align: center;
    padding: 4px 0;
}
.tk_listing_list_grid ul.share li,
.tk_othersing_others_grid ul.share li {
    padding-right: 0px;
}
.tk_listing_list_grid .thumbnail .caption h5,
.tk_othersing_others_grid .thumbnail .caption h5 {
    color: #21bfad;
}
.thumbnail .caption p::first-letter {
    font-size: 18px;
    font-family: latobold;
}
p.list_rating_head, .star, p.list_total_reviews span {
    display: inline-block;
    font-size: 14px;
    color: #000;
}
p.list_rating_head span {
    color: #000;
    font-family: latobold;
    color: #000;
}
.total_list_rating .star li {
    padding: 0 2px;
}
.total_list_rating .star li i.checked {
    color: #ffa705;
}
.total_list_rating .star li i {
    color: #cecece;
}
h4.group.inner.list-group-item-heading {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    color: #000;
    font-family: latobold;
    padding: 5px 0;
}
p.list_total_reviews {
    color: #20bfad;
    font-family: latobold;
}


.list_image_block .book_and_show,
.others_image_block .book_and_show {
    position: absolute;
    font-size: 20px;
    right: 0px;
    top: 0;
    color: white;
    background: rgba(255, 255, 255, 0.83);
    box-shadow: -1px 1px 6px 0px #f5f5f5;
}
.list_image_block,
.others_image_block {
    position: relative;
    overflow: hidden;
}
.list_image_block .book_and_show .image_popup, 
.others_image_block .book_and_show .image_popup, 
.list_image_block .book_and_show .book_mark_inner_icon,
.others_image_block .book_and_show .book_mark_inner_icon {
    display: inline-block;
    cursor: pointer;
}
.list_image_block .book_and_show .image_popup i,
.others_image_block .book_and_show .image_popup i {
    color: #ec3c55;
}

.list_image_block .book_and_show i,
.others_image_block .book_and_show i {
    padding: 0 4px;
}
.list_image_block .book_and_show .book_mark_inner_icon i,
.others_image_block .book_and_show .book_mark_inner_icon i {
    color: rgb(157, 157, 157);
}
.book_mark_inner_icon .bookmark_button.active i {
    color: #20bfad;
}
#list_grid_button_main a {
    height: 30px;
    border: 1px solid #f4f4f4;
    width: 30px;
    padding: 4px 6px;
    font-size: 16px;
    /* border-radius: 4px; */
    cursor: pointer;
    margin: 0 5px;
    color: #20bfad;
    box-shadow: 2px 2px 1px 0px #c7c7c7;
}
#list_grid_button_main a:hover {
    background: #20bfad;
    color: #fff;
    border: 1px solid #20bfad;
}

.bookmark_button {
    position: relative;
}
a.bookmark_hidden {
    width: 120px;
    position: absolute;
    font-size: 12px;
    color: #fff;
    background: #20bfad;
    border: none;
    padding: 10px 10px;
    top: -4px;
    left: 30px;
    transition: all 0.3s ease-out;
}
.book_mark_inner_icon .addingtobookmark {
    height: 25px;
    width: 30px;
    background: #ededed !important;
    color: #ededed !important;
}
.book_mark_inner_icon .addingtobookmark i {
    color: transparent;
}
.book_mark_inner_icon a.bookmark_hidden{top: 28px; pointer-events: none;}
.book_mark_inner_icon .addingtobookmark:after {
    bottom: 0;
    background: #fff;
}
.list_image_block .book_and_show .book_mark_inner_icon i:hover + a.bookmark_hidden,
.others_image_block .book_and_show .book_mark_inner_icon i:hover + a.bookmark_hidden {
    left: -88px;
}
.book_mark_inner_icon .bookmark_button.active a {
    display: none;
}
/*Grid style*/
.grid-group-item img {
    height: 220px;
    width: 355px;
}
/*List style*/
.grid-group-item.list-group-item img.group.list-group-image,.list-group-item img.group.list-group-image {
    width: 100% !important;
    height: 220px !important;
    float: left !important;
}
.grid-group-item img.group.list-group-image{
    height: 250px; width: 100% !important;
}
.tk_listing_list_grid .thumbnail,
#tk_othersing_others_grid .thumbnail{
    padding: 0px !important;
    margin-bottom: 8px;
    box-shadow: 0px 3px 7px 1px #e0e0e0;
    background: #fff;
}
.tk_listing_list_grid .item.grid-group-item,
#tk_othersing_others_grid .item.grid-group-item {
    padding: 0 10px 10px;
}
.item.grid-group-item.list-group-item .list_image_block,.item.list-group-item .list_image_block,
.item.grid-group-item.list-group-item .others_image_block,.item.list-group-item .others_image_block {
    display: inline-block;
}
.item.grid-group-item.list-group-item .caption,.item.list-group-item .caption {
    display: inline-block;
    position: absolute;
    padding-right: 15px;
}
.image_open_popup .modal-dialog{
    top: 40px;
}
.image_open_popup .modal-content{
    border-radius: 0px;
    border: none;
}
.image_open_popup .modal-body{
    padding: 0px;
}
.image_open_popup button.close {
    top: 20px;
    position: absolute;
    right: 30px;
    opacity: 1;
    color: #ffffff;
    font-size: 35px;
}
.grid-group-item.list-group-item .list_image_block,
.grid-group-item.list-group-item .others_image_block {
    width: 50%;
}

.grid-group-item.list-group-item .caption {
    width: 50%;
}
.grid-group-item .group.inner.list-group-item-text {
    height: 55px;
    overflow: hidden;
}
.modal-backdrop {
    background-color: #000000;
    opacity: 1 !important;
}
.hotel_price_detail .from_price, .hotel_price_detail .to_price {
    background: #efeff0;
    padding: 10px 0;/* 
	border: 1px solid #d5d5d5; */
	cursor: default;
}
.hotel_price_detail .from_price a, .hotel_price_detail .to_price a{
	color: #000; cursor: default;
}
.details a.hotel_btn{
	color: #fff !important;
    padding: 10px 0;
    text-align: center;
    background: #21bfad;
}
.hotel_price_detail .from_price a span, .hotel_price_detail .to_price a span {
    padding: 0 10px;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}
.default_grid .hotel_price_detail .from_price, .default_grid .hotel_price_detail .to_price{
	background: transparent;
	border: none;
}
.hotel_listing_block .main_grid_view .hotel_price_detail{
    min-height: 40px;
    background-color: #efeff1;
}
.hotel_price_detail::after {
    content: '\f178';
    font-family: FontAwesome;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 5px;
    font-size: 20px;
    color: #f05;
}
.hotel_price_detail::before{
    content: '\f177';
    font-family: FontAwesome;
    display: block;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    text-align: center;
    top: 12px;
    font-size: 20px;
    color: #000;
}









@media (min-width: 992px) {

    .hotel_listing_page_view .tk_right_tourdetails {
        top: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tk_showcase_three .image_area {
        padding: 15px;
        background: none;
        border: none;
    }
    .tk_showcase_three .location_details {
        border: none;
        padding: 0px;
    }
    .center_block {
        padding: 0px;
        position: relative;
        overflow: hidden;
    }
    .tk_right_tourdetails {
        position: fixed;
        top: 167px;
        left: 98%;
        transition: all ease-in 0.5s;
        overflow-y: scroll;
        height: 83%;
        z-index: 9;
        margin-left: 2px;
    }
    
    .tk_right_tourdetails .close_button {
        position: fixed;
    }
    .hideOverflow {
        overflow: hidden
    }
    .filter_side_menu {
        position: relative;
    }
    .filter_side_menu i {
        background: #23bdac;
        padding: 5px 5px;
        font-size: 19px;
        color: #fff;
        margin-bottom: 10px;
        position: absolute;
        left: 95%;
        transition: all ease-in 0.3s;
    }
    .right_fifty {
        left: 43% !important
    }
    .tk_tour_plan_finds .hotel_find {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    .tk_tour_plan_finds .hotel_find .low_price {
        border-radius: 0px;
    }
    .tk_tour_plan_finds .hotel_find .low_price:before {
        display: none;
    }
    .tk_right_tourdetails .tk_tour_plan_finds {
        background: none;
        padding: 0px;
    }
    .close_button i {
        position: absolute;
        left: -35px;
        top: 15px;
        z-index: 9;
        background: #23bdac;
        color: #fff;
        padding: 10px 10px;
        border: 1px solid #23bdac;
        cursor: pointer;
    }
}

@media only screen and (max-width: 767px) {
    .container-fluid.listing_page {
        padding: 0px 10px;
    }
    .filter_hotel_types h3 {
        margin-top: 15px;
    }
    .listing_page .image_area {
        padding: 10px 10px !important;
    }
    .listing_page .tk_right_tourdetails {
        padding: 0px;
        margin-top: 10spx;
    }
    .popularity .nice-select,
    .name .nice-select,
    .price .nice-select {
        margin: 5px 0;
    }
    .popularity .nice-select ul.list,
    .name .nice-select ul.list,
    .price .nice-select ul.list {
        width: auto;
    }
    .Sorting_block {
        margin-bottom: 10px;
    }
    .center_block {
        padding: 0px;
    }
    .center_block {
        padding: 0px;
        position: relative;
        overflow: hidden;
    }
     .tk_right_tourdetails {
        position: fixed;
        top: 107px;
        left: 96%;
        transition: all ease-in 0.5s;
        overflow-y: scroll;
        height: 83%;
        z-index: 9;
        margin-left: 2px;
    }
    .tk_right_tourdetails .close_button {
        position: fixed;
    }
    .hideOverflow {
        overflow: hidden
    }
    .filter_side_menu {
        position: relative;
    }
    .filter_side_menu i {
        background: #23bdac;
        padding: 5px 5px;
        font-size: 19px;
        color: #fff;
        margin-bottom: 10px;
        position: absolute;
        left: 95%;
        transition: all ease-in 0.3s;
    }
    .right_fifty {
        left: 37% !important
    }
    .tk_tour_plan_finds .hotel_find {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    .tk_tour_plan_finds .hotel_find .low_price {
        border-radius: 0px;
    }
    .tk_tour_plan_finds .hotel_find .low_price:before {
        display: none;
    }
    .tk_right_tourdetails .tk_tour_plan_finds {
        padding: 0px;
    }
    .close_button i {
        position: absolute;
        left: -32px;
        top: 45px;
        z-index: 999;
        background: #23bdac;
        color: #fff;
        padding: 10px 10px;
        border: 1px solid #23bdac;
        cursor: pointer;
        width: 35px;
        height: 35px;
    }
ul.tour_planing_block {
    position: static;
    right: 0;
    bottom: 0px;
}
.all_listing_pages .list_single_items {
    margin-top: 15px;
}



}






@media (min-width: 992px) and (max-width: 1200px){
.grid-group-item.list-group-item img.group.list-group-image, .list-group-item img.group.list-group-image {
    width: 250px !important;
    height: 200px !important;
    float: left !important;
}

}
@media(max-width: 768px){
.tk_listing_list_grid a.read_more_list,#tk_othersing_others_grid a.read_more_list { padding: 4px 15px;}
.list_xs_center{ text-align: center; }
.tk_listing_list_grid .share,#tk_othersing_others_grid .share {margin-top: 15px; text-align: center;}
.loadmoreblock{padding-top: 15px;}
}

/*-------------Tourist place listing page css(new)---------end---------*/