/* 
font-family: 'Rubik', sans-serif;
font-family: 'Open Sans', sans-serif; 
*/

/* Bootstrap font overrides */
:root {
  --bs-font-sans-serif: 'Rubik', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-family: var(--bs-font-sans-serif);
}

* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

ul,
li {
    margin: 0;
    padding: 0;
}

body {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    line-height: 24px;
    font-weight: 300;
    color: #4b4b4b;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    min-height: 100vh;
    min-width: 300px;
    overflow-y: auto;
}

a {
    text-decoration: none;
    color: #00a789;
}

a:not([href]):not([tabindex]){
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #7a0c17;
}

.container {
    width: 100%;
}

.block-css {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.margin10t {
    margin-top: 10px !important;
}

.margin15t {
    margin-top: 15px !important;
}

.margin20t {
    margin-top: 20px !important;
}

.margin25t {
    margin-top: 25px !important;
}

.margin30t {
    margin-top: 30px !important;
}

.margin10b {
    margin-bottom: 10px !important;
}

.margin15b {
    margin-bottom: 15px !important;
}

.margin20b {
    margin-bottom: 20px !important;
}

.margin25b {
    margin-bottom: 25px !important;
}

.margin30b {
    margin-bottom: 30px !important;
}

.padding0b {
    padding-bottom: 0 !important;
}

.padding0t {
    padding-top: 0 !important;
}

.bg_light_gray {
    background: #f1f1f1;
}

.section_outer {
    float: left;
    width: 100%;
    margin: 0;
    padding: 110px 0;
    position: relative;
}

.section_outer p {
    display: inline-block;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
}

.section-heading {
    font-weight: 400;
    font-size: 45px;
    line-height: normal;
    margin: 0 0 20px 0;
    padding: 0;
    color: #191718;
    float: left;
    width: 100%;
}

.section_outer .section-heading+p {
    margin-bottom: 30px;
}

.iturn_red_btn,
.btn.iturn_red_btn {
    background: #00a789;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    padding: 18px 30px;
    line-height: normal;
}

.iturn_red_btn:hover,
.btn.iturn_red_btn:hover {
    background: #191718;
    color: #fff;
    text-decoration: none;
}

.clickable {
    cursor: pointer;
}

.pac-container {
    z-index: 10000 !important;
}

/********************* HEADER CSS START *********************/

#iturn-app-header {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 100;
}

#iturn-app-header>.navbar {
    margin: 0;
    padding: 0;
    background: none;
}

#iturn-app-header>.navbar>.container {
    padding: 8px 4%;
}

.main-navigation a {
    color: #fff;
}


/* #iturn-app-header.header_bg > .navbar {margin: -3px auto;} */

#iturn-app-header.header_bg>.navbar {
    background-color: #191718 !important;
    margin: 0px auto;
}

.bg-black {
    background-color: #191718 !important;
}

.bg-light-gray {
    background-color: #dbdbdb !important;
}

.section-split-place-show {
    font-size: smaller;
    font-weight: 400;
}

.bg-green {
    background-color: #00a789 !important;
}

.bg-green-light {
    background-color: #00b894 !important;
}

.bg-light-gray-light {
    background-color: #e1e1e1 !important;
}



#logo.small_logo {
    max-width: 40px;
}

#logo-text.small_logo {
    max-width: 29%;
}

#logo-text {
    padding-left: 3%;
}

.main-navigation>ul.navbar-nav>li {
    margin: 0 5px;
}

.main-navigation>ul.navbar-nav>li:first-child {
    margin-left: 0;
}

.main-navigation>ul.navbar-nav>li:last-child {
    margin-right: 0;
}

.main-navigation>ul.navbar-nav>li>a {
    color: #ffffff;
    font-size: 17px;
    font-weight: normal;
    padding: 8px !important;
    position: relative;
}

.main-navigation>ul.navbar-nav>li>a::after {
    content: "";
    width: auto;
    height: 2px;
    position: absolute;
    bottom: 3px;
    background: none;
    left: 10px;
    right: 10px;
    top: auto;
    opacity: 0;
    visibility: hidden;
}

.main-navigation>ul.navbar-nav>li>a:hover::after,
.main-navigation>ul.navbar-nav>li.active>a::after {
    background: #d23544;
    opacity: 1;
    visibility: visible;
}


/********************* HEADER CSS END *********************/


/********************* HOMEPAGE CSS START *********************/


/* Home banner css */

.page_banner_section {
    float: left;
    width: 100%;
    margin: 0;
    padding-top: 6%;
    /*background-image: url(../images/home_banner.jpg);*/
    height: auto;
    min-height: 100px;
    background-size: cover;
    background-position: center center;
    text-align: center;
    color: #fff;
    /*filter: grayscale(90%);-webkit-filter: grayscale(100%);*/
}

.page_banner_section h1 {
    font-size: 3.2rem;
}

.page_banner_section span {
    word-spacing: 0.1rem;
    line-height: 1.9rem;
}

.page_banner_section button {
    background: #00a789
}

.section-pricing button {
    background: #00a789
}

.section-pricing button:hover {
    background: #191718
}


/* .pricing-button-row {height: 0%} */

.pricing-price {
    color: #00a789
}

.page_banner_section button:hover {
    background: #191718
}

.section-landing button:hover {
    background: #00a789
}

.section-landing-alert button:hover {
    background: #191718
}

.page_banner_section .row {
    justify-content: center;
}

.centered-row {
    justify-content: center;
}

.section-landing h4,
.section-landing-alert h4 {
    letter-spacing: 0.4rem;
    color: #191718
}

.section-landing h1,
.section-landing-alert h1 {
    letter-spacing: 0.6rem;
    color: #00a789
}

.section-landing button,
.section-landing-alert button {
    background: #191718;
    width: 100%;
}

.header-download-btn {
    background-color: #00a789;
    color: white;
}

.section-landing-alert h4 {
    letter-spacing: 0.5rem;
    color: white
}

.section-landing-alert h1 {
    letter-spacing: 1rem;
    color: white
}

.section-landing-alert a {
    color: #191718
}

.section-landing-alert a:hover {
    color: white;
}

#iturn-app-header a.navbar-brand.site-logo-marketing,
#iturn-app-header .site-logo-marketing {
    max-width: 60%;
}

.dashed-line {
    border-top: 1px dashed rgba(207, 200, 200, 1);
    transform: rotate(90deg);
}

.card-link {
    font-size: small;
}

.card-img-top {
    height: 40%;
    display: block;
    width: 100%;
}

.card {
    border-radius: 1rem;
}

.card .card-img-top {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background-color: #00a789;
}

.card>.list-group:last-child .list-group-item:last-child a {
    color: white;
}




.dashed-horizontal-line {
    border-top: 1px dashed #00a789;
}

.horizontal-line {
    border-top: 1px solid rgba(207, 200, 200, 1);
}

.image-container {
    width: 100%;
    padding: 30%;
    border: 0px solid rgba(50, 65, 88, 1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 6px;
    box-shadow: -0.00px -5.00px 24px 0px #191718;
}
.bg-red {
    background: #00a789 !important;
}

.pricing-container {
    padding: 3%;
    border: 0px solid rgba(50, 65, 88, 1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 6px;
    box-shadow: -0.00px -5.00px 24px 0px #191718;
}

.pricing-container-parent {
    background-color: #00a789;
    padding: 6%;
}

.business-contact-container {
    font-size: 0.9rem;
    border: 0px solid rgba(50, 65, 88, 1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 6px;
    box-shadow: -0.00px -5.00px 24px 0px #191718;
}

.text-accent-iturnapp {
    color: #00a789;
}

.text-error-iturnapp {
    color: #a70000;
}

.dial-button {
    width: 100%;
    background: lightgray;
    font-size: 1.5rem;
}

.tel-display {
    border: 1px solid lightgray;
    height: 3rem;
    align-content: center;
}

.pricing-parent-note-container {
    bottom: 67px;
    width: 90%;
}

.landing-question-container {
    bottom: -90px;
}

.landing-question-container-small {
    top: -122px;
    left: -10px;
}

.landing-fixed-background {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    height: 400px;
    border-radius: 6px;
    background-image: linear-gradient( rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5)), url(/images/barra-bar.jpg);
}

.landing-fixed-background-small {
    height: 400px;
    background: #191718;
}

/* .form-check-input {
    background-color: #00a789;
    border-color: #00a789;
} */

.form-check-input:checked {
    background-color: #00a789;
    border-color: #00a789;
}

.landing-numbering-first {
    font-size: 7rem;
    left: -30px;
    top: -20px;
    font-weight: 500;
    color: #00a789ff;
}

.landing-question {
    font-size: 6rem;
    line-height: 5.5rem;
    font-weight: 600;
    color: #00a789ff;
}

.pricing-parent-note {
    color: black;
    font-size: 0.8rem;
}

.landing-question-small {
    font-size: 4rem;
    line-height: 3.8rem;
    font-weight: 600;
    padding: 15px;
    color: #00a789ff;
}

.landing-numbering-second {
    font-size: 7rem;
    right: -30px;
    top: -20px;
    font-weight: 500;
    color: #00a789ff;
}

.landing-alert {
    margin-top: 15rem;
    background: #00a789ff;
}

.policy-section {
    background: #191718;
    color: white;
}

.place_search_form {
    width: 810px;
    max-width: 100%;
    margin: 0;
    padding: 158px 0;
    display: inline-block;
    float: none;
}

.place_search_form .location_feild_outer,
.place_search_form .category_feild_outer {
    border: none;
    background: #fff;
    border-radius: 4px;
    margin: 0;
    padding: 14px 30px;
    height: 74px;
    float: left;
    position: relative;
}

.place_search_form .location_feild_outer {
    width: 34%;
}

.place_search_form .category_feild_outer {
    width: 65%;
    float: right;
    padding-right: 105px;
}

.place_search_form .location_feild_outer select,
.place_search_form .category_feild_outer select {
    border: none;
    margin: 0;
    color: #191718;
    font-size: 18px;
    font-weight: 300;
    padding: 0;
    width: 100%;
    box-shadow: none;
    outline: none;
    background: none;
    height: 45px;
    position: relative;
}

.place_search_form .search_form_btn {
    border-radius: 4px;
    border: none;
    background: #00a789;
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    padding: 0;
    line-height: normal;
    width: 80px;
    height: auto;
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    left: auto;
    z-index: 3;
    background-image: url(../images/search_btn_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
    color: transparent;
    text-indent: -9999px;
}

.place_search_form .search_form_btn:hover {
    background-color: #191718;
    text-decoration: none;
}

.place_search_form .location_feild_outer select.location_select_box {
    background-image: url(../images/location_feild_icon.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 38px;
}

.iturn-page_title,
.page_banner_section .iturn-page_title {
    font-weight: 400;
    font-size: 50px;
    line-height: normal;
    margin: 0 0 5px 0;
    padding: 0;
    color: rgba(0, 0, 0, .8);
    float: left;
    width: 100%;
    text-transform: uppercase;
}

.site_breadcrumb_outer {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.site_breadcrumb_outer .site_breadcrumb {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.site_breadcrumb_outer .site_breadcrumb>li {
    display: inline-block;
    width: auto;
    margin: 0 6px;
    padding: 0;
    color: rgba(0, 0, 0, .8);
    font-size: 16px;
    font-weight: normal;
    position: relative;
}

.site_breadcrumb_outer .site_breadcrumb>li>a {
    color: rgba(0, 0, 0, .8);
}

.site_breadcrumb_outer .site_breadcrumb>li::after {
    content: "\f105";
    font-family: Font Awesome\ 5 Free;
    color: rgba(0, 0, 0, .8);
    font-size: 16px;
    margin: 0 0 0 12px;
    padding: 0;
}

.site_breadcrumb_outer .site_breadcrumb>li:last-child::after {
    display: none;
    visibility: hidden;
    opacity: 0;
}


/* Partner section css */

.hm_partner_section,
.hm_featured_section {
    text-align: center;
}

.hm_partner_section .section-heading,
.hm_featured_section .section-heading {
    margin-bottom: 5px;
}

.hm_partner_slider {
    float: left;
    width: 100%;
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.hm_partner_slider .partner_item {
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 25px;
    width: auto;
    height: auto;
    line-height: normal;
}


/* Featured section css */

.featured_item_list {
    text-align: left;
    margin-top: 15px;
}

.featured_item_box,
.featured_item_box .featured_item_img,
.featured_item_content,
.featured_item_content h4,
.featured_item_content p,
.featured_item_content .queue_status {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.featured_item_box .featured_item_img {
    text-align: center;
    position: relative;
}

.add_to_fav {
    position: absolute;
    right: 13px;
    top: 13px;
    left: auto;
    bottom: auto;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.add_to_fav:hover {
    color: #fff;
    margin-top: -3px;
}

.featured_item_box {
    border-radius: 3px;
    min-height: 100%;
}

.featured_item_box .featured_item_img img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
}

.featured_item_content {
    padding: 25px;
    background: #f1f1f1;
}

.non_featured_item_content {
    padding: 25px;
    background: #00a789;
}

.featured_item_content h4 {
    color: #1a1718;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.featured_item_content h4 a {
    text-decoration: none;
    color: #1a1718;
}

.non_featured_item_content h4 a {
    text-decoration: none;
    color: white;
}

.featured_item_content h4 a:hover {
    color: #00a789;
}

.non_featured_item_content h4 a:hover {
    color: black;
}

.featured_item_content p {
    color: #4b4b4b;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    display: -webkit-box;
    height: 42px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.non_featured_item_content p {
    color: white;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    display: -webkit-box;
    height: 42px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.featured_item_content .queue_status {
    color: #262223;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.non_featured_item_content .queue_status {
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.featured_item_content .queue_status i {
    margin: 0 1px 0 0;
}

.featured_item_content .queue_status i:last-child {
    margin-right: 5px;
}

.hm_featured_section .iturn_red_btn {
    margin-top: 45px;
    display: inline-block;
}

.f_star_rating {
    float: right;
    position: absolute;
    right: 0;
    top: 4px;
    z-index: 2;
}

.f_star_rating i,
.f_star_rating i.fa {
    color: #f5b224;
    font-size: 14px;
    margin: 0 1px;
    padding: 0;
    float: left;
}


/* Nothing Belongs section css */

.section_outer.nothing_belongs_section,
.nothing_belongs_section {
    background: #2a2727;
    text-align: center;
}

.nothing_belongs_title {
    float: left;
    width: 100%;
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 40px;
    color: #ffffff;
    font-weight: 300;
    line-height: normal;
}

.nothing_belongs_inner {
    display: flex;
    width: 100%;
    margin: 40px 0 10px;
    padding: 0;
    justify-content: space-between;
    float: left;
    align-items: flex-end;
}

.nothing_belongs_title strong {
    font-weight: 500;
}

.nothing_belongs_inner .nothing_belongs_leftimg,
.nothing_belongs_inner .nothing_belongs_rightimg {
    margin: 0;
    padding: 0;
    width: auto;
}

.nothing_belongs_inner .nothing_belongs_leftimg {
    padding-right: 40px;
}

.nothing_belongs_inner .nothing_belongs_rightimg {
    padding-left: 40px;
}


/* Ever green section css */

.evergreen_slider img {
    border-radius: 4px;
}

.evergreen_content {
    padding-top: 25px;
}

.evergreen_content h3 {
    color: #262223;
    font-size: 25px;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 20px 0;
    padding: 0;
}

.evergreen_content p,
.section_outer .evergreen_content p {
    margin-bottom: 20px;
}

.evergreen_content p+h3,
.section_outer .evergreen_content p+h3 {
    margin-top: 15px;
}

.evergreen_slider #evergreen_slider_id {
    width: auto;
    float: left;
    max-width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}


/* Quick Search section css */

.quick_search_section {
    text-align: center;
}

.quick_search_items {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.quick_search_items .quick_search_item {
    display: inline-block;
    width: 160px;
    min-width: 160px;
    max-width: 160px;
    padding: 0 10px;
    margin: 15px 0;
}

.quick_search_items .quick_search_item h4 {
    font-size: 15px;
    color: #000000;
    font-weight: normal;
    margin: 10px 0 0 0;
    line-height: normal;
    padding: 0;
}

.quick_search_items .quick_search_item h4 a {
    color: #000000;
}

.quick_search_items .quick_search_item h4 a:hover {
    color: #00a789;
    text-decoration: none;
}


/* Get app section css */

.section_outer.get_app_section,
.get_app_section {
    padding-bottom: 0;
}

.get_app_section .container {
    max-width: 1000px;
}

.get_app_content {
    padding-top: 23px;
    padding-left: 0;
}

.get_app_form {
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    margin: 10px 0 0 0;
    position: relative;
    padding: 2px;
    height: 54px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    /*border: 1px solid #e7e7e7;*/
}

.get_app_form input {
    border: none;
    margin: 0;
    color: #4b4b4b;
    font-size: 16px;
    font-weight: 300;
    padding: 0 15px;
    width: 100%;
    box-shadow: none;
    outline: none;
    background: none;
}

.get_app_form input.country_code_input {
    width: 70px;
    max-width: 70px;
    min-width: 70px;
    padding-right: 10px;
    border-right: 1px solid #d5d5d5;
}

.get_app_form .link_app_btn {
    border-radius: 4px;
    border: none;
    background: #00a789;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    padding: 9px 25px;
    line-height: normal;
    width: 170px;
    min-width: 170px;
    max-width: 170px;
    height: 100%;
    cursor: pointer;
}

.get_app_form input:focus {
    outline: none;
    /*box-shadow: inset 0 0 5px rgba(215, 50, 66, 0.7);*/
    box-shadow: none;
}

.get_app_form .link_app_btn:hover {
    background: #191718;
    color: #fff;
    text-decoration: none;
}

.app_download_liks {
    display: inline-block;
    width: 100%;
    margin: 25px 0 0 0;
    padding: 0;
}

.app_download_liks>span,
.app_download_liks>a {
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
    width: auto;
}

.app_download_liks .download_or {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #e4e4e4;
    text-align: center;
    line-height: 40px;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    margin-right: 20px;
}


/* Owl slider arrow css */

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    z-index: 3;
    width: 26px;
    height: 36px;
    color: transparent !important;
    font-size: 0 !important;
    text-indent: -9999px;
    background-image: url(../images/slider_arrows.png) !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    margin: -18px 0 0 0;
    background-position: left top !important;
}

.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-next:focus,
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    outline: none;
    box-shadow: none;
}

.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
    background-position: right top !important;
}

.owl-carousel.hm_partner_slider {
    padding: 0 30px !important;
}

.carousel .carousel-control-next,
.carousel .carousel-control-prev {
    width: 35px;
    font-size: 50px;
}

.single-cases-img{
    /* width: 20%; */
}

/* Places page css */

#places_page .section-heading {
    margin-bottom: 5px;
}

#places_page .row {
    margin-left: -12px;
    margin-right: -12px;
}

.places_box_view_outer,
.places_map_view_outer,
.places_page_inner .featured_item_outer {
    padding-left: 12px;
    padding-right: 12px;
}

.places_map_view_outer {
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: 200px;
    max-height: 850px;
    top: 58px
}


.places_page_inner .featured_item_outer {
    margin-bottom: 12px;
    margin-top: 12px;
}

#places_page .row.featured_item_list,
#places_page .featured_item_list {
    margin-top: 0;
    margin-bottom: 0;
}

.places_box_view_outer .featured_item_content h4 {
    font-size: 17px;
}

::-webkit-scrollbar {
    width: 5px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #00a789;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/*.places_box_view_outer {overflow-y: auto;height: 800px;}*/

.places_box_view_outer .featured_item_content p {
    font-size: 14px;
    line-height: 17.5px
}

.places_box_view_outer .featured_item_content .queue_status,
.places_box_view_outer .place_bottom_info .place_distance_info {
    font-size: 14px;
}

.places_box_view_outer .featured_item_content p {
    height: 35px;
}

.places_box_view_outer .featured_item_content {
    padding: 20px;
}

.approve_content {
    background: white;
}

.places_map_view_outer iframe {
    max-width: 100%;
    height: 100%;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    min-height: 500px;
}

.places_filters_outer {
    float: none;
    width: 100%;
    margin: 10px 0;
    padding: 15px 20px;
    display: inline-block;
    background: #f5f5f5;
}

.places_filters_dropdown {
    float: left;
    width: 100%;
    z-index: 300
}

.places_filters_dropdown .dropdown-toggle {
    border: 1px solid lightgray;
    background: #fff;
    border-radius: 4px;
    padding: 0 35px 0 18px;
    height: 42px;
    float: left;
    position: relative;
    color: #262223;
    font-size: 15px;
    min-width: 100%;
    text-align: left;
    cursor: pointer;
}

.user_role_manager_dropdown .dropdown-toggle {
    border: 1px solid transparent;
    background: #fff;
    border-radius: 4px;
    padding: 0 35px 0 18px;
    height: 37px;
    float: left;
    position: relative;
    color: #262223;
    text-align: left;
    cursor: pointer;
}

.places_filters_dropdown .dropdown-toggle:focus {
    border-color: #00a789;
    box-shadow: none;
    outline: none;
}

.filter_view_info {
    float: right;
    width: auto;
}

.filter_view_info .filter_view_options {
    height: 42px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    background: #ffffff;
    border-radius: 4px;
    color: #707070;
    font-size: 20px;
    line-height: 42px;
}

.filter_view_info .filter_view_options.active {
    background: #00a789;
    color: #ffffff;
}

.places_filters_dropdown .dropdown-toggle::after {
    position: absolute;
    right: 11px;
    top: 50%;
    width: 18px;
    height: 16px;
    border: none;
    z-index: 3;
    margin: -8px 0 0 0;
    content: "\f107";
    font-family: Font Awesome\ 5 Free;
    text-align: center;
    line-height: normal;
    font-size: 16px;
    color: #00a789;
    padding: 0;
}


/* Places Detail page css */

.sidebar_inner {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: white;
}

.sidebar_content_block {
    border-top: 1px solid #d7d7d7;
    margin: 0;
    padding: 25px;
    float: left;
    width: 100%;
}

#place_join_form {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

#place_join_form h3,
.sidebar_content_block h3 {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
    display: inline-block;
    color: #262223;
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
}

#place_join_form input[type="text"],
#place_join_form textarea {
    margin: 12px 0 0 0;
    padding: 13px 25px;
    float: none;
    display: inline-block;
    background: #fff;
    color: #7d7d7d;
    border-radius: 3px;
    border: none;
    font-weight: 300;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
}

#place_join_form button,
#place_join_form .btn {
    background: #00a789;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    padding: 14px 30px;
    line-height: normal;
    width: 100%;
    margin: 10px 0 0 0;
    display: inline-block;
}

.places_img_outer img {
    border-radius: 4px;
}

#place_join_form button:hover,
#place_join_form .btn:hover {
    background: #191718;
    color: #fff;
}

.place_distance_information {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.place_distance_information>ul.nav,
.place_distance_information>ul.nav>li {
    margin: 0;
    padding: 0;
}

.place_distance_information>ul.nav>li {
    width: 33.33%;
    min-width: 33.33%;
    max-width: 33.33%;
}

.place_distance_information>ul.nav>li a.nav-link {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px;
    border-radius: 0;
    border: none;
    background: #f5f5f5;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
    height: 82px;
    color: #262223;
    font-size: 17px;
    font-weight: normal;
    line-height: normal;
}

.place_distance_information>ul.nav>li a.nav-link.active {
    background: #00a789;
    border-color: #00a789;
    color: #fff;
}

.place_distance_information>ul.nav>li:last-child a.nav-link {
    border-right: none;
}

.place_distance_information .tab-content,
.place_distance_information .tab-content .tab-pane {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.place_distance_information .tab-content {
    padding: 25px;
}

.place_reach_time {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 15px 20px;
    border-radius: 4px;
    background: #eaeaea;
    color: #262223;
    font-size: 17px;
    line-height: normal;
    font-weight: normal;
}

.place_other_info {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    color: #262223;
    font-size: 14px;
    line-height: normal;
    justify-content: space-between;
    font-weight: normal;
}

.place_other_info .place_queue_info {
    color: #262223;
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
}

.place_other_info .place_rating_info {
    font-size: 15px;
}

.place_other_info .place_rating_info .fa-star,
.place_other_info .place_rating_info i {
    color: #f5b224;
}

.place_other_info .place_queue_info i {
    margin-right: 5px;
}

.place_contact_information .place_contact_info_block {
    position: relative;
    padding: 0 0 0 25px;
    float: none;
    display: inline-block;
    width: 100%;
    margin: 8px 0;
    font-size: 16px;
    font-weight: 300;
    color: #868686;
    line-height: normal;
}

.place_contact_information .place_contact_info_block:first-child {
    margin-top: 0;
}

.place_contact_information .place_contact_info_block:last-child {
    margin-bottom: 0;
}

.place_contact_info_block i.fa {
    position: absolute;
    left: 0;
    top: 1px;
    right: auto;
    bottom: auto;
    color: #262223;
    z-index: 1;
    width: auto;
    height: auto;
}

.place_contact_information .place_contact_info_block a {
    color: #262223;
}

.place_contact_information .place_contact_info_block a:hover {
    color: #00a789;
}

.places_detail_page_leftside iframe {
    width: 100%;
    margin: 0;
    padding: 20px 0;
}

.places_detail_page_leftside h4,
.places_detail_page_leftside p,
.places_detail_page_leftside ul {
    margin: 0 0 15px 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.places_detail_page_leftside h4 {
    font-size: 24px;
    color: #262223;
    font-weight: normal;
}

.places_detail_page_leftside hr {
    margin-top: 35px;
    margin-bottom: 35px;
    border: 0;
    border-top: 1px solid #f0f0f0;
    display: inline-block;
    width: 100%;
}

.places_detail_page_leftside h4+hr,
.places_detail_page_leftside p+hr,
.places_detail_page_leftside ul+hr {
    margin-top: 20px;
}

.places_detail_page_leftside ul li {
    display: inline-block;
    list-style: none;
    margin: 4px 0;
    padding: 0 0 0 28px;
    position: relative;
    width: 100%;
}

.places_detail_page_leftside ul li::before {
    content: "\f00c";
    font-family: Font Awesome\ 5 Free;
    font-size: 17px;
    color: #00a789;
    left: 0;
    top: 0;
    position: absolute;
    bottom: auto;
    right: auto;
    width: auto;
    height: auto;
    z-index: 1;
}

.place_distance_information .car_icon,
.place_distance_information .walk_icon,
.place_distance_information .bus_icon {
    background-image: url(../images/car_icons.png);
    width: 34px;
    height: 34px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center top;
}

.place_distance_information .walk_icon {
    background-image: url(../images/walk_icons.png);
}

.place_distance_information .bus_icon {
    background-image: url(../images/bus_icons.png);
}

.place_distance_information>ul.nav>li a.nav-link.active .car_icon,
.place_distance_information>ul.nav>li a.nav-link.active .walk_icon,
.place_distance_information>ul.nav>li a.nav-link.active .bus_icon {
    background-position: center bottom;
}

.place_distance_information>ul.nav>li a.nav-link>span {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.selected_places_details,
.places_img_outer {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
    padding: 0;
}

.selected_places_details {
    margin-top: 0;
}

.place_location_address,
.place_location_address a {
    font-size: 13px;
    color: black;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: 300;
    line-height: normal;
}

.place_location_address i {
    color: #00a789;
    margin-right: 8px;
}

#places_detail_page {
    min-height: -webkit-fill-available;
}

.place_rating_info .fa-star,
.place_rating_info i {
    color: #f5b224;
}

.selected_places_title .place_rating_info {
    font-size: 15px;
    color: #262223;
    font-weight: normal;
    margin: 10px 0 0 0;
    padding: 0;
}

.selected_places_details .selected_places_title {
    font-size: 1.2rem;
    color: #262223;
    font-weight: normal;
    margin: 0 0 15px 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    line-height: normal;
}

#places_detail_page .places_detail_page_leftside {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

#places_detail_page .places_detail_page_sidebar {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    margin-top: 135px;
}

.card-view {
    border-radius: 20px;
    background: white;
    box-shadow: -0.00px 0px 020px 0px #191718;
}

.card-view-red {
    border-radius: 20px;
    background: white;
    box-shadow: -0.00px 0px 020px 0px #00a789;
}


/* Account pages css */

.account_page_inner {
    margin: 0 auto;
    display: table;
    width: 100%;
    max-width: 645px;
    border-radius: 4px;
    border: black solid 1px;
    box-shadow: black 10px 10px;
}

.account_page_inner .section-heading {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-align: center;
}

.account_page_inner .section-heading+p {
    text-align: center;
    font-size: 15px;
    color: #191718;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.account_form_tabs {
    display: inline-block;
    width: 100%;
    margin: 5px 0 0 0;
    padding: 0;
}

.dark-background {
    background: #191718
}

.account_inputs input:not([type]),
.account_inputs input[type="email"],
.account_inputs input[type="number"],
.account_inputs input[type="password"],
.account_inputs input[type="tel"],
.account_inputs input[type="url"],
.account_inputs input[type="text"],
.account_inputs.account_dropdown button.dropdown-toggle,
.account_dropdown button.dropdown-toggle,
.account_inputs input[type="file"],
.account_inputs textarea,
.dashboard_inputs input:not([type]),
.dashboard_inputs input[type="email"],
.dashboard_inputs input[type="number"],
.dashboard_inputs input[type="password"],
.dashboard_inputs input[type="tel"],
.dashboard_inputs input[type="url"],
.dashboard_inputs input[type="text"],
.dashboard_inputs textarea,
.dashboard_inputs.account_dropdown button.dropdown-toggle,
.dashboard_inputs button.dropdown-toggle,
.dashboard_inputs input[type="file"] {
    margin: 0;
    float: none;
    display: inline-block;
    border-radius: 3px;
    font-weight: 300;
    font-size: 15px;
    text-align: left;
}

.user_role_manager_dropdown button.dropdown-toggle {
    background: #f5f6f7;
    border: solid 1px #262223;
}

.inputs_invalid {
    border: #00a789 solid 1px;
}

input[type=range]::-webkit-slider-thumb {
    background: #00a789;
}
input[type=range]::-moz-range-thumb {
    background: #00a789;
}
input[type=range]::-ms-thumb {
    background: #00a789;
}

.dashboard_inputs .input-group-map i {
    color: #00a789;
    position: absolute;
    top: 40%;
    left: 50%;
}

.account_dropdown button.dropdown-toggle {
    cursor: pointer;
}

.account_inputs input[type="file"],
.dashboard_inputs input[type="file"] {
    background: none;
    border: 1px dashed #262223;
}

.account_inputs>a.select_map_location {
    font-size: 15px;
    margin: 15px 0 0 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    text-decoration: underline;
    font-weight: normal;
}

.select_business_location .find_me_place_link {
    position: absolute;
    right: 2px;
    top: 2px;
    border-radius: 3px;
    background: #262223;
    z-index: 5;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    padding: 8px 14px;
    bottom: 2px;
    left: auto;
}

.select_business_location .find_me_place_link:hover {
    background: #00a789;
    color: #ffffff;
    text-decoration: none;
}

.select_business_location span {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.select_business_location .find_me_place_link i {
    margin-right: 6px;
}

.select_business_location input[type="text"] {
    padding-right: 110px;
}

.account_dropdown button.dropdown-toggle::after,
.dashboard_inputs button.dropdown-toggle::after,
.user_role_manager_dropdown button.dropdown-toggle::after {
    position: absolute;
    right: 11px;
    top: 50%;
    width: 18px;
    height: 16px;
    border: none;
    z-index: 3;
    margin: -8px 0 0 0;
    content: "\f107";
    font-family: Font Awesome\ 5 Free;
    text-align: center;
    line-height: normal;
    font-size: 16px;
    color: #00a789;
    font-weight: 900;
    padding: 0;
}

.account_form_tabs .tab-content,
.other_account_access_links {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 45px 0;
}

.account_form_tabs>ul.nav {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.account_form_tabs>ul.nav>li {
    width: 50%;
    text-align: center;
    margin: 0;
    padding: 0;
    background: none;
    min-width: 50%;
    max-width: 50%;
}

.account_form_tabs>ul.nav>li a.nav-link {
    font-size: 12px;
    color: #262223;
    background: none;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #dadada;
    font-weight: normal;
    line-height: normal;
    padding: 14px 10px;
    position: relative;
    min-height: 100%;
}

.account_form_tabs>ul.nav>li a.nav-link.active::after {
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    top: auto;
    z-index: 1;
    background: #00a789;
}

.account_form_tabs>ul.nav>li a.nav-link.active {
    color: #262223;
    border-color: #00a789;
}

.account_inputs,
.account_dropdown,
.dashboard_inputs {
    float: none;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard_roles-button {
    padding: 0;
}

.account_form_outer .btn.form_submit_btn,
.account_form_outer .form_submit_btn,
.form_submit_btn,
.dashboard_tab_inner .form_submit_btn {
    background: #00a789;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    line-height: normal;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.primary-color {
    color: #00a789
}

.form_submit_btn,
.dashboard_tab_inner .form_submit_btn {
    padding: 5px 0px;
}

.big_action_button {
    padding: 20px 0px;
    border-radius: 30px;
}

.account_form_outer .btn.form_submit_btn:hover,
.account_form_outer .form_submit_btn:hover,
.form_submit_btn:hover,
.dashboard_tab_inner .form_submit_btn:hover {
    background: #191718;
    color: #fff;
    text-decoration: none;
}

.account_form_outer {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.other_account_access_links {
    padding-top: 15px;
    text-align: center;
}

.or_devider {
    float: left;
    width: 100%;
    margin: 14px 0 5px 0;
    padding: 0;
    position: relative;
    text-align: center;
    border-top: 1px solid #e7e7e7;
}

.or_devider span {
    width: 28px;
    height: 28px;
    background: #e7e7e7;
    display: inline-block;
    border-radius: 100%;
    font-size: 13px;
    line-height: 28px;
    text-align: center;
    color: #262223;
    font-weight: normal;
    padding: 0;
    margin: 0;
    position: relative;
    top: -14px;
}

.or_devider span::before,
.or_devider span::after {
    content: "";
    width: 15px;
    height: 100%;
    background: #f4f4f4;
    display: inline-block;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    left: auto;
    z-index: 1;
}

.or_devider span::after {
    left: 100%;
    right: auto;
}

.other_account_access_links,
.other_account_access_links p {
    color: #696969;
    font-size: 15px;
    line-height: normal;
    font-weight: normal;
    margin-bottom: 0;
}

.action_with_social {
    float: left;
    width: 100%;
    margin: 0 0 25px 0;
    padding: 0;
}

.action_with_social>a {
    width: 48%;
    max-width: 185px;
    margin: 0;
    padding: 12px 10px;
    float: left;
    background: #191718;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    line-height: normal;
}

.action_with_social>a:hover {
    background: #00a789;
    color: #fff;
    text-decoration: none;
}

.action_with_social>a.action_facebook_link {
    background: #3b5998;
}

.action_with_social>a.action_googlep_link {
    float: right;
    background: #dc4e41;
}

.action_with_social>a.action_facebook_link:hover {
    background: #0b2c72;
}

.action_with_social>a.action_googlep_link:hover {
    background: #871409;
}

.account_inputs.remember_check,
.remember_check {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #373737;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    margin-top: 5px;
}

.forgetpassword_form {
    margin-top: 15px;
    margin-bottom: 20px;
}


/* Dashboard Page css*/


/* .col-sm-3.dashboard_menu_links, .dashboard_menu_links {padding-right: 0;min-width: 245px;}

.col-sm-9.dashboard_tab_content , .dashboard_tab_content {padding-left: 0;max-width: -webkit-calc(100% - 245px);max-width: -moz-calc(100% - 245px);max-width: -ms-calc(100% - 245px);max-width: calc(100% - 245px);overflow: hidden;} */



.dashboard_menu_links>.nav {
    border-radius: 4px;
    border: none;
    overflow: hidden;
    min-height: 100%;
    height: auto;
}

.dashboard_menu_links>.nav a.nav-link {
    position: relative;
    float: left;
    margin: 0;
    padding: 15px 8px;
    color: black;
    font-size: 14px;
    font-weight: lighter;
    border-left: 4px solid transparent;
    line-height: 16px;
    border-right: 1px solid #231f20;
}

.dashboard_menu_links>.nav a.nav-link:hover {
    background: #191718;
    color: white;
}

.dashboard_menu_links>.nav a.form_submit_btn {
    background: #00a789;
}

.dashboard_menu_links>.nav a.nav-link i {
    margin-right: 10px;
    font-size: 16px;
}

.dashboard_menu_links>.nav .nav-link.active,
.dashboard_menu_links>.nav .show>.nav-link {
    background: #191718;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
}

.mini_menu_links>.nav {
    background: #262223;
    border-radius: 4px;
    border: none;
    overflow: hidden;
    min-height: 100%;
    height: auto;
}

.mini_menu_links>.nav a.nav-link {
    float: left;
    margin: 0;
    padding: 15px 20px;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    border-left: 4px solid transparent;
    line-height: 12px;
    border-bottom: 1px solid #231f20;
}

.mini_menu_links>.nav a.nav-link:hover {
    background: #00a789;
}

.mini_menu_links>.nav a.nav-link i {
    margin-right: 10px;
    font-size: 12px;
}


/* .mini_menu_links > .nav a.nav-link i:hover {color: #00a789;} */

.mini_menu_links>.nav .nav-link.active,
.dashboard_menu_links>.nav .show>.nav-link {
    background: #00a789;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
}

.dashboard_tab_content>.tab-content,
.dashboard_tab_content>.tab-content .tab-pane,
.dashboard_tab_inner {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 620px;
}

.dashboard_tab_content>.tab-content {
    padding: 0 0 0 4px;
    height: auto;
    min-height: 100%;
}

.dashboard_tab_inner {
    padding-left: 20px;
    min-height: 420px;
}

.dashboard_tab_title {
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px 0 0 20px;
    color: #262223;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
}

.dashboard_tab_title i {
    margin-right: 10px;
}

.dashboard_tab_title #title i {
    font-size: 26px;
    margin-right: 15px;
    background-image: -moz-linear-gradient( -59deg, rgb(220, 53, 69) 0%, rgb(38, 34, 35) 100%);
    background-image: -webkit-linear-gradient( -59deg, rgb(220, 53, 69) 0%, rgb(38, 34, 35) 100%);
    background-image: -ms-linear-gradient( -59deg, rgb(220, 53, 69) 0%, rgb(38, 34, 35) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2.dashboard_tab_title a {
    color: #2f2b2c;
    font-size: 15px;
    line-height: normal;
    text-decoration: none;
}

h2.dashboard_tab_title .btn:hover {
    background: #000;
    color: #ffffff;
    text-decoration: none;
}

h2.dashboard_tab_title .btn {
    height: auto;
    margin: 0;
    padding: 9px 15px;
    background: #191718;
    color: #ffffff;
    border-radius: 4px;
    line-height: normal;
    font-weight: normal;
    font-size: 15px;
}

.guide_tab_title {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 20px;
    color: #262223;
    font-weight: normal;
    line-height: 26px;
}

.guide_tab_title i {
    margin-right: 10px;
}

.guide_tab_title #title i {
    font-size: 26px;
    margin-right: 15px;
    background-image: -moz-linear-gradient( -59deg, rgb(220, 53, 69) 0%, rgb(38, 34, 35) 100%);
    background-image: -webkit-linear-gradient( -59deg, rgb(220, 53, 69) 0%, rgb(38, 34, 35) 100%);
    background-image: -ms-linear-gradient( -59deg, rgb(220, 53, 69) 0%, rgb(38, 34, 35) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2.guide_tab_title a {
    color: #2f2b2c;
    font-size: 15px;
    line-height: normal;
    text-decoration: none;
}

h2.guide_tab_title .btn:hover {
    background: #000;
    color: #ffffff;
    text-decoration: none;
}

h2.guide_tab_title .btn {
    height: auto;
    margin: 0;
    padding: 9px 15px;
    background: #191718;
    color: #ffffff;
    border-radius: 4px;
    line-height: normal;
    font-weight: normal;
    font-size: 15px;
}

.index-list:before {
    content: counters(item, ".") ". ";
    counter-increment: item
}

.dashboard_tab_inner>.row {
    margin-left: -10px;
    margin-right: -10px;
}

.dashboard_tab_inner .dashboard_inputs,
.dashboard_tab_inner .dashboard_action {
    padding-left: 10px;
    padding-right: 10px;
}

.dashboard_tab_inner .form_submit_btn {
    margin-top: 0;
}

.dashboard_inputs input:not([type]),
.dashboard_inputs input[type="email"],
.dashboard_inputs input[type="number"],
.dashboard_inputs input[type="password"],
.dashboard_inputs input[type="tel"],
.dashboard_inputs input[type="url"],
.dashboard_inputs input[type="text"],
.dashboard_inputs textarea,
.dashboard_inputs.account_dropdown button.dropdown-toggle,
.dashboard_inputs button.dropdown-toggle,
.dashboard_inputs input[type="file"] {
    padding-top: 11px;
    padding-bottom: 11px;
}

.dashboard_inputs input[type="file"] {
    padding: 7px 15px;
}


/* #dashboard-pane-user-management img {position: absolute; top: -35px; right: 40px;} */

#dashboard-pane-user-management table tbody:first-child th {
    border-top: none;
}

.delete_account_form textarea {
    margin: 0 0 10px 0;
    padding: 11px 20px;
    float: none;
    display: inline-block;
    background: #fff;
    color: #747474;
    border-radius: 3px;
    border: none;
    font-weight: 300;
    font-size: 15px;
    width: 100%;
    max-width: 100%;
}

form.delete_account_form {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.dashboard_tab_inner .delete_account_form .form_submit_btn,
.delete_account_form .form_submit_btn {
    width: auto;
}

.delete_account_form label {
    font-size: 16px;
    color: #262223;
    margin: 0 0 9px 0;
    font-weight: normal;
    padding: 0;
}

table.table {
    margin: 0;
    padding: 0;
    table-layout: auto;
    width: 100%;
}

table.table thead tr th,
table.table tbody tr td {
    font-size: 16px;
    font-weight: normal;
    padding: 10px 13px;
    line-height: normal;
}

table.queue_manage_table tbody tr td {
    border: 1px solid #e1e1e1;
}

table.schedule-table thead tr th,
table.schedule-table tbody tr td {
    color: #2f2b2c;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 13px;
    line-height: normal;
    border-bottom: none;
}

table.table thead tr th a,
table.table tbody tr td a {
    color: #2f2b2c;
    font-size: 16px;
    line-height: normal;
    text-decoration: none;
}

table.table thead tr th a i {
    color: #fff;
    font-size: x-large;
    margin-right: 25%;
}

table.table tbody tr.current-turn td {
    color: #fff;
    background-color: #262223;
}

table.table thead tr th {
    font-weight: 500;
    background: #00a789;
    border: none;
    white-space: nowrap;
    color: white;
}

table.table tbody tr td i {
    margin: 0 10px 0 0;
    cursor: pointer;
}

table.table tbody tr td.location_td {
    max-width: 245px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

table.table tr td .btn {
    height: auto;
    margin: 0;
    color: #ffffff;
    border-radius: 4px;
    line-height: normal;
    font-weight: normal;
}

table.table tr td .btn:hover {
    background: #000;
    color: #ffffff;
    text-decoration: none;
}

table.table tr td .btn.join_action,
table.table tr td .btn.t_remove_btn,
table.table tr td .btn.table_red_btn {
    background: #00a789;
}

table.table tr td .btn.join_action:hover,
table.table tr td .btn.t_remove_btn:hover,
table.table tr td .btn.table_red_btn:hover {
    background: #8f0c18;
}

table.table tbody tr td.table_action_column {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
    min-width: 220px;
}
.btn.btn-primary:disabled {
    background-color: slategray;
}

table.table.favorite_table tbody tr td.table_action_column {
    min-width: 120px;
    text-align: center;
}

table.table tbody tr td a.p_direction_link {
    color: #dc3546;
    text-decoration: underline;
}

table.table.upcoming_queue_table tbody tr td.location_td {
    max-width: 200px;
}

table.table.upcoming_queue_table tbody tr td.table_action_column,
table.table.queue_manage_table tbody tr td.table_action_column {
    min-width: 100px;
}

.table > :not(:first-child) {
    border-top: 0px solid currentColor;
}

.table-separator-title {
    font-weight: bold !important;
    font-size: 20px !important;
    padding-top: 10px !important;
}

.manage-queue_tabs>ul.nav {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
}

.manage-queue_tabs>ul.nav>li {
    width: 50%;
    text-align: center;
    margin: 0;
    padding: 0;
    background: none;
    min-width: 50%;
    max-width: 50%;
}

.manage-queue_tabs>ul.nav>li a.nav-link {
    font-size: 18px;
    color: #262223;
    background: none;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #dadada;
    font-weight: normal;
    line-height: normal;
    padding: 18px 10px;
    position: relative;
    min-height: 100%;
}

.manage-queue_tabs>ul.nav>li a.nav-link.active {
    color: #262223;
    border-color: #00a789;
}

.manage-queue_tabs>ul.nav>li a.nav-link.active::after {
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    top: auto;
    z-index: 1;
    background: #00a789;
}

.manage-queue_tabs,
.manage-queue_tabs>.tab-content {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.manage-queue_tabs {
    margin-top: -10px;
}

.place_bottom_info {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #262223;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: space-between;
}

.place_bottom_info .queue_status {
    width: auto;
}

.place_distance_info {
    font-size: 15px;
    color: white;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.featured_item_content .place_distance_info {
    font-size: 15px;
    color: #262223;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.place_distance_info i {
    margin-right: 8px;
    color: #00a789;
}

.non_featured_item_content .place_distance_info i {
    text-decoration: none;
    color: black;
}

.dashboard_tab_inner h4 {
    margin: 20px 0 10px 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #00a789;
    font-weight: normal;
    border-bottom: 1px solid;
}
.dashboard_tab_inner h4:first-of-type {
    margin: 0 0 10px 0;
}

.schedule-table h4, .schedule-table td{
    border-bottom: 0;
    text-align: center;
}


.container-heading {
    background-color: #00a789;
    color: white;
    box-shadow: 0px 0px 20px 0px white inset;
}

.bg-success {
    background-color: #00a789 !important;
}

.next-client-button {
    background: #00a789;
}

.add-client-button {
    background: rgb(59, 140, 197);
}

.qr-button {
    background-color: #191718;
    color: white;
}

.edit-queue-button {
    background: rgba(112, 115, 122, 1)
}

.token-queue-button {
    background: rgb(224, 177, 25)
}

.btn-chat {
    background: white;
    color: red !important;
    border: 1px solid red;
}

.empty-queue-button {
    outline-width: 2px;
    outline-style: dashed;
    background-color: white;
    color: black;
}

.unlock-queue-button {
    background: rgb(207, 48, 48)
}

.lock-queue-button {
    background: #00a789
}

.queue-lock-icon {
    margin-left: 10px
}

.queue-unlock-icon {
    margin-left: 10px;
    color: white
}

.opening-time-form-inputs input[type="time"] {
    font-size: 1.0rem;
}


/* .queue-unlock-icon:hover {color: white} */

.queue-unlock-icon:hover {
    color: white !important;
}


/*********************  SWITCH CSS  ******************/

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-validation-reject {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: green;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #00a789;
}

input:focus+.slider {
    box-shadow: 0 0 1px #00a789;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


/********************* REGISTER CSS START *********************/

.register-image-container {
	border: black solid 1px;
    cursor: pointer;
    background-color: white;
    text-align: center;
    border-radius: 7px;
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.register-image-container span {
    position: relative;
    top: 25%;
    font-size: 80px;
    color: black;
    cursor: pointer;
}

.register-image-container input {
    width: 100% !important;
    height: 100% !important;
}

input[type="file"] {
    display: none !important;
}

OL {
    counter-reset: item
}

LI {
    display: block
}


/* LI:before { content: counters(item, ".") ". "; counter-increment: item } */


/********************* REGISTER CSS START *********************/


/********************* FOOTER CSS START *********************/

#iturn-app-footer,
footer#iturn-app-footer {
    float: left;
    width: 100%;
    margin: 0;
    padding: 55px 0 0 0;
    background: #191718;
    color: #fff;
}

.footer-social_icons,
.footer-social_icons>ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

.footer-social_icons ul>li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0;
    padding: 0;
    width: auto;
    height: auto;
    line-height: normal;
}

.footer-social_icons ul>li i {
    width: 69px;
    height: 69px;
    background: #242222;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 69px;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
}

.footer-social_icons ul>li a {
    display: inline-block;
    width: auto;
    height: auto;
}

.footer-social_icons ul>li a:hover i {
    background: #00a789;
    color: #fff;
}

.footer-social_icons ul>li a:hover i.fa-facebook {
    background: #00a789;
}

.footer-social_icons ul>li a:hover i.fa-twitter {
    background: #00a789;
}

.footer-social_icons ul>li a:hover i.fa-instagram {
    background: #00a789;
}

.footer-social_icons ul>li a:hover i.fa-google-plus {
    background: #00a789;
}

.footer-social_icons {
    margin-bottom: 50px;
}

.footer_bottom_outer {
    float: left;
    width: 100%;
    margin: 0;
    padding: 36px 0 40px 0;
    border-top: 1px solid #191718;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #afafaf;
    font-size: 12px;
    font-weight: normal;
    line-height: 26px;
}

.footer_bottom_outer .footer_navigation {
    width: auto;
}

.footer_navigation>ul,
.footer_navigation>ul>li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
}

.footer_navigation>ul>li {
    margin-right: 10px;
}

.footer_navigation>ul>li:last-child {
    margin-right: 0;
}

.footer_navigation>ul>li>a {
    font-size: 12px;
    color: #afafaf;
    text-decoration: none;
}

.footer_navigation>ul>li>a:hover {
    color: #00a789;
}


/********************* FOOTER CSS END ********************





	/*********************************************************
********************* MEDIA QUERIES CSS START *********************
	**********************************************************/
/*
@media (max-width: 1620px) {
    .quick_search_items .quick_search_item {
        min-width: 150px;
        max-width: 150px;
        width: 150px;
    }
}

@media (max-width: 1170px) {
    body {
        line-height: 22px;
        font-size: 16px;
    }
    .main-navigation>ul.navbar-nav>li {
        margin: 0 10px;
    }
    .main-navigation>ul.navbar-nav>li>a {
        font-size: 17px;
    }
    .place_search_form {
        padding: 110px 0;
    }
    .place_search_form .location_feild_outer,
    .place_search_form .category_feild_outer {
        height: 62px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .place_search_form .location_feild_outer select,
    .place_search_form .category_feild_outer select {
        height: 38px;
        font-size: 17px;
    }
    .section_outer {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .section-heading {
        font-size: 36px;
    }
    .iturn-page_title,
    .page_banner_section .iturn-page_title {
        font-size: 40px;
        font-weight: bold
    }
    .featured_item_content p {
        font-size: 14px;
    }
    .featured_item_content h4 {
        font-size: 18px;
    }
    .iturn_red_btn,
    .btn.iturn_red_btn {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .featured_item_content .queue_status,
    .place_bottom_info .place_distance_info,
    .places_box_view_outer .featured_item_content .queue_status,
    .places_box_view_outer .place_bottom_info .place_distance_info {
        font-size: 12px;
    }
    .section_outer .section-heading+p {
        margin-bottom: 22px;
    }
    .nothing_belongs_title {
        font-size: 32px;
    }
    .evergreen_content {
        padding-top: 0;
    }
    .evergreen_content h3 {
        font-size: 20px;
        margin-bottom: 13px;
    }
    .evergreen_content p,
    .section_outer .evergreen_content p {
        margin-bottom: 15px;
    }
    .evergreen_content p:last-child,
    .section_outer .evergreen_content p:last-child {
        margin-bottom: 0;
    }
    .evergreen_content p+h3,
    .section_outer .evergreen_content p+h3 {
        margin-top: 5px;
    }
    .quick_search_items,
    .quick_search_items .quick_search_item h4 {
        margin-top: 8px;
    }
    .get_app_form {
        height: 50px;
    }
    .get_app_form input {
        font-size: 15px;
    }
    .footer_navigation>ul>li {
        margin-right: 40px;
    }
    .footer_navigation>ul>li>a {
        font-size: 16px;
    }
    .footer_bottom_outer {
        font-size: 14px;
        line-height: 22px;
    }
    .footer_bottom_outer {
        padding: 28px 0 32px 0;
    }
    #iturn-app-footer,
    footer#iturn-app-footer {
        padding-top: 45px;
    }
    .footer-social_icons {
        margin-bottom: 40px;
    }
    .footer-social_icons ul>li i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }
    .featured_item_content {
        padding: 20px;
    }
    .hm_evergreen_section .row {
        align-items: center;
    }
    .hm_partner_slider .partner_item {
        margin: 0 15px;
    }
    .selected_places_details .selected_places_title {
        font-size: 24px;
    }
    .place_location_address {
        font-size: 14px;
    }
    .selected_places_title .place_rating_info {
        margin-top: 5px;
    }
    .places_detail_page_leftside h4 {
        font-size: 20px;
    }
    .places_detail_page_leftside h4,
    .places_detail_page_leftside p,
    .places_detail_page_leftside ul {
        margin-bottom: 10px;
    }
    .places_detail_page_leftside hr {
        margin-top: 22px;
        margin-bottom: 22px;
    }
    .places_detail_page_leftside h4+hr,
    .places_detail_page_leftside p+hr,
    .places_detail_page_leftside ul+hr {
        margin-top: 12px;
    }
    .dashboard_tab_title {
        padding: 16px 15px;
        font-size: 18px;
        line-height: 25px;
    }
    .dashboard_tab_title i {
        font-size: 20px;
        margin-right: 10px;
    }
    .dashboard_tab_inner {
        padding: 20px 15px;
    }
    .dashboard_inputs input:not([type]),
    .dashboard_inputs input[type="email"],
    .dashboard_inputs input[type="number"],
    .dashboard_inputs input[type="password"],
    .dashboard_inputs input[type="tel"],
    .dashboard_inputs input[type="url"],
    .dashboard_inputs input[type="text"],
    .dashboard_inputs.account_dropdown button.dropdown-toggle,
    .dashboard_inputs button.dropdown-toggle {
        padding: 10px 15px;
        font-size: 14px;
    }
    .form_submit_btn,
    .dashboard_tab_inner .form_submit_btn {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .dashboard_tab_inner .form_submit_btn {
        font-size: 14px;
    }
}

@media (max-width: 1023px) {}

@media (max-width: 991px) {
    #iturn-app-header a.navbar-brand.site-logo,
    #iturn-app-header .site-logo {
        max-width: 80%;
    }
    #iturn-app-header a.navbar-brand.site-logo-marketing,
    #iturn-app-header .site-logo-marketing {
        max-width: 50%;
    }
    .main-navigation>ul.navbar-nav>li>a {
        font-size: 15px;
        padding: 8px !important;
    }
    .main-navigation>ul.navbar-nav>li {
        margin: 0 8px;
    }
    .place_search_form {
        padding: 70px 0;
    }
    .place_search_form .location_feild_outer,
    .place_search_form .category_feild_outer {
        height: 54px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding: 8px 18px;
    }
    .place_search_form .category_feild_outer {
        padding-right: 75px !important;
    }
    .place_search_form .location_feild_outer select,
    .place_search_form .category_feild_outer select {
        height: 37px;
        font-size: 15px;
    }
    .place_search_form .search_form_btn {
        width: 60px;
        background-size: auto 22px;
    }
    .place_search_form .location_feild_outer select.location_select_box {
        padding-left: 26px;
        background-size: auto 26px;
    }
    .section_outer {
        padding-top: 75px;
        padding-bottom: 35px;
    }
    .section-heading {
        font-size: 32px;
    }
    .iturn-page_title,
    .page_banner_section .iturn-page_title {
        font-size: 34px;
    }
    .featured_item_content {
        padding: 15px;
    }
    .hm_featured_section .iturn_red_btn {
        margin-top: 30px;
    }
    .iturn_red_btn,
    .btn.iturn_red_btn {
        font-size: 14px;
        padding: 13px 25px;
    }
    .hm_featured_section .row.featured_item_list {
        margin-left: -8px;
        margin-right: -8px;
    }
    .hm_featured_section .row.featured_item_list .featured_item_outer {
        padding-left: 8px;
        padding-right: 8px;
    }
    .featured_item_content h4,
    .featured_item_content p {
        margin-bottom: 10px;
    }
    .evergreen_content h3 {
        font-size: 18px;
    }
    .get_app_form .link_app_btn {
        font-size: 14px;
        padding: 9px 10px;
        width: 130px;
        min-width: 130px;
        max-width: 130px;
    }
    .hm_partner_slider .partner_item {
        margin: 0 10px;
    }
    .hm_partner_slider {
        margin-top: 8px;
    }
    .footer_navigation>ul>li {
        margin-right: 25px;
    }
    .footer_bottom_outer {
        font-size: 13px;
    }
    .site_breadcrumb_outer .site_breadcrumb>li {
        font-size: 14px;
        margin: 0 3px;
    }
    .site_breadcrumb_outer .site_breadcrumb>li::after {
        margin-left: 8px;
    }
    .page_banner_section {
        min-height: 100px;
    }
    #places_detail_page .places_detail_page_sidebar {
        min-width: 330px;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 330px;
    }
    #places_detail_page .places_detail_page_leftside {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: calc(100% - 330px);
    }
    .sidebar_content_block {
        padding: 20px 15px;
    }
    .place_distance_information .tab-content {
        padding: 15px;
    }
    .place_reach_time {
        font-size: 15px;
        padding: 12px 14px;
    }
    .place_other_info {
        flex-wrap: wrap;
    }
    .place_other_info .place_queue_info {
        margin-bottom: 5px;
    }
    #places_detail_page .places_detail_page_sidebar {
        margin-top: 0;
    }
    .place_distance_information>ul.nav>li a.nav-link {
        font-size: 14px;
        padding: 8px;
    }
    .place_contact_information .place_contact_info_block {
        margin: 6px 0;
        font-size: 14px;
    }
    #place_join_form h3,
    .sidebar_content_block h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #place_join_form input[type="text"],
    #place_join_form textarea {
        margin: 10px 0 0 0;
        padding: 12px 20px;
        font-size: 14px;
    }
    #place_join_form button,
    #place_join_form .btn {
        font-size: 14px;
        padding: 12px 20px;
    }
    .forgetpassword_form {
        margin-top: 0;
    }
    .dashboard_tab_inner {
        padding: 10px;
    }
    .dashboard_tab_title {
        padding: 12px 14px;
        font-size: 16px;
        line-height: 20px;
    }
    .manage-queue_tabs>ul.nav>li a.nav-link {
        font-size: 15px;
        padding: 13px 10px;
    }
    .manage-queue_tabs>ul.nav {
        margin-bottom: 15px;
    }
    table.table thead tr th,
    table.table tbody tr td {
        font-size: 13px;
        padding: 14px 15px;
    }
    table.table tr td .btn {
        font-size: 12px;
    }
    .manage-queue_tabs {
        margin-top: 0;
    }
    .delete_account_form label {
        font-size: 13px;
    }
    .dashboard_tab_title i {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    #iturn-app-header .navbar-toggler {
        border: none;
        padding: 5px 6px;
        width: 40px;
        height: 38px;
        line-height: normal;
        border-radius: 4px;
    }
    #iturn-app-header .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }
    #iturn-app-header .navbar-toggler-icon {
        height: 3px;
        width: 100%;
        border: none;
        margin: -4px 0 0 0;
        padding: 0;
        position: relative;
        background: #fff !important;
    }
    #iturn-app-header .navbar-toggler-icon::before,
    #iturn-app-header .navbar-toggler-icon::after {
        content: "";
        width: 100%;
        height: 3px;
        background: #fff;
        position: absolute;
        top: -9px;
        left: 0;
        right: 0;
        bottom: auto;
        z-index: 1;
    }
    #iturn-app-header .navbar-toggler-icon::after {
        top: auto;
        bottom: -9px;
    }
    #iturn-app-header>.navbar>.container {
        padding: 0;
    }
    #iturn-app-header a.navbar-brand.site-logo,
    #iturn-app-header .site-logo,
    #iturn-app-header .navbar-toggler {
        margin: 10px 10px;
    }
    #iturn-app-header .main-navigation {
        margin: 0;
        padding: 0;
        background: rgba(0, 0, 0, 1);
    }
    .main-navigation>ul.navbar-nav>li {
        margin: 0;
    }
    .main-navigation>ul.navbar-nav>li>a:hover::after,
    .main-navigation>ul.navbar-nav>li.active>a::after {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
    .main-navigation>ul.navbar-nav>li>a:hover,
    .main-navigation>ul.navbar-nav>li.active>a {
        background: #00a789;
        color: #fff;
    }
    .main-navigation>ul.navbar-nav>li>a {
        font-size: 15px;
        padding: 10px 15px !important;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }
    .hm_evergreen_section .row {
        align-items: flex-start;
    }
    .hm_featured_section .row.featured_item_list .featured_item_outer {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .section-heading {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .section_outer .section-heading+p {
        margin-bottom: 15px;
    }
    .iturn-page_title,
    .page_banner_section .iturn-page_title {
        font-size: 30px;
    }
    .nothing_belongs_title {
        font-size: 24px;
    }
    .get_app_content {
        padding-top: 14px;
    }
    .app_download_liks>span img,
    .app_download_liks>a img {
        max-height: 50px;
    }
    .app_download_liks .download_or {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin-right: 13px;
    }
    .get_app_form {
        height: 44px;
        margin-top: 6px;
    }
    .get_app_form input {
        padding: 0 10px;
        font-size: 13px;
    }
    .get_app_form input.country_code_input {
        width: 56px;
        max-width: 56px;
        min-width: 56px;
    }
    .get_app_form .link_app_btn {
        font-size: 12px;
        padding: 5px 5px;
        width: 120px;
        min-width: 120px;
        max-width: 120px;
    }
    .footer_bottom_outer {
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px 0 24px 0;
        text-align: center;
        line-height: normal;
    }
    .footer_bottom_outer .footer_navigation {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        text-align: center;
        margin: 0;
    }
    .footer_navigation>ul,
    .footer_navigation>ul>li {
        float: none;
        display: inline-block;
        margin-bottom: 10px;
    }
    #iturn-app-footer,
    footer#iturn-app-footer {
        padding-top: 35px;
    }
    .footer-social_icons {
        margin-bottom: 25px;
    }
    .footer-social_icons ul>li i {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .footer-social_icons ul>li {
        margin: 0 7px;
    }
    .app_download_liks {
        margin-top: 20px;
    }
    .col-sm-6.evergreen_content,
    .evergreen_content,
    .col-sm-6.evergreen_slider,
    .evergreen_slider {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }
    .col-sm-6.evergreen_content,
    .evergreen_content {
        margin-top: 20px;
    }
    .evergreen_slider #evergreen_slider_id {
        max-width: 400px;
        float: none;
        display: inline-block;
    }
    .quick_search_items .quick_search_item {
        min-width: 120px;
        max-width: 120px;
        width: 120px;
    }
    .quick_search_items .quick_search_item h4 {
        font-size: 14px;
    }
    .place_search_form .location_feild_outer,
    .place_search_form .category_feild_outer {
        height: 46px;
        padding: 5px 10px;
    }
    .place_search_form .location_feild_outer select,
    .place_search_form .category_feild_outer select {
        height: 35px;
        font-size: 14px;
    }
    .featured_item_content {
        padding: 13px 10px;
    }
    .featured_item_content h4 {
        font-size: 16px;
    }
    .featured_item_content p {
        font-size: 13px;
        line-height: normal;
        height: 32px;
    }
    .evergreen_content h3 {
        font-size: 16px;
    }
    body {
        line-height: 20px;
        font-size: 14px;
    }
    .nothing_belongs_inner .nothing_belongs_leftimg {
        padding-right: 15px;
    }
    .nothing_belongs_inner .nothing_belongs_rightimg {
        padding-left: 30px;
    }
    .nothing_belongs_inner {
        margin: 25px 0 0;
    }
    .places_filters_outer {
        padding: 13px 15px;
        margin: 5px 0;
    }
    .places_filters_dropdown .dropdown-toggle {
        padding: 0 32px 0 13px;
        height: 42px;
        font-size: 13px;
        min-width: 150px;
    }
    .page_banner_section {
        min-height: 80px;
    }
    .p-5 {
        padding: 36px 50px;
    }
    #places_detail_page .places_detail_page_leftside,
    #places_detail_page .places_detail_page_sidebar {
        min-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .selected_places_details .selected_places_title {
        font-size: 22px;
        flex-wrap: wrap;
    }
    .selected_places_title .place_rating_info {
        width: 100%;
        min-width: 100%;
    }
    .places_img_outer {
        margin: 6px 0 10px 0;
    }
    .col-sm-9.dashboard_tab_content,
    .dashboard_tab_content {
        max-width: -webkit-calc(100%);
        max-width: -moz-calc(100%);
        max-width: -ms-calc(100%);
        max-width: calc(100%);
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .get_app_content {
        padding: 0 15px 25px;
    }
    .app_download_liks {
        margin-top: 13px;
    }
    .nothing_belongs_title {
        font-size: 21px;
        margin-bottom: 13px;
    }
    .section-heading {
        font-size: 26px;
    }
    .iturn-page_title,
    .page_banner_section .iturn-page_title {
        font-size: 28px;
    }
    .get_app_img,
    .get_app_content {
        text-align: center;
    }
    .get_app_section>.container>.row {
        flex-flow: column-reverse;
    }
    .get_app_img img {
        max-height: 240px;
    }
    .hm_featured_section>.container,
    #places_page .row.featured_item_list,
    #places_page .featured_item_list {
        max-width: 400px;
    }
    #places_page .row.featured_item_list,
    #places_page .featured_item_list {
        margin: 0 auto;
    }
    #places_page .places_page_inner .featured_item_outer {
        padding-left: 0;
        padding-right: 0;
    }
    .footer-social_icons ul>li i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .footer_navigation>ul>li {
        margin-right: 10px;
    }
    .footer_navigation>ul>li>a {
        font-size: 14px;
    }
    .main-navigation>ul.navbar-nav>li>a {
        font-size: 13px;
        padding: 8px 15px !important;
    }
    #iturn-app-header .navbar-toggler {
        width: 38px;
        height: 34px;
    }
    #iturn-app-header .navbar-toggler-icon::before {
        top: -8px;
    }
    #iturn-app-header .navbar-toggler-icon::after {
        bottom: -8px;
    }
    .p-5 {
        width: 100%;
        padding: 25px 30px;
    }
    .account_form_tabs .tab-content,
    .other_account_access_links {
        padding: 25px 20px 0;
    }
    .other_account_access_links {
        padding-top: 10px;
    }
    .account_inputs input:not([type]),
    .account_inputs input[type="email"],
    .account_inputs input[type="number"],
    .account_inputs input[type="password"],
    .account_inputs input[type="tel"],
    .account_inputs input[type="url"],
    .account_inputs input[type="text"],
    .account_inputs.account_dropdown button.dropdown-toggle,
    .account_dropdown button.dropdown-toggle,
    .account_inputs input[type="file"] {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .account_inputs.remember_check,
    .remember_check,
    .other_account_access_links,
    .other_account_access_links p,
    .account_form_outer .btn.form_submit_btn,
    .account_form_outer .form_submit_btn {
        font-size: 14px;
    }
    .select_business_location .find_me_place_link {
        font-size: 12px;
    }
    .places_detail_page_leftside h4 {
        font-size: 18px;
    }
    .selected_places_details .selected_places_title {
        font-size: 20px;
    }
    .col-sm-3.dashboard_menu_links,
    .dashboard_menu_links {
        padding-right: 15px;
    }
    .col-sm-9.dashboard_tab_content,
    .dashboard_tab_content {
        padding-left: 15px;
        max-width: -webkit-calc(100%);
        max-width: -moz-calc(100%);
        max-width: -ms-calc(100%);
        max-width: calc(100%);
        max-width: 100%;
    }
    .section_outer .section-heading+p {
        margin-bottom: 10px;
    }
}

@media (max-width: 479px) {
    .nothing_belongs_inner {
        flex-wrap: wrap;
        justify-content: center;
    }
    .nothing_belongs_inner .nothing_belongs_leftimg {
        padding: 0;
        margin-bottom: 40px;
    }
    .nothing_belongs_inner .nothing_belongs_rightimg {
        padding: 0;
    }
    .nothing_belongs_inner .nothing_belongs_leftimg img,
    .nothing_belongs_inner .nothing_belongs_rightimg img {
        max-height: 120px;
    }
    .place_search_form .location_feild_outer,
    .place_search_form .category_feild_outer {
        width: 100%;
    }
    .place_search_form .location_feild_outer {
        margin-bottom: 10px;
    }
    .place_search_form .location_feild_outer,
    .place_search_form .category_feild_outer {
        height: 42px;
    }
    .place_search_form .location_feild_outer select,
    .place_search_form .category_feild_outer select {
        height: 32px;
        font-size: 13px;
    }
    .place_search_form .search_form_btn {
        width: 50px;
        background-size: auto 18px;
    }
    .place_search_form .location_feild_outer select.location_select_box {
        padding-left: 22px;
        background-size: auto 22px;
    }
    .place_search_form {
        padding: 50px 0 20px 0;
    }
    .get_app_form .link_app_btn {
        font-size: 13px;
        padding: 5px 5px;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 40px;
        margin: 10px 0 0 0;
    }
    .get_app_form {
        flex-wrap: wrap;
        height: auto;
        background: no-repeat;
        margin: 15px 0;
        padding: 0;
    }
    .get_app_form input {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0 10px;
        background: #fff;
        height: 40px;
    }
    .get_app_form input.country_code_input {
        width: 65px;
        max-width: 65px;
        min-width: 65px;
    }
    .get_app_form input.contact_no_input {
        float: right;
        width: -moz-calc(100% - 65px);
        width: -webkit-calc(100% - 65px);
        width: -o-calc(100% - 65px);
        width: calc(100% - 65px);
    }
    .account_form_tabs>ul.nav>li a.nav-link {
        font-size: 14px;
    }
    .p-5 {
        padding: 15px;
    }
    .account_form_tabs .tab-content,
    .other_account_access_links {
        padding: 20px 0 0;
    }
    .other_account_access_links {
        padding-top: 10px;
    }
    .account_inputs input:not([type]),
    .account_inputs input[type="email"],
    .account_inputs input[type="number"],
    .account_inputs input[type="password"],
    .account_inputs input[type="tel"],
    .account_inputs input[type="url"],
    .account_inputs input[type="text"],
    .account_inputs.account_dropdown button.dropdown-toggle,
    .account_dropdown button.dropdown-toggle,
    .account_inputs input[type="file"],
    .account_inputs.remember_check,
    .remember_check,
    .other_account_access_links,
    .other_account_access_links p,
    .account_form_outer .btn.form_submit_btn,
    .account_form_outer .form_submit_btn {
        font-size: 13px;
    }
    #dashboard-page {
        background: #262223;
    }
}*/