html,
body {
    height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

img {
    line-height: 0;
    font-size: 0;
    font-size-adjust: 100%;
}

.page-wrap {
    min-height: 100%;
    margin-bottom: -240px;
}

.page-wrap:after {
    content: "";
    display: block;
}

footer,
.page-wrap:after {
    height: 240px;
}

body {
    height: 100%;
    font-family: 'Poppins';
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-osx-font-smoothing: grayscale;
    font-size: 15px;
    overflow-x: hidden;
}

a {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    cursor: pointer;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: inherit;
}

a,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

* {
    outline: none;
}

.header_main {
    background: rgba(0, 0, 0, 0.3);
    padding: 19px 0;
    position: fixed;
    width: 100%;
    z-index: 1003;
    top: 0;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.header_main.inner {
    background: rgba(57, 57, 57, 1);
    padding: 11px 0;
}

.logo {
    float: left;
}

.logo a {
    position: relative;
    display: block;
}

.menu-block {
    float: right;
}

.menu {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.menu>ul>li {
    float: left;
    margin: 0 12px 0 0;
}

.menu>ul>li:last-of-type {
    margin: 0;
}

.menu>ul>li>a {
    background: #404040 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-weight: 600;
    padding: 12px 20px;
    cursor: pointer;
    position: relative;
}

.menu ul li:last-child {
    margin: 0;
}

.menu ul li a:hover,
.menu ul li a:focus {
    background: #24a357;
}

.header_bottom {
    background: #24a357 none repeat scroll 0 0;
    margin: 65px 0 0;
    overflow: hidden;
    padding: 15px 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

.username {
    float: right;
}

.logo a span {
    bottom: 0px;
    color: #fff;
    display: inline-block;
    position: absolute;
    width: 110px;
    margin: 0 0 0 5px;
    line-height: 13px;
}

.middle_bar {
    position: relative;
}

.right_sidebar {
    background: #E4E4E4;
}

.leftside_bar {
    background: #2f4050 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 269px;
    z-index: 0;
}

.left-block {
    padding: 134px 0 0;
}

.footer {
    background: #2c2c2c none repeat scroll 0 0;
    color: #fff;
    overflow: hidden;
    padding: 40px 0;
    position: relative;
}

.footer ul li a {
    color: #fff;
    font-weight: 400;
}

.footer-title {
    font-weight: 600;
    text-transform: uppercase;
}

.footer-section h2 {
    font-size: 22px;
}

.footer_links {
    margin: 15px 0 0;
}

.footer_links li {
    margin: 5px 0 0;
}

.footer_links.sec_2 {
    margin: 39px auto 0;
    padding: 0 0 0 55px;
}

.footer-section1 {
    text-align: right;
}

.social_links {
    margin: 15px 0 0;
    float: right;
}

.social_links ul li {
    float: left;
    margin: 0 15px 0 0;
}

.social_links ul li:last-child {
    margin: 0 0px 0;
}

.social_links ul li a i {
    background: url("../img/social_links_new.svg") no-repeat;
    height: 27px;
    width: 27px;
    display: block;
    transition: background-image 0.4s ease 0s;
}
/*
.social_links .png a i {
    background: url("../img/insta2.png") no-repeat;
    height: 27px;
    width: 27px;
    display: block;
    transition: background-image 0.4s ease 0s;
} */

.social_links ul li a i.fb {
    background-position: 0 -1px;
}

.social_links ul li a i.twitter {
    background-position: -51px -1px;
}

.social_links ul li a i.google_plus {
    background-position: -100px -1px;
}

.social_links ul li a i.pinterest {
    background-position: -149px -1px;
}

.social_links ul li a:hover i.fb {
    background-position: 0 -30px;
}

.social_links ul li a:hover i.twitter {
    background-position: -51px -30px;
}

.social_links ul li a:hover i.google_plus {
    background-position: -100px -30px;
}

.social_links ul li a:hover i.pinterest {
    background-position: -149px -30px;
}

.client_logo {
    padding: 20px;
}

.footer-up {
    color: #6c6c6c;
    font-size: 16px;
    background: #fff;
    padding: 40px 0;
    position: relative;
    z-index: 2;
}

.footer-up a {
    color: #24a357;
}

.footer_links li a:hover {
    color: #24a357;
}

.username {
    color: #fff;
}

.bold {
    font-weight: 500;
}

.rightside_bar {
    margin: 150px 0 0 269px;
    position: relative;
}

.logout {
    color: #fff;
}

.sidemenu>li>a {
    padding: 15px 20px;
    display: block;
    border-left: 4px solid #2f4050;
}

.sidemenu>li>a:hover,
.sidemenu>li>a:focus {
    background: #10253f;
    border-color: #24a357;
    color: #fff;
}

.temp-sub-menu li a {
    padding: 15px 20px;
    display: block;
    border-left: 4px solid #0f243e;
}

.temp-sub-menu>li>a:hover,
.temp-sub-menu>li>a:focus {
    background: #10253f;
    border-color: #24a357;
    color: #fff;
}

.temp-sub-menu {
    background: #122740;
}

.angle.rotate {
    transform: rotate(-90deg);
}

.angle {
    float: right;
    margin: 7px 0px 0 0;
}

.temp-sub-menu.nocollps {
    display: none;
}

.logo-img {
    height: 36px !important;
    display: inline-block;
}

.text-img {
    height: 20px !important;
    display: inline-block;
    margin: 0 5px;
    vertical-align: baseline;
}

.text-img+span {
    display: inline-block;
}

#search_modal_form .typeahead.dropdown-menu {
    z-index: 9999999;
}

.right_side_block {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: block;
    overflow: auto;
    padding: 0;
    transition: all 0.2s ease-out 0s;
}

.banner {
    background: rgba(57, 57, 57, 1) url("../img/banner.png") no-repeat scroll left center / cover;
    position: relative;
    width: 100%;
    padding: 0 0 80px;
    min-height: 650px;
}

.banner_left {
    color: #fff;
    float: left;
    padding: 200px 0 0 0px;
    width: 50%;
}

.banner_left h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
}

.banner_left ul {
    margin: 15px 0 0;
}

.banner_left ul li {
    margin: 0 0 20px;
    position: relative;
    padding: 0 0 0 20px;
    font-size: 17px;
}

.banner_left ul li:before {
    background: #f8981d;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    position: absolute;
    left: 0;
    top: 7px;
    background-repeat: no-repeat;
    content: "";
}

.banner-device-img {
    margin: 35px 0 0 0;
}

.more,
.btn-login {
    background: #eb902d none repeat scroll 0 0;
    border: 1px solid #eb902d;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    margin: 15px 0;
    padding: 10px 0px;
    text-align: center;
}

.joining li a.btn-login {
    display: inline-block;
    margin: 7px 15px;
    padding: 10px 15px;
    text-transform: uppercase;
}

#claimBusiness .list-inline a {
    color: #555;
}

#claimBusiness .list-inline a:hover {
    color: #24a357;
}

.existing li {
    color: #a5a5a5;
    font-weight: 500;
}

.more:hover,
.more:focus {
    background: #eb902d none repeat scroll 0 0;
    color: #fff;
}

.banner-device {
    margin: 84px 0 0;
    position: absolute;
    right: -60px;
    width: 50%;
    text-align: right;
}

.app_store {
    /*    margin: 350px 16px 0;*/
    position: absolute;
    bottom: 40px;
}

.pc {
    display: inline-block;
    position: relative;
}

.banner-bottom {
    background: #24a357;
    text-align: center;
    padding: 20px;
    color: #fff;
}

.banner-bottom h2 {
    display: inline;
    font-size: 23px;
}

.more1 {
    color: #1b653b;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 0 10px;
}

.more1:hover {
    color: #444;
}

.banner-bottom .get-std,
.banner-bottom .get-std:hover,
.banner-bottom .get-std:focus {
    background: #eb902d none repeat scroll 0 0;
    color: #fff;
}

.get-std {
    background: #404040;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    margin: 10px auto 0;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 20px 0 0;
    font-weight: 500;
}

.green {
    color: #24a357;
}

.middle-up {
    padding: 50px 0 60px;
}

.feedback_list {
    margin: 40px 0 0;
}

.feedback_list li {
    margin: 0 0 20px;
    position: relative;
    padding: 0 0 0 20px;
    font-size: 17px;
    color: #8d8d8d;
}

.feedback_list li:before {
    background-image: url(../img/green-arrow.png);
    height: 12px;
    width: 7px;
    position: absolute;
    left: 0;
    top: 6px;
    background-repeat: no-repeat;
    content: "";
}

.device-title {
    font-size: 29px;
}

.sec_right>img {
    max-width: 100%;
}

.sec_right {
    text-align: right;
    float: left;
}

.register-feedbacks-block {
    background: #f9f9f9;
    padding: 50px 0;
}

.register-feedbacks-block h1 {
    font-size: 30px;
    color: #404040;
}

.search-block {
    margin: 15px 0 0;
}

.feedbcak-1 {
    margin: 50px 0 0;
    overflow: hidden;
    color: #868686;
    font-weight: 400;
}

.feedbcak-1 h3 {
    color: #404040;
    font-size: 18px;
    padding: 5px 0 0 45px;
    position: relative;
}

.feedbcak-1 ul {
    margin: 30px 0;
}

.feedbcak-1 ul li {
    margin: 0 0 15px;
    padding: 0 0 0 50px;
    position: relative;
}

.feedbcak-1 ul li::before {
    background-image: url("../img/arrw-grey.svg");
    background-repeat: no-repeat;
    content: "";
    height: 12px;
    left: 13px;
    position: absolute;
    top: 6px;
    width: 7px;
}

.feedbcak-1>.col-md-4 {
    margin: 0 0 15px;
}

.feedbcak-1 h3.manage:before {
    background: url("../img/manage.svg") no-repeat;
    content: "";
    height: 50px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

.feedbcak-1 h3.monitor:before {
    background: url("../img/monitor.svg") no-repeat;
    content: "";
    height: 50px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

.feedbcak-1 h3.improve:before {
    background: url("../img/improve.svg") no-repeat;
    content: "";
    height: 50px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

.privacy_policy_section {
    background: #fff;
}

.privacy_policy_section .claim_section {
    background: #fafafa;
    padding: 20px;
}

.privacy_policy b {
    font-size: 20px;
    font-weight: 600;
}

.privacy_policy {
    padding: 20px 40px;
}

.privacy_policy p {
    text-align: justify;
}

.privacy_policy ul li {
    margin: 0 0 15px;
    padding: 0 0 0 50px;
    position: relative;
}

.privacy_policy ul li::before {
    background-image: url("../img/arrw-grey.svg");
    background-repeat: no-repeat;
    content: "";
    height: 12px;
    left: 18px;
    position: absolute;
    top: 6px;
    width: 7px;
}

.heavy {
    font-weight: 600;
}

.check_list_block {
    background: rgba(0, 0, 0, 0) url("../img/check_list_img.png") no-repeat scroll 0 0;
    width: 100%;
    background-size: cover;
    padding: 85px 0;
}

.check-text {
    font-size: 40px;
    color: #fff;
}

.showcaselogo ul li {
    display: inline-block;
    margin: 0 10px;
    width: 14%;
}

.client {
    padding: 50px 0;
    background: #f9f9f9;
}

.clients_logo_list {
    margin: 40px 0 0;
}

.clients_logo_list li {
    display: inline-block;
    width: 15%;
}

.clients_logo_list li img {
    max-width: 100%;
}

.client-img {
    height: 97px;
    width: 97px;
    border-radius: 50%;
}

.client_img_block {
    display: inline-block;
    margin: 0 0 15px;
}

.client_post_comment {
    display: inline-block;
    margin: 15px;
}

.client_name {
    color: #686868;
    font-size: 18px;
}

.client_post {
    color: #24a357;
    text-align: left;
}

.testimonial_1.text-center {
    margin: 60px auto 40px;
    width: 800px;
}

.testimonial {
    padding: 50px 0;
}

.footer-bottom {
    background: #3f3f3f;
    padding: 15px 0;
}

.footer-bottom ul li {
    float: left;
    margin: 0 25px 0 0;
}

.footer-bottom ul li a {
    color: #757575;
    display: block;
}

.footer-bottom ul li a:hover {
    color: #fff;
}

.copyright {
    float: right;
    color: #757575;
}

.testimonial .owl-theme .owl-controls .owl-page span {
    background: url(../img/deactive-point.png) no-repeat;
    display: block;
    height: 4px;
    margin: 5px 7px;
    opacity: 1;
    width: 20px;
    border-radius: 0;
}

.testimonial .owl-theme .owl-controls .owl-page.active span,
.testimonial .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: url(../img/active-point.png) no-repeat;
}

.comment {
    margin: 15px 0 0;
    color: #868686;
}

.testimonial .owl-theme .owl-controls .owl-buttons div {
    background: #869791 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 5px;
    padding: 0;
    text-indent: -999px;
}

.testimonial .owl-theme .owl-controls .owl-buttons .owl-prev {
    background: url(../img/prev.svg) no-repeat;
    height: 38px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.testimonial .owl-theme .owl-controls .owl-buttons .owl-next {
    background: rgba(0, 0, 0, 0) url("../img/next.svg") no-repeat scroll 0 0;
    height: 38px;
    width: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.medium {
    font-weight: 400;
}

.header_main.sticky {
    background: rgba(57, 57, 57, 1);
    padding: 10px 0;
}

.setup {
    color: #8d8d8d;
}

.clients_logo_list {
    font-size: 0;
}

.close-btn a {
    color: #fff;
    display: none;
    font-size: 24px;
    padding: 25px 40px 0;
    position: absolute;
    right: 0;
    z-index: 2;
}

.hamburger {
    display: none;
}

.hamburger span {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 5px;
    width: 22px;
}

.hamburger>a {
    display: block;
    padding: 14px 4px 0;
}

/*----------search_response_page-------*/

.section-container {
    background: #eaeaea none repeat scroll 0 0;
    padding: 30px 0 60px;
}

.typeahead .active .dropdown-item,
.typeahead .dropdown-item:hover,
.typeahead .dropdown-item:focus {
    background: #24a357 none repeat scroll 0 0 !important;
}

.search-textbox .col-md-4 {
    padding: 0 5px;
    width: 31%;
}

.section-container .search-textbox .searchbtn {
    border-radius: 0;
    float: right;
    height: 60px;
    width: 6.5%;
}

.search-textbox .col-md-4:first-child {
    padding: 0 5px 0 0;
}

.search-textbox .col-md-4:last-child {
    padding: 0 0px 0 5px;
}

.search-textbox input[type="text"] {
    border-radius: 0;
    box-shadow: none;
    border-color: #fff;
    height: 60px;
    padding: 0 15px;
    color: #6c6c6c;
    font-size: 16px;
}

.searchtitle h2 {
    margin: 0 0 14px;
    color: #555555;
    font-size: 30px;
    text-align: left;
    display: inline;
}

.searchtitle {
    overflow: hidden;
    width: 100%;
}

.search_result_section {
    margin: 15px 0;
    background: #fff;
    padding: 20px;
}

.searchtitle i {
    float: right;
    margin-top: 6px;
}

.search_result_block {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding: 40px 0;
}

.search_result_block:last-child {
    border-bottom: none;
    padding: 40px 0 0px 0;
}

.search_result_block:first-child {
    padding: 00px 0 00px;
    border-top: 0px solid;
}

.search_result_block:nth-of-type(2) {
    margin: 40px 0 0 0;
}

.search_result_block.blank_search_result {
    padding: 0;
}

.img_block {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    float: left;
    height: 126px;
    margin: 0 25px 0 0;
    padding: 1px;
    text-align: center;
    width: 126px;
}

.search_content {
    float: left;
    width: 430px;
}

.address {
    background: #fff url("../img/location_point.png") no-repeat scroll 0 0;
    color: #4b4b4b;
    padding: 0 0 0 20px;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    background-size: 14px;
    background-position: top 2px left;
}

.select_btn {
    float: right;
}

.search_result_section .select_btn a {
    text-transform: uppercase;
}

.select_btn a {
    background: #24a357 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    padding: 15px 40px;
}

.dashboard-login-text {
    color: #eb902d;
    cursor: pointer;
}

.alert_sentence {
    margin: 10px 0;
    color: red;
}

.img_block>img {
    display: block;
    height: 100%;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center center;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.section_outside {
    margin: 30px 0;
    color: #6c6c6c;
}

.sub_sentence {
    color: #6c6c6c;
    margin: 0 0 0 23px;
}

.search_list {
    overflow: hidden;
}

.search_list>.hdn>.search_content {
    width: 285px !important;
}

.claim {
    width: 100%;
    float: left;
}

#search_result {
    padding: 50px;
    background: #fff;
}

#search_result .claim {
    width: 202px;
}

#search_result .map_block {
    width: 309px;
}

.claim .more {
    display: block;
    text-transform: uppercase;
}

.process_result_block1 .categories {
    width: 100%;
}

.categories {
    float: left;
    overflow: hidden;
    padding: 15px 0 0 24px;
    width: 50%;
}

.categories .category {
    float: left;
    width: 48%;
}

.categories .category:last-child {
    float: right;
}

.categories div.category:last-child {
    padding: 0 0 0 0px;
}

.cat_lable {
    color: #a9a9a9;
    margin: 0 0 5px;
}

.cat_name {
    margin: 0 0 15px;
    color: #686868;
}

.map_block {
    background: #f3f3f3 none repeat scroll 0 0;
    float: right;
    height: 417px;
    margin: 15px 0 0;
    width: 349px;
}

.cat_img img {
    width: 100%;
    max-width: 100% !important;
}

.claimed {
    position: relative;
}

.claimed .more {
    background: #a3a3a3;
    border: 1px solid #a3a3a3;
    position: relative;
}

.claimed .more span.right-round {
    background: url(../img/claimed-sign.png) no-repeat scroll 0 3px;
    border: 1px solid #a3a3a3;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 0px 0px 0px 30px;
    text-transform: lowercase;
    position: relative;
}

.search_result_block .claimed .cat_img {
    /* height: 253px;
     width: 242px;*/
    overflow: hidden;
}

.social_icon_block {
    background: #f4f4f4 none repeat scroll 0 0;
    margin: 25px 0;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}

.social_icon_block li {
    display: inline-block;
    font-size: 0;
}

.social_icon_block>ul {
    text-align: right;
}

.social_icon_block a {
    display: block;
    font-size: 0;
    margin: 0 0 0 3px;
}

.social_icon_block span {
    display: block;
}

.web {
    background: url(../img/web.png) no-repeat;
    height: 47px;
    width: 47px;
}

.fb {
    background: url(../img/facebook.png) no-repeat;
    height: 47px;
    width: 47px;
}

.instagram {
    background: url(../img/instagram.png) no-repeat;
    height: 47px;
    width: 47px;
}

.web_disable {
    background: url(../img/web_disable.png) no-repeat;
    height: 47px;
    width: 47px;
}

.fb_disable {
    background: url(../img/facebook_disable.png) no-repeat;
    height: 47px;
    width: 47px;
}

.instagram_disable {
    background: url(../img/instagram_disable.png) no-repeat;
    height: 47px;
    width: 47px;
}

.bold_italic {
    font-style: italic;
}

.dispute {
    color: #A3A3A3;
}

.tagged {
    background: rgba(0, 0, 0, 0) url("../img/claimed_green.png") no-repeat scroll 0 0;
    color: #24a357;
    text-transform: uppercase;
    padding: 0 0 0 26px;
    margin: 0 9px 0 0;
    display: inline-block;
}

.blank_search_result .img_block {
    background: #eaeaea;
    display: table;
    text-align: center;
}

.blank_search_result .img_block span {
    color: #ababab;
    font-size: 20px;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
}

.blank_search_content {
    padding: 25px 0 0 20px;
}

.blank_search_content p {
    color: #efae00;
}

.blank_search_content p.green {
    color: #24a357;
    margin-top: 20px;
}

.blank_search_result .select_btn a {
    display: inline-block;
    padding: 10px 25px;
    text-transform: none;
}

.blank_search_result .select_btn {
    margin-top: 40px;
}

/*----------search_response_page end--------*/

/*-----modal start-----*/

.alert_modal .modal-content {
    background: rgba(255, 252, 252, 0.4) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    vertical-align: middle;
}

/*.alert_modal .close {color: #ffffff;font-size: 50px;opacity: 1;position: fixed;right: 20px;top: 10px;z-index: 100;}*/

.alert_modal button.close {
    color: #ffffff;
    font-size: 50px;
    opacity: 1;
    position: fixed;
    right: 20px;
    top: 10px;
    z-index: 100;
}

.alert_modal .alert_form {
    background: #ffffff none repeat scroll 0 0;
    margin: 0 auto;
    max-width: 96%;
    width: 530px;
}

.alert_modal .modal-header {
    background: #4caf50 none repeat scroll 0 0;
    border: medium none;
    padding: 12px;
}

.buttons input[type="button"] {
    display: inline-block;
    margin: 10px 10px 0;
    padding: 5px 45px;
    width: auto;
    background: #24a357;
    color: #fff !important;
}

.buttons {
    text-align: center;
    margin: 20px 0 0;
}

.alert_modal input[type="button"].grey {
    background: #393939;
    border: 1px solid #393939;
    padding: 8px 20px;
}

.alert_modal .modal-header h4 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

.alert_modal .modal-body p {
    text-align: center;
}

.alert_modal .modal-dialog {
    height: 100%;
    margin: 0 auto;
    width: 100%;
}

.alert_modal .modal-body {
    background: #fff none repeat scroll 0 0;
    display: table;
    left: 0;
    margin: 0px auto 0;
    max-width: 100%;
    padding: 0px;
    position: absolute;
    right: 0;
    top: 20%;
    width: 390px;
}

.alert_modal .modal-content {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    height: 100%;
    width: 100%;
}

.alert_modal_content h2 {
    color: #fff !important;
    padding: 0 !important;
    margin: 0;
}

.alert_modal .modal-header {
    background: #24a357 none repeat scroll 0 0;
    border: medium none;
    padding: 12px;
}

.data_content {
    padding: 25px;
}

/*-----modal over-----*/

#claimAlertModal .data_content {
    text-align: center;
}

#claimAlertModal .more,
#claimAlertModal .btn-login {
    padding: 8px 20px;
}

#claimAlertModal .buttons input[type="button"],
#claimAlertModal .buttons input[type="reset"],
#claimAlertModal .buttons input[type="submit"] {
    display: inline-block;
    margin: 0 4px;
    padding: 8px 0;
    width: 48%;
}

#claimAlertModal .buttons input[type="button"]:last-child,
#claimAlertModal .buttons input[type="reset"]:last-child,
#claimAlertModal .buttons input[type="submit"]:last-child {
    margin: 0px auto 0px;
}

/*---------Add business page start----------*/

.st-search-open {
    font-size: 14px;
}

.wizard {
    background: #fff none repeat scroll 0 0;
    margin: 20px auto 0;
    width: 80%;
}

.three-wizard {
    background: #fff none repeat scroll 0 0;
    margin: 20px auto 0;
    width: 80%;
}

.wizard .nav-tabs {
    border-bottom-color: #fff;
    margin: 40px auto 0px;
    position: relative;
    padding: 0 0 50px;
}

.three-wizard .nav-tabs {
    border-bottom-color: #fff;
    margin: 40px auto 0px;
    position: relative;
    padding: 0 0 50px;
}

.wizard>div.wizard-inner {
    position: relative;
}

.three-wizard>div.three-wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 45px;
    width: 79%;
    z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.three-wizard .nav-tabs>li.active>a,
.three-wizard .nav-tabs>li.active>a:hover,
.three-wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.wizard-inner .nav-tabs li.active:first-child a:before {
    display: none;
}

.wizard-inner .nav-tabs li:first-child a:before {
    display: none;
}

.wizard-inner .nav-tabs li.disabled a:before,
.wizard-inner .nav-tabs li a:before {
    background: #dbdbdb;
    height: 2px;
    display: block;
    width: 100%;
    content: '';
    bottom: 0;
    position: absolute;
    top: 50%;
    right: 50%;
}

.wizard-inner .nav-tabs li.active a:before,
.wizard-inner .nav-tabs li a::before {
    background: #24a357;
}

.wizard-inner .nav-tabs li span.round-tab {
    background: #24a357;
    border-color: #24a357;
}

.wizard-inner .nav-tabs li.disabled span.round-tab {
    background: #dbdbdb;
    border-color: #dbdbdb;
}

.three-wizard-inner .nav-tabs li.active:first-child a:before {
    display: none;
}

.three-wizard-inner .nav-tabs li:first-child a:before {
    display: none;
}

.three-wizard-inner .nav-tabs li.disabled a:before,
.three-wizard-inner .nav-tabs li a:before {
    background: #dbdbdb;
    height: 2px;
    display: block;
    width: 100%;
    content: '';
    bottom: 0;
    position: absolute;
    top: 50%;
    right: 50%;
}

.three-wizard-inner .nav-tabs li.active a:before,
.three-wizard-inner .nav-tabs li a::before {
    background: #24a357;
}

.three-wizard-inner .nav-tabs li span.round-tab {
    background: #24a357;
    border-color: #24a357;
}

.three-wizard-inner .nav-tabs li.disabled span.round-tab {
    background: #dbdbdb;
    border-color: #dbdbdb;
}

span.round-tab {
    background: #dbdbdb none repeat scroll 0 0;
    border: 2px solid #dbdbdb;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 19px;
    height: 45px;
    margin: 0 auto;
    line-height: 41px;
    position: relative;
    text-align: center;
    width: 45px;
    z-index: 1;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #24a357 none repeat scroll 0 0;
    border: 2px solid transparent;
    color: #fff;
    cursor: pointer;
}

.wizard li.current span.round-tab {
    background: #404040 none repeat scroll 0 0;
    border: 2px solid transparent;
    color: #fff;
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

.wizard .nav-tabs>li {
    width: 20%;
    text-align: center;
    color: #8d8d8d;
    font-size: 14px;
}

.three-wizard li.active span.round-tab {
    background: #24a357 none repeat scroll 0 0;
    border: 2px solid transparent;
    color: #fff;
    cursor: pointer;
}

.three-wizard li.current span.round-tab {
    background: #404040 none repeat scroll 0 0;
    border: 2px solid transparent;
    color: #fff;
}

.three-wizard li.active span.round-tab i {
    color: #5bc0de;
}

.three-wizard .nav-tabs>li {
    width: 33%;
    text-align: center;
    color: #8d8d8d;
    font-size: 14px;
}

.tab-content {
    background: #fafafa none repeat scroll 0 0;
}

.wizard>li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    top: 136px;
    transition: 0.1s ease-in-out;
}

.wizard li.current::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #fafafa;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    bottom: 0;
    content: " ";
    left: 46%;
    margin: 0 auto;
    opacity: 1;
    position: absolute;
    top: 136px;
}

.wizard .nav-tabs>li a {
    border-radius: 50%;
    height: 45px;
    margin: 20px auto;
    padding: 0;
    width: 100%;
    text-align: center;
    border: none;
    position: relative;
    background: none;
}

.wizard .nav-tabs>li a:hover,
.wizard .nav-tabs>li a:focus {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
}

.wizard .btn-default {
    background-color: #fff;
    border-color: #e0e0e0;
    color: #333;
    padding: 10px 25px;
    box-shadow: none;
}

.three-wizard>li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    top: 136px;
    transition: 0.1s ease-in-out;
}

.three-wizard li.current::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #fafafa;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    bottom: 0;
    content: " ";
    left: 46%;
    margin: 0 auto;
    opacity: 1;
    position: absolute;
    top: 136px;
}

.three-wizard .nav-tabs>li a {
    border-radius: 50%;
    height: 45px;
    margin: 20px auto;
    padding: 0;
    width: 100%;
    text-align: center;
    border: none;
    position: relative;
    background: none;
}

.three-wizard .nav-tabs>li a:hover,
.three-wizard .nav-tabs>li a:focus {
    background: transparent;
}

.three-wizard .tab-pane {
    position: relative;
}

.three-wizard .btn-default {
    background-color: #fff;
    border-color: #e0e0e0;
    color: #333;
    padding: 10px 25px;
}

.process_field {
    padding: 50px;
}

.wizard button.more {
    padding: 8px 24px;
    margin: 0;
}

.three-wizard button.more {
    padding: 8px 24px;
    margin: 0;
}

.map_process {
    background: #24a357 none repeat scroll 0 0;
    height: 292px;
    width: 100%;
}

.address_process .col-md-6:first-child {
    padding: 0 7px 0 0;
}

.three-address_process .col-md-6:first-child {
    padding: 0 7px 0 0;
}

.address_process .col-md-6:last-child {
    padding: 0 0px 0 7px;
}

.three-address_process .col-md-6:last-child {
    padding: 0 0px 0 7px;
}

.address_text {
    position: relative;
}

.search-submit {
    /*background: #908f8f;*/
    background: #24a357;
    border: 0 none;
    border-radius: 0;
    bottom: 0;
    color: #fff;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    z-index: 1;
}

#addBusiness #categories .dropdown-menu li {
    float: left;
}

.three-wizard h3 {
    margin-top: 0;
}

.three-wizard .list-inline {
    background: #fff none repeat scroll 0 0;
    list-style: outside none none;
    padding: 30px 0 0;
    text-align: center;
    margin: 0;
}

.three-wizard .list-inline>button[type="reset"] {
    background: transparent none repeat scroll 0 0;
    border: medium none;
}

.three-wizard .btn-primary:hover,
.three-wizard .btn-primary:focus {
    border-color: transparent;
}

.wizard h3 {
    margin-top: 0;
}

.wizard .list-inline {
    background: #fff none repeat scroll 0 0;
    list-style: outside none none;
    padding: 30px 0 0;
    text-align: center;
    margin: 0;
}

.wizard .list-inline>button[type="reset"] {
    background: transparent none repeat scroll 0 0;
    border: medium none;
}

.wizard .btn-primary:hover,
.wizard .btn-primary:focus {
    border-color: transparent;
}

.process_field>* {
    margin: 5px 0 !important;
}

.process_field .btn.dropdown-toggle.btn-default {
    border-radius: 0;
    height: 56px;
    box-shadow: none;
    padding: 15px 45px 15px 15px;
}

.process_field .btn.dropdown-toggle.btn-default.open>.dropdown-toggle.btn-default {
    background: #fff;
}

.process_field .dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    top: 55px;
    bottom: auto;
    z-index: 1000;
    max-height: 250px !important;
    min-height: auto !important;
    padding: 0px;
}

.process_field .dropdown-menu li{
    padding:0px 0 6px;
}

.process_field #subCategories.dropdown-menu {
    height: 130px !important;
}

.process_field .form-control {
    height: auto;
}

.process_field .caret {
    background: rgba(0, 0, 0, 0) url("../img/select_arrow_down.png") no-repeat scroll 0 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    display: inline-block;
    height: 7px;
    margin-left: 2px;
    vertical-align: middle;
    width: 13px;
    border-bottom: transparent;
    opacity: 0.7;
}

.process_field .form-control::-moz-placeholder {
    color: #6c6c6c;
    opacity: 1;
}

.search_result_block.process_result {
    background: #fafafa;
    padding: 40px;
}

.process_result .map_block {
    background: #f3f3f3;
    float: right;
    height: 283px;
    margin: 0;
    width: 352px;
}

.process_result .cat_lable.bold {
    float: left;
    margin: 0 15px 0 0;
    width: 115px;
}

.process_result .social_icon_block>ul {
    float: left;
    margin: 15px 0 0;
    text-align: left;
}

.process_result .categories {
    float: none;
    padding: 0;
}

.process_result .address {
    /* float: right; */
    /* width: 340px; */
    padding: 15px 15px 15px 46px;
    background: #fff url(../img/location_point.png) no-repeat scroll 0 0;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    background-size: 14px;
    background-position: top 18px left 20px;
}

.process_result .address::before {
    left: 13px;
    top: 18px;
}

.process_result .claim .more {
    display: block;
    margin: 8px 0;
    text-transform: uppercase;
}

.process_result .cat_name {
    margin: 0 0 8px;
}

.process_result .alert_sentence {
    margin: 37px 0 0;
}

.process_result .social_icon_block,
.process_result .select_result {
    margin: 0;
}

.select_result {
    display: none;
}

.process_result div.search_list:last-of-type {
    padding: 30px 0 00px;
    border-bottom: 0px;
}

.lefts {
    float: left;
    margin: 0 10px 0 0;
}

.lefts .img_block {
    float: none;
    margin: 0;
}

.process_result_block1 {
    float: left;
    width: 660px;
}

.add {
    padding: 10px 25px;
}

.add_another {
    padding: 10px 25px;
    margin: 30px 0 0;
}

/*END Form Wizard*/

.process_content_block {
    background: #fafafa none repeat scroll 0 0;
    margin: 20px auto;
    padding: 40px;
    position: relative;
    width: 90%;
}

.process_content_block::before {
    border-bottom: 11px solid #FAFAFA;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: -11px;
    width: 0;
    left: 80px;
}

.process_field input[type="text"],
.process_field textarea {
    height: 55px;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
}

.address_text input[type="text"],
.address_text textarea,
.address_text .bootstrap-select {
    margin: 0 0 8px !important;
}

.process_field textarea {
    height: 224px !important;
    resize: none;
}

.required::-webkit-input-placeholder:after {
    content: '*';
    color: red;
}

.required:-moz-placeholder:after {
    /* Firefox 18- */
    content: '*';
    color: red;
}

.required::-moz-placeholder:after {
    /* Firefox 19+ */
    content: '*';
    color: red;
}

.required:-ms-input-placeholder:after {
    content: '*';
    color: red;
}

.submit_class span {
    color: #7e7e7e;
    margin: 0 0 0 15px;
}

.ui-helper-hidden-accessible {
    display: none;
}

.search_result_block .cat_img {
    height: 352px;
}

.addbus_step1 .process_field .sel_cat {
    display: none !important;
}

.addbus_step1 .process_field .address_process,
.addbus_step2 .process_field .address_process,
.addbus_step3 .process_field .address_process,
.addbus_step4 .process_field .address_process {
    display: none !important;
}

.addbus_step1 .process_field .selectsubcategory,
.addbus_step1 .process_field .selectbustype,
.addbus_step2 .process_field .selectsubcategory,
.addbus_step2 .process_field .selectbustype,
.addbus_step3 .process_field .selectbustype {
    display: none !important;
}

.three-step1 .process_field .three-bus-type {
    display: none !important;
}

.three-step1 .process_field .three-address_process,
.three-step2 .process_field .three-address_process {
    display: none !important;
}

/*--------Add business page end------------*/

/*--------Claim process start------------*/

h1.heavy {
    color: #555555;
    font-size: 30px;
    margin-bottom: 13px;
    text-transform: capitalize;
}

.hover_green {
    color: #555;
}

.hover_green:hover {
    color: #24a357;
}

.search_result_section h2 {
    background: #fafafa none repeat scroll 0 0;
    padding: 50px 0 20px;
    color: #555;
}

.search_result_section .searchtitle h2 {
    background: none;
}

.search_result_section.claim_section {
    padding: 0;
}

.claim_process .wizard .nav-tabs>li {
    display: inline-block;
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 19%;
    vertical-align: top;
    position: relative;
}

.claim_process.after_login .wizard .nav-tabs>li {
    width: 49%;
}

.claim_process .wizard .nav-tabs {
    margin: 0;
    border-bottom-color: #e0e0e0;
}

.claim_process .wizard li.active::after {
    background: url(../img/triangle_uparrow.png) no-repeat;
    border: medium none;
    bottom: -52px;
    height: 22px;
    left: 0;
    right: 0;
    top: auto;
    content: "";
    margin: 0 auto;
    width: 28px;
    position: absolute;
}

.claim_tab_block {
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    max-width: 38%;
    padding-bottom: 30px;
    margin: 0 auto;
}

.claim_intab_block {
    width: 630px;
    margin: 0 auto;
    max-width: 96%;
}

.claim_process .wizard {
    width: 100%;
    margin: 0;
}

.claim_process .wizard .wizard-inner {
    background: #fafafa;
}

.claim_process .tab-content {
    background: #fff;
    padding: 50px 0;
}

.claim_process h2 {
    font-size: 20px;
}

.form_claim_process .claim_tab_block .pricing {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}

.search_result_section.claim_section h1 {
    background: #fafafa none repeat scroll 0 0;
}

#claimBusinessLoginCheck ul.nav.nav-tabs {
    text-align: center;
}

#payment-form .alertbox {
    padding: 0 15px 0 0;
}

#payment-form .alertbox label {
    margin: 0;
    padding: 9px;
    width: 100%;
    font-weight: normal;
}

/*--- radio --*/

.form_claim_process .radiobtns {
    margin: 15px 0;
    color: #8d8d8d;
}

.form_claim_process .radio_btn input[type="radio"]:not(old) {
    margin: 0;
    opacity: 0;
    padding: 0;
    width: 28px;
    display: none;
}

.form_claim_process .radio_btn .radiobtns label {
    color: #4c4c4c;
}

.form_claim_process .radio_btn input[type="radio"]:not(old)+label {
    background: rgba(0, 0, 0, 0) url("../img/radio_btn.png") no-repeat scroll 0 0;
    display: inline-block;
    line-height: 24px;
    padding-left: 28px;
}

.form_claim_process .radio_btn input[type="radio"]:checked:not(old)+label {
    background: url("../img/radio-btn-checked.png") no-repeat;
}

/*--- radio over --*/

/*--- checkbox --*/

.form_claim_process .checkbtns {
    color: #a8a8a8;
    margin: 24px 0;
}

.form_claim_process .check_btn input[type="checkbox"]:not(old) {
    display: none;
    margin: 0;
    opacity: 0;
    padding: 0;
    width: 0;
}

.form_claim_process .check_btn .checkbtns label {
    color: #a8a8a8;
    font-weight: 400;
}

.form_claim_process .check_btn .checkbtns label a {
    color: #24a357;
    display: inline-block;
    font-weight: 600;
}

.form_claim_process .check_btn input[type="checkbox"]:not(old)+label {
    background: url("../img/checkbox.png") no-repeat;
    display: inline-block;
    line-height: 24px;
    padding-left: 28px;
}

.form_claim_process .check_btn input[type="checkbox"]:checked:not(old)+label {
    background: url("../img/checkbox_checked.png") no-repeat;
}

.business_status {
    float: right;
    width: 54%;
}

.business_status .business_status_list {
    width: 100%;
    overflow: hidden;
    color: #555;
}

.business_status .business_status_list li {
    width: 25%;
    float: left;
    padding: 0 5px;
}

.status_title {
    background: #eaeaea;
    padding: 10px;
    position: relative;
    overflow: auto;
    font-size: 14px;
}

.status_title .title {
    float: left;
}

.status_title .title_number {
    float: right;
    width: 34px;
    text-align: right;
}

.overall_txt {
    float: left;
    width: 46%;
    font-weight: 600;
}

.avg_status {
    margin: 20px 0 0;
    overflow: hidden;
    position: relative;
    color: #555;
    padding: 0 5px;
}

.compare_last_txt {
    left: 5px;
    position: absolute;
    top: 40px;
}

.avg_status_list {
    float: left;
    width: 54%;
}

.avg_status_list li {
    float: left;
    text-align: center;
    width: 33.33%;
}

/*
.sts_dot{height: 30px;width: 30px;border-radius: 50%;margin: 10px auto 0;}
.sts_orange{background: #fd9a00;}
.sts_green{background: #00af54;}
.sts_red{background: #c50000;}
.sts_coral{background: #e46c0b;}
.sts_nill{background: #fff;border: 2px solid #dadada;}
*/

.sts_dot {
    margin: 10px auto;
    display: block;
    height: 30px;
    width: 30px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.sts_orange {
    background-image: url("../img/sts_orange.png");
}

.sts_green {
    background-image: url("../img/sts_green.png");
}

.sts_red {
    background-image: url("../img/sts_red.png");
}

.sts_coral {
    background-image: url("../img/sts_coral.png");
}

.sts_blue {
    background-image: url("../img/sts_blue.png");
}

.sts_nill {
    background-image: url("../img/sts_nill.png");
}

.sts_nill_blue_boder {
    background-image: url("../img/sts_blue_border.png");
}

/*--- checkbox over --*/

.type_detail {
    margin: 10px 0 20px;
    overflow: hidden;
}

.type_detail .col-md-6:nth-of-type(1) {
    padding: 0 7px 0 0;
}

.type_detail .col-md-6:nth-of-type(2) {
    padding: 0 0 0 7px;
}

.form_claim_process h3 {
    margin: 0 0 40px;
    color: #636363;
}

.form_claim_process input[type="text"],
.form_claim_process input[type="password"] {
    border-radius: 0;
    box-shadow: none;
    border-color: #e0e0e0;
    height: 60px;
    padding: 15px;
    color: #8d8d8d;
    font-size: 16px;
}

.joining li {
    display: inline-block;
    text-align: left;
}

.joining {
    margin: 0 auto;
    text-align: center;
}

.joining li a {
    color: #fff;
    display: block;
    margin: 20px 5px 10px;
    padding: 18px 46px 18px 86px;
    position: relative;
}

.join_facebook {
    background: #5077b2;
}

.join_google {
    background: #dc5235;
}

.join_facebook::before {
    background: rgba(0, 0, 0, 0) url("../img/fb_logo.svg") no-repeat scroll 0 0;
    content: "";
    height: 50px;
    left: 30px;
    position: absolute;
    width: 50px;
    top: 16px;
}

.join_google::before {
    background: rgba(0, 0, 0, 0) url("../img/google_logo.svg") no-repeat scroll 0 0;
    content: "";
    height: 50px;
    left: 22px;
    position: absolute;
    width: 50px;
    top: 14px;
}

.or {
    color: #a5a5a5;
    margin: 15px 0;
    font-weight: 600;
}

.grey {
    color: #a8a8a8;
}

table {
    width: 100%;
    text-align: left;
    border-spacing: 0;
    border-collapse: collapse;
    color: #4b4b4b;
}

th,
td {
    vertical-align: middle;
    padding: 1em;
}

colgroup:nth-child(1) {
    width: 26%;
    border: 0 none;
}

colgroup:nth-child(2) {
    width: 22%;
    border: 1px solid #ebebeb;
}

colgroup:nth-child(3) {
    width: 30%;
    border-bottom: 1px solid #ebebeb;
}

colgroup:nth-child(4) {
    width: 22%;
    border: 1px solid #ebebeb;
}

/* Tablehead */

thead th {
    border-bottom: 1px solid #ebebeb;
    font-weight: 400;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: top;
}

.price {
    padding: 50px;
    color: #4b4b4b;
}

.dollar {
    background: url("../img/dollar.png") no-repeat;
    width: 19px;
    height: 34px;
    display: inline-block;
}

/* Tablebody */

.name {
    font-size: 20px;
    font-weight: 600;
}

.price_header {
    width: 100%;
    z-index: 9;
}

.header_name {
    background: #24a357 none repeat scroll 0 0;
    color: #fff;
    padding: 15px;
    text-align: center;
}

.sub_name2 {
    /*background: #31c270;*/
    color: #fff;
    padding: 15px 15px;
    font-size: 15px;
    font-weight: bold;
}

.highlight_plan .header_name {
    background: #393939;
}

/* Tablefooter */

.pricing {
    margin: 50px auto 0;
    width: 90%;
}

.price_table {
    table-layout: fixed;
    vertical-align: middle;
    text-align: center;
}

.price_table tr:first-child td {
    /* border-top: none; */
}

.price_table tr td:first-child {
    /* width: 250px; */
    width: 100%;
}

.price_table tr:last-child td:first-child {
    border-bottom: none;
    border-left: none;
}

.price_table tr td {
    border-bottom: 1px solid #ebebeb;
    position: relative;
    width: 26%;
    /* padding: 12px; */
    padding-bottom: 14px;
    text-align: center;
}

.price_table ul:last-child>li:first-child {
    border: none;
}

.price_table ul:first-child>li:first-child {
    border: none;
}

.simple_select {
    background: #393939;
    padding: 10px 25px;
    color: #fff;
    display: inline-block;
}

.simple_select:hover,
.simple_select:focus,
.premium_select:hover,
.premium_select:focus {
    color: #fff;
}

.premium_select {
    background: #f0b414 none repeat scroll 0 0;
    padding: 15px 55px;
    color: #fff;
    display: inline-block;
}

.pricemainblock a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    text-transform: uppercase;
}

.price_features.first {
    font-weight: 600;
    font-size: 30px;
    padding: 50px 0;
    vertical-align: middle;
    text-align: center !important;
}

.price .digit {
    color: #24a357;
    font-size: 50px;
}

.highlight_plan .price .digit {
    color: #f0b414;
    /*    font-size: 70px;*/
}

.price_btn {
    background: #323232;
    border: 0px;
    margin: 15px auto;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    width: 200px;
    display: block;
}

.price_btn:hover,
.price_btn:focus {
    background: #20994D;
}

/*-------- pricing table end ----*/

/*----new table start---*/

.price_table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.price_table ul {
    display: table-row;
}

.price_table ul li {
    display: table-cell;
    padding: 10px 18px;
    text-align: center;
    border: 1px solid #ebebeb;
}

.price_features {
    width: 26%;
    color: #4b4b4b;
    font-size: 14px;
}

.basic {
    /* width: 33.33%; */
}

.explorer {
    width: 33.33%;
}

.enterprise {
    width: 33.33%;
}

.highlight_li {
    /*    width: 40%;*/
    transition: all 0.5s ease 0s;
}

.default_li {
    /*    width: 30%;*/
    width: 150px;
}

.price_table ul>li>ul>li {
    border-left: 1px solid #ebebeb;
    border-top: none;
    border-right: none;
    border-bottom: none;
}

.head {
    padding: 0 !important;
    vertical-align: top;
}

.head:hover,
.head:focus {
    cursor: pointer;
    top: -20px;
    transition: top 0.5s ease 0s;
    -moz-transition: top 0.5s ease 0s;
    -webkit-transition: top 0.5s ease 0s;
    -o-transition: top 0.5s ease 0s;
}

.sub_name {
    display: table;
    height: 66px;
    margin: 0 auto;
    text-align: center;
    width: 80%;
}

.sub_name_width {
    display: table-cell;
    padding: 0 20px;
    vertical-align: middle;
    width: 100%;
}

.sub_name_width>span {
    display: block;
    margin: 0 auto;
    width: 180px;
}

.mainexploreblock {
    position: relative;
}

.pricefet_top .price {
    padding: 20px 0;
}

.pricemainblock:hover,
.pricemainblock:focus {
    cursor: pointer;
}

.price_table ul li.pricemainblock {
    padding: 0;
    width: 74%;
}

.price_table ul li.pricemainblock ul {
    display: table;
    width: 100%;
}

.price_table ul li.pricemainblock ul li:nth-of-type(3) {
    border-width: 0 0 0 1px;
}

/*
.price_table ul li.pricemainblock ul li:nth-of-type(2){
    width: 40%;
    border-width: 0 1px;
}
*/

.price_table ul li.highlight_plan {
    /*    width: 40% !important;*/
    border-width: 0 1px;
    top: -20px;
    position: relative;
}

.price_table ul li.head:not(.highlight_plan) {
    padding: 0;
    vertical-align: top;
    width: 30%;
}

/*
.price_table ul li.default_plan{
    width: 30% !important;
}
*/

.pricemainblock a:hover,
.pricemainblock a:focus {
    color: #fff;
}

.sel_cat #cat_select_btn .caret {
    margin-right: 0 !important;
}

.pricepackpopup .price_table {
    width: 350px;
    margin: 0 auto 40px;
    max-width: 100%;
    box-shadow: 0px 9px 24px -2px rgba(0, 0, 0, 0.2);
}

.pricepackpopup .searchblock .addbuisbtn {
    display: inline-block;
    padding: 9px 35px;
    height: auto;
    width: auto;
}

.pricepackpopup .price_table td {
    padding: 0;
    border: 0px;
}

.pricepackpopup .searchblock span {
    display: inline-block;
    padding: 0px;
}

.pricepackpopup.searchpopup .modal-body {
    top: 55px;
}

.pricepackpopup .search_buisform .form-group {
    float: none;
    text-align: center;
    width: 80%;
    margin: 0 auto 20px;
}

.pricepackpopup h1 {
    text-align: center;
}

.pricepackpopup .sub_name {
    height: auto;
}

.pricepackpopup .price {
    padding: 15px 0;
}

.pricepackpopup table tr:last-child td {
    padding: 7px 0;
}

/*----new table end---*/

/*--------Claim process end------------*/

/*-----calim dispute----*/

.claim_dispute input[type="text"],
.claim_dispute textarea {
    border: 1px solid #e0e0e0;
    border-radius: 0;
    box-shadow: none;
    height: 55px;
}

.claim_dispute {
    overflow: auto;
}

.claim_dispute textarea {
    height: 300px !important;
    width: 100% !important;
}

.claim_dispute textarea:focus {
    border-color: #e0e0e0;
    box-shadow: none;
    outline: 0 none;
}

.block_full {
    margin: 0 0 10px;
}

.claim_field_list {
    margin: 15px 0;
    overflow: hidden;
}

.claim_process_list ul li {
    float: none;
    display: inline-block;
}

.claim_process_list ul li:nth-of-type(1) a:before {
    display: none !important;
}

/*-----calim dispute----*/

/*----- login css start ------*/

.loginpopup {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0 !important;
    padding: 0 !important;
}

.loginpopup .modal-dialog,
.paymentpopup .modal-dialog {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
}

.loginpopup .modal-content,
.paymentpopup .modal-content {
    display: table-cell;
    vertical-align: middle;
    background: none;
    box-shadow: none;
    border: none;
}

.paymentpopup {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0 !important;
}

.loginblock {
    padding: 75px 0;
    width: 990px;
    max-width: 95%;
    margin: 0 auto;
    position: relative;
}

.lg_blockin {
    background: #24a357;
}

.loginblock_detail {
    height: 408px;
    display: table;
    width: 100%;
}

.loginblock_indetail {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 5% 6%;
}

.loginblock_indetail h2 {
    font-size: 32px;
    color: #fff;
}

.loginblock_indetail p {
    font-size: 14px;
    color: #ffffff;
    margin: 30px 0 40px;
}

.loginblock_indetail a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    padding: 10px 25px;
    margin: 15px 0;
}

.loginform_main {
    background: #fff;
    padding: 50px 40px;
    min-height: 560px;
    position: absolute;
    right: 50px;
    top: 0;
    width: 440px;
    max-width: 100%;
}

.loginform.signupform {
    display: none;
}

.loginform h2 {
    color: #24a357;
    font-size: 24px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.loginform_block {}

.loginrow {
    margin-bottom: 25px;
}

.loginform.signupform .loginrow {
    margin-bottom: 20px;
}

.loginrow input[type="email"],
.loginrow input[type="text"],
.loginrow input[type="password"] {
    border: 1px solid #e0e0e0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: 0px 0px 0px transparent;
    color: #8d8d8d;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    width: 100%;
}

input[type="email"],
input[type="text"],
input[type="password"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.loginbtnblock {
    overflow: hidden;
    padding-top: 13px;
}

.loginbtnblock a {
    color: #b4b4b4;
    display: inline-block;
    font-size: 13px;
    margin-top: 15px;
}

.loginbtn {
    float: right;
    border: none;
    background: #24a357;
    color: #fff;
    height: 50px;
    line-height: 50px;
    width: 140px;
    text-transform: uppercase;
    font-size: 15px;
}

.orblock {
    text-align: center;
    margin-top: 25px;
}

.orblock span {
    color: #b4b4b4;
    font-size: 13px;
    background: #fff;
    position: relative;
    display: block;
}

.orblock span:before,
.orblock span:after {
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    left: 0;
    content: '';
    display: block;
    width: 45%;
    top: 10px;
}

.orblock span:after {
    left: auto;
    right: 0;
}

.lgsocialbtn {
    margin: 25px 0;
    overflow: hidden;
}

.lgsocialbtn button {
    width: 46%;
    color: #fff;
    font-size: 15px;
    border: none;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.lgsocialbtn button.fbbtn {
    background-color: #5077b2;
}

.lgsocialbtn button.gplusbtn {
    background-color: #dc5235;
    float: right;
}

.lgsocialbtn button.fbbtn i {
    background: url('../img/fb_logo.svg') no-repeat;
    display: inline-block;
    height: 25px;
    margin-right: 15px;
    position: relative;
    top: 6px;
    width: 12px;
}

.lgsocialbtn button.gplusbtn i {
    background: url('../img/google_logo.svg') no-repeat;
    width: 31px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
    top: 7px;
    position: relative;
    background-size: 100% auto;
}

.loginform_block p {
    font-size: 14px;
    color: #b4b4b4;
}

.loginform_block p a {
    color: #24a357;
    display: inline-block;
    font-weight: 600;
}

.signupform {
    left: 50px;
    right: auto;
}

.loginblockrighttoleft {
    left: 50px !important;
    right: auto;
}

.loginblocklefttoright {
    right: 50px !important;
    left: auto;
}

/***** animate start ******/

@-webkit-keyframes bounceInLeftanim {
    0% {
        opacity: 1;
        -webkit-transform: translateX(-440px);
        transform: translateX(-440px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInLeftanim {
    0% {
        opacity: 1;
        -webkit-transform: translateX(-440px);
        -ms-transform: translateX(-440px);
        transform: translateX(-440px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInLeftanim {
    -webkit-animation-name: bounceInLeftanim;
    animation-name: bounceInLeftanim;
}

@-webkit-keyframes bounceInRightanim {
    0% {
        opacity: 1;
        -webkit-transform: translateX(440px);
        transform: translateX(440px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInRightanim {
    0% {
        opacity: 1;
        -webkit-transform: translateX(440px);
        -ms-transform: translateX(440px);
        transform: translateX(440px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInRightanim {
    -webkit-animation-name: bounceInRightanim;
    animation-name: bounceInRightanim;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

/***** animate end ******/

.modal-backdrop.in {
    /* opacity: 0.9; */
}

/*----- login css end ------*/

#searchbutton {
    width: 100%;
    margin: 0;
}

#searchbutton .searchicon {
    display: inline-block;
    vertical-align: middle;
}

.col-sm-1.search-textbox {
    padding-right: 0;
}

.col-sm-11.search-textbox {
    padding: 0;
}

#searchmodal {
    padding: 0 !important;
}

.searchblock .header {
    padding: 15px;
}

.searchblock .header .beside {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 5px;
    line-height: 1;
    color: #24a357;
    font-weight: 400;
}

.forseach {
    position: absolute !important;
    color: #d0d0d0 !important;
    font-weight: 300;
    font-size: 37px !important;
    top: 14px !important;
}

.searchblock .body {
    background: #24a357 !important;
    color: #fff;
    padding: 15px;
}

.add_business_modal_blk label {
    color: #fff;
    font-weight: 500;
}

.or_blk {
    font-weight: 500;
}

.searchblock .body .search_buisform {
    padding: 0px;
}

.searchpopup .modal-body {
    width: 760px;
}

.searchblock .add_business_modal_blk {
    margin-top: 20px;
}

.claim_result_section .search_result_block:last-child {
    padding: 0;
}

.search_result_block.mybusinesslistblock:first-child {
    padding: 0 0 0px !important;
}

.mybusinesslistblock .search_content p span {
    font-size: 16px;
    font-weight: 500;
    color: #555555;
    font-size: 14px;
}

.mybusinesslistblock .search_content p {
    font-weight: 500;
    font-size: 14px;
}

.mybusinesslistblock .premiumbtn a {
    text-align: center;
    padding: 10px 30px;
}

.mybusinesslistblock .premiumbtn a span {
    display: block;
    text-transform: none;
}

#searchmodal .modal-dialog {
    height: 100%;
    margin: 0 auto;
    width: 100%;
}

.searchpopup {
    border-radius: 0;
    background: none;
    border: none;
    box-shadow: none;
    width: 100%;
    height: 100%;
}

.searchpopup .modal-body {
    display: block;
    margin: auto;
    max-width: 96%;
    padding: 15px;
    width: 720px;
    left: 0;
    background: #fff;
    position: absolute;
    right: 0;
    top: 20%;
    padding: 0;
}

.searchblock {
    display: block;
    vertical-align: middle;
}

.searchpopup .modal-body h1 {
    background: #24a357 none repeat scroll 0 0;
    color: #fff;
    font-size: 25px;
    /* letter-spacing: -2px; */
    margin-bottom: 20px;
    padding: 11px 22px;
    font-weight: 400;
}

.searchpopup .modal-header {
    background: none;
    border: none;
}

.searchpopup .modal-header h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.search_buisform {
    overflow: hidden;
    padding: 0 20px;
    width: 100%;
}

.searchpopup .close,
.loginpopup button.close,
.popUpBlockModel .close {
    color: #ffffff;
    font-size: 50px;
    opacity: 1;
    position: fixed;
    right: 20px;
    top: 10px;
    z-index: 100;
}

.search-modal-box {}

.search-label {
    width: 100px;
    float: left;
    padding-top: 15px;
    font-weight: 500;
}

.search-inner-box {
    width: calc(100% - 100px);
    float: left;
}

.search-input-box {
    width: calc(33.33% - 20px);
}

.search-btn-block {
    width: 60px;
}

.search_buisform input {
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    height: 50px;
    font-size: 17px;
    color: #909090;
    font-weight: 500;
    padding: 10px;
    margin-right: 10px;
    max-width: calc(100% - 10px);
}

.search_buisform input::placeholder {
    color: #909090;
}

.search_buisform .searchbtn,
.search-textbox .searchbtn {
    background: #24a357;
    height: 50px;
    line-height: 50px;
    border: none;
    border-radius: 5px;
    width: 50px;
    text-align: center;
}

.search_buisform .searchicon,
.search-textbox .searchbtn .searchicon {
    background: url('../img/searchicon.png') no-repeat;
    width: 21px;
    height: 21px;
    display: block;
    margin: auto;
    background-size: 100%;
}

.search_buisform .form-group {
    float: left;
}

.searchblock span {
    color: #b7b7b7;
    display: block;
    font-size: 15px;
    margin-top: 5px;
    padding: 0 22px;
    font-weight: 600;
}

.searchblock p {
    color: #909090;
    display: block;
    font-size: 15px;
    margin: 18px 0;
    padding: 0 22px;
    font-weight: 500;
}

.searchblock .addbuisbtn {
    background: #fff;
    border: 2px solid #24a357;
    border-radius: 5px;
    color: #24a357;
    font-weight: 500;
    font-size: 16px;
    height: 45px;
    margin: 0 22px 22px;
    text-transform: uppercase;
    padding: 0 25px;
}

.businesslistblock {
    padding-top: 120px;
}

.ui-menu-item:hover {
    cursor: pointer;
    background: #24a357;
}

/*----- Map_Location css Start -----*/

.mapheader_bottom {
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 64px;
}

.mapblock {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 140px;
}

.mapdetailblock_left {
    width: 365px;
    position: absolute;
    left: 0;
    background: #eaeaea;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow: auto;
}

.mapblock_right {
    bottom: 0;
    left: 365px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.mapblock_right iframe {
    width: 100%;
    height: 100%;
}

.mapdetail_top {
    background: #fff;
    padding: 15px 12px 15px 20px;
}

.mapdetail_top p {
    font-weight: 500;
    font-size: 13px;
    color: #8d8d8d;
}

.mapdetail_top p span {
    color: #393939;
}

.maptopblock {
    margin: 20px 0 0;
    width: 100%;
    overflow: hidden;
}

.maptopblock span i.filtericon {
    background: url('../img/filtericon.png') no-repeat;
    display: inline-block;
    height: 14px;
    margin-right: 7px;
    position: relative;
    top: 3px;
    width: 16px;
}

.maptopblock span i.visiticon {
    background: url('../img/visiticon.png') no-repeat;
    display: inline-block;
    height: 11px;
    margin-right: 7px;
    position: relative;
    top: 3px;
    width: 19px;
}

.maptopblock span {
    color: #989898;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin-top: 5px;
}

.maptopblock select {
    background: url(../img/down_arrow.png) no-repeat;
    background-position: top 13px right 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 235px;
    color: #777777;
    float: right;
    height: 34px;
    line-height: 34px;
    background-size: 10px auto;
    border-radius: 0;
    border: 1px solid #eaeaea;
    box-shadow: none;
}

.business_visitblock {
    width: 100%;
    overflow: hidden;
    margin: 10px 0 0;
}

.business_visitblock a {
    border: 1px solid #e2e2e2;
    display: inline-block;
    height: 65px;
    line-height: 60px;
    text-align: center;
    width: 65px;
    margin-right: 5px;
}

.business_visitblock a img {
    height: auto;
    max-width: 80%;
    width: auto;
}

.mapbusiness_list {
    padding: 5px;
}

.mapbusiness_listblock {
    background: #fff none repeat scroll 0 0;
    padding: 15px;
    margin: 0 0 5px;
}

.businesslistbtn {
    text-align: center;
    margin: 20px 0 0;
}

.b-title {
    font-size: 15px;
}

.businesslistbtn a {
    text-transform: uppercase;
    width: 174px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    display: block;
    font-weight: 500;
    font-size: 12px;
    background: #24a357;
    color: #fff;
}

.businesslistblock {
    position: relative;
    overflow: hidden;
}

.businesslogoimg {
    border: 1px solid #e2e2e2;
    float: left;
    height: 83px;
    width: 89px;
    text-align: center;
}

.businessdetail {
    float: left;
    width: 220px;
    padding: 0 0 0 15px;
}

.star {
    line-height: 0;
}

.category,
.businessaddress {
    color: #989898;
    font-size: 16px;
    font-weight: 500;
}

.businessnumber {
    background: #ccc;
    border-radius: 50%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30px;
    color: #fff;
}

.businesslogoimg>img {
    margin: 0 auto;
    max-width: 80%;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}

.form-text {
    float: left;
    width: 26.33%;
    padding: 0 0px 0 10px;
}

.businesslist_search input[type="text"] {
    box-shadow: none;
    height: 45px;
    border: none;
}

form.businesslist_search {
    width: 750px;
}

.search_lbl {
    color: #fff;
    float: left;
    margin: 10px 0 0;
}

.right_view_selection {
    float: right;
}

.right_view_selection input[type="radio"] {
    display: none;
}

.right_view_selection label {
    position: relative;
}

.right_view_selection span,
label {
    margin: 6px 0 5px 0;
    color: #505050;
    font-weight: normal;
}

.right_view_selection span {
    display: inline-block;
    padding: 8px 24px;
}

.right_view_selection input[type="radio"]:checked+label span.radio {
    background: #dddddd;
    border-radius: 5px;
}

.white {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    float: left;
    margin: 5px 0 0 15px;
}

.select_btn a.grey_button_sel {
    background: #a3a3a3;
}

/*----- Map_Location css End -----*/

/*----- about us start------*/

.abt p {
    color: #717171;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 15px;
}

/*----- about us end -----*/

ul#ui-id-1 {
    /* z-index: 10000000; */
    background: #fff;
    padding: 10px;
    width: 780px !important;
    max-height: 200px;
    overflow: auto;
    border: 1px solid lightgray;
}

.error {
    border: 1px solid #ff0000 !important;
}

article .card-form {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.07), 0 3px 8px 0 rgba(0, 0, 0, 0.1);
    font-size: 16px;
    padding: 2px 12px;
    width: 312px;
}

article .card-form .row {
    border-bottom: 1px solid #ededed;
    display: flex;
    flex-direction: row;
}

article .card-form .row:last-child {
    align-items: flex-end;
    border: medium none;
    flex-direction: column;
    text-align: right;
}

article .card-form .column {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    height: 100%;
    position: relative;
    width: 100%;
}

article .card-form .column:not(:first-child) label {
    margin-left: 14px;
}

article .card-form .column:not(:first-child)::after {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

article .card-form input,
article .card-form label {
    font-size: 15px;
    line-height: 16px;
    outline: medium none;
    padding: 14px 0;
}

article .card-form label {
    display: inline-block;
    flex-shrink: 0;
    font-weight: 600;
    width: 82px;
}

article .card-form .cvc label {
    width: 60px;
}

article .card-form input {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    border: medium none;
    width: 100%;
}

article .card-form button {
    margin-bottom: 8px;
    margin-top: 10px;
    width: calc(50% - 14px);
}

article .card-form .errors {
    background: #fffbfc none repeat scroll 0 0;
    border-radius: 5px;
    color: #e13760;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin: 6px 0 0;
    padding: 8px;
}

article .card-form .errors:empty {
    display: none;
}

.outer_loader {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    margin: auto;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1000;
    display: none;
}

.outer_loader>img {
    bottom: 0;
    height: 32px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 32px;
}

section.main_contentblock {
    margin-top: 85px;
}

.section-container.price_table_section {
    margin-top: 60px;
}

.price_table_section .search_result_section h2.heavy.text-center,
#forClaimedUser h2 {
    padding-bottom: 70px;
}

#ui-id-1 .ui-menu-item:hover {
    background: #f3f3f3 none repeat scroll 0 0;
    cursor: pointer;
}

#ui-id-1 .ui-menu-item {
    padding: 3px 10px;
}

.ui-menu-item:hover {
    cursor: pointer;
    background: #24a357;
}

/*----- payment popup css start -----*/

.paymentpopup button.close {
    color: #ffffff;
    font-size: 50px;
    opacity: 1;
    position: fixed;
    right: 20px;
    top: 10px;
    z-index: 100;
}

.paymentpopup .payment_form {
    background: #ffffff none repeat scroll 0 0;
    margin: 0 auto;
    max-width: 96%;
    width: 750px;
}

.paymentpopup .payment-block {
    display: flex;
    padding: 0;
}

.packplanpopup .payment_form .modal-header {
    background: #fff;
    color: #333;
}

.packplanpopup.paymentpopup .modal-content {
    display: block;
    margin: 65px 15px 0;
}

.packplanpopup .payment_row {
    margin-bottom: 10px;
}

.packplanpopup .payment_row label {
    font-weight: 600;
}

.packplanpopup .payment_row .form-control {
    font-size: 14px;
    border-radius: 5px;
}

.packplanpopup .paymentbtn {
    margin: 11px 0 0;
    border-radius: 5px;
    width: 100%;
}

.payment-left-bottom-logo {
    width: 100px;
    text-align: left;
    margin: 5px 0 0;
}

.packplanpopup.paymentpopup .payment_form {
    width: 1170px;
    box-shadow: -5px 5px 65px 5px rgba(0, 0, 0, 0.4);
    font-size: 14px;
}

.payment-left {
    width: 30%;
    position: relative;
    background: url(../img/Damian.jpg) rgb(226, 226, 226) no-repeat;
    background-position: center;
    background-size: cover;
}

.payment-right .payment_row .col-md-8 {
    padding: 0;
}

.selected-plan-block {}

.selected-plan-block .dropdown .btn-primary,
.selected-plan-block .dropdown .btn-primary:focus,
.selected-plan-block .dropdown .btn-primary:hover {
    width: 100%;
    text-align: left;
    color: #555;
    background: #fff;
    border-color: #e0e0e0;
    padding: 6px 20px 6px 12px;
}

.selected-plan-block .dropdown .caret {
    background: rgba(0, 0, 0, 0) url(../img/select_arrow_down.png) no-repeat scroll 0 0;
    border: 0px;
    height: 10px;
    width: 10px;
    background-size: contain;
    float: right;
    margin: 12px 0 0;
    position: absolute;
    right: 10px;
}

.selected-plan-block .dropdown-menu>li>a,
.enterprise-payment .dropdown-menu>li>a,
.selected-plan-block .btn,
.enterprise-payment .btn {
    white-space: normal;
}

.selected-plan-block .open>.dropdown-menu {
    display: block;
    width: 100%;
}

.f35 {
    font-size: 35px;
    line-height: 25px;
    color: #24a357;
}

.selected-plan-block .bootstrap-select {
    width: 100% !important;
}

.selected-plan-block .bootstrap-select:focus {
    background: #fff;
    border: 0px solid;
}

.selected-plan-block .bootstrap-select .caret {
    background: rgba(0, 0, 0, 0) url(../img/select_arrow_down.png) no-repeat scroll 0 0;
    border: 0px;
    height: 10px;
    width: 10px;
    background-size: contain;
}

.selected-plan-block .bootstrap-select>.dropdown-toggle {
    height: 40px;
    border-radius: 0px;
    width: 100% !important;
    border: 1px solid #e0e0e0;
    padding-right: 40px;
}

.selected-plan-block .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    background: #fff;
    box-shadow: none;
}

.selected-plan-block .price {
    display: inline-block;
    padding: 0 15px 0 0;
    float: right;
}

.selected-plan-block .btn-text,
.enterprise-payment .btn-text {
    float: left;
    margin: 5px 0 0;
}

.refferal-code-block {
    overflow: hidden;
    margin: 10px 0 0;
}

#cvcNumber {
    width: 50%;
}

.total-bill {
    padding: 6px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin: 20px 0 0 !important;
}

.total-label {
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.total-price {
    float: right;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.about-zimdle {
    color: #fff;
    text-align: center;
    width: 245px;
    font-size: 14px;
    float: right;
    font-style: italic;
    font-weight: 600;
    padding: 15px;
    max-width: 100%;
}

.enterprise-payment .bootstrap-select {
    width: 100% !important;
}

.enterprise-payment .bootstrap-select>.dropdown-toggle {
    height: 40px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #e0e0e0;
    padding-right: 40px;
}

.enterprise-payment .bootstrap-select .dropdown-toggle:focus,
.enterprise-payment .bootstrap-select .dropdown-toggle:hover {
    outline: none !important;
    background: #fff;
    box-shadow: none;
}

.enterprise-payment .bootstrap-select:focus,
.enterprise-payment .bootstrap-select:hover {
    background: #fff;
    border: 0px solid;
}

.enterprise-payment .bootstrap-select .caret {
    background: rgba(0, 0, 0, 0) url(../img/select_arrow_down.png) no-repeat scroll 0 0;
    border: 0px;
    height: 10px;
    width: 10px;
    background-size: contain;
}

.enterprise-payment .dropdown .caret {
    background: rgba(0, 0, 0, 0) url(../img/select_arrow_down.png) no-repeat scroll 0 0;
    border: 0px;
    height: 10px;
    width: 10px;
    background-size: contain;
    position: absolute;
    right: 10px;
    margin: 6px 0 0;
}

.enterprise-payment .dropdown .btn-primary,
.enterprise-payment .dropdown .btn-primary:focus,
.enterprise-payment .dropdown .btn-primary:hover {
    width: 100%;
    text-align: left;
    color: #555;
    background: #fff;
    border-color: #e0e0e0;
}

.enterprise-payment .open>.dropdown-menu {
    display: block;
    width: 100%;
}

.overlay-light .modal-backdrop {
    opacity: 0.3;
}

.enterprise-payment .price {
    display: inline-block;
    padding: 0px;
}

.enterprise_select {
    background-color: #f2f2f2;
    border-radius: 12px;
    border: 2px #d6d6d6 solid;
    padding: 10px;
}

.enterprise_pack_select {
    float: right;
    border: 3px #24a357 solid !important;
    margin-right: 4.8% !important;
    width: 1.1em;
    height: 1.1em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.enerprise_btn_text {
    float: right;
    margin-right: 0%;
    color: #24a357
}

.enterprise_text {
    width: 87.5%;
    float: left;
    color: #777676;
    text-align: center;
}

.about-damian {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 30px 25px 20px;
    left: 0;
    right: 0;
}

.about-damian .zimdle-text {
    font-style: italic;
    font-size: 14px;
    margin: 15px 0;
}

.owner-name {
    font-size: 14px;
}

.payment-left .gradiant {
    width: 100%;
    min-height: 285px;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(360deg, #000 0, rgba(255, 255, 255, 0));
}

.payment-left img {
    max-width: 100%;
}

.payment-right {
    width: 70%;
    padding: 20px 40px;
    overflow: auto;
    /*    height: 730px;*/
}

.payment-right h2 {
    font-size: 28px;
    margin: 0 0 15px;
}

.payment-right+h2 {
    margin: 0 0 25px;
}

.payment_form .modal-header {
    border: none;
    background: #24a357;
    padding: 12px;
}

.payment_form .modal-header h4 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

.payment_form .modal-footer {
    text-align: center;
    padding-top: 0;
    border: none;
}

.payment_row {
    margin-bottom: 10px;
}

.cardnumber {
    padding: 0 115px 0 15px;
    background: url(../img/cards.png) no-repeat;
    background-position: right 15px center;
    background-size: 95px;
}

.expdateblock input {
    width: 46%;
    float: left;
}

.expdateblock span {
    width: 8%;
    float: left;
    text-align: center;
    line-height: 40px;
}

.confirmation-block {
    background: #e6f9df;
    padding: 15px;
}

.confirmation-block h2 {
    font-size: 24px;
    font-weight: 600;
    color: #24a357;
}

.confirmation-block .bold {
    font-weight: 700;
}

.confirmation-block .paymentbtn {
    margin: 15px auto 0;
    display: block;
}

.input-left {
    float: left;
    width: 46%;
}

.input-left input {
    width: 100%;
}

.input-right input {
    width: 100%;
}

.input-right {
    float: right;
    width: 46%;
}

.paymentbtn {
    border: none;
    background: #24a357;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: auto;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 15px;
}

.payment_row .referbtn {
    background: #393939;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 0 15px;
    text-transform: uppercase;
    border: none;
    padding: 5px 25px;
    height: 40px;
    border-radius: 5px;
}

.payment_row .form-control {
    border: 1px solid #e0e0e0;
    border-radius: 0;
    box-shadow: none;
    color: #555;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

.resetpswform .panel-heading {
    background: #24a357;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.resetpswform .btn-primary {
    background: #24a357;
    border: none;
    font-size: 15px;
}

.resetpswform .btn-primary.active {
    background: #24a357;
}

/*----- forgot password css end -----*/

.search_loader {
    text-align: center;
}

/*----- home customer profile css start -----*/

.customerprofile {}

.customerprofileblock {
    background: #eaeaea;
    padding: 80px 0 45px;
}

.customerprofileblock h2 {
    text-align: center;
    color: #404040;
    font-size: 30px;
    margin-bottom: 50px;
}

.customerprofileblock h2 .text-img {
    height: 22px !important;
}

.customerprofileblock ul {
    border: none;
}

.customerprofileblock ul li {
    width: 25%;
    margin: 0;
    position: relative;
}

.customerprofileblock ul li.active:after {
    /* background: url('../img/uparrow.png')no-repeat; */
    border-bottom: 16px solid #fff;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    width: 29px;
    height: 19px;
    display: block;
    margin: auto;
    position: absolute;
    bottom: -47px;
    left: 0;
    right: 0;
    content: '';
    z-index: 10;
}

.customerprofileblock ul li a {
    border: none;
    border-radius: 0;
    text-align: center;
    display: inline-block;
}

.customerprofileblock ul li a:hover,
.customerprofileblock ul li a:focus {
    background: none;
}

.customerprofileblock ul li.active>a,
.customerprofileblock ul li.active>a:focus,
.customerprofileblock ul li.active>a:hover {
    border: none;
    border-radius: 0;
    background: none;
}

.cust_proimg img {
    width: 100%;
    border: 4px solid transparent;
    border-radius: 50%;
}

.customerprofileblock ul li.active a .cust_proimg img,
.customerprofileblock ul li a:hover .cust_proimg img {
    border-color: #24a357;
}

.customerprofileblock ul li a:hover {
    background: none;
}

.customername {
    margin-top: 35px;
    font-weight: 600;
}

.customername h3 {
    font-size: 24px;
    color: #818286;
    text-transform: uppercase;
}

.customername span {
    font-size: 17px;
    color: #adadad;
    margin-top: 15px;
    display: block;
}

.custompto_content {
    background: none;
}

.main_tab_content {
    padding: 40px 0 65px;
}

.cust_userdetail_top {
    text-align: center;
}

.custuserimg img {
    width: 193px;
    height: auto;
    max-width: 100%;
}

.cust_userdetail {
    overflow: hidden;
}

.cust_userdetail_top h3 {
    font-weight: 600;
    color: #24a357;
    font-size: 20px;
    margin: 10px 0 20px;
    display: block;
}

.cust_userdetail_top p {
    color: #8d8e92;
    font-size: 16px;
    font-weight: 500;
}

.usercustblock {
    width: 96%;
    margin: 60px auto;
}

.usercustblock li {
    width: 25%;
    float: left;
    padding: 0 1.5%;
    text-align: center;
}

.usercustblock li p {
    font-size: 16px;
    color: #818286;
    font-weight: 500;
    line-height: 28px;
    margin-top: 30px;
    padding: 0 10px;
}

.usercustblock_img img {
    max-width: 100%;
}

.search-textbox .col-md-4:first-of-type {
    padding: 0 5px 0 0;
}

#searchText+.dropdown-menu>.active>a,
#searchText+.dropdown-menu>.active>a:focus,
#searchText+.dropdown-menu>.active>a:hover {
    background-color: #24a357;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}

#showMeHow {
    text-transform: none;
}

.sel_cat .title {
    text-align: left;
}

.sel_cat .dropdown-menu {
    width: 100%;
    top: 55px;
    overflow: auto;
}

.sel_cat .dropdown-menu li a i {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    display: block;
    height: 40px;
    margin: 0 auto;
    top: 0;
    width: 40px;
}

.sel_cat .dropdown-menu ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sel_cat .dropdown-menu ul li {
    float: left;
    padding: 0 2px;
    width: 16%;
    font-size: 11px;
    text-align: center;
}

.sel_cat .dropdown-menu ul li span {
    word-wrap: break-word;
}

.register-feedbacks-block h1 .text-img {
    height: 22px !important;
}

.sel_cat .dropdown-menu ul li a {
    margin: 0;
    padding: 5px 0;
    white-space: normal;
    color: #555;
}

.sel_cat .dropdown-menu ul li a:hover,
.sel_cat .dropdown-menu ul li a:focus {
    background: transparent;
}

.sel_cat .dropdown>button {
    border: 1px solid #e0e0e0;
    border-radius: 0;
    box-shadow: none;
    height: 55px;
}

.sel_cat .dropdown .caret {
    float: right;
    margin: 10px !important;
}

.selectsubcategory .bootstrap-select>.dropdown-toggle.bs-placeholder,
.selectsubcategory .bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.selectsubcategory .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.selectsubcategory .bootstrap-select>.dropdown-toggle.bs-placeholder:active {
    color: #555;
}

.selectsubcategory.btn-group.open .dropdown-toggle {
    box-shadow: none;
    background: #fff;
    border: 1px solid #e0e0e0;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #555;
}

.searchtitle>i {
    cursor: pointer;
}

.searchtitle .popover-content {
    color: #555;
}

.searchtitle .popover {
    z-index: 5;
}

/*
.sel_cat .dropdown-menu li a i.commercial {background: rgba(0, 0, 0, 0) url("../img/commercial.png") no-repeat scroll 0 0 / contain ;}
.sel_cat .dropdown-menu li a i.education {background: rgba(0, 0, 0, 0) url("../img/education.png") no-repeat scroll 0 0 / contain ;}
.sel_cat .dropdown-menu li a i.food_n_drinks {background: rgba(0, 0, 0, 0) url("../img/food_n_drinks.png") no-repeat scroll 0 0 / contain ;}
.sel_cat .dropdown-menu li a i.government {background: rgba(0, 0, 0, 0) url("../img/government.png") no-repeat scroll 0 0 / contain ;}
.sel_cat .dropdown-menu li a i {background: rgba(0, 0, 0, 0) url("../img/healthcare.png") no-repeat scroll 0 0 / contain ;}
.sel_cat .dropdown-menu li a i {background: rgba(0, 0, 0, 0) url("../img/miscellaneous.png") no-repeat scroll 0 0 / contain ;}
.sel_cat .dropdown-menu li a i {background: rgba(0, 0, 0, 0) url("../img/personal.png") no-repeat scroll 0 0 / contain ;}
.sel_cat .dropdown-menu li a i {background: rgba(0, 0, 0, 0) url("../img/professional.png") no-repeat scroll 0 0 / contain ;}
.sel_cat .dropdown-menu li a i {background: rgba(0, 0, 0, 0) url("../img/recreation.png") no-repeat scroll 0 0 / contain ;}
.sel_cat .dropdown-menu li a i {background: rgba(0, 0, 0, 0) url("../img/retail_shopping.png") no-repeat scroll 0 0 / contain ;}
.sel_cat .dropdown-menu li a i {background: rgba(0, 0, 0, 0) url("../img/trade.png") no-repeat scroll 0 0 / contain ;}
*/

.business_summary.process_result .categories {
    float: none;
    padding: 0;
    margin: 5px 0 0;
}

#step1Next {
    float: left;
}

.page-wrap .ajax_loader,
.modal .ajax_loader {
    padding: 0px 15px 0;
    vertical-align: middle;
    font-size: 0px;
    display: none;
}

.loader {
    font-size: 16px;
}

.claim-all {
    margin: 80px 0 0;
}

#search_left_block {
    overflow: hidden;
}

#search_left_block .categories {
    float: left;
    width: auto;
}

.search_business1 .search_content {
    width: 375px !important;
}

/*----- home customer profile css end -----*/

.app_img {
    background: #24a357 none repeat scroll 0 0;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 13px;
    position: absolute;
    left: -160px;
    bottom: 0;
}

/*----- About us modal css start -----*/

#AboutusModal .modal-body {
    width: 900px;
    top: 10%;
    max-width: 96%;
}

#AboutusModal .modal-body p {
    text-align: left !important;
}

/*----- About us modal css end -----*/

#recordPerPage {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url("../img/down_arrow.png") no-repeat scroll right 10px center / 8px 4px;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #a5a5a5;
    float: left;
    font-weight: 500;
    font-size: 14px;
    height: 60px;
    padding: 8px 14px;
    width: 70px;
}

.serach_block {
    width: 100%;
    overflow: hidden;
}

.serach_block .search-textbox {
    width: calc(100% - 70px);
    float: left;
}

.serach_block .search-btn {
    width: 60px;
    margin-left: 10px;
    float: left;
}

.serach_block .search-btn a {
    height: 60px;
    border-radius: 0px;
    padding: 0px;
}

.serach_block .search-btn .searchicon {
    background: rgba(0, 0, 0, 0) url("../img/searchicon.png") no-repeat scroll center center;
    height: 60px;
    width: 60px;
}

.square {
    height: 126px;
    width: 126px;
}

.full_landscape {
    height: 126px;
    width: 202px;
}

.img_block.full_landscape {
    display: flex;
}

.img_block.full_landscape .middle-box.center-block {
    align-self: center;
}

.business-historyblock .business_blk img {
    height: 100% !important;
    object-fit: contain;
    object-position: center center;
    width: 100% !important;
}

.bg_img {
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

#searchbutton {
    background: #24a357;
}

.banner-bottom-line {
    color: #fff;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.sec_right {
    width: 50%;
}

.sec_left {
    width: 50%;
}

.expire1 {
    padding: 0;
}

.expire1+.col-md-6 {
    padding-right: 0;
}

.padding_0 {
    padding: 0;
}

.referal {
    margin-top: 5px;
}

.referal a {
    color: #24a357;
    font-style: italic;
    font-size: 13px;
}

.paginationblock {
    text-align: center;
}

.paginationblock .pagination>li>a,
.pagination>li>span {
    border-color: #eee;
    color: #24a357;
}

.paginationblock .pagination>.active>a,
.paginationblock .pagination>.active>a:focus,
.paginationblock .pagination>.active>a:hover,
.paginationblock .pagination>.active>span,
.paginationblock .pagination>.active>span:focus,
.paginationblock .pagination>.active>span:hover {
    background: #24a357;
    border-color: #24a357;
}

ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

ol>li {
    display: table;
    counter-increment: item;
    margin-bottom: 20px;
    color: #717171;
    font-weight: 500;
    font-size: 16px;
}

ol>li b {
    display: block;
    margin: 0 0 15px;
}

ol>li:before {
    content: counters(item, ".") ".";
    display: table-cell;
    padding-right: 0.6em;
    font-size: 20px;
}

li ol>li {
    color: #717171;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 15px;
}

li ol>li:before {
    content: counters(item, ".") " ";
    font-size: 16px;
}

li ol>li.submainpoint:before {
    font-size: 20px;
    content: counters(item, ".") " ";
}

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

.fixed_search {
    position: sticky;
    top: 60px;
    background: #eaeaea;
    padding: 18px 0;
    z-index: 2;
}


.bzl-add-email .modal-header{
    color: #fff;
    background-color: #24a357;
}

.bzl-add-email .modal-body .form-group{
    width: 86%;
}

.bzl-add-email .modal-body .form-group input{
    width: 80%;
}

.bzl-add-email .modal-body .btn-default{
    color: #fff;
    background-color: #24a357;
    border-color: #24a357;
}

.bzl-add-email .modal-body .btn-default:hover{
    color: #fff;
    background-color: #24a357;
    border-color: #24a357;
}


/*---- media query start ----*/

@media screen and (max-width: 1700px) {
    .banner-device {
        margin: 94px 0 0 0;
    }

    .banner-device-img {
        vertical-align: middle;
        width: 100%;
        margin: 0px;
    }
}

@media screen and (max-width: 1400px) {
    .app_img {
        left: auto;
        bottom: -80px;
        margin: auto !important;
        right: 26%;
    }

    .pc {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 1309px) {
    .banner-device-img {
        vertical-align: middle;
        width: 100%;
    }

    .clients_logo_list li {
        display: inline-block;
        padding: 0 5px;
        width: 20%;
    }

    .map_block {
        width: 35%;
    }

    .app_store {
        position: relative;
        bottom: 30px;
        clear: both;
        float: none !important;
        text-align: center;
        width: 100%;
    }

    .app_img {
        display: inline-block;
    }

    .banner_left {
        padding: 140px 0 0 0px;
    }

    .banner {
        min-height: 650px;
    }

    .banner-device {
        margin: 100px 0 0 0;
    }
}

@media screen and (max-width:1280px) {
    .cust_proimg img {
        width: 90%;
    }

    .customername {
        margin-top: 25px;
    }

    .customername h3 {
        font-size: 22px;
    }

    .customername span {
        font-size: 15px;
        margin-top: 10px;
    }
}

@media screen and (max-width:1199px) {
    .search_result_section {
        padding: 40px;
    }

    .price_table ul li {
        padding: 10px;
    }

    .search-textbox input[type="text"] {
        height: 50px;
    }

    .serach_block .search-btn a {
        height: 50px;
    }

        .claim_tab_block{
            max-width: 32%;
        }


    #recordPerPage {
        height: 50px;
    }

    .serach_block .search-btn .searchicon {
        height: 49px;
    }

    h1.heavy {
        font-size: 26px;
    }

    .searchtitle h2 {
        font-size: 27px;
    }

    .process_field {
        padding: 40px;
    }

    .search_result_section h2 {
        font-size: 27px;
    }

    .section-container .search-textbox .searchbtn {
        height: 50px;
    }

    .section-container .search-textbox .searchbtn .searchicon {
        /*width: 25px;height: 25px;*/
    }

    .categories {
        width: 46%;
    }

    .business_status {
        float: none;
        width: 100%;
        margin: 15px 0 0;
    }

    .search_content {
        float: left;
        width: 430px;
    }

    .hdn.search_content {
        float: left;
        width: 100%;
        margin: 10px 0 0;
    }

    .business_summary .process_result_block1 {
        float: none;
        width: 100%;
    }

    .business_summary .map_block {
        width: 100%;
        margin: 10px 0 0;
    }

    #searchbutton {
        padding: 0;
    }

    .hdn {
        overflow: hidden;
    }

    .hdn .search_content {
        width: calc(100% - 230px);
    }

    .business_status .business_status_list li:first-child {
        padding-left: 0px;
    }

    .loginblock {
        padding: 75px 0 0;
    }

    #search_result .categories .category {
        width: 49%;
    }

    #search_left_block {
        width: 100%;
    }

    #search_left_block .categories {
        padding: 0px;
    }

    .search_result_block .cat_img {
        height: 364px;
    }

    .mybusinesslistblock h1.heavy {
        margin-left: 0;
        margin-bottom: 10px;
    }

    #seach_select_btn .tagged {
        display: block;
        margin: 0 0 10px;
    }

    #seach_select_btn .select_btn a {
        margin: 0px 0 10px 0;
    }

    .packplanpopup.paymentpopup .payment_form {
        width: 100%;
    }
}

@media screen and (max-width: 1170px) {
    .footer_links.sec_2 {
        margin: 39px auto 0;
        padding: 0 0 0 15px;
    }

    .sel_cat .dropdown-menu ul {
        width: 100%;
    }

    .sel_cat .dropdown-menu ul li {
        width: 20%;
    }
}

@media screen and (max-width: 991px) {
    #searchbutton {
        height: 45px;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .testimonial_1.text-center {
        width: 100%;
        padding: 0 40px;
    }

    .sec_right,
    .sec_left {
        width: 100%;
        position: relative;
    }

    .sec_right>img {
        max-width: 100%;
        width: auto;
        display: block;
        margin: 0 auto;
    }

    .register-feedbacks-block h1 {
        text-align: left;
    }

    .banner-device-img {
        display: none;
    }

    .fixed_search {
        position: static;
    }

    .search-textbox .col-md-4:first-of-type {
        padding: 0 0px 0 0;
    }

    .section-container .search-textbox .searchbtn {
        height: 37px;
        width: 100% !important;
    }

    .banner_left {
        float: none;
        padding: 180px 0 0;
        width: 100%;
    }

    .banner-device {
        margin: 5px 0 0;
        position: relative;
        right: 0;
        text-align: left;
    }

    .app_store {
        margin: 0 0px 0;
        position: relative;
        bottom: auto;
        text-align: left;
    }

    .check-text {
        color: #fff;
        font-size: 30px;
    }

    .check_list_block .more {
        margin: 0;
    }

    .clients_logo_list li {
        display: inline-block;
        width: 20%;
    }

    .text-center.setup {
        text-align: center;
        margin: 15px 0 0;
    }

    .footer_links.sec_2 {
        margin: 10px auto 0;
        padding: 0;
    }

    .footer-section1 {
        text-align: left;
        margin: 30px 0 0;
    }

    .social_links {
        float: left;
    }

    .search-textbox .col-md-4 {
        padding: 0;
        margin-bottom: 5px;
    }

    .search-textbox .col-md-4:first-child {
        padding: 0;
    }

    .search-textbox .col-md-4:last-child {
        padding: 0;
    }

    .search_result_section,
    #search_result {
        padding: 15px;
    }

    #search_result {
        padding: 15px;
    }

    .type_detail .col-md-6:nth-of-type(1),
    .type_detail .col-md-6:nth-of-type(2) {
        padding: 0;
    }

    .type_detail {
        margin: 10px 0;
    }

    .type_detail .col-md-6 {
        margin-bottom: 10px;
    }

    .type_detail .col-md-6:nth-of-type(2) {
        margin: 0;
    }

    .price_table ul li {
        vertical-align: middle;
    }

    .price_table ul li.pricemainblock ul li {
        padding: 20px;
    }

    .price_table ul li.pricemainblock ul li.head {
        padding: 0;
        vertical-align: top;
    }

    .premium_select {
        padding: 12px 35px;
    }

    .simple_select {
        padding: 10px 20px;
    }

    .price_table ul.mainseletprice_block li.pricemainblock ul li {
        padding: 20px 0;
    }

    .search-textbox input[type="text"] {
        height: 45px;
    }

    #recordPerPage {
        height: 45px;
    }

    .img_block {
        height: 110px;
        margin-right: 15px;
        width: 100px;
    }

    .hdn .img_block {
        height: 110px;
        margin-right: 15px;
        width: 180px;
    }

    .hdn .search_content {
        float: left;
        margin-left: 0;
        margin-top: 0;
        width: calc(100% - 212px);
    }

    .mybusinesslistblock h1.heavy {
        margin-left: 0;
    }

    .select_btn a {
        padding: 12px 30px;
        font-size: 15px;
        margin: 0px 15px 10px 0;
    }

    .wizard {
        width: 100%;
    }

    .searchtitle h2 {
        font-size: 23px;
    }

    .process_field {
        padding: 10px;
    }

    .wizard .list-inline {
        padding-top: 20px;
    }

    h1.heavy {
        font-size: 23px;
    }

    .claim_process .tab-content {
        padding: 40px 0;
    }

    .search_result_section h2 {
        font-size: 23px;
    }

    .tagged {
        display: block;
        margin: 0 0 10px;
    }

    .map_block {
        width: 100%;
    }

    .categories {
        width: 100%;
        float: none;
        padding: 15px 0 0;
    }

    .search_result_block .claimed .cat_img {
        width: auto;
        height: auto;
    }

    .search_content.blank_search_content {
        padding: 0;
        width: auto;
    }

    .search_result_block,
    .search_result_block:nth-of-type(2),
    .search_result_block:last-child {
        padding: 20px 0;
    }

    .search_result_block .cat_img {
        height: auto;
    }

    .categories .category {
        width: 49%;
    }

    .searchpopup .modal-body h1 {
        font-size: 35px;
    }

    .form-text {
        float: left;
        padding: 0 0 0 10px;
        width: 19.33%;
    }

    .search-textbox .col-md-4 {
        width: 100%;
    }

    .section-container .search-textbox .searchbtn {
        margin-top: 5px;
        width: 100px;
    }

    .customerprofileblock ul li a {
        padding: 10px 0px;
    }

    .customername h3 {
        font-size: 19px;
    }

    .customername {
        margin-top: 15px;
    }

    .search_content {
        width: calc(100% - 427px);
    }

    .hdn {
        overflow: hidden;
        float: none;
        width: 100%;
    }

    .business_status {
        float: none;
        width: 100%;
        margin: 10px 0 0;
    }

    #AboutusModal .modal-body {
        width: auto;
        top: 15%;
        max-width: 96%;
    }

    /*--loginpopup responisve----*/
    /*
    .loginblock{width: 90%}
    .loginblock_detail {display: block;height: auto;width: 100%;}
    .loginblock_indetail {display: block;float: left;}
    .loginform_main {position: relative;right: 0px;top: 0;width: 100%;padding: 20px;}
    .loginform_main:before,.loginform_main:after,.loginform_main{clear: both;content: "";}
    .loginblockrighttoleft {left: 0px !important;}
    .loginblocklefttoright {right:0px !important;}
    .loginblock_indetail a {display: block;line-height: auto;padding: 14px;height: auto;margin: 15px 0;line-height: normal;font-size: 12px;}
    .loginblock_indetail p {margin: 20px 0;}
    .loginblock_indetail h2 {height: 30px;font-size: 20px;}
    */
    .loginblock {
        max-width: 95%;
        width: 100%;
    }

    .loginpopup .modal-content {
        vertical-align: top;
    }

    .loginblock_indetail a {
        display: block;
    }

    .loginblock_indetail br {
        display: none;
    }

    .loginblock_detail {
        display: block;
    }

    .loginblock_indetail {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }

    .loginform_main {
        display: inline-block;
        position: relative;
        right: auto;
        top: -60px;
        vertical-align: top;
        width: 48%;
    }

    /*--- RohitChauhan CSS ----*/
    .app_img {
        left: 0;
        bottom: auto;
        margin: auto !important;
        right: auto;
        position: relative;
    }

    .menu>ul>li {
        margin: 0 5px 0 0;
    }

    .menu>ul>li>a {
        font-size: 14px;
        padding: 12px 15px;
    }

    .header_main {
        padding: 9px 0 12px;
    }

    .banner_left {
        padding: 137px 0 0;
    }

    .banner_left h1 {
        font-size: 30px;
    }

    .usercustblock li {
        width: 49.5%;
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 20px 0px;
    }

    .usercustblock {
        margin-bottom: 0px;
    }

    .logo a span {
        font-size: 14px;
    }

    .sel_cat .dropdown-menu ul li {
        float: left;
        font-size: 11px;
        padding: 0 2px;
        text-align: center;
        width: 20%;
    }

    .search_result_block:nth-of-type(2) {
        margin: 0px 0 0;
    }

    /*--loginpopup responisve----*/
    .form_claim_process input[type="text"],
    .form_claim_process input[type="password"] {
        height: 50px;
    }

    .join_facebook::before {
        background-size: 8px auto;
        top: 15px;
    }

    .joining li a {
        padding: 12px 26px 12px 76px;
    }

    .join_google::before {
        background-size: 8px auto;
    }

    .joining li a.btn-login {
        padding: 8px 12px;
    }

    /*-----claim login -----*/
    #claimLoginBlock .join_facebook::before {
        background-size: auto;
        top: 15px;
    }

    #claimLoginBlock .joining li a {
        padding: 18px 46px 18px 56px;
    }

    #claimLoginBlock .join_google::before {
        background-size: 25px auto;
        top: 18px;
    }

    #claimLoginBlock .joining li a.btn-login {
        padding: 10px 15px;
    }

    #search_result .map_block {
        height: 361px;
        width: 40%;
        margin: 0px;
        padding-left: 10px;
        background: #fff;
    }

    #search_result .categories {
        width: 60%;
        text-align: center;
        padding: 10px 0;
    }

    .search_result_block .cat_img {
        height: 287px;
    }

    .cat_img img {
        max-width: 100%;
        object-fit: contain;
        height: 100%;
    }

    .map_process {
        height: 200px;
        margin: 15px 0 0;
        padding: 0;
    }

    .address_process .col-md-6,
    .address_process .col-md-6:first-child,
    .address_process .col-md-6:last-child {
        padding: 0px;
    }

    .claimlisting .select_btn a {
        font-size: 15px;
        margin: 0 15px 10px 0;
        padding: 9px 13px;
    }

    .claimlisting .select_btn a:last-child {
        margin: 0 0px 10px 0;
    }

    .claimlisting .search_content {
        width: calc(100% - 367px);
    }

    .claimlisting .select_btn {
        padding: 0px 0 0;
    }

    .search_result_block.mybusinesslistblock:first-child {
        padding: 0 0 20px !important;
    }

    .serach_block .col-md-5.col-md-push-5 {
        float: right;
        width: 80%;
    }

    .serach_block .col-md-2 {
        float: left;
        width: 20%;
    }

    .banner {
        min-height: inherit;
    }

    .payment-right {
        padding: 20px 15px;
    }

    .payment-left img,
    .owner-name {
        float: none !important;
    }

    .about-damian {
        text-align: center;
    }

    .expire1+.col-md-6 {
        padding-right: 0;
        padding-left: 0;
        margin-top: 15px !important;
        float: left !important;
        width: 100%;
    }

    .pricing {
        overflow: hidden;
    }
    .claim_tab_block{
        max-width: 90%;
    }
    .price_table img{
        position: relative;
    left: -80px;
    }
    /* .price_table {
        width: 1000px;
    } */
}

@media screen and (max-width:768px) {
    .col-sm-1.search-textbox {
        padding-right: 15px;
        margin: 15px 0 0
    }
    .claim_tab_block{
        max-width: 70%;
    }

    .col-sm-11.search-textbox {
        padding: 0 15px;
    }

    .banner-bottom h2 {
        display: inline;
        font-size: 19px;
    }

    .banner-device-img {
        display: none;
    }

    .banner-bottom h2 {
        font-size: 17px;
    }

    .more1 {
        font-size: 17px;
    }
    .price_table tr td:first-child{
        width: 100%;
    }
    .price_table img{
        position: relative;
    left: -37px;
}

    .check_list_block .pull-right {
        float: none !important;
        text-align: center;
        margin: 15px 0 0;
    }

    .pull-left.check-text {
        float: none !important;
        font-size: 26px;
        text-align: center;
    }

    .check_list_block {
        padding: 45px 0;
    }

    .menu {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        background: #393939;
        margin: 0;
        display: none;
    }

    .menu.in {
        display: block;
    }

    .menu ul {
        padding: 120px 30px;
    }

    .menu>ul>li {
        float: none;
        margin: 0 12px 0 0;
    }

    .menu>ul>li>a {
        background: none;
    }

    .menu>ul>li>a:hover,
    menu>ul>li>a:focus {
        background: none;
        color: #24a357;
    }

    .close-btn a {
        display: block;
    }

    .hamburger {
        display: block;
    }

    .claim-all>.row {
        margin-left: 0;
        margin-right: 0;
    }

    .serach_block .search-btn .searchicon {
        height: 45px;
    }

    .searchtitle h2 {
        font-size: 20px;
    }

    h1.heavy {
        font-size: 20px;
        margin-left: 15px;
    }

    .claim_tab_block {
        padding-bottom: 10px;
    }

    .claim_process .tab-content {
        padding: 30px 0;
    }

    .search_result_section h2 {
        font-size: 20px;
    }

    .section_outside {
        text-align: center;
    }

    .more {
        width: 200px;
        margin: 10px auto;
        display: block;
    }

    .setup .more {
        margin: 10px 0;
        display: inline-block;
        width: auto;
    }

    .banner_left .more {
        margin: 10px 0 15px;
        display: inline-block;
        width: auto;
    }

    .customerprofileblock h2 {
        margin-bottom: 20px;
    }

    .customerprofileblock {
        padding: 40px 0 45px;
    }

    .feedbcak-1 .col-md-4 {
        padding: 0;
    }

    .search-block .more,
    .check_list_block .more {
        width: auto;
        display: inline-block;
    }

    .sub_sentence {
        margin: 0;
    }

    .footer-bottom ul li {
        display: inline-block;
        float: none;
        margin: 0 5px;
    }

    .footer-bottom-link {
        text-align: center;
    }

    .copyright {
        float: none;
        text-align: center;
        width: 100%;
    }

    .header_main.inner {
        padding: 15px 0;
    }

    .header_bottom {
        margin: 70px 0 0;
        padding: 15px;
    }

    .mapheader_bottom {
        top: 0;
    }

    .form-text {
        width: 28%;
    }

    .blank_search_content {
        padding: 0;
    }

    .select_btn a {
        float: left;
    }

    .tagged {
        display: inline-block;
        margin: 10px;
    }

    .blank_search_result .select_btn {
        margin-top: 10px;
    }

    .searchpopup .modal-body h1 {
        font-size: 30px;
    }

    .search_buisform input {
        width: 96%;
    }

    .search_buisform .form-group {
        width: 48%;
    }

    .searchblock .addbuisbtn {
        height: 50px;
        font-size: 15px;
        margin: 0 20px 15px;
    }

    form.businesslist_search {
        width: 100%;
        overflow: hidden;
    }

    .section_outside {
        padding: 0 10px;
    }

    .customername h3 {
        font-size: 15px;
    }

    .wizard button.more {
        display: inline-block;
        width: auto;
    }

    .paymentpopup .payment_form {
        margin: 70px auto;
    }

    .sel_cat .dropdown-menu ul li {
        float: none;
        height: 40px;
        text-align: left;
        width: 100%;
        font-size: 14px;
    }

    .sel_cat .dropdown-menu ul li a {
        display: block;
        margin: 0;
        text-align: left;
        padding: 10px 15px;
    }

    .sel_cat .dropdown-menu ul {
        width: 100%;
    }

    .sel_cat .dropdown-menu li a i {
        display: inline-block;
        height: 22px;
        margin: 0 10px 0 0;
        vertical-align: middle;
        width: 22px;
    }

    .business_summary.process_result .search_content {
        width: 100%;
        margin: 0;
    }

    .business_summary.process_result .claim {
        float: none;
    }

    .business_summary.process_result .lefts {
        float: none;
    }

    .business_summary.process_result .process_result .search_content {
        float: none;
        margin: 0;
        width: 100%;
    }

    .process_result .address {
        float: none;
        width: 100%;
    }

    .business_summary.process_result h1.heavy {
        margin-left: 0;
    }

    .business_summary.process_result .more {
        display: block;
        margin: 10px auto;
        width: 100%;
    }

    .business_summary.search_result_block.process_result {
        padding: 20px;
    }

    #payment-form .alertbox label {
        margin: 10px 0;
        padding: 15px;
        font-weight: normal !important;
    }

    #payment-form .alertbox {
        padding: 15px;
    }

    .usercustblock li {
        width: 100%;
        float: left;
    }

    .hdn {
        float: none;
        width: 100%;
    }

    /* .price_table {
        width: 1000px;
    } */

    .pricing {
        overflow: hidden;
        padding: 40px 0 0;
    }

    .pricefet_top .price {
        padding: 0px 0;
    }

    .pricepackpopup .price {
        padding: 15px 0;
    }

    .search_list h1.heavy {
        margin-left: 0;
    }

    .search_list .select_btn {
        padding: 00px 0 0;
    }

    .banner {
        padding: 0 0 130px;
    }

    .banner_left {
        padding: 97px 0 0;
    }

    .banner_left h1 {
        font-size: 26px;
    }

    .select_btn a {
        margin: 0 15px 0px 0;
    }

    .select_btn {
        padding: 20px 0 0;
    }

    .search_result_section h2.heavy.text-center {
        padding-bottom: 50px;
    }

    .search_business1 .search_content {
        width: 50% !important;
    }

    .form_claim_process h3 {
        margin: 0 0 10px;
        font-size: 21px;
    }

    .claimlisting .search_content {
        width: calc(100% - 367px);
        float: left;
        margin: 0;
    }

    .claimlisting .select_btn {
        width: auto;
        float: right;
    }

    .loginform_main {
        margin: 0 auto;
        position: relative;
        right: auto;
        top: auto;
        vertical-align: top;
        width: 90%;
        max-width: 70%;
        display: block;
    }

    .loginblock_indetail {
        display: block;
        width: 100%;
    }

    .loginblock_indetail p {
        margin: 10px 0;
    }

    .h1,
    h1 {
        font-size: 28px;
    }

    .testimonial_1.text-center {
        margin: 10px auto 10px;
    }

    .testimonial {
        padding: 30px 0;
    }

    .resposnive {
        width: 100%;
    }

    .paymentpopup .payment-block {
        flex-wrap: wrap;
    }

    .payment-left,
    .payment-right {
        width: 100%;
    }

    .payment-left {
        order: 2;
        background: none;
        padding: 15px;
    }

    .payment-right {
        order: 1;
        height: auto;
    }

    .payment-left .gradiant {
        background: none;
        display: none;
    }

    .damian-mobile {
        width: 130px;
        background: url(../img/Damian.jpg) rgb(226, 226, 226) no-repeat;
        background-position: top;
        background-size: 100%;
        height: 130px;
        float: right;
    }

    .about-zimdle {
        width: 100%;
        color: #555;
    }

    .about-damian {
        position: relative;
        color: #555;
    }

    .zimdle-identity-mobile {
        overflow: hidden;
        width: calc(100% - 150px);
        float: left;
    }

    .payment-right h2 {
        font-size: 20px;
    }

    .f35 {
        font-size: 15px;
    }

    .packplanpopup .alertbox {
        padding: 0 !important;
    }

    .packplanpopup .alertbox label {
        padding: 0 15px !important;
    }
}

@media screen and (max-width:650px) {
    .usercustblock li {
        width: 100%;
        height: auto;
        float: none;
    }

    .customername h3 {
        width: 50%;
        margin: 0 auto;
    }

    .customerprofileblock ul li.active::after {
        bottom: -46px;
    }

    .paymentpopup .payment_form {
        width: 90%;
    }

    .customerprofileblock ul li {
        height: 210px;
    }

    .price_table ul.mainseletprice_block li.pricemainblock ul li {
        padding: 8px;
    }

    .pricemainblock a {
        height: auto;
        margin: 0 auto;
        padding: 6px 40px;
    }

    .business_status .business_status_list li {
        width: 50%;
        margin: 5px 0;
        padding: 0 2px;
    }

    .select_btn {
        width: 100%;
        overflow: hidden;
        float: none;
        padding: 10px 0;
    }

    .search_content {
        float: none;
        margin-left: 115px;
        width: calc(100% - 115px);
    }

    .search_business1 .search_content {
        width: 70% !important;
    }

    #search_result .claim {
        width: auto;
        float: none;
    }

    #search_result .map_block {
        height: 227px;
        width: 100%;
        margin: 15px 0 0;
    }

    #search_result .categories .category {
        margin: 0 0 15px;
    }

    #search_result .categories {
        width: 100%;
    }

    #search_result .map_block {
        padding-left: 0px;
    }

    #search_result .categories .cat_img img {
        height: 100%;
        max-width: 100%;
        object-fit: contain;
    }

    #addBusinessTab .nav {
        margin: 0px;
    }

    .searchtitle i {
        margin-top: 0;
    }

    .wizard .nav-tabs {
        margin: 40px auto 0;
        padding: 0 0 31px;
        min-height: 155px;
    }

    .process_field .dropdown-menu {
        width: 100%;
    }

    #seach_select_btn .tagged {
        margin: 10px 0 10px;
    }

    #search_business .select_btn a.gotopremium {
        margin: 0;
        padding: 11px 0;
        text-align: center;
        width: 49%;
    }

    .device-title {
        font-size: 20px;
    }

    .feedback_list li {
        margin: 0 0 10px;
        font-size: 14px;
    }

    .middle-up {
        padding: 20px 0;
    }

    .feedbcak-1 {
        margin: 30px 0 0;
    }

    .client {
        padding: 30px 0;
    }

    .clients_logo_list {
        margin: 10px 0 0;
    }

    .footer-bottom ul li {
        margin: 0 13px 12px;
    }

    .footer {
        padding: 20px 0;
    }

    .feedback_list .text-img {
        height: 15px !important;
    }

    .damian-mobile {
        width: 90px;
    }

    .zimdle-identity-mobile {
        width: calc(100% - 90px);
    }
}

@media screen and (max-width:600px) {
    .copyright {
        float: none;
        text-align: center;
    }

    .footer-bottom ul li {
        margin: 0 24px 10px 0;
    }

    .searchpopup .modal-body h1 {
        font-size: 20px;
        text-align: center;
    }

    .pricepackpopup.searchpopup .modal-body {
        transform: translateY(0%);
        top: 55px;
    }

    .searchpopup .modal-body {
        top: 53%;
        transform: translateY(-50%);
    }

    .search_business1 .search_content {
        float: left;
        margin: 0;
        width: calc(100% - 115px) !important;
    }

    #cat_select_btn {
        padding: 6px 30px 6px 6px;
    }

    #cat_select_btn .caret {
        position: absolute;
        right: 15px;
        top: 17px;
        margin: 0;
    }

    .claimlisting .search_content {
        float: left;
        margin: 0;
        width: calc(100% - 257px);
    }

    .claimlisting .select_btn a {
        display: block;
        float: none;
        font-size: 13px;
        padding: 9px 13px;
        text-align: center;
        width: 140px;
        margin: 10px 0;
    }

    .loginform_main {
        max-width: 95%;
        padding: 20px;
        width: 95%;
        min-height: auto;
    }

    .loginblock_indetail a {
        padding: 10px 15px;
    }

    .register-feedbacks-block {
        padding: 20px 0;
    }

    .register-feedbacks-block h1 {
        font-size: 20px;
    }

    .feedbcak-1 ul {
        margin: 10px 0;
    }

    .search_buisform input {
        font-size: 14px;
    }
}

@media screen and (max-width: 585px) {
    .price_features{
        font-size: 12px;
    }
    .wizard {
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 40px;
        height: 40px;
        line-height: 35px;
    }

    .customername h3 {
        font-size: 12px;
    }

    .customername span {
        font-size: 12px;
    }

    #addBusinessTab ul.nav.nav-tabs {
        height: 156px;
        padding: 0;
        margin: 0 auto;
    }

    .loginblock_indetail h2 {
        font-size: 22px;
        height: 55px;
    }

    .loginblock_indetail a {
        margin: 10px 0;
        padding: 6px;
        width: 100%;
    }

    .loginbtn {
        width: 100px;
    }

    .serach_block .col-md-5.col-md-push-5 {
        width: 74%;
    }

    .serach_block .search-textbox {
        width: calc(100% - 71px);
    }

    .pricepackpopup .search_buisform .form-group {
        width: 100%;
    }

    .search-label {
        width: 100%;
        padding-top: 0px;
        margin-bottom: 15px;
    }

    .search-inner-box {
        width: 100%;
    }

    .searchblock .addbuisbtn {
        margin-left: 0px;
    }

    .add_business_modal_blk label {
        color: #fff;
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:480px) {
    .logo img {
        max-width: 100px;
    }

    .logo a span {
        font-size: 10px;
    }

    .hamburger {
        display: block;
        margin: 12px 0 0;
    }

    .banner_left {
        padding: 77px 0 0;
    }

    .footer-bottom ul li {
        float: none;
        margin: 15px 0 0;
        text-align: center;
    }

    .img_block {
        height: 200px !important;
        margin-right: 0px;
        width: 100% !important;
        float: none;
        display: block;
        margin-bottom: 15px;
    }

    .search_content {
        margin-left: 0;
        overflow: auto;
        width: 100%;
    }

    .wizard .nav-tabs>li {
        font-size: 10px;
    }

    .logo a {
        width: 190px;
    }

    .loginblock_indetail h2 {
        font-size: 16px;
        height: auto;
    }

    .overall_txt {
        float: none;
        text-align: center;
        width: 100%;
    }

    .compare_last_txt {
        left: auto;
        margin: 10px 0;
        position: relative;
        text-align: center;
        top: auto;
    }

    .avg_status_list {
        float: none;
        overflow: hidden;
        width: 100%;
        margin: 10px 0;
    }

    .search_result_block.mybusinesslistblock:first-child {
        padding: 0 0 16px;
    }

    .search_business1 .search_content {
        width: 100% !important;
    }

    .hdn .search_content {
        width: 100% !important;
    }

    .hamburger>a {
        padding: 0 4px 0;
    }

    .header_bottom {
        margin: 56px 0 0;
        padding: 15px;
    }

    .payment_form .modal-header h4 {
        font-size: 14px;
    }

    .claimlisting .search_content {
        float: none;
        margin: 0;
        width: 100%;
    }

    .claimlisting .select_btn {
        float: none;
        width: auto;
        margin: 15px 0 0;
    }

    .claimlisting .select_btn a {
        display: inline-block;
        float: none;
        margin: 0px;
    }

    .search_business1 h1.heavy {
        font-size: 20px;
        margin-left: 0 !important;
        margin-bottom: 10px !important;
    }

    #business_section.search_result_section,
    #search_result {
        padding: 15px;
    }

    .serach_block .col-md-5.col-md-push-5 {
        width: 71%;
    }

    h1.heavy {
        margin-left: 0;
    }

    .alert_sentence {
        margin: 0px 0;
    }

    .claim_process .wizard li.active::after {
        bottom: -55px;
    }

    .banner_left h1 {
        font-size: 20px;
    }

    .banner_left ul li {
        margin: 0 0 10px;
        font-size: 14px;
    }
}

@media screen and (max-width:420px) {
    .search_buisform .form-group {
        width: 85%;
        float: none;
    }

    .claim_tab_block {
        max-width: 80%;
    }
    .search_buisform input {
        width: 100%;
    }

    .search_buisform .searchbtn {
        width: 100px;
    }

    .search_buisform .form-group {
        float: none;
        width: 100%;
    }

    .select_btn a {
        width: 49%;
        padding: 11px 0;
        text-align: center;
        margin: 0px;
    }

    .select_btn a:first-child {
        float: left;
    }

    .select_btn a:last-child {
        float: right;
    }

    .select_btn a.gotopremium {
        width: 100%;
    }

    #claimLoginBlock .join_facebook {
        width: 100%;
    }

    #claimLoginBlock .join_google {
        width: 100%;
    }

    #search_result .categories .category {
        width: 100%;
    }

    #search_left_block {
        text-align: center;
    }

    .claimlisting .select_btn a {
        width: 49%;
    }

    .pricepackpopup .price_table {
        width: 100%;
    }

    .damian-mobile {
        display: none;
    }

    .zimdle-identity-mobile {
        width: 100%;
    }

    .cardnumber {
        background-size: 50px;
        padding: 0 65px 0 15px;
    }
}

@media screen and (max-width:320px) {
    .searchtitle .popover-content {
        color: #555;
        padding: 0 20px 0 41px;
    }
    .claim_tab_block{
        max-width: 100%;
    }
    .header_name{
        padding: 32px;

    width: 100%;
    }
    .price_table tr td:first-child{
        width: 100%;
    }
    .price_table img{
        position: relative;
        left: -43px;
    }

    .sel_cat .dropdown-menu ul li a {
        padding: 10px 6px;
    }

    .sel_cat .dropdown-menu li a i {
        margin: 0;
    }

    .cat_li span {
        display: inline-block;
        padding: 0 0 0 8px;
    }

    .process_field .btn.dropdown-toggle.btn-default {
        padding: 15px 31px 15px 15px;
    }

    .loginbtn {
        padding: 0 30px;
        width: auto;
        line-height: 40px;
        height: 40px;
    }

    .loginbtnblock {
        padding-top: 0px;
    }
}