/*------------Filter Css Start----------------*/
.pkgs-itnry {
    width: 100%;
    padding: 0 0 0 15px;
    margin-top: 0;
}
.pkgs-itnry strong {
    color: #333;
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 5px 5px 0;
}
.pkg-sideinfo {
    box-shadow: 0 0 15px 0 rgb(43 43 43 / 20%);
    margin-top: 63px;
}
/*.pkg-sideinfo ol, ul {
    padding-left: 10px;
    margin-bottom: 20px;
    list-style: none;
    font-size: 17px;
    font-weight: 400;
}*/
/*ol, ul {
    padding-left: 30px;
    margin-bottom: 20px;
    list-style: none;
    font-size: 17px;
    font-weight: 500;
}
*/


.pkgs-itnry ul li {
    color: #333;
    width: 30px;
    height: 30px;
    float: left;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 50%;
    list-style: none;
    text-align: center;
    position: relative;
    font-size: 12px;
    line-height: 28px;
    margin-right: 3px;
    overflow: hidden;
    transition: all .4s ease 0s;
    padding: 0 5px;
    margin-bottom: 3px;
}
.paynow img {
    max-width: 80%;
}
/*------------Filter (theme)-----------------------*/
main {
    background-color: #f8f8f8;
    position: relative;
    z-index: 1;
}
/*-----filter cols---------*/
#filters_col {
    background-color: #fff;
    padding: 20px 20px 15px 20px;
    margin-bottom: 25px;
    border: 1px solid #ededed;
    box-shadow: 0 0 25px 0 rgb(43 43 43 / 25%);
}
#filters_col label {
    color: #333;
    font-weight: 400;
    font-size: 13px;
    font-size: 0.8125rem;
}
a#filters_col_bt {
    display: block;
    color: #333;
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
}
a#filters_col_bt:before {
    font-family: ElegantIcons;
    content: "\66";
    font-size: 26px;
    font-size: 1.625rem;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
    font-weight: 400;
}
.filter_type h6 {
    border-top: 1px solid #ededed;
    margin: 15px 0;
    padding: 15px 0 0 0;
    font-size: 14px!important;
    font-size: 0.8125rem;
}
.filter_type ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}
.filter_type ul li {
    margin-bottom: 5px;
}
.filter_type ul li:last-child {
    margin-bottom: 0;
}
.score strong {
    background-color: #ffffff99;
    color: #555;
    line-height: 1;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    -ms-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
    padding: 10px;
    display: inline-block;
}
.score span {
    display: inline-block;
    position: relative;
    top: 7px;
    margin-right: 8px;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: right;
    line-height: 1.1;
    font-weight: 500;
}
.score span em {
    display: block;
    font-weight: 400;
    font-size: 11px;
    font-size: 0.6875rem;
}
.wrapper-grid {
    padding: 0 0;
}
.box_grid {
    background-color: #fff;
    display: block;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.box_grid .price {
    display: inline-block;
    font-weight: 500;
    color: #999;
}
.box_grid .price strong {
    color: #32a067;
}
.box_grid a.wish_bt {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 9px 10px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.box_grid a.wish_bt:after {
    font-family: ElegantIcons;
    content: "\e030";
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.box_grid a.wish_bt.liked:after {
    content: "\e089";
    color: #fc5b62;
}
.box_grid a.wish_bt:hover.liked:after {
    color: #fc5b62;
}
.box_grid a.wish_bt:hover:after {
    content: "\e089";
    color: #fff;
}
.box_grid figure,
.box_grid figure .img-wrapper {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    height: 210px;
}
.box_grid figure small {
    position: absolute;
    background-color: #000;
    background-color: rgb(245 130 43)!important;
    right: 0px!important;
    bottom: 0px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    padding: 8px 8px 8px 15px!important;
    line-height: 1;
    border-radius: 10px 0px 0px 0px;
}
.box_grid figure .read_more {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 2;
}
.box_grid figure .read_more span {
    background-color: #fcfcfc;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    color: #222;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px 10px;
}
.box_grid figure:hover .read_more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.box_grid figure a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.box_grid figure a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.box_grid .wrapper {
    padding: 25px;
}
.box_grid .wrapper h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 0;
}
.box_grid ul {
    padding: 20px 15px;
    border-top: 1px solid #ededed;
}
.box_grid ul li {
    display: inline-block;
    margin-right: 15px;
}
.box_grid ul li .score {
    margin-top: -10px;
}
.box_grid ul li:last-child {
    margin-right: 0;
    float: right;
}
.cat_star i {
    margin-right: 2px;
    color: #ffc107;
}
.rating {
    color: #ccc;
}
.rating .voted {
    color: #ffc107;
}
.rating i {
    margin-right: 2px;
}
.box_list {
    background-color: #fff;
    display: block;
    position: relative;
    margin: 0 15px 10px 15px;
    min-height: 310px;
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 0 rgb(43 43 43 / 25%);
}
.box_list a.wish_bt {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 9px 10px;
    display: inline-block;
    color: #555;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.box_list a.wish_bt:after {
    font-family: ElegantIcons;
    content: "\e030";
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.box_list a.wish_bt.liked:after {
    content: "\e089";
    color: #fc5b62;
}
.box_list a.wish_bt:hover.liked:after {
    color: #fc5b62;
}
.box_list a.wish_bt:hover:after {
    content: "\e089";
    color: #999;
}
.box_list figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    min-height: 310px;
}
@media (max-width: 991px) {
    .box_list figure {
        min-height: 220px;
        max-height: 220px;
        height: 220px;
    }
}
.box_list figure small {
    position: absolute;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    right: 20px;
    top: 20px;
    text-transform: uppercase;
    color: #ccc;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 10px 4px 10px;
    line-height: 1;
    z-index: 99;
}
@media (max-width: 991px) {
    .box_list figure small {
        right: 15px;
        top: 15px;
    }
}
@media (max-width: 991px) {
    .box_list figure {
        min-height: 220px;
        max-height: 220px;
        height: 220px;
    }
}
.box_list figure .read_more {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 2;
}
.box_list figure .read_more span {
    background-color: #fcfcfc;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    color: #222;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px 10px;
}
.box_list figure:hover .read_more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.box_list figure a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 320px;
    width: auto;
    max-width: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
    .box_list figure a img {
        max-width: inherit;
        height: 460px;
        width: auto;
    }
}
@media (max-width: 767px) {
    .box_list figure a img {
        height: 350px;
    }
}
.box_list figure a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.box_list .wrapper {
    padding: 20px 20px 20px 30px;
    min-height: 180px;
}

@media (max-width: 991px) {
    .box_list .wrapper {
        min-height: inherit;
    }
}
.box_list .wrapper h3 {
    font-size: 20px!important;
    font-size: 1.25rem;
    margin-top: 0;
}
.box_list .wrapper .price {
    display: inline-block;
    font-weight: 500;
    color: #999;
}
.box_list .wrapper .price strong {
    color: #32a067;
}
.box_list small {
    text-transform: uppercase;
    color: #999;
    font-weight: 600;
}
.box_list ul {
    padding: 10px 5px 10px 30px;
    border-top: 1px solid #ededed;
    margin-bottom: 0;
}
.box_list ul li {
    display: inline-block;
    margin-right: 15px;
}
.box_list ul li .score {
    margin-top: 0px;
    margin-right: 30px;
}
.box_list ul li:last-child {
    margin-right: 0;
    float: right;
}
/*---------------End Filter Section----------------------*/
/*---------------Start Package Details Section-------------------*/
.detailspakg {
margin-top: 45px;
}
.sd-package h2 {
    font-size: 30px;
}