
/************ Kuntal *************/

.listarea > h4 
{
    font-weight: bold;
    color: #000;
    font-size: 30px;
}

.listarea > p 
{
    font-size: 18px;
    font-weight: 600;
}

.towns > h4 
{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.listCover  {
    width: 100%;
    background: #d5d5d5;
    padding: 0px 15px;
}
.listCover > ul 
{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 10px;
    flex-flow: wrap;
}

.listCover > ul li a 
{
    padding: 10px;
    display: inline-block;
}
.listCover > ul .active 
{
    background: #25989E;
}

.active-category{
	font-weight:bold;
}

.coverList {
    background: #f6f6f6;
    padding: 20px 20px;
}

.list-towns 
{
    column-count: 4;
}

.list-towns ul 
{
    padding: 0;
    margin: 0;
}

.list-towns ul li {
    list-style: none;
    /* padding-left: 20px; */
    position: relative;
    line-height: 28px;
    transition: all 0.4s ease-in-out;
}

/* .list-towns ul li::before 
{
    content: '\f00c';
    position: absolute;
    left: 0;
    font-family: 'fontawesome';
    color: #fb5d2f;
} */

.list-towns ul li:hover a 
{
    color: #fb5d2f;
    transition: all 0.4s ease-in-out;
}

.listbusness 
{
    padding: 15px;
    border: 1px solid #d5d5d5;
    margin-right: 20px;
}
.star-list 
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.star-list li a
{
    font-size: 22px;
    padding: 0 5px;
    color: #fb5d2f;
}

.left-details h5 
{
    font-size: 18px;
    font-weight: 600;
}


.columns-list 
{
    column-count: 2;
    padding-left: 20px;
}
.why-choose h4 
{
    font-size: 18px;
    font-weight: bold;
}
.why-choose ul
{
    list-style: none;
}

.heading-side 
{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    max-width: 485px;
}

.left-details {
    width: 250px;
    flex: 0 0 250px;
}
.right-content {
    width: 73%;
    position: relative;
}

.right-content p 
{
    padding: 0;
    margin-bottom: 10px;
}

.right-content p 
{
    margin: 0;
    line-height: 26px;
}

.buttonarea a, button {
    display: inline-block;
    background: #fb5d2f;
    margin: 0 10px;
    padding: 6px 25px;
    color: #FFF;
    font-size: 16px;
    border-radius: 35px;
	border:0px;
}

.buttonarea a:first-child, button:first-child
{
    margin-left: 0;
}

.buttonarea a:last-child, button:last-child 
{
    margin-right: 0;
}

.location 
{
    margin-bottom: 10px !important;
    font-size: 15px;
    display: flex;
    align-items: center;
}
.location i 
{
    color: #fb5d2f;
    font-size: 22px;
    margin-right: 10px;
}

.why-choose li i 
{
    color: #fb5d2f;
    font-size: 22px;
    margin-right: 10px;
}



.rating-content 
{
    font-size: 16px !important;
}
.opennow 
{
    margin: 0;
}
.opennow b
{
    color: #fb5d2f;
    text-transform: capitalize;
}


.why-choose ul li 
{
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.why-choose ul li:last-child 
{
    margin-right: 0;
}

.moreInfo {
    background: #25989e;
    border-radius: 0;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}

.moreInfo:hover 
{
    background: #fb5d2f;
    transition: all 0.4s ease-in-out;
    color: #FFF;
}

.buttonarea i 
{
    margin-right: 10px;
}

.year-abs p 
{
    margin: 0;
    display: flex;
    font-size: 20px;
    font-weight: 700;
}

.year-abs p span 
{
    font-size: 13px;
    font-weight: 400;
    padding-left: 10px;
}


.year-abs {
    margin: 0;
    background: #fb5d2f;
    width: 130px;
    padding: 5px 15px;
    justify-content: center;
    color: #FFF;
    position: absolute;
    top: 0;
    right: -21px;
    border-radius: 0 20px;
}

.year-abs::before 
{
    content: '';
    position: absolute;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #d93708;
    right: 0;
    top: 42px;
}

.year-abs p {
    margin: 0;
    display: flex;
    font-size: 20px;
    line-height: 16px;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

.listbusness 
{
    position: relative;
}

.photo-list 
{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin: 0;
    flex-flow: wrap;
}

.photo-list li {
    width: 32.33333%;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
}

.photo-list img 
{
    transition: all 0.6s ease-in-out;
    max-width: 100%;
}

.photo-list li:hover img
{
    transform: scale(1.3);
    transition: all 0.6s ease-in-out;

}

.proList 
{
    column-count: 3;
    padding-left: 20px;
    font-size: 16px;
}

.detailsContent h4
{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.bredCustome ul
{
    list-style: none;
    padding: 0;
}


.bredCustome ul li  
{
    padding-right: 10px;
}

.view-comments-section {
    display: flex;
    padding-top: 30px;
}

.left-part {
    flex: 0 0 50px;
}

.view-comments-section .right-part {
    padding-left: 25px;
}
.right-part {
    position: relative;
    float: right;
}

.left-part img 
{
    max-width: 100%;
}

.view-comment ul 
{
    list-style: none;
    padding: 0;
}

.detailsContent .form-contact .form-control
{
    border-radius: 0;

}

.detailsContent .form-contact label 
{
    font-weight: 600;
}


.detailsContent .send-message  {
    background: #fb5d2f;
    padding: 10px;
}

.mystyle {
    display: block !important;
}

.right-part > a 
{
    font-size: 20px;
    display: inline-block;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}


.bg-bread {
    background: #efefef;
    padding: 10px 0;
}

.bredCustome ul li, .bredCustome ul li a 
{
    color: #000;
}

.select-filter ul
{
    list-style: none;
}

.heading-filter {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 2px solid #25989e;
    padding-bottom: 10px;
}

.select-filter h4 
{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 30px;
}

.select-filter li 
{
    margin-bottom: 10px;
}

.select-filter li label 
{
    margin: 0;
    width: 100%;
}
.select-filter {
    border-bottom: 1px solid #878787;
    margin-bottom: 20px;
}

.columns-list li {
    line-height: 26px;
}

#footer 
{
    margin-top: 0;
}


.bgdesign 
{
    padding: 100px 0 200px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}

.bgdesign::before
{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000099;
}



.banner-heading {
    color: #FFF;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
}

.searchbanner .form-control 
{
    border-radius: 0;
    height: 50px;
    border: 1px solid #979797;
}

.searchbanner 
{
    position: relative;
    z-index: 9;
}

.bnrsearchbtn {
    border: 1px solid #fb5d2f;
    border-radius: 0;
    background: #fb5d2f;
    color: #fff;
    padding: 0 20px;
}

.searchinput {
    padding-left: 35px;
    background: #FFF url(../img/magnifying-glass.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 7px;
}
 
.locationinput {
    padding-left: 35px;
    background: #FFF url(../img/location.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 7px;
}


.banner-des {
    position: absolute;
    left: 0;
    right: 0;
    background: #0006;
    padding: 22px 0;
    bottom: 0;
}

.banner-des h4 
{
    color: #FFF;
    font-weight: 600;
}

.banner-des h4 i 
{
    margin-right: 15px;
    color: #fb5d2f;
}

.banner-des p 
{
    color: #FFF;
}


.appdowarea {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 50px 15px;
    min-height: 260px;
    position: relative;
}

.appdowarea::before 
{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000059;
}

.font-area-app 
{
    max-width: 250px;
    position: relative;
    z-index: 9;
}

.font-area-app h4
{
    font-size: 18px;
    color: #FFF;
    line-height: 24px;
}

.signlondon {
    background: #d0fdff;
    padding: 60px 0;
}

.learn-btn {
    background: #fb5d2f;
    color: #FFF;
    padding: 10px 25px;
    display: inline-block;
    margin-top: 20px;
    transition: all 0.4s ease-in-out;
}

.learn-btn:hover 
{
    background: #25989e;
    transition: all 0.4s ease-in-out;
    color: #FFF;
}


.knowimage img 
{
    max-width: 100%;
}


.knowhowtop h4
{
    font-size: 30px;
    font-weight: 600;
}

.knowarea {
    background: #f3f3f3;
    border: 1px solid #d1d1d1;
}

.knowarea h5 
{
    font-weight: 600;
    font-size: 18px;
}



@media only screen and (max-width: 991.98px) { 
    .list-towns {
        column-count: 3;
    }

     
}

@media only screen and (max-width: 767.98px) {

    .listbusness {
        position: relative;
        flex-flow: wrap;
    }

    .left-details {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .right-content {
        width: 100%;
        position: relative;
    }

    .heading-side 
    {
        width: 100%;
    }

    .list-towns {
        column-count: 2;
    }

    .searchbanner > form 
    {
        flex-flow: wrap; 
    }

    .bnrsearchbtn {
        padding: 10px 20px;
        width: 100%;
    }

    


}

@media only screen and (max-width: 575.98px) { 

    .proList {
        column-count: 2;
    }

    .photo-list li {
        width: 48%; 
    }

    .buttonarea 
    {
        flex-flow: wrap;
    }
    .buttonarea a 
    {
        margin-bottom: 10px;
    }

    .listCover, .towns {
        flex-flow: wrap;
    }

    .listCover > ul 
    {
        margin: 0;
    }

    .listCover > b 
    {
        margin-bottom: 10px;
        display: inline-block;
    }

    .listCover 
    {
        margin-left: 0;
        padding: 15px;
    }

    .towns > h4 
    {
        margin-bottom: 20px;
    }

}


@media only screen and (max-width: 479.98px) { 

    .proList {
        column-count: 1;
    }

    .photo-list li {
        width: 100%; 
    }

    .list-towns {
        column-count: 1;
    }

}




