/*@import url('https://fonts.googleapis.com/css?family=Montserrat:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i');*/
@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);

html, body {
    height: 100%;
    margin: 0;
} /* i have written this for sticky posttion of footer at bottom of the screen */
body{padding:0;margin: 0;line-height: 1.5;font-family: 'Open Sans Hebrew', sans-serif;font-weight: normal;font-size:18px;overflow-x: hidden;}
img{max-width: 100%;}
ul{list-style: none;padding: 0;margin: 0;}
a,a:hover,a:focus{text-decoration: none;}
a:not([href]):not([tabindex]) {color: #000;text-decoration: none;}
.button {background: #ffda0d;display: inline-block;color: #000 !important;  text-decoration: none;padding: 7px 25px;border-radius: 5px !important;text-shadow: 0 0 0 #000;
         transition: all .5s ease-in-out;min-width: 160px; font-weight: 400;text-align: center;border: 1px solid #ffda0d;border-top-color: rgb(255, 218, 13);border-right-color: rgb(255, 218, 13);border-bottom-color: rgb(255, 218, 13);border-left-color: rgb(255, 218, 13);cursor: pointer;    -webkit-appearance: none;}
.button:hover,.center .list_slide_btn .button:hover {background: #2d2d2d;color: #fff !important;text-decoration: none;border-color: #2d2d2d;}
.black_btn{background-color: #2d2d2d;color: #fff !important;border-color: #2d2d2d;}
.black_btn:hover{background-color: #ffda0d;color: #000 !important;border-color: #ffda0d;}
input,button{outline: none !important;}
.heading_md {font-size: 40px;font-weight: normal;color: #010101;margin-bottom: 30px;}
.heading_md1 {font-size: 40px;font-weight: normal;color: #010101;margin-bottom: 30px;margin-top: -8px;}
.heading_bold{font-weight: 800;}
.small_txt{font-size: 14px;}
.gray_txt{color: #9f9f9f;}
.section {padding: 60px 0;}
.big_section{padding: 60px 0 80px;}
.grey_bc {background: #f5f5f5;}
.rtl {text-align: right;}
dt, kbd kbd, label {font-weight: normal;}

.button i {margin-left: 3px !important; display: inline-block;}

/* Header Start here */

.header {position: fixed;top: 0;left: 0;width: 100%;padding: 25px 0;transition: all .5s ease-in-out;z-index: 11;}    
.header.sticky{padding: 15px 0;background: rgba(0,0,0,0.5);}
.user_details a {text-transform: capitalize;color: #fff;font-weight: 300;text-shadow: 0 0 0 #000;}
.user_details li {margin-right: 35px;display: inline-block;vertical-align: middle;color: #fff;}
.user_details span i {color: #fff;font-size: 24px;vertical-align: middle;margin-right: 1px;}
.user_details a:hover {color: #2d2d2d;}
.user_details  a img{width: 30px;}
.drop_menu > a > img {border-radius: 5px !important;} 
.drop_menu > a{color: #fff !important;}
.drop_menu > a:hover {color: #8dc63f !important;} 
.list_toggle {position: absolute;right: 15px;top: 25px;width: auto;background: transparent;cursor: pointer;height: auto;display: none;padding: 0px 0;}
.list_toggle span {display: inline-block;width: 10px;height: 10px;background: #49dd9a;	border-radius: 100%;transition: all .5s ease-in-out;cursor: pointer;}
.toggle_star{padding: 10 0;}
.list_toggle span:first-child {transform: translate(0px,0px);background: #ffda0d;}
.list_toggle span:nth-child(2) {background: #fff;transform: translate(-7px,0px);}
.list_toggle span:nth-child(3) {transform: translate(-4px,0px);background: transparent;}	
.toggle_star span:first-child{transform: translate(-20px,-15px);}
.toggle_star span:nth-child(2) {transform: translate(-25px,0px);}
.toggle_star span:nth-child(3) {transform: translate(25px,0px);background: gray;}
.toggle_star span:last-child {transform: translate(20px,15px);} 
/* Header End here */

/* Home Banner Start here */    

.banner_inside {padding-right: 0px;text-align: center;}
.home_banner{background-image: url(../images/banner.jpg);background-position: center center;background-repeat: no-repeat;background-size: cover;padding: 200px 0 150px;}
.heading_lg {font-size: 50px;font-weight: bold;color: #fff;text-shadow: 1px 1px 0px #000;margin: 0;;line-height: normal;}
.text_lg{font-weight: lighter;font-size: 30px;text-shadow: 1px 1px 0px #000;color: #fff;margin: 0;;font-weight: 300;}
.search_section {margin: 30px 0 20px;}
.search_section ul,.banner_category ul {display: flex;display: -ms-flexbox!important;align-items: center;-ms-flex-align: center!important;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content: center;}
.banner_category {
    width: 80%;
    margin: 0 auto;
}
.banner_category li {margin-bottom: 20px;}
.search_section li{margin-left: 5px;position: relative;}
.search_section input {background: #fff;border: 1px solid #2d2d2d; font-size: 16px;color: #000;min-height: 50px;padding: 0 45px 0 20px;font-weight: 100;text-shadow: 0px 0 0 #000;border-radius: 5px;}
.search_section input:focus {border-color: #8dc63f;}
.search_input_lg{min-width: 400px;}
.search_input_sm{width: 260px;padding-left: 35px !important;}
.search_btn {min-width: 80px; background: #ffda0d !important;border: 0 !important;vertical-align: middle;height: 46px;color: #000 !important;cursor: pointer;border-radius: 5px;box-shadow: none;}
.search_btn:hover {background: #ffeb7b !important;}
.search_section input::placeholder {color: #ccc;}
.search_section input:-ms-input-placeholder {color: #ccc;}      
.search_section input::-ms-input-placeholder {color: #ccc;}
.search_section li i {position: absolute;top: 50%;color: #585858;right: 14px;transform: translateY(-50%);-webkit-transform: translateY(-50%);font-size: 20px;}
.search_btn_icon i {transform: translate(-50%,-50%) !important;left: 50% !important;top: 50% !important;font-size: 24px !important;color: #000 !important;}
.search_section li i.search_btn {position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);text-align: center;font-size: 25px;}
.banner_category ul img{vertical-align: middle;margin:0 8px;}
.banner_category li a {margin:0 15px;color: #fff;font-weight: 300;}
.banner_category li a:hover {color: #8dc63f;}
.logo img {width: 75%;}
/* Home Banner End here */


/* About Section Start here */

.about_btn i {font-size: 18px;margin-left: 10px;vertical-align: middle;}
.about_btn a:not(:last-child) {margin-left: 25px;}
/* About Section End here */


/* Popular Section start here */

.popular_slide {background: #fff;box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.07);}
.popular_slide p {margin: 0;padding: 15px;font-weight: 500;color: #000;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.popular_slide .blog_title{font-weight: 900;}
.blog_date {font-size: 14px;color: #8dc63f;}
.blog_date span {font-size: 16px;font-weight: 600;}
.popular_slide p a {color: #989898;font-weight: 300;}
.popular_slide p .read_more {color: #000;font-weight: 300;}
.popular_slide p .read_more:hover {color: #8dc63f;}
.blog_site_txt {display: inline-block;color: #000;font-size: 18px;}
.img_caption p {padding: 5px 0 0 0;}
.popular_section .owl-carousel .owl-stage-outer{overflow-x: hidden !important;padding-bottom: 20px;}
.popular_slide figure img {min-height: 200px;max-height: 200px;width: 100%;object-fit: cover;}
.popular_section .owl-dots,.popular_section .owl-nav button span{display: none;}
.popular_section .owl-nav {position: absolute;top: 50%;left: 0;display: flex;transform: translateY(-50%);width: 100%;justify-content: space-between;}
.popular_section .owl-nav button.disabled{opacity: .3;}
.popular_section .owl-nav button {background-size: 100% !important;background-position: center center !important;background-repeat: no-repeat !important;width: 25px;height: 47px;        position: absolute;}
.popular_section .owl-nav button.owl-prev{left: -60px;background-image: url("../images/left_arrow.png");}
.popular_section .owl-nav button.owl-next{background-image: url("../images/right_arrow.png");right: -60px;}
/* Popular Section End here */

/* Price List start here */

.price_section  .owl-item {opacity: 0;}
.price_section .owl-item.active{opacity: 0.7;padding: 0 18px;}
.price_section  .owl-carousel{padding: 0px 0px;}
.price_section  .owl-carousel .owl-item{transform: scale(1.01);transition: all .2s ease-in-out;}
.price_section  .owl-carousel .center{z-index: 1;transform: scale(1.1);padding: 0;opacity: 1;}

.price_section .owl-stage{display: flex;align-items: center;}
.slider_shadow {background: #fff;padding: 30px 25px;min-height: 510px;box-shadow: 0 0px 20px 2px rgba(0,0,0,0.15);position: relative;border-radius: 5px;}
.price_section .owl-carousel .center .slider_shadow {padding-top: 46px;}
.list_slider {padding: 40px 0 30px;}
.slider_shadow h4 {text-align: center;font-weight: 400;color: #000;}
.slider_shadow ul {margin: 16px 0px;}
.slider_shadow ul li {color: #363636;font-size: 16px;font-weight: 400;position: relative;    padding-right: 20px;margin-bottom: 15px;}
.slider_shadow ul li::after {height: 10px;width: 10px;position: absolute;top: 7px;right: 0;background: #b2b2b2;content: "";border-radius: 100%;}
.list_slide_btn {text-align: center;width: 100%;position: absolute;bottom: 20px;left: 0;right: 0;}
.center .list_slide_btn {bottom: 36px;}
.center .list_slide_btn .button{background-color: #ffda0d;color: #000 !important;border-color: #ffda0d; }

/* Price List end here */


/* User Review Section Start here */

.user_review{background-image: url(../images/user-review.png);background-position: center center;background-repeat: no-repeat;background-size: cover;}
.user_review .owl-nav{display: none;}
.user_review .owl-dots {text-align: center;margin-top: 30px;}
.user_review .owl-dot {width: 13px;height: 13px;border-radius: 100%;background: #c5c8c9 !important;
                       z-index: 1 !important;opacity: 1;margin: 0 3px;}
.user_review .owl-dot.active{background-color: #282828 !important;}
.user_review .owl-carousel .owl-stage-outer {overflow-x: hidden;padding-top: 65px;}
.client img {height: 100%;object-fit: cover;}
.slider_inner {background: #fff;padding: 20px 20px;position: relative;}
.slider_inner {background: #fff;padding: 32px 20px 55px; border-bottom: 3px solid #e4e4e4;}
.frv_bname {
    min-height: 36px;
}
.client {/*position: absolute;
         top: -35px;
         width: 75px;
         height: 75px;
         border-radius: 100%;
         overflow: hidden;
         right: 20px;*/

    position: absolute;
    top: -15px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    right: 20px;

}
.slider_inner li {font-size: 18px;}
.slider_inner p {padding: 0;margin: 0;line-height: 1.5;margin-top: 5px;font-weight: 300;font-size:16px;}
.user_date {position: absolute;bottom: 0;background: #fff;width: 100%;left: 0;padding: 10px 20px; border-top: 2px solid #e4e4e4}
.stars i {font-size: 20px;color: #000;display: inline-block;}
a.rv_showm {
    display: inline-block;
    font-size: 14px;
    color: #000;
}
/* User Review Section End here */


/* Same Blog start here */

.img_caption {padding: 15px;}

/* Same Blog End here */

#toTop {background: #ffda0d;position: fixed;left: 15px;bottom: -100%;border-radius: 100%;width: 40px;height: 40px;text-align: center;line-height: 40px;color: #000;font-size: 27px;cursor: pointer;transition: all 1s ease-in-out;z-index: 1;display: none;}
#toTop.active{bottom: 15px;}

.select2-container{width: 100% !important;} /* i have modified */



.ratedRate{width: 100%;}
.ratedRate {padding: 0 !important;}

/*.ratedRate  > .jq-ry-group-wrapper > .jq-ry-group > svg {display: inline-block !important;border-radius: 4px !important;width: 25px;height: 25px;padding: 3px;;background: #9c9c9c;margin: 0 0px 0 6px !important;}*/
.ratedRate  > .jq-ry-group-wrapper > .jq-ry-group > svg {display: inline-block !important;border-radius: 50% !important;width: 25px;height: 24px;padding: 3px;;background: #9c9c9c;margin: 0 0px 0 8px !important;}
.ratedRate  > .jq-ry-group-wrapper > .jq-ry-group > svg[fill$="F39C12"] {display: inline-block !important;border-radius: 50px !important;width: 25px;height: 23px;padding: 1px;background: #ffda0d;}
.rvstar > .jq-ry-group-wrapper > .jq-ry-group > svg[fill$="F39C12"] {display: inline-block !important;
                                                                     border-radius: 50px !important;
                                                                     width: 16px;
                                                                     height: 16px;
                                                                     padding: 1px;
                                                                     background: #ffda0d;
                                                                     margin: 0 0 0 0px !important;}
.paddright{padding-left:8px !important;}


.yellow_white .ratedRate  > .jq-ry-group-wrapper > .jq-ry-group > svg,
.yellow_white .ratedRate  > .jq-ry-group-wrapper > .jq-ry-group > svg[fill$="ff8230"]{
    margin:0 0px 0 2px !important;
    background: transparent;
    width: 19px;
    height: 19px;

}
.yellow_white .review-count{
    color: #00b3de;
    font-size: 14px;
}
.product_slider .stars{position: static;left: 9px;top: 6px;}

.yellow_white .star_rating_red18.gap-bot li {
    display: inline-flex;
    vertical-align: middle;
}

.yellow_white .ratedRate.jq-ry-container{width:inherit!important;}


/* Footer Start here */

/*.footer {background: #282828;padding: 40px 0 0;}  */
.footer {background: #282828;padding: 40px 0 0px 0;  /*margin-top: -50px;*/} /* i have written this for sticky posttion of footer at bottom of the screen */
.footer_logo img {width: 130px;}
.social_icon a {color: #fff;font-size: 30px;display: inline-block;}
.social_icon a:hover {color: #8dc63f;}
.footer_link li {margin-bottom: 0px;line-height: 1.4;}

.social_icon li {margin-left: 15px;}
.footer_link a {font-size: 13px;color: #d9d9d9;}
.footer_link a:hover{color: #ffda0d;opacity: 1;}
.bottom_link a:hover {color: #8dc63f;}
.bottom_link li {margin-left: 25px;}
.bottom_link li:last-child{margin-left: 0;}	
.bottom_link a {font-size: 16px;color: #000;}
.copyright{font-size: 14px;color: #000;}
.search_index li {white-space: nowrap;}
.footer_city {margin-top: 30px;}
.search_index li,.footer_cities li {white-space: nowrap;padding: 0 6px;color: #fff;font-size: 18px;}
.search_index li a {background: #ffda0d;color: #000;width: 25px;/*height: 25px;*/display: inline-block;text-align: center;line-height: 30px;box-shadow: 0px 0px 2px 0 rgba(0,0,0,0.5);    border-radius: 5px;font-weight: 600;}
.footer_city {border-top: 1px solid #484848;padding: 15px 0 ;  border-bottom: 1px solid #484848;     margin-top: 0px;}
.search_index li a:hover{background: #8dc63f;color: #fff;}
.footer_cities{margin-top: 10px;}
.footer_cities li a {color: #fff;font-size: 14px;}
.footer_bottom {background: #f1f1f1;padding: 10px 0 5px;border-top: 0px solid #fff;margin-top: 10px;}
.footer_cities li a:hover {opacity: 1;color: #8dc63f;}
.footer-heading {min-height: 30px;margin-bottom: 0px;}
.footer-heading h1 {font-size: 16px;color: #fff;font-weight: 600;}
.search_section li span,span.help-block-error {position: absolute;bottom: -21px;    font-size: 14px;right: 0;color: red;margin: 0;}

.footer_link1{color:#dfdddd; font-size:13px; line-height:25px;}

.footer_link1 a {font-size: 15px;color: #fff;}
.footer_link1 a:hover{color: #ffda0d;opacity: 1;}
.bottom_link1 a:hover {color: #8dc63f;}



.footer_link{color:#dfdddd; font-size:13px; line-height:25px;}
.footer_link li{background:url(../../../frontend/new_theme/images/arrow.png) no-repeat 171px 10px; padding:0px 20px 5px 0px;     line-height: 25px;}
.section1{width:20% ; float:right;     padding: 0 19px; background:url(../../../frontend/new_theme/images/border.png) no-repeat 0 0;min-height: 307px;}
.clear{clear:both;}

.section1 h6{color:#fbd007; font-size: 22px; }

.section2{width:20% ;     float: right; padding: 0 19px;}

h6.greentxt{color:#689a23; font-size:22px;}

a.whatsapp_btn{padding: 8px 31px; border-radius:4px;     margin-top: 10px; display:inline-block; background-image:linear-gradient(to top, rgba(125,180,50,1), rgba(102,152,33,1))}

.icon1{color:#fff; display: flex; width:33.33%;  float:right;     font-size: 14px; color:#939393;}
.icon3{float:left; font-size: 14px; color:#939393; }
.icon2{text-align:center; font-size: 15px; color:#939393; width:100%; display: inline-block;     padding: 16px 0;}


.socialmedia a {
    /* background: #77ac2e; */
    /* padding: 3px 10px; */
    color: #fff;
}

.socialmedia{margin-right:20px;}

.copyright_sec{border-bottom: 1px solid #484848; padding:15px 0;}

/* Footer End */



/* pasted on 6-jan-2019 */

/* Inner Page header start here */

.fillter_mobile {display: none;}
.user_details a {text-transform: capitalize;color: #fff;font-weight: 500;text-shadow: 0 0 0 #000;}
.user_details .menu a:hover {color: #8dc63f;}
.dropdown-menu {width: 165px;margin: 0 !important;border: 0 !important;border-radius: 5px !important;box-shadow: 0 3px 4px 1px rgba(0,0,0,.5) !important;position: absolute;
                top: 100%;left: auto;z-index: 1000;display: none;padding: 5px 0;margin: 2px 0 0;list-style: none;font-size: 14px;text-align: right;background-color: #fff;border-radius: 4px;background-clip: padding-box;}
.drop_menu.open .dropdown-menu {display: block;}
.dropdown-menu:after{position: absolute;top: -6px;right: 10px;display: inline-block!important;border-right: 6px solid transparent;border-bottom: 6px solid #eaedf2;    border-left: 6px solid transparent;content: '';}
.dropdown-menu li a i {margin-left: 6px;font-size: 18px;font-weight: 700;}
.dropdown-menu li {margin: 0;display: block;} 
.dropdown-menu li a {display: flex;border-bottom: 1px solid #bfbdbd;padding: 12px 10px 0px 10px;transition: all .5s ease-in-out;}
.dropdown-menu > li > a {font-weight: 400;color: #333;}
.dropdown-menu li a:hover{background-color: #e6e6e6;}
.dropdown-menu li:last-child a {border: 0;}
.top_header {margin-bottom: 80px;}
.inner_header {position: fixed;top: 0;left: 0;width: 100%;padding: 15px 0;transition: all .5s ease-in-out;z-index: 11111;background: #2d2d2d;}
.inner_header.sticky {padding: 15px 0;background: rgba(0,0,0,0.5);}
.header_search{padding: 30px 0;}
.header_search input {border:0;background: #fff;border: 1px solid #afabab;font-size: 16px;color: #000;min-height: 46px;padding: 0 45px 0 20px;font-weight: 100;text-shadow: 0px 0 0 #000;border-radius: 5px;}
.header_search input:focus {border-color: #ffda0d;outline: none;border-bottom: 1px solid #ffda0d;}
.header_search input:focus {border-color: #8dc63f;}
.header_search li {margin-left: 17px;position: relative;} 
.header_search li:last-child {margin: 0;} 
.header_search li i {position: absolute;top: 50%;text-align: center;color: #585858;right: 14px;transform: translateY(-50%);-webkit-transform: translateY(-50%);font-size: 20px;}
.header_search_btn i {transform: translate(-50%,-50%) !important;left: 50% !important;top: 50% !important;font-size: 24px !important;color: #000 !important;cursor: pointer;}
.header_inner_btn {min-width: 80px;background: #ffda0d !important;border: 0 !important;vertical-align: middle;color: #000 !important;cursor: pointer;}
.small_txt {font-size: 14px;}
.border_bottom{border-bottom:1px solid #dedede;}
.listing_heading_sm {margin: 6px 0 0;font-size: 15px;font-weight: 600;}
.image_loding {font-size: 16px;font-weight: 600;color: #8dc63f;width: 100%;text-align: center;margin-top: 30px;}


/* Inner Page header end here */

.fillter_section {margin-top: 40px;}
.fillter_section li {position: relative;margin-bottom: 5px;}
.fillter_section li input {width: 16px;z-index: 1;height: 16px;position: relative;
                           opacity: 0;right: -3px;top: 2px;}

.fillter_section li .check_icon {font-weight: 600;right: -1px;position: absolute;top: 7px;background: transparent;width: 14px;font-size: 0;color: #fff;height: 14px;text-align: center;border: 1px solid #ccc;}
.fillter_section li input:focus + .check_icon, .fillter_section li input.ca_ckeck + .check_icon,.fillter_section li input[type=checkbox]:checked + .check_icon{font-size: 13px;opacity: 1;background-color: #2d2d2d !important;border: 1px solid #2d2d2d;}
.list_text {padding-right: 5px;}
.brad_curm {padding: 20px 0 15px;}
.brad_curm li {color: #8bc043;font-size: 16px;}
.brad_curm li a{color: #2d2d2d;}
.listing{padding: 20px 15px 20px;width: 100%; word-wrap: break-word;}
.chearch_filtter {margin-top: 15px;}
.chearch_filtter label,.checkbox label {display: block;position: relative;font-size: 16px;}
.chearch_filtter label input,.checkbox input {margin-left: 18px;height: 16px;width: 15px;vertical-align: middle;    opacity: 0;z-index: 1;position: relative;min-height: auto !important;}
.chearch_filtter label span,.checkbox span{position: absolute;width: 18px;height: 18px;display: block;background: #fff;right: 0;border: 2px solid #dadada;border-radius: 5px;top: 3px;text-align: center;line-height: 15px;}
.chearch_filtter label span i,.checkbox span i {font-size: 13px;line-height: normal;opacity: 0;color: #000;}
.chearch_filtter label input:checked + span i,.checkbox input:checked + span i{opacity: 1;}
.list_select-box {border-radius: 5px;min-height: 30px;width: 100%;font-size: 15px;outline: none;}
.heading_section{line-height: normal;}
.list_grid{padding-bottom: 80px;}
.right_items_list .listing {padding-bottom: 10px;}
.item_heading {font-size: 20px;color: #000;font-weight: 600;line-height: 23px;	max-width: 61%;display: inline-block;position: relative;z-index: 1;vertical-align: top;}
.item_heading:hover{color: #ffda0d;}
.yellow_white .item_heading{ max-width: 100%; }
.address_items {margin-top: 3px;}
.address_items p {margin-bottom: 5px;font-size: 14px;color: #000000;}
.address_items p span {font-weight: 300;color: #000;}

.bt_sdesc {margin-top: 1px;}
.bt_sdesc p {margin-bottom: 5px;font-size: 13px;color: #000000;}
.bt_sdesc p {font-weight: 600;color: #000;}

.bt_sdesc {
    margin-top: 1px;
    min-height: 76px;
}
.bt_bprice p {
    margin-bottom: 5px;
    font-size: 17px;
    color: #000000;
    border: 1px solid #ffda0d;
    padding: 5px 25px;
    text-align: center;
    display: inline-block;
    border-radius: 24px;
}
.bt_bprice p {font-weight: 600;color: #000;}

.bt_bprice {
    text-align: center;
}

.yellow_white .address_items, .yellow_white .address_items p, .yellow_white .address_items p span {
    font-weight: bold;
    font-size:15px;
    margin-top:0;
}

.yellow_white .show_phone_desk,.yellow_white  .show_phone_mbl {
    font-size: 32px;
    color: #ff8230;
    text-decoration: underline;
}

.item_address{margin-top: 0px;}
.item_btn {padding: 10px 0 0px;background: transparent;width: 100%;border-top: 1px solid #d8d8d8;border-radius: 0;margin: 20px 0 0px;}
.product_slider .item_btn{margin: 0;left: 20px;text-align: left;position: absolute;padding: 0;border-top: 0px solid #d8d8d8;flex-direction: column;align-items: flex-end !important;}
.product_slider .item_btn .black_btn:hover ,.product_slider .item_btn .transparent_btn:hover,.product_slider .item_btn .transparent_btn{border-color: #2d2d2d !important;background-color: #2d2d2d !important;color: #fff !important;}
.product_slider .item_btn .button:not(:last-child) {margin-bottom: 10px;}
.item_btn .small_btn{padding: 8px 15px;}
.item_url {font-size: 14px;color: #ffda0d;font-weight: 500;}
.image_slider .item_slider a {max-height: 160px;display: flex;border-radius: 5px;overflow: hidden;}
.item_slider a img {display: block;/*height: 100%;*/object-fit: cover;width: auto !important;}
.fillter_bottom{display: none;}
.stars i {width: auto;height: auto;background: transparent;color: #000;border-radius: 100%;margin: 0 0px 0 0px;font-size: 20px;}
.stars .review-count i{
    color: #00b3de;
    font-size: 14px;
}
.stars > span {display: inline-block;background: #9c9c9c;border-radius: 2px;width: 23px;
               height: 23px;text-align: center;line-height: 21px;}

.stars > span i {font-size: 15px;color: #e6e6e6;}
.image_slider .owl-nav > button.owl-next {left: 0;}
.product_slider .image_slider .owl-nav > button {width: 25px;font-size: 30px !important;
                                                 height: 30px;}
.image_slider .owl-nav > button {position: absolute;top: 50%;transform: translateY(-50%);
                                 transition: all .5s ease-in-out;line-height: 0 !important;width: 40px;height: 50px;
                                 background: #2d2d2d !important;color: #ffda0d !important;font-size: 40px !important;}
.grey_white {position: relative;background: #fff;border: 1px solid #d8d8d8;   border-radius: 5px;}
.yellow_white {font-family: 'Open Sans Hebrew'; font-weight:400; position: relative;background: #fff;border: 1px solid #d9ba0f;  box-shadow: 2px 0px 23px -11px;margin: 10px 0 17px;}

/* .grey_white iframe{left: 16px !important;} */

/*.transparent_btn {background-color: transparent;border-color: #2d2d2d;}*/
.round-and-stpc{ 
    border-color: #8dc63f !important;
    background-color: transparent !important;
    color: #2d2d2d !important;
    border-radius: 30px !important;
    font-weight: bold;

}
.round-and-stpc:hover {
    color: #2d2d2d !important;
    background-color: #ffda0d !important;
}
.small_btn {font-size: 14px;padding: 4px 15px;min-width: 150px;}
.small_btn:hover {border-color: #2d2d2d;}

/* pasted on 6-jan-2019 end*/



/* Vendor List Page start here  */

.stars_rating {display: flex;background: #000;color: #fff;list-style: none;  justify-content: space-evenly;padding: 7px 10px;transform: skew(-31deg);width: 110px;}
.vendor_result .top_banner {flex: 0 0 65%;max-width: 65%;}
.vendor_result .heading_md {line-height: 1;margin-bottom: 10px !important;display: inline-block;margin-top: -12px;}
.stars_rating .totAvgRate {width: auto !important;}
.rating {display: flex;align-items: center;position: relative;margin: 7px 15px 4px;}
.rating_txt {background: #ffda0d;height: 38px;width: 54px;transform: skew(-22deg);
             display: flex;justify-content: center;z-index: 1;align-items: center;position: relative;margin: 0px -4px 0;}
.stars_rating svg {background: transparent !important;padding: 0  !important;width: 16px;transform: skew(28deg);}
.ColorGreen {color: #8dc63f;}
.rating_txt span {transform: skew(16deg);font-size: 18px;font-weight: 600;}
.stars_rating i{transform: skew(31deg);color: #ffda0d;}
.user_img {margin-left: 15px;}
.user_img img {max-height: 132px ;min-height: 132px;    object-fit: cover;width: 132px;max-width: 132px;}
.review_result a{margin-right: 35px;}
.section-title,.heading_small {font-size: 32px;}
.single_slider a img {width: 100% !important;min-height: 200px !important;}
.single_slider .owl-item.active {transform: scale(.95);overflow: hidden;transition: all .5s ease-in-out;}
.single_slider .owl-item.active.center {transform: scale(1.05);z-index: 1;}
.single_slider .item_slider a{max-height: none !important;border-radius: 0;}
.image_slider   .owl-nav.disabled{display: block !important;}
.product_slider .image_slider .owl-nav {display: none !important;} /* THIS LINE WILL HIDE SLIDER NAVIGATION ON LISTING PAGE */
.image_slider  .owl-nav > button {position: absolute;top: 50%;transform: translateY(-50%);transition: all .5s ease-in-out;line-height: 0 !important;width: 40px;height: 50px;background: #2d2d2d !important;color: #ffda0d !important;font-size: 40px !important;}
.image_slider .owl-nav > button:hover {background: #ffda0d !important;color: #000000 !important;}
.product_slider .image_slider  .owl-nav > button{width: 25px;font-size: 30px !important;height: 30px;}
.image_slider .owl-nav > button.owl-prev{right:  0;}
.image_slider .owl-nav > button.owl-next{left: 0}

.slider_txt {position: absolute;bottom: 0;left: 0;width: 100%;background: rgb(45, 45, 45,.5);text-align: center;color: #fff;padding:7px 15px;transform: rotate(0deg);transition: all .5s ease-in-out;overflow: hidden;opacity: 0; word-wrap: break-word;
             font-size: 12px;
             line-height: 17px}
.single_slider .owl-item.active.center .slider_txt {bottom: 5px;transform: rotate(.1deg);}
.item:hover .slider_txt {opacity: 1;}
.single_slider .item_slider:hover .slider_txt{background: rgb(45, 45, 45,1);}
.fillter_section .heading_sm{font-size: 20px;}
.normal_list {margin-top: 10px;}
.normal_list li {margin-bottom: 10px;font-size: 14px;}
.normal_list i {color: #969696;font-size: 21px;margin-left: 10px;}
.normal_list li span {font-size: 16px;}
.normal_list li a {color: #000;font-weight: 600;text-decoration: underline;    word-break: break-all;}
.slider_allimg {position: absolute;bottom: -32px;background: #ffda0d;line-height: normal;padding: 4px 19px;right: 5px;z-index: 1;}
.slider_allimg a{color: #000;font-size: 14px;line-height: normal;}
.section_list li {width: 50%;display: inline-block;}
.section_list {margin-top: 20px;width: 100%;}
.section_list li,.section_list h2 {margin-bottom: 15px;max-width: 48%;background: #f5f5f5;flex: 0 0 48%;}  
.section_list li a, .section_list h2 a{color: #2d2d2d;transition: all .5s ease-in-out;display: block;padding: 10px 20px 3px 10px;position: relative;font-size: 18px;} 
.section_list li:hover a,.section_list h2:hover a{color: #ffda0d;}
.section_list li i,.section_list h2 i {padding-left: 0;transition: all .5s ease-in-out;position: absolute;right: 8px;top: 60%;transform: translateY(-50%);}
.section_list li:hover i,.section_list h2:hover i {padding-left: 0;color: #ffda0d;}
.media_section {margin: 40px 0 20px;}
.media_icon {width: 70px;background: transparent;text-align: center;display: flex;height: 90px;line-height: 50px;border-radius: 10px;color: #fff;align-items: center;justify-content: center;margin: 0 auto;position: relative;	}
.media_icon:after {content: "";position: absolute;right: -7px;bottom: 1px;
                   background-image: url(https://www.local360.co.il/assets/frontend/new_theme/images/shodow.png);
                   width: 70px;height: 70px;display: block;transform: rotate(-5deg);background-size: 100% 100%;}

.media_icon img {z-index:1; /* width: 30px; */}
.disabled .media_icon img{filter: grayscale(100%);}
/* .media_section li a.disabled .media_icon{background: #969696;}
.media_section li a .media_icon {background: #ffda0d;}
.media_section a .whatsapp,.media_section a:hover .whatsapp {background: #02d1a4 !important;}
.media_section a .facebook,.media_section a:hover .facebook {background: #4867aa !important;;}
.media_section a .youtube,.media_section a:hover .youtube{background: red !important;}
.media_section a .instagram,.media_section a:hover .instagram {background: #d34a5c;}
.media_section a .email,.media_section a:hover .email {background: #d54b3e;}
.media_icon img {width: 30px;} */
/* .media_section li a:hover .media_icon{background: #ffda0d;color: #000;} */
.mediatext {color: #2d2d2d;margin-top: 5px;text-align: center;}
.form input,.form textarea {border-radius: 0;min-height: 45px;border: 1px solid #ccc;padding-left: 10px;padding-right: 10px;}
.form .form-control{margin-bottom: 25px;}
.form textarea{min-height: 100px;}
.form input:focus,.form textarea:focus{border-color: #ffda0d;outline: none;box-shadow: none;}
.offer_add img{width: 100%;}
.offer_add h5 {font-size: 20px;margin: 20px 0 10px;}
.offer_add p {font-size: 16px;margin-bottom: 10px;}

.reviews {padding: 15px 15px 10px;}
.user_details {margin-right: 20px;}
.user_img a img {min-height: 75px;border-radius: 5px;}
.user_name {margin-bottom: 0;font-size: 20px;line-height: normal;}
.date {margin: 5px 0 0;font-size: 14px;}

/* Vendor List Page start here  */

.image_heading {margin-bottom: 20px;border-bottom: 1px solid #ccc;}
.image_heading li {display: inline-block;margin: 0;padding: 5px 10px;min-width: 100px;text-align: center;
                   transition: all .5s ease-in-out;}
.image_heading li a{color: #2d2d2d;transition: all .5s ease-in-out;}
.image_heading li.active{background: #2d2d2d;}
.image_heading li.active a{color: #fff;}
.all_images img {width: 100%;height: 200px;object-fit: cover;}

.item_btn .small_btn span{display: inline-block; }
.show_phone_mbl{display: none !important;}
.review_result label{margin-bottom: 0;}


/* 25-02-19  */
.vender_2_btn {display: flex;justify-content: space-between;align-items: center;}
.vender_2_btn > div {flex: 48%;max-width: 48%;}
.price_btn .button {width: 100%;padding: 9px 25px;height: 100%;}
.vender_2_btn {display: flex;justify-content: space-between;align-items: center;}
.listing  iframe,.listing  ins {width: 100% !important;display: inherit !important;}
.ads_div{margin-bottom: 15px;}
.add-content,.ads_div{border: 0;background: transparent;position: sticky;top: 85px;}
.google_Add_mbl{display: none;}

/* 25-02-19 end */


/* 25-feb-2019  start */
/* Blog Page Start here */

.banner {background-image: url(../images/blog.png);background-position: center center;background-repeat: no-repeat;background-size: cover;padding: 130px 0 170px;color: #ffffff;}
.search_section li {margin-left: 5px;position: relative;}
.search_section input {background: #fff;border: 2px solid #fff;font-size: 16px;color: #000;min-height: 46px;padding: 0 45px 0 20px;font-weight: 100;text-shadow: 0px 0 0 #000;}
.search_btn {min-width: 80px;background: #ffda0d !important;border: 0 !important;vertical-align: middle;
             color: #000 !important;cursor: pointer;}
.search_btn:hover {background: #ffeb7b !important;}
.search_input_lg {min-width: 340px;}
.search_section input:focus {border-color: #8dc63f;}
.search_section li i {position: absolute;top: 50%;color: #585858;right: 14px;transform: translateY(-50%);-webkit-transform: translateY(-50%);font-size: 20px;cursor: pointer;}
.search_btn_icon i {transform: translate(-50%,-50%) !important;left: 50% !important;top: 50% !important;
                    font-size: 24px !important;color: #000 !important;}
.blog_heading {font-size: 54px;}
.blog-post{margin-bottom: 20px;}
.blog_text {font-size: 24px;margin: 0 0 15px;}
.blog-post figure{margin-bottom: 0;}
.blog-post figure img {min-height: 220px;object-fit: cover;-webkit-object-fit: cover;max-height: 220px;}
.blog-content {position: relative; padding: 35px 15px 15px 15px;border-width: 0 1px 1px 1px;       border-style: solid;border-color: #e5e5e5;transition: all .2s ease-in-out;}
.blog-content:hover {box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);}
.blog-date {position: absolute;top: -32px;right: 15px;width: 75px;height: 55px;text-align: center;        border-radius: 5px; background: #2d2d2d;}
.blog-date p {min-height: auto !important;}
.blog-date span {font-size: 20px;font-weight: 500;color: #ffffff;}
.blog-title h4 {line-height: 24px;min-height: 52px;}
.blog-title a {font-size: 18px;color: #2d2d2d;}
.blog-content p { font-size: 16px;line-height: normal;color: #b9b9b9;margin-bottom: 0;       min-height: 57px;}
.blog-btn a {color: #2d2d2d;font-weight: 500;font-size: 16px;}
.blog-btn a:hover {color: #ffda0d;}
.blog-btn {margin-top: 10px;}

/* Blog Page End here */


/* LogIn page */

.user_account {width: 100%; max-width:670px; margin: 40px auto;color: #000;border-radius: 10px;padding: 30px 30px;  text-align: center;box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.05);background-color: #fff;}
.user_account p {font-size: 16px;margin-bottom: 6px;}
.user_account  a {color: #8dc63f;}
.remember-me a {display: inline-block;margin-right: 10px;line-height: 24px;}
.remember-me span {top: 4px;}
.user_account form {margin-top: 40px;}
.user_account .form-group{margin-bottom: 20px;position: relative;}
.user_account input {min-height: 45px;border-radius: 0;box-shadow: none;}
.user_account input:focus{box-shadow: none;border-color: #ffda0d;}
.or_login{position: relative;}
.or_text:after,.or_text:before {width: 45%;height: 2px;background:#a7a7a7;content: "";position: absolute;
                                top: 11px;}
.or_text:before{left: 0;}
.or_text:after{right: 0;}
.form_fbg_btn{margin-top: 15px;}
.form_fbg_btn a{margin: 0 10px;}
.fb_btn{background: #4a71c1;color: #fff !important;border: 1px solid #4a71c1;}
.google_btn {background: #d52020; color: #fff !important; border: 1px solid #d52020;}
.form_fbg_btn a i {margin-left: 5px;}
/* Log in page end here */

/* Forum page start here */

.toggle_list li {margin-left: 20px;cursor: pointer;}
.toggle_list li i {margin-left: 5px;}
.table_boxgrey_white:not(:last-child) {margin-bottom: 20px;}
.toggle_content {position: relative;padding-top: 15px;}
.search_result {background: #2d2d2d;padding: 10px 15px;border-radius: 5px;position: absolute;top: 30px;
                left: 0;width: 100%;display: none;box-shadow: 0px 0 14px 0 rgba(11, 29, 66, 0.19);  }
.search_result li:not(:last-child) {margin-bottom: 10px;border-bottom: 1px solid #fff;padding-bottom: 5px;}
.toggle_list a {color: #000000;}
.search_result a {color: #fff;vertical-align: bottom;}
.search_result a:hover,.toggle_list a:hover{color: #8bc043;}
.search_result li i {margin-left: 10px;}
.white_bc{background: #fff !important;}
.table_box_content {background: #ececec;padding: 10px 15px;}
.table_box_content div {flex-basis: 20%;}
.table_box_heading {flex-basis: 30% !important;}
.table_box_heading a {font-size: 14px;font-weight: 500;color: #8dc63f;}
.table_box_content p {font-size: 14px;margin-bottom: 10px;}
.text_box{margin-top: 30px;}
.text_box li {margin-left: 20px;}
.text_box p{margin-bottom: 0;}
.mobile_tab{display: none;}

/* Forum page end here */

/* forum-register Page css*/

.content_text {padding: 15px 15px 0;margin-top: 40px;}
.content_text h2{margin-bottom: 15px;}
.language label {font-size: 18px;}
.language select {min-width: 176px;border-radius: 5px;padding: 0 6px;font-size: 15px;margin-right: 5px;   min-height: 30px;outline: none;}
.content_text p {margin-bottom: 20px;font-weight: 500;font-size: 16px;}
.content_text p a{color: #8bc043;}

/* forum-register Page css end*/

/* 25-feb-2019  end */
.normal_list li {display: flex;align-items: baseline;}
.normal_list li span{margin-left: 5px;}
.price_list_info a {color: #000;}
.price_list_price {font-size: 14px;}
.reviews .jq-ry-container{padding: 0 1px !important;margin-top: 5px;}
.reviews .jq-ry-container .jq-ry-group > svg {/*width: 23px;height: 20px;*/padding: 4px;
    text-align: center;}
.offer_add .checkbox i {color: #8dc63f !important;font-weight: 800;font-size: 25px;
                        line-height: 8px;text-indent: -6px;}
.ads_div_mbl {display: none;}
.form_fbg_btn i {vertical-align: middle;}
.vender-social-btn {margin: 50px 0px 40px;}
input[readonly]:checked + span i {opacity: 0;}


/* New css Start here from 08-03-09 */


/* All Button Style */
.new_button,.new_button_black{background: #ffda0d;display: inline-block;color: #000;   text-decoration: none;padding: 7px 25px;border-radius: 5px;text-shadow: 0 0 0 #000;cursor:pointer;transition: all .5s ease-in-out;min-width: 160px;font-weight: 400;text-align: center;border: 1px solid #ffda0d;border-top-color: rgb(255, 218, 13);border-right-color: rgb(255, 218, 13);border-bottom-color: rgb(255, 218, 13);border-left-color: rgb(255, 218, 13);min-height: 45px;line-height: 45px;padding: 0 !important;}
.new_button:hover{background: #2d2d2d;border-color: #2d2d2d;color: #fff;text-decoration: none;}
.new_button_black{background: #2d2d2d;border-color: #2d2d2d;color: #fff;}
.new_button_black:hover{background: #ffda0d;border-color: #ffda0d;}
.table_btn {background: #84c225;min-width: 70px;display: inline-block;min-height: 25px;border-radius: 5px;line-height: 24px;color: #fff;transition: all .5s ease-in-out;}
.table_btn:hover{background: #2d2d2d;color: #ffff; }

/* All Button Style end*/

/* All Input Field Style */

.input_content:focus ,.wizard_form input:focus,.wizard_form textarea:focus{ border-color: #84c225;}
.input_content,.wizard_form input,.wizard_form textarea {min-height: 45px;border-radius: 5px;box-shadow: none;color: #495057;font-size: 16px;width: 100%;border: 1px solid #000;padding: 0 15px;}
.wizard_form textarea{min-height: 100px;padding-top: 10px;}
/* All Input Field Style end here*/

/* All Table Design  */

.table-content {width: 100%;margin-top: 20px;text-align: center;}
.table-content th {height: 50px;background: #ffda0d;padding: 0 10px;font-size: 20px;text-align: center;width: 20%;}
.table-content td:first-child {border-radius: 0 10px 0px 0px;}
.table-content td:last-child{border-radius:  10px 0 0px 0px;}
.table-content td {padding: 15px 7px;font-size: 16px;position: relative;}		
.table-content tbody tr{transition: all .3s ease-in-out;border-bottom: 1px solid #e6e6e6;background: #fff;}
.table-content tbody tr:hover {background: #e4e4e4;}
.table-image {display: inline-block;border-radius: 5px;overflow: hidden;
              border: 2px solid #a2a2a2;}
.no-result {

    color: #fff;
    background: #000 !important;
    text-align: center;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;

}

.table-content td img {min-width: 95px;max-width: 95px;width: 100%;object-fit: cover;}
/* All Table Design  */
/*******************************************************/	

.heading_md{font-size: 40px;font-weight: normal;color: #010101;}
.padding-botton0{padding-bottom: 0;}
.form-group{position: relative;}
/* https://www.local360.co.il/claim-your-business  page Css*/

.inner-search {margin: 50px 0;}
.inner-search{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.input_box {flex: 0 0 32%;max-width: 33%;position: relative;}
.input_box label {position: absolute;top: -25px;font-size: 16px;right: 3px;}
.btn_content {flex: 0 0 14%;max-width: 4%;min-width: 160px;}
.pagination-content {margin-top: 80px;text-align: center;}
.pagination-content ul {
    margin: 0;
    text-align: center;
    /* border: 1px solid #dee2e6; */
    /* border-radius: 40px; */
    padding: 0 0;
    overflow: hidden;
    display: inline-block;
}
.pagination-content ul li {display: inline;}
.pagination-content ul li a {
    /* background: transparent; */
    display: inline-block;
    width: 45px;
    border: 1px solid #dee2e6;
    border-right-width:0;
    border-radius: 0;
    font-size: 16px;
    /* font-weight: 600; */
    margin: 0 0px;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    color: #00b3de;
}
.pagination-content ul li:first-child a{border-right-width:1px;}
.pagination-content ul li.active a,.pagination-content ul li a:hover,.pagination-content ul li a:focus {background: #00b3de;color: #fff;border-color:#00b3de;}
.pagination-content ul li.next a, .pagination-content ul li.disabled a {color: #00b3de;border-radius: 0px;text-align: center;	margin: 0 0px 0 0;width: 50px;}
.pagination-content ul li.disabled a {margin: 0 0 0 0px;opacity: .5; color:#00b3de;}
.count-number {font-size: 16px;font-weight: 600;}
.success_msg .alert-success {color: #000;background-color: #8dc63f;		border-color: #8dc63f;}

.contact-box {background: #ffff;padding: 20px 40px;border-radius: 10px;box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.05);background-color: #fff;border: 1px solid #d8d8d8;}
.contact-content{margin-top: 20px;padding: 0 20px;}
.contact-box h1 {margin-bottom: 20px;}
.contact-box .form-group{position: relative;margin-bottom: 25px;}
.contact-box .form-control {min-height: 45px;border: 1px solid #ced4da;  border-radius: 0;font-size: 16px;}
.contact-box .form-control:focus{border: 1px solid #ffda0d;box-shadow: none;}
.contact-icon {border: 1px solid #ffda0d;height: 60px;border-radius: 100%;   text-align: center;display: flex;align-content: center;justify-content: center;
               align-items: center;width: 60px;margin: 0 auto;font-size: 34px;color: #ffda0d;}
.contact-details {display: flex;flex-direction: column;height: 100%;  justify-content: center;}
.contact-details p {font-size: 14px;margin: 0;font-weight: 500;}
.fillter_section h6 {font-size: 20px;} 
.top_banner div h2 {display: inline-block;margin: 0;font-size: 18px;vertical-align: baseline;}

/* profile-for-claim start here */
.profile_claim{width: 640px;margin: 0 auto;padding: 40px 40px;}
.wizard-box {margin-bottom: 15px;} 
.wizard-label{text-align:center;align-items: center;}
.wizard-content{text-align:center;width: 100%;display: block;float: right;}
.wizard-content li {padding: 0 0px;display: inline-block;align-items: center;color: #fff;vertical-align: top;min-width: 25%;float: right;margin: 0;position: relative;}
.wizard-content li.current_wizard::after {content: "";background: #eee;height: 23px;width: 32px;
                                          display: block;bottom: -32px;left: 40%;position: absolute;transform: translateX(-50%) rotate(148deg) skew(0deg,0deg);border-bottom: 0;border-radius: 3px;}   
ul.clm_ul_cen{text-align: cente;}
ul.clm_ul_cen li{float: none;}
.wizard-content li span {
    display: inline-block;
    width: 50px;height: 50px;background: #eee;text-align: center;line-height: 45px;border-radius: 100%;color: #adadad;font-weight: 600;margin-left: 0;box-shadow: inset 0px 0px 5px 3px rgba(0,0,0,0.5);border: 2px solid #eee;}
.wizard-content li.active span {background: #ffda0d;color: #fff;}
.wizard-content li a {color: #000;font-size: 14px;display: inline-block;cursor: pointer;margin-right: 4px;}
.wizard-content li.active a {font-weight: 600;color: #000;}
.wizard-content li a:hover {color: #ffda0d !important;}  
.wizard-label span {font-size: 16px;font-weight: 500;}
.wizard-heading {margin: 0px;clear: right;overflow: auto;}
.wizard-heading h2 {font-size: 18px;text-align: center;background: #eee;padding: 10px 10px;color: #000;border-radius: 5px;z-index: 1;position: relative;margin-top: 20px;}
.wizard_form .detailRow {margin-bottom: 20px;}
.wizard_samll_txt {font-size: 13px;line-height: 1.5;display: inline-block;}
.wizard_city .col-lg-6.col-md-9,.wizard_city .input_box {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.contact-box .select2-selection__arrow,.contact-box .select2-selection__rendered,.contact-box .select2-selection--single{height: 40px !important;}
.contact-box .select2-selection__rendered{line-height: 40px !important;}
.wizard_btn{margin-top: 30px; text-align: center;}
.wizard_btn .button{border-color: #ffda0d;width: auto;}
.wizard_btn .button:hover{border-color: #2d2d2d}
.wizard-field {position: relative;}
.wizard_top_contnent h2{
    flex: 0 0 100%;max-width: 100%;font-weight: 600; font-size:26px;
}

.wizard_form .itemNameright input{width: auto;vertical-align: middle;}
#personal_info_con .detailRow:last-child{margin: 0;}

/* profile-for-claim end here */
.success_error_message {text-align: center;}
.alert {width: auto;text-align: center;padding: 5px 50px;display: inline-block;margin: 0 auto;}
.alert i {font-size: 16px;}
.alert-success {color: #fff;background-color: #8dc63f;border-color: #8dc63f;text-align: center;}
.alert-danger {color: #fff;background-color: red;border-color: red;}

.phone_waze_btn {background: #ffda0d;padding: 7px 0px;position: fixed;width: 100%;
                 left: 0;bottom: 0px;z-index: -1;text-align: center;visibility: hidden;}
.phone_waze_btn::after {background: #fff;width: 2px;height: 80%;content: "";	position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.phone_waze_btn .button {padding: 0;min-width: auto;display: flex;flex-direction: row-reverse;border: 0;font-size: 17px;align-items: center;flex: 0 0 50%;max-width: 50%;justify-content: center;}
.phone_waze_btn .button:hover {background-color: transparent;border: 0;}
.phone_waze_btn .button i {margin-right: 8px;padding-top: 3px;font-size: 24px;}
.phone_waze_btn .button img{width: 24px;margin-right: 5px;}

/* price-details page start here */
.price_table{background: #fff;border-bottom: 3px solid #dbdbdb;}
.price-table-side {margin-top: 62px;}
.price_list_contnet h2{font-weight: 800;}
.price_table thead tr {border-top: 1px solid #ccc;}
.price_table thead tr th:first-child ,.price_table tr td:first-child{text-align: right;}
.price_table thead tr th:last-child ,.price_table tr td:last-child {border-left: 1px solid #dbdbdb;}
.price_table thead tr th{ padding: 7px 7px;border-right: 1px solid #dbdbdb;text-align: center;background: #e6e6e6;}
.price_table tr td{font-weight: 700;text-align: center;border-right: 1px solid #dbdbdb;border-top: 1px solid #ccc;padding: 7px 7px;height: 45px;font-weight: 400;font-size: 16px;}
.price_table tr:nth-child(2n) {background: #f2f2f2;}
.price_list_contnet .prc_list:not(:first-child) {margin-top: 30px;}
.price_table tbody tr td .item_pg{color: #81b33d;font-weight: 600;font-size: 14px;}
.price_table thead tr th:nth-child(2) {width: 35%;}
.price_list_sidebar_list{padding-right:0;}
.price_list_sidebar {padding: 10px 5px 10px;}
.price_list_sidebar h6 {font-size: 11px;}
.side_panel_body img {width: 100%;max-height: 70px;object-fit: cover;	margin-bottom: 5px;} 
.price_list_sidebar_list .side_panel_body h6 {margin: 0 0 -3px;}
.area_price_list ul,.area_price_list {margin-top: 15px;}
.area_price_list li {margin-bottom: 10px;}
.area_price_list a {color: #000;font-size: 16px;display: flex;align-items: flex-start;font-weight: 500;flex-direction: column;}
.area_price_list a .sertot {font-size: 14px;margin-right: 5px;color: #89c03e;font-weight: 600;}
.price_list_sidebar .side_panel_body a {font-size: 14px;font-weight: 500;}
.price_list_sidebar .side_panel_body h6 {margin: 0;}
.price_list_sidebar .side_panel_body li {margin-bottom: 15px;}

/* price-details page end here */


/* Dashboard Page start here */


.dashboard_header {background: #2d2d2d;}
.header-content::before, .header-content::after {display: none !important;}
.dashboard_menu_list > li {display: inline-block;padding: 0 4px;}
.dashboard_menu_list li > a {padding: 20px 10px 20px;display: inline-block;position: relative;color: #79869a !important;transition: all .3s ease-in-out;cursor: pointer;}
.dashboard_menu_list li > a:hover {background-color: #3f4f62;}
.dashboard_menu_list li > a > img {border-radius: 100% !important;}
.dashboard_menu_list li > a .badge {position: absolute;top: 8px;right: 3px;background: #36c6d3;}
.dashboard_toggle {cursor: pointer;position: absolute;right: 280px;top: 25px;}
.dashboard_toggle span {width: 25px;background: #a7b5c6;height: 1px;	
                        display: block;margin: 5px 0;transition: all .5s ease-in-out;}
.dashboard_toggle.active span:nth-child(2){opacity: 0;}
.dashboard_toggle.active span:nth-child(1) {transform: translate(-3px,3px) rotate(-45deg);}
.dashboard_toggle.active span:nth-child(3) {transform: translate(-3px,-9px) rotate(45deg);}
.page-container{position: relative;}
.dashboard_right_bar {position: absolute;right: 0;background: #2d2d2d;padding: 0 0px;
                      max-width: 235px;width: 100%;overflow: hidden;height: 100%;top: 0px;z-index: 11;overflow-y: auto;transition: all .5s ease-in-out;}	
.dashboard_left_bar {padding-right: 235px;background: #f0f0f0;transition: all .5s ease-in-out;}
.full_width_dashboard .dashboard_right_bar{max-width: 0px;}
.full_width_dashboard .dashboard_left_bar{padding-right: 0;}
.dashboard_content .page-title {margin: 0;background: #fff;padding: 10px 15px;font-size: 30px;
                                font-weight: 500;}
.dashboard_box{padding: 15px 15px;margin: 40px 15px 30px;background: #fff;}
.dashboard_link{padding: 0 0px;}

.dashboard_menu li{cursor: pointer;}
.dashboard_menu > li a {color: #fff;}
.dashboard_menu > li{border-bottom: 1px solid #7d7d7d;position: relative;}
.dashboard_menu > li > a {padding: 10px 15px;margin-bottom: 0;color: #fff !important;display: block;font-size: 14px;text-transform: capitalize;font-weight: 500;position: relative;cursor: pointer;transition: all .5s ease-in-out;}
.dashboard_menu > li > a > i {padding-left: 5px;}
.dashboard_menu > li > a:hover,.drop_down_dash.active > a{background: #3e4b5c;}
.dashboard_home_link{background: #36c6d3;border-bottom: 1px solid #36c6d3 !important;}
.drop_down_dash .badge {position: absolute;left: 10px;font-size: 20px;font-weight: 400;top: 14px;transition: all .5s ease-in-out;}
.drop_down_dash.active::before {transform: rotate(180deg);}
.dashboard_menu  li a:hover{text-decoration: none;}
.sub_dropdown{display: none;}
.sub_dropdown li a{padding: 5px 30px;display: block;}
.sub_dropdown li a:hover {background: #303945;}
.sub_dropdown li a{color: #d2d2d2;font-size: 14px;}
.dashboard_search .form-control {border-radius: 5px !important;}

.dashboard-stat {display: flex !important;flex-wrap: wrap;flex-direction: row-reverse;    justify-content: space-between;}
.dashboard-stat .details {position: static !important;left: 0;padding-right: 15px;}
/*.dashboard-stat .visual {display: block;float: left;padding-top: 10px; padding-left: 15px;position: static;}*/
.dashboard-stat .visual {display: block;float: left;padding-top: 10px; padding-left: 15px;position: absolute;left: 22px;top: -15px;}
.dashboard-stat .details .number,.dashboard-stat .details .desc{ text-align:right!important}
.dashboard-stat  .more {flex: 0 0 100%;display: flex !important;flex-direction: row-reverse;justify-content: space-between;}
.portlet > .portlet-title > .actions {float: right !important;}
.portlet > .portlet-title > .caption{float: left !important;}
.portlet.light > .portlet-title > .actions .select2-selection {min-width: 110px;  border-radius: 5px !important;}


/* Dashboard Page end here */

/* Edit Profile Contetn Start */

.edit_profile_content {margin: 0 auto 30px;border: 1px solid #d8d8d8;border-radius: 10px;background: #fff;padding: 15px 30px 30px;}
.pannel_content {padding: 0px 0px 0;position: sticky;top: 100px;border-top: 6px solid #8dc63f !important;}
.pannel_content a {padding: 10px 15px;color: #000;display: block;font-weight: 600;	border-bottom: 1px solid #e7e7e7;font-size: 16px;}
.pannel_content a:hover {background: #ffda0d;color: #fff;}
.pannel_content li:last-child a {border: 0;}
.edit_profile_content h2{flex: 0 0 100%;max-width: 100%;font-weight: 600; font-size:26px;}
.edit_profile_content form label {font-weight: 400;font-size: 18px;}
.edit_profile_content form .form-control {min-height: 45px;border-radius: 5px !important;	font-size: 16px;/*font-weight: 300;*/ color:#000;}
.profile_content {flex: 0 0 28%;max-width: 28%;margin-left: 0px;min-width: 212px;}
.edit_profile_content form ,.edit_profile_form{flex: 0 0 68%;max-width: 68%;}
.edit_profile_content .form_content_admin{flex: 0 0 100%;max-width: 100%;margin-top: 30px;}
.form-control:focus,.form-control:active{box-shadow: none;}
.select_dropdown {
    position: absolute;
    left: 10px;
    top: 47px;
    font-size: 13px;
    color: #888;
}
.read_only_input {background: #f2f2f2 !important;color: #000 !important;border: 1px solid #f2f2f2;font-weight: 500 !important;}
.read_only_input:hover,.read_only_input:focus{color: #000;border-color: #f2f2f2  ;background: #f2f2f2   !important;}
.profile_pic figure {position: relative;margin-bottom: 0;display: inline-block;}
.profile_pic figure img {max-width: 100px;border-radius: 10px !important;min-width: 125px;min-height: 125px;max-width: 125px;max-height: 125px;width: 100%;height: 100%;}
.choose_img {position: absolute;right: 0;bottom: 0;font-size: 0;height: 100%;}
.choose_img input {width: 100%;height: 100%;position: relative;bottom: -2px;	z-index: 1;opacity: 0;cursor: pointer;}
.choose_img svg {width: 18px;position: absolute;right: -2px;bottom: -2px;}
.worning_profile_txt {margin: 0;color: #8dc63f;font-size: 14px;}
.checkbox label{display: flex;flex-wrap: wrap;}
.agree_profile_txt{width: calc(100% - 33px)}
/* Edit Profile Contetn End */

/* edit-business-additional page start here*/
.edit_business_additional_pg .form-section {font-size: 20px;}
.edit_business_additional_pg td, .edit_business_additional_pg th {border: 0 !important;}
.edit_business_additional_pg .select2-selection--single {height: 35px;min-width: 140px;}
.edit_business_additional_pg .select2-selection__arrow {top: 6px !important;}
.edit_business_additional_pg th {font-weight: 500;font-size: 16px;}
.edit_business_additional_pg table tr td:last-child,.edit_business_additional_pg table tr th:last-child {text-align: center;}
.edit_business_additional_pg input[type="text"]{height: 35px;border-radius: 5px;border: 1px solid #aaa;padding: 0 10px;}
.edit_business_additional_pg .btn-success{background: #84c225;border-color: #84c225;color: #fff !important;}


/* edit-business-additional page end here*/

/* category-price-list Start here */
.category-price-list_hd {display: none;pointer-events: none;}   
.category-price-list-grid a {padding: 6px 15px;}
.category-price-list-grid a:hover, .category-price-list-grid .active {background: #8dc63f;color: #fff;}  

/* category-price-list End here */

/* edit-business-gallery */

.edit-business-gallery_pg{text-align: center;}
.edit-business-gallery_pg .profile_pic figure img {border-radius: 10px !important;}
.edit-business-gallery_img {padding-bottom: 20px !important;}
.edit-business-gallery_img img {max-width:100%;min-width: 100%;min-height: 105px;
                                max-height: 125px;border-radius: 5px;overflow: hidden;border: 2px solid #d4d4d4;object-fit: cover;}
.remove_btn a {font-size: 14px;font-weight: 400;}	
.edit-business-gallery_strip {text-align: center;font-size: 14px;padding: 0;
                              border-radius: 5px;color: #000;font-weight: 500;line-height: 1.5;margin: 40px 0 20px;}  
.choose_img span.help-block-error {bottom: -46px;width: 180px;text-align: right;
                                   right: -12px;transform: translate(0%,0%);font-size: 11px;} 
.gallery_hd {background: #2d2d2d;padding: 5px 10px;border-radius: 5px;font-size: 22px;color: #fff;margin-bottom: 20px;}
.new_btn {text-align: center;display: block;}
.new_btn a {padding: 5px 25px 5px 2px;display: block;text-align: center;background: #4c697f;color: #fff !important;margin-top: 10px;border-radius: 0px;position: relative;font-size: 14px;font-weight: 600;border-radius: 3px;overflow: hidden;}
.upload_btn a {background: #2880bf;}
.new_btn a i {background: #63717e;height: 100%;position: absolute;top: 0;right: 0;
              display: flex;justify-content: center;align-items: center;width: 25px;font-size: 18px;overflow: hidden;z-index: 1111;}
.upload_btn a i {background: #50afe5;}
.new_btn a i::before {z-index: 1;}
.new_btn a i::after {content: "";background: #32485e;position: absolute;bottom: -2px;right: -9px;width: 150%;height: 19px;z-index: 0;transform: rotate(-29deg);transition: all .5s ease-in-out;}	

.new_btn a:hover i::after,.new_btn_choose_img input:hover + a i::after {background: #32485e;height: 45px;right: -8px;
                                                                        bottom: -9px;}
.upload_btn a:hover i::after {background: #269bde;}
.upload_btn a i::after,.new_btn_choose_img input:hover + a i::after {background: #269bde;}
.new_btn_choose_img {display: block;position: relative;}
.new_btn_choose_img input {position: absolute;right: -1px;bottom: 0;font-size: 0;
                           z-index: 11111;height: 31px;width: 100%;display: block;cursor: pointer;opacity: 0;}
.edit_business_gallery .new_btn.upload_btn .help-block-error {bottom: -52px;line-height: 1;width: 100%;display: block;font-size: 11px;}


/* edit-business-gallery end */

/* Modal Popups  */
.modal-body {background: #2d2d2d;color: #fff;padding: 10px 10px 10px 35px;
             font-size: 17px;}
.modal-body .bootbox-close-button {position: absolute;left: 5px;top: 15px;	background: #d23a3a;width: 18px;height: 18px;border-radius: 100%;color: #fff;opacity: 1;
                                   line-height: 18px;font-weight: 400;}
.modal-footer {justify-content: flex-start;}	
.modal-footer .btn {margin: 0 0 0 0px;}
.modal-footer > :not(:first-child){min-width: 70px;}
.modal-footer .btn:focus {border: 0;box-shadow: none;}
.modal {top: 50%;left: 50%;z-index: 11111;transform: translate(-50%,-50%);
        justify-content: center;align-items: center;}
.modal.show{display: flex !important;}



.business_details_popups .modal-dialog {max-width: 520px;min-width: 520px;}
.business_details_popups .close,#guidelineModal .close{position: absolute;left: 0;top: 10px;font-weight: 500;z-index: 1;width: 20px;height: 20px;background: black;opacity: 1;color: #fff;border-radius: 15px;font-size: 11px;}
.business_details_popups .heading h2, #guidelineModal .heading h2 {background: #ffda0d;padding: 10px 15px !important;text-align: right !important;}
.business_details_popups .sub_heading {padding: 0 15px;}
.business_details_popups form,#guidelineModal form {padding: 0 15px 20px;}
.rating_txtarea textarea {padding: 40px 10px 15px;font-size: 16px;font-weight: 400;border: 1px solid #d2d2d2;border-radius: 5px;min-height: 140px;}
.rating_popus {position: absolute;top: 40px;display: flex;right: 10px;align-items:center;}
.rating_popus label {font-size: 16px;font-weight: 400;margin: 0;}
.rating_popus .awesomeRating {margin: 0 15px;}
.rating_popus .rtval {color: #8cc43f;font-weight: 300;font-size: 16px;}
.rating_txtarea .small-text{font-size: 14px;}
.popups_btn {justify-content: space-between;}

#guidelineModal .signup_sec.login_sec {padding: 0 !important;}
#guidelineModal p {font-size: 15px;line-height: 1.5;margin: 17px 0px;text-align: justify;}
#guidelineModal form h2 {display: none;}
#guidelineModal .privacylist {max-height: 150px;overflow: auto;}
.privacylist li {font-size: 14px;font-weight: 400;margin-bottom: 15px;}

.privacylist::-webkit-scrollbar { width: 10px;}
.privacylist::-webkit-scrollbar-track {background: #f1f1f1; }
.privacylist::-webkit-scrollbar-thumb { background: #000;}

/* Modal Popups End */

.review_box,.review_rating_box  {background: #fff;padding: 20px;border-radius: 2px;display: inline-block;height: 100%;width: 100%;border: 2px solid #ececec;}	
.review_heading h1 {font-size: 30px;font-weight: 500;}
.review_heading a {font-size: 15px;color: #000;font-weight: 300;}
.review_rating_star {border: 1px solid #aeaeae;padding: 20px 15px;margin-top: 21px;
                     border-radius: 5px;}
.review_rating_star p {display: inline-block;font-size: 12px;}
.review_star {display: inline-block;}
.review_star span {display: inline-block;background: #9c9c9c;border-radius: 4px;
                   width: 30px;height: 30px;text-align: center;line-height: 30px;}
.review_star span i {color: #e6e6e6;font-size: 18px;}
.review_text {margin-top: 20px;}
.review_text textarea {display: block;width: 100%;border: 0px;background:transparent;
                       font-size: 14px;text-align: right;min-height: 140px;}
.review_button {margin: 30px 0 10px;}	
.review_rating_content h2 {margin: 0;font-size: 24px;font-weight: 600;}
.customer_review_content{display: flex;width: 100%;flex-wrap: wrap;margin-top: 15px;border-bottom: 1px solid #aeaeae;padding-bottom: 10px;}
.customer_review_content:last-child {border: 0;}
.customer_img {border: 2px solid #e0d6d6;border-radius: 10px;padding: 5px 5px;	max-width: 60px;width: 60px;}
.customer_img img {width: 50px;object-fit: cover;}
.customer_contnet p {margin: 0;font-size: 14px;}
.customer_contnet {margin-right: 10px;}
.customer_review_content .review_star {margin: 3px 0 0;}
.review_star span {background: #9c9c9c;width: 20px;height: 20px;line-height: 18px;}
.review_star span i {font-size: 12px;}
.review_text_star{display: block; width: 100%;}
.customer_name {font-weight: 600;font-size: 16px !important;}
.customer_date {font-size: 13px;display: inline-block;color: #8dc63f;}
.customer_review {font-size: 12px;margin: 10px 0 0;}
.customer_review .read_more {color: #000;font-size: 16px;font-weight: 600;position: relative;padding: 0px 20px;display: inline-block;background: #ffda0d;margin-top: 10px;	border-top: 2px solid #ffda0d;border-bottom: 2px solid #ffda0d;transition: all .2s ease-in-out;z-index: 1;}
.customer_review .read_more:hover{background: transparent;}
.customer_review .read_more::before {content: "";position: absolute;bottom: 0%;left: 0;width: 100%;height: 100%;background: #fff;transition: transform .2s ease-in-out;transform-origin: top;transform: scaleY(0);z-index: -1;}
.customer_review .read_more:hover::before {transform: scaleY(1);transform-origin: bottom;}   


/* add-business-review-photo page*/
.review_uploaded_box {
    margin: 20px 0;
    background: transparent;
    border: 3px dotted #8f8f8f;
}
.review_photo_box .col-md-6 {display: flex;}
.review_photo_content {text-align: center;padding: 10px 10px;background: #fff;	border-radius: 5px;border: 1px solid #e9dddd;width: 100%;box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 29px 0px;margin-top: 20px;}
.review_photo_content span {font-size: 15px;line-height: 1.5;display: block;}
.review_photo_img img {max-width: 156px;width: 100%;}
.review_uploaded_box .dropzone {border: 0;padding: 15px 15px;min-height: auto;
                                background: transparent;}
.review_uploaded_box .dropzone > span {font-size: 24px;font-weight: 500;
                                       display: block;text-align: center;margin-bottom: 20px;}
.review_uploaded_box {margin: 20px 0;}
.review_uploaded_box .dropzone div {margin: 0;}

/* add-business-review-photo page end*/

.clm_b_text {
    font-weight: bold;
    background-color: yellow;
}


.conttext h3 {
    padding: 0 0 20px 0;
    font-size: 32px;
}	
.conttext p {
    font-size: 14px;
    font-weight: normal;
}	

.leftserchicon{display:none;}

/* 10-may-2019 */

.sidenav {
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 55px;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    width:0;
    z-index:99;
}

.sidenav a {
    padding: 18px 16px;
    text-decoration: none;
    font-size: 15px !important;
    color: #000;
    transition: 0.3s;
    border: 1px solid #fff;
    font-weight: 300 !important;
    background: #ededed;
    margin: 0;
    border-radius: 0;
    width: 50%;
    text-align: center;
    display: block;
    float: left;
    min-height: 95px;
    line-height: 15px;
    font-weight:normal;
}
.inner_header .user_details a span {
    display: block;
    color: #000;
    padding-bottom: 8px;
}
.inner_header .user_details a span i {
    color: #000;
}
.sidenav a:hover {
    color: #8dc63f;
}

/*.inner_header .user_details a:nth-child(5) {
    width: 100%;
}*/

.inner_header .user_details a.mbl_mnu_fwidth {
    width: 100%;
}


.sidenav a.closebtn {
    position: absolute;
    top: 0;
    left: 12px;
    font-size: 36px !important;
    margin-left: 0;
    line-height: 25px;
    padding: 7px;
    border: none !important;
    background: none !important;
    min-height: inherit;
    text-align: left;
}
.sidenav a img {
    margin-bottom:8px;
    margin-left:5px;
    margin-right:5px;
}
#main {
    transition: margin-left .5s;
    color:#fff;
    display:none;

}




.sidenav .m_pro_name img {
    background: #fff;
    padding: 3px;
    border-radius: 50% !important;
    float: none;
    width: 65px !important;
    height: 65px !important;
}
.sidenav .m_pro_name{border:none; padding:10px 0; text-align:center;}

.sidenav .m_pro_name span{display:block;}

.business_image_all .gal_item {
    display: inline-block;
    margin: 5px;
}
.business_image_all .gal_item img {
    border-radius: 5px;
    box-shadow: 0 0 2px #7a7979;
    border: 1px solid #ccc;
    cursor:pointer;
}
.pagitop {
    padding-top: 9px;
    border-top: 2px solid #ddd;
    margin-top: 20px;
    font-size: 15px;
    text-align: left;
    color: #464141;
}
.tabs {
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 0;
    min-height: 58px;
    margin-bottom: 20px;
}
.tabsearch input {
    height: 39px;
    border: 1px solid #dedede;
    border-radius: 0 5px 5px 0;
    padding:0 10px;
    font-size:13px; font-weight:normal; width:275px;
}

.tabsearch button {
    background: #84c225;
    border: none;
    color: #fff;
    padding: 5px 12px;
    font-size: 15px;
    height: 38px;
    border: 1px solid #84c225;
    border-radius: 5px 0 0 5px;
}
.tabsearch {
    position: absolute;
    left: 0;
    top: 3px;
}

.tabs li{display:inline-block;}
.tabs li a{color:#000;}
.tabs li a {
    color: #595656;
    padding: 16px 15px;
    display: block;
    font-size: 15px;
}
.tabs li.active a{color:#0d3776;}
.tabs li.active a {
    color: #0d3776;
    border-bottom: 3px solid #84c225;
}
.dropdown-menu li img{   width: 22px;
                         gap: 20px;
                         height: 25px;
                         margin-left: 8px;
                         position: relative;
                         top: -3px;
}

.chrt_fb{font-size:19px; color:#4a71c1;}
.chrt_view{font-size:19px; color:#1b87d5;}
.chrt_phone{font-size:19px; color:#07436e;}
.chrt_whatsapp{font-size:19px; color:#55ca52;}
.chrt_youtube{font-size:19px; color:#c6171d;}
.chrt_instagram{font-size:19px; color:#7337bd;}
.chrt_waze{font-size:19px; color:#60cbe3;}
.chrt_web{font-size:19px; color:#000;}

.or_login p {
    padding: 15px 0 8px 0;
}
.clm_b_text {
    width: 300px;

}
.pricetable h4 {
    font-size: 15px;
    padding: 11px;
    margin: 0;
    overflow: hidden;
    position: relative;

}
/*.pricetable h4 span {
    font-size: 18px;
    color: #99d744;
}*/

.price {
    position: absolute;
    left: 0;
    background: #f5f5f5 !important;
    padding: 0 5px 0 13px !important;
    color:#81c523;
}

/*ul.service_price li span:nth-child(2):before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
        ". . . . . . . . . "
        ". . . . . . . . . "
        ". . . . . . . . . "
        ". . . . . . . . . "
}
ul.service_price span:first-child {
    padding-right: 0.33em;
    background: white}*/
h4.dotsection{position:relative; background:url(../images/dotspic.jpg) repeat-x 0 21px; height:42px;}
.sp_name {

    white-space: nowrap;
    overflow: hidden;
    float: none !important;
    position: absolute;
    right: 0;
    width: 71%;

}
.service_price li .sp_name a {

    overflow: hidden;
    background: #f5f5f5;
    display: inline-block !important;
    padding-right: 10px !important;

}	
#sh_main_ph_onSpl {
    background: #ffda0d;
    padding: 6px 16px;
    color: #000;
    border-radius: 3px;
    font-size: 15px;
}
.callleftbut.mobilesec{display:none;}	

ul.service_price span + span {
    float: right;
    padding-left: 0.33em;
}

.callleftbut {
    position: absolute;
    left: 20px;
    top: 26px;
}
.pricetable{position:relative;}
.callleftbut img {
    width: 34px;
    margin: 0 6px;
}

.m_pro_name {

    padding: 0px 34px 10px 0;

    font-size: 15px;

    font-weight: bold;

    border-bottom: 2px solid #bcbcbc;

}	


.msg_fr_lst {
    padding: 15px;
    background: #93d040;
    color: #000;
    margin: 10px 0;
}


.menutext {
    display: block;
    position: absolute;
    font-size: 13px;
    bottom: -11px;
    left: -6px;
}

#main{position:relative;}


.drop_menu a span {
    display: inline !important;
    color: #fff !important;
}

.pricetable h3 {
    margin: 0 0 25px;
}
a.shorticon img {
    min-width: 27px !important;
    max-width: 27px;
}

.service_price li a {
    padding: 0 !important;
}

.lg-img-wrap .lg-object.lg-image {
    width: 800px !important;
    height: 800px !important;
}
.fillter_mobile ul li {
    width: 48%;
    float: left;
    margin: 0 0 0 10px;
}
.fillter_mobile ul li a {
    background: #fff;
    display: block;
    text-align: center;
    font-weight: 300;
    padding: 10px 10px;
    color: #000;
    font-size: 16px;
    box-shadow: 0 0 5px #e3e3e3;
    border: 1px solid #e7e7e7;
}
.fillter_mobile ul li:first-child {
    margin: 0;
}
.fillter_mobile ul li a:hover{background:#ffda0d;}
.fillter_mobile ul li a img {
    width: 15px;
    position: relative;
    top: -1px;
}
.fillter_mobile ul li:first-child a img {
    width: 13px !important;
}
.top_banner p{margin:0;}

.rightfixeddiv {
    /* width: 250px;
     height: 80px;*/
    position: fixed;
    z-index: 999;
    right: 0;
    top: 18%;
}
.rightfixeddiv a {
    background: #ccc;
    background-image: none;
    display: block;
    padding: 15px 20px 15px 25px;
    border-radius: 100px 0px 0px 100px !important;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to right, #ffd803, #feef9d);
    color: #000;
    line-height: 23px;
    font-weight: 600;
}
.joinBusinessSpan1 {
    font-size: 17px;
    display:block;
}
.inr_src_on_header {
    padding: 0;
    background: none;
    position: fixed;
    top: 8px;
    z-index: 99999;
    right: 50%;
    margin-right: -331px;
}
.inr_src_form {

}
.inr_src_on_header .container {
    width: auto;
    position: relative;
}
.autocomplete-suggestions {
    z-index: 999999999 !important;
}
#claimBusinessModal .close {
    position: absolute;
    left: 27px;
    font-weight: normal;
    font-family: arial; top: 24px;
    color: #000 !important;
    opacity: 1;
    text-shadow: none;
    font-size:0;
    background:url(../images/crosspop.png) no-repeat 0 0; width:25px; height:25px;
}
.headingye{
    padding: 10px 45px 10px 45px;
    background: #ffda0d;
    color: #000;
    font-weight: bold;
    text-align:center;
}
.modal-backdrop{z-index: 99999;}
.modal{z-index: 999999999;}

.heading_section h3 {
    background: #f5f5f5;
    font-size: 23px;
    padding: 8px 15px;
    text-align:center;
}
.rightfixeddiv_sm {right:0px;}
.rightfixeddiv_sm:hover {right:0;}
.butpo a {
    dispaly:inline-block;
    padding: 10px 15px;
    background: #f0f0f0;
    margin-top: 10px;
    font-size: 15px;
    margin-left: 0;
    color: #000;
}
.butpo {text-align:center;}
.butpo span {
    display: inline-block;
    background: #f2f2f2;
    padding: 8px 15px;
    margin-top: 10px;
    font-size: 16px;
    color: #1dbc0d !important;
}
.butpo button {
    background: #ffda0d;
    color: #000;
    padding: 7px 15px;
    font-size: 15px;
    margin-top: 11px;
    border: none;
    cursor: pointer;

}
.phoner {
    padding: 5px 0 8px 0;
    text-align:center;
}
.addre {
    padding: 0 0 9px 0;
    font-size: 20px;
    text-align:center;
}
.bclm_spt {
    padding: 25px 0 5px 0;
    font-size: 17px;
    line-height: 23px;
    text-align:center;
}	
.mobile_reg_fm label{display:block; text-align:right;}
.shortwidth{margin:0 150px 30px 150px;}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da !important;
    border-radius: 4px;
    height: 45px !important;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 4px;
    cursor: text;
    height: auto;
}
.select2-container--bootstrap .select2-selection--single {
    height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 41px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top:7px;
}

.select2-container--default .select2-selection--multiple {
    min-height: 45px !important;
}
.select2-selection {
    min-height: 43px !important;
}

.wrongfield .form-control {
    width: 59%;
    text-align:center;
    margin: 0 auto;
    border: 2px solid #ccc;
}
.wrongfield .form-group{margin-bottom:0;}
.product_slider .heading_section h3 {
    background: #fff;
    font-size: 23px;
    padding: 0;
    text-align: right;
    width:190px;
}
.yellow_white.product_slider .heading_section h3{
    font-size: 19px;
    font-weight: bold;
    color: black;
    height:42px;
    overflow:hidden;
}
.yellow_white.product_slider .heading_section h3:hover{
    color:#00b3de;
}
#phone_otp-error {
    display: block;
    text-align: center;
    position: static;
}
h3.clm_bname {
    text-align: center !important;
    width: 100% !important;
}
.rightuplod {
    float: right;
    padding-left: 25px;
    padding-top: 12px;
}
.righty {
    float: right;
    width: 180px;
    padding-top: 14px;
}
a.clickprice {
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    background-image: linear-gradient(to right, #ffd803, #f8d203);
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
ul.d-flex {
    padding: 10px 0 0 0;
}

.select2-container--bootstrap .select2-selection{font-size:18px !important; line-height: 29px !important;}
.form-control::placeholder {
    color: #000;
    opacity: 1;
}
.form-control::placeholder {
    color: #000;
    opacity: 1;
}
.page-404 {
    text-align: center;
    padding:5% 0;
}
.error_details {
    padding-top: 20px;
}
.error_number{position:relative;}
.error_mrr_text1 {
    position: absolute;
    width: 100%;
    bottom: 22%;
    color: #fff;
    font-size: 49px;
    font-weight: 600;
    direction: ltr;
}
.error_mrr_text2 {
    position: absolute;
    width: 100%;
    bottom: 16%;
    color: #fff;
    font-size: 20px;
    direction: ltr;
}
.heading_md .zmdi {
    width: auto;
    padding-right: 9px;
    position: relative;
    top: 3px;
}


ul.brdcm_ul li{display:inline-block; width:auto !important; float:right;}

.customer_review_content .review_text_star{padding-top:15px;}
.awesomeRating .fa {
    font-size: 30px;
    padding: 0 0 0 4px;
}
.review_rating_star .review_star{display:none;}


.iconsec .fa {
    font-size: 25px;
}


.drapdiv {
    margin: 30px 0 0 0 !important;
}
.dropzone {
    border-left: 2px dashed #999999 !important;
    border-top: 2px dashed #999999 !important;
    border-right: 2px dashed #999999 !important;
    border-bottom: none !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 5px !important;
}

.dropzone {
    min-height: 135px !important;
}
.dropzoen_xtra_msg {
    display: block;
    padding-top: 110px;
    font-size: 35px;
    line-height: 50px;
    font-weight: 600;
    color: #333333;
    padding-bottom: 5px;
    text-align:center;
}
.dropzoen_sep_or {
    margin: 20px 110px 30px 110px;
    border-top: 1px solid #cccccc;
    text-align:center;
}
.dropzoen_sep_or span {
    display: inline-block;
    background: #fff;
    padding: 0 17px;
    position: relative;
    top: -10px;
    font-size: 18px;
    text-transform: uppercase;
}
.dropzone .dz-message {
    margin: 1em 0 !important;
}
.dropzone .dz-message span {
    font-size: 19px !important;
    color: #fff;
    border-radius: 8px;
    background: url(../images/bluebgupload.jpg) repeat-x 0 0;
    padding: 11px 26px;
    font-weight: 600;
}
.previews {
    border-bottom: 2px dashed #999999 !important;
    border-top: none !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.previews {
    border-bottom: 2px dashed #999999 !important;
    border-top: none !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.dz-image-preview textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    resize: none;
    margin-top: 10px;
    width: 150px;
    font-size: 13px;
}
.bottomsec {
    margin: 45px 0;
    text-align: center;
    background: #fff;
    padding:40px 25px;
}
.bottomsec ul {
    list-style-type: none;
}
.bottomsec ul li {
    display: inline-block;
    width: 24%;
    vertical-align: top;
    padding: 0 3% 25px 3%;
    list-style-type: none;
    color: #a9a9a9;
    font-size:14px;
}
.bottomsec ul li div {
    padding: 0 0 8px 0;
}

.dz-image-preview a.dz-remove {
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 50;
    width: 22px;
    height: 22px;
    background: #000;
    color: #fff;
    line-height: 20px;
    border-radius: 50%;
}
.finishUpload_div {
    margin: 30px 70px 15px 70px;
    text-align: center;
}
.finishUpload {
    color: #fff;
    border-radius: 8px;
    background: url(../images/bluebgupload.jpg) repeat-x 0 0;
    padding: 11px 26px;
    font-weight: 500;
    font-size: 16px;
}

.text-right {
    text-align: left !important;
}
.text-left {
    text-align: right !important;
}
.pricing-content-1 .price-table-pricing > h3{font-weight:500;}


.bottomform {
    background:url(../images/bluebg.jpg) no-repeat 0 0;
    background-size:cover;
    padding: 20px;
    text-align: center;
    color: #fff;
    margin: 0 0 25px 0;
}
.field {
    width: 24%;
    display: inline-block;
    margin: 0 9px;
}
.buttonsd {
    display: inline-block;
}
.bottomform h3 {
    font-size: 35px;
    margin: 0 0 10px 0;
}
.bottomform h4 {
    font-size: 25px;
    margin: 0 0 35px 0;
}
.field input{height:45px;}
.buttonsd button {
    height: 45px;
    border-radius: 0 !important;
    margin-right: 7px;
    font-weight: 600;
    font-size: 16px;
}
.field label {
    font-weight: 600;
}
.portlet > .portlet-title > .caption{float: none !important; display:block !important; text-align:center !important;}

.rfq_msg_dv .alert {
    padding: 5px 5%;
    width: 90%;
    position: absolute;
    right: 15px;
    bottom: 8px;
}
.sps_mtn_fr_rfq_msg button {
    margin-bottom: 50px;
}
.tab_container {
    text-align: center;
}

.col-xs-12.text-left.mobile-padding span {
    margin: 0 5px;
}
.col-xs-12.text-left.mobile-padding {
    text-align: right !important;
    padding-right: 13px !important;
    font-weight: normal;
    position: relative;
}
.col-xs-12.text-left.mobile-padding i {
    padding: 0 8px !important;
}
.topboxsec {
    padding: 17px 0 39px 0;
    text-align: center;
    border-bottom:2px solid #e7ecf1; margin-bottom:37px;
}

.topboxsec h4 {
    margin: 0;
    padding: 10px 0 25px 0;
    font-weight: 600;
    font-size: 30px;
}
.innertickbox {
    width: 31%;
    display: inline-block;
    padding: 25px 6%;
    vertical-align: top;
}
.innertickbox h5{padding:0 0 15px; margin:0; font-weight:600; font-size:20px;}
.innertickbox p{margin:0; padding:0; font-size: 15px;
                line-height: 20px;}
.ticksec {
    font-size: 38px;
    margin: 0 0 19px 0;
    border-bottom: 1px solid #646464;
    line-height: 25px;
}
.ticksec i {
    padding: 0 15px;
    background: #fff;
    position: relative;
    top: 8px;
}

.bottomaccordion {
    padding: 17px 0 39px 0;
    border-bottom:2px solid #e7ecf1; margin-bottom:37px;
}

.bottomaccordion h4 {
    margin: 0;
    padding: 0 0 25px 0;
    font-weight: 600;
    font-size: 30px; text-align:center;
}
.accordianuter {
    padding: 0 5%;
}
.accordianuterdiv {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding-right:55px;
    background:url(../images/inviterd.jpg) no-repeat 99% 13px; position:relative;

}
.accordprefix {
    position: absolute;
    left: 0;
}
.technology {
    padding: 12px 0 14px 0;
    font-size: 22px;
    line-height: 28px;
    cursor:pointer;
}
.accordianuterdiv p {
    margin: 0;
    font-size: 17px;
    padding: 10px 0;
}
.thelanguage {padding:0 0 20px 0;}

.accordprefix img {
    width: 28px !important;
    height: 29px !important;
}
.pricing-content-1 .price-table-content{text-align:right !important; background:#fff !important; font-weight:normal !important; padding: 0 15px;}
.pricing-content-1 .price-table-content img {
    margin: 0 28px 0 5px;
}






.newmenu {
    background-image: linear-gradient(#5c5c5c, #090808);
    border-top: 4px solid #999;
}

p.hidetext {
    height: 66px;
    overflow: hidden;
}


.rv_showm {
    display: block;
    text-align: left;
}


/* i have added it for modal found a problem on 02-sep-2019 */



.newmodalsec .heading{padding-right:0;}
.newmodalsec .heading h2{color:#414141; font-weight: bold;}
.outermodla {padding:15px; background:#f5f6f6;}
.newmodalsec .outergray{padding:7px 0;}
.fapmdl_cnt {
    width: 100%;
    padding-left: 5%;
}

.newmodalsec textarea.input_boxarea{height:70px;}
.newmodalsec h4 {
    padding: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
}
.innergray {padding:15px 15px 15px 280px; background:/*url(../images/contactmodalbg.jpg) no-repeat 0 bottom */#eaeaea; margin-top:6px; min-height:168px; font-size: 16px; position:relative;
            line-height: 20px;}
.rfq-subpimg {
    position: absolute;
    left: 0;
    bottom: 0;
}
.newmodalsec .signbutton {
    margin-top: 10px;
}
.newmodalsec h5{padding:0 0 10px 0; font-size:18px; font-weight:bold;}
.innergray p {
    margin: 0;
}


.btn_fap {
    border: 2px solid #fff;
    color: #1b87d5;
    background: transparent;
    padding: 5px 21px 8px 21px;
    border-radius: 3px;
    line-height: 19px;
    font-size: 16px !important;
}
.btn_fap:hover, .btn_fap:focus {
    border: 2px solid #7dba1f;
    color: #fff !important;
    background: #7dba1f;
}


button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    left: 0;
    position: absolute;
    background: #84c225;
    opacity: 1;
    color: #fff;
    padding:5px 7px;
    font-size: 16px;
    top: 0;
    margin: 0 !important;
}
button.close:hover{opacity:1; color:#fff;}


button.close_cp {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    left: 0;
    position: absolute;
    background: #84c225;
    opacity: 1;
    color: #fff;
    padding:5px 7px;
    font-size: 16px;
    top: 0;
    margin: 0 !important;
}
button.close_cp:hover{opacity:1; color:#fff;}


.outergray {
    background: #f5f6f6;
    padding: 15px;
}


.botosec .signbutton{text-align:left;}
.botosec .signbutton button.btn_fap{font-weight:bold;}
.info_modal_body .botosec .signbutton{float:right;}


.scrolldiv {
    height: 600px;
    overflow: auto;
    text-align: left;
    direction: ltr;
    font-size: 14px;
    line-height: 20px;
    padding-right: 25px;
}

/*
.vertical-alignment-helper .signup_sec h2 {
    padding-bottom: 13px;
    color: #c50606;
    font-size: 26px;
    font-weight: 500;
}*/


.botosec .signbutton{text-align:left;}
.botosec .signbutton button.btn_fap{font-weight:bold;}
.righttext{padding:22px 0 0 0;}
.righttext h4{color:#3a3a3a; font-weight:bold;}
.righttext a{color:#288dc1; font-weight:bold; text-decoration:underline;}
.righttext a:hover{text-decoration:none;}
.righttext img{float:right; margin:0 0 0 10px;}
.popbottext {padding:18px 0 0 0; font-size:13px; line-height: 17px;}

.fnd_prob_btn .button {
    padding: 7px 15px;
    display:block;
}
.fp_mdl_width {
    width: 600px;
    max-width: 100%;
}

/* i have added it for modal found a problem on 02-sep-2019 end */

.cat_image_ind {
    width: 255px;
    height: 251px;
}
.mblmenu_dv {
    font-size:30px;
    cursor:pointer;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; 
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;   
}
.category-list-grid{
    padding: 30px 0; 
    justify-content: 
        space-between;
    margin: 20px 0;
}

.category-list-grid a {
    border: 1px solid #dcdfdf;
    border-radius: 3px;
    margin: 3px;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.category-list-grid a:hover,.category-list-grid a.ActiveLetter {
    background-color: #84c225;
    color: white;
}


.section_cat_list{

    -webkit-column-count: 4; /* Old Chrome, Safari and Opera */
    -moz-column-count: 4; /* Old Firefox */
    column-count: 4;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
.section_cat_list h2{font-size:1rem;}
.tooltip_icon2{position: absolute;left: 7px;top: 7px; z-index: 9}

.bs_lstn_ldng_img,.btn.bs_lstn_ldmr_btn,.bs_lstn_norc_msg{margin: 20px 0;}
.btn.bs_lstn_ldmr_btn {
    background: #00b3de;
    color: #fff;
    border-radius: 22px;
    padding: 10px 65px;

}
.btn.bs_lstn_ldmr_btn:hover{background:#0089aa}
.bs_lstn_norc_msg {
    background: #ff8230;
    color: #fff;
    border-radius: 3px;
    padding: 10px 65px;

}

.gadd_in_listing {
    margin-top: 0;border: 0;background: transparent;	
}
.blad_mrgn {
    margin-bottom: 25px;
}


.mfcr_sh_ads_mdl .button {
    padding: 7px 15px;
    display:block;
}
.mfcr_sh_ads_mdl {
    width: 600px;
    max-width: 100%;
}


.mobileFullScreenAds {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background:#000;
    left: 0;
    top: 0;
    overflow-x: hidden;

}

.mobileFullScreenAds img {
    height: 100%;
    width: 100%;
}
.mobileFullScreenAds_data {
    height: 100%;
    width: 100%;
}

.mfscr_ads_close {
    /*    position: absolute;
        background: #000;
        color: #fff;
        width: 32px;
        height: 32px;
        text-align: center;
        border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%;
        content: "x";
        font-family: arial;
        font-weight: bold;
        border: 2px solid #fff;
        box-shadow: 0 0 5px #000;
        line-height: 29px;
        right: 8px;
        top: 5px;
        cursor: pointer;
        z-index: 99;*/
    position: absolute;
    width: 32px;
    height: 32px;
    right: 8px;
    top: 5px;
    cursor: pointer;
    z-index: 99;
}
.mfscr_ads_close img{max-width:100%}


#bclSearch {
    width: 42%;
    margin: 25px auto;
    background:#fff;
    padding: 20px;
}
.inner-search1 label {
    position: static;
}
.inner-search1 input.input_content {
    border: 1px solid 
        #ccc;
    margin-bottom: 15px;
}
.inner-search1 .btn_content {
    display: inline;
}

.claim_msg h3 {
    text-align: center !important;
    width: 57%;
    padding-top: 25px;
    margin: 0 auto;
}
.inner-search1 {
    text-align: center;
}
.outerjoint-package {
    padding: 25px;
    text-align: center;
}
.outerjoint-package h3 {
    font-weight: bold;
    font-size: 21px;
}
.outerjoint-package p {
    font-size: 14px;
    font-weight: 300;
}
.outerjoint-package a.btn_btop_join {
    background: #ffda0d;
    padding: 5px 35px;
    color:#000;
    border: 1px solid #ffda0d;
    font-size: 14px;
}
.outerjoint-package a:hover.btn_btop_join {
    border: 1px solid #000;
    color:#000;
    background:#fff;
}

.articlepic{padding-bottom:13px; }
.articleinner{font-size:16px; margin-bottom:35px; padding-top:20px;}
.articleinner h3{ font-size:20px; padding:0 0 10px 0;}
.articleinner h3 a{color:#252f5f;}
.articleinner h3 a:hover{color:#7bb130;}
.articleinner p{font-size:16px; color:#656879; line-height:22px;}
.articleinner a{color:#7bb130;}
.articleinner a:hover{color:#2d2d2d;}
.articlepic img{width:100%;}
.archive {
    padding:20px 10px 20px 0;
}
.archive h2 {
    font-size: 21px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
}
.archive ul li a {
    font-size: 16px;
    padding: 0 0 10px 0;
    display: block;
    color:  #7c7c7c;
}
.archive ul li a:hover, .archive ul li.active a {
    color: #000;
}
.article_details h1 {
    font-size: 38px;
    color: #252f5f;
}
.article_details h1 span {
    display: block;
    font-size: 16px;
    color:  #656879;
    padding: 0 0 7px;
}
.article_details {padding:20px 0; color:#3c3d3c;}
.articlelink {
    padding: 15px 0;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    margin: 25px 0 50px;
}
.articlelink ul li {
    float: right;
    padding: 0 0 0 22px;
}
.articlelink ul li a {
    font-size: 14px;
    color: #54595f;
}
.articlelink ul li a .zmdi{padding:0 0 0 6px; font-size:17px;}
.detailspic {margin-bottom:30px;}
.article_details p{padding:0 0 30px 0; margin:0;}
.article_details h2{font-size:25px; font-weight:bold; color:#3c3d3c;}


.bot_sociallink {padding:20px 0 40px;}
.bot_sociallink a{display:block; float:right; margin:0 0 8px 15px; padding:11px 15px; font-size:12px; color:#fff; font-weight:bold; min-width:200px; text-transform:uppercase;}
.bot_sociallink a .zmdi{padding:0 0 0 8px; font-size:15px;}

.bot_sociallink a.facebook{background:#3b5998;}.bot_sociallink a:hover.facebook{background:#15367b;}
.bot_sociallink a.whatsapp{background:#25d366;}.bot_sociallink a:hover.whatsapp{background:#14ac4d;}
.bot_sociallink a.twitter{background:#1da1f2;}.bot_sociallink a:hover.twitter{background:#1585c9;}
.bot_sociallink a.linkedin{background:#0077b5;}.bot_sociallink a:hover.linkedin{background:#046699;}
.bot_sociallink a.email{background:#ea4335;}.bot_sociallink a:hover.email{background:#bf2114;}

.tagssection ul li {
    float: right;
    margin: 0 0 4px 4px;
    padding: 7px 20px;
    font-size: 13px;
    background: #fdf3b9;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
}

.breadcamplink {
    background: #f2f2f2;
    padding: 6px 25px;
    margin-top: 20px;
}
.breadcamplink li {
    float: right;
    padding: 5px 0 5px 35px;
    font-size: 14px;
    color:#333;
    font-weight: 600; position:relative; background:url(../images/arrow.png) no-repeat 16px 12px;
}
.breadcamplink li a{font-weight:normal; color: #8a8a8a;}
.breadcamplink li a:hover{color:#000;}
.breadcamplink li:last-child{background:none;}
.aboutauthor {
    padding: 15px;
    margin: 15px 0;
    background: #f2f2f2;
}
.addouter {
    padding: 20px;
    background: #f2fbf7;
    margin: 0 0 20px 0;
    border-radius: 5px;
    box-shadow: inset 0 0 5px #ccc;
    text-align:right;
}
.rightbutton{text-align:right;}
.leftbutton{text-align:left;}
.leftbutton .arrow-button{margin-bottom:5px;}

.form-group .required {
    color: 
        #e02222;
    font-size: 16px;
    padding-left: 2px;
}
.dash_helper_button {
    text-align: center;
}

.dash_helper_button a {
    margin: 10px 0 0 20px;
    padding: 10px 40px;
    border-radius: 8px !important;
    font-weight: 600; min-width:220px;
}
.dash_helper_button a.btn-warning{border-bottom: 5px solid #ce9d08;}
.dash_helper_button a.btn-success{border-bottom: 5px solid #218838;}
.dash_helper_button a.btn-dark{border-bottom: 5px solid
                                   #1473b5 !important;
                               background:
                                   #3598dc;
                               border: 1px solid
                                   #3598dc;}
.dash_helper_button a:hover.btn-dark{background:#1887d5;}

.dash_count_newdesign{
    margin-bottom: 10px;
    text-align: center;
}
.dash_count_newdesign .dashboard-stat {
    margin: 10px 0 0 20px;
    padding: 10px 40px;
    border-radius: 8px !important;
    font-weight: 600; min-width:200px;
}

.articleinner h2 a {
    font-size: 20px;
    line-height: 25px;
    display: block;
    padding: 0;
    margin: 0;
    color: 
        #252f5f;
}
.archive h1 {
    font-size: 21px;
    font-weight: bold;
    border-bottom: 1px solid 
        #ccc;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
}

.hoverdiv{padding:0 0 45px 0;}
.hoverinner{padding: 12px 55px 12px 12px;
            border: 1px solid #e8e8e8;
            margin: 0 0 20px 0;
            font-size: 16px;
            border-radius: 7px; position:relative; background:url(../images/foldericon.png) no-repeat no-repeat 96% 12px; 	overflow: hidden;
            height: 80px;}
.hoverinner:hover{background:url(../images/openfolder.png) no-repeat no-repeat 96% 12px; height:auto;}
.hoverinner h4 {
    font-size: 14px;
    font-weight: bold;
}
.hoverinner h4 a{color:#000; padding:0 0 8px;}
.hoverinner h4 a span{color:#8cc43f;}
.hoverinner ul li a {
    font-size: 12px;
    background: #f0f0f0;
    padding: 4px 12px;
    color: #646363;
    display: inline-block;
    border-radius: 3px;

}
.hoverinner ul li {
    display: inline-block;
    margin: 0 0 10px 2px;
}
.hoverinner ul {
    padding: 5px 0 0 0;
}
.hoverinner ul li a:hover{background:#2d2d2d; color:#fff;}

.product_slider img {
    padding: 0 2px;
}

.vendor_help_tp_buss {
    font-weight: bold;
    font-size: 22px;
    padding: 0 0 15px;
}


.cust_logdiv {
    cursor: pointer;
}

.vendor_logdiv {
    cursor: pointer;

}


.new_customer, .new_vendor {
    width: 38%;
    float: none;
    display: inline-block;
    margin: 0 15px;
    padding: 15px;
    background:
        #f5f5f5;
    font-size: 14px;
    vertical-align: top;
    min-height: 185px;
    line-height: 19px;
    font-style: italic;
}

.new_customer h4, .new_vendor h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
}

.lc_lg_desc {
    min-height: 80px;
}

.ordiv {
    display: inline-block;
    margin-top: 77px;
    background:
        #ffda0d;
    font-size: 15px;
    font-weight: bold;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 43px;
}

.new_customer img, .new_vendor img {
    width: 100px;
}
.new_customer h4, .new_vendor h4{padding:10px 0 10px 0;}
.cust_logdiv.new_customer.active {
    background: 
        #ffda0d;
}

.vendor_logdiv.new_vendor.active {
    background: 
        #ffda0d;
}

.v-align-center{ display: flex; align-items: center; }
.dashboardbox{display:inline-block; width:27%; margin:0 10px;}


.outerdash{border:1px solid #ececec;}
.dashheading1{background:#3598dc; padding:15px 12px; text-align:center; color:#fff; text-transform:uppercase; font-weight:700; font-size:18px;}
.dashcontinner1{padding:0 20px;}
.dashcontinner1 ul li{border-bottom:1px solid #ebebeb; padding:23px 8px 23px 55px; position:relative; color:#979797; line-height:22px;}
.dashcontinner1 ul li p{padding:0; margin:0;}
.dashcontinner1 ul li:last-child{border:none;}
.iconspan{position:absolute; left:0; top:23px; color:#2a9c44; font-size:16px;}
.dashheading2{background:#e7515c; padding:15px 12px; text-align:center; color:#fff; text-transform:uppercase; font-weight:700; font-size:18px;}
.dashcontinner2 li{padding:23px; color:#848484;}
.dashcontinner2top {border-bottom:1px solid #e0e0e0; padding:0 65px 20px 0; position:relative; margin-bottom:10px;}
.dashcontinner2top span{display:block; color:#e7515c;}
.dashcontinner2 li p{margin:0; padding:0 0 10px 0;}
.dashcontinner2 li a.toplink{color:#174f72;}
.dashcontinner2 li a:hover.toplink{color:#106ca5;}
.dashcontinner2 li a.viewlink{color:#379f60;}
.dashcontinner2 li a:hover.viewlink{color:#063f1c;}
img.profilepicright {position: absolute; right: 0; top: 4px; border-radius: 4px !important;}
.dashcontinner2 li:nth-child(odd){background:#f7f7f7;}


.newloginscreen{width:900px; margin:8% auto; text-align:center;}
.newloginscreen .loginbbox {
    background: #fff;
    border-radius: 25px;
    display: flex;
    text-align: center;
}
.newloginscreen .loginright {
    width: 50%;
    text-align: center;
    background: url(../images/loginbg.jpg) no-repeat 0 0;
    background-size: auto;
    background-size: cover;
    padding: 150px 0;
    border-radius: 0 25px 25px 0;
}

.newloginscreen .loginleft {
    width: 50%;
    padding: 45px 55px;
    font-size:15px;
}
.form_fbg_btn a{margin:8px 0;}
.advp_ofr .col-xs-12.text-left.mobile-padding {
    padding-right: 45px !important;
    padding-left: 15px;
}
.advp_ofr img {
    position: absolute;
    margin: 0 0 0 15px !important;
    right: 11px;
    top: 5px;
}

.whatsap_btn_lsting img {
    height:50px;
    width:50px;
}

.address_p{
    min-height:37px;
}



/* this is for listing done on 19-06-2020 start */

.innersluider {
    padding: 0 55px 0 0;
    margin-top: -12px;
}

.rightimage img {
    width: 50px;
    right: 16px;
    top: 20px;
    border-radius: 4px;
}

a.phonemobile {
    display: none;
}

.innersluider .heading_section h3 {
    width: auto;
    background: none;
}

.yellow_white.product_slider .heading_section h3 {
    height: auto;
    margin-bottom: 0px;
}

.yellow_white .show_phone_desk,
.yellow_white .show_phone_mbl {
    font-size: 18px;
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
    background-color: #ffda0d;
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 30px;
    float: left;
    position: absolute;
    left: 10px;
}

.tooltip_icon2 {
    left: 10px;
    top: 10px;
}

.bt_sdesc p {
    font-weight: 600;
    color: #000;
    width: 70%;
}

.slider {
    width: 100%;
    margin: 0px;
}

.sliderImg {
    width: 60px;
}

.sliderImg img {
    width: 60px;
}

.sliderTop {
    display: flex;
    padding: 15px;
    padding-bottom: 0px;
}

.sliderTitle h3 {
    font-size: 16px;
    margin: 0px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    margin-left: 30px;
    line-height: 18px;
    text-align: right;
}

.sliderTitle h3 span {
    display: inline-block;
    position: absolute;
    left: 0;
}

.listing {
    padding: 0px;
    border: 2px solid #e1e1e1;
    overflow: hidden;
    border-bottom: 4px solid #e1e1e1;
    box-shadow: none;
    border-radius: 10px;
}

.sliderTitle {
    padding-right: 10px;
}

.reviewBlock ul {
    margin: 0px;
    padding: 0px;
}

.reviewBlock ul li {
    display: inline-block;
    font-size: 12px;
    color: #464646;
}

.reviewBlock ul li.active {
    color: #ff8832;
}

.sliderMdl {
    display: flex;
}

.sliderDesc p {
    font-size: 14px;
    line-height: 21px;
    padding: 10px 15px;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 0px;
}

.sliderAction ul {
    margin-right: 10px;
    text-align: left;
}

.sliderAction ul li {
    display: block;
    margin: 10px 0px;
}

.sliderAction ul li:first-child a {
    display: block;
    padding: 3px 20px;
    background-color: #e8c508;
    border-radius: 30px;
    font-weight: bold;
    color: #fff;
}

.sliderAction ul li img {
    width: 40px;
}

.sliderBtm {
    display: flex;
    justify-content: space-between;
    background-color: #ffda13;
    padding: 10px 15px;
    align-items: center;
    margin-top: 10px;
}

.sliderBtm h4 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.sliderBtm a {
    display: flex;
    padding: 3px 18px;
    background-color: #8cc43d;
    color: #ffffff;
    font-weight: bold;
    border-radius: 30px;
    box-shadow: 1px 1px 8px 0px #8cc43d;
}

.sliderAction-mobile {
    display: none;
}

.sliderActionDesktop {
    padding: 10px 15px;
}

.des-call {
    display: inline-block;
    padding: 4px 15px;
    border: 2px solid #fddc15;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    color: #000;
}

.des-call:hover {
    text-decoration: none;
    background-color: #ffda0d;
    color: #000000;
}

.deswhatsapp {
    margin-right: 10px;
}

.pmb {
    display: none;
}

<!--css Anirban-->	




.mobilebox {
    background: #fff;
    border-radius: 8px;
    text-align: right;
}
.right_items_list2 .mobilebox {
    display: none;
}
.mobileinner{padding:8px 65px 8px 30px; position:relative;}
.mobileinner h3 {
    font-family: 'Open Sans Hebrew';
    font-size: 16px;
    font-weight: bold; margin:0; text-align:right; min-height: 38px;
}
.rightpic {
    position: absolute;
    right: 5px;
    top: 7px;
}
.rightpic img {
    width: 52px;
}
.infoicon {
position: absolute;
left: 9px;
top: -1px;
font-size: 26px;
}
.descriptiontext {
    font-size: 13px;
    padding: 0 10px 5px 10px;
    position:relative;
    color: #4c4c4c;
    text-align:right;
}

.yellowsec {
    background: #ffda13;
    padding: 9px 7px 9px 87px;
    font-size: 13px;
    position: relative;
    text-align: right;
    height: 37px;
	line-height: 18px;
}	
.iconsec2 img {
    padding: 0;
    width: 31px;
}	
.waze_img_bl {
    width: 34px;
}
a.greenbut {
    background: #8cc43d;
    padding: 3px 15px;
    position: absolute;
    left: 6px;
    top: 6px;
    font-weight: bold;
    font-size: 15px;
    box-shadow: 0px 2px 1px #447106;
    color: #fff;
    border-radius: 16px;
}

/*.infoicon {
    position: absolute;
    left: 4px;
    top: 5px;
}*/
.infoicon img {
    width: 34px;
}	

.iconsec2 {
    position: static;
    padding-top:15px; padding-bottom:10px;
    left: 4px;
    top: -9px;
}	


.reviewBlock{text-align:right;}	
a.phoemobil{display:none;}	
a.desktopphone {
    border: 2px solid #ffda13;
    padding: 5px 13px;
    color: #000;
    border-radius: 19px;
    margin-left: 6px;
	font-weight:bold;
	background: linear-gradient(to right, #ffed8a, #ffda13);
}	

a.desktopphone img {
    width: 15px;
    margin-left: 6px;
}      
a:hover.desktopphone{color:#797979;}		

.listing_left {
    padding: 12px;
    margin: 0 0 15px !important;
}

.right_items_list1 .listing {
    padding: 0;
}

.bt_non_b_btn {
    text-align: center;
    padding-bottom: 15px;
}
a.btn.btn_btop_join {
    background: #ffda13;
    display: inline-block;
    margin-top: 11px;
    padding: 6px 40px;
}
a:hover.btn.btn_btop_join {
    background: #2d2d2d;
    color: #fff;
}

.nonb_btdesc .mobileinner {
    padding: 15px;
    text-align: center;
}
.nonb_btdesc .mobileinner h3 {
    text-align: center;
}
.paddinground {
    padding: 15px;
}
.waze_img_bl {
    width: 32px;
}



.right_items_list1 .mobileinner {
    padding: 8px 65px 3px 170px;
}
.right_items_list1 .descriptiontext{padding:0 10px 5px 170px; min-height: 70px;}
.right_items_list1 .descriptiontext p {
    margin: 0 0 3px;
}
.right_items_list1 .iconsec2 {
position: absolute;
left: 0;
top: -34px;
width: 163px;
text-align: center;
border-right: 2px dotted #d9d9d9;
padding: 12px 13px;
min-height: 89px;
}
.right_items_list1 .iconsec2 a.desktopphone {
    margin: 0 0 10px 0;
    display: block;
    font-weight: bold;
    font-size: 12px;
}
.right_items_list1 .mobileinner h3 {
    min-height: inherit;
}
.mobtext {
    overflow: hidden;
    height: 42px;
}

.insidelst_mobileads{display:none;}
.insidelst_deskads{display:block;}

.yellowsec1 {
padding: 7px 0 3px 87px;
font-size: 12px;
position: relative;
text-align: right;
height: 33px;
line-height: 18px;
font-weight: bold;
color: #000;
border-top: 2px dotted #d9d9d9;
}
.right_items_list1 .yellowsec{display:none;}
.right_items_list1 a.greenbut {
    top: 4px;
	left:2px;
}

.right_items_list1 .listing {
    border-bottom: 4px solid #8cc43d;
}
.yellowsec1 .fas {
    color: #ffd803;
    font-size: 15px;
    padding-left: 2px;
    position: relative;
    top: 1px;
}
.insidelst_mobileads{width:320px; height:50px; margin:0 auto;}

@media only screen and (max-width: 480px) {
.right_items_list2 .mobilebox {
    display: block;
}
	.right_items_list1 .yellowsec{display:block;}
	.yellowsec1{display:none;}
	.insidelst_mobileads{display:block;}
	.insidelst_deskads{display:none;}
	.mobtext {
    overflow: hidden;
    height: 40px;
}
	.mobileinner h3{min-height:inherit;}
.right_items_list1 .mobileinner {
    padding: 8px 65px 8px 30px;
}

.right_items_list1 .descriptiontext {
    padding: 0 10px 5px 88px;
    min-height: inherit;
    /*height: auto;*/
}

.right_items_list1 .iconsec2 {
position: absolute;
left: 4px;
top: inherit;
width: auto;
text-align: center;
border-right: none;
padding: 0;
min-height: inherit;
bottom: 7px;
}
.right_items_list1 .iconsec2 a{float:right;}
.right_items_list1 .iconsec2 a.desktopphone {
    margin: 0 0 10px 0;
    display: block;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 13px;
	display:none;
}
    .descriptiontext {height: 44px;
padding: 0 10px 5px 88px;}
    .iconsec2 {
        position: absolute;
left: 4px;
bottom: 7px;
padding: 0;
top: inherit;
    }
    a.desktopphone{display:none;}
    a.phoemobil{display:block;}	
    .iconsec2 a {
        float: left;
        padding: 0 4px
    }	
    
    .nonb_btdesc .descriptiontext {
    height: auto;
    padding: 0 15px;
    text-align: center;
}
}

/* this is for listing done on 19-06-2020 end */


/* this is for listing done on 25-06-2020 */

.right_items_list2 .right_items_list .listing{padding:0;}
.desktopbox{ height:143px;}
.topheading_desk {
    padding: 0 12px 2px 180px;
	position:relative;
}
.topheading_desk h3 {
    font-family: 'Open Sans Hebrew';
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-align: right;
}
.deskbut {
    position: absolute;
    left: 10px;
    top:0;
}
a.yellbut_desk {
    padding: 4px 15px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    border-radius: 18px;
    background-image: linear-gradient(to left, #ffd803, #ffec83);
    border: 2px solid #ffdf31;
    color: #000;
	margin-right: 6px;
}
a.yellbut_desk img {
    width: 18px;
    margin-left: 4px;
}
.deskcont {
    padding: 0 90px 8px 15px;
    position: relative;
	min-height: 85px;
}
.deskcont p {
    font-size: 13px;
    line-height: 18px; text-align:right;
    margin: 0;
    padding: 6px 0 3px;
}
.deskpic {
position: absolute;
right: 13px;
top: 7px;
border: 1px solid #e8e8e8;
width: 62px;
}
.desktopbox .yellowsec{background: #e1e1e1;
padding: 9px 12px 9px 87px;}
.waze_img_bl {
    width: 32px;
}
.desktopbox a.greenbut{background: #8cc43d;
padding: 3px 15px;
position: absolute;
left: 6px;
top: 5px;
font-weight: bold;
font-size: 15px;
box-shadow: 0px 2px 1px #447106;
color: #fff;
border-radius: 7px;}


.bottonbox {
    padding: 25px 0 50px;
}
.bottonbox h2 {
    font-weight: bold;
    text-align: center;
    padding: 0 0 15px 0;
}
.boxprice {
width: 31%;
float: left;
background: #fff;
padding: 8px;
margin: 0 5px;
border-radius: 5px;
border: 1px solid #dbdbdb;
box-shadow: 0px 3px 1px #68a314;
}
.boxprice h3 {
    font-size: 17px;
    font-weight: bold;
    padding: 10px 0;
    color: #6caa15;
    border-bottom: 1px dashed #c4dbaf;
	min-height: 79px;
}
.boxprice h3 a{
    color: #6caa15;
}
.boxprice p {
    font-size: 13px;
    color: #000;
	min-height: 77px;
}
a.boxbut {
    background-image: linear-gradient(to right, #f7de59, #ffda10);
    padding: 5px 25px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 19px;
    color: #000;
    border: 1px solid #e6c40c;
    box-shadow: 0 2px 0px #c2bea8;
}
a:hover.boxbut{color: #0056b3;}
.boxpic img{width:100%; border-radius: 5px 5px 0 0;}

/* this is for listing done on 25-06-2020 end */

/* Responsive section start here */
@media screen and (max-width: 1799px){
    .search_input_lg {width: 310px;min-width:inherit;}
    .search_input_sm {width: 258px; padding-left: 35px !important;}
    .search_btn {min-width: 60px;}
    .inr_src_on_header{right: 50%;}

}
@media screen and (max-width: 1199px){
    .small_btn{min-width: 130px;}
    .popular_section .owl-nav button.owl-next {right: -10px;}
    .popular_section .owl-nav button.owl-prev{left: -10px;}
    /* Blog page css */
    .blog-content:hover {box-shadow:none;}
    .blog-content {box-shadow:none; border-color: transparent;}
    .blog-post:hover {box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);  }
    .blog-post {border: 1px solid #e5e5e5; }
    .edit_profile_content form,.edit_profile_form {flex: 0 0 66%;max-width: 66%;}
    /* Blog page css end */
    .vendor_result .top_banner {flex: 0 0 60%;max-width: 60%;}
    .search_input_lg {width: 180px;min-width:inherit;}
    .search_input_sm {width: 168px; padding-left: 35px !important;}
    .search_btn {min-width: 60px;}
    .inr_src_on_header{right: 60%; }
    .shortwidth{margin:0 0 30px 0;}
    .pricing-content-1 .mobile-padding {
        padding: 0 8px;}
    .col-xs-12.text-left.mobile-padding {
        text-align: right !important;
        padding-right: 13px !important;
        font-weight: normal;
        padding-left: 0;
        width: 100%;
        margin: 0;
    }
    .pricing-content-1 .price-table-content img {
        margin: 0 0px 0 5px;
    }
    .pricing-content-1 .price-table-content img {
        margin: 0 0 0 5px;
        position: absolute;
        right: 21px;
        top: 6px;
    }
    .col-xs-12.text-left.mobile-padding {
        text-align: right !important;
        padding-right: 47px !important;
        font-weight: normal;
        padding-left: 0;
        width: 100%;
        margin: 0;
        position: relative;
        padding-left: 20px;
    }


    .section1 {
        width: 20%; height:300px;}

    .footer_link li {    padding: 0px 16px 8px 0px;     line-height: 22px; background: url(../../../frontend/new_theme/images/arrow.png) no-repeat 100% 10px;}


    .section2{width:20%;}
    .footer_city{margin-top: 17px;}
    .icon1{width:50%; }
    .socialmedia{margin:4px 10px 0 0;}
    a.whatsapp_btn {
        padding: 7px 25px;}


}
@media screen and (max-width: 991px){
    .container {max-width: 100%;}
    .home_banner{padding: 120px 0 90px;}
    .banner_category{width: 100%;}
    .banner_category li {margin-bottom: 15px;}
    .banner_category li a {margin: 0 10px;} 
    .item_btn{padding: 10px 4px;}
    .small_btn {font-size: 14px;padding: 4px 10px;}
    .item_btn i {margin: 0 1px 0 0;}
    .heading_md{font-size: 30px;}
    .section_list li {margin-bottom: 15px;max-width: 100%;background: #f5f5f5;flex: 0 0 100%;}
    .media_section {flex-wrap: wrap;margin: 20px 0 0;text-align: center;}
    .user_img a img {min-height: 55px;border-radius: 5px;height: auto;}
    .user_details {margin-right: 0px;}
    .review_result a { margin-right: 10px;padding: 7px 20px;}
    .review_result a:first-child{margin-right:0}
    .slider_allimg{right: 0;}
    .user_account {width: 80%;}
    .product_slider .owl-carousel .owl-item img {display: block;width: 100% !important;   object-fit: cover;height: 170px !important;}
    .product_slider .pr-md-0, .product_slider  .px-md-0{padding-right: 15px !important;}
    .item_btn{flex-direction: column;}
    .item_btn a{min-width: 100%;}
    .item_btn a:not(:last-child){margin-bottom: 10px;}
    .item_btn .button.small_btn {min-width: 100%;}
    /* forum Page css */
    .text_box p{font-size: 14px;}
    .text_box li{font-size: 16px;}
    /* forum Page css end */

    /* Blog page css */

    .banner{padding: 100px 0 130px;}
    .blog_heading {font-size: 45px;}

    /* Blog page css end */

    .list_slide_btn .button {padding: 7px 10px;font-size: 14px;}
    .slider_shadow ul li{font-size: 15px;}   
    .section {padding: 40px 0;}
    .heading_section{margin-top: 10px;}
    .header_search li {margin-left: 10px;position: relative;}

    /* 25-02-19 */
    .vender_2_btn {flex-direction: column;}
    .vender_2_btn > div {flex: 100%;max-width: 100%;width: 100%;}
    .price_btn{margin-top:15px;}
    /* 25-02-19 end */
    .about_btn a{padding: 7px 13px;}
    .input_box {flex: 0 0 30%;max-width: 30%;position: relative;}
    .btn_content {flex: 0 0 18%;max-width: 18%;min-width: auto;}
    .btn_content .new_button,.btn_content .new_button_black {min-width: 100%; margin:5px 0;}
    .bottom_link a {font-size: 14px;}
    .bottom_link li {margin-left: 12px;}
    .copyright {font-size: 13px;}
    .dashboard-grid {flex: 0 0 31%;max-width: 31%;}
    .profile_content {flex: 0 0 26%;max-width: 26%;margin-left: 0px;min-width: 160px;}
    .edit_profile_content form, .edit_profile_form {flex: 0 0 63%;max-width: 63%;}
    .dropdown-menu{left: 20px;}
    .dropdown-menu::after {right: 50%;transform: translateX(-50%);}
    .pannel_content{position: static;top: 0;}
    .vendor_result .review_result {flex-direction: column;}
    .vendor_result .top_banner {flex: 0 0 77%;max-width: 77%;}
    .vendor_result .review_result a{margin: 15px 0 0;}
    .product_slider .stars {top: 15px;}
    .product_slider .item_btn {margin: 20px 0 0px;text-align: left;position: static;padding: 10px 0 0px;border-top: 1px solid #d8d8d8;}
    .review_box {width: 100%;}
    .lg-img-wrap .lg-object.lg-image {
        height: auto !important;
    }
    .whatsap_btn_lsting {
        display: table;
        margin: 0 auto;
    }
    .search_input_lg {width: 180px;min-width:inherit;}
    .search_input_sm {width: 168px; padding-left: 35px !important;}
    .search_btn {min-width: 60px;}
    .inr_src_on_header{right:65%; }
    .pricing-content-1 .mobile-padding{padding:10px 7px !important; margin:0 !important;}
    .packages .col-md-3 {
        flex: inherit;
        max-width: 50%;
    }
    .fp_mdl_width {
        width: auto;

    }
    .mfcr_sh_ads_mdl {
        width: auto;
    }

    .section1 {
        width: 50%; height:auto;  min-height: 190px;     padding: 0 60px;}

    .footer_link li {    padding: 0px 13px 8px 0px; background: url(../../../frontend/new_theme/images/arrow.png) no-repeat 100% 10px;     line-height: 18px;}

    .section1{background:none;}
    .section2{width: 100%;
              text-align: center;     padding: 18px 19px 0 0;}
    .search_index li{    padding: 4px 6px;}
    .footer_city{margin-top: 17px;}
    .icon1{width:28.33%; display: inline-block;}
    .socialmedia{margin:8px 0 0 0;}
    a.whatsapp_btn {
        padding: 7px 25px;}
    .newloginscreen{width:98%;}

}




@media screen and (max-width: 767px){ 
    .yellow_white{margin:10px 0;}
    #toTop{display: block;}
    .heading_lg {font-size: 34px;}
    .home_banner{padding: 40px 0 20px;}
    .dropdown-menu::after {right: 30px;transform: translateX(-0%);}
    .dropdown-menu {width: 100%;left: 0;border-radius: 0 !important;padding: 0;}
    .dropdown-menu li a:hover {background-color: #4d4d4d;color: #fff;}
    .logo {position: absolute;right: 50%;transform: translate(50%,-50%);top: 50%;}
    .logo img {width: 130px;}
    .inner_header .user_details .dropdown-menu li {margin: 0 !important;}
    .dropdown-menu li{margin: 0 !important;}
    .text_lg {font-size: 24px;}
    .popular_section .owl-nav button{width: 17px;height: 33px;}
    .big_section {padding: 40px 0 30px;}
    .heading_md {font-size: 26px;margin-bottom: 20px;font-size: 30px;}
    .search_section li {margin-right: 0px;width: 100%;text-align: center;}
    .search_section li:not(:last-child){margin-bottom: 10px;}
    .search_input_sm,.search_input_lg {min-width: 100%;}
    .search_input_sm{padding-left: 10px !important;}
    .banner_category li {margin-right: 0;margin-bottom: 0;width: 49%;padding-right: 0;
                         background: #8a8a8a;border-radius: 5px;display: flex;align-items: center;    justify-content: center;padding: 3px 9px;margin: 0 .5% 13px;min-height: 54px;}
    .banner_category li a {margin: 0;color: #fff;font-weight: 300;font-size: 14px;}
    .banner_category ul img {vertical-align: middle;margin: 0 0 0 5px;width: 13px;}
    .price_section .owl-carousel .center,.price_section .owl-carousel .owl-item{transform: scale(.9)}
    .slider_shadow{min-height: auto;}
    .list_slide_btn{position: initial;}
    .list_slider {padding: 0 0 0px;}
    .price_section .owl-carousel .center .slider_shadow,.slider_shadow {padding: 30px 15px;}
    .popular_section .owl-carousel .owl-stage-outer{margin-bottom: 0;}
    .user_review .owl-carousel .owl-stage-outer{padding-top: 40px;}
    .client{right: 15px;}
    .product_slider{text-align: center;}
    .product_slider .owl-carousel .owl-item img{height: auto !important;width: auto !important;margin: 0 auto;border-radius: 5px;}

    .inner_header{padding: 21px 0;min-height: 80px;}
    .item_image a img {width: 100%;}
    .bottom_link li {margin-right: 0;width: 100%;margin-bottom: 10px;}
    .search_index li:first-child, .footer_cities li:first-child {width: 100%;text-align: center;}
    .search_index li a {width: 18px;height: 20px;line-height: 20px;font-size: 14px;}
    .user_details li {margin-right: 8px;}
    .list_grid {padding-bottom: 40px;}
    .header_search li:not(:last-child) {margin-left: 0;margin-bottom: 20px;}
    .header_search li{margin-left: 0;width: 100%;text-align: center;}
    .header_search_btn {width: auto !important;}
    .header_search input{width:100%;min-height: 40px;}
    .header_search {padding: 25px 0 15px;  position: fixed;
                    width: 100%;
                    background: #fff;
                    z-index: 99;
                    left: 0;
                    top: 86px; right:inherit;} 
    .listing_left.show{display: block;}
    .fillter_section {margin-top: 30px;}
    .item_btn{padding: 10px 0px 0;}
    .small_btn {font-size: 16px;padding: 4px 15px;}
    .item_btn i {margin: 0 5px 0 0;}
    .review_result {margin-top: 15px;}
    .user_account {width: 100%;margin: 0 auto;}
    .form_fbg_btn a {margin: 0 0 0px;}
    .big_section {padding: 60px 0 50px;}
    .about_btn a:not(:last-child) {margin-left: 10px;}
    .about_btn {text-align: center;}
    /* forum Page css */        
    .toggle_list li{margin-left: 15px;}        
    .mobile_tab{display: block;}
    .desktop_tab,.text_box p br{display: none !important;}
    .table_box_list {padding: 15px 15px 0;font-size: 16px;}
    .table_box_list > li {min-height: 50px;margin-bottom: 10px;}
    .table_box_list > li a {color: #8dc63f;font-size: 13px;}
    .table_box_list li p {margin: 0;white-space: pre-wrap;font-size: 15px;}        
    /* forum Page css end*/
    .form input, .form textarea{min-height: 40px;}
    /* Blog page css */
    .banner{padding: 50px 0;}
    .blog_heading {font-size:35px;}
    .blog_text {font-size: 20px;}
    .search_section li{margin-bottom: 10px;}
    .search_section input{min-height: 40px;}
    .search_btn{height: 40px;}
    /* Blog page css end */
    .user_review .owl-dots{margin-top: 15px;}
    .button {padding: 7px 7px;min-width: 135px;}	
    .show_phone_mbl{display: block !important;}
    .show_phone_desk{display: none  !important;}
    .media_section li {width: 50%;min-height: 140px;}
    .media_section li a {padding: 0 0 15px;}
    .normal_list i {vertical-align: text-bottom;}
    .footer_logo img {width: 110px;}
    .social_icon li i {width: auto;font-size: 25px;}


    .section1 {
        width: 50%; height:auto;     padding: 10px 12px;     min-height: 190px;}
    .footer_link li {    line-height: 22px;     background: url(../../../frontend/new_theme/images/arrow.png) no-repeat 100% 10px;
                         padding: 0px 14px 2px 0px;}
    .footer_link li {   padding: 0px 14px 2px 0px;     line-height: 22px;}

    ul.d-flex{padding:0;}

    .search_index li{padding: 3px 3px;}
    .section2{width:100%; text-align:center; padding: 10px;}
    .footer_city{margin-top: 17px;}
    .icon1{width:100%; text-align:center; padding: 0 0 20px;}
    .icon3 {width:100%; text-align:center; float:none;}
    .icon2 {width:100%;     display: block;     padding: 8px 0;}
    .socialmedia{margin:8px 0 0 0;}

    .section1 h6 {    font-size: 14px;}

    .section2 h6 {    font-size: 16px;}


    .footer{padding: 30px 0 0 0;}
    .footer .col-6{-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
    .footer_bottom {background: #ffffff;padding: 10px 0 75px;border-top: 2px solid #fff;
                    margin-top: 10px;margin-left: 0px;margin-right: 0px;padding-right: 0px;}
    .user_img img {border-radius: 10px;}
    .vendor_result  .top_banner,.vendor_result .top_banner > div{flex-wrap: wrap;width:100%;text-align: center;flex: 0 0 100%;max-width: 100%;}
    .vendor_result .top_banner  .heading_md{margin-top: 0;}
    .vendor_result .top_banner .rating{justify-content: center;margin: 7px 0 4px;}
    .vendor_result .review_result {width: 100%;flex-direction: row;}
    .vendor_result .review_result a{margin: 0px 0 0;}
    .brad_curm .vendor_result  .top_banner li{text-align: center;width: 100%;}
    .user_img{flex: 0 0 100%;max-width:100%;}
    .user_img {margin-left: 0;margin-bottom: 20px;text-align: center;}
    .ads_div_mbl {display: block;}
    .about_btn a {padding: 7px 8px;font-size: 14px;}
    .add-content, .ads_div{margin-top: 15px;}
    .vender-social-btn {margin: 30px 0px 30px;}
    .inner-search {margin: 30px 0;}
    .table-responsive {border: 0;}
    .table-content th{font-size: 16px;padding: 6px 6px;}
    .table-content td,.table-content th{min-width: 100px;}
    .table-content td {padding: 10px 10px;font-size: 16px;}
    .table-content{margin-top: 0px;}
    .inner-search{display: block;}
    .input_box {margin-bottom: 15px;max-width: 100%;}
    .btn_content {display: inline-block;max-width: inherit;min-width: auto;}
    .input_box label {position: static;}
    .btn_content {margin-left: 15px;margin-bottom: 0;}
    .btn_content .new_button, .btn_content .new_button_black {min-width: 150px;}
    .pagination-content {margin-top: 50px;}
    .success_msg .alert-success {padding: 5px 10px;font-size: 16px;}
    .user_account{padding: 20px 15px;}
    .user_account form {margin-top: 20px;}
    .g-recaptcha div {margin: 0 auto;padding:0 5px;width: 100% !important;}
    .g-recaptcha div iframe{width: 100%;margin: 0 auto;}
    .profile_claim {width: 100%;margin: 0 auto;padding: 30px 15px;}
    .bottom_link {width: 100%;}
    .bottom_link li {margin-right: 0;width: 100%;margin-bottom: 0px;text-align: center;}
    .copyright{width: 100%;text-align: center;}
    .business_details_ad {border: 0;background: transparent;min-height: 600px;}
    .business_details_ad > ins {position: absolute;left: 50%;transform: translateX(-38%);top: 0;}
    .phone_waze_btn {z-index: 1;visibility: visible;}
    .contact-box{padding: 20px 15px;}
    .contact-icon {height: 50px;width: 50px;margin: 0 auto;font-size: 25px;}
    .dashboard-content{margin-top: 30px;}
    .dashboard_right_bar{max-width: 0;top: 86px;position: fixed;}
    .full_width_dashboard .dashboard_right_bar{max-width: 235px;}
    .dashboard_left_bar{padding-right: 0px;}
    .dashboard_menu_list li > a{padding: 20px 5px 20px;}
    .user_name_menu{display: none;}
    .price-table-side {	margin-top: 15px;}
    .price_table_add {order: 1;}
    .banner_contetn img {min-height: 100px;object-fit: cover;width: 100%;}
    .price_table tr td{font-size: 14px;}
    .price_table tr td:last-child{padding: 7px 0px !important;}
    .price_table tbody tr td .item_pg {font-size: 11px;}
    .edit_profile_content{padding: 20px 15px;}
    .edit_profile_content form,.edit_profile_form{width: 100%;margin-top: 30px;flex: 0 0 100%;max-width: 100%;}
    .profile_content {flex: 0 0 100%;max-width: 100%;margin-left: 0px;text-align: center;}
    .edit_profile_content form {flex: 0 0 100%;max-width: 100%;}
    .pannel_content{margin-bottom: 20px;}
    .section-title{margin-top: 0;}
    .pagination-content ul li a{width: auto;}
    .category-price-list_hd {padding: 10px 15px;border: 1px solid #d4d4d4;display: flex;
                             justify-content: space-between;align-items: center;border-radius: 0px;background: #d4d4d4;color: #000;font-size: 15px;margin: 0;pointer-events: all;}
    .category-price-list h5 i {font-size: 20px;font-weight: 900;}
    .category-price-list{background: transparent;padding: 0px 0px 0;border: 0;}
    .category-price-list-grid{display: none;background: #fff;}
    .category-price-list-grid a {padding: 3px 15px;font-size: 16px;}
    .wizard-box {margin-bottom: 0;padding: 0;}
    .wizard_form .detailRow [class*="col"] {padding: 0;}
    .wizard_form .detailRow:last-child {margin-bottom: 0;}
    .wizard-content li {margin: 0 0 20px;width: 47%;}
    .wizard-content li:last-child {margin: 0;}
    .wizard-content li span {width: 40px;height: 40px;line-height: 35px;margin-left: 0px;font-size: 14px;}
    .wizard-heading h2 {font-size: 18px;text-align: center;margin-top: 0;}
    .wizard-content li a {font-size: 15px;display: block;margin-right: 0;}
    .wizard-heading {margin: 20px 0 20px;padding: 0 0 5px;}
    .wizard-heading h2 {font-size: 18px;text-align: center;}	
    .wizard-content li.current_wizard::after{display: none ;}
    .edit_profile_content .button {width: 100%;}
    .business_details_popups .modal-dialog {max-width: 98%;min-width: 98%;margin: 0 1% !important;}
    .business_details_popups .heading h2, #guidelineModal .heading h2 {background: #ffda0d;padding: 10px 15px 10px 33px !important;text-align: right !important;	font-size: 20px;}
    .business_details_popups .modal-dialog {max-width: 98%;min-width: 98%;margin: 0 1% !important;}
    .popups_btn .signbutton {margin-top: 15px;}
    .popups_btn .button,.popups_btn .signbutton,.popups_btn .righttext {display: block;
                                                                        width: 100%;}
    .business_details_popups .close, #guidelineModal .close {top: 2px;}
    .item_heading{max-width: 100%;}
    .product_slider .stars{position: static;}
    .review_heading {flex-direction: column;align-items: self-start !important;}
    .review_box {width: 100%;margin-bottom: 25px;}
    .review_button .button {width: 100%;}
    .section_list li, .section_list h2{flex: 0 0 100%;max-width: 100%;}
    .section-title, .heading_small {font-size: 26px;}
    .list_toggle{display: block;}
    .user_details .menu {position: absolute;top: 80px;width: 100%;background: transparent;right: 0;display: none;flex-direction: column !important;}
    .user_details .menu li {display: block !important;width: 100%;margin: 0 !important;}
    .user_details .menu li a {display: block;padding: 13px 15px;background: #484646;border-top: 1px solid #fff;font-size: 16px;}
    .leftserchicon{position: absolute; top: 26px;  left: 23px; display:block; z-index:99;}
    .leftserchicon a{
        color: #000;
        background: #ffda0d;
        padding: 3px 16px;
        font-size: 21px;
        border-radius: 7px;
        display:block;
        z-index:99;
    }
    .header_search{display:none ; box-shadow:0 0 5px #ccc;}
    #main{display:block ; top:-9px;}
    .drop_menu{display:none !important;}
    .fillter_mobile {display: block;/*padding: 5px 10px;*/margin:0 0 10px 0;/*background: #ffda0d;cursor: pointer;font-weight: 600;font-size: 16px;*/}	

    .dashboard_toggle {
        cursor: pointer;
        position: absolute;
        right: inherit;
        top: 25px;
        left: 18px;
    }

    .jq-ry-container{margin:0 auto;}
    /*.callleftbut{position:static;}*/
    .callleftbut.mobilesec{display:block;}
    .callleftbut{display:none;}
    .filter_plc_lst{display:none;}
    .srtng_plc_lst{display:none;}
    .rightfixeddiv_sm {
        right: -140px;
    }
    .product_slider .heading_section h3 {
        width: 100%;
        text-align: center;
    }
    .price_list_onlstng{display:none;}
    ul.brdcm_ul li{float:none;}
    .field {
        width: 32%;
        display: inline-block;
        margin: 0 1px;
    }
    .price-table-content .col-xs-3 { width: 46% !important;}
    .price-table-content .col-xs-9 { width: 30% !important;}
    .pricing-content-1 .price-table-content img {
        margin: 0 0 0 5px;
    }
    .pricing-content-1 .mobile-padding {
        padding: 6px 0 !important;
    }
    .packages .col-md-3 {
        flex: inherit;
        max-width: 100%;
    }
    .fnd_prob_btn{
        text-align:center;
    }
    .fnd_prob_btn .button{ 
        display:inline-block
    }
    button.close{
        left:0; top:0;
    }
    .section_cat_list{
        -webkit-column-count: 2; /* Old Chrome, Safari and Opera */
        -moz-column-count: 2; /* Old Firefox */
        column-count: 2;
    }
    .outerjoint-package h3 {
        font-size: 23px;
    }
    #bclSearch, .claim_msg h3{width:90%;}
    .inner-search1 input.input_content{ margin-bottom:35px;}
    .bot_sociallink a{min-width:inherit;}
    .article_details h1 {
        font-size: 28px;}

    .new_customer, .new_vendor{width: auto;}
    .ordiv{margin: 20px 0}
    .dashboardbox{display:inline-block; width:45%;}
    .newloginscreen{width:98%;}
    .newloginscreen .loginright {display:none;}
    .newloginscreen .loginleft{width:100%;}
    .newloginscreen .loginbbox{display:block;}

}
@media screen and (max-width: 576px){
    .container {max-width: 100% !important;}
    .logo img {width: 110px;}
    .inner_header ul { flex-direction: row !important;align-items: center;}
    /* .top_header {margin-bottom: 57px;} */
    .user_details a img {width: 17px;}
    .inner_header .user_details li {margin-right: 0;margin-left: 10px !important;}
    .inner_header .user_details .dropdown-menu li {margin: 0 !important;}
    .user_details li:last-child,.inner_header .user_details li.drop_menu {margin: 0 !important;}
    .inner_header .user_details a {font-size: 14px;}
    .inner_header .user_details a i {font-size: 18px;width: auto;}
    .inner_header .button {min-width: auto;}
    .user_details ul{display: flex;flex-direction: column;}
    .user_details .dropdown-menu{display: none;}
    .user_details .open > .dropdown-menu {display: block;}
    .user_details li {margin-right: 0;margin-left: 2px;}
    .user_details .button {padding: 3px 10px;}
    .review_result{flex-direction: column;}
    .vendor_result .review_result{flex-direction: row;width: 100%;}
    .vendor_result .review_result .button {min-width: 46%;}
    .review_result a {margin-right: 10px;padding: 7px 11px;}
    .review_result a:first-child{margin-bottom: 10px;padding: 3px 15px;}
    .form_fbg_btn a {margin: 0 0px 10px;width: 100%;display: block;margin-bottom: 10px;}
    .user_account a:last-child{margin-bottom: 0;}
    .item_btn{flex-direction: column;}

    .item_btn .button.small_btn:not(:last-child){margin-bottom: 10px;}

    .user_account form .mt-4 a{display: block;margin-top: 5px;}
    .toggle{width: 100%;} 
    .language {margin-top: 7px;width: 100%;}
    /* forum Page css end*/
    .footer_link li {margin-bottom: 0; background: url(../../../frontend/new_theme/images/arrow.png) no-repeat 100% 8px; padding: 0px 14px 2px 0px;     line-height: 22px;}
    .popular_slide img{width: 100% !important;}
    .btn_content .new_button, .btn_content .new_button_black {min-width: 140px;min-height: 35px;line-height: 35px; margin:5px;}	
    .btn_content {margin-left: 5px;margin-bottom: 0;}
    .btn_content:last-child {margin: 0;}
    .pagination-content ul li a {width: auto;font-size: 14px;margin: 0 0px;height: 30px;
                                 padding: 0 5px;line-height: 30px;}
    .pagination-content ul li.next a, .pagination-content ul li.disabled a {margin: 0 0px 0 0;width: auto;}
    .pagination-content {margin-top: 20px;}

    .footer .col-6{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
    .dashboard-grid {flex: 0 0 48%;max-width: 48%;}
    .bottomsec ul li{width:49%;}
    .field {
        width: 93%;}
    .pricing-content-1 .mobile-padding{ margin:0 !important;}
    .pricing-content-1 .mobile-padding > i{margin-left:0 !important;}
    .price-table-content .col-xs-3 { width: 25%;}
    .price-table-content .col-xs-9 { width: 75%;}
    .pricing-content-1 .mobile-padding .text-right {
        text-align: left !important;
    }
    .pricing-content-1 .price-table-content img {
        margin: 0 0 0 5px;
        position: absolute;
        right: 11px;
        top: 11px;
    }
    .col-xs-12.text-left.mobile-padding {
        text-align: right !important;
        padding-right: 37px !important;
        font-weight: normal;
        padding-left: 0;
        width: 100%;
        margin: 0;
        position: relative;
    }
    .dashboardbox{display:inline-block; width:97%;}

}
@media screen and (max-width: 480px){
    .business_details_ad > ins{transform: translateX(-30%);}
    .dashboard-grid {flex: 0 0 100%;max-width: 100%;margin: 0 0 20px;}
    .portlet.light > .portlet-title > .actions .select2-selection,.portlet > .portlet-title > .actions,.portlet > .portlet-title > .actions .btn-group {min-width: 100%;width: 100%;}
    /*.portlet > .portlet-title > .caption {float: right !important;}*/
    .pricing-content-1 .mobile-padding{ margin:0 !important;}

}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


@media only screen and (max-width: 480px) {
	.desktopbox{display:none;}
	.boxprice{width:100%; margin:0 0 10px 0;}
}


/* Responsive section end here */







