p {
    margin-bottom: 30px;
}

.color-white {
    color: #fff !important;
}

.border-default {
    border: 1px solid;
    border-radius: 12px;
}

.header-vertical-padding {
    padding: 15px 0px 15px 0px;
}

.business_count {
    background-color: #313E5B;
    color: #fff;
    padding: 0px 15px 0px 15px;
    border-radius: 3px;
    font-size: 16px;
}

.overlay-default {
    height: 1065px;
}

.box-search-idea {
    border-radius: 53px;
    background-color: #403F3F;
}

.search-idea-input {
    border-radius: 40px !important;
}

.search-idea-input::placeholder {
    color: #BBBBBB !important;
}


/* select search idea */

.select-by-businessType,
.select-by-businessType:hover {
    background-color: #893727;
    color: #fff;
    border-radius: 40px !important;
    padding-left: 20px !important;
    border-color: transparent !important;
}


/* search button */

.btn-search-idea {
    background-color: transparent;
    color: #fff;
}


/* background */

.homepage-background-01 {
    background-image: url("../../images/home/home_background_01.jpg");
    height: 1065px;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgb(0, 0, 0, 0.5);
}

.homepage-background-02 {
    background-image: url("../../images/home/home_background_02.png");
    height: 1065px;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgb(0, 0, 0, 0.5);
}

.homepage-background-03 {
    background-image: url("../../images/home/home_background_03.jpg");
    height: 1065px;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgb(0, 0, 0, 0.5);
}

.homepage-background-04 {
    background-image: url("../../images/home/home_background_04.jpg");
    height: 1065px;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgb(0, 0, 0, 0.5);
}

.homepage .white-btn {
    color: #000000 !important;
    height: 50px !important;
    width: max-content !important;
}

.homepage .white-btn:hover {
    background-color: #fff;
}


/* filter */

.filter_border {
    border-bottom: 1px solid #313E5B !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}

.filter_border::placeholder {
    color: #BBBBBB !important;
}

.filter-icon {
    cursor: pointer;
    width: 40px;
}

.business-filter:focus {
    box-shadow: none !important;
}

.box-search-idea .search-idea:active,
.box-search-idea .search-idea:focus {
    box-shadow: 0 0 0 0.2rem transparent !important;
}

@media(max-width:1920px) {
    .header-search {
        padding: 0px 120px 0px 120px;
    }

    .blog-list-padding {
        padding: 15px 30px 55px 30px;
    }

    .box-select-businessType {
        padding-left: 15px !important;
    }

    .box-search-idea {
        padding: 16px 21px 16px 21px;
        /* width: 640px; */
    }

    .box-search-idea-width {
        /* width: 396px !important; */
        width: -webkit-fill-available;
    }

    .search-idea-input {
        height: 55px !important;
        font-size: 25px !important;
        padding-left: 40px !important;
    }

    /* padding-left: 40px !important; */
    .select-by-businessType,
    .select-by-businessType:hover {
        width: 206px !important;
        font-size: 20px !important;
        height: 55px !important;
    }

    .btn-search-idea {
        font-size: 30px;
    }

    .attachment-full {
        height: 198px;
    }
}

@media(max-width:1680px) {
    .header-search {
        padding: 0px 120px 0px 120px;
    }

    .blog-list-padding {
        padding: 15px 30px 55px 30px;
    }
}

@media(max-width:1499px) {
    .header-search {
        padding: 0px 120px 0px 120px;
    }
}

@media(max-width:1440px) {}

@media(max-width:1399px) {}

@media(max-width:1365px) {}

@media(max-width:1299px) {}

@media(max-width:1199px) {}

@media only screen and (device-width:1024px) {}

@media(max-width:1024px) {
    .box-search-idea-width {
        width: 396px !important;
    }
}

@media(max-width:992px) {
    .header-search {
        padding: 0px 30px 0px 30px;
    }

    .testimonial-name {
        padding-left: 25px !important;
        padding-bottom: 18px;
    }

    .info-title {
        width: 132px;
    }

    .popular-profile {
        width: 100px !important;
    }

    .box-select-businessType {
        padding-left: 15px !important;
    }

    .box-search-idea-width {
        width: 396px !important;
    }

    .attachment-full {
        height: auto;
    }
}

@media(max-width:769px) {}

@media(max-width:541px) {
    .box-search-idea-width {
        width: 200px !important;
    }

    .search-idea-input {
        font-size: 9px !important;
        padding-left: 14px !important;
        height: 35px !important;
    }

    .select-by-businessType,
    .select-by-businessType:hover {
        width: 140px !important;
        font-size: 11px !important;
        height: 40px !important;
    }

    .btn-search-idea img {
        max-width: 30%;
    }
}

@media (max-width: 449.99px) {

    .select-by-businessType,
    .select-by-businessType:hover {
        width: 134px !important;
        font-size: 11px !important;
        height: 52px !important;
    }

    .search-idea-input {
        font-size: 9px !important;
        padding-left: 14px !important;
        height: 52px !important;
    }
}

@media(max-width:415px) {
    .box-search-idea {
        padding: 10px 10px 10px 15px;
        width: 330px;
    }

    .box-select-businessType {
        padding-left: 5px !important;
    }

    .box-search-idea-width {
        width: 145px !important;
    }

    .search-idea-input {
        font-size: 9px !important;
        padding-left: 14px !important;
        height: 35px !important;
    }

    .select-by-businessType,
    .select-by-businessType:hover {
        width: 120px !important;
        font-size: 11px !important;
        height: 35px !important;
    }

    .btn-search-idea img {
        max-width: 75%;
    }
}

@media(max-width:391px) {
    .box-search-idea-width {
        width: 125px !important;
    }
}

@media(max-width:375px) {
    .box-search-idea-width {
        width: 125px !important;
    }
}

@media(max-width:361px) {
    .box-search-idea-width {
        width: 125px !important;
    }
}

@media(max-width:281px) {

    .select-by-businessType,
    .select-by-businessType:hover {
        width: 95px !important;
        font-size: 8px !important;
        height: 35px !important;
    }
}
