@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');

body {
    margin: 0 auto;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}

.top-banner h1{
    font-size: 44px;
}
.top-banner h1 i{
    font-size: 25px;
}
@media (min-width:1650px) and (max-width:1910px) {
    .top-banner h1{
        font-size: 55px;
        padding-right: 0 !important;
    }
    .top-banner h1 i{
        font-size: 28px;
    }         
    .border-box{
        margin-left: 0;
    }
}
@media (min-width:1911px) and (max-width:2299px) {
    .top-banner h1{
        font-size: 63px;
        padding-right: 0 !important;
    }
    .top-banner h1 i{
        font-size: 35px;
    }
    .top-banner h2{
        font-size: 50px;
    }         
    .border-box{
        margin-left: 0;
    }
}
@media (min-width:2300px) and (max-width:2700px) {
    .top-banner h1{
        font-size: 62px;
        padding-right: 0 !important;
    }
    .top-banner h1 i{
        font-size: 35px;
    }   
    .top-banner h2{
        font-size: 45px;
        padding-top: 0 !important;
    }       
    .border-box{
        margin-left: 0;
    }
    .responsive-container{
        width:1000px;
    }
}
@media (min-width:2701px) and (max-width:4800px) {
    .top-banner h1{
        font-size: 63px;
        padding-right: 0 !important;
    }
    .top-banner h1 i{
        font-size: 34px;
    }   
    .top-banner h2{
        font-size: 45px;
    }     
    .border-box{
        margin-left: 150px;
    }
}




.owl-dots {
    display: none;
}

.owl-nav {
    height: 0;
}

::selection {
    background: #e84f3b;
    color: #fff;
}

.banner-sticky {
    display: none;
    transition: .5s;
}

.fixed_div .banner-sticky {
    position: fixed;
    top: 0px;
    left: 0;
    transition: .5s;
    z-index: 999;
    width: 100%;
    height: auto;
}

.pl-text-logo {
    width: 350px;
    float: left;
}

.fixed-banner.fixed_div {
    position: relative;
    transition: .5s;
}

.fixed_div .banner-sticky {
    display: block;
    transition: .5s;
}

.mobile_menu {
    display: none;
}

.search_bar {
    padding: 20px 0 40px 0;
    margin-top: -80px;
    margin-bottom: -40px;
}

.search_bar ul {
    display: flex;
    /* background: rgb(3, 171, 200, .4); */
    background: rgb(132 200 212 / 70%);
    padding: 20px;
    margin: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    flex-direction: row;
    align-items: end;
}

.search_bar li {
    list-style: none;
    width: 10.666%;
    margin: 2px;
}

.search_bar li:nth-child(1) {
    width: 14%;
}

.search_bar li:nth-child(2) {
    width: 11%;
}

.search_bar li:nth-child(3) {
    width: 20%;
}

.search_bar li:nth-child(4) {
    width: 20%;
}

.select2-container {
    width: 100% !important;
}

.search_bar li:nth-child(5) {
    width: 22%;
}

.search_bar li:nth-child(6) {
    width: 12%;
}

.select2-container .select2-selection--single {
    height: 32px;
    border-radius: 0;
    border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: solid #e84f3b;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    height: 0;
    left: 50%;
    margin-left: -8px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 0;
}

.explore_community .select2-container--default .select2-selection--single .select2-selection__arrow b {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.explore_community .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    padding-right: 20px;
    color: #999;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: solid #e84f3b;
    border-width: 0 2px 2px 0;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #03abc8;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #03abc8;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #03abc8;
    font-size: 13px;
    font-weight: bold;
}

.select2-results__option--selectable,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 13px;
    font-weight: 600;
}

.select2-dropdown {
    border: 0;
    border-radius: 0;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.custom_input input {
    border: 0;
    height: 32px;
    font-size: 14px;
    color: #03abc8;
    font-style: italic;
    font-weight: 600;
    padding: 4px 10px;
    width: 100%;
}

.search_bar li.custom_input {
    /* width: 200px; */
    margin-left: 20px;
}

.custom_input input::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #999;
}

.custom_select label,
.custom_input label {
    color: #fff;
    font-size: 14px;
    padding-bottom: 6px;
    font-weight: 600;
}

.search_btn {
    border: 0;
    background: #e84f3b;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    line-height: 30px;
}

.custom_select select {
    font-size: 13px;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    color: #03abc8;
    position: relative;
}

.custom_select option {
    color: #58595b;
    font-size: 13px;
}

.form-select:focus,
input:focus,
textarea:focus {
    outline: 0 !important;
    border-color: #03abc8 !important;
    box-shadow: none !important;
}

/*.logo span{
	font-size: 66px;
    font-weight: 700;
    line-height: 28px;
    padding: 0 6px;
    height: 55px !important;
    display: inline-block;
    width: 50px;
    color: #03abc8;
    background: #fff;
}
.logo i{
	font-size: 26px;
    color: #e84f3b;
    position: relative;
    left: -14px;
    top: -4px;
}*/

.second_header .tag_line h1 {
    /* font-size: 42px; */
    padding-left: 20px;
}

.second_header .nav_menu p {
    color: #fff;
    align-items: center;
}

.second_header .tag_line span i {
    font-size: 24px;
}

.custom_header {
    background: #03abc8;
    padding: 30px 0;
    position: fixed;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    text-align: center;
    /*height: 120px;*/
    /*line-height:160px;
    height: 200px;*/
}

/*.custom_header.shrink {
	-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    height: 100px;
    line-height:80px;
}*/
.tag_line h1 {
    font-size: 66px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    margin: 0;
    line-height: 1;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/*.custom_header.shrink .tag_line h1*/
/*{
    font-size:34px;
    text-align: left !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}*/
.tag_line span {
    font-style: italic;
}

.tag_line span i {
    color: #e84f3b;
    font-size: 36px;
    position: relative;
    top: -10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    right: -12px;
    font-weight: 800;
}

/*.custom_header.shrink .tag_line span i{
	font-size: 22px;
    position: relative;
    top: -5px;
    right: -8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}*/
.nav_menu {
    position: relative;
    margin-bottom: -10px;
    z-index: 1;
    transition: .3s;
}

.nav_menu p {
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    margin: 0;
    display: flex;
    justify-content: end;
}

/*.custom_header.shrink .nav_menu p{
	color: #fff;
}*/
.nav_menu p span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding-right: 4px;
    letter-spacing: 1px;
}

.nav_menu ul {
    /*display: none;*/
    padding: 0;
    background: rgb(3, 171, 200, .8);
    /*padding: 10px 0;*/
    margin: 0;
    position: absolute;
    border: 0;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    right: 0;
    padding-top: 50px;
    z-index: -1;
    border-radius: 0;
    margin-left: auto !important;
    width: 230px;
}

.nav_menu li {
    list-style: none;
    color: #fff;
    text-align: right;
    white-space: nowrap;
    padding: 10px 10px 10px 20px;
}

.nav_menu li:hover {
    background: #0f728e;
}

.nav_menu li h4 {
    font-size: 20px;
}

.nav_menu li a,
.sub_dropdown p {
    text-decoration: none;
    color: #fff;
    text-align: right;
    font-size: 16px;
}

.sub_dropdown p {
    margin: 0;
}

/*.nav_menu:hover ul{
	display: block;
}*/
.sub_dropdown {
    position: relative;
}

.nav_menu ul.sub_dropdown_menu {
    position: absolute;
    right: 230px;
    padding-top: 0px;
    top: 0;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.sub_dropdown:hover .sub_dropdown_menu {
    display: block;
}

.custom_banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 90vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.custom_banner.half_banner {
    height: 55vh;
    margin-top: 105px;
}

.custom_banner h2 {
    /* width: 49%; */
    width: 70%;
    color: #fff;
    font-size: 42px;
    text-align: center;
    font-weight: 600;
    position: relative;
    /*top: -10%;*/
    margin-bottom: 140px;
    text-shadow: 2px 2px 4px rgb(0, 0, 0, 1);
    /*text-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;*/
}

.custom_banner h2 span {
    display: block;
}

.nav_menu .dropdown-menu.show {
    transform: none !important;
    top: 0 !important;
    right: 0 !important;
}

.circle_sec {
    padding: 100px 0;
}

.circle_sec a {
    text-decoration: none;
    display: block;
}

.circle_sec img {}

.app_sec,
.discover_sec,
.card_sec {
    background-color: #fff;
    padding: 100px 0;
}

.circle_sec_content h3 {
    font-size: 32px;
    font-weight: 800;
    color: #03abc8;
}

.circle_sec_content h3 span {
    font-style: italic;
}

.circle_sec_content h3 i {
    color: #e84f3b;
    font-size: 20px;
    position: relative;
    top: -5px;
    right: -5px;
}

.circle_sec_content p {
    color: #58595b;
    font-size: 18px;
    padding: 30px 130px 0;
}

.circle_info_img {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    margin: 0 auto;
    display: block;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.circle_content_icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 10px;
}

.circle_content h5 {
    font-size: 18px;
    margin-bottom: 0;
    color: #e84f3b;
    font-weight: 800;
}

.circle_content p {
    color: #58595b;
    font-size: 15px;
}

.circle_content p a {
    color: #03abc8;
    text-decoration: none;
    font-weight: 600;
}

.custom_divider {
    background: lightgrey;
    height: 2px;
    width: 60%;
    margin: 0 auto;
    display: block;
}

.app_sec_content h3 {
    font-size: 32px;
    font-weight: 200;
    font-style: italic;
    color: #03abc8;
}

.app_sec_content h3 b {
    font-weight: 600;
}

.app_img_sec img {
    width: 500px;
    margin: 0 auto;
    display: block;
}

.app_info img {
    width: 90px;
    display: block;
    margin: 0 auto;
}

.app_info h3 {
    text-align: center;
    font-size: 30px;
    color: #414042;
    font-weight: 600;
    padding-top: 20px;
}

.app_info h3 b {
    color: #03abc8;
}

.app_info ul {
    padding-left: 80px;
    padding-top: 20px;
}

.app_info li {
    list-style: none;
    color: #58595b;
    position: relative;
    font-size: 20px;
    padding: 4px 10px;
}

.app_info li:before {
    content: '';
    position: absolute;
    background-image: url('../images/list_img.png');
    width: 20px;
    height: 20px;
    background-size: contain;
    left: -14px;
    top: 18px;
    background-repeat: no-repeat;
}

.app_info li span {
    color: #73be00;
    font-weight: 600;
}

.app_info .cust_btn {
    display: block;
    margin: 80px auto 0;
    width: 160px;
    background: #00739b;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.discover_sec_content h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #414042;
}

.discover_sec_content h2 b a,
.card_sec_content h3 b,
.feature_sec_content h3 b,
.popular_cate_sec_content h3 b,
.more_cate_sec_content h3 b,
.category_sec h3 b {
    color: #03abc8;
}

.discover_sec_content h2 b a {
    text-decoration: none;
}

.discover_sec_content p {
    font-size: 18px;
    padding: 30px 20px 0;
    color: #58595b;
    margin: 0;
}

.card_sec_content h3,
.feature_sec_content h3,
.popular_cate_sec_content h3,
.more_cate_sec_content h3,
.category_sec h3 {
    color: #414042;
    font-weight: 700;
    font-size: 28px;
}

.card_sec_content h3 b {
    display: block;
}

.card_sec_content p {
    color: #58595b;
    margin: 0;
    font-size: 16px;
    padding: 20px 50px 0;
}

.card_logo {
    text-align: center;
}

.card_logo img {
    width: 190px;
    height: 100px;
    object-fit: contain;
}

.card_img img {
    width: 100%;
}

.custom_card h6 {
    text-align: center;
    color: #e84f3b;
    font-size: 16px;
    font-weight: 700;
    border-top: 2px solid lightgrey;
    padding-top: 20px;
    margin-top: 20px;
}

.custom_card {
    margin-bottom: 50px;
}

.custom_card a {
    text-decoration: none;
}

.google_add img {
    width: 100%;
    padding: 0 60px;
}

.explore_community h4 {
    color: #414042;
    font-size: 24px;
    font-weight: 600;
}

.explore_community a,
.explore_community .custom_select {
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-decoration: none;
    color: #414042;
    justify-content: center;
    width: 270px;
    padding: 5px 30px;
    margin: 5px auto 0;
    font-size: 14px;
    font-weight: 500;
}

.explore_community .custom_select img {
    width: 30px;
    margin-right: 10px;
}

.explore_community a i {
    color: #e84f3b;
    padding-left: 20px;
    font-size: 26px;
}

.custom_footer {
    background: #03abc8;
    padding: 30px 0;
}

.footer_content h4 img {
    width: 80% !important;
}

.footer_content h4 {
    color: #fff;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.footer_content h4 span {
    font-style: italic;
}

.footer_content h4 i {
    color: #e84f3b;
    font-size: 18px;
    position: relative;
    top: -3px;
    right: -6px;
}

.footer_content ul {
    padding: 0;
}

.footer_content li {
    list-style: none;
    padding-right: 10px;
}

.social_icon a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    padding-right: 6px;
}

.footer_content li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.social_icon {
    padding-bottom: 80px;
}

.footer_links ul {
    padding: 0;
    margin: 0;
}

.footer_links li {
    list-style: none;
}

.footer_links li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer_links {
    padding-top: 30px;
}

.footer_links h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.footer_links h5 span {
    font-style: italic;
}

.footer_links h5 i {
    color: #e84f3b;
    font-size: 14px;
    position: relative;
    top: -2px;
    right: -5px;
}

.footer_border {
    border-left: 1px solid lightgrey;
    padding-left: 20px;
}

.site_info {
    background-color: #e84f3b;
    padding: 10px 0;
}

.site_info p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.site_info a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.site_info span {
    color: #fff;
}

.cust_add_btn {
    color: #fff !important;
    font-size: 16px;
    text-decoration: none;
    background-color: #03abc8;
    border: 2px solid #fff;
    width: 250px;
    text-align: center;
    line-height: 30px;
    border-radius: 40px;
    font-weight: 600;
    position: relative;
    /*top: -18%;*/
    padding: 10px;
}

.custom_banner.half_banner .cust_add_btn {
    display: block;
    float: right;
    margin-bottom: 20px;
}

.second_tag_line span {
    color: #03abc8;
}

.second_tag_line h2 {
    font-size: 62px;
    color: #414042;
    font-weight: 700;
    text-align: center;
    padding: 100px 0 0;
}

.feature_sec {
    padding: 100px 0;
}

.feature_sec_content p,
.popular_cate_sec_content p {
    color: #58595b;
    font-size: 20px;
}

.business_listing {
    text-align: center;
    padding-top: 50px;
}

.business_listing h4 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 0;
    padding-top: 10px;
}

.business_listing a {
    text-decoration: none;
}

.business_listing small,
.business_listing i {
    color: #03abc8;
}

.business_listing img {
    width: 100%;
    aspect-ratio: 1.1 / 0.92;
    object-fit: cover;
}

.business_listing .list_icon {
    /*display: block;
	margin: 0 auto;*/
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.business_listing p {
    margin: 0;
    color: #e84f3b;
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
}

.business_listing span {
    color: #414042;
    font-size: 12px;
    padding-bottom: 10px;
    display: block;
}

.business_listing i {
    font-size: 18px;
}

.business_listing_content {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 100%;
}

.banner_tag h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}

.banner_tag {
    padding: 30px 0;
}

.banner_tag_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard_sec .update_button a,
.purchase_btn {
    margin-right: 10px;
    width: 140px;
}

.dashboard_sec .preview_btn {
    margin-right: 10px;
    width: 140px;
    background: none;
}

.full_calendar .custom_collapse_sec h4,
.full_calendar .moreless-button,
.full_calendar .update_button a,
.purchase_btn,
.full_calendar_daily .custom_collapse_sec h4,
.full_calendar_weekly .custom_collapse_sec h4 {
    color: #92278f;
}

.banner_tag a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background: transparent;
    border: 2px solid #fff;
    width: 200px;
    border-radius: 10px;
    line-height: 30px;
    text-align: center;
}

.popular_cate_sec {
    padding: 100px 0;
}

.restaurant_cate_slider {
    /* padding-top: 30px; */
}

.restaurant_cate_slider h3,
.nightLife_cate_slider h3,
.slider_sec h3 {
    font-size: 26px;
    font-weight: 700;
    display: inline-block;
}

.restaurant_cate_slider a,
.nightLife_cate_slider a,
.slider_sec a {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding-right: 10px;
    color: #03abc8;
}

.custom_slider {
    position: relative;
    box-shadow: rgb(0 0 0 / 35%) 0px 2px 10px;
    /* margin: 10px 10px 20px; */
}

.custom_slider h5 {
    position: absolute;
    bottom: 10px;
    color: #000;
    background: rgb(255, 255, 255, .7);
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 3px 0;
}

.service_slider .owl-prev span {
    left: -10px;
    top: 85px;
}

.service_slider .owl-next span {
    top: 85px;
    right: -10px;
}

.popular_cate_sec .owl-prev span,
.slider_sec .owl-prev span,
.blog_listing_sec .owl-prev span {
    left: -13px;
    top: 122px;
}

.popular_cate_sec .owl-next span,
.slider_sec .owl-next span,
.blog_listing_sec .owl-next span {
    right: -10px;
    top: 122px;
}

.popular_cate_sec .owl-prev span,
.popular_cate_sec .owl-next span,
.slider_sec .owl-next span,
.slider_sec .owl-prev span,
.service_slider .owl-prev span,
.service_slider .owl-next span,
.blog_listing_sec .owl-next span,
.blog_listing_sec .owl-prev span {
    color: #fff;
    height: 30px;
    width: 30px;
    display: block;
    border-radius: 100%;
    position: absolute;
    line-height: 27px;
    text-align: center;
}

.restaurant_cate_slider .custom_slider img,
.nightLife_cate .custom_slider img {
    height: 200px;
    object-fit: cover;
}

.insurance .custom_slider img,
.financial_serv .custom_slider img,
.legal_serv .custom_slider img {
    height: 250px;
    object-fit: cover;
}

.professional_cate .custom_slider img,
.collegeSchool_cate .custom_slider img {
    height: 300px;
    object-fit: cover;
}

.owl-prev span,
.owl-next span {
    font-weight: 500;
    font-size: 26px;
    line-height: 22px;
    text-align: center;
}

.restaurant_cate,
.professional_cate_slider,
.collegeSchool_cate {
    /* padding-bottom: 30px; */
}

.restaurant_cate_slider .owl-prev span,
.restaurant_cate_slider .owl-next span {
    background-color: #e16921;
    top: 85px;
}

.nightLife_cate_slider .owl-prev span,
.nightLife_cate_slider .owl-next span {
    background-color: #e94e3b;
    top: 85px;
}

.professional_cate_slider .owl-prev span,
.professional_cate_slider .owl-next span {
    background-color: #f0af13;
    top: 145px;
}


.collegeSchool_cate_slider .owl-prev span,
.collegeSchool_cate_slider .owl-next span {
    background-color: #d74992;
    top: 145px;
}

.interest_topic_slider .owl-prev span,
.interest_topic_slider .owl-next span {
    top: 50% !important;
}

.blog_listing_sec .owl-prev span,
.blog_listing_sec .owl-next span {
    top: 270px;
}

.legal_serv_slider .owl-prev span,
.legal_serv_slider .owl-next span,
.interest_topic_slider .owl-prev span,
.interest_topic_slider .owl-next span {
    background: #03abc8;
}

.insurance_slider .owl-prev span,
.insurance_slider .owl-next span,
.recent_articles .owl-next span,
.recent_articles .owl-prev span {
    background: #8b8b8c;
}

.financial_serv_slider .owl-prev span,
.financial_serv_slider .owl-next span {
    background: #73be00;
}

.service_slider .owl-next span,
.service_slider .owl-prev span {
    background: #03abc8;
}

.modal-xl {
    max-width: 90%;
}

#previewModal {
    z-index: 1111111 !important;
}

#previewModal .modal-header {
    background: #03abc8;
    color: #fff;
}

#previewModal .modal-body {
    height: 500px;
}

#previewModal .close {
    background: none;
    border: none;
    font-size: 24px;
    color: #fff;
}

.slider_sec,
.category_sec {
    padding: 100px 0;
}

.more_cate_sec {
    padding: 100px 0px 40px;
}

.more_cate_sec_content i {
    color: #e94e3b;
}

.category_sec_content p {
    font-size: 18px;
    color: #58595b;
}

.category_box {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    margin-bottom: 20px;
    /* height: 328px; */
}


.category_box img {
    width: 100%;
    /* height: 328px; */
    object-fit: cover;
}

.category_box_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    /* justify-content: center; */
    text-align: center;
    margin-top: 6px;
}

.category_box_content h4 {
    font-size: 22px;
    color: #03abc8;
    font-weight: 700;
    border-bottom: 1px solid lightgrey;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.category_box_content small {
    color: #e84f3b;
    padding-bottom: 20px;
}

.category_box_content p {
    color: #414042;
    font-size: 16px;
    font-weight: 600;
}

.category_box_content span a {
    font-size: 14px;
    color: #999;
    /* padding-bottom: 20px; */
}

.category_box_content a {
    color: #03abc8;
    text-decoration: none;
    font-size: 16px;
    /* font-weight: 600; */
}

.view-all {
    font-weight: 600;
    margin-top: 14px;
}

.back_btn a {
    text-decoration: none;
    color: #e84f3b;
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
}

.back_btn i {
    color: #58595b;
    padding-right: 6px;
    font-size: 18px;
}

.collapse_content {
    margin-bottom: 20px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 6px 10px;
}

.custom_collapse_sec h4 {
    font-size: 14px;
    color: #03abc8;
    font-weight: 700;
    padding-bottom: 5px;
    margin: 0;
    margin-top: 10px;
}

.custom_collapse_sec {
    height: 600px;
    overflow-y: auto;
}

.collapse_content img {
    width: 30px;
    margin-right: 10px;
}

.custom_collapse_sec,
.custom_checkbox_sec {
    padding-top: 30px;
}

.collapse_content ul {
    padding-left: 40px;
    padding-top: 10px;
}

.collapse_content li {
    list-style: none;
    padding: 4px 0;
}

.collapse_content li a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    color: #58595b;
    margin: 0;
}

.custom_collapse_sec .accordion-flush .accordion-item .accordion-button {
    padding: 0;
    font-size: 14px;
    box-shadow: none;
    font-weight: 500;
    color: #58595b;
}

.accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
}

.custom_collapse_sec .accordion-button::after {
    background-image: url('../images/red_arrow.png');
    background-size: contain;
    width: 10px;
    height: 15px;
}

.custom_collapse_sec .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}

.custom_checkbox_list img {
    width: 30px;
}

.custom_checkbox_list h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding-left: 10px;
}

.custom_checkbox_list .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.custom_checkbox_list .form-group label {
    position: relative;
    cursor: pointer;
    color: #58595b;
    font-size: 14px;
}

.custom_checkbox_list .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #58595b;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: baseline;
    cursor: pointer;
    margin-right: 5px;
}

.custom_checkbox_list .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
    width: 5px;
    height: 9px;
    border: solid #e84f3b;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom_checkbox_list ul {
    padding: 20px 0 0;
    margin: 0;
    overflow: hidden !important;
}

.custom_checkbox_list li {
    list-style: none;
}

.custom_checkbox_list {
    margin-bottom: 20px;
}

.moretext,
.moretext2,
.moretext3,
.moretext4,
.moretext5,
.moretext6,
.moretext7,
.moretext8,
.moretext9,
.moretext10,
.moretext11,
.moretext12,
.moretext13,
.moretext14 {
    display: none;
}

.moreless-button,
.moreless-button2,
.moreless-button4,
.moreless-button5,
.moreless-button6,
.moreless-button7,
.moreless-button10,
.moreless-button11,
.moreless-button12,
.moreless-button13,
.moreless-button14 {
    font-size: 14px;
    font-weight: 500;
    color: #03abc8;
    cursor: pointer;
}

.moreless-button3 {
    cursor: pointer;
}

.update_button a,
.hiring_form_sec button {
    text-decoration: none;
    color: #e84f3b;
    border: 1px solid #58595b;
    width: 130px;
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}

.update_button button {
    text-decoration: none;
    color: #e84f3b;
    border: 1px solid #58595b;
    width: 130px;
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}

.add_img {
    position: absolute;
    right: 10px;
    top: -145px;
}

.add_img img {
    width: 100%;
}

.info_box {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 20px 0;
    background: #fff;
    z-index: 999;
    transition: .5s;
}

.info_box h3 {
    font-size: 28px;
    font-weight: 800;
    margin: 0;
    color: #000;
}

.info_box span {
    font-size: 14px;
    color: #03abc8;
}

.info_box small {
    color: #e84f3b;
}

.info_box a,
.food_detail_content a,
.second_food_detail_content a {
    color: #414042;
    font-size: 14px;
    text-decoration: none;
}

.info_box i,
.food_detail_content i,
.second_food_detail_content i {
    color: #03abc8;
    font-size: 18px;
}

.info_box_text p {
    font-size: 14px;
    margin: 0;
    color: #58595b;
}

.info_box img {
    width: 40px;
}

.info_box_text {
    padding-right: 80px;
}

.food_detail {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    margin-bottom: 20px;
}

.food_detail img {
    width: 100%;
}

.food_detail .gold-image {
    aspect-ratio: 3.5 / 2;
    object-fit: cover
}

.food_detail_content {
    padding: 20px;
}

.food_detail_content h4 {
    font-size: 18px;
    color: #000;
    font-weight: 800;
    margin: 0;
}

.food_detail_content span,
.second_food_detail_content small {
    color: #03abc8;
    font-size: 14px;
}

.food_detail_content p {
    font-size: 14px;
    padding-top: 10px;
    color: #58595b;
}

.food_detail_content ul,
.second_food_detail_content ul {
    padding: 0;
    margin: 0;
}

.food_detail_content li,
.second_food_detail_content li {
    list-style: none;
}

.food_detail_content li a,
.second_food_detail_content li a {
    text-decoration: none;
}

.food_detail_content li img,
.second_food_detail_content li img {
    width: 30px;
}

.second_food_detail {
    display: flex;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    margin-top: 20px;
}

/* .second_food_detail>img {
	width: 200px;
	height: auto;
} */

.second_food_detail_content {
    padding: 20px;
    width: 100%;
}

.second_food_detail_content h4 {
    color: #000;
    font-size: 16px;
    padding-top: 10px;
    font-weight: 800;
    margin: 0;
}

.second_food_detail_content ul {
    padding-top: 10px;
}

.list_food_detail .second_food_detail_content {
    padding: 10px 14px;
}

.list_food_detail .second_food_detail_content h4 {
    padding-top: 0;
}

.cust_pagination ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.cust_pagination li {
    padding: 0 10px;
    list-style: none;
}

.cust_pagination li a {
    text-decoration: none;
    color: #58595b;
    font-weight: 600;
    font-size: 14px;
}

.cust_pagination li i {
    font-size: 24px;
    color: #03abc8;
}

.cust_pagination {
    margin-top: 50px;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.cust_pagination p {
    font-size: 14px;
    color: #58595b;
    margin: 0;
    font-weight: 600;
}

.service_sec_slider {
    padding: 20px 0;
}

.right_sidebar_icon ul {
    padding: 0;
    justify-content: space-between;
    align-items: end;
    display: flex;
}

.right_sidebar_icon li {
    list-style: none;
    text-align: center;
}

.right_sidebar_icon li a h6 {
    font-size: 14px;
    padding-top: 4px;
}

.right_sidebar_icon li a {
    text-decoration: none;
}

.right_sidebar_icon li a h5 {
    font-size: 15px;
    padding-top: 10px;
}

.right_sidebar_icon li a img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.rightSide_social_icon a img {
    width: 40px;
}

.rightSide_social_icon h4 {
    /*text-align: center;*/
}

.rightSide_social_icon h4,
.roghtSide_timeTable h4,
.payment_method h4 {
    font-size: 18px;
    font-weight: 700;
    color: #414042;
}

.roghtSide_timeTable table {
    width: 100%;
}

.roghtSide_timeTable tr {
    border-bottom: 1px solid lightgrey;
}

.roghtSide_timeTable td {
    color: #e84f3b;
    font-size: 15px;
    padding: 4px 0;
}

.payment_method img {
    width: 23%;
}

.rightSide_contact a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 10px;
    background-color: #03abc8;
    background-image: linear-gradient(to right, #03abc8, #fff);
}

.rightSide_contact h5 {
    margin: 0;
    padding-left: 20px;
    font-size: 15px;
}

.leftSide_customAdd {
    margin-top: 140%;
    padding: 20px;
    background-color: #8b285e;
    background-image: linear-gradient(to bottom, #8b285e, #d2478f);
}

.leftSide_customAdd img {
    width: 30px;
}

.leftSide_customAdd p {
    color: #fff;
    font-size: 15px;
    padding-top: 6px;
}

.company_info {
    padding: 0 20px;
}

.company_info h3 {
    font-size: 32px;
    font-weight: 800;
    color: #000;
    padding-bottom: 20px;
}

.company_info_address {
    display: flex;
    align-items: center;
}

.company_info_address p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding-left: 10px
}

.company_info_address img,
.company_info_icons li img {
    width: 24px;
}

.company_info_icons {
    padding: 15px 0 0 0;
    display: flex;
    align-items: center;
}

.company_info_icons li {
    list-style: none;
    border-right: 1px solid #999;
    padding: 0 20px;
}

.company_info_icons li a span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.company_info_icons li a {
    text-decoration: none;
}

.company_info_icons li:first-child {
    padding-left: 0;
}

.company_info_icons li:last-child {
    border-right: 0;
}

.company_info_icons li:nth-last-child(2) {
    border-right: 1px solid #000;
}

.registration_sec {
    padding: 100px 0;
}

.form_banner {
    margin-top: 110px;
}

.form_banner h3 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.registration_form form {
    width: 70%;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 20px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

input,
.form-control,
.form-select,
.registration_form select option {
    color: #58595b;
    font-size: 14px;
}

.registration_form select {
    cursor: pointer;
}

.cust_btn {
    border: 0;
    background: #03abc8;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    border-radius: 8px;
    margin: 0px auto 0;
    display: block;
    line-height: 40px;
}

.registration_form p {
    margin-bottom: 40px;
    text-align: center;
    padding: 0 20%;
    font-size: 16px;
    color: #58595b;
}

.form_banner {
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
}

.pricing_sec {
    padding: 100px 0;
}

.pricing_card {
    padding: 0px 30px 20px;
}

.pricing_card li {
    font-size: 14px;
    color: #58595b;
    text-align: left;
    position: relative;
    padding: 6px 0;
}

.pricing_card li:before {
    content: '';
    position: absolute;
    background-image: url('../images/list_img.png');
    height: 15px;
    width: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -18px;
    top: 12px;
}

.pricing_sec .card-header {
    background: transparent;
    border: 0;
}

.pricing_sec .card-header h4 {
    font-size: 22px;
    color: #03abc8;
    font-weight: 700;
}

.pricing_sec .card-header p {
    margin: 0;
    font-size: 13px;
    color: #999;
    padding-top: 10px;
}

.pricing_card img {
    width: 100%;
    border-radius: 6px;
}

.event_btn {
    display: flex;
    /*justify-content: space-between;*/
    padding-top: 30px;
}

.event_btn a {
    text-decoration: none;
    color: #fff;
    background: #03abc8;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}

.service_offer {
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.service_offer ul,
.additional_info ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
}

.service_offer li,
.additional_info li {
    position: relative;
    list-style: none;
    width: 33%;
    color: #58595b;
    font-size: 14px;
}

.service_offer h4,
.about_us h4,
.share_point h4,
.available_discount h4,
.additional_info h4 {
    color: #414042;
    font-weight: 500;
    font-size: 22px;
}

/*.service_offer li:before,*/
/*.additional_info li:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    background-image: url('../images/list_img.png');*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    width: 14px;*/
/*    height: 14px;*/
/*    left: -15px;*/
/*    top: 6px;*/
/*}*/

.about_us p {
    color: #58595b;
    font-size: 14px;
    margin: 0;
}

.video_about {
    padding-top: 20px;
    padding-bottom: 40px;
}

.share_point ul {
    padding: 0;
    display: flex;
}

.share_point li {
    list-style: none;
}

.share_point li a {
    text-decoration: none;
    color: #03abc8;
    font-size: 40px;
    padding-right: 20px;
}

.available_discount {
    padding-top: 20px;
}

.discount_card {
    width: 48%;
    border-radius: 12px;
    border: 1px solid #73be00;
    background: #fff;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 20px;
}

.discount_card h5 {
    font-size: 16px;
    text-align: center;
    color: #73be00;
    font-weight: 700;
}

.discount_card p {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #414042;
}

.discount_card img {
    /* width: 100%; */
    margin-top: 11px;
}

.discount_card1 {
    width: 100%;
    height: 220px;
    border-radius: 12px;
    border: 1px solid #73be00;
    background: #fff;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 20px;
}

.date_time {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.date_time img {
    width: 30px;
    object-fit: contain;
}

.date_time span {
    font-size: 12px;
    color: #e84f3b;
}

.card_btns {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.card_btns button {
    background: #fff;
    color: #73be00;
    font-weight: 500;
    font-size: 13px;
    border: 1px solid lightgrey;
    width: 30%;
    border-radius: 6px;
}

.available_discount h4 {
    padding-bottom: 10px;
}

.additional_info {
    padding-top: 30px;
    display: flex;
}

.additional_info img {
    width: 40%;
}

.additional_info li {
    position: relative;
    list-style: none;
    width: 50%;
    color: #58595b;
    font-size: 14px;
}

.blog_navbar {
    padding: 30px 0;
}

.blog_navbar ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.blog_navbar li {
    list-style: none;
    position: relative;
}

.blog_navbar li a,
.blog_navbar li span {
    text-decoration: none;
    font-size: 16px;
    font-weight: 800;
    color: #e84f3b;
    cursor: pointer;
    position: relative;
}

.blog_navbar .blog_nav_dropdown,
.blog_navbar .blog_submenu_dropdown {
    display: none;
}

.blog_navbar li:hover .blog_nav_dropdown {
    display: block;
    position: absolute;
    background: rgb(3, 171, 200, .8);
    top: 0;
    left: -10px;
    width: 230px;
    z-index: 9;
    padding-top: 24px;
}

.blog_nav_dropdown li a,
.blog_nav_dropdown li span {
    color: #fff;
    font-weight: 400;
}

.blog_nav_dropdown li {
    padding: 4px 10px;
    position: relative;
}

.blog_nav_dropdown li:hover {
    background: #0f728e;
}

.blog_nav_dropdown li:hover .blog_submenu_dropdown {
    display: block;
    position: absolute;
    background: rgb(3, 171, 200, .8);
    top: 0;
    left: 230px;
    width: 230px;
    z-index: 9;
}

/* Orignal File Code  */
.blog_banner_content h1 {
    text-align: center;
    font-size: 54px;
    padding-bottom: 30px;
    padding-top: 14px;
    color: #414042;
}

.blog_banner_content h1 span,
.blog_listing_sec h4 span {
    color: #03abc8;
}

/* Modified File Code */

/* .blog_banner_content h2 {
	text-align: center;
	font-size: 54px;
	padding-bottom: 30px;
	padding-top: 14px;
	color: #414042;
} */

/* .blog_banner_content h2 span,
.blog_listing_sec h4 span {
	color: #03abc8;
} */

.blog_banner_content p {
    color: #58595b;
    text-align: center;
    font-size: 20px;
    padding: 0 13%;
}

.blog_banner_content h5 {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    color: #e84f3b;
}

.blog_sec .banner_blog {
    width: 100%;
    padding-right: 100px;
    padding-top: 100px;
}

.blog_listing_sec {
    padding: 100px 0;
}

.blog_listing_sec h4 {
    font-size: 28px;
    color: #414042;
}

.blog_slider_content {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    /*margin: 10px;*/

}

.blog_slider_content a {
    text-decoration: none;
}

.blog_slider_item img {
    width: 100%;
    height: 100%;
}

.blog_slider_item {
    padding-bottom: 20px;
}

.blog_slider_item h5 {
    color: #e84f3b;
    font-size: 14px;
    font-weight: 800;
    padding-bottom: 4px;
    margin: 0;
}

.blog_slider_info {
    padding: 20px;
}

.blog_slider_info h6 {
    color: #03abc8;
    font-weight: 300;
    font-size: 15px;
    margin: 0;
}

.blog_slider_info h6 b {
    font-weight: 700;
}

.blog_slider_info ul {
    display: flex;
    padding: 10px 0 0 0;
    flex-wrap: wrap;
    margin: 0;
}

.blog_slider_info li {
    border-right: 1px solid lightgrey;
    list-style: none;
    padding: 0 6px;
}

.blog_slider_info li:last-child {
    border-right: 0;
}

.blog_slider_info li:first-child {
    padding-left: 0;
}

.blog_slider_info li a {
    text-decoration: none;
    font-size: 12px;
    color: #999;
}

.interest_topic,
.recent_articles {
    padding: 30px 0;
}

.recent_articles .blog_slider_content {
    display: flex;
}

.blog_slider_content p {
    font-size: 14px;
    color: #58595b;
}

.recent_articles .blog_slider_info {
    width: 35%;
}

.recent_articles .blog_slider_item .blog_slider_img {
    width: 65%;
}

.recent_articles .blog_slider_info ul {
    padding-bottom: 20px;
}

.family_builder>p {
    color: #58595b;
    font-size: 18px;
}

.family_builder_box {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}

.family_builder .blog_slider_item {
    width: 49%;
}

.family_builder_multi .blog_slider_item {
    width: 31%;
}

.family_builder .blog_slider_item h5 {
    display: inline-block;
}

.family_builder .blog_slider_item a {
    text-decoration: none;
}

.family_builder .blog_slider_item small {
    font-size: 11px;
    color: #03abc8;
    font-weight: 700;
    padding-left: 10px;
}

.family_builder .blog_slider_content {
    margin: 0;
}

.family_builder .blog_slider_item h5 {
    font-size: 18px;
}

.small_blog img {
    width: 100px;
    margin-right: 10px;
    height: 100px !important;
    object-fit: contain;
}

.small_blog {
    display: flex;
    border-top: 1px solid lightgrey;
    padding-top: 10px;
    margin-top: 10px;
}

.small_blog h6 {
    color: #58595b;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 13px;
}

.small_blog p {
    font-size: 12px;
    margin: 0;
}

.blogs_add ul {
    padding: 0;
    margin: 0;
}

.blogs_add {
    padding-top: 100px;
}

.blog_add_large img {
    width: 100%;
    padding: 50px;
}

.blogs_add li {
    list-style: none;
    margin-bottom: 20px;
}

.blogs_add li img {
    width: 100%;
}

.paragraph_list {
    flex-direction: column;
    padding-left: 20px;
}

.paragraph_list li {
    list-style: disc;
    border-right: 0;
    font-size: 14px;
    color: #58595b;
}

.communitySpotlight {
    padding: 30px 0;
    background-color: #fffde9;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    margin-bottom: 40px;
}

.communitySpotlight_heading,
.explore_share_head {
    display: flex;
    flex-wrap: wrap;
}

.communitySpotlight_heading h3,
.explore_share_head h3,
.secong_business_listing h3 {
    font-size: 32px;
    color: #414042;
    text-align: center;
    margin: 0 auto;
    font-weight: 500;
}

.communitySpotlight_heading a,
.explore_share_head a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #e84f3b;
}

.communitySpotlight_heading h3 b,
.communitySpotlight_heading a i,
.explore_share_head a i,
.explore_share_head h3 span,
.explore_share_head h4,
.secong_business_listing h3 b {
    color: #03abc8;
}

.communitySpotlight_heading a i,
.explore_share_head a i {
    padding-right: 4px;
}

.communitySpotlight_heading p,
.explore_share_head p {
    text-align: center;
    padding-top: 10px;
    font-size: 17px;
    color: #58595b;
    width: 100%;
}

.communitySpotlight_content {
    padding-top: 20px;
}

.communitySpotlight_content h4 {
    font-size: 16px;
    font-weight: 400;
    color: #e84f3b;
}

.communitySpotlight_content ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.communitySpotlight_content li {
    border-right: 1px solid lightgrey;
    list-style: none;
    padding: 0 6px;
}

.communitySpotlight_content li:last-child {
    border-right: 0;
}

.communitySpotlight_content li a {
    text-decoration: none;
    font-size: 12px;
    color: #999;
}

.communitySpotlight_content p {
    color: #58595b;
    font-size: 15px;
    margin: 0;
    padding-top: 10px;
}

.explore_share {
    padding: 60px 0 0;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    margin-bottom: 40px;
    background-color: #cdeef4;
}

.explore_share_head h4 {
    width: 100%;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 50px;
}

.explore_share_head h4 i.fa-plus {
    position: relative;
    top: -6px;
    font-size: 22px;
    right: -10px;
    color: #e84f3b;
}

.explore_share_head p {
    padding: 20px 15%;
}

.explore_share_head p span {
    color: #03abc8;
    font-size: 18px;
    font-weight: 700;
}

.explore_share_head p span i.fa-plus {
    font-size: 12px;
    color: #e84f3b;
    position: relative;
    right: -5px;
    top: -3px;
}

.explore_share_logos {
    padding: 20px 0 0;
    display: flex;
    justify-content: space-around;
}

.explore_share_logos li {
    width: 23%;
    list-style: none;
}

.explore_share_logos li a {
    text-decoration: none;
}

.explore_share_logos li a img {
    width: 100%;
}

.secong_business_listing {
    padding: 40px 0 70px;
}

.secong_business_listing p {
    color: #58595b;
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding-top: 10px;
}

.single_blog_detail img {
    width: 100%;
    /*height: 600px;*/
    margin: 20px 0;
    object-fit: cover;
}

.single_blog_content .back_link {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #e84f3b;
}

.single_blog_content .back_link i {
    color: #03abc8;
    padding-right: 4px;
}

.single_blog_content span {
    color: #03abc8;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 0;
    display: block;
}

.single_blog_content p {
    font-size: 16px;
    color: #58595b;
}

.single_blog_content ul {
    padding: 0;
    display: flex;
    margin-bottom: 40px;
}

.single_blog_content li {
    border-right: 1px solid lightgrey;
    list-style: none;
    padding: 0 6px;
}

.single_blog_content li:last-child {
    border-right: 0;
}

.single_blog_content li a {
    text-decoration: none;
    font-size: 12px;
    color: #999;
}

.single_blog_content {
    padding: 20px 0;
}

.sngle_blog_img {
    display: flex;
    justify-content: space-between;
}

.sngle_blog_img a {
    width: 30%;
}

.single_blog_info {
    width: 80%;
    margin: 0 auto;
}

.sngle_blog_img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.single_blog_info h5 {
    color: #58595b;
    font-size: 18px;
    text-align: center;
}

.single_blog_info p {
    color: #999;
    font-size: 14px;
    text-align: center;
    padding: 0 80px;
}

.supply_sec h3 {
    font-size: 30px;
    font-weight: 500;
    color: #03abc8;
}

.rightSide_social_icon {
    margin-top: 12px;
}

.roghtSide_timeTable {
    margin-top: 10px;
}

.payment_method {
    margin-top: 10px;
}

.supply_sec {
    padding-top: 40px;
}

.supply_sec p,
.magazines_sec p {
    font-size: 16px;
    color: #58595b;
}

.magazines_sec h5 {
    font-size: 20px;
    color: #e84f3b;
    font-weight: 500;
}

.magazines_sec p {
    margin: 0;
}

.more_recent_articles h3 {
    font-size: 32px;
    color: #414042;
    font-weight: 500;
    padding-bottom: 20px;
}

.more_recent_articles {
    padding-bottom: 50px;
}

.more_recent_articles h3 b {
    color: #03abc8;
}

.magazines_sec {
    padding-bottom: 50px;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 50px;
}

.calendar_img_sec,
.hiring_img_sec {
    padding: 80px 0 30px;
}

.calendar_img_sec img,
.hiring_img_sec img {
    width: 400px;
    display: block;
    margin: 0 auto;
}

.calendar_img_sec p {
    font-size: 20px;
    text-align: center;
    padding: 50px 14% 0;
    color: #58595b;
}

.hiring_img_sec p {
    font-size: 20px;
    text-align: center;
    padding: 50px 10% 0;
    color: #58595b;
}

.calendar_img_sec h4 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #92278f;
}

.calendar_sec_listing .business_listing h4 {
    padding: 10px 14px 0;
}

.full_calendar {
    padding: 100px 0;
}

.small_search_bar {
    padding: 20px;
    background-color: rgb(3, 171, 200, .8);
    width: 50%;
    margin: 0 auto 60px;
    display: flex;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.small_search_bar input {
    width: 100%;
    border: 0;
    padding: 2px 10px;
    font-size: 14px;
    color: #03abc8;
    font-weight: 500;
}

.small_search_bar input::placeholder {
    font-size: 14px;
    color: #03abc8;
    font-weight: 500;
}

.small_search_bar button {
    border: 0;
    background: #92278f;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 16px;
    margin-left: 10px;
}

.full_calendar .custom_collapse_sec h4,
.full_calendar .moreless-button,
.full_calendar .update_button a,
.full_calendar_daily .custom_collapse_sec h4,
.full_calendar_weekly .custom_collapse_sec h4 {
    color: #92278f;
}

.full_calendar .collapse_content ul {
    padding-left: 10px;
}

.full_calendar .custom_collapse_sec .accordion-button::after,
.full_calendar_daily .custom_collapse_sec .accordion-button::after,
.full_calendar_weekly .custom_collapse_sec .accordion-button::after {
    transform: rotate(90deg);
}

.full_calendar .custom_collapse_sec .accordion-button:not(.collapsed)::after,
.full_calendar_daily .custom_collapse_sec .accordion-button:not(.collapsed)::after,
.full_calendar_weekly .custom_collapse_sec .accordion-button:not(.collapsed)::after {
    transform: rotate(-90deg);
}

.full_calendar .custom_checkbox_list h4 {
    padding-left: 0;
}

/* Event Content Height Modification */
@media screen and (min-width: 1100px) {
    .eventContent {
        height: 80px !important;
    }
}

@media screen and (max-width: 1280px) {
    .eventContent {
        height: 125px !important;
    }
}

@media screen and (max-width: 768px) {
    .eventContent {
        height: 100px !important;
    }
}

/* Event Content Height Modification */

/* Orignal File Code  */
.calendar_category ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: left;
    gap: 10px
}

/* Modified File Code  */
/* .calendar_category ul {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
} */

.calendar_category li {
    list-style: none;
}

.calendar_category li a {
    text-decoration: none;
    color: #03abc8;
    opacity: .4;
}

.calendar_category li a.active {
    opacity: 1;
}

.calendar_category li a img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.calendar_category li a h6 {
    font-size: 12px;
    font-weight: 700;
}

.custom_full_calendar .fc-daygrid-day-frame {
    /*height: 230px;*/
}

.custom_full_calendar .fc .fc-col-header-cell-cushion {
    text-decoration: none;
    color: #fff;
    background: #92278f;
    display: block;
}

.custom_full_calendar .fc .fc-daygrid-day-number {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #92278f;
}

.custom_full_calendar .fc .fc-button-primary,
.custom_full_calendar .fc .fc-button-primary:hover {
    background-color: #92278f;
    border: 0;
}

.custom_full_calendar .fc .fc-toolbar-title {
    color: #92278f;
    font-size: 38px;
    font-weight: 600;
}

.custom_full_calendar .fc .fc-day-other .fc-daygrid-day-top {
    opacity: 1;
}

.custom_full_calendar .fc-day-past.fc-day-other .fc-daygrid-day-frame,
.custom_full_calendar .fc-day-future.fc-day-other .fc-daygrid-day-frame {
    background: rgb(143, 44, 142, .2);
}

.custom_full_calendar .fc-theme-standard td,
.custom_full_calendar .fc-theme-standard th {
    border: 1px solid lightgrey;
}

.weekly_cat_head {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.weekly_cat_head li {
    color: #92278f;
    list-style: none;
}

.weekly_cat_head li a {
    color: #92278f;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.weekly_cat_head li span {
    font-weight: 800;
    font-size: 24px;
}

.weekly_cat .business_listing {
    padding-top: 10px;
    padding-bottom: 30px;
    row-gap: 25px;
}

.weekly_cat_list>h4 {
    color: #92278f;
    font-weight: 600;
    font-size: 22px;
    border-bottom: 2px solid #92278f;
}

.weekly_cat .business_listing_content {
    /* margin-bottom: 20px; */
}

.full_calendar_weekly,
.full_calendar_daily {
    padding: 100px 0;
}

.full_calendar_weekly .custom_cate_sidebar,
.full_calendar_daily .custom_cate_sidebar {
    padding-top: 70px;
}

.daily_cat_item {
    display: flex;
    box-shadow: none !important;
    margin-bottom: 20px;
    border-top: 1px solid #c1c1c1 !important;
    border-bottom: 1px solid #c1c1c1 !important;
}

.daily_cat_item:hover {
    box-shadow: rgb(0 0 0 / 15%) 0px 2px 5px !important;
}

.daily_cat_img {
    width: 30%;
}

.daily_cat_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.daily_cat_img .small_width_img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.daily_cat_img .full_width_img {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
}

.daily_cat_text {
    width: 70%;
    padding: 20px;
}

.daily_cat_content {
    width: 60%;
}

.daily_cat_info {
    width: 40%;
}

.daily_cat_item a {
    text-decoration: none;
}

.daily_cat_content h4 {
    font-size: 16px;
    font-weight: 800;
    color: #000;
    margin: 0;
}

.daily_cat_content>span {
    color: #58595b;
    font-size: 18px;
}

.daily_cat_content small {
    color: #58595b;
    display: block;
}

.daily_cat_content p,
.daily_cat_info span,
.daily_cat_info span b {
    font-size: 14px;
    color: #58595b;
}

.daily_cat_info h5 {
    font-size: 16px;
    color: #5f5e60;
    margin: 0;
}

.daily_cat_info a {
    color: #92278f;
    font-size: 14px;
    word-break: break-word;
}

.daily_cat_info span {
    display: flex;
    flex-wrap: wrap;
}

.daily_cat_info span p {
    color: #58595b;
    margin: 0;
}

.daily_cat_item.fullWidth_item {
    flex-wrap: wrap;
}

.fullWidth_item .daily_cat_img,
.fullWidth_item .daily_cat_text {
    width: 100%;
}

.daily_cat_content {
    padding-right: 10px;
}

.fullWidth_item .daily_cat_content h4 {
    font-size: 18px;
}

.fullWidth_item .daily_cat_content {
    width: 70%;
}

.fullWidth_item .daily_cat_info {
    width: 30%;
}

.daily_cat_info ul {
    padding: 10px 0 0;
    display: flex;
    margin: 0;
    justify-content: flex-end;
}

.daily_cat_info li {
    list-style: none;
    padding: 0 2px;
}

.daily_cat_info li a {
    text-decoration: none;
}

.daily_cat_info li a img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.discount_panel .back_btn i {
    color: #03abc8;
}

.discount_panel .rightSide_social_icon h4 {
    font-size: 22px;
}

.discount_panel .rightSide_social_icon a {
    font-size: 11px;
    color: #92278f;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.discount_panel .rightSide_social_icon a img {
    display: block;
}

.discount_panel .daily_cat_text {
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
}

.discount_panel .daily_cat_content,
.discount_panel .daily_cat_info {
    width: 100%;
}

.discount_panel .daily_cat_content a {
    text-decoration: none;
}

.discount_panel .daily_cat_content h3 {
    font-size: 32px;
    color: #000;
    font-weight: 700;
}

.discount_panel .daily_cat_content h4 {
    font-size: 18px;
}

.discount_panel .daily_cat_content>span {
    color: #92278f;
}

.discount_panel .daily_cat_content p {
    padding-top: 14px;
}

.daily_cat_info a {
    text-decoration: none;
}

.hiring_job_sec {
    padding: 100px 0;
}

.hiring_job_sec .feature_sec_content h3 b {
    color: #126bad;
}

.hiring_job_sec .business_listing p {
    font-size: 14px;
    color: #58595b;
}

.hiring_job_sec .business_listing span {
    color: #126bad;
    font-weight: 700;
}

.hiring_job_sec .business_listing h5 {
    color: #58595b;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}

.hiring_job_sec .business_listing h6 {
    color: #03abc8;
    margin: 0;
    padding: 20px 0 10px;
    font-size: 14px;
}

.hiring_job_sec .business_listing small {
    color: #58595b;
}

.hiring_job_sec .business_listing strong {
    color: #73be00;
}

.hiring_content .custom_collapse_sec h4 {
    color: #126bad;
}

.hiring_content .custom_collapse_sec .accordion-button::after {
    background-image: url(../images/blue_arrow.png);
}

.hiring_content .daily_cat_content h6 {
    font-size: 16px;
    color: #58595b;
}

.hiring_content .daily_cat_content h6 span {
    color: #126bad;
    font-weight: 800;
}

.hiring_content .daily_cat_content h3 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin: 0;
}

.hiring_content .daily_cat_content small {
    color: #03abc8;
    padding-bottom: 10px;
}

.hiring_content .daily_cat_content p {
    margin: 0;
}

.hiring_content .daily_cat_content ul {
    padding: 0;
}

.hiring_content .daily_cat_content li {
    color: #58595b;
    font-size: 14px;
    list-style: none;
}

.hiring_content .daily_cat_info h5 {
    font-size: 18px;
}

.hiring_content .daily_cat_info h5 strong {
    color: #73be00;
}

.hiring_content .daily_cat_info ul {
    padding: 30px 0 0;
}

.hiring_form .daily_cat_content h5 {
    font-size: 24px;
    color: #58595b;
}

.hiring_form .daily_cat_content h5 span {
    color: #126bad;
    font-size: 26px;
    font-weight: 700;
}

.hiring_form .daily_cat_content h5 strong {
    color: #73be00;
}

.hiring_form .daily_cat_content ul {
    padding: 0;
    padding-left: 20px;
}

.hiring_form .daily_cat_content li {
    list-style: none;
    font-size: 14px;
    color: #58595b;
}

.hiring_form_apply,
.form_steps {
    padding: 30px 0;
}

.hiring_form_apply ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.hiring_form_apply li,
.form_steps li {
    list-style: none;
}

.hiring_form_apply li a {
    text-decoration: none;
    text-align: center;
    background-color: #126bad;
    color: #fff;
    border-radius: 20px;
    width: 170px;
    display: block;
    line-height: 36px;
    font-size: 15px;
    opacity: .3;
}

.hiring_form_apply li a.active {
    opacity: 1;
}

.hiring_form_apply h4,
.form_steps h4 {
    color: #414042;
    font-size: 26px;
    font-weight: 500;
}

.form_steps ul {
    padding: 0;
    margin-top: 20px;
}

.form_steps li span {
    color: #126bad;
    font-weight: 700;
}

.form_steps li {
    font-size: 15px;
    color: #58595b;
    font-weight: 500;
}

.form_steps li a {
    text-decoration: none;
}

.form_steps small {
    font-size: 14px;
    color: #58595b;
}

.hiring_form_sec {
    padding: 20px;
    background-color: #dee4f2;
}

.hiring_form_sec span {
    color: #e84f3b;
}

.hiring_form_sec button {
    color: #126bad;
    margin: 0 auto;
    background: transparent;
}

.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.file_upload {
    width: 32%;
}

.file-input-button {
    color: #fff !important;
    background-color: #126bad;
    font-size: 14px;
    border: 0;
    border-color: transparent;
    width: 100%;
    font-weight: 500;
    border-radius: 20px;
}

.file-input-button:hover {
    color: #fff !important;
    background-color: #126bad;
}

.custom_toggle {
    padding-top: 20px;
    align-items: center;
}

.custom_toggle p {
    font-size: 12px;
    margin: 0;
    color: #58595b;
    font-weight: 500;
    padding-left: 10px;
}

.subscription_level_content h4 {
    color: #414042;
    font-weight: 600;
    font-size: 14px;
}

.subscription_level_content {
    padding-top: 30px;
}

.subscription_level_content ul,
.plan_benefits ul {
    padding: 0 0px 0 20px;
}

.subscription_level_content li,
.plan_benefits li {
    list-style: none;
    color: #58595b;
    font-size: 14px;
    padding: 4px 0;
    position: relative;
}

.subscription_level_content li b {
    color: #03abc8;
    display: block;
}

.plan_benefits li b {
    color: #03abc8;
}

.subscription_level_content li:before,
.plan_benefits li:before {
    position: absolute;
    content: '';
    background-image: url('../images/green_tick.png');
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    left: -20px;
    top: 10px;
}

.subscription_level_content li ul li:before {
    position: absolute;
    content: '';
    background: #e84f3b;
    height: 6px;
    width: 6px;
    left: -12px;
    top: 10px;
}

.fa-star {
    color: #FFCB05;
    font-size: 18px;
}

.fa-heart {
    font-size: 18px;
    color: #e84f3b;
}

.exclusive-plan h3 small,
.gold-plan h3 small,
.silver-plan h3 small,
.bronze-plan h3 small {
    font-size: 14px;
}

.exclusive-plan .exclusive-tag-line {
    padding: 10px 70px;
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    color: #03abc8;
    text-align: center;
}

.plan_benefits {
    padding-top: 20px;
}

.plan_benefits h4 {
    color: #414042;
    font-weight: 500;
    font-size: 24px;
}

.custom_toggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.custom_toggle input[type=radio] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.custom_toggle label {
    cursor: pointer;
    width: 40px;
    height: 20px;
    background: lightgrey;
    display: block;
    border-radius: 20px;
    position: relative;
}

.custom_toggle label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 40px;
    transition: 0.3s;
}

.custom_toggle input:checked+label {
    background: #03abc8;
}

.custom_toggle input:checked+label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.gold-plan .plan_benefits,
.silver-plan .plan_benefits {
    padding-top: 10px;
}

.gold-plan .food_detail_content p,
.exclusive-plan .food_detail_content p {
    font-size: 12px;
    margin: 0;
}

.gold-plan,
.bronze-plan {
    padding: 50px 0;
}

.silver-plan .business_listing {
    padding-top: 0;
}

.free-plan .second_food_detail,
.bronze-plan .second_food_detail {
    margin-top: 0;
}

.addBusiness_sec {
    padding-top: 180px;
}

.addBusiness_sec h2 {
    font-size: 48px;
    color: #414042;
    font-weight: 700;
}

.addBusiness_sec h2 b {
    color: #03abc8;
}

.add_business_panel .select2-container,
.custom_cate_sidebar .select2-container,
.dashboard_sideBar .select2-container,
.subscription-dropdown .select2-container,
.discount-time .select2-container {
    padding: 5px 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.add_business_panel .custom_select label {
    color: #03abc8;
    font-weight: 700;
}

.add_business_panel .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

.add_business_panel {
    padding: 0 20px;
}

.add_business_panel h4,
.billing_form h4 {
    color: #e84f3b;
    font-size: 24px;
    font-weight: 600;
}

.custom_cate_sidebar .custom_select {
    margin-bottom: 20px;
}

.add_business_panel .custom_select {
    margin-bottom: 10px;
}

.full_calendar .custom_select label,
.full_calendar_weekly .custom_select label,
.full_calendar_daily .custom_select label {
    color: #92278f;
    text-transform: uppercase;
    font-weight: 700;
}

.hiring_content .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #126bad;
}

.custom_cate_sidebar .custom_select {
    position: relative;
}

.custom_cate_sidebar .custom_select img {
    width: 25px;
    position: absolute;
    left: 6px;
    bottom: 10px;
    z-index: 99;
}

.category_sec .select2-container .select2-selection--single .select2-selection__rendered,
.service_sec .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 30px;
}

.category_sec .select2-container--default .select2-selection--single .select2-selection__arrow b,
.service_sec .select2-container--default .select2-selection--single .select2-selection__arrow b {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: 0px;
}

.category_sec .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.service_sec .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.category_sec.addBusiness_sec .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.add_business_content h4 {
    color: #999;
    font-size: 20px;
}

.add_business_content h4 span {
    display: block;
    padding-bottom: 30px;
    font-size: 34px;
}

.add_business_content h4 b {
    font-weight: 600;
}

.add_business_content p {
    color: #e84f3b;
    font-weight: 600;
    font-size: 14px;
    padding-top: 10px;
}

.add_business_content {
    padding-top: 50px;
    margin-left: 18px;
}

.billing_form {
    padding-top: 30px;
}

.billing_form label span,
.business-info-form label span,
.registration_form label span {
    color: #e84f3b;
}

.billing_form label,
.business-info-form label,
.registration_form {
    font-size: 15px;
    font-weight: 600;
    color: #414042;
}

.billing_form p {
    font-size: 14px;
    color: #414042;
}

.billing_form p a {
    color: #03abc8;
    font-weight: 700;
    text-decoration: none;
}

.thank-you_sec .fa-plus {
    color: #e84f3b;
    font-size: 22px;
}

.thank-you_sec,
.reg-account {
    padding-left: 20px;
}

.thank-you_sec h3 {
    padding-bottom: 20px;
}

.thank-you_sec p {
    font-size: 14px;
    color: #58595b;
}

.reg-account small {
    font-size: 18px;
    color: #e84f3b;
}

.dashboard_sideBar h4 {
    font-size: 24px;
    font-weight: 700;
    color: #e84f3b;
}

.dashboard_sideBar .custom_select p {
    color: #e84f3b;
    font-size: 14px;
    margin: 0;
}

.category_sec.addBusiness_sec .dashboard_sideBar .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 30px;
}

.dashboard_sideBar .info_toggle_sec .accordion-button::after {
    display: none;
}

.dashboard_sideBar .accordion-header {
    display: flex;
    align-items: center;
    padding: 10px 0 0;
}

.dashboard_sideBar .accordion-item {
    border: 0;
}

.dashboard_sideBar .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.dashboard_sideBar .accordion-button {
    padding: 0 0px 0 10px;
    font-weight: 600;
    color: #03abc8;
}

.dashboard_sideBar .accordion-body {
    padding: 0px 0px 0px 40px;
    display: flex;
    flex-direction: column;
}

.dashboard_sideBar .accordion-body a {
    color: #58595b;
    text-decoration: none;
    font-size: 14px;
}

.create_sec {
    padding-top: 30px;
}

.create_sec ul {
    padding: 0;
}

.create_sec li {
    padding: 5px 0;
    line-height: 18px;
    list-style: none;
}

.create_sec li p {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}

.create_sec li a {
    text-decoration: none;
    color: #58595b;
    padding-left: 12px;
    font-size: 15px;
    display: block;
    margin-top: 7px;
}

.add_space h5 {
    font-size: 14px;
    font-weight: 600;
}

.add_space ul {
    padding: 10px 0;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    height: 100px;
    overflow: hidden;
    transition: .3s;
}

.add_space ul:hover {
    transition: .3s;
    height: 340px;
}

.add_space li {
    list-style: none;
    padding: 10px 20px;
}

.add_space li:hover {
    color: #414042;
    background-color: #126bad;
}

.add_space li:hover span,
.add_space li:hover small {
    color: #414042;
}

.add_space li a {
    text-decoration: none;
}

.add_space li a span {
    display: block;
    font-size: 14px;
    color: #03abc8;
    font-weight: 500;
}

.add_space li a small {
    padding-right: 30px;
    display: block;
    color: #58595b;
    font-size: 13px;
}

.add_space .fa-angle-down,
.add_space .fa-angle-up {
    color: #e84f3b;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    transition: .2s;
    font-size: 28px;
    font-weight: 800;
}

.add_space .fa-angle-down {
    display: none;
    transition: .2s;
}

.add_space:hover .fa-angle-down {
    display: block;
    transition: .2s;
}

.add_space:hover .fa-angle-up {
    display: none;
    transition: .2s;
}

.dashboard_sideBar_content {
    padding-top: 20px;
}

.dashboard_sideBar_content i {
    color: #03abc8;
    font-size: 14px;
}

.dashboard_sideBar_content ul {
    padding-left: 20px;
}

.dashboard_sideBar_content li {
    list-style: none;
}

.dashboard_sideBar_content li a {
    color: #58595b;
    font-size: 13px;
    text-decoration: none;
}

.business-info-form,
.custom_btn_sec,
.service-offer-sec,
.dashboard-about-sec,
.hours_sec,
.social-media-input,
.upload-image-sec,
.form-payment-sec,
.addition-info-sec,
.dashboard_sec .update_button,
.user-checkbox,
.steps_field,
.hiring_form_field {
    padding-left: 20px;
}

.business-info-form form,
.custom_btn_sec,
.service-offer-sec,
.dashboard-about-sec,
.hours_sec,
.social-media-input,
.upload-image-sec,
.form-payment-sec,
.addition-info-sec,
.dashboard_sec .update_button,
.user-checkbox,
.steps_field,
.hiring_form_field {
    padding-top: 20px;
}

.custom_btn_sec h4,
.service-offer-sec h4,
.dashboard-about-sec h4,
.hours_sec h4,
.social-media-input h4,
.upload-image-sec h4,
.form-payment-sec h4,
.addition-info-sec h4,
.steps_field h4,
.hiring_form_field h4 {
    font-size: 22px;
    font-weight: 700;
    color: #e84f3b;
}

.custom_btn_sec p,
.service-offer-sec p,
.dashboard-about-sec p,
.social-media-input p,
.upload-image-sec p {
    color: #58595b;
    font-size: 14px;
}

.btn-input-field label {
    font-size: 14px;
    font-weight: 600;
    color: #03abc8;
}

.btn-input-field label span {
    color: #414042;
}

.custom_btn_sec ul {
    padding: 0;
    display: flex;
    margin-left: 100px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.custom_btn_sec li {
    list-style: none;
}

.hiring_form_field .inputRemove,
.steps_field .inputRemove {
    position: initial;
    margin-left: auto;
}

.custom_btn_sec li a {
    text-decoration: none;
    background-color: #03abc8;
    color: #fff;
    font-size: 14px;
    padding: 10px 14px;
    margin: 6px;
    border-radius: 20px;
    font-weight: 600;
    opacity: .6;
}

.dashboard-about-sec textarea {
    height: 100px;
    resize: none;
}

.hours_sec input {
    width: 70%;
    line-height: 1;
    font-size: 14px !important;
}

.hours_sec .custom_checkbox_list {
    margin: 0;
}

.hours_sec label,
.social-media-input label {
    padding-right: 10px;
    color: #414042;
    font-size: 14px;
    font-weight: 600;
    /*width: 40%;
	display: block;*/
}

.hours_sec .custom_checkbox_list label {
    width: 100%;
}

.social-media-input label {
    width: 22%;
}

.social-media-input input {
    width: 78%;
}

.upload-image-sec b {
    font-size: 14px;
    color: #414042;
}

.upload-image-sec p {
    margin: 0;
}

.upload-image-sec span {
    font-size: 14px;
    font-weight: 700;
    color: #03abc8;
}

.upload-image-sec span a {
    font-size: 14px;
    font-weight: 700;
    color: #e84f3b;
    text-decoration: none;
}

.large-upload-image span,
.small-upload-image span {
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    color: #e84f3b;
    text-decoration: none;
}

.dropify-wrapper {
    background-color: #D1D3D4;
    border: 2px solid #D1D3D4;
    margin-top: 10px;
}

.dropify-wrapper:hover {
    background-image: none;
}

.file-icon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.file-icon p {
    color: #fff;
    font-size: 16px;
}

.dropify-wrapper .dropify-message span.file-icon {
    font-size: 74px;
    color: #fff;
}

.small-upload-image .file-icon {
    justify-content: center;
}

.form-payment-sec ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 70%;
}

.form-payment-sec li {
    list-style: none;
    padding-right: 10px;
}

.form-payment-sec .custom_checkbox_list .form-group label:before,
.addition-info-sec .custom_checkbox_list .form-group label:before {
    border: 1px solid #03abc8;
}

.form-payment-sec .custom_checkbox_list,
.addition-info-sec .custom_checkbox_list {
    margin: 0;
}

.custom_checkbox_list .form-group label,
.addition-info-sec .form-group label {
    color: #414042;
}

.addition-info-sec p {
    color: #414042;
    font-size: 14px;
    font-weight: 600;
}

.addition-info-sec ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.addition-info-sec li {
    list-style: none;
    width: 33.333%;
}

.dashboard_sec .update_button {
    display: flex;
}

.dashboard_sec .update_button a {
    margin-right: 10px;
    width: 140px;
}

.owner-account .business-info-form small,
.upgrade-listing h3 small {
    font-size: 20px;
    color: #e84f3b;
}

.owner-account .custom_checkbox_list .form-group label:before {
    border: 1px solid #03abc8;
}

.owner-account .custom_checkbox_list .form-group label {
    font-weight: 400;
}

.scrollable {
    /* padding: 20px; */
    z-index: 10000;
    /* height: 100vh; */

}

.scrollable-sideBar {
    height: 1000px;
    overflow-y: scroll;
}

.business-info-form h4 {
    font-size: 24px;
    font-weight: 700;
    padding-top: 20px;
    color: #e84f3b;
}

/* width */
.scrollable-sideBar::-webkit-scrollbar,
.investopedia-sec::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.scrollable-sideBar::-webkit-scrollbar-track,
.investopedia-sec::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.scrollable-sideBar::-webkit-scrollbar-thumb,
.investopedia-sec::-webkit-scrollbar-thumb {
    background: #999;
}

/* Handle on hover */
.scrollable-sideBar::-webkit-scrollbar-thumb:hover,
.investopedia-sec::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.user-checkbox b {
    color: #414042;
    font-size: 14px;
}

.user-checkbox ul {
    padding: 10px 0 0;
}

.user-checkbox li {
    list-style: none;
}

.user-checkbox .custom_checkbox_list .form-group label {
    font-weight: 600;
}

.user-checkbox .custom_checkbox_list {
    margin: 0;
}

.user-checkbox i {
    font-size: 14px;
    color: #58595b;
}

.user-table th,
.user-table td {
    color: #414042;
    padding: 10px;
    font-size: 14px;
}

.user-table td:first-child {
    text-align: center;
}

.user-table .custom_checkbox_list {
    margin: 0;
}

.listing-images-sec>h3 {
    color: #03abc8;
    padding-left: 20px;
    font-size: 32px;
    font-weight: 700;
}

.listing-images-sec>h3>p {
    color: #999;
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
}

.sticky-banner-image,
.featured-business-image,
.custBanner-ad-image,
.sidebar-ad-image {
    padding-top: 20px;
}

.featured-business-image .dropify-wrapper {
    height: 100px;
    width: 150px;
}

.custBanner-ad-image .dropify-wrapper {
    height: 120px;
    width: 420px;
}

.featured-business-image .dropify-wrapper .dropify-message span.file-icon {
    font-size: 50px;
    margin: 0 auto;
    display: block;
}

.featured-business-image .file-icon p {
    font-size: 12px;
    line-height: 1;
}

.sticky-banner-image .dropify-wrapper {
    height: 100px;
}

.custBanner-ad-image .file-icon p {
    padding-right: 110px;
    text-align: left;
    font-size: 14px;
}

.custBanner-ad-image .file-icon {
    flex-wrap: nowrap;
    display: flex !important;
}

.sidebar-ad-image .dropify-wrapper {
    width: 130px;
    height: 300px;
}

.service_slider img,
.interest_topic_slider img,
.family_builder_box img {
    height: 200px;
    object-fit: cover;
}

.upgrade-listing h3 {
    padding-left: 20px;
}

.upgrade-sec,
.add-listing-sec,
.more-add-listing,
.upgrade-bottom-content {
    padding-top: 20px;
    padding-left: 20px;
}

.upgrade-sec h4,
.add-listing-sec h4 {
    color: #e84f3b;
    font-weight: 700;
}

.subscription-dropdown {
    padding-top: 10px;
}

.subscription-dropdown span {
    font-size: 14px;
    color: #e84f3b;
    font-weight: 600;
}

.subscription-dropdown label {
    font-size: 14px;
    color: #03abc8;
    font-weight: 600;
}

.without-arrow .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.subscription-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.subscription-dropdown .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.upgrade-sec p,
.add-listing-sec p,
.upgrade-bottom-content p {
    font-size: 14px;
    padding-top: 10px;
    color: #58595b;
}

.border-right {
    border-right: 1px solid lightgrey;
}

.upgrade-sec-content h3 {
    color: #03abc8;
    font-size: 46px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 0;
    padding-bottom: 20px;
}

.upgrade-sec-content p {
    font-size: 20px;
    color: #999;
    font-weight: 600;
}

.upgrade-sec-content h5 {
    font-size: 22px;
    font-weight: 600;
    color: #e84f3b;
}

.upgrade-sec-content h3 p {
    display: contents;
}

.upgrade-sec-content i {
    font-size: 12px;
    display: block;
    color: #414042;
}

.upgrade-sec-content i b {
    font-weight: 600;
}

.upgrade-sec-content i span {
    color: #e84f3b;
}

.more-add-listing p span,
.more-add-listing p small {
    color: #03abc8;
    font-size: 20px;
}

.more-add-listing p small {
    font-size: 13px;
}

.more-add-listing p {
    text-decoration: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    color: #e84f3b;
}

.upgrade-bottom-content .custom_checkbox_list {
    margin: 0;
}

.upgrade-bottom-content .custom_checkbox_list label {
    font-size: 14px;
    color: #58595b;
}

.upgrade-bottom-content .custom_checkbox_list .form-group label:before {
    border: 1px solid #03abc8;
}

.create-discount {
    padding-left: 20px;
}

.create-discount h5 {
    font-size: 16px;
    color: #03abc8;
    font-weight: 600;
    margin: 0;
}

.create-discount h5 span,
.discount-imgupload-sec p span {
    color: #e84f3b;
}

.discount-listing-content {
    border: 1px solid darkgrey;
    padding: 20px;
    margin-top: 10px;
}

.discount-listing-content .custom_toggle {
    padding-top: 0;
    margin-bottom: 10px;
}

.discount-listing-content p {
    font-size: 12px;
    color: #414042;
    font-weight: 500;
}

.discount-imgupload-sec p {
    font-size: 13px;
    font-weight: 600;
    color: #03abc8;
}

.discount-imgupload-sec a {
    text-decoration: none;
}

.discount-imgupload-sec .file-icon {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.discount-imgupload-sec .file-icon p {
    color: #fff;
}

.coupon-disc-content h5 {
    color: #414042;
    font-size: 18px;
}

.coupon-disc-content p {
    font-size: 13px;
    color: #999;
    margin: 0;
}

.moreless-button9 {
    cursor: pointer;
    color: #03abc8 !important;
    font-weight: 600;
}

.discount-title,
.discount-desc,
.discount-rule,
.discount-expire,
.discount-time,
.feature_icon,
.discount-post,
.discount_coupon {
    padding-top: 20px;
}

/*.discount-field label{
	position: absolute;
    top: 6px;
    color: #414042;
    left: 10px;
    font-weight: 600;
    font-size: 13px;
    font-style: italic;
}*/
.discount-field input {
    margin: 6px 0 0;
    font-size: 13px;
}

.discount-desc textarea {
    margin: 6px 0 0;
    font-size: 13px;
    height: 100px;
    resize: none;
}

.discount-rule textarea,
.discount-expire input,
.discount-time input {
    margin: 6px 0 0;
    font-size: 13px;
    height: 60px;
    resize: none;
}

.discount-field input::placeholder,
.discount-field textarea::placeholder {
    font-size: 13px;
    /*padding-left: 160px;*/
}

.discount-rule h5,
.discount-expire h5,
.discount-time h5 {
    color: #414042;
}

.discount-time .select2-container--default .select2-selection--single .select2-selection__arrow b {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.discount-time .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.discount-time input {
    width: 80px;
}

.discount-time .select2-container {
    margin: 6px 20px;
}

.discount-time .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
}

.feature_icon img {
    margin-left: 10px;
    width: 40px;
}

.feature_icon p {
    font-size: 14px;
}

.discount-post ul {
    padding: 10px 0 0;
    display: flex;
}

.discount-post .custom_checkbox_list {
    margin-bottom: 0;
}

.discount-post li {
    list-style: none;
    padding-right: 20px;
}

.discount-post .custom_checkbox_list .form-group label:before {
    border: 1px solid #03abc8;
}

.create-discount .update_button {
    padding-left: 0;
}

.discount_coupon .discount_card {
    width: 100%;
}

.discount_coupon h4 {
    color: #414042;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
}

.discount_coupon .discount_card p {
    font-size: 12px;
    padding-top: 20px;
}

.discount_coupon .discount_card h5 {
    font-size: 20px;
    color: #73be00;
}

.discount_card h6 {
    color: #414042;
    font-size: 14px;
    padding-top: 10px;
}

.discount_social_icon a {
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    color: #73be00;
}

.discount_social_icon img {
    width: 40px;
}

.discount_social_icon {
    /* padding: 20px 30px 0; */
}

.coupon-discount {
    padding-left: 20px;
}

.head-investopedia a {
    text-decoration: none;
}

.investopedia-sec {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    height: 430px;
    overflow-y: scroll;
}

.head-investopedia {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid darkgrey;
    padding: 10px 20px;
}

.head-investopedia i {
    color: #414042;
    font-size: 20px;
}

.body-investopedia {
    padding: 20px;
}

.investopedia-sec ul {
    padding: 20px 0 10px;
    display: flex;
    margin: 0;
}

.investopedia-sec li {
    padding-right: 10px;
    font-weight: 600;
    color: #0068ac;
    font-size: 15px;
    list-style: none;
}

.investopedia-sec li a {
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    color: #0068ac;
    text-transform: uppercase;
}

.body-investopedia h3 {
    color: #000;
}

.body-investopedia .blue-bar {
    background: #0068ac;
    height: 6px;
    width: 40px;
    display: block;
    margin-top: 16px;
}

.body-investopedia h6 {
    font-size: 14px;
    color: #414042;
}

.body-investopedia p {
    font-size: 16px;
    color: #58595b;
}

.coupon-text h5 {
    color: #414042;
    font-size: 16px;
    font-weight: 600;
}

.coupon-text p {
    font-size: 14px;
    color: #414042;

}

.coupon-text a {
    text-decoration: none;
    color: #03abc8;
}

.content-bar .update_button {
    padding-left: 0;
}

.like-sec {
    padding-left: 20px;
}

.like-sec table {
    margin-top: 20px;
}

.like-sec th {
    color: #03abc8;
    font-size: 14px;
}

.like-sec .custom_checkbox_list {
    margin: 0;
}

.like-sec th,
.like-sec td {
    width: 23.333%;
    padding: 10px;
    font-size: 14px;
}

.like-sec td {
    color: #414042;
    font-weight: 500;
}

.like-sec td i {
    font-size: 18px;
    color: slategrey;
}

.like-sec th:nth-child(1),
.like-sec th:nth-child(2),
.like-sec td:nth-child(1),
.like-sec td:nth-child(2) {
    width: 15%;
    padding: 10px;
}

.like-sec.share-sec th:nth-child(1),
.like-sec.share-sec th:nth-child(2),
.like-sec.share-sec th:nth-child(3),
.like-sec.share-sec td:nth-child(1),
.like-sec.share-sec td:nth-child(2),
.like-sec.share-sec td:nth-child(3) {
    width: 10%;
    padding: 10px;
}

.like-sec .update_button,
.friend-sec .update_button {
    padding-left: 0;
}

.likes-table table {
    width: 100%;
}

.friend-sec {
    padding-left: 20px;
}

.friend-sec>p {
    color: #03abc8;
    padding-top: 20px;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.friend-sec label {
    color: #414042;
    font-weight: 600;
    font-size: 14px;
}

.add-lines span {
    color: #e84f3b;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
}

.friend-form-sec .update_button {
    padding-top: 0;
}

.friend-sec table {
    margin-top: 30px;
}

.friend-sec table th {
    color: #03abc8;
    font-size: 16px;
}

.friend-sec table td {
    padding: 2px 20px;
}

.friend-sec .custom_checkbox_list {
    margin: 0;
}

.friend-sec .custom_checkbox_list .form-group label:before {
    margin-right: 24px;
}

.friend-sec .custom_checkbox_list .form-group label {
    font-weight: 500;
}

.required_inp {
    position: relative;
}

.inputRemove {
    position: absolute;
    right: 60px;
    top: 24px;
}

.inputRemove {
    color: #e84f3b;
    border: 1px solid #58595b;
    width: 130px;
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
}

.notifications-sec {
    padding-left: 20px;
}

.notifications-sec p {
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
    color: #e84f3b;
}

.notifications-sec table th {
    color: #03abc8;
    font-size: 14px;
    padding: 10px;
}

.notifications-sec table td {
    font-size: 14px;
    color: #414042;
    font-weight: 500;
    padding: 10px;
}

.notifications-sec .custom_checkbox_list {
    margin: 0;
}

.notifications-sec table td:first-child {
    padding: 10px 0px 10px 20px;
}

.registration_form h3 {
    color: #414042;
    font-weight: 500;
    font-size: 32px;
    padding-bottom: 20px;
}

.registration_form h3 b {
    color: #03abc8;
}

a.eventCategory .d-flex,
a.jobCategory .d-flex,
a.discountCategory .d-flex {
    margin-top: 5px;
}

a.eventCategory.active,
a.jobCategory.active,
a.discountCategory.active {
    background-color: #eee;
}

@media only screen and (max-width: 1400px) {
    .tag_line h1 {
        font-size: 56px;
    }

    .add_img {
        top: -125px;
    }

    .hours_sec input {
        width: 67%;
    }
}

@media only screen and (max-width: 1200px) {
    .add_img {
        top: -105px;
    }

    .company_info_icons li {
        padding: 0 10px;
    }

    .event_btn a {
        padding: 6px 10px;
    }

    .right_sidebar_icon li a img {
        width: 40px;
        height: 40px;
    }

    .calendar_img_sec img,
    .hiring_img_sec img {
        width: 300px;
    }

    .subscription_sec.category_sec h3 {
        font-size: 26px;
    }

    .custom_toggle {
        flex-wrap: wrap;
    }

    .custom_toggle p {
        padding-left: 0;
        display: block;
        width: 100%;
    }

    .add_space .fa-angle-down,
    .add_space .fa-angle-up {
        font-size: 20px;
        right: 5px;
    }

    .social-media-input input {
        width: 70%;
    }

    .social-media-input label {
        width: 30%;
    }

    .discount-listing-content .custom_toggle,
    .feature_icon .custom_toggle {
        flex-wrap: nowrap;
    }

    .discount-listing-content .custom_toggle label,
    .feature_icon .custom_toggle label {
        margin-right: 10px;
    }

    .inputRemove {
        right: 24px;
    }
}

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

    .tag_line h1,
    .discover_sec_content h2 {
        font-size: 40px;
    }

    .logo {
        text-align: center;
    }

    .custom_banner h2 {
        font-size: 34px;
    }

    .listing-images-sec>h3 {
        font-size: 30px;
    }

    .search_bar ul {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .search_bar li,
    .search_bar li.custom_input {
        width: 30%;
    }

    .search_bar li.custom_input {
        margin-left: 0;
    }

    .app_img_sec img,
    .recent_articles .blog_slider_item .blog_slider_img {
        width: 100%;
    }

    .app_info ul {
        padding-left: 20px;
    }

    .app_info {
        padding-top: 20px;
    }

    .business_listing_content {
        margin-bottom: 20px;
    }

    .banner_tag_content {
        flex-wrap: wrap;
        margin-top: 6%;
    }

    .second_tag_line h2 {
        font-size: 48px;
    }

    .category_box_content {
        padding: 30px 0;
    }

    .add_img {
        top: -70px;
    }

    .custom_map {
        padding-top: 30px;
    }

    .payment_method img {
        width: 200px;
    }

    .right_side {
        padding-top: 50px;
    }

    .right_sidebar_icon ul {
        justify-content: flex-start;
    }

    .right_sidebar_icon li {
        padding-right: 30px;
    }

    .discount_card {
        margin-bottom: 20px;
        width: 100%;
    }

    .additional_info {
        flex-wrap: wrap;
    }

    .additional_info img {
        width: 60%;
        padding-top: 20px;
    }

    .blog_navbar ul {
        justify-content: center;
        flex-wrap: wrap;
        margin: 0;
    }

    .blog_navbar li {
        padding: 10px;
    }

    .blog_nav_dropdown li:hover .blog_submenu_dropdown {
        width: auto;
        left: 100px;
    }

    .blog_navbar li:hover .blog_nav_dropdown {
        width: auto;
        padding: 30px 10px 10px;
    }

    .blog_banner_content h2 {
        font-size: 34px;
    }

    .blog_banner_content p {
        font-size: 18px;
        padding: 0 12% 20px;
    }

    .family_builder_box,
    .recent_articles .blog_slider_content,
    .weekly_cat_head,
    .daily_cat_item {
        flex-wrap: wrap;
    }

    .family_builder_multi .blog_slider_item {
        width: 48%;
    }

    .recent_articles .blog_slider_item img,
    .recent_articles .blog_slider_info,
    .daily_cat_img,
    .daily_cat_text {
        width: 100%;
    }

    .paragraph_list {
        padding-left: 20px !important;
    }

    .calendar_img_sec img,
    .hiring_img_sec img {
        width: 250px;
    }

    .calendar_img_sec p,
    .hiring_img_sec p {
        padding: 20px 0% 0;
    }

    .weekly_cat_head li span {
        font-size: 20px;
    }

    .weekly_cat_head li a {
        font-size: 14px;
    }

    .discount_panel .rightSide_social_icon a {
        margin-right: 20px;
    }

    .custom_btn_sec ul {
        margin-left: 0;
        flex-wrap: wrap;
    }

    .custom_btn_sec li,
    .service-offer-sec input {
        margin-bottom: 20px;
    }

    .hours_sec input {
        width: 75%;
    }

    .form-payment-sec ul {
        width: 100%;
    }

    .border-right {
        border-right: 0;
    }

    .upgrade-sec-content,
    .discount-imgupload-sec,
    .coupon-disc-content {
        padding-top: 20px;
    }

    .discount-listing-content {
        margin-top: 10px;
    }

    .discount-desc textarea {
        height: 150px;
    }

    .discount_social_icon {
        padding: 20px 0px 0;
    }

    .discount_social_icon a {
        margin-right: 20px;
    }

    .inputRemove {
        position: relative;
        top: 0;
        right: 0;
    }

    .registration_form form {
        width: 90%;
    }

    .city-custom-select,
    .sub-category-custom-select {
        left: 10%;
        width: 80%;
        right: 10%;
    }
}

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

    .custom_footer,
    .site_info,
    .site_info p {
        text-align: center !important;
    }

    .footer_border {
        border-left: 0;
    }

    .social_icon {
        padding-bottom: 10px;
    }

    .google_add img {
        height: 200px;
        object-fit: contain;
        padding: 0;
    }

    .circle_sec,
    .app_sec,
    .discover_sec,
    .card_sec,
    .category_sec,
    .registration_sec,
    .blog_listing_sec,
    .full_calendar,
    .full_calendar_weekly,
    .full_calendar_daily {
        padding: 70px 0;
    }

    .circle_sec_content p {
        padding: 0 30px;
    }

    .discover_sec_content h2 {
        font-size: 26px;
    }

    .discover_sec_content p,
    .card_sec_content p {
        font-size: 16px;
        padding: 10px;
    }

    .custom_header.shrink .nav_menu {
        margin-bottom: 0;
        margin-top: -20px;
        transition: .3s;
    }

    .google_add {
        margin: 20px 0;
    }

    .second_header .tag_line h1 {
        font-size: 36px;
        padding-left: 10px;
    }

    .second_header .tag_line span i {
        font-size: 18px;
    }

    .restaurant_cate_slider h3,
    .nightLife_cate_slider h3,
    .slider_sec h3 {
        font-size: 20px;
    }

    .second_tag_line h2 {
        font-size: 36px;
        padding: 50px 0 0;
    }

    .add_img {
        top: 0;
        position: relative;
        left: 0;
        right: auto;
        margin-top: 30px;
    }

    .custom_checkbox_sec {
        display: flex;
        flex-wrap: wrap;
    }

    .custom_checkbox_list {
        width: 50%;
    }

    .food_listing {
        padding-top: 40px;
    }

    .leftSide_customAdd {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .registration_form h3 {
        font-size: 30px;
    }

    .blog_nav_dropdown li:hover .blog_submenu_dropdown {
        left: 100px;
    }

    .blog_banner_content p {
        margin: 0;
        padding: 0 0 20px;
    }

    .blogs_add {
        display: none;
    }

    .small_blog {
        flex-wrap: wrap;
    }

    .small_blog img {
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .sngle_blog_img {
        flex-wrap: wrap;
    }

    .single_blog_info p {
        padding: 0;
    }

    .single_blog_info,
    .friend-sec .custom_checkbox_list {
        width: 100%;
    }

    .sngle_blog_img a {
        width: 49%;
    }

    .calendar_img_sec p,
    .hiring_img_sec p {
        font-size: 18px;
    }

    .calendar_img_sec h4 {
        font-size: 24px;
    }

    .calendar_category ul {
        justify-content: flex-start;
    }

    .calendar_category li {
        padding-right: 20px;
    }

    .custom_full_calendar,
    .weekly_cat {
        padding-top: 40px;
    }

    .small_search_bar {
        width: 100%;
    }

    .full_calendar_weekly .custom_cate_sidebar,
    .full_calendar_daily .custom_cate_sidebar {
        padding-top: 0;
    }

    .hiring_content .custom_cate_sidebar {
        padding-bottom: 30px;
    }

    .hiring_form_apply ul {
        flex-wrap: wrap;
    }

    .hiring_form_apply li {
        width: 100%;
        margin-bottom: 10px;
    }

    .hiring_form_apply li a,
    .file_upload {
        width: 100%;
    }

    .service_slider .owl-next span,
    .service_slider .owl-prev span {
        top: 44px;
    }

    .subscription_side,
    .dashboard_sideBar {
        border-right: 0 !important;
    }

    .subscription_sec.category_sec {
        padding: 100px 0;
    }

    .exclusive-plan .exclusive-tag-line {
        font-size: 20px;
        padding: 10px;
    }

    .addBusiness_sec {
        padding-top: 180px !important;
    }

    .addBusiness_sec h2 {
        font-size: 40px;
    }

    .dashboard_sideBar h4,
    .custom_btn_sec h4,
    .service-offer-sec h4,
    .dashboard-about-sec h4,
    .hours_sec h4,
    .social-media-input h4,
    .upload-image-sec h4,
    .form-payment-sec h4,
    .addition-info-sec h4,
    .steps_field h4,
    .hiring_form_field h4 {
        font-size: 20px;
    }

    .dashboard_sideBar_content ul,
    .business-info-form,
    .custom_btn_sec,
    .service-offer-sec,
    .dashboard-about-sec,
    .hours_sec,
    .social-media-input,
    .upload-image-sec,
    .form-payment-sec,
    .addition-info-sec,
    .dashboard_sec .update_button,
    .user-checkbox,
    .listing-images-sec>h3,
    .upgrade-listing h3,
    .upgrade-sec,
    .add-listing-sec,
    .more-add-listing,
    .upgrade-bottom-content,
    .create-discount,
    .coupon-discount,
    .like-sec,
    .friend-sec,
    .notifications-sec,
    .steps_field,
    .hiring_form_field {
        padding-left: 0;
    }

    .like-sec,
    .friend-sec,
    .notifications-sec {
        padding-top: 20px;
    }

    .dropify-wrapper .dropify-message span.file-icon {
        display: block;
        text-align: center;
    }

    .addition-info-sec li {
        width: 50%;
    }

    .addition-info-sec .custom_checkbox_list,
    .user-checkbox .custom_checkbox_list,
    .discount-post .custom_checkbox_list,
    .notifications-sec .custom_checkbox_list {
        width: 100%;
    }

    .add-lines span {
        font-size: 16px;
    }

    .city-custom-select,
    .sub-category-custom-select {
        left: 10%;
        width: 80%;
        right: 10%;
    }
}

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

    .popular_cate_sec .owl-prev span,
    .slider_sec .owl-prev span {
        left: 0;
    }

    .popular_cate_sec .owl-next span,
    .slider_sec .owl-next span {
        right: 0;
    }

    .add_business_panel h4 {
        text-align: center;
        font-size: 20px;
    }

    .circle_sec,
    .app_sec,
    .discover_sec,
    .card_sec,
    .feature_sec,
    .popular_cate_sec,
    .slider_sec,
    .popular_cate_sec,
    .category_sec,
    .more_cate_sec,
    .registration_sec,
    .blog_listing_sec,
    .full_calendar,
    .full_calendar_weekly,
    .full_calendar_daily {
        padding: 50px 0;
    }

    /* Orginal File Code  */
    .custom_banner h2,
    .blog_banner_content h1,
    .addBusiness_sec h2 {
        font-size: 30px;
    }

    /* Modified File Code  */
    /* .custom_banner h2,
	.blog_banner_content h2,
	.addBusiness_sec h2 {
		font-size: 30px;
	} */

    .circle_sec_content h3,
    .app_sec_content h3,
    .card_sec_content h3,
    .banner_tag h3,
    .popular_cate_sec_content h3,
    .feature_sec_content h3,
    .more_cate_sec_content h3,
    .category_sec h3,
    .form_banner h3,
    .communitySpotlight_heading h3,
    .explore_share_head h3,
    .secong_business_listing h3,
    .single_blog_content h3,
    .supply_sec h3,
    .more_recent_articles h3,
    .discount_panel .daily_cat_content h3,
    .listing-images-sec>h3,
    .registration_form h3 {
        font-size: 28px;
    }

    .feature_sec_content p,
    .popular_cate_sec_content p,
    .category_sec_content p {
        font-size: 16px;
    }

    .search_bar li,
    .search_bar li.custom_input,
    .custom_checkbox_list,
    .registration_form form {
        width: 100%;
    }

    .search_btn {
        margin-top: 10px;
    }

    .circle_sec_content p,
    .registration_form p {
        padding: 0;
    }

    .nav_menu {
        display: none;
    }

    .custom_header {
        padding: 14px 0;
    }

    .custom_header.shrink {
        padding: 10px 0;
    }

    .custom_header.shrink .logo img {
        width: 50px;
        transition: .3s;
    }

    .custom_header.shrink .tag_line h1 {
        text-align: center !important;
    }

    .mobile_menu {
        display: block;
    }

    .mobile_menu_open i,
    .blog_banner_content h5 {
        font-size: 20px;
    }

    .mobile_menu_open p {
        position: absolute;
        top: 20px;
        right: 20px;
        color: #fff;
        margin: 0;
        font-size: 15px;
        cursor: pointer;
    }

    .tag_line span i {
        font-size: 24px;
    }

    .logo {
        flex-direction: column;
    }

    .second_header .tag_line h1 {
        padding-left: 0px;
    }

    .second_header .tag_line span i {
        top: -8;
        right: -8px;
    }

    .second_header .tag_line h1 {
        font-size: 32px;
    }

    .category_box_content h4 {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .category_box_content small,
    .category_box_content span {
        padding-bottom: 10px;
    }

    .category_box_content p {
        margin: 0;
    }

    .custom_checkbox_sec,
    .second_food_detail,
    .cust_pagination,
    .event_btn,
    .company_info_icons,
    .daily_cat_text,
    .fullWidth_item .daily_cat_text,
    .discount-post ul {
        flex-wrap: wrap;
    }

    .second_food_detail>img,
    .daily_cat_content,
    .daily_cat_info,
    .fullWidth_item .daily_cat_content,
    .fullWidth_item .daily_cat_info {
        width: 100%;
    }

    /* .second_food_detail_img {
		width: 314px !important;
		height: 207px !important;
		object-fit: cover !important;
	} */

    .info_box_text {
        padding-right: 0;
    }

    .rightSide_social_icon a img {
        width: 35px;
        margin-right: 5px;
    }

    .service_offer h4,
    .about_us h4,
    .share_point h4,
    .available_discount h4,
    .additional_info h4,
    .rightSide_social_icon h4,
    .roghtSide_timeTable h4,
    .payment_method h4 {
        font-size: 16px;
    }

    .rightSide_contact h5,
    .blog_navbar li a,
    .blog_navbar li span {
        font-size: 14px;
    }

    .event_btn a {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .company_info_icons li,
    .company_info_icons li:nth-last-child(2) {
        width: 100%;
        border-right: 0;
        padding: 4px 0;
    }

    .service_offer li {
        width: 50%;
    }

    .blog_sec .banner_blog {
        padding-right: 20px;
        padding-top: 20px;
    }

    .blog_listing_sec h4 {
        font-size: 22px;
    }

    .family_builder>p,
    .communitySpotlight_heading p,
    .explore_share_head p {
        font-size: 16px;
    }

    .family_builder .blog_slider_item {
        width: 100%;
        margin-bottom: 20px;
    }

    .explore_share_head h4 {
        font-size: 28px;
        padding-left: 0;
    }

    .explore_share_head h4 i.fa-plus {
        top: -5px;
        font-size: 16px;
        right: -9px;
    }

    .explore_share_logos {
        flex-wrap: wrap;
    }

    .explore_share_logos li {
        margin-bottom: 10px;
        width: 49%;
    }

    .secong_business_listing p {
        font-size: 17px;
    }

    .communitySpotlight_heading a,
    .explore_share_head a {
        width: 100%;
    }

    .explore_share_head p {
        padding: 20px;
    }

    .single_blog_detail img {
        height: 400px;
    }

    .single_blog_content span {
        padding: 10px 0;
    }

    .single_blog_content ul {
        margin-bottom: 15px;
    }

    .sngle_blog_img a {
        width: 100%;
    }

    .supply_sec {
        padding-top: 20px;
    }

    .more_recent_articles {
        padding-bottom: 30px;
    }

    .blog_add_large img {
        padding: 0;
        margin-top: 20px;
    }

    .interest_topic,
    .recent_articles {
        padding: 0;
    }

    .calendar_img_sec p,
    .custom_full_calendar .fc .fc-daygrid-day-number,
    .hiring_img_sec p {
        font-size: 16px;
    }

    .calendar_img_sec h4,
    .weekly_cat_list>h4 {
        font-size: 20px;
    }

    .custom_full_calendar .fc .fc-toolbar-title {
        font-size: 30px;
    }

    .custom_full_calendar .fc .fc-button-primary,
    .custom_full_calendar .fc .fc-button-primary:hover {
        font-size: 14px;
        padding: 2px;
    }

    .weekly_cat_head li:nth-child(2) {
        width: 100%;
        order: 3;
        text-align: center;
        padding-top: 10px;
    }

    .hiring_form .daily_cat_content h5 {
        font-size: 20px;
    }

    .hiring_form_apply h4,
    .form_steps h4 {
        font-size: 22px;
    }

    .hiring_form_apply {
        padding-bottom: 0;
    }

    .hiring_form .daily_cat_content ul {
        padding-left: 0;
    }

    .search_bar {
        margin-top: -320px;
    }

    .custom_banner,
    .custom_banner.half_banner {
        height: 100vh;
    }

    .custom_banner.half_banner {
        margin-top: 0;
    }

    .custom_banner h2 {
        margin-bottom: 320px;
    }

    .service_slider .owl-next span {
        right: auto;
        left: 40px;
        top: auto;
    }

    .service_slider .owl-prev span {
        left: 0;
        top: auto;
    }

    .blog_navbar li {
        padding: 14px;
    }

    .interest_topic_slider .owl-prev span {
        top: -15px !important;
        right: 40px;
        left: auto;
    }

    .interest_topic_slider .owl-next span {
        top: -15px !important;
        right: 0;
    }

    .recent_articles_slider .owl-prev span {
        top: -32px;
        right: 40px;
        left: auto;
    }

    .recent_articles_slider .owl-next span {
        top: -32px;
        right: 0;
    }

    .custom_banner.half_banner .cust_add_btn {
        margin: 0px 0px 50px auto;
        line-height: 23px;
        width: auto;
        border-radius: 23px;
    }

    .restaurant_cate_slider .owl-prev span,
    .restaurant_cate_slider .owl-next span,
    .nightLife_cate_slider .owl-prev span,
    .nightLife_cate_slider .owl-next span,
    .professional_cate_slider .owl-prev span,
    .professional_cate_slider .owl-next span,
    .collegeSchool_cate_slider .owl-prev span,
    .collegeSchool_cate_slider .owl-next span,
    .legal_serv_slider .owl-next span,
    .legal_serv_slider .owl-prev span,
    .insurance_slider .owl-prev span,
    .insurance_slider .owl-next span,
    .financial_serv_slider .owl-prev span,
    .financial_serv_slider .owl-next span {
        top: -32px;
    }

    .restaurant_cate_slider .owl-prev span,
    .nightLife_cate_slider .owl-prev span,
    .professional_cate_slider .owl-prev span,
    .collegeSchool_cate_slider .owl-prev span,
    .legal_serv_slider .owl-prev span,
    .insurance_slider .owl-prev span,
    .financial_serv_slider .owl-prev span {
        right: 40px;
        left: auto;
    }

    .merald_coast.custom_banner.half_banner .cust_add_btn {
        margin: 0px 0px 320px auto;
    }

    .hours_sec input,
    .social-media-input label,
    .social-media-input input {
        width: 100%;
    }

    .flex-sm-wrap {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .likes-table {
        overflow-y: scroll;
    }

    .likes-table table {
        width: 550px;
    }

    .city-custom-select,
    .sub-category-custom-select {
        left: 10%;
        width: 80%;
        right: 10%;
    }
}

@media only screen and (max-width: 480px) {
    .tag_line h1 {
        white-space: normal;
        font-size: 30px;
    }

    .custom_header.shrink .tag_line h1 {
        font-size: 26px;
    }

    .custom_header {
        height: 130px;
        padding: 10px 0;
    }

    .custom_full_calendar .fc .fc-toolbar-title {
        font-size: 26px;
    }

    .city-custom-select,
    .sub-category-custom-select {
        left: 10%;
        width: 80%;
        right: 10%;
    }
}

.mobsidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -250px;
    background-color: rgb(3, 171, 200, .9);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
}

.mobsidenav>ul {
    margin-top: 30px;
    padding: 0;
}

.mobsidenav li {
    list-style: none;
    text-align: left;
    padding: 6px 20px;
    color: #fff;
}

.mobsidenav li a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.closebtn {
    color: #fff;
    font-size: 34px;
    text-decoration: none;
    position: absolute;
    top: 0px;
    right: 10px;
}

.closebtn:hover {
    color: #fff;
}

.mobile_sub_menu p {
    margin: 0;
    font-size: 18px;
}

.mobile_sub_menu ul {
    padding: 0;
    margin: 0;
}

.sub_menu_item {
    display: none;
}

.fc-daygrid-event {
    cursor: pointer;
    font-size: 11px;
    white-space: break-spaces;
}

.fc-daygrid-dot-event {
    align-items: baseline;
}

.fc-daygrid-event-dot {
    display: none;
}

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    font-weight: 700;
}

.fc-daygrid-dot-event .fc-event-title {
    font-weight: 500;
    color: #414042;
}

.fc .fc-daygrid-day-top {
    flex-direction: row;
}

.fc-event-past .fc-event-time {
    color: #73be00;
}

.fc-event-today .fc-event-time {
    color: #d74992;
}

.fc .fc-col-header-cell-cushion {
    padding: 6px;
}

.cust_pagination li a.active {
    color: #03abc8 !important;
}

span#select2-location-cb-container {
    font-weight: bold !important;
}

.loc_select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #03abc8;
    /* color: black; */
    font-weight: bold;
}

.plan-opacity {
    opacity: 0.3;
    pointer-events: none;
}

.login-side h3,
.register-side h3 {
    font-size: 40px;
    padding-bottom: 20px;
}

.login-side label b,
.register-side label b {
    color: #414042;
    font-size: 14px;
}

.login-side small,
.register-side small {
    color: #414042;
}

.register-side span {
    color: #e84f3b;
}

.login-side span {
    color: #03abc8;
}

.login-side .custom_select h5,
.register-side .custom_select h5 {
    color: #03abc8;
    font-size: 20px;
    font-weight: 700;
}

.login-register .select2-container {
    padding: 5px 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.login-register.category_sec .select2-container--default .select2-selection--single .select2-selection__arrow b {
    transform: rotate(45deg);
}

.login-register.category_sec .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(-135deg);
}

.login-side,
.register-side {
    padding: 0px 100px;
}

.register-side h3 p {
    font-size: 26px;
    color: #e84f3b;
    margin: 0;
}

.register-side h3 {
    margin-top: -30px;
}

.register-side .custom_checkbox_list .form-group label:before {
    border: 1px solid #e84f3b;
}

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

    .login-side,
    .register-side {
        padding: 20px;
    }
}

@media only screen and (max-width: 776px) {
    .login-side {
        border-right: 0 !important;
    }

    .login-side h3,
    .register-side h3 {
        font-size: 32px;
    }

    .register-side h3 p {
        font-size: 20px;
    }

    .register-side h3 {
        margin: 0;
    }
}

.contact-sec .business-info-form textarea {
    height: 150px;
    resize: none;
}

.contact-sec .business-info-form .select2-container {
    padding: 5px 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.contact-sec .select2-container--default .select2-selection--single .select2-selection__arrow b {
    transform: rotate(45deg);
}

.contact-sec .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(-135deg);
}

.contact-sec.category_sec.addBusiness_sec .dashboard_sideBar .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

@media only screen and (max-width: 776px) {
    .contact-sec .custom_checkbox_list {
        width: 100%;
    }

    .faq-query-sec {
        padding-top: 40px;
    }

    .faq-query p {
        font-size: 17px;
        font-weight: 600;
        margin: 0;
    }

    .faq-query span {
        color: #03abc8;
        padding-right: 8px;
        font-weight: 600;
        font-size: 24px;
    }

    .faq-query p a {
        text-decoration: none;
        color: #03abc8;
    }

    .faq-query {
        padding-bottom: 20px;
    }

    .auto_scroll {
        height: 550px;
        overflow-y: scroll;
        position: sticky;
        left: 0;
        right: 0;
        /* top: 140px !important; */
        /* width: 22% !important; */
        background: white !important;
        /* z-index: 10000000 !important; */
        /* padding: 20px !important; */
    }

    /* Orignal File Code  */
    .custom_checkbox_list {
        margin-bottom: 10px;
    }

    /* .custom_cate_sidebar {
    height: 600px;
    overflow-y: auto;
    position: fixed;
    z-index: 1;
    top: 20;
    left: 72px;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 20px;
    top: 108px;
}
.custom_cate_sidebar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5; */
}

span.select2-dropdown.select2-dropdown--above {
    z-index: 1000000 !important;
}

span.select2-dropdown.select2-dropdown--below {
    z-index: 1000000 !important;
}


input[list]:focus {
    outline: none;
}

input[list]+div[list] {
    /* display: none; */
    position: absolute;
    max-height: 164px;
    overflow-y: auto;
    max-width: 330px;
    background: #FFF;
    border: var(--border);
    border-top: none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 3px 3px -3px #333;
    z-index: 100;
    width: 13%;
}

input[list]+div[list] span {
    display: block;
    padding: 7px 5px 7px 20px;
    color: #069;
    text-decoration: none;
    cursor: pointer;
}

input[list]+div[list] span:not(:last-child) {
    border-bottom: 1px solid #EEE;
}

input[list]+div[list] span:hover {
    background: rgba(100, 120, 140, .2);
}


.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 32px;
    user-select: none;
    -webkit-user-select: none;
    font-weight: bold;
}

.homepage-images {
    width: 346px;
    height: 318px;
    object-fit: cover;
}

.share_links {
    background: #ddd;
    padding: 50px;
    text-align: center;
}

.bg_fb,
.bg_insta,
.bg_whatsapp {
    position: relative;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    display: inline-block;
    align-items: center;
    box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #333;
    text-decoration: none;
}

.available_discount .discount {
    width: 100%;
}

.available_discount .discount_card {
    width: 100%;
}

input,
select,
textarea {
    font-size: 16px !important;
}

.dashboard_sideBar .accordion-body a {
    font-size: 16px !important;
    padding: 3px !important;
}

.mt-100 {

    margin-top: 100px;

}

.img-thumbnail {
    border-radius: 33px;
    width: 61px;
    height: 61px;
    border-radius: 12px !important;

}

.smd {
    width: 200px;
    font-size: small;
    text-align: center;
}

/* subscriber dashboard */


.custom_select label,
.custom_input label {
    color: #fff;
    font-size: 15px;
    padding-bottom: 6px;
    font-weight: 700;
    letter-spacing: 1px;
}

.search_btn {
    border: 0;
    background: #e84f3b;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    line-height: 30px;
}

.custom_select select {
    font-size: 13px;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    color: #03abc8;
    position: relative;
}

.custom_select option {
    color: #58595b;
    font-size: 13px;
}

.form-select:focus,
input:focus,
textarea:focus {
    outline: 0 !important;
    border-color: #03abc8 !important;
    box-shadow: none !important;
}

/*.logo span{
	font-size: 66px;
    font-weight: 700;
    line-height: 28px;
    padding: 0 6px;
    height: 55px !important;
    display: inline-block;
    width: 50px;
    color: #03abc8;
    background: #fff;
}
.logo i{
	font-size: 26px;
    color: #e84f3b;
    position: relative;
    left: -14px;
    top: -4px;
}*/
.logo .sm-logo {
    width: 60px;
    object-fit: contain;
    transition: .3s;
}

.logo .pl-plus-text-logo {
    width: 400px;
    margin-left: 25px;
}

.second_header .tag_line h1 {
    font-size: 42px;
    padding-left: 20px;
}

.second_header .nav_menu p {
    color: #fff;
    align-items: center;
}

.second_header .tag_line span i {
    font-size: 24px;
}

.custom_header {
    background: #03abc8;
    padding: 30px 0;
    position: fixed;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    text-align: center;
    /*height: 120px;*/
    /*line-height:160px;
    height: 200px;*/
}

.map-sec {
    z-index: 1000;
}

/*.custom_header.shrink {
	-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    height: 100px;
    line-height:80px;
}*/
.tag_line h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    margin: 0;
    line-height: 1;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/*.custom_header.shrink .tag_line h1*/
/*{
    font-size:34px;
    text-align: left !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}*/
.tag_line span {
    font-style: italic;
}

.tag_line span i {
    color: #e84f3b;
    font-size: 36px;
    position: relative;
    top: -5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    right: -7px;
    font-weight: 800;
}

/*.custom_header.shrink .tag_line span i{
	font-size: 22px;
    position: relative;
    top: -5px;
    right: -8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}*/
.nav_menu {
    position: relative;
    margin-bottom: -10px;
    z-index: 1;
    transition: .3s;
}

.nav_menu p {
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    margin: 0;
    display: flex;
    justify-content: end;
}

/*.custom_header.shrink .nav_menu p{
	color: #fff;
}*/
.nav_menu p span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding-right: 4px;
    letter-spacing: 1px;
}

.nav_menu ul {
    /*display: none;*/
    padding: 0;
    background: rgb(3, 171, 200, .8);
    /*padding: 10px 0;*/
    margin: 0;
    position: absolute;
    border: 0;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    right: 0;
    padding-top: 50px;
    z-index: -1;
    border-radius: 0;
    margin-left: auto !important;
    width: 230px;
}

.nav_menu li {
    list-style: none;
    color: #fff;
    text-align: right;
    white-space: nowrap;
    padding: 10px 10px 10px 20px;
    ;
}

.nav_menu li:hover {
    background: #0f728e;
}

.nav_menu li h4 {
    font-size: 20px;
}

.nav_menu li a,
.sub_dropdown p {
    text-decoration: none;
    color: #fff;
    text-align: right;
    font-size: 16px;
}

.sub_dropdown p {
    margin: 0;
}

/*.nav_menu:hover ul{
	display: block;
}*/
.sub_dropdown {
    position: relative;
}

.nav_menu ul.sub_dropdown_menu {
    position: absolute;
    right: 230px;
    padding-top: 0px;
    top: 0;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.sub_dropdown:hover .sub_dropdown_menu {
    display: block;
}

.custom_banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 90vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.custom_banner.half_banner {
    height: 55vh;
    margin-top: 105px;
}

.custom_banner h2 {
    color: #fff;
    font-size: 34px;
    text-align: center;
    font-weight: 600;
    position: relative;
    /*top: -10%;*/
    margin-bottom: 140px;
    text-shadow: 2px 2px 4px rgb(0, 0, 0, 1);
    /*text-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;*/
}

.custom_banner h2 span {
    display: block;
}

.nav_menu .dropdown-menu.show {
    transform: none !important;
    top: 0 !important;
    right: 0 !important;
}

.circle_sec {
    padding: 100px 0;
}

.circle_sec a {
    text-decoration: none;
    display: block;
}

.app_sec,
.discover_sec,
.card_sec {
    background-color: #fff;
    padding: 100px 0;
}

.circle_sec_content h3 {
    font-size: 32px;
    font-weight: 800;
    color: #03abc8;
}

.circle_sec_content h3 span {
    font-style: italic;
}

.circle_sec_content h3 i {
    color: #e84f3b;
    font-size: 20px;
    position: relative;
    top: -5px;
    right: -5px;
}

.circle_sec_content p {
    color: #58595b;
    font-size: 18px;
    padding: 30px 130px 0;
}

.circle_info_img {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    margin: 0 auto;
    display: block;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.circle_content_icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 10px;
}

.circle_content h5 {
    font-size: 18px;
    margin-bottom: 0;
    color: #e84f3b;
    font-weight: 800;
}

.circle_content p {
    color: #58595b;
    font-size: 15px;
}

.circle_content p a {
    color: #03abc8;
    text-decoration: none;
    font-weight: 600;
}

.custom_divider {
    background: lightgrey;
    height: 2px;
    width: 60%;
    margin: 0 auto;
    display: block;
}

.app_sec_content h3 {
    font-size: 32px;
    font-weight: 200;
    font-style: italic;
    color: #03abc8;
}

.app_sec_content h3 b {
    font-weight: 600;
}

.app_img_sec img {
    width: 500px;
    margin: 0 auto;
    display: block;
}

.app_info img {
    width: 90px;
    display: block;
    margin: 0 auto;
}

.app_info h3 {
    text-align: center;
    font-size: 30px;
    color: #414042;
    font-weight: 600;
    padding-top: 20px;
}

.app_info h3 b {
    color: #03abc8;
}

.app_info ul {
    padding-left: 80px;
    padding-top: 20px;
}

.app_info li {
    list-style: none;
    color: #58595b;
    position: relative;
    font-size: 20px;
    padding: 4px 10px;
}

.app_info li:before {
    content: '';
    position: absolute;
    background-image: url('../images/list_img.png');
    width: 20px;
    height: 20px;
    background-size: contain;
    left: -14px;
    top: 18px;
    background-repeat: no-repeat;
}

.app_info li span {
    color: #73be00;
    font-weight: 600;
}

.app_info .cust_btn {
    display: block;
    margin: 80px auto 0;
    width: 160px;
    background: #00739b;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.discover_sec_content h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #414042;
}

.discover_sec_content h2 b a,
.card_sec_content h3 b,
.feature_sec_content h3 b,
.popular_cate_sec_content h3 b,
.more_cate_sec_content h3 b,
.category_sec h3 b {
    color: #03abc8;
}

.discover_sec_content h2 b a {
    text-decoration: none;
}

.discover_sec_content p {
    font-size: 20px;
    padding: 30px 20px 0;
    color: #58595b;
    margin: 0;
}

.card_sec_content h3,
.feature_sec_content h3,
.popular_cate_sec_content h3,
.more_cate_sec_content h3,
.category_sec h3 {
    color: #414042;
    font-weight: 600;
    font-size: 28px;
}

.card_sec_content h3 b {
    display: block;
}

.card_sec_content p {
    color: #58595b;
    margin: 0;
    font-size: 16px;
    padding: 20px 50px 0;
}

.card_logo {
    text-align: center;
}

.card_logo img {
    width: 190px;
    height: 100px;
    object-fit: contain;
}

.card_img img {
    width: 100%;
}

.custom_card h6 {
    text-align: center;
    color: #e84f3b;
    font-size: 16px;
    font-weight: 700;
    border-top: 2px solid lightgrey;
    padding-top: 20px;
    margin-top: 20px;
}

.custom_card {
    margin-bottom: 50px;
}

.card_sec .row .col-md-4 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.flip-card .flip-card-front img {
    object-fit: contain;
}

.custom_card a {
    text-decoration: none;
}

.google_add img {
    width: 100%;
    padding: 0 60px;
}

.explore_community h4 {
    color: #414042;
    font-size: 24px;
    font-weight: 600;
}

.explore_community a,
.explore_community .custom_select {
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-decoration: none;
    color: #414042;
    justify-content: center;
    width: 270px;
    padding: 5px 30px;
    margin: 5px auto 0;
    font-size: 14px;
    font-weight: 500;
}

.explore_community .custom_select img {
    width: 30px;
    margin-right: 10px;
}

.explore_community a i {
    color: #e84f3b;
    padding-left: 20px;
    font-size: 26px;
}

.custom_footer {
    background: #03abc8;
    padding: 30px 0;
}

.footer_content h4 {
    color: #fff;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.footer_content h4 span {
    font-style: italic;
}

.footer_content h4 i {
    color: #e84f3b;
    font-size: 18px;
    position: relative;
    top: -3px;
    right: -6px;
}

.footer_content ul {
    padding: 0;
}

.footer_content li {
    list-style: none;
    padding-right: 10px;
}

.social_icon a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    padding-right: 6px;
}

.footer_content li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.social_icon {
    padding-bottom: 80px;
}

.footer_links ul {
    padding: 0;
    margin: 0;
}

.footer_links li {
    list-style: none;
}

.footer_links li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer_links {
    padding-top: 30px;
}

.footer_links h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.footer_links h5 span {
    font-style: italic;
}

.footer_links h5 i {
    color: #e84f3b;
    font-size: 14px;
    position: relative;
    top: -2px;
    right: -5px;
}

.footer_border {
    border-left: 1px solid lightgrey;
    padding-left: 20px;
}

.site_info {
    background-color: #e84f3b;
    padding: 10px 0;
}

.site_info p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.site_info a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.site_info span {
    color: #fff;
}

.custom_banner.half_banner .cust_add_btn {
    display: block;
}

.second_tag_line span {
    color: #03abc8;
}

.second_tag_line h2 {
    font-size: 62px;
    color: #414042;
    font-weight: 700;
    text-align: center;
    padding: 100px 0 0;
}

.feature_sec {
    padding: 70px 0;
}

.feature_sec_content p,
.popular_cate_sec_content p {
    color: #58595b;
    font-size: 18px;
}

.business_listing {
    text-align: center;
    /* padding-top: 50px; */
    padding-top: 34px;
}

.business_listing h4 {
    font-size: 14px;
    font-weight: 800;
    color: black;
    margin: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.business_listing a {
    text-decoration: none;
}

.business_listing small,
.business_listing i {
    color: #03abc8;
    font-weight: 500;
}

/*.business_listing img {*/
/*    width: 100%;*/
/*    height: 200px;*/
/*    object-fit: cover;*/
/*}*/

.business_listing .list_icon {
    /*display: block;
	margin: 0 auto;*/
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.business_listing p {
    margin: 0;
    color: #e84f3b;
    font-size: 12px;
    font-weight: 600;
    padding-top: 10px;
}

.business_listing span {
    /* color: #DB5E9E; */
    font-size: 12px;
    padding-bottom: 10px;
    display: block;
    font-weight: 600;
}

.business_listing i {
    font-size: 18px;
}

.business_listing_content {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.banner_tag h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.banner_tag {
    padding: 30px 0;
    background-color: #8e2c8f !important;
}

.banner_tag_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner_tag a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
    border: 2px solid #fff;
    width: 200px;
    border-radius: 10px;
    line-height: 30px;
    text-align: center;
}

.popular_cate_sec {
    padding: 60px 0px 30px 0px;
}

.restaurant_cate_slider {
    /* padding-top: 30px; */
}

.restaurant_cate_slider h3,
.nightLife_cate_slider h3,
.slider_sec h3 {
    font-size: 26px;
    font-weight: 700;
    display: inline-block;
}

.restaurant_cate_slider a,
.nightLife_cate_slider a,
.slider_sec a {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding-right: 10px;
    color: #03abc8;
}

.custom_slider {
    position: relative;
    /* box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px; */
    box-shadow: rgb(0 0 0 / 21%) -2px 5px 11px;
    margin: 10px 10px 20px;
}

.custom_slider h5 {
    position: absolute;
    bottom: 10px;
    color: #000;
    background: rgb(255, 255, 255, .7);
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 3px 0;
}


.service_slider .owl-prev span {
    /* left: -13px; */
    right: -0.3%;
    top: 40%;
}

.service_slider .owl-next span {
    /* top: 85px; */
    top: 40%;
    /* right: -13px; */
    right: -0.3%;
}

.popular_cate_sec .owl-prev span,
.slider_sec .owl-prev span,
.blog_listing_sec .owl-pre span {
    /* left: -13px; */
    left: -0.3%;
    top: 40%;
}

.popular_cate_sec .owl-next span,
.slider_sec .owl-next span,
.blog_listing_sec .owl-next span {
    /* right: -13px; */
    right: -0.3%;
    top: 40%;
}

.popular_cate_sec .owl-prev span,
.popular_cate_sec .owl-next span,
.slider_sec .owl-next span,
.slider_sec .owl-prev span,
.service_slider .owl-prev span,
.service_slider .owl-next span,
.blog_listing_sec .owl-next span,
.blog_listing_sec .owl-prev span {
    color: #fff;
    height: 30px;
    width: 30px;
    display: block;
    border-radius: 100%;
    position: absolute;
    line-height: 27px;
    text-align: center;
}

.restaurant_cate_slider .custom_slider img,
.nightLife_cate .custom_slider img {
    height: 200px;
    object-fit: cover;
}

.insurance .custom_slider img,
.financial_serv .custom_slider img,
.legal_serv .custom_slider img {
    height: 240px;
    object-fit: cover;
}

.professional_cate .custom_slider img,
.collegeSchool_cate .custom_slider img {
    height: 280px;
    object-fit: cover;
}

.owl-prev span,
.owl-next span {
    font-weight: 500;
    font-size: 26px;
    line-height: 22px;
    text-align: center;
}

.restaurant_cate,
.professional_cate_slider,
.collegeSchool_cate {
    padding-bottom: 20px;
}

.restaurant_cate_slider .owl-prev span,
.restaurant_cate_slider .owl-next span {
    background-color: #e16921;
    top: 85px;
}

.nightLife_cate_slider .owl-prev span,
.nightLife_cate_slider .owl-next span {
    background-color: #e94e3b;
    top: 85px;
}

.professional_cate_slider .owl-prev span,
.professional_cate_slider .owl-next span {
    background-color: #f0af13;
    /* top: 145px; */
    top: 40% !important;
}

.collegeSchool_cate_slider .owl-prev span,
.collegeSchool_cate_slider .owl-next span {
    background-color: #d74992;
    /* top: 145px; */
    top: 38% !important;

}

.interest_topic_slider .owl-prev span,
.interest_topic_slider .owl-next span {
    top: 40% !important;
}

.blog_listing_sec .owl-prev span,
.blog_listing_sec .owl-next span {
    top: 270px;
    /* top: 350px; */
    top: 50%;
}

.legal_serv_slider .owl-prev span,
.legal_serv_slider .owl-next span,
.interest_topic_slider .owl-prev span,
.interest_topic_slider .owl-next span {
    background: #03abc8;
}

.insurance_slider .owl-prev span,
.insurance_slider .owl-next span,
.recent_articles .owl-next span,
.recent_articles .owl-prev span {
    background: #8b8b8c;
}

.financial_serv_slider .owl-prev span,
.financial_serv_slider .owl-next span {
    background: #73be00;
}

.service_slider .owl-next span,
.service_slider .owl-prev span {
    background: #03abc8;
}

.slider_sec,
.category_sec {
    padding: 60px 0px 30px 0px;
}

.more_cate_sec {
    padding: 20px 0px 40px;
    margin-top: 20px;
}

.more_cate_sec_content i {
    color: #e94e3b;
}

.category_sec_content p {
    font-size: 18px;
    color: #58595b;
}

.category_box {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    margin-bottom: 20px;
}

.category_box img {
    width: 100%;
    /* height: 100%; */
}


.category_box_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    justify-content: center;
    text-align: center;
}

.category_box_content h4 {
    font-size: 22px;
    color: #03abc8;
    font-weight: 700;
    border-bottom: 1px solid lightgrey;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.category_box_content small {
    color: #e84f3b;
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2px;
}

.category_box_content p {
    color: #414042;
    font-size: 16px;
    font-weight: 600;
}

.category_box_content span {
    font-size: 14px;
    color: #999;
    padding-bottom: 5px;
}

.category_box_content a {
    color: #03abc8;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.back_btn a {
    text-decoration: none;
    color: #e84f3b;
    font-size: 18px;
    font-weight: 6008;
    display: flex;
    align-items: center;
}

.back_btn i {
    color: #58595b;
    padding-right: 6px;
    font-size: 18px;
}

.collapse_content {
    margin-bottom: 20px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 6px 10px;
}

.custom_collapse_sec h4 {
    font-size: 14px;
    color: #03abc8;
    font-weight: 700;
    padding-bottom: 5px;
    margin: 0;
}

.collapse_content img {
    width: 30px;
    margin-right: 10px;
}

.custom_collapse_sec,
.custom_checkbox_sec {
    padding-top: 30px;
}

.collapse_content ul {
    padding-left: 40px;
    padding-top: 10px;
}

.collapse_content li {
    list-style: none;
    padding: 4px 0;
}

.collapse_content li a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    color: #58595b;
    margin: 0;
}

.custom_collapse_sec .accordion-flush .accordion-item .accordion-button {
    padding: 0;
    font-size: 14px;
    box-shadow: none;
    font-weight: 500;
    color: #58595b;
}

.accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
}

.custom_collapse_sec .accordion-button::after {
    background-image: url('../images/red_arrow.png');
    background-size: contain;
    width: 10px;
    height: 15px;
}

.custom_collapse_sec .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}

.custom_checkbox_list img {
    width: 30px;
}

.custom_checkbox_list h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding-left: 10px;
}

.custom_checkbox_list .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.custom_checkbox_list .form-group label {
    position: relative;
    cursor: pointer;
    color: #58595b;
    font-size: 14px;
}

.custom_checkbox_list .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #58595b;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: baseline;
    cursor: pointer;
    margin-right: 5px;
}

.custom_checkbox_list .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
    width: 5px;
    height: 9px;
    border: solid #e84f3b;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom_checkbox_list ul {
    padding: 20px 0 0;
    margin: 0;
}

.custom_checkbox_list li {
    list-style: none;
}

.custom_checkbox_list {
    margin-bottom: 20px;
}

.moretext,
.moretext2,
.moretext3,
.moretext4,
.moretext5,
.moretext6,
.moretext7,
.moretext8,
.moretext9,
.moretext10,
.moretext11,
.moretext12,
.moretext13,
.moretext14 {
    display: none;
}

.moreless-button,
.moreless-button2,
.moreless-button4,
.moreless-button5,
.moreless-button6,
.moreless-button7,
.moreless-button10,
.moreless-button11,
.moreless-button12,
.moreless-button13,
.moreless-button14 {
    font-size: 12px;
    font-weight: 600;
    color: #03abc8;
    cursor: pointer;
}

.moreless-button3 {
    cursor: pointer;
}

.update_button a,
.hiring_form_sec button {
    text-decoration: none;
    color: #e84f3b;
    border: 1px solid #58595b;
    width: 130px;
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}

.add_img {
    position: absolute;
    right: 10px;
    top: -145px;
}

.add_img img {
    width: 100%;
}

.info_box {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 0px !important;
    background: #fff;
    z-index: 999;
    transition: .5s;
}

.info_box .info_box_text {
    /* padding: 0px 0px 20px 0px; */
}

.banner-sticky .info_box_text {
    font-size: 13px;
}

.info_box .container:nth-child(1) {
    padding-top: 20px;
}

.banner-sticky .container:nth-child(1) {
    padding-bottom: 10px;
}

.banner-sticky .container .row {
    padding-bottom: 0px !important;
}

.banner-sticky .bg-light {
    width: 150px !important;
    height: 110px !important;
}

.sticky-banner-img a img {
    top: 1px !important;
}

.banner-sticky .update_button a {
    width: 120px;
    line-height: 25px;
}

.banner-sticky .container .row div a img {
    height: 105px;
    width: 150px;
}

.info_box h3 {
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    color: #000;
}

.info_box span {
    font-size: 14px;
    color: #03abc8;
    font-size: 12px;
}

.info_box small {
    color: #e84f3b;
    font-weight: 600;
}

.info_box .text-left span {
    font-weight: 600;
}

.info_box a,
.food_detail_content a,
.second_food_detail_content a {
    color: #414042;
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
}

.info_box i,
.food_detail_content i,
.second_food_detail_content i {
    color: #03abc8;
    font-size: 14px;
}

.info_box i,
.food_detail_content ul li small {
    font-size: 12px;
    font-weight: 500;
}

.info_box i,
.food_detail_content ul li {
    text-align: end;
    line-height: 12px;
}

.info_box_text p {
    font-size: 14px;
    margin: 0;
    color: #58595b;
}

.info_box img {
    width: 40px;
}

.info_box_text {
    padding-right: 80px;
}

.food_detail {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    margin-bottom: 20px;
}

.food_detail img {
    width: 100%;
}

.food_detail_content {
    padding: 20px;
}

.food_detail_content span {
    font-weight: 500;
}

.food_detail_content h4 {
    font-size: 18px;
    color: #000;
    font-weight: 800;
    margin: 0;
}

.food_detail_content span,
.second_food_detail_content small {
    color: #03abc8;
    font-size: 12px;
    font-weight: 500;
}

.food_detail_content p {
    font-size: 14px;
    padding-top: 10px;
    color: #58595b;
}

.food_detail_content ul,
.second_food_detail_content ul {
    padding: 0;
    margin: 0;
}

.food_detail_content li,
.second_food_detail_content li {
    list-style: none;
}

.food_detail_content li a,
.second_food_detail_content li a {
    text-decoration: none;
}

.food_detail_content li img,
.second_food_detail_content li img {
    width: 30px;
}

.second_food_detail {
    display: flex;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    margin-top: 20px;
    width: 96%;
    padding-left: 0px;
    padding-right: 0px;
}

.food_listing .row {
    justify-content: center;
}

.second_food_detail>img {
    width: 350px;
    height: 150px;
    object-fit: cover;
}

.second_food_detail_content {
    padding: 20px;
    width: 100%;
}

.second_food_detail_content h4 {
    color: #000;
    font-size: 16px;
    padding-top: 10px;
    font-weight: 800;
    margin: 0;
}

.second_food_detail_content ul {
    padding-top: 10px;
    font-weight: 600;
}

.list_food_detail .second_food_detail_content {
    padding: 10px 14px;
}

.list_food_detail .second_food_detail_content h4 {
    padding-top: 0;
}

.cust_pagination ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.cust_pagination li {
    padding: 0 10px;
    list-style: none;
}

.cust_pagination li a {
    text-decoration: none;
    color: #58595b;
    font-weight: 600;
    font-size: 14px;
}

.cust_pagination li i {
    font-size: 24px;
    color: #03abc8;
}

.cust_pagination {
    margin-top: 50px;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.custom_cate_sidebar {
    padding-left: 4px;
    padding-right: 4px;
}

.cust_pagination p {
    font-size: 14px;
    color: #58595b;
    margin: 0;
    font-weight: 600;
}

.calendar_sec_listing .business_listing {
    row-gap: 26px;
}

.service_sec_slider {
    padding: 20px 0;
}

.right_sidebar_icon ul {
    padding: 0;
    justify-content: space-between;
    align-items: end;
    display: flex;
}

.right_sidebar_icon li {
    list-style: none;
    text-align: center;
}

.right_sidebar_icon li a h6 {
    font-size: 14px;
    padding-top: 4px;
}

.right_sidebar_icon li a {
    text-decoration: none;
}

.right_sidebar_icon li a h5 {
    font-size: 15px;
    padding-top: 10px;
}

.right_sidebar_icon li a img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.rightSide_social_icon a img {
    width: 40px;
}

.rightSide_social_icon h4 {
    /*text-align: center;*/
}

.rightSide_social_icon h4,
.roghtSide_timeTable h4,
.payment_method h4 {
    font-size: 16px;
    font-weight: 700;
    color: #414042;
}

.roghtSide_timeTable table {
    width: 100%;
}

.roghtSide_timeTable tr {
    border-bottom: 1px solid lightgrey;
}

.roghtSide_timeTable td {
    color: #e84f3b;
    font-size: 15px;
    padding: 4px 0;
}

.payment_method img {
    width: 21%;
}

.rightSide_contact a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 10px;
    background-color: #03abc8;
    background-image: linear-gradient(to right, #03abc8, #fff);
}

.rightSide_contact h5 {
    margin: 0;
    padding-left: 20px;
    font-size: 15px;
}

.leftSide_customAdd {
    margin-top: 140%;
    padding: 20px;
    background-color: #8b285e;
    background-image: linear-gradient(to bottom, #8b285e, #d2478f);
}

.leftSide_customAdd img {
    width: 30px;
}

.leftSide_customAdd p {
    color: #fff;
    font-size: 15px;
    padding-top: 6px;
}

.company_info {
    padding: 0 20px;
}

.company_info h3 {
    font-size: 32px;
    font-weight: 800;
    color: #000;
    padding-bottom: 15px;
}

.company_info_address {
    display: flex;
    align-items: center;
}

.service_offer h4 {
    font-weight: 600;
    font-size: 20px;
}

.about_us h4 {
    font-weight: 600;
    font-size: 20px;
}

.company_info_address p {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    padding-left: 10px
}

.company_info_address img,
.company_info_icons li img {
    width: 16px;
}

.company_info_icons .like-business {
    /* color: #ffcb05; */
    font-size: 18px;
    cursor: pointer;
}

.company_info_icons .fa-heart-o {
    font-size: 18px;
    color: #f05574;
    cursor: pointer;
}

.company_info_icons .add_number {
    font-size: 12px;
    font-weight: 600;
}

.company_info_icons {
    padding: 15px 0 0 0;
    display: flex;
    align-items: center;
}

.company_info_icons li {
    list-style: none;
    border-right: 2px solid #cdced0;
    padding: 0 15px;
    height: 13px;
    display: flex;
    align-items: center;
}

.company_info_icons li a span {
    color: black;
    font-size: 13px;
    font-weight: 600;
    margin-left: 5px;
}

.company_info_icons li a {
    text-decoration: none;
}

.company_info_icons li:first-child {
    padding-left: 0;
}

.company_info_icons li:last-child {
    border-right: 0;
}

.company_info_icons li:nth-last-child(2) {
    /* border-right: 1px solid #000; */
    border-right: 2px solid #969696;
}

.registration_sec {
    padding: 100px 0;
}

.form_banner {
    margin-top: 110px;
}

.form_banner h3 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.registration_form form {
    width: 70%;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 20px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

input,
.form-control,
.form-select,
.registration_form select option {
    color: #58595b;
    font-size: 14px;
}

.registration_form select {
    cursor: pointer;
}

.cust_btn {
    border: 0;
    background: #03abc8;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    border-radius: 8px;
    margin: 0px auto 0;
    display: block;
    line-height: 40px;
}

.registration_form p {
    margin-bottom: 40px;
    text-align: center;
    padding: 0 20%;
    font-size: 16px;
    color: #58595b;
}

.form_banner {
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
}

.pricing_sec {
    padding: 100px 0;
}

.pricing_card {
    padding: 0px 30px 20px;
}

.pricing_card li {
    font-size: 14px;
    color: #58595b;
    text-align: left;
    position: relative;
    padding: 6px 0;
}

.pricing_card li:before {
    content: '';
    position: absolute;
    background-image: url('../images/list_img.png');
    height: 15px;
    width: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -18px;
    top: 12px;
}

.pricing_sec .card-header {
    background: transparent;
    border: 0;
}

.pricing_sec .card-header h4 {
    font-size: 22px;
    color: #03abc8;
    font-weight: 700;
}

.pricing_sec .card-header p {
    margin: 0;
    font-size: 13px;
    color: #999;
    padding-top: 10px;
}

.pricing_card img {
    width: 100%;
    border-radius: 6px;
}

.event_btn {
    display: flex;
    /*justify-content: space-between;*/
    padding-top: 30px;
}

.event_btn a {
    text-decoration: none;
    color: #fff;
    background: #03abc8;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-right: 10px;
}

.service_offer {
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.service_offer ul,
.additional_info ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding-left: 23px;
}

.service_offer li,
.additional_info li {
    position: relative;
    list-style: none;
    width: 30%;
    color: #424243;
    font-size: 13px;
}

.service_offer h4,
.about_us h4,
.share_point h4,
.available_discount h4,
.additional_info h4 {
    color: #414042;
    font-weight: 500;
    font-size: 20px;
}

/*.service_offer li:before,*/
/*.additional_info li:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    background-image: url('../images/list_img.png');*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    width: 14px;*/
/*    height: 14px;*/
/*    left: -23px;*/
/*    top: 2px;*/
/*}*/

.service_sec .company_info {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.about_us p {
    color: #424243;
    font-size: 13px;
    margin: 0;
}

.video_about {
    padding-top: 20px;
    padding-bottom: 40px;
    height: 426px;
}

.share_point ul {
    padding: 0;
    display: flex;
}

.share_point li {
    list-style: none;
}

.share_point li a {
    text-decoration: none;
    color: #03abc8;
    font-size: 40px;
    padding-right: 20px;
}

.available_discount {
    padding-top: 15px;
}

.available_discount h4 {
    font-weight: 700;
}

.discount_card {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #73be00;
    background: #fff;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 20px;
}

.discount_card h5 {
    font-size: 16px;
    text-align: center;
    color: #73be00;
    font-weight: 700;
}

.discount_card p {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #414042;
}

/* .discount_card img {
	width: 100%;
} */
.descount_cards .cards-main-sec .singlCard .main-image {
    height: 160 !important;
    aspect-ratio: auto !important;
    margin: 10px 0 !important;
}
.cards-main-sec .card_div_discount{
    height: auto !important;
    min-height: 350px !important;
}

.date_time {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.date_time img {
    width: 30px;
    object-fit: contain;
}

.date_time span {
    font-size: 12px;
    color: #e84f3b;
}

.card_btns {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.card_btns button {
    background: #fff;
    color: #73be00;
    font-weight: 500;
    font-size: 13px;
    border: 1px solid lightgrey;
    width: 30%;
    border-radius: 6px;
}

.available_discount h4 {
    padding-bottom: 10px;
}

.additional_info {
    padding-top: 30px;
    display: flex;
}

.additional_info img {
    width: 40%;
}

.additional_info li {
    position: relative;
    list-style: none;
    width: 50%;
    color: #424243;
    font-size: 13px;
}

.blog_navbar {
    padding: 30px 0;
}

.blog_navbar ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.blog_navbar li {
    list-style: none;
    position: relative;
}

.blog_navbar li a,
.blog_navbar li span {
    text-decoration: none;
    font-size: 16px;
    font-weight: 800;
    color: #e84f3b;
    cursor: pointer;
    position: relative;
}

.blog_navbar .blog_nav_dropdown,
.blog_navbar .blog_submenu_dropdown {
    display: none;
}

.blog_navbar li:hover .blog_nav_dropdown {
    display: block;
    position: absolute;
    background: rgb(169 216 225);
    top: 0;
    left: -10px;
    width: 230px;
    z-index: 9;
    padding-top: 24px;
}

.blog_nav_dropdown li a,
.blog_nav_dropdown li span {
    color: #000;
    font-weight: 400;
}

.blog_nav_dropdown li a:hover {
    color: #fff;
}

.blog_nav_dropdown li {
    padding: 4px 10px;
    position: relative;
}

.blog_nav_dropdown li:hover .blog_submenu_dropdown {
    display: block;
    position: absolute;
    background: rgb(3, 171, 200, .8);
    top: 0;
    left: 230px;
    width: 230px;
    z-index: 9;
}

/* Modified File Code  */
/* .blog_banner_content h2 {
	text-align: center;
	font-size: 54px;
	padding-bottom: 30px;
	padding-top: 14px;
	color: #414042;
} */

.blog_banner_content h2 span,
.blog_listing_sec h4 span {
    color: #03abc8;
}

.blog_banner_content p {
    color: #58595b;
    text-align: center;
    font-size: 18px;
    padding: 0 13%;
}

.blog_banner_content .blog-italic-heading {
    font-style: italic;
}

.blog_banner_content h5 {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    color: #e84f3b;
}

.blog_sec .banner_blog {
    width: 100%;
    padding-right: 100px;
    padding-top: 100px;
}

.blog_listing_sec {
    padding: 60px 0;
}

.blog_listing_sec h4 {
    font-size: 24px;
    color: #414042;
    font-weight: 600;
    padding-bottom: 18px;
}

.blog_slider_content {
    /* box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; */
    border: 1px solid #f8f8f8;
    /*margin: 10px;*/
    /* box-shadow: rgb(0 0 0 / 24%) -3px 3px 8px; */
    box-shadow: rgb(0 0 0 / 14%) -5px 5px 9px;

}

.blog_slider_content a {
    text-decoration: none;

}

.blog_slider_content .large-slider-img {
    width: 70%;
}

.blog_slider_item img {
    width: 100%;
    /* height: 100%; */
    height: 190px;
    object-fit: cover;
}

.blog_slider_item {
    padding: 10px;
    /* padding-left: 10px; */
}

.blog_slider_item h5 {
    color: #e84f3b;
    font-size: 16px;
    font-weight: 800;
    padding-bottom: 4px;
    margin: 0;
    text-transform: uppercase;
}

.family_builder h4 {
    font-weight: 600;
    padding-bottom: 0px;
    padding-top: 25px;
}


.blog_slider_info {
    padding: 20px;
}

.blog_slider_info h6 {
    color: #03abc8;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding-top: 4px;
}

.blog_slider_info h6 b {
    font-weight: 700;
}

.blog_slider_info ul {
    display: flex;
    padding: 10px 0 0 0;
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 10px;
}

.blog-extra-larg-ads {
    padding: 30px 0px 30px 0px;
}

.blog_slider_info li {
    border-right: 1px solid lightgrey;
    list-style: none;
    padding: 0 6px;
}

.blog_slider_info li:last-child {
    border-right: 0;
}

.blog_slider_info li:first-child {
    padding-left: 0;
}

.blog_slider_info li a {
    text-decoration: none;
    font-size: 12px;
    color: #999;
}

.interest_topic,
.recent_articles {
    padding: 30px 0;
}

.recent_articles .blog_slider_content {
    display: flex;
}

.blog_slider_content p {
    font-size: 14px;
    color: #58595b;
}

.recent_articles .blog_slider_info {
    width: 35%;
}

.recent_articles .blog_slider_item .blog_slider_img {
    width: 65%;
}

.recent_articles .blog_slider_info ul {
    padding-bottom: 5px;
}

.family_builder>p {
    color: #58595b;
    font-size: 18px;
}

.family_builder_box {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}

.family_builder .blog_slider_item {
    width: 49%;
}

.family_builder_multi .blog_slider_item {
    width: 31%;
}

.family_builder .blog_slider_item h5 {
    display: inline-block;
}

.family_builder .blog_slider_item a {
    text-decoration: none;
}

.family_builder .blog_slider_item small {
    font-size: 11px;
    color: #03abc8;
    font-weight: 700;
    padding-left: 10px;
}

.family_builder .blog_slider_content {
    margin: 0;
}

.family_builder .blog_slider_item h5 {
    font-size: 20px;
}

.small_blog img {
    width: 100px;
    margin-right: 10px;
    height: 100px !important;
    object-fit: contain;
}

.blog-slider-content-height {
    height: 150px;
    overflow-y: hidden;
}

.blog_slider_content .text-truncate-container {
    font-size: 16px;
}

.small_blog {
    display: flex;
    border-top: 1px solid lightgrey;
    padding-top: 10px;
    margin-top: 10px;
    justify-content: left;
}

.small_blog h6 {
    /* color: #58595b ; */
    color: #77787b;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.small_blog ul {
    padding: 5px 0 0 0;
}

.small_blog .text-truncate-container {
    line-height: 20px;
}

.small_blog p {
    font-size: 12px;
    margin: 0;
}

.blogs_add ul {
    padding: 0;
    margin: 0;
}

.blogs_add {
    padding-top: 100px;
}

.blog_add_large img {
    width: 100%;
    padding: 0px;
}

.blogs_add li {
    list-style: none;
    margin-bottom: 20px;
}

.sidebar_ads_div {
    margin: 25px 0px;
    box-shadow: rgb(0 0 0 / 14%) -5px 5px 9px;
}

.blogs_add li img {
    width: 100%;
    object-fit: cover !important;
}

.paragraph_list {
    flex-direction: column;
    padding-left: 20px;
}

.paragraph_list li {
    list-style: disc;
    border-right: 0;
    font-size: 14px;
    color: #58595b;
}

.communitySpotlight {
    padding: 30px 0;
    background-color: #fffde9;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    margin-bottom: 40px;
}

.communitySpotlight_heading,
.explore_share_head {
    display: flex;
    flex-wrap: wrap;
}

.communitySpotlight_heading h3,
.explore_share_head h3,
.secong_business_listing h3 {
    font-size: 32px;
    color: #414042;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
}

.communitySpotlight_heading a,
.explore_share_head a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #e84f3b;
}

.communitySpotlight_heading h3 b,
.communitySpotlight_heading a i,
.explore_share_head a i,
.explore_share_head h3 span,
.explore_share_head h4,
.secong_business_listing h3 b {
    color: #03abc8;
}

.communitySpotlight_heading a i,
.explore_share_head a i {
    padding-right: 4px;
}

.communitySpotlight_heading p,
.explore_share_head p {
    text-align: center;
    padding-top: 10px;
    font-size: 17px;
    color: #58595b;
    width: 100%;
}

.communitySpotlight_content {
    padding-top: 20px;
}

.communitySpotlight_content h4 {
    font-size: 16px;
    font-weight: 400;
    color: #e84f3b;
}

.communitySpotlight_content ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.communitySpotlight_content li {
    border-right: 1px solid lightgrey;
    list-style: none;
    padding: 0 6px;
}

.communitySpotlight_content li:last-child {
    border-right: 0;
}

.communitySpotlight_content li a {
    text-decoration: none;
    font-size: 12px;
    color: #999;
}

.communitySpotlight_content p {
    color: #58595b;
    font-size: 15px;
    margin: 0;
    padding-top: 10px;
}

.explore_share {
    padding: 60px 0 0;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    margin-bottom: 40px;
    background-color: #cdeef4;
}

.explore_share_head h4 {
    width: 100%;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 50px;
}

.explore_share_head h4 i.fa-plus {
    position: relative;
    top: -6px;
    font-size: 22px;
    right: -10px;
    color: #e84f3b;
}

.explore_share_head p {
    padding: 20px 15%;
}

.explore_share_head p span {
    color: #03abc8;
    font-size: 18px;
    font-weight: 700;
}

.explore_share_head p span i.fa-plus {
    font-size: 12px;
    color: #e84f3b;
    position: relative;
    right: -5px;
    top: -3px;
}

.explore_share_logos {
    padding: 20px 0 0;
    display: flex;
    justify-content: space-around;
}

.explore_share_logos li {
    width: 23%;
    list-style: none;
}

.explore_share_logos li a {
    text-decoration: none;
}

.explore_share_logos li a img {
    width: 100%;
}

.secong_business_listing {
    padding: 40px 0 70px;
}

.secong_business_listing p {
    color: #58595b;
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding-top: 10px;
}

.single_blog_detail img {
    width: 100%;
    /*height: 515px;*/
    /* margin: 20px 0; */
    object-fit: cover;
}

.single_blog_sec .single_blog_detail img {
    width: 100%;
    /*height: 620px;*/
    object-fit: contain;
}


.single_blog_content .back_link {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #e84f3b;
    display: block;
    padding-bottom: 10px;
}

.single_blog_content .back_link i {
    color: #03abc8;
    padding-right: 4px;
}

.single_blog_content .recent-art-text {
    color: #03abc8 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    /* padding: 20px 0 !important; */
    /* display: block; */
}

.single_blog_content span {
    color: #03abc8;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 0;
    display: block;
}

.single_blog_detail .single_blog_content p {
    font-size: 16px !important;
    color: #231f20 !important;
}

.single_blog_content .blogDescription ol {
    color: #231f20 !important;
}

.single_blog_content .blogDescription p {
    color: #231f20 !important;
}

.blogDescription ul {
    padding: 0;
    display: block;
    margin-bottom: 40px;
    list-style-type: disc !important;
    padding-left: 2rem !important;
}

.blogDescription ul li {
    list-style-type: disc !important;
}

.blogDescription ol li {
    list-style-type: auto !important;
}

.single_blog_content li {
    border-right: none !important;
    list-style: none;
    padding: 0 6px;
}

.single_blog_content li:last-child {
    border-right: 0;
}

.single_blog_content li a {
    text-decoration: none;
    font-size: 12px;
    color: #999;
}

.single_blog_content {
    padding: 20px 0;
}

.sngle_blog_img {
    display: flex;
    justify-content: space-between;
}

.sngle_blog_img a {
    width: 30%;
}

.single_blog_info {
    width: 80%;
    margin: 0 auto;
}

.sngle_blog_img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.single_blog_info h5 {
    color: #58595b;
    font-size: 18px;
    text-align: center;
}

.single_blog_info p {
    color: #999;
    font-size: 14px;
    text-align: center;
    padding: 0 80px;
}

.supply_sec h3 {
    font-size: 30px;
    font-weight: 500;
    color: #03abc8;
}

.supply_sec {
    padding-top: 40px;
}

.supply_sec p,
.magazines_sec p {
    font-size: 16px;
    color: #58595b;
}

.magazines_sec h5 {
    font-size: 20px;
    color: #e84f3b;
    font-weight: 500;
}

.magazines_sec p {
    margin: 0;
}

.more_recent_articles h3 {
    font-size: 32px;
    color: #414042;
    font-weight: 500;
    padding-bottom: 20px;
}

.more_recent_articles {
    padding-bottom: 50px;
}

.more_recent_articles h3 b {
    color: #03abc8;
}

.magazines_sec {
    padding-bottom: 50px;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 50px;
}

.calendar_img_sec,
.hiring_img_sec {
    padding: 80px 0 30px;
}

.calendar_img_sec img,
.hiring_img_sec img {
    width: 345px;
    display: block;
    margin: 0 auto;
}

.feature_sec_content h3 b {
    color: #92278f;
}

.calendar_img_sec p {
    font-size: 18px;
    text-align: center;
    padding: 50px 14% 0;
    color: #858687;
    font-weight: 500;
}

.hiring_img_sec p {
    font-size: 18px;
    text-align: center;
    padding: 50px 10% 0;
    color: #58595b;
}

.calendar_img_sec h4 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #92278f;
}

.calendar_sec_listing .business_listing h4 {
    padding: 10px 14px 0;
}

.full_calendar {
    padding: 70px 0;
}

.small_search_bar {
    padding: 20px;
    background-color: rgb(3, 171, 200, .3);
    /* background-color: #9adde8; */
    width: 50%;
    margin: 0 auto 52px;
    display: flex;
    /* box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; */
    box-shadow: 0 0 14px #6e6e6e;
    /* box-shadow: rgb(0 0 0 / 75%) 0px 5px 15px; */
}

.small_search_bar input {
    width: 100%;
    border: 0;
    padding: 2px 10px;
    font-size: 14px;
    color: #03abc8;
    font-weight: 600;
}

.small_search_bar input::placeholder {
    font-size: 14px;
    color: #03abc8;
    font-weight: 500;
}

.small_search_bar button {
    border: 0;
    background: #92278f;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 16px;
    margin-left: 10px;
}

.full_calendar .custom_collapse_sec h4,
.full_calendar .moreless-button,
.full_calendar .update_button a,
.full_calendar_daily .custom_collapse_sec h4,
.full_calendar_weekly .custom_collapse_sec h4 {
    color: #92278f;
}

.full_calendar .collapse_content ul {
    padding-left: 10px;
}

.full_calendar .custom_collapse_sec .accordion-button::after,
.full_calendar_daily .custom_collapse_sec .accordion-button::after,
.full_calendar_weekly .custom_collapse_sec .accordion-button::after {
    transform: rotate(90deg);
}

.full_calendar .custom_collapse_sec .accordion-button:not(.collapsed)::after,
.full_calendar_daily .custom_collapse_sec .accordion-button:not(.collapsed)::after,
.full_calendar_weekly .custom_collapse_sec .accordion-button:not(.collapsed)::after {
    transform: rotate(-90deg);
}

.full_calendar .custom_checkbox_list h4 {
    padding-left: 0;
}

.calendar_category li {
    list-style: none;
}

.calendar_category li a {
    text-decoration: none;
    color: #03abc8;
    opacity: .4;
}

.calendar_category li a.active {
    opacity: 1;
}

.calendar_category li a img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.calendar_category li a h6 {
    font-size: 12px;
    font-weight: 700;
}

.custom_full_calendar .fc-daygrid-day-frame {
    /*height: 230px;*/
}

.custom_full_calendar .fc .fc-col-header-cell-cushion {
    text-decoration: none;
    color: #fff;
    background: #92278f;
    display: block;
}

.custom_full_calendar .fc .fc-daygrid-day-number {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #92278f;
}

.custom_full_calendar .fc .fc-button-primary,
.custom_full_calendar .fc .fc-button-primary:hover {
    background-color: #92278f;
    border: 0;
}

.custom_full_calendar .fc .fc-toolbar-title {
    color: #92278f;
    font-size: 28px;
    font-weight: 700;
}

.custom_full_calendar .fc .fc-day-other .fc-daygrid-day-top {
    opacity: 1;
}

.custom_full_calendar .fc-day-past.fc-day-other .fc-daygrid-day-frame,
.custom_full_calendar .fc-day-future.fc-day-other .fc-daygrid-day-frame {
    background: rgb(143, 44, 142, .2);
}

.custom_full_calendar .fc-theme-standard td,
.custom_full_calendar .fc-theme-standard th {
    border: 1px solid lightgrey;
}

.weekly_cat_head {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.weekly_cat_head li {
    color: #92278f;
    list-style: none;
}

.weekly_cat_head li a {
    color: #92278f;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.weekly_cat_head li span {
    font-weight: 800;
    font-size: 24px;
}

.weekly_cat .business_listing {
    padding-top: 10px;
    padding-bottom: 30px;
    row-gap: 25px;
}

.weekly_cat_list>h4 {
    color: #92278f;
    font-weight: 600;
    font-size: 22px;
    border-bottom: 2px solid #92278f;
}

.weekly_cat .business_listing_content {
    /* margin-bottom: 20px; */
}

.full_calendar_weekly,
.full_calendar_daily {
    padding: 60px 0;
}

.full_calendar_weekly .custom_cate_sidebar,
.full_calendar_daily .custom_cate_sidebar {
    padding-top: 70px;
}

.daily_cat_item {
    display: flex;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    margin-bottom: 20px;
}

.daily_cat_img {
    width: 30%;
}

.daily_cat_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.daily_cat_text {
    width: 70%;
    padding: 20px;
}

.daily_cat_content {
    width: 60%;
}

.daily_cat_info {
    width: 40%;
}

.daily_cat_item a {
    text-decoration: none;
}

.daily_cat_content h4 {
    font-size: 16px;
    font-weight: 800;
    color: #000;
    margin: 0;
}

.daily_cat_content>span {
    color: #58595b;
    font-size: 18px;
}

.daily_cat_content small {
    color: #58595b;
    display: block;
}

.daily_cat_content p,
.daily_cat_info span,
.daily_cat_info span b {
    font-size: 12px;
    color: #58595b;
    line-height: 22px;
}

.daily_cat_info h5 {
    font-size: 16px;
    color: #5f5e60;
    margin: 0;
}

.daily_cat_info a {
    color: #DB5E9E;
    font-size: 12px;
    word-break: break-word;
}

.daily_cat_info span {
    display: flex;
    flex-wrap: wrap;
}

.daily_cat_info span p {
    color: #DB5E9E !important;
    margin: 0;
}

.daily_cat_item.fullWidth_item {
    flex-wrap: wrap;
}

.fullWidth_item .daily_cat_img,
.fullWidth_item .daily_cat_text {
    width: 100%;
}

.daily_cat_content {
    padding-right: 10px;
}

.fullWidth_item .daily_cat_content h4 {
    font-size: 18px;
}

.fullWidth_item .daily_cat_content {
    width: 70%;
}

.fullWidth_item .daily_cat_info {
    width: 30%;
}

.daily_cat_info ul {
    padding: 10px 0 0;
    display: flex;
    margin: 0;
    justify-content: flex-end;
}

.daily_cat_info li {
    list-style: none;
    padding: 0 2px;
}

.daily_cat_info li a {
    text-decoration: none;
}

.daily_cat_info li a img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.discount_panel .back_btn i {
    color: #03abc8;
}

.discount_panel .rightSide_social_icon h4 {
    font-size: 22px;
}

.discount_panel .rightSide_social_icon a {
    font-size: 11px;
    color: #92278f;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.discount_panel .rightSide_social_icon a img {
    display: block;
}

.discount_panel .daily_cat_text {
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
}

.discount_panel .daily_cat_content,
.discount_panel .daily_cat_info {
    width: 100%;
}

.discount_panel .daily_cat_content a {
    text-decoration: none;
}

.discount_panel .daily_cat_content h3 {
    font-size: 32px;
    color: #000;
    font-weight: 700;
}

.discount_panel .daily_cat_content h4 {
    font-size: 18px;
}

.discount_panel .daily_cat_content>span {
    color: #DB5E9E;
}

.discount_panel .daily_cat_content p {
    padding-top: 14px;
}

.daily_cat_info a {
    text-decoration: none;
}

.hiring_job_sec {
    padding: 60px 0;
}

.hiring_job_sec .feature_sec_content h3 b {
    color: #126bad;
}

.hiring_job_sec .business_listing p {
    font-size: 14px;
    color: #58595b;
}

.hiring_job_sec .business_listing span {
    color: #126bad;
    font-weight: 700;
}

.hiring_job_sec .business_listing h5 {
    color: #58595b;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.hiring_job_sec .business_listing h6 {
    color: #03abc8;
    margin: 0;
    padding: 20px 0 10px;
    font-size: 10px;
    font-weight: bold;
}

.hiring_job_sec .business_listing small {
    color: #58595b;
}

.hiring_job_sec .business_listing strong {
    color: #73be00;
}

.hiring_content .custom_collapse_sec h4 {
    color: #126bad;
}

.hiring_content .custom_collapse_sec .accordion-button::after {
    background-image: url(../images/blue_arrow.png);
}

.hiring_content .daily_cat_content h6 {
    font-size: 14px;
    color: #58595b;
}

.hiring_content .daily_cat_content h6 span {
    color: #126bad;
    font-weight: 800;
}

.hiring_content .daily_cat_content h3 {
    font-size: 16px;
    color: #000;
    font-weight: 800;
    margin: 0;
}

.hiring_content .daily_cat_content small {
    color: #03abc8;
    padding-bottom: 10px;
    padding-top: 4px;
    font-size: 12px;
    font-weight: 500;
}

.hiring_job_sec .business_listing {
    row-gap: 26px;
}

.hiring_content .daily_cat_content p {
    margin: 0;
}

.hiring_content .daily_cat_content ul {
    padding: 0;
}

.hiring_content .daily_cat_content li {
    color: #58595b;
    font-size: 14px;
    list-style: none;
}

.hiring_content .daily_cat_info h5 {
    font-size: 16px;
}

.hiring_content .daily_cat_info h5 strong {
    color: #73be00;
}

.hiring_content .daily_cat_info ul {
    padding: 30px 0 0;
}

.hiring_form .daily_cat_content h5 {
    font-size: 24px;
    color: #58595b;
}

.hiring_form .daily_cat_content h5 span {
    color: #126bad;
    font-size: 26px;
    font-weight: 700;
}

.hiring_form .daily_cat_content h5 strong {
    color: #73be00;
}

.hiring_form .daily_cat_content ul {
    padding: 0;
    padding-left: 20px;
}

.hiring_form .daily_cat_content li {
    list-style: none;
    font-size: 14px;
    color: #58595b;
}

.hiring_form_apply,
.form_steps {
    padding: 30px 0;
}

.hiring_form_apply ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.hiring_form_apply li,
.form_steps li {
    list-style: none;
}

.hiring_form_apply li a {
    text-decoration: none;
    text-align: center;
    background-color: #126bad;
    color: #fff;
    border-radius: 20px;
    width: 170px;
    display: block;
    line-height: 36px;
    font-size: 15px;
    opacity: .3;
}

.hiring_form_apply li a.active {
    opacity: 1;
}

.hiring_form_apply h4,
.form_steps h4 {
    color: #414042;
    font-size: 26px;
    font-weight: 500;
}

.form_steps ul {
    padding: 0;
    margin-top: 20px;
}

.form_steps li span {
    color: #126bad;
    font-weight: 700;
}

.form_steps li {
    font-size: 15px;
    color: #58595b;
    font-weight: 500;
}

.form_steps li a {
    text-decoration: none;
}

.form_steps small {
    font-size: 14px;
    color: #58595b;
}

.hiring_form_sec {
    padding: 20px;
    background-color: #dee4f2;
}

.hiring_form_sec span {
    color: #e84f3b;
}

.hiring_form_sec button {
    color: #126bad;
    margin: 0 auto;
    background: transparent;
}

.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.file_upload {
    width: 32%;
}

.file-input-button {
    color: #fff !important;
    background-color: #126bad;
    font-size: 14px;
    border: 0;
    border-color: transparent;
    width: 100%;
    font-weight: 500;
    border-radius: 20px;
}

.file-input-button:hover {
    color: #fff !important;
    background-color: #126bad;
}

.custom_toggle {
    padding-top: 20px;
    align-items: center;
}

.custom_toggle p {
    font-size: 12px;
    margin: 0;
    color: #58595b;
    font-weight: 500;
    padding-left: 10px;
}

.subscription_level_content h4 {
    color: #414042;
    font-weight: 600;
    font-size: 14px;
}

.subscription_level_content {
    padding-top: 30px;
}

.subscription_level_content ul,
.plan_benefits ul {
    padding: 0 0px 15px 20px;
}

.subscription_level_content li,
.plan_benefits li {
    list-style: none;
    color: #58595b;
    font-size: 14px;
    padding: 4px 0;
    position: relative;
}

.subscription_level_content li b {
    color: #03abc8;
    display: block;
}

.plan_benefits li b {
    color: #03abc8;
}

.subscription_level_content li:before,
.plan_benefits li:before {
    position: absolute;
    content: '';
    background-image: url('../images/green_tick.png');
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    left: -20px;
    top: 10px;
}

.subscription_level_content li ul li:before {
    position: absolute;
    content: '';
    background: #e84f3b;
    height: 6px;
    width: 6px;
    left: -12px;
    top: 10px;
}

.fa-star {
    color: #FFCB05;
    font-size: 18px;
}

.fa-heart {
    font-size: 18px;
    color: #e84f3b;
}

.exclusive-plan h3 small,
.gold-plan h3 small,
.silver-plan h3 small,
.bronze-plan h3 small {
    font-size: 12px;
}

.exclusive-plan .exclusive-tag-line {
    padding: 10px 70px;
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    color: #03abc8;
    text-align: center;
}

.plan_benefits {
    padding-top: 20px;
}

.plan_benefits h4 {
    color: #414042;
    font-weight: 600;
    font-size: 24px;
}

.custom_toggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.custom_toggle label {
    cursor: pointer;
    width: 40px;
    height: 20px;
    background: lightgrey;
    display: block;
    border-radius: 20px;
    position: relative;
}

.custom_toggle label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 40px;
    transition: 0.3s;
}

.custom_toggle input:checked+label {
    background: #03abc8;
}

.custom_toggle input:checked+label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.gold-plan .plan_benefits,
.silver-plan .plan_benefits {
    padding-top: 10px;
}

.gold-plan .food_detail_content p,
.exclusive-plan .food_detail_content p {
    font-size: 12px;
    margin: 0;
}

.gold-plan,
.bronze-plan {
    padding: 50px 0;
}

.silver-plan .business_listing {
    padding-top: 0;
}

.free-plan .second_food_detail,
.bronze-plan .second_food_detail {
    margin-top: 0;
}

.addBusiness_sec {
    padding-top: 180px;
}

.addBusiness_sec h2 {
    font-size: 54px;
    color: #414042;
    font-weight: 600;
}

.addBusiness_sec h2 b {
    color: #03abc8;
}

.add_business_panel .select2-container,
.custom_cate_sidebar .select2-container,
.dashboard_sideBar .select2-container,
.subscription-dropdown .select2-container,
.discount-time .select2-container {
    padding: 5px 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.add_business_panel .custom_select label {
    color: #03abc8 !important;
    font-weight: 700;
}

.add_business_panel .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

.add_business_panel {
    padding: 0 20px;
}

.add_business_panel h4,
.billing_form h4 {
    color: #e84f3b;
    font-size: 24px;
    font-weight: 600;
}

.custom_cate_sidebar .custom_select {
    margin-bottom: 20px;
}

.add_business_panel .custom_select {
    margin-bottom: 10px;
}

.full_calendar .custom_select label,
.full_calendar_weekly .custom_select label,
.full_calendar_daily .custom_select label {
    color: #92278f;
    text-transform: uppercase;
    font-weight: 700;
}

.hiring_content .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #126bad;
}

.custom_cate_sidebar .custom_select {
    position: relative;
}

.custom_cate_sidebar .custom_select img {
    width: 25px;
    position: absolute;
    left: 6px;
    bottom: 10px;
    z-index: 99;
}

.category_sec .select2-container .select2-selection--single .select2-selection__rendered,
.service_sec .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 30px;
}

.category_sec .select2-container--default .select2-selection--single .select2-selection__arrow b,
.service_sec .select2-container--default .select2-selection--single .select2-selection__arrow b {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: 0px;
}

.category_sec .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.service_sec .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.category_sec.addBusiness_sec .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.add_business_content h4 {
    color: #999;
    font-size: 20px;
}

.add_business_content h4 span {
    display: block;
    padding-bottom: 30px;
    font-size: 34px;
}

.add_business_content h4 b {
    font-weight: 600;
}

.add_business_content p {
    color: #e84f3b;
    font-weight: 600;
    font-size: 14px;
    padding-top: 10px;
}

.add_business_content {
    padding-top: 50px;
}

.billing_form {
    padding-top: 30px;
}

.billing_form label span,
.business-info-form label span,
.registration_form label span {
    color: #e84f3b;
}

.billing_form label,
.business-info-form label,
.registration_form {
    font-size: 15px;
    font-weight: 600;
    color: #414042;
}

.billing_form p {
    font-size: 14px;
    color: #414042;
}

.billing_form p a {
    color: #03abc8;
    font-weight: 700;
    text-decoration: none;
}

.thank-you_sec .fa-plus {
    color: #e84f3b;
    font-size: 22px;
}

.thank-you_sec,
.reg-account {
    padding-left: 20px;
}

.thank-you_sec h3 {
    padding-bottom: 20px;
}

.thank-you_sec p {
    font-size: 14px;
    color: #58595b;
}

.reg-account small {
    font-size: 18px;
    color: #e84f3b;
}

.dashboard_sideBar h4 {
    font-size: 24px;
    font-weight: 700;
    color: #e84f3b;
}

.dashboard_sideBar .custom_select p {
    color: #e84f3b;
    font-size: 14px;
    margin: 0;
}

.category_sec.addBusiness_sec .dashboard_sideBar .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 30px;
}

.dashboard_sideBar .info_toggle_sec .accordion-button::after {
    display: none;
}

.dashboard_sideBar .accordion-header {
    display: flex;
    align-items: center;
    padding: 10px 0 0;
}

.dashboard_sideBar .accordion-item {
    border: 0;
}

.dashboard_sideBar .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.dashboard_sideBar .accordion-button {
    padding: 0 0px 0 10px;
    font-weight: 600;
    color: #03abc8;
}

.dashboard_sideBar .accordion-body {
    padding: 0px 0px 0px 40px;
    display: flex;
    flex-direction: column;
}

.dashboard_sideBar .accordion-body a {
    color: #58595b;
    text-decoration: none;
    font-size: 14px;
}

.create_sec {
    padding-top: 30px;
}

.create_sec ul {
    padding: 0;
}

.create_sec li {
    padding: 5px 0;
    line-height: 18px;
    list-style: none;
}

.create_sec li p {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}

.create_sec li a {
    text-decoration: none;
    color: #58595b;
    padding-left: 12px;
    font-size: 14px;
}

.add_space h5 {
    font-size: 14px;
    font-weight: 600;
}

.add_space ul {
    padding: 10px 0;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    height: 100px;
    overflow: hidden;
    transition: .3s;
}

.add_space ul:hover {
    transition: .3s;
    height: 340px;
}

.add_space li {
    list-style: none;
    padding: 10px 20px;
}

.add_space li:hover {
    color: #414042;
    background-color: #126bad;
}

.add_space li:hover span,
.add_space li:hover small {
    color: #414042;
}

.add_space li a {
    text-decoration: none;
}

.add_space li a span {
    display: block;
    font-size: 14px;
    color: #03abc8;
    font-weight: 500;
}

.add_space li a small {
    padding-right: 30px;
    display: block;
    color: #58595b;
    font-size: 13px;
}

.add_space .fa-angle-down,
.add_space .fa-angle-up {
    color: #e84f3b;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    transition: .2s;
    font-size: 28px;
    font-weight: 800;
}

.add_space .fa-angle-down {
    display: none;
    transition: .2s;
}

.add_space:hover .fa-angle-down {
    display: block;
    transition: .2s;
}

.add_space:hover .fa-angle-up {
    display: none;
    transition: .2s;
}

.dashboard_sideBar_content {
    padding-top: 20px;
}

.dashboard_sideBar_content i {
    color: #03abc8;
    font-size: 14px;
}

.dashboard_sideBar_content ul {
    padding-left: 20px;
}

.dashboard_sideBar_content li {
    list-style: none;
}

.dashboard_sideBar_content li a {
    color: #58595b;
    font-size: 13px;
    text-decoration: none;
}

.business-info-form,
.custom_btn_sec,
.service-offer-sec,
.dashboard-about-sec,
.hours_sec,
.social-media-input,
.upload-image-sec,
.form-payment-sec,
.addition-info-sec,
.dashboard_sec .update_button,
.user-checkbox,
.steps_field,
.hiring_form_field {
    padding-left: 20px;
}

.business-info-form form,
.custom_btn_sec,
.service-offer-sec,
.dashboard-about-sec,
.hours_sec,
.social-media-input,
.upload-image-sec,
.form-payment-sec,
.addition-info-sec,
.dashboard_sec .update_button,
.user-checkbox,
.steps_field,
.hiring_form_field {
    padding-top: 20px;
}

.custom_btn_sec h4,
.service-offer-sec h4,
.dashboard-about-sec h4,
.hours_sec h4,
.social-media-input h4,
.upload-image-sec h4,
.form-payment-sec h4,
.addition-info-sec h4,
.steps_field h4,
.hiring_form_field h4 {
    font-size: 22px;
    font-weight: 700;
    color: #e84f3b;
}

.custom_btn_sec p,
.service-offer-sec p,
.dashboard-about-sec p,
.social-media-input p,
.upload-image-sec p {
    color: #58595b;
    font-size: 12px;
}

.btn-input-field label {
    font-size: 14px;
    font-weight: 600;
    color: #03abc8;
}

.btn-input-field label span {
    color: #414042;
}

.custom_btn_sec ul {
    padding: 0;
    display: flex;
    margin-left: 100px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.custom_btn_sec li {
    list-style: none;
}

.hiring_form_field .inputRemove,
.steps_field .inputRemove {
    position: initial;
    margin-left: auto;
}

.custom_btn_sec li a {
    text-decoration: none;
    background-color: #03abc8;
    color: #fff;
    font-size: 14px;
    padding: 10px 14px;
    margin: 6px;
    border-radius: 20px;
    font-weight: 600;
    opacity: .6;
}

.dashboard-about-sec textarea {
    height: 100px;
    resize: none;
}

.hours_sec input {
    width: 70%;
}

.hours_sec .custom_checkbox_list {
    margin: 0;
}

.hours_sec label,
.social-media-input label {
    padding-right: 10px;
    color: #414042;
    font-size: 14px;
    font-weight: 600;
    /*width: 40%;
	display: block;*/
}

.hours_sec .custom_checkbox_list label {
    width: 100%;
}

.social-media-input label {
    width: 22%;
}

.social-media-input input {
    width: 74%;
}

.upload-image-sec b {
    font-size: 14px;
    color: #414042;
}

.upload-image-sec p {
    margin: 0;
}

.upload-image-sec span {
    font-size: 12px;
    font-weight: 700;
    color: #03abc8;
}

.upload-image-sec span a {
    font-size: 14px;
    font-weight: 700;
    color: #e84f3b;
    text-decoration: none;
}

.large-upload-image span,
.small-upload-image span {
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    color: #e84f3b;
    text-decoration: none;
}

.dropify-wrapper {
    background-color: #D1D3D4;
    border: 2px solid #D1D3D4;
    margin-top: 10px;
}

.dropify-wrapper:hover {
    background-image: none;
}

.file-icon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.file-icon p {
    color: #fff;
    font-size: 16px;
}

.dropify-wrapper .dropify-message span.file-icon {
    justify-content: center;
    font-size: 74px;
    color: #fff;
}

.small-upload-image .file-icon {
    justify-content: center;
}

.form-payment-sec ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 70%;
}

.form-payment-sec li {
    list-style: none;
    padding-right: 10px;
}

.form-payment-sec .custom_checkbox_list .form-group label:before,
.addition-info-sec .custom_checkbox_list .form-group label:before {
    border: 1px solid #03abc8;
}

.form-payment-sec .custom_checkbox_list,
.addition-info-sec .custom_checkbox_list {
    margin: 0;
}

.custom_checkbox_list .form-group label,
.addition-info-sec .form-group label {
    color: #414042;
}

.addition-info-sec p {
    color: #414042;
    font-size: 14px;
    font-weight: 600;
}

.addition-info-sec ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.addition-info-sec li {
    list-style: none;
    width: 33.333%;
}

.dashboard_sec .update_button {
    display: flex;
}

.dashboard_sec .update_button a {
    margin-right: 10px;
    width: 140px;
}

.owner-account .business-info-form small,
.upgrade-listing h3 small {
    font-size: 20px;
    color: #e84f3b;
}

.owner-account .custom_checkbox_list .form-group label:before {
    border: 1px solid #03abc8;
}

.owner-account .custom_checkbox_list .form-group label {
    font-weight: 400;
}

.scrollable-sideBar {
    height: 550px;
    overflow-y: scroll;
}

.business-info-form h4 {
    font-size: 24px;
    font-weight: 700;
    padding-top: 20px;
    color: #e84f3b;
}

/* width */
.scrollable-sideBar::-webkit-scrollbar,
.investopedia-sec::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.scrollable-sideBar::-webkit-scrollbar-track,
.investopedia-sec::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.scrollable-sideBar::-webkit-scrollbar-thumb,
.investopedia-sec::-webkit-scrollbar-thumb {
    background: #999;
}

/* Handle on hover */
.scrollable-sideBar::-webkit-scrollbar-thumb:hover,
.investopedia-sec::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.user-checkbox b {
    color: #414042;
    font-size: 14px;
}

.user-checkbox ul {
    padding: 10px 0 0;
}

.user-checkbox li {
    list-style: none;
}

.user-checkbox .custom_checkbox_list .form-group label {
    font-weight: 600;
}

.user-checkbox .custom_checkbox_list {
    margin: 0;
}

.user-checkbox i {
    font-size: 14px;
    color: #58595b;
}

.user-table th,
.user-table td {
    color: #414042;
    padding: 10px;
    font-size: 14px;
}

.user-table td:first-child {
    text-align: center;
}

.user-table .custom_checkbox_list {
    margin: 0;
}

.listing-images-sec>h3 {
    color: #03abc8;
    padding-left: 20px;
    font-size: 32px;
    font-weight: 700;
}

.listing-images-sec>h3>p {
    color: #999;
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
}

.sticky-banner-image,
.featured-business-image,
.custBanner-ad-image,
.sidebar-ad-image {
    padding-top: 20px;
}

.featured-business-image .dropify-wrapper {
    height: 100px;
    width: 150px;
}

.custBanner-ad-image .dropify-wrapper {
    height: 120px;
    width: 420px;
}

.featured-business-image .dropify-wrapper .dropify-message span.file-icon {
    font-size: 50px;
    margin: 0 auto;
    display: block;
}

.featured-business-image .file-icon p {
    font-size: 12px;
    line-height: 1;
}

.sticky-banner-image .dropify-wrapper {
    height: 100px;
}

.custBanner-ad-image .file-icon p {
    padding-right: 110px;
    text-align: left;
    font-size: 14px;
}

.custBanner-ad-image .file-icon {
    flex-wrap: nowrap;
    display: flex !important;
}

.sidebar-ad-image .dropify-wrapper {
    width: 130px;
    height: 300px;
}

.service_slider img,
.interest_topic_slider img,
.family_builder_box img {
    height: 200px;
    object-fit: cover;
}

.upgrade-listing h3 {
    padding-left: 20px;
}

.upgrade-sec,
.add-listing-sec,
.more-add-listing,
.upgrade-bottom-content {
    padding-top: 20px;
    padding-left: 20px;
}

.upgrade-sec h4,
.add-listing-sec h4 {
    color: #e84f3b;
    font-weight: 700;
}

.subscription-dropdown {
    padding-top: 10px;
}

.subscription-dropdown span {
    font-size: 14px;
    color: #e84f3b;
    font-weight: 600;
}

.subscription-dropdown label {
    font-size: 14px;
    color: #03abc8;
    font-weight: 600;
}

.without-arrow .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.subscription-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.subscription-dropdown .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.upgrade-sec p,
.add-listing-sec p,
.upgrade-bottom-content p {
    font-size: 14px;
    padding-top: 10px;
    color: #58595b;
}

.border-right {
    border-right: 1px solid lightgrey;
}

.upgrade-sec-content h3 {
    color: #03abc8;
    font-size: 46px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 0;
    padding-bottom: 20px;
}

.upgrade-sec-content p {
    font-size: 20px;
    color: #999;
    font-weight: 600;
}

.upgrade-sec-content h5 {
    font-size: 22px;
    font-weight: 600;
    color: #e84f3b;
}

.upgrade-sec-content h3 p {
    display: contents;
}

.upgrade-sec-content i {
    font-size: 12px;
    display: block;
    color: #414042;
}

.upgrade-sec-content i b {
    font-weight: 600;
}

.upgrade-sec-content i span {
    color: #e84f3b;
}

.more-add-listing p span,
.more-add-listing p small {
    color: #03abc8;
    font-size: 20px;
}

.more-add-listing p small {
    font-size: 13px;
}

.more-add-listing p {
    text-decoration: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    color: #e84f3b;
}

.upgrade-bottom-content .custom_checkbox_list {
    margin: 0;
}

.upgrade-bottom-content .custom_checkbox_list label {
    font-size: 14px;
    color: #58595b;
}

.upgrade-bottom-content .custom_checkbox_list .form-group label:before {
    border: 1px solid #03abc8;
}

.create-discount {
    padding-left: 20px;
}

.create-discount h5 {
    font-size: 16px;
    color: #03abc8;
    font-weight: 600;
    margin: 0;
}

.create-discount h5 span,
.discount-imgupload-sec p span {
    color: #e84f3b;
}

.discount-listing-content {
    border: 1px solid darkgrey;
    padding: 20px;
    margin-top: 10px;
}

.discount-listing-content .custom_toggle {
    padding-top: 0;
    margin-bottom: 10px;
}

.discount-listing-content p {
    font-size: 12px;
    color: #414042;
    font-weight: 500;
}

.discount-imgupload-sec p {
    font-size: 13px;
    font-weight: 600;
    color: #03abc8;
}

.discount-imgupload-sec a {
    text-decoration: none;
}

.discount-imgupload-sec .dropify-wrapper {
    margin: 0;
    width: 363px;
}

.discount-imgupload-sec .file-icon {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.discount-imgupload-sec .file-icon p {
    color: #fff;
}

.coupon-disc-content h5 {
    color: #414042;
    font-size: 18px;
}

.coupon-disc-content p {
    font-size: 13px;
    color: #999;
    margin: 0;
}

.moreless-button9 {
    cursor: pointer;
    color: #03abc8 !important;
    font-weight: 600;
}

.discount-title,
.discount-desc,
.discount-rule,
.discount-expire,
.discount-time,
.feature_icon,
.discount-post,
.discount_coupon {
    padding-top: 20px;
}

/*.discount-field label{
	position: absolute;
    top: 6px;
    color: #414042;
    left: 10px;
    font-weight: 600;
    font-size: 13px;
    font-style: italic;
}*/
.discount-field input {
    margin: 6px 0 0;
    font-size: 13px;
}

.discount-desc textarea {
    margin: 6px 0 0;
    font-size: 13px;
    height: 100px;
    resize: none;
}

.discount-rule textarea,
.discount-expire input,
.discount-time input {
    margin: 6px 0 0;
    font-size: 13px;
    height: 60px;
    resize: none;
}

.discount-field input::placeholder,
.discount-field textarea::placeholder {
    font-size: 13px;
    /*padding-left: 160px;*/
}

.discount-rule h5,
.discount-expire h5,
.discount-time h5 {
    color: #414042;
}

.discount-time .select2-container--default .select2-selection--single .select2-selection__arrow b {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.discount-time .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.discount-time input {
    width: 145px;
}

.discount-time .select2-container {
    margin: 6px 20px;
}

.discount-time .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
}

.feature_icon img {
    margin-left: 10px;
    width: 40px;
}

.feature_icon p {
    font-size: 14px;
}

.discount-post ul {
    padding: 10px 0 0;
    display: flex;
}

.discount-post .custom_checkbox_list {
    margin-bottom: 0;
}

.discount-post li {
    list-style: none;
    padding-right: 20px;
}

.discount-post .custom_checkbox_list .form-group label:before {
    border: 1px solid #03abc8;
}

.create-discount .update_button {
    padding-left: 0;
}

.discount_coupon .discount_card {
    width: 100%;
}

.discount_coupon h4 {
    color: #414042;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
}

.discount_coupon .discount_card p {
    font-size: 12px;
    padding-top: 20px;
}

.discount_coupon .discount_card h5 {
    font-size: 20px;
    color: #73be00;
}

.discount_card h6 {
    color: #414042;
    font-size: 14px;
    padding-top: 10px;
}

.discount_social_icon a {
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    color: #73be00;
}

.discount_social_icon img {
    width: 40px;
}

.discount_social_icon {
    /* padding: 20px 30px 0; */
}

.coupon-discount {
    padding-left: 20px;
}

.head-investopedia a {
    text-decoration: none;
}

.investopedia-sec {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    height: 430px;
    overflow-y: scroll;
}

.head-investopedia {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid darkgrey;
    padding: 10px 20px;
}

.head-investopedia i {
    color: #414042;
    font-size: 20px;
}

.body-investopedia {
    padding: 20px;
}

.investopedia-sec ul {
    padding: 20px 0 10px;
    display: flex;
    margin: 0;
}

.investopedia-sec li {
    padding-right: 10px;
    font-weight: 600;
    color: #0068ac;
    font-size: 15px;
    list-style: none;
}

.investopedia-sec li a {
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    color: #0068ac;
    text-transform: uppercase;
}

.body-investopedia h3 {
    color: #000;
}

.body-investopedia .blue-bar {
    background: #0068ac;
    height: 6px;
    width: 40px;
    display: block;
    margin-top: 16px;
}

.body-investopedia h6 {
    font-size: 14px;
    color: #414042;
}

.body-investopedia p {
    font-size: 16px;
    color: #58595b;
}

.coupon-text h5 {
    color: #414042;
    font-size: 16px;
    font-weight: 600;
}

.coupon-text p {
    font-size: 14px;
    color: #414042;
}

.coupon-text a {
    text-decoration: none;
    color: #03abc8;
}

.content-bar .update_button {
    padding-left: 0;
}

.like-sec {
    padding-left: 20px;
}

.like-sec table {
    margin-top: 20px;
}

.like-sec th {
    color: #03abc8;
    font-size: 14px;
}

.like-sec .custom_checkbox_list {
    margin: 0;
}

.like-sec th,
.like-sec td {
    width: 23.333%;
    padding: 10px;
    font-size: 14px;
}

.like-sec td {
    color: #414042;
    font-weight: 500;
}

.like-sec td i {
    font-size: 18px;
    color: slategrey;
}

.like-sec th:nth-child(1),
.like-sec th:nth-child(2),
.like-sec td:nth-child(1),
.like-sec td:nth-child(2) {
    width: 15%;
    padding: 10px;
}

.like-sec.share-sec th:nth-child(1),
.like-sec.share-sec th:nth-child(2),
.like-sec.share-sec th:nth-child(3),
.like-sec.share-sec td:nth-child(1),
.like-sec.share-sec td:nth-child(2),
.like-sec.share-sec td:nth-child(3) {
    width: 10%;
    padding: 10px;
}

.like-sec .update_button,
.friend-sec .update_button {
    padding-left: 0;
}

.likes-table table {
    width: 100%;
}

.friend-sec {
    padding-left: 20px;
}

.friend-sec>p {
    color: #03abc8;
    padding-top: 20px;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.friend-sec label {
    color: #414042;
    font-weight: 600;
    font-size: 14px;
}

.add-lines span {
    color: #e84f3b;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
}

.friend-form-sec .update_button {
    padding-top: 0;
}

.friend-sec table {
    margin-top: 30px;
}

.friend-sec table th {
    color: #03abc8;
    font-size: 16px;
}

.friend-sec table td {
    padding: 2px 20px;
}

.friend-sec .custom_checkbox_list {
    margin: 0;
}

.friend-sec .custom_checkbox_list .form-group label:before {
    margin-right: 24px;
}

.friend-sec .custom_checkbox_list .form-group label {
    font-weight: 500;
}

.required_inp {
    position: relative;
}

.inputRemove {
    position: absolute;
    right: 60px;
    top: 24px;
}

.inputRemove {
    color: #e84f3b;
    border: 1px solid #58595b;
    width: 130px;
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
}

.notifications-sec {
    padding-left: 20px;
}

.notifications-sec p {
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
    color: #e84f3b;
}

.notifications-sec table th {
    color: #03abc8;
    font-size: 14px;
    padding: 10px;
}

.notifications-sec table td {
    font-size: 14px;
    color: #414042;
    font-weight: 500;
    padding: 10px;
}

.notifications-sec .custom_checkbox_list {
    margin: 0;
}

.notifications-sec table td:first-child {
    padding: 10px 0px 10px 20px;
}

.registration_form h3 {
    color: #414042;
    font-weight: 500;
    font-size: 32px;
    padding-bottom: 20px;
}

.registration_form h3 b {
    color: #03abc8;
}

.mobsidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -250px;
    background-color: rgb(3, 171, 200, .9);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
}

.mobsidenav>ul {
    margin-top: 30px;
    padding: 0;
}

.mobsidenav li {
    list-style: none;
    text-align: left;
    padding: 6px 20px;
    color: #fff;
}

.mobsidenav li a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.closebtn {
    color: #fff;
    font-size: 34px;
    text-decoration: none;
    position: absolute;
    top: 0px;
    right: 10px;
}

.closebtn:hover {
    color: #fff;
}

.mobile_sub_menu p {
    margin: 0;
    font-size: 18px;
}

.mobile_sub_menu ul {
    padding: 0;
    margin: 0;
}

.sub_menu_item {
    display: none;
}

/* updated style  */
.exclusive-plans b {
    font-size: 28px;
    font-weight: 800;
}

.exclusive-plans strong {
    font-weight: 900;
}

.custom_cate_sidebar {
    /* padding: 15px; */
}

.fixed-sidebar {
    max-height: 100vh !important;
}

.exclusive-title {
    font-size: 20px !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
}

.gold-title {
    font-size: 12px !important;
}

.bronze_food_detail_content h4 {
    padding-top: 0px !important;
}

.bronze_food_detail_content ul {
    padding-top: 0px !important;
}

.bronze_food_detail_content {
    width: 100%;
}

.bronze-plan .bronz-plan-content-w {
    width: 100%;
}

.free-plan .freePlan-content-w {
    width: 100%;
}

/* blogs style  */
.blogs-hero-heading h2 {
    font-size: 34px;
    line-height: 48px;
}

.blogs-hero-heading h2 {
    /* width: 49%; */
    color: #fff;
    font-size: 34px;
    text-align: center;
    font-weight: 600;
    position: relative;
    /*top: -10%;*/
    margin-bottom: 60px;
    text-shadow: 2px 2px 4px rgb(0, 0, 0, 1);
    /*text-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;*/
}

.blogs-hero-heading h2 span {
    display: block;
}

.blogs-hero-heading {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 90vh;
}

.upload-image-sec .featured-img {
    width: 82%;
}

.update_button a,
.hiring_form_sec button {
    z-index: 9999;
}

.businessBtn {
    right: -6%;
}

.app_info {
    padding-top: 20px;
    padding-bottom: 45px;
}

.category_box .g-0 {
    height: 100%;
    align-items: center;
}

.category_box .g-0 div {
    height: 100%;
}

.category_box .g-0 div a {
    height: 100%;
}

.category_box {
    /* min-height: 335px !important; */
}

.category_box img {
    width: 100%;
    /* height: 335px !important; */
}

/* new searchbar categories changes css */
.custom-box-shadow {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 5px;
}

.custom-category-listing p {
    font-size: .75rem !important;
    font-weight: 600;
    cursor: pointer;
    line-height: 16px;
    margin-bottom: 10px;
    color: #222222;
}

.custom-category-listing p:hover {
    color: #03abc8 !important;
}

.activeSearchOption {
    color: #e84f3b !important;
}


.main-category-custom-select,
.location-custom-select,
.sub-category-custom-select,
.city-custom-select {
    z-index: 99927;
    margin-top: -1px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.footer-location {
    margin-top: 30px;
    margin-left: -65%;
    /* margin: auto; */
    max-width: 249px;
}

.select2-selection__arrow b {
    border: solid #e84f3b;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    height: 0;
    right: 4%;
    margin-left: -8px;
    margin-top: -4px;
    position: absolute;
    top: 41%;
    width: 0;
}

.header-logo {
    width: fit-content !important;
}

.imageFitCover {
    object-fit: cover !important;
}

.container {
    max-width: 1240px !important;
}

.homeBtn {
    color: #ffffff !important;
    width: 100%;
    background: #03abc8 !important;
    padding: 10px;
    border: 1px solid #03abc8 !important;
    font-weight: 700;
    box-shadow: rgb(3 171 200 / 37%) 0px 3px 8px;
    font-size: 18px;
}

.dashboardBtn {
    color: #ffffff !important;
    width: auto !important;
    background: #e84f3b !important;
    padding: 5px 25px;
    border: 1px solid #ffffff !important;
    position: fixed;
    bottom: 5%;
    font-weight: 700;
    right: 1%;
    font-size: 16px;
    border-radius: 5px;
    z-index: 1000;
}

.box-arrow-border,
.box-arrow-border-location,
.box-arrow-border-city,
.box-arrow-border-category,
.box-arrow-border-subCategory {
    position: relative;
    top: 10px;
    left: -50%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #a9d8e1;
    width: 0;
    height: 0;
    margin-top: 0px;
    display: none;
}

.service_offer ul {
    display: flex;
    /* justify-content: space-between; */
}

.category_box_content .gold-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.category_box_content .exclusive-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.fixed-sidebar-container .col-lg-3 .custom_cate_sidebar {
    box-shadow: 1px 0 1px -1px #6e6e6e;
    padding-right: 8px;
}

.map_marker12 .business_listing_content h4 {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 13px;
}

.map_marker12 .business_listing_content {
    height: unset !important;
}

.blog-three-adds {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
}

.blog-three-adds .blog_add_small {
    /* height: 270px */
    height: 300px !important;
    width: 300px;
}

.family-box .image-sec img {
    object-fit: cover;
}

.box-container .conver-image-sec img {
    object-fit: cover;
}

.books-banners .books-logo img {
    object-fit: contain;
}

.more_recent_articles .container-lg .row {
    row-gap: 26px;

}

.more_recent_articles .blog_slider_content .blog_slider_info {
    height: 168px;
}

.more_recent_articles .blog_slider_info h6:nth-child(2) {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.more_recent_articles .blog_slider_info h6:nth-child(1) {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.more_recent_articles .blog_slider_info ul li {
    line-height: 16px;
    margin-bottom: 8px;
}



/* media query  */

@media only screen and (max-width: 1400px) {
    .tag_line h1 {
        font-size: 40px;
    }

    .add_img {
        top: -125px;
    }

    .hours_sec input {
        width: 67%;
    }
}

@media only screen and (max-width: 1200px) {
    .add_img {
        top: -105px;
    }

    .company_info_icons li {
        padding: 0 10px;
    }

    .event_btn a {
        padding: 6px 10px;
    }

    .right_sidebar_icon li a img {
        width: 40px;
        height: 40px;
    }

    .calendar_img_sec img,
    .hiring_img_sec img {
        width: 300px;
    }

    .subscription_sec.category_sec h3 {
        font-size: 26px;
    }

    .custom_toggle {
        flex-wrap: wrap;
    }

    .custom_toggle p {
        padding-left: 0;
        display: block;
        width: 100%;
    }

    .add_space .fa-angle-down,
    .add_space .fa-angle-up {
        font-size: 20px;
        right: 5px;
    }

    .social-media-input input {
        width: 70%;
    }

    .social-media-input label {
        width: 30%;
    }

    .discount-listing-content .custom_toggle,
    .feature_icon .custom_toggle {
        flex-wrap: nowrap;
    }

    .discount-listing-content .custom_toggle label,
    .feature_icon .custom_toggle label {
        margin-right: 10px;
    }

    .inputRemove {
        right: 24px;
    }
}

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

    .tag_line h1,
    .discover_sec_content h2 {
        font-size: 24px;
    }

    .logo {
        text-align: center;
    }

    .custom_banner h2 {
        font-size: 34px;
    }

    .listing-images-sec>h3 {
        font-size: 30px;
    }

    .search_bar ul {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .search_bar li,
    .search_bar li.custom_input {
        width: 30%;
    }

    .search_bar li.custom_input {
        margin-left: 0;
    }

    .app_img_sec img,
    .recent_articles .blog_slider_item .blog_slider_img {
        width: 100%;
    }

    .app_info ul {
        padding-left: 20px;
    }

    .app_info {
        padding-top: 20px;
    }

    .business_listing_content {
        margin-bottom: 20px;
    }

    .banner_tag_content {
        flex-wrap: wrap;
    }

    .second_tag_line h2 {
        font-size: 48px;
    }

    .category_box_content {
        padding: 30px 0;
    }

    .add_img {
        top: -70px;
    }

    .custom_map {
        padding-top: 30px;
    }

    .payment_method img {
        width: 200px;
    }

    .right_side {
        padding-top: 50px;
    }

    .right_sidebar_icon ul {
        justify-content: flex-start;
    }

    .right_sidebar_icon li {
        padding-right: 30px;
    }

    .discount_card {
        margin-bottom: 20px;
        width: 100%;
    }

    .additional_info {
        flex-wrap: wrap;
    }

    .additional_info img {
        width: 60%;
        padding-top: 20px;
    }

    .blog_navbar ul {
        justify-content: center;
        flex-wrap: wrap;
        margin: 0;
    }

    .blog_navbar li {
        padding: 10px;
    }

    .blog_nav_dropdown li:hover .blog_submenu_dropdown {
        width: auto;
        left: 100px;
    }

    .blog_navbar li:hover .blog_nav_dropdown {
        width: auto;
        padding: 30px 10px 10px;
    }

    .blog_banner_content h2 {
        font-size: 34px;
    }

    .blog_banner_content p {
        font-size: 18px;
        padding: 0 12% 20px;
    }

    .family_builder_box,
    .recent_articles .blog_slider_content,
    .weekly_cat_head,
    .daily_cat_item {
        flex-wrap: wrap;
    }

    .family_builder_multi .blog_slider_item {
        width: 48%;
    }

    .recent_articles .blog_slider_item img,
    .recent_articles .blog_slider_info,
    .daily_cat_img,
    .daily_cat_text {
        width: 100%;
    }

    .paragraph_list {
        padding-left: 20px !important;
    }

    .calendar_img_sec p,
    .hiring_img_sec p {
        padding: 20px 0% 0;
    }

    .weekly_cat_head li span {
        font-size: 20px;
    }

    .weekly_cat_head li a {
        font-size: 14px;
    }

    .discount_panel .rightSide_social_icon a {
        margin-right: 20px;
    }

    .custom_btn_sec ul {
        margin-left: 0;
        flex-wrap: wrap;
    }

    .custom_btn_sec li,
    .service-offer-sec input {
        margin-bottom: 20px;
    }

    .hours_sec input {
        width: 75%;
    }

    .form-payment-sec ul {
        width: 100%;
    }

    .border-right {
        border-right: 0;
    }

    .upgrade-sec-content,
    .discount-imgupload-sec,
    .coupon-disc-content {
        padding-top: 20px;
    }

    .discount-listing-content {
        margin-top: 10px;
    }

    .discount-desc textarea {
        height: 150px;
    }

    .discount_social_icon {
        padding: 20px 0px 0;
    }

    .discount_social_icon a {
        margin-right: 20px;
    }

    .inputRemove {
        position: relative;
        top: 0;
        right: 0;
    }

    .registration_form form {
        width: 90%;
    }
}

@media only screen and (max-width: 776px) {
    .sticky-banner-text-end {
        width: 100%;
        display: block;
    }

    .tag_line h1,
    .discover_sec_content h2 {
        font-size: 24px;
    }

    .sticky-footer-cut {
        display: none !important;
    }

    .custom_footer,
    .site_info,
    .site_info p {
        text-align: center !important;
    }

    .footer_border {
        border-left: 0;
    }

    .social_icon {
        padding-bottom: 10px;
        text-align: left !important;
    }

    .social_icon a {
        font-size: 20px;
    }

    .google_add img {
        height: 200px;
        object-fit: contain;
        padding: 0;
    }

    .circle_sec,
    .app_sec,
    .discover_sec,
    .card_sec,
    .category_sec,
    .registration_sec,
    .blog_listing_sec,
    .full_calendar,
    .full_calendar_weekly,
    .full_calendar_daily {
        padding: 70px 0;
    }

    .circle_sec_content p {
        padding: 0 30px;
    }

    .discover_sec_content h2 {
        font-size: 30px;
    }

    .discover_sec_content p,
    .card_sec_content p {
        font-size: 16px;
        padding: 10px;
    }

    .custom_header.shrink .nav_menu {
        margin-bottom: 0;
        margin-top: -20px;
        transition: .3s;
    }

    .google_add {
        margin: 20px 0;
    }

    .second_header .tag_line h1 {
        font-size: 36px;
        padding-left: 10px;
    }

    .second_header .tag_line span i {
        font-size: 18px;
    }

    .restaurant_cate_slider h3,
    .nightLife_cate_slider h3,
    .slider_sec h3 {
        font-size: 20px;
    }

    .second_tag_line h2 {
        font-size: 36px;
        padding: 50px 0 0;
    }

    .add_img {
        top: 0;
        position: relative;
        left: 0;
        right: auto;
        margin-top: 30px;
    }

    .custom_checkbox_sec {
        display: flex;
        flex-wrap: wrap;
    }

    .custom_checkbox_list {
        width: 50%;
    }

    .food_listing {
        padding-top: 40px;
    }

    .leftSide_customAdd {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .registration_form h3 {
        font-size: 30px;
    }

    .blog_nav_dropdown li:hover .blog_submenu_dropdown {
        left: 100px;
    }

    .blog_banner_content p {
        margin: 0;
        padding: 0 0 20px;
    }

    .blogs_add {
        display: none;
    }

    .small_blog {
        flex-wrap: wrap;
    }

    .small_blog img {
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .sngle_blog_img {
        flex-wrap: wrap;
    }

    .single_blog_info p {
        padding: 0;
    }

    .single_blog_info,
    .friend-sec .custom_checkbox_list {
        width: 100%;
    }

    .sngle_blog_img a {
        width: 49%;
    }

    .calendar_img_sec p,
    .hiring_img_sec p {
        font-size: 18px;
    }

    .calendar_img_sec h4 {
        font-size: 24px;
    }

    .calendar_category ul {
        justify-content: flex-start;
    }

    .calendar_category li {
        padding-right: 20px;
    }

    .custom_full_calendar,
    .weekly_cat {
        padding-top: 40px;
    }

    .small_search_bar {
        width: 100%;
    }

    .full_calendar_weekly .custom_cate_sidebar,
    .full_calendar_daily .custom_cate_sidebar {
        padding-top: 0;
    }

    .hiring_content .custom_cate_sidebar {
        padding-bottom: 30px;
    }

    .hiring_form_apply ul {
        flex-wrap: wrap;
    }

    .hiring_form_apply li {
        width: 100%;
        margin-bottom: 10px;
    }

    .hiring_form_apply li a,
    .file_upload {
        width: 100%;
    }

    .service_slider .owl-next span,
    .service_slider .owl-prev span {
        top: 40%;
    }

    .subscription_side,
    .dashboard_sideBar {
        border-right: 0 !important;
    }

    .subscription_sec.category_sec {
        padding: 100px 0;
    }

    .exclusive-plan .exclusive-tag-line {
        font-size: 20px;
        padding: 10px;
    }

    .addBusiness_sec {
        padding-top: 145px !important;
    }

    .addBusiness_sec h2 {
        font-size: 40px;
    }

    .dashboard_sideBar h4,
    .custom_btn_sec h4,
    .service-offer-sec h4,
    .dashboard-about-sec h4,
    .hours_sec h4,
    .social-media-input h4,
    .upload-image-sec h4,
    .form-payment-sec h4,
    .addition-info-sec h4,
    .steps_field h4,
    .hiring_form_field h4 {
        font-size: 20px;
    }

    .dashboard_sideBar_content ul,
    .business-info-form,
    .custom_btn_sec,
    .service-offer-sec,
    .dashboard-about-sec,
    .hours_sec,
    .social-media-input,
    .upload-image-sec,
    .form-payment-sec,
    .addition-info-sec,
    .dashboard_sec .update_button,
    .user-checkbox,
    .listing-images-sec>h3,
    .upgrade-listing h3,
    .upgrade-sec,
    .add-listing-sec,
    .more-add-listing,
    .upgrade-bottom-content,
    .create-discount,
    .coupon-discount,
    .like-sec,
    .friend-sec,
    .notifications-sec,
    .steps_field,
    .hiring_form_field {
        padding-left: 0;
    }

    .like-sec,
    .friend-sec,
    .notifications-sec {
        padding-top: 20px;
    }

    .dropify-wrapper .dropify-message span.file-icon {
        display: block;
        text-align: center;
    }

    .addition-info-sec li {
        width: 50%;
    }

    .addition-info-sec .custom_checkbox_list,
    .user-checkbox .custom_checkbox_list,
    .discount-post .custom_checkbox_list,
    .notifications-sec .custom_checkbox_list {
        width: 100%;
    }

    .add-lines span {
        font-size: 16px;
    }
}

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

    .popular_cate_sec .owl-prev span,
    .slider_sec .owl-prev span {
        left: 0;
    }

    .popular_cate_sec .owl-next span,
    .slider_sec .owl-next span {
        right: 0;
    }

    .add_business_panel h4 {
        text-align: center;
        font-size: 20px;
    }

    .circle_sec,
    .app_sec,
    .discover_sec,
    .card_sec,
    .feature_sec,
    .popular_cate_sec,
    .slider_sec,
    .popular_cate_sec,
    .category_sec,
    .more_cate_sec,
    .registration_sec,
    .blog_listing_sec,
    .full_calendar,
    .full_calendar_weekly,
    .full_calendar_daily {
        padding: 50px 0;
    }

    .custom_banner h2,
    .blog_banner_content h2,
    .addBusiness_sec h2 {
        font-size: 30px;
    }

    .circle_sec_content h3,
    .app_sec_content h3,
    .card_sec_content h3,
    .banner_tag h3,
    .popular_cate_sec_content h3,
    .feature_sec_content h3,
    .more_cate_sec_content h3,
    .category_sec h3,
    .form_banner h3,
    .communitySpotlight_heading h3,
    .explore_share_head h3,
    .secong_business_listing h3,
    .single_blog_content h3,
    .supply_sec h3,
    .more_recent_articles h3,
    .discount_panel .daily_cat_content h3,
    .listing-images-sec>h3,
    .registration_form h3 {
        font-size: 28px;
    }

    .feature_sec_content p,
    .popular_cate_sec_content p,
    .category_sec_content p {
        font-size: 16px;
    }

    .search_bar li,
    .search_bar li.custom_input,
    .custom_checkbox_list,
    .registration_form form {
        width: 100%;
    }

    .search_btn {
        margin-top: 10px;
    }

    .circle_sec_content p,
    .registration_form p {
        padding: 0;
    }

    .nav_menu {
        display: none;
    }

    .custom_header {
        padding: 14px 0;
    }

    .custom_header.shrink {
        padding: 10px 0;
    }

    .custom_header.shrink .logo img {
        width: 50px;
        transition: .3s;
    }

    .custom_header.shrink .tag_line h1 {
        text-align: center !important;
    }

    .mobile_menu {
        display: block;
    }

    .mobile_menu_open i,
    .blog_banner_content h5 {
        font-size: 20px;
    }

    .mobile_menu_open p {
        position: absolute;
        top: 20px;
        right: 20px;
        color: #fff;
        margin: 0;
        font-size: 15px;
        cursor: pointer;
    }

    .tag_line span i {
        font-size: 24px;
    }

    .logo {
        flex-direction: column;
    }

    .second_header .tag_line h1 {
        padding-left: 0px;
    }

    .second_header .tag_line span i {
        top: -8;
        right: -8px;
    }

    .second_header .tag_line h1 {
        font-size: 32px;
    }

    .category_box_content h4 {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .category_box_content small,
    .category_box_content span {
        padding-bottom: 10px;
    }

    .category_box_content p {
        margin: 0;
    }

    .custom_checkbox_sec,
    .second_food_detail,
    .cust_pagination,
    .event_btn,
    .company_info_icons,
    .daily_cat_text,
    .fullWidth_item .daily_cat_text,
    .discount-post ul {
        flex-wrap: wrap;
    }

    .info_box_text {
        padding-right: 0;
    }

    .rightSide_social_icon a img {
        width: 35px;
        margin-right: 5px;
    }

    .service_offer h4,
    .about_us h4,
    .share_point h4,
    .available_discount h4,
    .additional_info h4,
    .rightSide_social_icon h4,
    .roghtSide_timeTable h4,
    .payment_method h4 {
        font-size: 16px;
    }

    .rightSide_contact h5,
    .blog_navbar li a,
    .blog_navbar li span {
        font-size: 14px;
    }

    .event_btn a {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .company_info_icons li,
    .company_info_icons li:nth-last-child(2) {
        width: 100%;
        border-right: 0;
        padding: 4px 0;
    }

    .service_offer li {
        width: 50%;
    }

    .blog_sec .banner_blog {
        padding-right: 20px;
        padding-top: 20px;
    }

    .blog_listing_sec h4 {
        font-size: 22px;
    }

    .family_builder>p,
    .communitySpotlight_heading p,
    .explore_share_head p {
        font-size: 16px;
    }

    .family_builder .blog_slider_item {
        width: 100%;
        margin-bottom: 20px;
    }

    .explore_share_head h4 {
        font-size: 28px;
        padding-left: 0;
    }

    .explore_share_head h4 i.fa-plus {
        top: -5px;
        font-size: 16px;
        right: -9px;
    }

    .explore_share_logos {
        flex-wrap: wrap;
    }

    .explore_share_logos li {
        margin-bottom: 10px;
        width: 49%;
    }

    .secong_business_listing p {
        font-size: 17px;
    }

    .communitySpotlight_heading a,
    .explore_share_head a {
        width: 100%;
    }

    .explore_share_head p {
        padding: 20px;
    }

    .single_blog_detail img {
        height: 400px;
    }

    .single_blog_content span {
        padding: 10px 0;
    }

    .single_blog_content ul {
        margin-bottom: 15px;
    }

    .sngle_blog_img a {
        width: 100%;
    }

    .supply_sec {
        padding-top: 20px;
    }

    .more_recent_articles {
        padding-bottom: 30px;
    }

    .blog_add_large img {
        padding: 0;
        margin-top: 20px;
    }

    .interest_topic,
    .recent_articles {
        padding: 0;
    }

    .calendar_img_sec p,
    .custom_full_calendar .fc .fc-daygrid-day-number,
    .hiring_img_sec p {
        font-size: 16px;
    }

    .calendar_img_sec h4,
    .weekly_cat_list>h4 {
        font-size: 20px;
    }

    .custom_full_calendar .fc .fc-toolbar-title {
        font-size: 30px;
    }

    .custom_full_calendar .fc .fc-button-primary,
    .custom_full_calendar .fc .fc-button-primary:hover {
        font-size: 14px;
        padding: 2px;
    }

    .weekly_cat_head li:nth-child(2) {
        width: 100%;
        order: 3;
        text-align: center;
        padding-top: 10px;
    }

    .hiring_form .daily_cat_content h5 {
        font-size: 20px;
    }

    .hiring_form_apply h4,
    .form_steps h4 {
        font-size: 22px;
    }

    .hiring_form_apply {
        padding-bottom: 0;
    }

    .hiring_form .daily_cat_content ul {
        padding-left: 0;
    }

    .search_bar {
        margin-top: -320px;
    }


    .custom_banner.half_banner {
        margin-top: 0;
    }

    .custom_banner h2 {
        margin-bottom: 320px;
    }

    .service_slider .owl-next span {
        right: auto;
        left: 40px;
        top: auto;
    }

    .service_slider .owl-prev span {
        left: 0;
        top: auto;
    }

    .blog_navbar li {
        padding: 14px;
    }

    .interest_topic_slider .owl-prev span {
        top: -15px !important;
        right: 70px;
        left: auto;
    }

    .interest_topic_slider .owl-next span {
        top: -15px !important;
        right: 0;
    }

    .recent_articles_slider .owl-prev span {
        top: -32px;
        right: 40px;
        left: auto;
    }

    .recent_articles_slider .owl-next span {
        top: -32px;
        right: 0;
    }

    .custom_banner.half_banner .cust_add_btn {
        margin: 0px 0px 50px auto;
        line-height: 23px;
        width: auto;
        border-radius: 23px;
    }

    .restaurant_cate_slider .owl-prev span,
    .restaurant_cate_slider .owl-next span,
    .nightLife_cate_slider .owl-prev span,
    .nightLife_cate_slider .owl-next span,
    .professional_cate_slider .owl-prev span,
    .professional_cate_slider .owl-next span,
    .collegeSchool_cate_slider .owl-prev span,
    .collegeSchool_cate_slider .owl-next span,
    .legal_serv_slider .owl-next span,
    .legal_serv_slider .owl-prev span,
    .insurance_slider .owl-prev span,
    .insurance_slider .owl-next span,
    .financial_serv_slider .owl-prev span,
    .financial_serv_slider .owl-next span {
        top: -32px;
    }

    .restaurant_cate_slider .owl-prev span,
    .nightLife_cate_slider .owl-prev span,
    .professional_cate_slider .owl-prev span,
    .collegeSchool_cate_slider .owl-prev span,
    .legal_serv_slider .owl-prev span,
    .insurance_slider .owl-prev span,
    .financial_serv_slider .owl-prev span {
        right: 40px;
        left: auto;
    }

    .merald_coast.custom_banner.half_banner .cust_add_btn {
        margin: 0px 0px 320px auto;
    }

    .hours_sec input,
    .social-media-input label,
    .social-media-input input {
        width: 100%;
    }

    .flex-sm-wrap {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .likes-table {
        overflow-y: scroll;
    }

    .likes-table table {
        width: 550px;
    }
}

@media only screen and (max-width: 480px) {
    .tag_line h1 {
        white-space: normal;
        font-size: 24px;
    }

    .custom_header.shrink .tag_line h1 {
        font-size: 26px;
    }

    .custom_header {
        height: 130px;
        padding: 10px 0;
    }

    .custom_full_calendar .fc .fc-toolbar-title {
        font-size: 26px;
    }

    .search_bar li,
    .search_bar li.custom_input,
    .custom_checkbox_list,
    .registration_form form {
        width: auto;
    }
}


@media (max-width: 820px) and (min-width: 768px) {
    .calendar_category li {
        padding-right: 10px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 3px !important;
    }

    .calendar_category li a h6 {
        font-size: 10px;
        font-weight: 700;
    }

    .calendar_category li a img {
        width: 32px;
        height: 32px;
        object-fit: cover;
    }

    .custom_select label,
    .custom_input label {
        font-size: 12px;
    }

    .custom_cate_sidebar {
        padding-left: 5px;
        padding-right: 5px;
    }

    .weekly_cat_head li a {
        font-size: 14px;
    }

    .weekly_cat_head li span {
        font-weight: 800;
        font-size: 20px;
    }



}

@media (max-width: 1040px) and (min-width: 821px) {
    .calendar_category li a h6 {
        font-size: 10px;
        font-weight: 700;
    }

    .calendar_category li a img {
        width: 32px;
        height: 32px;
        object-fit: cover;
    }

    .custom_select label,
    .custom_input label {
        font-size: 12px;
    }

    .custom_cate_sidebar {
        padding-left: 5px;
        padding-right: 18px;
    }

    .weekly_cat_head li a {
        font-size: 14px;
    }

    .weekly_cat_head li span {
        font-weight: 800;
        font-size: 20px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 5px !important;
    }



}


@media (min-width: 280px) and (max-width: 379px) {
    .telephone-business{
        margin-left: -73px;
    }
}


@media (max-width: 389px) and (min-width: 280px) {
    .custom_cate_sidebar {
        border: 1px solid black;
        padding: 10px;
        display: block;
    }
    .blog_banner_content {
        padding-top: 30px;
    }
    .telephone-business{
        margin-left: -59px;
    }
    .add_subscription_sub_menu{
        display:none;
    }
    .add_subscription_sub_menu_two{
        display: block;
        float: left;
    }
    .weekly_cat_head li span {
        font-size: 14px;
    }

    .weekly_cat_head li a {
        font-size: 8px;
    }

    #calendar {
        padding-bottom: 40px;
    }

    #calendar .fc-view-harness {
        height: 438px !important;
    }

    .mobile_sub_menu,
    .sub_menu_item li {
        cursor: pointer;
    }

    .custom_full_calendar {
        padding-top: 0px !important;
    }

    .mobile-bottom-tabs .single-tab a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-decoration: none !important;
    }

    .cards-main-sec {
        margin: auto !important;
    }

    .blog-three-adds {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .blog-three-adds .blog_add_small {
        height: 90px !important;
        width: 25%;
    }

    .fixed-sidebar-container .col-lg-3 .custom_cate_sidebar {
        box-shadow: unset;
    }

    .more_recent_articles .blog_add_small img {
        width: 100% !important;
    }

    .single_blog_sec .single_blog_detail img {
        height: 235px !important;
    }

    .restaurant_cate_slider .owl-prev span,
    .restaurant_cate_slider .owl-next span,
    .nightLife_cate_slider .owl-prev span,
    .nightLife_cate_slider .owl-next span,
    .professional_cate_slider .owl-prev span,
    .professional_cate_slider .owl-next span,
    .collegeSchool_cate_slider .owl-prev span,
    .collegeSchool_cate_slider .owl-next span,
    .legal_serv_slider .owl-next span,
    .legal_serv_slider .owl-prev span,
    .insurance_slider .owl-prev span,
    .insurance_slider .owl-next span,
    .financial_serv_slider .owl-prev span,
    .financial_serv_slider .owl-next span {
        /* top: -32px !important; */
    }

    /* welcome bussiness dashboard responsive styel */
    .banner-sticky .container .row div a img {
        height: 96px;
        width: 85px;
    }

    .businessBtn {
        right: -22% !important;
    }

    .add_space ul {
        height: 125px;
    }

    .small-upload-image div {
        flex-wrap: wrap;
        width: 50%;
    }

    .dropify-wrapper.touch-fallback {
        height: auto !important;
        width: 100%;
    }

    .dropify-wrapper.touch-fallback .dropify-message {
        padding: 10px 0;
        width: 100%;
    }

    .upload-image-sec:nth-child(1) {
        width: 100% !important;
    }

    .dashboard_sec .update_button {
        margin-bottom: 20px;
        display: flex;
        justify-content: space-evenly;
    }

    .upload-image-sec .featured-img {
        width: 100%;
    }

    .update_button a,
    .hiring_form_sec button {
        z-index: 9999;
    }

    /* ---------------------------------------- */

    /* blogs details responsive  */
    .single_blog_detail img {
        height: 200px;
    }

    .blog_add_large img,
    .blogs_add li img {
        width: 100% !important;
        padding: 0px !important;
        margin-top: 0px !important;
    }

    /* ----------------------------------- */

    /* blogs responsive style  */
    .bubbles_content .bubles {
        flex-direction: column;
        align-items: center;
    }

    .bubbles_content .second-bubbles-sec {
        flex-direction: column;
        align-items: center;
    }

    .bubbles_sec {
        background-color: #fff;
        padding: 20px 0 0;
        margin-top: 0px;
    }

    .family_builder {
        padding-top: 30px;
    }

    .school-blog-img {
        width: 100% !important;
        height: 200px;
    }

    .interestTopic-blogs {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .blogs-app-info {
        padding-bottom: 30px;
        padding-top: 0px;
    }

    .secong_business_listing {
        padding: 40px 0 0px;
    }

    .family_builder_box {
        padding-top: 0px;
    }


    .blogs-hero-heading {
        height: 50vh !important;
        margin-top: 85px;
    }

    .blogs-hero-heading h2 {
        width: 75% !important;
        margin-bottom: 50px !important;
        font-size: 23px !important;
        line-height: 35px !important;
        margin: auto;
    }

    .blogs-hero-heading {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .blog-extra-larg-ads {
        padding: 0px 0px 40px 0px;
    }

    .mobile_menu_open i,
    .blog_banner_content h5 {
        line-height: 30px;
    }

    .blog_navbar li {
        padding: 8px;
    }

    .blog_banner_content h2 {
        padding-bottom: 6px;
        padding-top: 0px;
    }

    /* ----------------------------------------- */

    /* add bussiness style  */
    .add_business_content .add-bussiness-paragraph {
        line-height: 30px;
    }

    .billing_form .add-bussiness-form label {
        padding-bottom: 10px;
    }

    .billing_form .card-exp-lable {
        padding-bottom: 15px;
    }

    .add_business_panel {
        padding: 35px 20px;
    }

    .add_business_content {
        margin-left: 0px;
    }

    .add_business_content p {
        text-align: center;
    }


    /* ----------------------------------------- */


    /* bussiness plan style  */

    .single-silver-plane {
        width: 50%;
    }

    .single-silver-plane .business_listing img {
        height: 100px;
    }

    .single-silver-plane .business_listing {
        padding-bottom: 0px !important;
    }

    .single-silver-plane {
        padding-bottom: 0px !important;
    }

    .single-silver-plane .magaine {
        padding-top: 0px !important;
    }

    .single-silver-plane .business_listing div {
        margin-bottom: 0px !important;
    }

    .bronze-plan .bronz-plan-img {
        width: 110px !important;
    }

    .bronze-plan .bronz-plan-content {
        width: 68%;
        padding: 10px !important;
    }

    .bronze-plan .bronz-plan-content h4 {
        font-size: 12px !important;
    }

    .bronze-plan .bronz-plan-content ul {
        padding-top: 0px;
    }

    .free-plan .freePlan-heading {
        font-size: 12px;
    }

    .bronze-plan .bronz-plan-content-w {
        width: 100%;
    }

    .free-plan .freePlan-content-w {
        width: 100%;
    }


    /* --------------------------------------------------- */
    .sticky-banner-content-w h3 {
        font-size: 10px !important;
    }

    .app_info {
        padding-bottom: 34px;
    }

    .sticky-banner-content-w a {
        font-size: 10px !important;
    }

    .fixed_div .banner-sticky {
        min-height: 120px;
    }

    .info_box .container:nth-child(1) {
        padding-top: 32px;
    }

    .info_box .container div img {
        padding-bottom: 20px;
    }

    .info_box .container:nth-child(2) {
        padding-top: 5px !important;
    }

    .info_box h3 {
        font-size: 14px;
    }

    .info_box_text {
        font-size: 12px;
    }

    .info_box span {
        font-size: 10px;
    }

    .info_box img {
        width: 25px;
    }

    .info_box .info_box_text {
        padding: 0px 0px 6px 0px;
    }

    .banner-sticky .container .row div .update_button {
        display: none;
    }

    .banner-sticky .container .row .sticky-banner-img {
        width: 30% !important;
    }

    .banner-sticky .bg-light {
        width: 108px !important;
        height: 68px !important;
        padding-bottom: 0px !important;
    }

    .sticky-banner-content-w {
        width: 70%;
    }

    .sticky-banner-content-w .sticky-banner-category {
        font-size: 10px;
    }

    .banner-sticky .info_box_text {
        font-size: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
        padding-bottom: 0px !important;
        margin-bottom: 10px;
    }

    .sticky-footer-cut img {
        padding-bottom: 0px !important;
        width: 25px !important;
        display: none;
    }

    .section-top-padding {
        padding-top: 83px;
    }

    .second_food_detail {
        width: 93%;
    }

    .food_listing .row:nth-child(3) img {
        width: 200px !important;
    }

    .bronze_food_detail .bronze_img {
        width: 150px !important;
        height: 101px;
    }

    .bronze_food_detail_content {
        padding: 12px !important;
        width: 55% !important;
    }

    .food_listing .row .business_listing {
        width: 50% !important;
    }

    .food_listing .row .business_listing h4 {
        font-size: 12px;
    }

    .food_listing .row .business_listing small {
        font-size: 10px;
    }

    /*.business_listing img {*/
    /*    height: 200px;*/
    /*}*/

    .business_listing div {
        margin-bottom: 10px;
    }

    /* hiring jobs style  */
    .job-page-banner {
        height: 50vh !important;
    }

    .daily_cat_info {
        padding-top: 6px;
    }

    .hiring_content .daily_cat_info ul {
        justify-content: space-between;
    }

    /* --------------------------------------------- */


    /* events calendar page style  */
    .calendar_img_sec,
    .hiring_img_sec {
        padding: 50px 0 10px;
    }

    .custom_full_calendar .fc .fc-toolbar-title {
        font-size: 20px;
    }

    .calendar_img_sec img,
    .hiring_img_sec img {
        width: 130px;
    }

    .business_listing span {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .business_listing h4 {
        font-size: 12px;
    }

    .business_listing .list_icon {
        width: 50px;
        height: 50px;
    }

    .event-page-banner {
        height: 50vh !important;
    }

    /* --------------------------------------------------- */

    /* bissiness details page style  */
    .company_info h3 {
        font-size: 24px;
    }

    .payment_method {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .payment_method h4 {
        width: 100%;
    }

    .payment_method img {
        width: 40px;
    }

    .additional_info {
        padding-top: 15px;
    }

    .company_info_icons li {
        border-right: 2px solid #cdced0;
        padding: 0;
        height: auto;
        display: unset;
        border: none;
    }

    .company_info {
        padding: 0;
    }

    .company_info_icons li,
    .company_info_icons li:nth-last-child(2) {
        width: 20%;
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

    .company_info_icons li .fa-heart-o {
        margin-right: 74px;
    }
    .business_weburl{
        display: none;
    }
    .service_sec_slider {
        padding: 4px 0;
    }

    .event_btn a {
        margin-right: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .service_offer li {
        width: 40%;
    }

    .service_offer ul {
        display: flex;
        justify-content: space-between;
    }

    .business-detail-banner {
        height: 55vh !important;
    }

    .custom_checkbox_sec,
    .second_food_detail,
    .cust_pagination,
    .event_btn,
    .company_info_icons,
    .daily_cat_text,
    .fullWidth_item .daily_cat_text,
    .discount-post ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .company_info_icons .fa-heart-o {
        font-size: 24px;
    }

    .company_info_icons .fa-star-o {
        font-size: 24px;
    }

    .company_info_address img,
    .company_info_icons li img {
        width: 22px;
    }

    .event_btn a {
        width: 32%;
        font-size: 10px;
    }

    .event_btn a {
        padding: 6px 6px;
    }

    .company_info_icons {
        padding: 33px 0 0 0;
    }

    .event_btn {
        padding-top: 20px;
    }

    .service_sec .container {
        width: 98% !important;
    }

    /* -------------------------------------- */

    /* resturant page style  */
    .category_box_content small,
    .category_box_content span {
        padding-bottom: 0px;
    }

    .category_box:nth-child(3) .row {
        display: flex;
        /* flex-direction: column-reverse; */
    }

    .category_box {
        height: 160px;
    }

    .category_box:nth-child(5) .row {
        display: flex;
        /* flex-direction: column-reverse; */
    }

    .category_box_content a {
        font-size: 15px;
        font-weight: 500;
        line-height: 28px;
    }

    .category-page-banner {
        height: 50vh !important;
    }

    .category_box img {
        height: 100%;
    }

    .event_btn a {
        margin-right: 0px;
    }


    /* ---------------------------------- */

    .circle_sec,
    .app_sec,
    .discover_sec,
    .card_sec,
    .feature_sec,
    .popular_cate_sec,
    .slider_sec,
    .popular_cate_sec,
    .category_sec,
    .more_cate_sec,
    .registration_sec,
    .blog_listing_sec,
    .full_calendar,
    .full_calendar_weekly,
    .full_calendar_daily {
        padding: 35px 0px 0px 0px;
    }

    .business_listing h4 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .business_listing_content {
        margin-bottom: 20px;
    }

    .circle_sec_content h3,
    .app_sec_content h3,
    .card_sec_content h3,
    .banner_tag h3,
    .popular_cate_sec_content h3,
    .feature_sec_content h3,
    .more_cate_sec_content h3,
    .category_sec h3,
    .form_banner h3,
    .communitySpotlight_heading h3,
    .explore_share_head h3,
    .secong_business_listing h3,
    .single_blog_content h3,
    .supply_sec h3,
    .more_recent_articles h3,
    .discount_panel .daily_cat_content h3,
    .listing-images-sec>h3,
    .registration_form h3 {
        font-size: 18px;
    }

    .business_listing p {
        padding-top: 10px;
    }

    .second_tag_line h2 {
        font-size: 30px;
    }

    .custom_banner,
    .custom_banner.half_banner {
        height: 80vh;
    }

    .clickable-banner {
        height: 180px !important;
        background-position: contain !important;
    }

    .merald_coast {
        height: 50vh !important;
    }

    .business_listing .list_icon {
        padding: 8px;
    }

    .business_listing_content div:nth-child(2) {
        margin-top: 20px;
    }

    .banner_tag a {
        font-size: 12px;
        margin-top: 10px;
    }

    .second_tag_line h2 {
        padding: 40px 0 0;
    }

    .more_cate_sec {
        padding-bottom: 10px;
        padding-top: 0px;
    }

    .app_sec_content h3 {
        font-size: 15px;
    }

    .app_img_sec img,
    .recent_articles .blog_slider_item .blog_slider_img {
        width: 68%;
    }

    .app_info h3 {
        font-size: 20px;
    }

    .app_info li {
        font-size: 15px;
    }

    .app_info li:before {
        width: 13px;
        height: 13px;
        left: -14px;
        top: 7px;
    }

    .app_info .cust_btn {
        margin: 37px auto 0;
    }

    .restaurant_cate_slider h3,
    .nightLife_cate_slider h3,
    .slider_sec h3 {
        font-size: 14px;
    }

    .business_listing {
        padding-top: 22px;
        padding-bottom: 40px;
    }

    .restaurant_cate,
    .professional_cate_slider,
    .collegeSchool_cate {
        padding-bottom: 0px;
    }

    .banner_tag {
        padding: 16px 0;
    }

    .search_bar li:nth-child(1) {
        width: 100%;
    }

    .search_bar li:nth-child(2) {
        width: 100%;
    }

    .search_bar li:nth-child(3) {
        width: 100%;
    }

    .search_bar li:nth-child(4) {
        width: 100%;
    }

    .search_bar li:nth-child(5) {
        width: 100%;
    }

    .search_bar li:nth-child(6) {
        width: 42%;
    }

    .search_bar {
        margin-top: -195px;
    }


    /* susbscription plan resposnive  */
    .hiring_job_sec {
        padding: 52px 0;
    }

    .category_box {
        margin-bottom: 15px;
    }

    .category_box:nth-child(7) .g-0 {
        /* flex-direction: column-reverse; */
    }

    .category_box:nth-child(9) .g-0 {
        /* flex-direction: column-reverse; */
    }

    .category_box:nth-child(11) .g-0 {
        /* flex-direction: column-reverse; */
    }

    .category_box:nth-child(13) .g-0 {
        /* flex-direction: column-reverse; */
    }

    .category_box:nth-child(15) .g-0 {
        /* flex-direction: column-reverse; */
    }

    .custom-sidebar {
        max-width: 90% !important;
        margin: auto;
        margin-bottom: 65px;
    }

    .custom_cate_sidebar {
        padding: 10px;
    }

    .subscription_sec.category_sec h3 {
        font-size: 24px;
    }

    .gold-plan .plan_benefits,
    .silver-plan .plan_benefits {
        padding-top: 28px;
    }

    /* homepage responsive  */
    .custom_banner h2 {
        width: 80%;
        line-height: 38px;
        margin-bottom: 232px;
        font-size: 25px;
    }

    .custom_header .row {
        --bs-gutter-x: 1.5rem;
        /* margin-left: unset !important; */
        /* margin-right: unset !important; */
        margin-right: calc(-.0 * var(--bs-gutter-x));
    }

    .card_div_discount {
        width: 100% !important;
        margin: auto !important;
        margin-bottom: 20px !important;
    }

    .row .descount_cards {
        margin: auto;
    }

    .blog_add_large {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 567px) and (min-width: 390px) {
     .custom_cate_sidebar {
        border: 1px solid black;
        padding: 10px;
        display: block;
    }
    .add_subscription_sub_menu{
        display:none;
    }
    .add_subscription_sub_menu_two{
        display: block;
        float: left;
    }
    .blog_add_large {
        padding-left: 12px;
        padding-right: 12px;
    }

    .blog_banner_content {
        padding-top: 30px;
    }

    .weekly_cat_head li a {
        font-size: 8px;
    }

    .weekly_cat_head li span {
        font-size: 14px;
    }

    #calendar {
        padding-bottom: 40px;
    }

    #calendar .fc-view-harness {
        height: 438px !important;
    }

    .mobile_sub_menu,
    .sub_menu_item li {
        cursor: pointer;
    }

    .custom_full_calendar {
        padding-top: 0px !important;
    }

    .mobile-bottom-tabs .single-tab a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-decoration: none !important;
    }

    .fixed-sidebar-container .cards-main-sec {
        margin: auto !important;
    }

    .blog-three-adds {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .blog-three-adds .blog_add_small {
        height: 90px !important;
        width: 25%;
    }

    .fixed-sidebar-container .col-lg-3 .custom_cate_sidebar {
        box-shadow: unset;
    }

    .more_recent_articles .blog_add_small img {
        width: 100% !important;
    }

    .single_blog_sec .single_blog_detail img {
        height: 235px !important;
    }

    .card_div_discount {
        width: 100% !important;
        margin: auto !important;
        margin-bottom: 20px !important;
        height: auto !important;
    }

    .row .descount_cards {
        margin: auto;
    }

    /*.business_listing img {*/
    /*    height: 200px;*/
    /*}*/

    .restaurant_cate_slider .owl-prev span,
    .restaurant_cate_slider .owl-next span,
    .nightLife_cate_slider .owl-prev span,
    .nightLife_cate_slider .owl-next span,
    .professional_cate_slider .owl-prev span,
    .professional_cate_slider .owl-next span,
    .collegeSchool_cate_slider .owl-prev span,
    .collegeSchool_cate_slider .owl-next span,
    .legal_serv_slider .owl-next span,
    .legal_serv_slider .owl-prev span,
    .insurance_slider .owl-prev span,
    .insurance_slider .owl-next span,
    .financial_serv_slider .owl-prev span,
    .financial_serv_slider .owl-next span {
        /* top: -32px !important; */
    }

    .professional_cate .custom_slider img,
    .collegeSchool_cate .custom_slider img {
        height: 200px;
        object-fit: cover;
    }

    .service_offer li {
        width: 40%;
    }

    .service_offer ul {
        display: flex;
        justify-content: space-between;
    }

    .banner-sticky .container .row div a img {
        height: 96px;
        width: 85px;
    }

    /* welcome bussiness dashboard responsive styel */

    .businessBtn {
        right: -22% !important;
    }

    .add_space ul {
        height: 125px;
    }

    .small-upload-image div {
        flex-wrap: wrap;
        width: 50%;
    }

    .dropify-wrapper.touch-fallback {
        height: auto !important;
        width: 100%;
    }

    .dropify-wrapper.touch-fallback .dropify-message {
        padding: 10px 0;
        width: 100%;
    }

    .upload-image-sec:nth-child(1) {
        width: 100% !important;
    }

    .dashboard_sec .update_button {
        margin-bottom: 20px;
        display: flex;
        justify-content: space-evenly;
    }

    .upload-image-sec .featured-img {
        width: 100%;
    }

    .update_button a,
    .hiring_form_sec button {
        z-index: 9999;
    }

    /* ---------------------------------------- */


    .fixed_div .banner-sticky {
        min-height: 120px;
    }

    .info_box .container:nth-child(1) {
        padding-top: 30px;
    }

    /* blogs details responsive  */
    .single_blog_detail img {
        height: 200px;
    }

    .blog_add_large img,
    .blogs_add li img {
        width: 100% !important;
        padding: 0px !important;
        margin-top: 0px !important;
    }


    /* ----------------------------------- */

    /* blogs responsive style  */
    .bubbles_content .bubles {
        flex-direction: column;
        align-items: center;
    }

    .bubbles_content .second-bubbles-sec {
        flex-direction: column;
        align-items: center;
    }

    .bubbles_sec {
        background-color: #fff;
        padding: 20px 0 0;
        margin-top: 0px;
    }

    .family_builder {
        padding-top: 30px;
    }

    .school-blog-img {
        width: 100% !important;
        height: 200px;
    }

    .interestTopic-blogs {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .blogs-app-info {
        padding-bottom: 30px;
        padding-top: 0px;
    }

    .secong_business_listing {
        padding: 40px 0 0px;
    }

    .family_builder_box {
        padding-top: 0px;
    }

    .blog-extra-larg-ads {
        padding: 0px 0px 40px 0px;
    }



    .blogs-hero-heading {
        height: 35vh !important;
        margin-top: 84px;
    }

    .blogs-hero-heading h2 {
        width: 75% !important;
        margin-bottom: 50px !important;
        font-size: 23px !important;
        line-height: 35px !important;
        margin: auto;
    }

    .blogs-hero-heading {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .mobile_menu_open i,
    .blog_banner_content h5 {
        line-height: 30px;
    }

    .blog_navbar li {
        padding: 8px;
    }

    .blog_banner_content h2 {
        padding-bottom: 6px;
        padding-top: 0px;
    }





    /* ----------------------------------------- */

    /* add bussiness style  */
    .add_business_content .add-bussiness-paragraph {
        line-height: 30px;
    }

    .billing_form .add-bussiness-form label {
        padding-bottom: 10px;
    }

    .billing_form .card-exp-lable {
        padding-bottom: 15px;
    }

    .add_business_panel {
        padding: 35px 20px;
    }

    .add_business_content {
        margin-left: 0px;
    }

    .add_business_content p {
        text-align: center;
    }

    /* ----------------------------------------- */


    /* bussiness plan style  */

    .single-silver-plane {
        width: 50%;
    }

    .single-silver-plane .business_listing img {
        height: 100px;
    }

    .single-silver-plane .business_listing {
        padding-bottom: 0px !important;
    }

    .single-silver-plane {
        padding-bottom: 0px !important;
    }

    .single-silver-plane .magaine {
        padding-top: 0px !important;
    }

    .single-silver-plane .business_listing div {
        margin-bottom: 0px !important;
    }

    .bronze-plan .bronz-plan-img {
        width: 120px !important;
    }

    .bronze-plan .bronz-plan-content {
        width: 68%;
        padding: 10px !important;
    }

    .bronze-plan .bronz-plan-content h4 {
        font-size: 12px !important;
    }

    .bronze-plan .bronz-plan-content ul {
        padding-top: 0px;
    }

    .free-plan .freePlan-heading {
        font-size: 12px;
    }

    .bronze-plan .bronz-plan-content-w {
        width: 100%;
    }

    .free-plan .freePlan-content-w {
        width: 100%;
    }


    /* --------------------------------------------------- */

    .sticky-banner-content-w h3 {
        font-size: 16px !important;
    }

    .sticky-banner-content-w a {
        font-size: 14px !important;
    }

    .info_box .container div img {
        padding-right: 20px;
    }

    .info_box .container:nth-child(2) {
        padding-top: 5px !important;
    }

    .info_box h3 {
        font-size: 14px;
    }

    .info_box_text {
        font-size: 12px;
    }

    .info_box span {
        font-size: 10px;
    }

    .info_box img {
        width: 25px;
    }

    .info_box .info_box_text {
        padding: 0px 0px 6px 0px;
    }

    .banner-sticky .container .row div .update_button {
        display: none;
    }

    .banner-sticky .container .row .sticky-banner-img {
        width: 30% !important;
    }

    .banner-sticky .bg-light {
        width: 108px !important;
        height: 68px !important;
        padding-bottom: 0px !important;
    }

    .sticky-banner-content-w {
        width: 70%;
    }

    .sticky-banner-content-w .sticky-banner-category {
        font-size: 12px;
    }

    .banner-sticky .info_box_text {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
        padding-bottom: 0px !important;
        margin-bottom: 10px;
    }

    .sticky-footer-cut img {
        padding-bottom: 10px !important;
        width: 25px !important;
        display: none;
    }

    .section-top-padding {
        padding-top: 120px;
    }

    .second_food_detail {
        width: 93%;
    }

    .food_listing .row:nth-child(3) img {
        width: 200px !important;
    }

    .bronze_food_detail .bronze_img {
        width: 150px !important;
        height: 101px;
    }

    .bronze_food_detail_content {
        padding: 8px !important;
        width: 55% !important;
    }

    .food_listing .row .business_listing {
        width: 50% !important;
    }

    .food_listing .row .business_listing h4 {
        font-size: 12px;
    }

    .food_listing .row .business_listing small {
        font-size: 10px;
    }

    /*.business_listing img {*/
    /*    height: 250px;*/
    /*}*/

    .business_listing div {
        margin-bottom: 10px;
    }

    /* hiring jobs style  */
    .job-page-banner {
        height: 50vh !important;
    }

    .daily_cat_info {
        padding-top: 6px;
    }

    .hiring_content .daily_cat_info ul {
        justify-content: space-between;
    }

    /* --------------------------------------------- */

    /* events calendar page style  */
    .calendar_img_sec,
    .hiring_img_sec {
        padding: 50px 0 10px;
    }

    .custom_full_calendar .fc .fc-toolbar-title {
        font-size: 20px;
    }

    .calendar_img_sec img,
    .hiring_img_sec img {
        /*width: 130px;*/
    }

    .business_listing span {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .business_listing h4 {
        font-size: 16px;
    }

    .business_listing .list_icon {
        width: 50px;
        height: 50px;
    }

    .event-page-banner {
        height: 50vh !important;
    }


    /* --------------------------------------------------- */

    /* bissiness details page style  */
    .company_info h3 {
        font-size: 24px;
    }

    .payment_method {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .payment_method h4 {
        width: 100%;
    }

    .payment_method img {
        width: 40px;
    }

    .additional_info {
        padding-top: 15px;
    }

    .company_info_icons li {
        border-right: 2px solid #cdced0;
        padding: 0;
        height: auto;
        display: unset;
        border: none;
    }

    .company_info {
        padding: 0;
    }

    .company_info_icons li,
    .company_info_icons li:nth-last-child(2) {
        width: 20%;
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

    .company_info_icons li .fa-heart-o {
        margin-right: 85px;
    }
    .telephone-business{
        margin-left: -70px;
    }
    .business_weburl{
        display: none;
    }
    .service_sec_slider {
        padding: 4px 0;
    }

    .event_btn a {
        margin-right: 0px;
    }

    .business-detail-banner {
        height: 45vh !important;
    }

    .custom_checkbox_sec,
    .second_food_detail,
    .cust_pagination,
    .event_btn,
    .company_info_icons,
    .daily_cat_text,
    .fullWidth_item .daily_cat_text,
    .discount-post ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .company_info_icons .fa-heart-o {
        font-size: 24px;
    }

    .company_info_icons .fa-star-o {
        font-size: 24px;
    }

    .company_info_address img,
    .company_info_icons li img {
        width: 22px;
    }

    .event_btn a {
        width: 32%;
        font-size: 10px;
    }

    .event_btn a {
        padding: 6px 6px;
    }

    .company_info_icons {
        padding: 33px 0 0 0;
    }

    .event_btn {
        padding-top: 20px;
    }

    .service_sec .container {
        width: 98% !important;
    }

    /* -------------------------------------- */


    /* resturant style  */
    .category_box_content small,
    .category_box_content span {
        padding-bottom: 0px;
    }

    .category_box:nth-child(3) .row {
        display: flex;
        /* flex-direction: column-reverse; */
    }

    .category_box:nth-child(5) .row {
        display: flex;
        /* flex-direction: column-reverse; */
    }

    .category_box:nth-child(7) .row {
        display: flex;
        /* flex-direction: column-reverse; */
    }

    .category_box:nth-child(9) .row {
        display: flex;
        /* flex-direction: column-reverse; */
    }

    .category_box:nth-child(11) .row {
        display: flex;
        /* flex-direction: column-reverse; */
    }

    .category_box:nth-child(13) .row {
        display: flex;
        /* flex-direction: column-reverse; */
    }

    .category_box:nth-child(15) .row {
        display: flex;
        /* flex-direction: column-reverse; */
    }

    .category_box_content a {
        font-size: 15px;
        font-weight: 500;
        line-height: 28px;
    }

    .category-page-banner {
        height: 60vh !important;
    }

    .category_box img {
        height: 100%;
    }

    .category_box {
        /* height: 430px; */
    }


    .circle_sec,
    .app_sec,
    .discover_sec,
    .card_sec,
    .feature_sec,
    .popular_cate_sec,
    .slider_sec,
    .popular_cate_sec,
    .category_sec,
    .more_cate_sec,
    .registration_sec,
    .blog_listing_sec,
    .full_calendar,
    .full_calendar_weekly,
    .full_calendar_daily {
        padding: 35px 0px 0px 0px;
    }

    .circle_sec_content h3,
    .app_sec_content h3,
    .card_sec_content h3,
    .banner_tag h3,
    .popular_cate_sec_content h3,
    .feature_sec_content h3,
    .more_cate_sec_content h3,
    .category_sec h3,
    .form_banner h3,
    .communitySpotlight_heading h3,
    .explore_share_head h3,
    .secong_business_listing h3,
    .single_blog_content h3,
    .supply_sec h3,
    .more_recent_articles h3,
    .discount_panel .daily_cat_content h3,
    .listing-images-sec>h3,
    .registration_form h3 {
        font-size: 18px;
    }

    .business_listing {
        padding-top: 10px;
        /* padding-bottom: 35px; */
    }

    .business_listing p {
        padding-top: 10px;
    }

    .business_listing h4 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .second_tag_line h2 {
        font-size: 27px;
    }

    .merald_coast {
        height: 50vh !important;
    }

    .business_listing .list_icon {
        padding: 8px;
    }

    .banner_tag a {
        font-size: 12px;
        margin-top: 10px;
    }

    .second_tag_line h2 {
        padding: 40px 0 0;
    }

    .more_cate_sec {
        padding-bottom: 10px;
        padding-top: 0px;
    }

    .app_sec_content h3 {
        font-size: 15px;
    }

    .app_img_sec img,
    .recent_articles .blog_slider_item .blog_slider_img {
        width: 68%;
    }

    .app_info h3 {
        font-size: 20px;
    }

    .app_info li {
        font-size: 15px;
    }

    .app_info li:before {
        width: 13px;
        height: 13px;
        left: -14px;
        top: 7px;
    }

    .app_info .cust_btn {
        margin: 37px auto 0;
    }

    .restaurant_cate_slider h3,
    .nightLife_cate_slider h3,
    .slider_sec h3 {
        font-size: 14px;
    }

    .banner_tag {
        padding: 16px 0;
    }

    /* ------------------------------------------------- */

    .custom_banner,
    .custom_banner.half_banner {
        height: 75vh;
    }

    .search_bar li:nth-child(1) {
        width: 100%;
    }

    .search_bar li:nth-child(2) {
        width: 100%;
    }

    .search_bar li:nth-child(3) {
        width: 100%;
    }

    .search_bar li:nth-child(4) {
        width: 100%;
    }

    .search_bar li:nth-child(5) {
        width: 100%;
    }

    .search_bar li:nth-child(6) {
        width: 42%;
    }

    .search_bar {
        margin-top: -195px;
    }

    /* susbscription plan resposnive  */
    .hiring_job_sec {
        padding: 52px 0;
    }

    .category_box {
        margin-bottom: 20px;
    }

    .custom-sidebar {
        max-width: 90% !important;
        margin: auto;
        margin-bottom: 65px;
    }

    .custom_cate_sidebar {
        padding: 10px;
    }

    .subscription_sec.category_sec h3 {
        font-size: 24px;
    }

    .gold-plan .plan_benefits,
    .silver-plan .plan_benefits {
        padding-top: 28px;
    }

    /* homepage responsive  */
    .custom_banner h2 {
        width: 80%;
        line-height: 40px;
        margin-bottom: 232px;
    }

    .custom_header .row {
        --bs-gutter-x: 1.5rem;
        margin-left: unset !important;
        /* margin-right: unset !important; */
        margin-right: calc(-.0 * var(--bs-gutter-x));
    }



}

@media (max-width: 1023px) and (min-width: 568px) {
    .custom-sidebar{
        display:block;
    }
    .custom_header {
        padding-left: 20px;
        padding-right: 20px;

    }

    .blog-three-adds .blog_add_small {
        height: 200px !important;
        width: 25%;

    }

    .custom_checkbox_list ul {
        overflow-y: unset !important;
    }

    .more_recent_articles .blog_add_small img {
        width: 100% !important;
    }

    .professional_cate .custom_slider img,
    .collegeSchool_cate .custom_slider img {
        height: 240px;
        object-fit: cover;
    }

    .service_offer li {
        width: 40%;
    }

    .service_offer ul {
        display: flex;
        justify-content: space-between;
    }

    .category_box:nth-child(3) .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .category_box:nth-child(5) .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .category_box:nth-child(7) .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .category_box:nth-child(9) .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .category_box:nth-child(11) .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .category_box:nth-child(13) .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .category_box:nth-child(15) .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .circle_sec .container .align-items-start {
        justify-content: center !important;
    }

    .update_button a,
    .hiring_form_sec button {
        z-index: 9999;
    }

    .businessBtn {
        right: -11% !important;
    }

    /* blogs details responsive  */
    .bubbles_content .bubles {
        flex-direction: column;
        align-items: center;
    }

    .bubbles_content .second-bubbles-sec {
        flex-direction: column;
        align-items: center;
    }

    .bubbles_sec {
        background-color: #fff;
        padding: 20px 0 0;
        margin-top: 0px;
    }

    .single_blog_detail img {
        height: 300px;
    }

    .blog_add_large img,
    .blogs_add li img {
        width: 100% !important;
    }

    /* ----------------------------------- */
    /* blogs responsive style  */
    .blogs-hero-heading {
        height: 35vh !important;
        margin-top: 110px;
    }

    .blogs-hero-heading h2 {
        width: 80% !important;
        margin-bottom: 50px !important;
        font-size: 42px !important;
        line-height: 52px !important;
        padding-bottom: 30px;
        margin: auto;
    }

    .blogs-hero-heading {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .blog-extra-larg-ads {
        padding: 0px 0px 0px 0px;
    }

    .mobile_menu_open i,
    .blog_banner_content h5 {
        line-height: 45px;
    }

    .blog_navbar li {
        padding: 8px;
    }

    .blog_banner_content h2 {
        padding-bottom: 6px;
        padding-top: 0px;
    }

    .family_builder .blog_slider_item h5 {
        font-size: 18px;
    }

    /* ----------------------------------------- */

    /* add bussiness style  */
    .add_business_content .add-bussiness-paragraph {
        line-height: 30px;
    }

    /* plan details style  */
    .bronze-plan .bronz-plan-content-w {
        width: 100%;
    }

    .free-plan .freePlan-content-w {
        width: 100%;
    }

    /* ---------------------------------------- */


    .info_box .container div img {
        padding-right: 20px;
    }

    .info_box .container:nth-child(2) {
        padding-top: 5px !important;
    }

    .info_box h3 {
        font-size: 16px;
    }

    .info_box_text {
        font-size: 16px;
    }

    .info_box span {
        font-size: 12px;
    }

    .info_box img {
        width: 40px;
    }

    .banner-sticky .container .row div .update_button {
        display: none;
    }

    .banner-sticky .container .row .sticky-banner-img {
        width: 30% !important;
    }

    .info_box a,
    .food_detail_content a,
    .second_food_detail_content a {
        font-size: 16px;
    }

    .banner-sticky .bg-light {
        width: 180px !important;
        height: 110px !important;
        padding-bottom: 0px !important;
    }

    .sticky-banner-content-w {
        width: 70%;
    }

    .info_box .container:nth-child(1) {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .sticky-banner-content-w .sticky-banner-category {
        font-size: 16px;
    }

    .banner-sticky .info_box_text {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
        padding-bottom: 0px !important;
        margin-bottom: 10px;
    }

    .sticky-footer-cut img {
        padding-bottom: 0px !important;
        width: 40px !important;
    }

    .second_food_detail {
        width: 95%;
    }

    .bronze_food_detail {
        margin-top: 40px;
    }

    /* hiring jobs style  */
    .job-page-banner {
        height: 30vh !important;
    }

    .daily_cat_info span {
        overflow: hidden;
    }

    .business_listing {
        padding-bottom: 35px;
    }

    .popular_cate_sec {
        padding: 60px 0px 30px 0px;
    }

    /* --------------------------------------------- */

    /* event page style  */
    .event-page-banner {
        height: 30vh !important;
    }

    /* bissiness details page style  */
    .company_info h3 {
        font-size: 32px;
    }

    .payment_method {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .payment_method h4 {
        width: 100%;
    }

    .payment_method img {
        width: 85px;
    }

    .event_btn a {
        font-size: 12px;
    }

    .business-detail-banner {
        height: 40vh !important;
    }

    /* -------------------------------------- */

    .category-page-banner {
        height: 60vh !important;
    }

    /* resturant style  */
    .category_box_content small,
    .category_box_content span {
        padding-bottom: 0px;
    }

    .category_box:nth-child(3) .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .category_box:nth-child(5) .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .category_box_content a {
        font-size: 15px;
        font-weight: 500;
        line-height: 28px;
    }

    .category-page-banner {
        height: 60vh !important;
    }

    .category_box img {
        height: 175px;
    }

    .category_box {
        /* min-height: 356px; */
        margin-bottom: 24px;
    }

    /* .category_box .g-0{
	flex-direction: column-reverse;
	} */


    .merald_coast {
        height: 40vh;
    }

    .second_tag_line h2 {
        font-size: 55px;
    }

    .merald_coast {
        height: 50vh !important;
    }

    .business_listing div {
        /* margin-top: 24px; */
    }

    .restaurant_cate_slider h3,
    .nightLife_cate_slider h3,
    .slider_sec h3 {
        font-size: 20px;
    }

    .feature_sec {
        padding: 45px 0;
    }

    .app_sec,
    .discover_sec,
    .card_sec {
        padding: 34px 0;
    }

    .custom_banner,
    .custom_banner.half_banner {
        height: 90vh;
    }

    .search_bar li:nth-child(1) {
        width: 100%;
    }

    .search_bar li:nth-child(2) {
        width: 100%;
    }

    .search_bar li:nth-child(3) {
        width: 100%;
    }

    .search_bar li:nth-child(4) {
        width: 100%;
    }

    .search_bar li:nth-child(5) {
        width: 100%;
    }

    .search_bar li:nth-child(6) {
        width: 32%;
        margin-top: 20px;
    }

    .search_bar {
        margin-top: -195px;
    }

    .hiring_job_sec {
        padding: 52px 0;
    }

    .custom_cate_sidebar {
        /* padding: 10px; */
    }

    .custom_divider {
        display: none;
    }

    .app_sec_content h3 {
        text-align: center;
    }

    .subscription_sec.category_sec h3 {
        font-size: 16px;
    }

    .exclusive-plans b {
        font-size: 20px;
    }

    .gold-plan .plan_benefits,
    .silver-plan .plan_benefits {
        padding-top: 28px;
    }

    /* homepage responsive  */
    .custom_banner h2 {
        width: 80%;
        line-height: 70px;
        margin-bottom: 270px;
        font-size: 45px;
    }

}

@media (max-width: 1024px) and (min-width: 1000px) {
    .container {
        max-width: 960px !important;
    }
}

@media (max-width: 1280px) and (min-width: 1024px) {


    .rightSide_contact h5 {
        font-size: 12px;
    }

    .blog-three-adds .blog_add_small {
        height: 260px !important;
        width: 25%;
    }

    .service_offer li {
        width: 40%;
    }

    .service_offer ul {
        display: flex;
        justify-content: space-between;
    }

    .category_box .g-0 {
        height: 100%;
    }

    .category_box .g-0 div {
        height: 100%;
    }

    .category_box .g-0 div a {
        height: 100%;
    }

    .category_box {
        /* min-height: 365px !important; */
    }

    .businessBtn {
        right: -70px !important;
    }

    .update_button a,
    .hiring_form_sec button {
        z-index: 9999;
    }

    .businessBtn {
        right: -22%;
    }

    /* blogs details responsive  */
    .family_builder .blog_slider_item h5 {
        font-size: 18px;
    }

    .single_blog_detail img {
        height: 300px;
    }

    .blog_add_large img,
    .blogs_add li img {
        width: 100% !important;
    }

    /* ----------------------------------- */

    /* add bussiness style  */
    .add_business_content .add-bussiness-paragraph {
        line-height: 30px;
    }

    .billing_form label,
    .business-info-form label,
    .registration_form {
        font-size: 13px;
    }

    /* ------------------------------ */
    .bronze-plan .bronz-plan-content-w {
        width: 100%;
    }

    .free-plan .freePlan-content-w {
        width: 100%;
    }

    .sticky-banner-content-w {
        padding-left: 30px;
    }

    .second_food_detail {
        width: 95%;
    }

    .bronze_food_detail {
        margin-top: 40px;
    }

    /* hiring jobs style  */
    .job-page-banner {
        height: 65vh !important;
    }

    /* --------------------------------------------- */

    /* event page style  */
    .event-page-banner {
        height: 65vh !important;
    }

    /* bissiness details page style  */
    .event_btn a {
        font-size: 12px;
    }

    .business-detail-banner {
        height: 40vh !important;
    }

    /* -------------------------------------- */

    .category-page-banner {
        height: 60vh !important;
    }

    .second_tag_line h2 {
        font-size: 35px;
    }

    .merald_coast {
        height: 60vh !important;
    }

    .business_listing div {
        /* margin-top: 24px; */
    }

    .restaurant_cate_slider h3,
    .nightLife_cate_slider h3,
    .slider_sec h3 {
        font-size: 20px;
    }

    .custom_banner,
    .custom_banner.half_banner {
        height: 90vh;
    }

    .custom_banner h2 {
        margin-bottom: 210px;
        font-size: 45px;
    }

    .custom_select label,
    .custom_input label {
        font-size: 14px;
    }

    .custom_cate_sidebar {
        /* padding: 10px; */
    }

    .custom_divider {
        /* display: none; */

    }

    .app_sec_content h3 {
        text-align: center;
    }

    .subscription_sec.category_sec h3 {
        font-size: 16px;
    }

    .exclusive-plans b {
        font-size: 20px;
    }

    .gold-plan .plan_benefits,
    .silver-plan .plan_benefits {
        padding-top: 28px;
    }

    /* homepage responsive  */
    .custom_banner h2 {
        /* width: 80%;
		line-height: 70px;
		margin-bottom: 150px;
		font-size: 45px; */
        width: 70%;
        line-height: 36px;
        margin-bottom: 80px;
        font-size: 27px;
    }

}

@media (max-width: 1599px) and (min-width: 1400px) {
    .container {
        max-width: 1440px !important;
    }
}

@media (max-width: 2600px) and (min-width: 1400px) {

    .service_slider img,
    .interest_topic_slider img,
    .family_builder_box img {
        height: 250px;
        object-fit: cover;
    }
}

@media (max-width: 820px) and (min-width: 240px) {
    .blog_slider_content .large-slider-img {
        width: 100%;
    }

    .small_blog {
        flex-wrap: nowrap;
    }
}

@media (max-width: 720px) and (min-width: 600px) {

    .custom_banner,
    .custom_banner.half_banner {
        height: 85vh !important;
    }
}

@media (max-width: 1899px) and (min-width: 1600px) {
    .container {
        max-width: 1600px !important;
    }
}

@media (max-width: 1280px) and (min-width: 1024px) {
    .bubbles_sec {
        width: 90%;
    }
}

@media (min-width: 1900px) {
    .container {
        max-width: 1820px !important;
    }
}

@media (max-width: 1620px) and (min-width: 1400px) {
    .more_recent_articles .blog_slider_content .blog_slider_info {
        height: 160px;
    }

    .blog-three-adds .blog_add_small {
        height: 315px;
    }

    .single_blog_sec .single_blog_detail img {
        width: 100%;
        /*height: 720px !important;*/
        /* margin: 20px 0; */
        object-fit: contain;
    }

    .blog_slider_item img {
        height: 230px;
        object-fit: cover;
    }

    .family_builder_box img {
        height: 235px;
        object-fit: cover;
    }

    .fundraising-hero-sec .first-col-image .col-6 {
        height: 260px;
    }

    .fundraising-hero-sec .third-col-image .col-6 {
        height: 260px;
    }

    .fundraising-hero-sec .first-col-image .col-12 {
        height: 260px;
    }

    .fundraising-hero-sec .third-col-image .col-6 {
        height: 260px;
    }

    .fundraising-hero-sec .second-col-image {
        height: 520px;
    }

    .conversation-box .box-container .conver-image-sec {
        height: 385px;
    }

    .story-image {
        height: 270px;
    }

    .books-logo {
        height: 160px;
    }

    .family-box .image-sec {
        height: 270px;
    }

    .her-him-image-section .first-images-sec .first-image {
        height: 340px;
    }

    .her-him-image-section .first-images-sec .second-image {
        height: 340px;
    }

    .her-him-image-section .first-images-sec .third-image {
        height: 340px;
    }

    .her-him-image-section .third-images-sec .first-image {
        height: 340px;
    }

    .her-him-image-section .third-images-sec .second-image {
        height: 340px;
    }


    .daily_cat_img .full_width_img {
        height: 340px !important;
    }

    .card_div_discount {
        min-height: 400px;
    }

    .business_listing h4 {
        font-size: 16px !important;
    }

    .second_food_detail_img {
        width: 230px !important;
        height: auto !important;
    }

    /*.food_detail .gold-image {*/
    /*    height: 240px;*/
    /*    object-fit: cover;*/
    /*}*/

    .category_box img {
        width: 100%;
        height: 360px !important;
    }

    /*.business_listing img {*/
    /*    height: 240px;*/
    /*    object-fit: cover;*/
    /*}*/

    .restaurant_cate_slider .custom_slider img,
    .nightLife_cate .custom_slider img {
        height: 240px;
        object-fit: cover;
    }


    .restaurant_cate_slider .owl-prev span,
    .restaurant_cate_slider .owl-next span {
        top: 40% !important;
    }

    .nightLife_cate_slider .owl-prev span,
    .nightLife_cate_slider .owl-next span {
        top: 40% !important;
    }

    .professional_cate .custom_slider img,
    .collegeSchool_cate .custom_slider img {
        height: 300px !important;
        object-fit: cover;
    }

    .insurance .custom_slider img,
    .financial_serv .custom_slider img,
    .legal_serv .custom_slider img {
        height: 300px;
    }

}

@media (max-width: 1920px) and (min-width: 1621px) {
    .more_recent_articles .blog_slider_content .blog_slider_info {
        height: 150px;
    }

    .blog-three-adds .blog_add_small {
        height: 315px;
    }

    .single_blog_sec .single_blog_detail img {
        width: 100%;
        /*height: 730px !important;*/
        /* margin: 20px 0; */
        object-fit: contain;
    }

    .blog_slider_item img {
        height: 220px;
        object-fit: cover;
    }

    .family_builder_box img {
        height: 270px;
        object-fit: cover;
    }

    .fundraising-hero-sec .first-col-image .col-6 {
        height: 280px;
    }

    .fundraising-hero-sec .third-col-image .col-6 {
        height: 280px;
    }

    .fundraising-hero-sec .first-col-image .col-12 {
        height: 280px;
    }

    .fundraising-hero-sec .third-col-image .col-6 {
        height: 280px;
    }

    .fundraising-hero-sec .second-col-image {
        height: 560px;
    }


    .conversation-box .box-container .conver-image-sec {
        height: 400px;
    }

    .story-image {
        height: 290px;
    }

    .books-logo {
        height: 180px;
    }

    .family-box .image-sec {
        height: 290px;
    }

    .her-him-image-section .first-images-sec .first-image {
        height: 375px;
    }

    .her-him-image-section .first-images-sec .second-image {
        height: 375px;
    }

    .her-him-image-section .first-images-sec .third-image {
        height: 375px;
    }

    .her-him-image-section .third-images-sec .first-image {
        height: 375px;
    }

    .her-him-image-section .third-images-sec .second-image {
        height: 375px;
    }

    .daily_cat_img .full_width_img {
        height: 360px !important;
    }

    .business_listing h4 {
        font-size: 16px !important;
    }

    .video_about {
        height: 510px;
    }

    .second_food_detail_img {
        width: 230px !important;
        height: auto !important;
    }

    /*.food_detail .gold-image {*/
    /*    height: 270px;*/
    /*}*/

    .category_box img {
        width: 100%;
        height: 430px !important;
    }

    /*.business_listing img {*/
    /*    height: 270px;*/
    /*    object-fit: cover;*/
    /*}*/

    .restaurant_cate_slider .custom_slider img,
    .nightLife_cate .custom_slider img {
        height: 270px;
        object-fit: cover;
    }

    .professional_cate .custom_slider img,
    .collegeSchool_cate .custom_slider img {
        height: 340px;
        object-fit: cover;
    }

    .restaurant_cate_slider .owl-prev span,
    .restaurant_cate_slider .owl-next span {
        top: 40% !important;
    }

    .nightLife_cate_slider .owl-prev span,
    .nightLife_cate_slider .owl-next span {
        top: 40% !important;
    }

    .insurance .custom_slider img,
    .financial_serv .custom_slider img,
    .legal_serv .custom_slider img {
        height: 340px;
    }

    .blog_slider_content .large-slider-img img {
        height: 600px !important;
    }


}

@media (max-width: 2240px) and (min-width: 1921px) {
    .more_recent_articles .blog_slider_content .blog_slider_info {
        height: 150px;
    }

    .blog-three-adds .blog_add_small {
        height: 315px;
    }

    .single_blog_sec .single_blog_detail img {
        width: 100%;
        /*height: 730px !important;*/
        /* margin: 20px 0; */
        object-fit: contain;
    }

    .blog_slider_item img {
        height: 230px;
        object-fit: cover;
    }

    .family_builder_box img {
        height: 270px;
        object-fit: cover;
    }

    .fundraising-hero-sec .first-col-image .col-6 {
        height: 300px;
    }

    .fundraising-hero-sec .third-col-image .col-6 {
        height: 300px;
    }

    .fundraising-hero-sec .first-col-image .col-12 {
        height: 300px;
    }

    .fundraising-hero-sec .third-col-image .col-6 {
        height: 300px;
    }

    .fundraising-hero-sec .second-col-image {
        height: 600px;
    }


    .conversation-box .box-container .conver-image-sec {
        height: 400px;
    }

    .story-image {
        height: 320px;
    }

    .books-logo {
        height: 200px;
    }

    .family-box .image-sec {
        height: 320px;
    }

    .her-him-image-section .first-images-sec .first-image {
        height: 380px;
    }

    .her-him-image-section .first-images-sec .second-image {
        height: 380px;
    }

    .her-him-image-section .first-images-sec .third-image {
        height: 380px;
    }

    .her-him-image-section .third-images-sec .first-image {
        height: 380px;
    }

    .her-him-image-section .third-images-sec .second-image {
        height: 380px;
    }

    .daily_cat_img .full_width_img {
        height: 380px !important;
    }

    .business_listing h4,
    .bronze_food_detail_content h4 {
        font-size: 18px !important;
    }

    .video_about {
        height: 510px;
    }

    .service_slider img,
    .interest_topic_slider img,
    .family_builder_box img {
        height: 300px;
    }

    .second_food_detail_img {
        width: 300px !important;
        height: auto !important;
    }

    /*.food_detail .gold-image {*/
    /*    height: 300px;*/
    /*}*/

    .category_box img {
        width: 100%;
        height: 470px !important;
    }

    /*.business_listing img {*/
    /*    height: 290px;*/
    /*    object-fit: cover;*/
    /*}*/

    .restaurant_cate_slider .custom_slider img,
    .nightLife_cate .custom_slider img {
        height: 290px;
        object-fit: cover;
    }

    .professional_cate .custom_slider img,
    .collegeSchool_cate .custom_slider img {
        height: 360px;
        object-fit: cover;
    }

    .restaurant_cate_slider .owl-prev span,
    .restaurant_cate_slider .owl-next span {
        top: 40% !important;
    }

    .nightLife_cate_slider .owl-prev span,
    .nightLife_cate_slider .owl-next span {
        top: 40% !important;
    }

    .insurance .custom_slider img,
    .financial_serv .custom_slider img,
    .legal_serv .custom_slider img {
        height: 360px;
    }

    .blog_slider_content .large-slider-img img {
        height: 600px !important;
    }
}

@media (max-width: 2900px) and (min-width: 2241px) {
    .more_recent_articles .blog_slider_content .blog_slider_info {
        height: 150px;
    }

    .blog-three-adds .blog_add_small {
        height: 315px;
    }

    .single_blog_sec .single_blog_detail img {
        width: 100%;
        /*height: 730px !important;*/
        /* margin: 20px 0; */
        object-fit: contain;
    }

    .blog_slider_item img {
        height: 230px;
        object-fit: cover;
    }

    .fundraising-hero-sec .first-col-image .col-6 {
        height: 320px;
    }

    .fundraising-hero-sec .third-col-image .col-6 {
        height: 320px;
    }

    .fundraising-hero-sec .first-col-image .col-12 {
        height: 320px;
    }

    .fundraising-hero-sec .third-col-image .col-6 {
        height: 320px;
    }

    .fundraising-hero-sec .second-col-image {
        height: 640px;
    }


    .conversation-box .box-container .conver-image-sec {
        height: 450px;
    }

    .story-image {
        height: 350px;
    }

    .books-logo {
        height: 210px;
    }

    .family-box .image-sec {
        height: 360px;
    }

    .her-him-image-section .first-images-sec .first-image {
        height: 400px;
    }

    .her-him-image-section .first-images-sec .second-image {
        height: 400px;
    }

    .her-him-image-section .first-images-sec .third-image {
        height: 400px;
    }

    .her-him-image-section .third-images-sec .first-image {
        height: 400px;
    }

    .her-him-image-section .third-images-sec .second-image {
        height: 400px;
    }

    .daily_cat_img .full_width_img {
        height: 400px !important;
    }

    .video_about {
        height: 510px;
    }

    .service_slider img,
    .interest_topic_slider img,
    .family_builder_box img {
        height: 300px;
    }

    /*.food_detail .gold-image {*/
    /*    height: 310px;*/
    /*}*/

    .category_box img {
        width: 100%;
        height: 500px !important;
    }

    /*.business_listing img {*/
    /*    height: 300px;*/
    /*    object-fit: cover;*/
    /*}*/

    .restaurant_cate_slider .custom_slider img,
    .nightLife_cate .custom_slider img {
        height: 300px;
        object-fit: cover;
    }

    .professional_cate .custom_slider img,
    .collegeSchool_cate .custom_slider img {
        height: 390px;
        object-fit: cover;
    }

    .restaurant_cate_slider .owl-prev span,
    .restaurant_cate_slider .owl-next span {
        top: 40% !important;
    }

    .nightLife_cate_slider .owl-prev span,
    .nightLife_cate_slider .owl-next span {
        top: 40% !important;
    }

    .insurance .custom_slider img,
    .financial_serv .custom_slider img,
    .legal_serv .custom_slider img {
        height: 390px;
    }

    .second_food_detail_img {
        width: 300px !important;
        height: auto !important;
    }

    .blog_slider_content .large-slider-img img {
        height: 700px !important;
    }
}

@media (min-width: 2901px) {
    .more_recent_articles .blog_slider_content .blog_slider_info {
        height: 150px;
    }

    .blog-three-adds .blog_add_small {
        height: 315px;
    }

    .single_blog_sec .single_blog_detail img {
        width: 100%;
        /*height: 730px !important;*/
        /* margin: 20px 0; */
        object-fit: contain;
    }

    .blog_slider_item img {
        height: 230px;
        object-fit: cover;
    }

    .fundraising-hero-sec .first-col-image .col-6 {
        height: 360px;
    }

    .fundraising-hero-sec .third-col-image .col-6 {
        height: 360px;
    }

    .fundraising-hero-sec .first-col-image .col-12 {
        height: 360px;
    }

    .fundraising-hero-sec .third-col-image .col-6 {
        height: 360px;
    }

    .fundraising-hero-sec .second-col-image {
        height: 720px;
    }

    .story-image {
        height: 350px;
    }

    .conversation-box .box-container .conver-image-sec {
        height: 450px;
    }

    .books-logo {
        height: 210px;
    }

    .family-box .image-sec {
        height: 360px;
    }

    .her-him-image-section .first-images-sec .first-image {
        height: 420px;
    }

    .her-him-image-section .first-images-sec .second-image {
        height: 420px;
    }

    .her-him-image-section .first-images-sec .third-image {
        height: 420px;
    }

    .her-him-image-section .third-images-sec .first-image {
        height: 420px;
    }

    .her-him-image-section .third-images-sec .second-image {
        height: 420px;
    }

    .daily_cat_img .full_width_img {
        height: 400px !important;
    }

    .video_about {
        height: 510px;
    }

    .service_slider img,
    .interest_topic_slider img,
    .family_builder_box img {
        height: 300px;
    }

    .second_food_detail_img {
        width: 300px !important;
    }

    /*.food_detail .gold-image {*/
    /*    height: 310px;*/
    /*}*/

    .category_box img {
        width: 100%;
        height: 500px !important;
    }

    /*.business_listing img {*/
    /*    height: 300px;*/
    /*    object-fit: cover;*/
    /*}*/

    .restaurant_cate_slider .custom_slider img,
    .nightLife_cate .custom_slider img {
        height: 300px;
        object-fit: cover;
    }

    .professional_cate .custom_slider img,
    .collegeSchool_cate .custom_slider img {
        height: 390px;
        object-fit: cover;
    }

    .insurance .custom_slider img,
    .financial_serv .custom_slider img,
    .legal_serv .custom_slider img {
        height: 390px;
    }

    .restaurant_cate_slider .owl-prev span,
    .restaurant_cate_slider .owl-next span {
        top: 40% !important;
    }

    .nightLife_cate_slider .owl-prev span,
    .nightLife_cate_slider .owl-next span {
        top: 40% !important;
    }

    .blog_slider_content .large-slider-img img {
        height: 700px !important;
    }
}
@media (min-width: 1600px) and (max-width: 3900px) {
    .descount_cards .cards-main-sec .singlCard .main-image{
        aspect-ratio: 1 / 1 !important;
        object-fit: cover;
        height: 100% !important;
        max-height: 190px;
    }
    .descount_cards .cards-main-sec .singlCard, .single-item-img{
        height: 100% !important;
    }
}

@media (min-width: 1151px) and (max-width: 1400px) {
    .descount_cards .cards-main-sec .singlCard .main-image{
        aspect-ratio: 1 / 1 !important;
        object-fit: cover;
        height: 100% !important;
    }
    .descount_cards .cards-main-sec .singlCard{
        height: 100% !important;
    }
}
.long-text {
    max-height: 300px; /* set according to your design */
    overflow-y: auto;
    padding-right: 10px;
}
@media (min-width: 1024px) and (max-width: 1100px) {
    .descount_cards .cards-main-sec .singlCard .main-image{
        aspect-ratio: 1 / 1 !important;
        object-fit: cover;
        height: auto !important;
    }
}
@media (min-width: 541px) and (max-width: 1023px) {
    .descount_cards .cards-main-sec .singlCard .main-image {
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
    }
}


@media (min-width: 1200px) and (max-width: 8000px) {
    /* .descount_cards .cards-main-sec .singlCard .main-image{
	  height:210px !important;
	} */
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .logo img.sm-logo {
        padding: 0 !important;
        width: 45px !important;
        margin-top: 0px;
    }
}
@media (min-width:768px) and (max-width:990px) {
    #filterhtml .row a, #filterhtml .row button{
        padding: 10px 10px 9px 10px !important;
        font-size: 11px !important;
    }
    #filterhtml .row a, #filterhtml .row .col-md-3{
        padding-right:0px;
    }
    #filterhtml .row a img{
        max-width: 100%;
        object-fit: contain;
    }
    #filterhtml .row{
        align-items: center;
    }
}

@media (max-width:767px) {
    #filterhtml .row{
        gap:20px;
    }
}
@media (max-width:539px) {
    #filter-popup {
        z-index: 10000000000 !important;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0 !important;
        padding: 0;
    }

    .fixed-sidebar-container .col-lg-3 .custom_cate_sidebar {
        /*max-height: 54vh !important;*/
        max-width: 100% !important;
        /*height: 100% !important;*/
        padding: 10px 15px !important;
    }

    .back_btn a {
        cursor: pointer;
    }

    .back_btn a:first-child {
        display: none !important;
    }
    .top-banner.bg-white .row{
      margin: 0;
    }
    #filterhtml .row{
        gap:20px;
    }

}
/*.user-add-form{*/
/*    display: none;*/
/*}*/
.select2-container .select2-selection--multiple{
    min-height: 37px;
}
.select2-container .select2-search--inline .select2-search__field{
    height: 26px;
}

