/*
Custom CSS for TemplateMo 561 Purple Buzz

https://templatemo.com/tm-561-purple-buzz

*/


.sizelogo {
    max-height: 60px;
    max-width: 100%;
}


.mapsize {
    height: 350px;
    width: 100%;
}

.banner-content {
    /* background-color: rgba(0, 0, 0, 0.158) !important; */

}


.text-custom {
    color: #000;
}


.bg-black {
    background-color: #212529;
}

.bg-bluer {
    background-color: #0362c1;
}

.bg-foot {
    background-color: #00303f;

}

.tomar-r {
    margin-right: 25px;
}


#more {
    display: none;
}

.toright {
    float: right;
    margin-right: 20px;
    margin-bottom: 20px;
}


.imgheight {
    height: auto;
}


.reviewimg {
    max-height: 100px;
}

.revimgdiv {
    background-color: #efeffd;
}



/* styles for the testimonials start here __________________________________________________________ */

.client {
    min-height: 500px;
    color: #000;
    background-color: #efeffd;
}

.caritem {
    color: #000;
}

/* styles for the testimonials start here __________________________________________________________ */


.bord {
    /* border: 1px solid red; */
}

.revimg {
    height: 100px;
}

.carditem {
    background-color: aliceblue;
    border: #ccc 1px solid;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    margin-top: 20px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 1.5625rem solid transparent;
    border-right: 1.5625rem solid transparent;
    border-top: 1.25rem solid #000;
}

.btn-outline-light {
    border-color: #000 !important;
    color: #000;
}

.faqaccordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.faqactive,
.faqaccordion:hover {
    background-color: #ccc;
}

.faqaccordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.faqactive:after {
    content: "\2212";
}

.faqpanel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

@media (min-width: 950px) {
    .hight-equal {
        min-height: 323px;
    }
    .hight-equal-row1 {
        min-height: 223px;
    }
    .hight-equal-row3 {
        min-height: 323px;
    }
    .hight-equal-row4 {
        /* min-height: 313px; */
    }
}