
h1, h2, h3, h4, h5, h6{
    color: #000;
}
h2{
    font-size: 44px;
}
h2{
    font-weight: 800;
}
h2  {
    font-family: "Square 721 BT Bold", sans-serif;
}
p{
    font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 1200px){
    header .nav-item.active .nav-link:after{
        background: #ED7D31;
        height: 2px;
        width: 100px;
        margin: auto;
    }
}
@media screen and (max-width: 992px){
    .social_media_right{
        display: none;
    }
}
@media screen and (max-width: 768px){
    .blog_inner{
        padding: 50px 0;
    }
}

@media screen and (max-width: 500px){
    .blog_inner{
        padding: 30px 0;
    }
}

@media screen and (max-width: 320px){
    header .navbar-brand img{
        width: 100px!important;
        height: auto!important;
    }
    .img_more_2 img{
        height: 100%;
        width: auto;
    }

}


@media screen and (max-width: 250px){
    header .navbar-brand img{
        width: 60px!important;
        height: auto!important;
    }
}












.header_v-1 .navbar-expand-sm .navbar-nav .nav-link {
    background: #ffffff90;
}


.container{
    max-width: 90%!important;
    width: 100%!important;
    justify-content: space-between;
}

body{
    background: #efefef!important;
}
header{
    background: url(../img/col-img-2.jpg)!important;
    background-size: 5px;
}
.title-1{
    font-size: 2.5em;
    font-weight: 600;
}
.search_input_group{
    background: white;
}
input, select, .form-control {
    height: 45px!important;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 1em;
}
.search_input_group .input-group-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 5px;
}
.search_input_group input:focus{
    border: none;
    box-shadow: none;
    outline: none;
}
.title-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.filter_btn{
    margin-right: 2%;
    font-size: 1.2em;
    text-align: right;

}

.map_box{
    height: 65vh;
}


.des_lis .list{
    overflow: hidden;
}
.des_lis .list::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff98;
    z-index: -0;
    filter: blur(5px);
    transform: scale(1.5);
    display: none;
}
.des_lis .details_{
    position: relative;
    z-index: 10;
}

.hotel_img img{
    height: 80px;
    width: 80px;
    object-fit: cover;
}


@media (max-width: 767.9px) {
    .map_box {
        height: 300px!important;
        margin-bottom: 20px;
    }
}

.details_ .item {
    display: flex;
}

.details_ .item .icon img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.details_ .address {
    margin-top: 3px;
    display: flex;
}
.color-gray{
    color: #a2a2a2;
}
.details_ .count{
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 0;
}
.details_ .category_name{
    font-size: 1em;
    margin-top: 5px;

}
.details_ .sub_icon img{
    width: 36px!important;
}
.height_box{
    scrollbar-width: none; /* Firefox 64 */
}
.height_box::-webkit-scrollbar {
    display: none;
}
.table th, .table td {
    padding: 0.3rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.top-num{
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-num h4{
    font-size: 2em;
    font-weight: 600!important;
    margin: 0;
    padding: 0;
}

.col_img img{
    width: 100%;
    height: 180px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .height_box{
        height: 65vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

}
@media (max-width: 1200px) {
    .all_details_ .card{
        min-height: 120px;
        margin-bottom: 15px;
    }
}
@media (max-width: 991.9px) {
    .container{
        max-width: 100%!important;
        width: 100%!important;
    }
    .all_details_ .border-right{
        border-right: 0!important;
    }
    .all_details_ .card{
        min-height: inherit!important;
        margin-bottom: 0;
    }
    .filter_form{
        display: none;
    }
}
@media (max-width: 400px) {
    .navbar-brand img{
        height: 50px;
    }
    .map_box {
        height: 250px!important;
    }
}

@media (max-width: 350px) {
    .custom_col_6{
        flex: 0 0 100%;
        width: 100%!important;
        max-width: 100%!important;
    }
}


/* More Button / Dropdown Menu */
.more_options{
    position: relative;
}
.more-btn,
.more-menu-btn {
    background: none;
    border: 0 none;
    line-height: normal;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
    text-align: left;
    outline: none;
    cursor: pointer;
}

.more-dot {
    background-color: #aab8c2;
    margin: 0 auto;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 1px;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.more-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 900;
    padding: 10px 0;
    margin-top: 9px;
    background-color: #fff;
    border: 1px solid #ccd8e0;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
    opacity: 0;
    transform: translate(0, 15px) scale(.95);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    pointer-events: none;
}

.more-menu-caret-outer,
.more-menu-caret-inner {
    position: absolute;
    display: inline-block;
    margin-left: -1px;
    font-size: 0;
    line-height: 1;
}

.more-menu-caret-outer {
    border-bottom: 10px solid #c1d0da;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: auto;
    left: 0;
    top: 0;
    width: auto;
}

.more-menu-caret-inner {
    top: 1px;
    left: 1px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}

.more-menu-items {
    margin: 0;
    list-style: none;
    padding: 0;
}

.more-menu-item {
    display: block;
}

.more-menu-btn {
    min-width: 100%;
    color: #66757f;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 20px;
    position: relative;
    white-space: nowrap;
}

.more-menu-item:hover {
    background-color: #63734f ;
}

.more-menu-item:hover .more-menu-btn {
    color: #fff;
}

.more-btn:hover .more-dot,
.show-more-menu .more-dot {
    background-color: #516471;
}

.show-more-menu .more-menu {
    opacity: 1;
    transform: translate(0, 0) scale(1);
    pointer-events: auto;
}



table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background-image: url(../img/icons/sort.png)  !important ;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 20px;
}
.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate{
    display: none;
}

.dataTable > thead > tr > th[class*="sort"]:before,
.dataTable > thead > tr > th[class*="sort"]:after {
    display: none;
}

.dateListTable .table thead th{
    border: 0;
}

.tableHeight{
    height: 220px;
    overflow: auto;
    scrollbar-width: none; /* Firefox 64 */
}
.tableHeight::-webkit-scrollbar{
   display: none;
}











/*table tr:nth-child(1) {
       background: #63734F;
    }*/

@media only screen and (max-width: 1100px) {
      /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }
        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }
    #no-more-tables tr {
        border: 1px solid #ccc;
    }
    #no-more-tables tr:nth-child(1) {
        display: none;
    }
    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }
    #no-more-tables .fiveper {
        width: 0%;
    }
    #no-more-tables .tenper {
        width: 0%;
    }
    #no-more-tables .fifteenper {
        width: 0%;
    }
    #no-more-tables .fortyper {
        width: 0%;
    }
    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    /*
	Label the data
	*/
    #no-more-tables td:before {
        content: attr(data-title);
    }
}







.minHeight{
    min-height: 75vh;
}

.header_v-1 .navbar-expand-sm .navbar-nav .nav-link {
    background: #ffffff90;
}


.container{
    max-width: 90%!important;
    width: 100%!important;
    justify-content: space-between;
}

body{
    background: #efefef!important;
}
header{
    background: url(../img/col-img-2.jpg)!important;
    background-size: 5px;
}
.title-1{
    font-size: 2.5em;
    font-weight: 600;
}
.search_input_group{
    background: white;
}
input, select, .form-control {
    height: 45px!important;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 1em;
}
.search_input_group .input-group-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 5px;
}
.search_input_group input:focus{
    border: none;
    box-shadow: none;
    outline: none;
}
.title-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.filter_btn{
    margin-right: 2%;
    font-size: 1.2em;
    text-align: right;

}

.map_box{
    height: 65vh;
}


.des_lis .list{
    overflow: hidden;
}
.des_lis .list::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff98;
    z-index: -0;
    filter: blur(5px);
    transform: scale(1.5);
    display: none;
}
.des_lis .details_{
    position: relative;
    z-index: 10;
}

.hotel_img img{
    height: 80px;
    width: 80px;
    object-fit: cover;
}


@media (max-width: 767.9px) {
    .map_box {
        height: 300px!important;
        margin-bottom: 20px;
    }
}

.details_ .item {
    display: flex;
}

.details_ .item .icon img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.details_ .address {
    margin-top: 3px;
    display: flex;
}
.color-gray{
    color: #a2a2a2;
}
.details_ .count{
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 0;
}
.details_ .category_name{
    font-size: 1em;
    margin-top: 5px;

}
.details_ .sub_icon img{
    width: 36px!important;
}
.height_box{
    scrollbar-width: none; /* Firefox 64 */
}
.height_box::-webkit-scrollbar {
    display: none;
}
.table th, .table td {
    padding: 0.3rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.top-num{
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-num h4{
    font-size: 2em;
    font-weight: 600!important;
    margin: 0;
    padding: 0;
}

.col_img img{
    width: 100%;
    height: 180px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .height_box{
        height: 65vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

}
@media (max-width: 1200px) {
    .all_details_ .card{
        min-height: 120px;
        margin-bottom: 15px;
    }
}
@media (max-width: 991.9px) {
   
    .all_details_ .border-right{
        border-right: 0!important;
    }
    .all_details_ .card{
        min-height: inherit!important;
        margin-bottom: 0;
    }
    .filter_form{
        display: none;
    }
}
@media (max-width: 400px) {
    .navbar-brand img{
        height: 50px;
    }
    .map_box {
        height: 250px!important;
    }
}

@media (max-width: 350px) {
    .custom_col_6{
        flex: 0 0 100%;
        width: 100%!important;
        max-width: 100%!important;
    }
}


/* More Button / Dropdown Menu */
.more_options{
    position: relative;
}
.more-btn,
.more-menu-btn {
    background: none;
    border: 0 none;
    line-height: normal;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
    text-align: left;
    outline: none;
    cursor: pointer;
}

.more-dot {
    background-color: var(--dark);
    margin: 0 auto;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 1px;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.more-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 900;
    padding: 10px 0;
    margin-top: 9px;
    background-color: #fff;
    border: 1px solid #ccd8e0;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
    opacity: 0;
    transform: translate(0, 15px) scale(.95);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    pointer-events: none;
}

.more-menu-caret-outer,
.more-menu-caret-inner {
    position: absolute;
    display: inline-block;
    margin-left: -1px;
    font-size: 0;
    line-height: 1;
}

.more-menu-caret-outer {
    border-bottom: 10px solid #c1d0da;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: auto;
    left: 0;
    top: 0;
    width: auto;
}

.more-menu-caret-inner {
    top: 1px;
    left: 1px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}

.more-menu-items {
    margin: 0;
    list-style: none;
    padding: 0;
}

.more-menu-item {
    display: block;
}

.more-menu-btn {
    min-width: 100%;
    color:  #000;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 20px;
    position: relative;
    white-space: nowrap;
}

.more-menu-item:hover {
    background-color: #63734f ;
}

.more-menu-item:hover .more-menu-btn {
    color: #fff;
}

.more-btn:hover .more-dot,
.show-more-menu .more-dot {
    background-color: #516471;
}

.show-more-menu .more-menu {
    opacity: 1;
    transform: translate(0, 0) scale(1);
    pointer-events: auto;
}



table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background-image: url(../img/icons/sort.png)  !important ;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 20px;
}
.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate{
    display: none;
}

.dataTable > thead > tr > th[class*="sort"]:before,
.dataTable > thead > tr > th[class*="sort"]:after {
    display: none;
}

.dateListTable .table thead th{
    border: 0;
}

.tableHeight{
    height: 220px;
    overflow: auto;
    scrollbar-width: none; /* Firefox 64 */
}
.tableHeight::-webkit-scrollbar{
   display: none;
}




/*Oct 13th, 2021 begin */
body{
    overflow-x: hidden;
}
.page_wrp{
    min-height: 94vh;
}

header .nav_v_2 .nav-link {
    margin-top: 0;
}
header{
    position: relative;
    /*overflow-x: hidden;*/
    padding: 0 0!important;
}
header .nav-link{
    color: #000!important;
}
.nav_11{
    padding: 10px 0;
}
.nav_11 .shp{
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    background: white;
}
.nav_11 .shp.one{
    width: 23%;
    left: -50px;
    transform: skew(-20deg, -0deg);
    -o-transform: skew(-20deg, -0deg);
    -moz-transform: skew(-20deg, -0deg);
    -ms-transform: skew(-20deg, -0deg);
}
.nav_11 .shp.two{
    width: 27%;
    right: 50px;
    transform: skew(-20deg, -0deg);
    -o-transform: skew(-20deg, -0deg);
    -moz-transform: skew(-20deg, -0deg);
    -ms-transform: skew(-20deg, -0deg);
}
.nav_11 .shp.three{
    width: 5%;
    right: 0;
}
.nav_11 .container{
    z-index: 10;
}
.go_back{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #63734f;
    color: white;
    font-size: 1em;
    border-radius: 50px;
}
@media (max-width: 1800px) {
   
    .nav_11 .shp.two{
    width: 30%;
}
}
@media (max-width: 1600px) {
     .nav_11 .shp.one{
        width: 25%;
    }
    .nav_11 .shp.two{
    width: 34%;
}
}
@media (max-width: 1400px) {
     .nav_11 .shp.one{
        width: 30%;
    }
    .nav_11 .shp.two{
    width: 39%;
    right: 35px;
}
}
@media (max-width: 1200px) {
    .nav_11 .shp.two{
    width: 12%;
    right: 0;
}
     .nav_11 .shp.one{
         width: 35%;
     }
}
@media (max-width: 1050px) {
     .nav_11 .shp.one{
         width: 40%;
     }
}
@media (max-width: 767.9px) {
    .head_bg_img {
        background: white !important;
}
}
/*Oct 13th, 2021 end */











/*------------------------------ vertical bootstrap slider----------------------------*/

.slide-wrapper .carousel-inner> .carousel-item.carousel-item-next ,
.slide-wrapper .carousel-inner > .carousel-item.active.carousel-item-right{ 
    transform: translate3d(0, 100%, 0); -webkit-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0);  top: 0;
    
}
.slide-wrapper .carousel-inner > .carousel-item.carousel-item-prev ,
.slide-wrapper .carousel-inner > .carousel-item.active.carousel-item-left{ 
    transform: translate3d(0,-100%, 0); -webkit-transform: translate3d(0,-100%, 0);  -moz-transform: translate3d(0,-100%, 0);-ms-transform: translate3d(0,-100%, 0); -o-transform: translate3d(0,-100%, 0); top: 0;
    
}
.slide-wrapper .carousel-inner > .carousel-item.next.carousel-item-left ,
.slide-wrapper .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right ,
.slide-wrapper .carousel-inner > .carousel-item.active{
    transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);; -moz-transform:translate3d(0,0,0); -o-transform:translate3d(0,0,0); top:0;
    
}

/*------------------------------- vertical carousel indicators ------------------------------*/












