* {
    box-sizing: border-box;
}

body {
    position: relative;
    padding-bottom: 310px;
    min-height: 100vh;
}

@media screen and (max-width: 992px) {
    body {
        padding-bottom: 500px;
    }
}

@media screen and (max-width: 768px) and (min-width: 100px) {
    body {
        padding-bottom: 1100px;
    }
}

span#SpanSearchIcon.input-group-text {
    background-color: transparent;
    border: none;
}

.fa {
    color: #007bff;
}

.ai-searchbox.input-group {
    margin-top: 10px;
    padding-left: 10px;
    background-color: #fff !important;
    border: white;
    border-radius: 10px;
    height: 50px;
    max-width: 500px;
    overflow: visible;
    display: block;
    box-shadow: 4px rgba(7, 117, 190, 0.15);
    transition: all 0.3s ease;
}

.ai-searchbox.input-group .fa {
    padding: 8px;
    /* margin: 4px 4px 4px -36px; */
    width: 32px;
    height: 32px;
    border-radius: 16px;
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    cursor: pointer;
}

#ai-input-search.form-control {
    border: 0;
    background-color: transparent;
    box-shadow: none;
}


/* robotHeading ends */

.heading {
    line-height: 1;
    letter-spacing: -.02rem;
    font-size: 1.5rem;
    font-weight: 500;
    padding-left: 10px;
}

.highlighter {
    color: #007bff;
}


/* siderbar enterprise card active starts */

.locationCards{
    width: 100%;
    padding: 0px 10px;
    /*min-height: 100vh;*/
    position: relative;
    right: 0;
}


/* siderbar enterprise card active ends */


/* enterprise card section starts */

.card.organization-card {
    margin-top: 20px;
    width:  100%;
    height: 260px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.87);
    border-radius: 8px;
    border: 1px solid #dadada;
    /* box-shadow: 0 2px 4px 2px rgb(0 0 0 / 11%); */
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #fff;
    vertical-align: top;
    text-align: left;
    list-style-type: none;
    display: inline-block;
    white-space: normal;
    letter-spacing: normal;
    font-size: 12px;
}


/* @media screen and (max-width: 992px) {
    .card.organization-card {
        max-width: 320px;
    }
} */

.organization-card .cardImg {
    width: 75px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(15%);
    overflow: hidden;
    position: relative;
    z-index: 4;
    display: block;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 0px 1px;
    float: right;
    right: 10px;
}

a.card-deco {
    text-decoration: none;
}

h6.card-title {
    color: #727272;
    font-size: 12px;
}


/* nav tab toggleable */

.organization-card .profile-overview a {
    text-decoration: none;
}

.organization-card .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.organization-card span.review-num {
    padding-left: 2px;
}

.organization-card span.review-count {
    padding-left: 5px;
    color: #007bff;
    font-weight: 500;
}
.icon{color: #fff;background: #007bff;height: 60px;width: 60px;display: block;text-align: center; margin-bottom: 20px;}
.icon .fa{color: #fff;font-size: 22px; line-height: 58px;}
.address-box h3{font-size: 1.4rem; font-weight: bold;}
.address-box p{line-height: 1.8; font-size: 16px;}
.address-box a{color: #007bff; font-size: 16px;}

/* Main filters and card ends */

@media only screen and (max-width: 614px) {
    .heading {
        font-size: 18px;
    }
}

.address-box {
    padding: 20px;
    box-shadow: 0 9px 54px 0 rgba(32,32,32,.1);
    border-radius: 4px;
    height: 100%;
}
textarea.form-control{height: 150px;}
.myform {
   
    padding: 2rem;
    margin-top: 0.2rem;

    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border-radius: 1.1rem;
    outline: 0;
    border: 2px solid #ddd;
    box-shadow: rgba(120, 120, 160, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0px);
}
.form-control{font-size: 14px; padding: 8px 15px;}


span.highlighter {
    font-size: 30px !important;
    font-weight: bold !important;
}
h2#Most_Popular {
    text-align: center !important;
    margin-bottom: 3% !important;
    font-weight: bold !important;
    font-size: 30px !important;
}

span.highlighter_ad {
    font-size: 30px !important;
}