.footerWrap {
    background-color: #252525;
    text-align: center;
    color: #fff;
    padding: 2% 6%;
}
.footerWrap .leftaligned {
    text-align: left;
}
.footerWrap .leftblock {
    font-size: 14px;
}
@media screen and (min-width: 768px) {
    .footerWrap .leftblock {
        font-size: 15px;
    }
}
.footerWrap .firstblock {
    border-bottom: 2px dashed white;
    padding: 5% 3%;
    border-right: unset;
    height: unset;
}
@media screen and (min-width: 768px) {
    .footerWrap .firstblock {
        border-right: 2px dashed white;
        padding: 1% 1%;
        border-bottom: unset;
        height: 120px;
    }
}
.footerWrap .secondblock {
    border-bottom: 2px dashed white;
    border-right: unset;
    padding: 5% 3%;
    height: unset;
}
@media screen and (min-width: 768px) {
    .footerWrap .secondblock {
        text-align: center;
        border-right: 2px dashed white;
        padding: 1% 1%;
        border-bottom: unset;
        height: 120px;
    }
}
.footerWrap .thirdblock {
    border-bottom: 2px dashed white;
    border-right: unset;
    padding: 5% 3%;
    height: unset;
}
.footerWrap .thirdblock a {
    color: #fff;
}
@media screen and (min-width: 768px) {
    .footerWrap .thirdblock {
        text-align: center;
        border-right: 2px dashed white;
        padding: 1% 1%;
        height: 120px;
        border-bottom: unset;
    }
    .footerWrap .thirdblock a {
        color: #fff;
    }
}
.footerWrap .fourthblock {
    border-bottom: unset;
    border-right: unset;
    padding: 5% 3%;
    height: unset;
}
.footerWrap .fourthblock a {
    color: #fff;
}
@media screen and (min-width: 768px) {
    .footerWrap .fourthblock {
        border-right: 2px dashed white;
        border-bottom: unset;
        padding: 1% 1%;
        height: 120px;
        text-align: center;
    }
    .footerWrap .fourthblock a {
        color: #fff;
    }
}
.footerWrap .emailText {
    font-size: 14px;
}
@media screen and (min-width: 768px) {
    .footerWrap .getintouchWrap {
        padding: 5px;
    }
}
.footerWrap .getintouchWrap {
    padding: 0px;
}
.footerWrap .getintouchWrap .getintouch {
    border: 1.5px solid #ff9d28;
    border-radius: 2px;
    padding: 5px 10px;
    font-size: 15px;
    color: #ff9d28;
}
@media screen and (min-width: 768px) {
    .footerWrap .getintouchWrap .getintouch {
        border: 1.5px solid #ff9d28;
        border-radius: 2px;
        padding: 5px 52px;
        font-size: 17px;
        color: #ff9d28;
    }


    .freqList{
        padding:10px;
        margin:10px;
    }
}
.footerWrap .socialflex {
    text-align: -webkit-center;
    display: inline-flex;
}
.footerWrap .socialfacebook {
    background-image: url('https://media.bookeventz.com/html/bookeventz.com/asset/images/social_white.png');
    width: 27px;
    height: 24px;
    background-position: -116px -11px;
    background-size: 300px;
    margin-top: 12px;
    margin-bottom: 10px;
}
.footerWrap .socialpinterest {
    background-image: url('https://media.bookeventz.com/html/bookeventz.com/asset/images/social_white.png');
    width: 27px;
    height: 24px;
    background-position: -149px -9px;
    background-size: 300px;
    margin-top: 12px;
    margin-bottom: 10px;
}
.footerWrap .socialtwitter {
    background-image: url('https://media.bookeventz.com/html/bookeventz.com/asset/images/social_white.png');
    width: 27px;
    height: 24px;
    background-position: -80px -9px;
    background-size: 300px;
    margin-top: 12px;
    margin-bottom: 10px;
}
.footerWrap .socialgoogle {
    background-image: url('https://media.bookeventz.com/html/bookeventz.com/asset/images/social_white.png');
    width: 27px;
    height: 24px;
    background-position: -186px -9px;
    background-size: 300px;
    margin-top: 12px;
    margin-bottom: 10px;
}
.footerWrap .socialyoutube {
    background-image: url('https://media.bookeventz.com/html/bookeventz.com/asset/images/social_white.png');
    width: 27px;
    height: 24px;
    background-position: -226px -9px;
    background-size: 300px;
    margin-top: 12px;
    margin-bottom: 10px;
}
.footerWrap .socialskype {
    background-image: url('https://media.bookeventz.com/html/bookeventz.com/asset/images/social_white.png');
    width: 27px;
    height: 24px;
    background-position: -264px -9px;
    background-size: 300px;
    margin-top: 12px;
    margin-bottom: 10px;
}

.horizontal-list{
    list-style: none;
}
ul.horizontal-list li{
    display: inline;
    color: #555;
    font-size: 20px;
}

.horizontal-list li::after{
    content: "|";
    padding: 0 10px;
    opacity: .54;
}

.freqList{
    /*padding:10px;*/
    /*margin:10px;*/
}

ul.horizontal-list{
    padding-inline-start:0 !important;
    word-wrap:break-word;
}
@media screen and (max-width: 768px) {
    .fixed-bottom-check{
        z-index: 10;
        position: fixed;
        bottom: 0;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        display: block;
    }
    .filter-wrap-fixed-listingFilter{
        background-color: #5b5b5b;
        padding-top: 11px;
        width: 50%;
        height: 46px;
        clear: both;
        border: none;
        color: #fff;
        float: left;
        margin-left: 0;
        margin-top: 0;
        opacity: 1;
        z-index: 10;
        cursor: pointer;
        margin-right: 0;
    }
    .enquire-noew-wrap-mobile-filter{
        background-color: #4a266e;
        float: right;
        border: none;
        width: 50%;
        height: 46px;
        margin-right: 0;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
        color: #fff;
        cursor: pointer;
    }
    .enquire-noew-fixed-filter {
        border: none;
        background-color: transparent;
        color: #fff;
        padding-top: 0;
        font-size: 18px;
    }
}