:root {
    --primary: #014351;
}

body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}

.modal-body {
    padding: 0 1rem 1rem 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    line-height: 1.3em;
}

.hidden {
    display: none !important;
}

.page-wrapper {
    min-height: 100vh;
    width: 100%;
    display: inline-block;
    padding-bottom: 55px;
    background: #f2f4e8;
    position: relative;
}

.page-wrapper.inner-page {
    padding-top: 135px;
}

/* .page-wrapper:after {
    background-image: url("../images/backgroung-img.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
}
.page-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    z-index: 2;
} */

.no-margin {
    margin: 0;
}

.container {
    z-index: 3;
    position: relative;
    width: 100%;
    max-width: 1200px;
}

.site-header {
    padding: 30px 0;
    z-index: 3;
    position: relative;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.site-header.inner-page {
    background: rgb(31, 133, 109);
    background: linear-gradient(0deg, rgba(31, 133, 109, 1) 0%, rgba(69, 204, 123, 1) 100%);
}

.logo {
    width: 344px;
    max-width: 90%;
}

.logo img {
    max-width: 100%;
}

.site-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-wrapper ul {
    margin: 0;
    padding: 0;
}

.site-wrapper ul li {
    margin: 0 0 0 15px;
    list-style: none;
    width: auto;
    display: inline-block;
}

.site-wrapper ul li a:focus,
.site-wrapper ul li a:hover,
.site-wrapper ul li a {
    color: #fff;
    text-decoration: none;
}

.site-wrapper ul li a.as-btn:hover,
.site-wrapper ul li a.as-btn:focus,
.site-wrapper ul li a.as-btn {
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 25px;
    background: #014351;
}

.navigation {
    text-align: right;
}

.navigation .question {
    display: inline-block;
    margin: 18px 0 0;
    font-size: 15px;
    color: #fff;
}

.navigation .question a {
    /* color: #CBA052; */
    color: #fff;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
    background-color: transparent;
    color: var(--primary);
    border-color: var(--primary);
    box-shadow: none;
}

.btn-gold {
    background-color: #edb41e;
    border-color: #edb41e;
    color: #000;
}

.btn-gold:focus,
.btn-gold:hover {
    background-color: #edb41e;
    border-color: #edb41e;
    color: #000;
}

#admin-notes-wrapper .owner:first-child .remove-note,
#business-certificate-wrapper .owner:first-child .remove-certificate,
#social-wrapper .owner:first-child .remove-social-media,
#owners-details-wrapper .owner:first-child .remove-owner {
    display: none;
}

.light-gray-card {
    background-color: #eee;
}

.card-inside {
    padding: 0 10px;
}

.card-title-wrapper {
    margin-bottom: 10px;
}

.card-title-wrapper.extra-space {
    margin-bottom: 20px;
}

.card-title-wrapper h2 {
    font-size: 18px;
    font-weight: 700;
    color: #666;
    margin: 0 0 5px;
}

.card-title-wrapper h3 {
    font-size: 14px;
    font-weight: 400;
    color: #777;
    margin: 0;
}

.card.owner {
    padding: 15px 15px 0;
    margin-bottom: 15px;
}

.form-steps>.btn {
    border-radius: 25px;
    padding: 8px 25px;
    min-width: 100px;
}

.form-control.errors {
    border-color: var(--red) !important;
}

.required-field {
    color: var(--red) !important;
}

.underlined {
    text-decoration: underline;
}

.page-wrapper .alert {
    margin-bottom: 20px;
}

.search-page-wrapper {
    padding: 50px 0 0;
}

.home-search-page-wrapper {
    padding: 40px 0 30px;
    width: 100%;
    display: inline-block;
}

.home-search-page-wrapper h2 {
    font-size: 20px;
    color: var(--primary);
    margin: 0 0 15px;
    text-align: center;
    font-weight: 600;
}

/* Modal */
.small-modal .modal-dialog {
    max-width: 500px;
    width: 90%;
}

.modal-content {
    padding: 40px 30px;
    border-radius: 40px;
    background-color: #FFFFFF;
    border: none;
}

.modal .modal-dialog {
    max-width: 1140px;
}

.modal.medium .modal-dialog {
    max-width: 768px;
}

.modal.small .modal-dialog {
    max-width: 450px;
}

#phone-popup .modal-title {
    width: 89%;
    margin: 40px auto 0;
}

#phone-popup .modal-header .close {
    position: absolute;
    right: 15px;
}

.modal-header {
    border: none;
}

.small-modal .modal-dialog {
    max-width: 550px;
}

#phone-popup .modal-header .close {
    position: absolute;
    right: 15px;
    top: 12px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    font-size: 25px;
    font-weight: 600;
}

.search-form {
    margin: 0px 0 15px;
    padding: 25px 0px;
    border-radius: 10px;
}

.search-form .form-input-wrapper {
    position: relative;
}

.search-form .btn:hover,
.search-form .btn:focus,
.search-form .btn {
    background-color: var(--primary);
    color: #fff;
    padding: 8px 25px;
    border-radius: 30px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.search-form .serach-field {
    display: flex;
}

.search-form .serach-field .form-group {
    flex: 1;
    margin-right: 25px;
}

.search-form .form-group {
    margin: 0;
}

.search-form .form-control {
    padding: 15px 30px 15px 25px !important;
    height: auto;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 30px;
    border: none;
}

.search-results {
    margin: 0 0 25px 0;
    float: left;
    width: 100%;
    position: relative;
}

.search-form .serach-field {}

/* .search-results:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 25;
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: 0.5;
} */
.search-results.open {
    padding-right: 41%;
}

.search-results.no-scroll-to-fix.open {
    padding-right: 0;
}

.search-results.no-scroll-to-fix.open .business-list {
    width: 60%;
}

.hide-loader.search-results:after {
    display: none;
}

.business-item {
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
    background-color: #fff;
}

.search-results .table {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
    background-color: #fff;
}

.search-results .table td,
.search-results .table th {
    border-top: 0;
}

.search-results a:hover,
.search-results a {
    color: var(--primary);
    text-decoration: none;
}

.search-results a.btn {
    color: #fff;
    font-size: 14px;
    /* width: 35px;
    height: 35px; */
}

.search-results a.btn:focus,
.search-results a.btn:hover {
    color: var(--primary);
}

.load-more a:focus,
.load-more a:hover,
.load-more a {
    width: 150px;
    text-align: center;
    color: #fff;
    background-color: var(--primary);
    padding: 10px 0;
    margin: 10px 0 0;
}

.business-item h2 {
    font-size: 25px;
    margin: 0 0 10px;
}

.business-item h2 a:hover,
.business-item h2 a {
    text-decoration: none;
    color: #000;
}

.business-item .business-details span {
    width: 100%;
    display: inline-block;
    margin: 0 0 10px;
    position: relative;
    padding-left: 25px;
    line-height: 1.4em;
}

.business-item .business-details span i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 18px;

    /* -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%); */
}

.business-item .business-details span:last-child {
    margin: 0;
}

.business-item .btn {
    margin-top: 15px;
}

#details-popup .owner {
    width: 100%;
    float: left;
    margin: 0 0 15px;
    padding-right: 10px;
    padding: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

#details-popup .owner:nth-child(2n) {
    /* margin-left: 2%; */
}

#details-popup .owner h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px;
}

#details-popup .owner span.item {
    display: inline-block;
    width: 100%;
    padding: 0 0 0 27px;
    position: relative;
}

#details-popup .owner span {
    margin: 0;
    display: inline-block;
    line-height: 1.5em;
    word-break: break-word;
}

#details-popup .owner span i {
    position: absolute;
    top: 3px;
    left: 3px;
}

#details-popup a:hover,
#details-popup a,
#details-popup .owner span a {
    color: #858796;
    text-decoration: underline;
}

.social-medias .social {
    display: inline-block;
    margin: 0 5px 0 0;
    /* font-size: 30px; */
    line-height: 1;
}

.social-medias .social a {
    color: #858796;
    margin-right: 5px;
    font-size: 25px;
}

.social-icons-list a {
    margin: 0 2px;
    font-size: 17px;
}

.social-icons-list i {
    color: #edb41e;
}

.heading {
    margin: 0;
}

.search-page-wrapper .heading {}

.heading h1 {
    color: var(--primary);
    font-size: 28px;
    line-height: 1.2em;
    margin: 0px auto 15px;
    text-align: center;
    font-weight: 700;
    font-family: "Lato", sans-serif;
}

.heading p {
    line-height: 1.5em;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.errMsg {
    font-size: 13px;
    margin-top: 7px;
    color: #f00;
    display: none;
}

.errMsg.show,
.errMsg[style*="display: block"] {
    display: block !important;
}

#crop-img-modal .modal-body .img-container {
    max-height: 450px;
}

#crop-img-modal .modal-title span {
    display: block;
    width: 100%;
    margin-top: 5px;
    font-size: 15px;
}

#preview-container {
    background: #ddd;
    display: inline-block;
}

.show-details img {
    max-width: 80px;
    margin-top: 10px;
}

.compnay_logo {
    padding: 0px 15px 25px 15px;
    /* text-align: center; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -15px;
}

.company-img {
    width: 60%;
    display: flex;
    align-items: center;
}

.company-img-1 {
    margin-right: 15px;
}

.claim-company-btn a {
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 25px;
    padding: 8px 25px;
}

.claim-company-btn a:focus,
.claim-company-btn a:hover {
    color: #fff !important;
    background-color: var(--primary);
}

.compnay_logo img {
    max-width: 80px;
    /* margin-bottom: 10px; */
}

.compnay_logo span#company_name {
    width: 100%;
    display: inline-block;
    margin: 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

#preview-image {
    max-width: 150px;
}

.address-area {
    text-transform: capitalize;
}

.footer {
    background: #0f2338;
    padding: 15px 0;
}

.copyright {
    text-align: center;
    width: 100%;
}

.copyright p {
    color: #fff;
    font-style: 16px;
    margin: 0;
}

.copyright p a:hover,
.copyright p a {
    color: #fff;
    text-decoration: none;
}

.footer .social-icons {
    text-align: right;
}

#add-bussiness label b {
    font-weight: 700;
}

.verification-page p {
    margin-bottom: 10px;
    line-height: 1.5em;
}

.verification-page p a:focus,
.verification-page p a:hover,
.verification-page p a {
    background-color: #edb41e;
    color: #000;
    margin-top: 15px;
}

.edit-btn {
    /* margin-top: 10px; */
}

.tab-content {
    padding: 0px 0 15px 0;
    display: inline-block;
    width: 100%;
}

.my-business-tabs {
    margin-bottom: 20px;
}

.my-business-tabs a.nav-link {
    color: #000;
}

.intro-text {
    margin: 0 0 15px;
    text-align: center;
}

.intro-text p {
    max-width: 60%;
    margin: 0 auto;
}

.business_logo_image {
    position: relative;
    width: auto;
    display: inline-block;
}

.remove-img {
    position: absolute;
    right: -10px;
    font-size: 11px;
    top: -10px;
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    background: #000;
}

.warning-wrapper ul {
    margin: 0;
    padding: 0;
}

.warning-wrapper ul li {
    list-style: inside number;
    margin: 0 0 5px;
    position: relative;
    font-size: 15px;
}

/* .warning-wrapper ul li:before {
	width: 8px;
	height: 2px;
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	background-color: #000;
	border-radius: 20px;
} */
.warning-wrapper ul li a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

/* Sign-Up Modal */
.modal-body h4 {
    font-size: 25px;
    text-align: center;
    margin: 0 0 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.modal-body hr {
    margin-top: 20px;
    margin-bottom: 15px;
    max-width: 95%;
}

.modal-body .small {
    font-size: 13px;
}

.form-steps {
    width: 100%;
    display: none;
}

.form-steps.active {
    display: inline-block;
}

.busi-item {
    background: #ffffff;
    border: 2px solid #ddd;
    border-radius: 25px;
    padding: 20px 15px 15px;
    margin: 0 0 25px;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.busi-item:hover {
    border-color: var(--primary);
}

.busi-title {
    width: 100%;
}

.busi-desc h2,
.busi-title h2 {
    font-weight: 600;
    font-size: 16px;
    color: var(--primary);
    margin: 0 0 5px;
}

.busi-desc h3,
.busi-title h3 {
    font-weight: 400;
    font-size: 14px;
    color: #4c4c4d;
}

.busi-desc h2 {
    font-size: 20px;
    max-width: 80%;
}

.busi-logo {
    margin-bottom: 15px;
}

.busi-logo img {
    max-height: 70px;
}

.busi-desc p,
.busi-description p {
    font-size: 14px;
    margin: 0 0 0;
    color: #231f20;
}

.busi-extra {
    display: flex;
    justify-content: space-between;
}

.social-icons .btn {
    width: 28px;
    height: 28px;
}

.add-front-story {
    margin: 8px 0 0;
}

.add-front-story a.btn {
    font-size: 14px;
    background-color: #dddddd;
    border-color: #dddddd;
    color: #000;
    padding: 7px 15px;
}

.add-front-story a.btn:focus,
.add-front-story a.btn:hover {
    color: #000;
}

.business-list {
    float: left;
    width: 100%;
}

.business-details-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    width: 40%;
    padding: 0 0 0 25px;
    z-index: 3;
    max-height: 100vh;
    overflow-y: auto;
}

.business-details-wrapper.no-scroll-to-fix {
    position: initial;
}

.loading-data i {
    color: #000;
}

.busi-desc {
    margin: 0 0 20px;
}

.general-info-wrapper {
    margin: 0 0 25px;
}

.business-logo {
    margin: 0 0 25px;
}

.business-logo img {
    max-height: 80px;
    width: auto;
}

.general-info-wrapper h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px;
    color: var(--primary);
}

.general-info-wrapper h3,
.general-info-wrapper p {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 5px;
    color: var(--primary);
}

.general-info-wrapper p a:hover,
.general-info-wrapper p a {
    color: var(--primary);
    text-decoration: none;
}

.general-info-wrapper .social-icons {
    margin-top: 15px;
}

.social-icons ul {
    margin: 0;
    padding: 0;
}

.social-icons li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.social-icons li:last-child {
    margin: 0;
}

.busi-extra .social-icons {
    width: 150px;
    text-align: right;
}

.busi-extra .social-icons a,
.social-icons li a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dddddd;
    border: none;
    color: #231f20;
    border-radius: 50%;
    text-decoration: none;

    -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
}

.busi-extra .social-icons a:hover,
.social-icons li a:hover {
    background-color: var(--primary);
    color: #dddddd;
}

.busi-details {
    position: relative;
}

.busi-details .close i {
    font-size: 13px;
    color: #fff;
    text-shadow: none;
}

.busi-details .close {
    opacity: 1;
    width: 23px;
    height: 23px;
    background: var(--primary);
    align-items: center;
    justify-content: center;
    font-size: 25px;
    display: flex;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 50%;
}

.busi-view-more {
    cursor: pointer;
}

.banner-content {
    max-width: 567px;
}

.banner-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 180px 0 100px;
    position: relative;
    margin-bottom: 50px;

    background: rgb(31, 133, 109);
    background: linear-gradient(0deg, rgba(31, 133, 109, 1) 0%, rgba(69, 204, 123, 1) 100%);
}

/* .banner-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 100%;
    height: 0;
    z-index: 1;
    border-width: 120px 1320px 0px 0px;
    border-color: transparent #f2f4e8 transparent transparent;
    display: inline-block;
    border-style: solid;
} */
.banner-wrapper .slag-img {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.banner-wrapper .slag-img img {
    border-radius: 0;
    box-shadow: none;
}

.banner-wrapper .row {
    margin-bottom: -110px;
}

.banner-wrapper .container {
    position: relative;
    z-index: 2;
}

.banner-wrapper h3 {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 5px;
    color: #fff;
}

.banner-wrapper h2 {
    font-size: 45px;
    margin: 0 0 10px;
    color: #fff;
    line-height: 1.2em;
    font-weight: 600;
}

.banner-wrapper p {
    font-size: 16px;
    margin: 0 0 25px;
    color: #fff;
    line-height: 1.2em;
}

.banner-wrapper .btn {
    background-color: #014351;
    border: 1px solid #014351;
    color: #fff;
    border-radius: 25px;
    font-size: 18px;
    padding: 10px 25px;
    margin: 25px 0 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.banner-wrapper img {
    max-width: 100%;
    border-radius: 45px;
    box-shadow: 12px 14px 17px rgba(0, 0, 0, 0.15);
}

/* Intro Wrapper */
.intro-wrapper {
    padding: 10px 0 30px 0;
}

.intro-wrapper h2 {
    font-size: 20px;
    line-height: 1.5em;
    margin: 0 auto 20px;
    font-weight: 400;
    color: #7d7c7c;
    max-width: 700px;
}

.intro-wrapper .btn {
    background-color: transparent;
    border-color: #f0efef;
    color: #231f20;
    font-size: 14px;
    padding: 10px 25px;
}

/* Story Wrapper */
.story-wrapper {
    padding: 20px 0 20px;
}

.story-wrapper-inner {
    padding: 60px 55px;
    background: #014351;
    box-shadow: 12px 14px 17px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
}

.story-wrapper-inner .row {
    align-items: center;
}

.story-wrapper .heading {
    text-align: left;
    margin: 0 0 25px;
}

.story-wrapper .heading h2 {
    font-size: 20px;
    color: #fff;
    line-height: 1.2em;
    font-weight: bold;
    margin: 0 0 5px;
}

.story-wrapper .heading p {
    font-size: 16px;
    color: #fff;
    line-height: 1.2em;
    margin: 0 0 10px;
    text-align: left;
}

.story-thumb img {
    width: 400px;
    height: 400px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.story-content h2 {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
}

.story-content h3 {
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 15px;
    color: #fff;
}

.story-content .short-story {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 0 10px;
    color: #fff;
}

.company-logo img {
    width: auto;
    max-height: 80px;
    margin: 0 0 20px;
    max-width: 100%;
}

.story-content .btn {
    border-color: #f2f4e8;
    color: #014351;
    font-size: 15px;
    border-radius: 25px;
    margin: 15px 0 0;
    padding: 8px 25px;

    background: #f2f4e8;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* Blogs Wrapper */

.blogs-wrapper {
    padding: 50px 0;
}

.blogs-wrapper .heading {
    text-align: left;
    margin: 0 0 25px;
}

.blogs-wrapper .heading h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
    line-height: 1.2em;
    color: var(--primary);
}

.blog-content {
    text-align: center;
    margin: 35px 0 0;
}

.blog-items {
    margin: 0 0 15px;
}

.blog-items a:hover {
    text-decoration: none;
}

.blog-thumb img {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 50px;
    object-fit: contain;
    box-shadow: 12px 14px 17px rgba(0, 0, 0, 0.15);
}

.blog-content h2 {
    font-size: 18px;
    color: #014351;
    margin: 0 0 10px;
    line-height: 1.3em;
    font-weight: 600;
}

.blog-date {
    font-size: 12px;
    color: #014351;
    display: block;
}

.blog-date i {
    margin-right: 3px;
    color: #014351;
}

.blog-content .btn:focus,
.blog-content .btn:hover,
.blog-content .btn {
    background: #014351;
    padding: 8px 25px;
    border-radius: 25px;
    color: #fff;
    border-color: #014351;
    margin: 15px 0 0;
}

.view-all-link {
    margin: 30px 0 0;
    text-align: center;
}

.view-all-link a {
    color: #014351;
    text-decoration: none;
    line-height: 1.5em;
    border-bottom: 1px solid #014351;
    font-size: 18px;
}

/* Story Details Page */
.story-header {
    padding: 50px 0;
}

.story-img-item img {
    max-width: 100%;
    max-height: 450px;
    object-fit: cover;
    border-radius: 55px;
    width: 100%;
}

.story-img-slider {
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 55px;
}

.story-img-slider .slick-dots {
    bottom: 20px;
}

.story-img-slider.slick-dotted.slick-slider {
    margin: 0;
}

.story-img-slider .slick-dots li button {
    width: auto;
    height: auto;
}

.story-img-slider .slick-dots li button:before {
    width: 15px;
    height: 15px;
    border: 2px solid #b0b0b0;
    background-color: transparent;
    content: "";
    display: inline-block;
    opacity: 1;
    border-radius: 50%;
}

.story-img-slider .slick-dots li.slick-active button:before {
    background-color: #b0b0b0;
}

.author-info-wrapper {
    margin: 0;
    padding: 0;
    text-align: center;
}

.author-info-wrapper h2 {
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 5px;
    line-height: 1.2em;
    color: var(--primary);
}

.author-info-wrapper h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px;
    line-height: 1.2em;
    color: #8c8c8c;
}

.social-sharing {
    margin: 13px 0 0;
}

.social-sharing ul {
    margin: 0;
    padding: 0;
}

.social-sharing ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    font-size: 22px;
}

.social-sharing ul li a {
    color: #d4ab3f;
    text-decoration: none;
}

.story-content {
    padding-right: 45px;
}

.story-content-wrapper h1,
.story-content-wrapper h2,
.story-content-wrapper h3,
.story-content-wrapper h4,
.story-content-wrapper h5,
.story-content-wrapper h6 {
    font-weight: 600;
    margin: 0 0 15px;
    color: var(--primary);
    font-size: 25px;
}

.story-content-wrapper h1 strong,
.story-content-wrapper h2 strong,
.story-content-wrapper h3 strong,
.story-content-wrapper h4 strong,
.story-content-wrapper h5 strong,
.story-content-wrapper h6 {
    font-weight: 600;
}

.story-content-wrapper h3 {
    font-size: 22px;
}

.story-content-wrapper p {
    font-size: 15px;
    line-height: 1.5em;
    color: #231f20;
    margin: 0 0 15px;
}

.story-content-wrapper li {
    font-size: 15px;
    line-height: 1.5em;
    color: #231f20;
    margin: 0 0 7px;
}

#gallery-img-wrapper .form-group:first-child .action-btns {
    display: none;
}

.gallery-img-item {
    position: relative;
}

.gallery-img-item img {
    width: 100%;
    border-radius: 8px;
}

.gallery-img-item .remove-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f00;
    color: #fff;

    position: absolute;
    top: -5px;
    right: -5px;
    cursor: pointer;
}

.front-story-form .heading {
    text-align: left;
}

.blogs-item {
    display: flex;
    align-items: center;
}

.blog-img {
    max-width: 160px;
    margin: 0 15px 0 0;
}

.blog-img img {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 25px;
    object-fit: contain;
}

.blog-content-wrapper .btn {
    border-radius: 25px;
    padding: 8px 20px;
    color: #fff;
    background-color: var(--primary);
    font-size: 15px;
    margin-top: 5px;
}

.blog-content-wrapper .btn:hover,
.blog-content-wrapper .btn:active {
    background-color: var(--primary) !important;
}

.blog-content-wrapper .btn a:focus,
.blog-content-wrapper .btn a:hover,
.blog-content-wrapper .btn a {
    color: #fff;
    text-decoration: none;
}

.blogs-list-wrapper .paginate_button a:focus,
.blogs-list-wrapper .paginate_button a:hover,
.blogs-list-wrapper .paginate_button a {
    color: var(--primary);
    text-decoration: none;
}

.story-content-sidebar {
    margin: 0 0 0 15px;
}

.story-content-sidebar ul {
    margin: 0;
    padding: 0;
}

.story-content-sidebar h2 {
    color: var(--primary);
    margin: 0 0 15px;
    line-height: 1.3em;
}

.story-content-sidebar ul li {
    padding: 15px 0;
    border-bottom: 1px solid #c7c2c2;
    font-size: 15px;
    list-style: none;
    margin: 0;
}

.story-content-sidebar ul li a {
    color: var(--primary);
    text-decoration: none;
    display: inline-block;
}

.story-content-sidebar ul li:last-child {
    border-bottom: none;
}

.story-content-sidebar .btn {
    color: #fff;
    border-radius: 25px;
    margin: 15px 0 0;
    padding: 8px 15px;
    background-color: var(--primary);
}

.story-content-sidebar .btn:hover,
.story-content-sidebar .btn:focus,
.story-content-sidebar .btn:active {
    background-color: var(--primary);
}

.story-content-sidebar .btn a:hover,
.story-content-sidebar .btn a:focus,
.story-content-sidebar .btn a {
    color: #fff;
    text-decoration: none;
}

.claim-request-wrapper {
    padding: 40px 0;
    /* position: relative; */
}

.add-business-card,
.claim-request-wrapper .claim-business-card {
    padding: 40px 30px;
    border-radius: 40px;
    background-color: #FFFFFF;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}

.claim-business-card h2 {
    font-size: 26px;
    color: #000000;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0 0 15px 0;
}

.business-details {
    margin: 0 0 0 0;
}

.business-details h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
    margin: 0 0 5px;
}

.business-details h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px;
    color: var(--primary);
}

.business-category {
    font-weight: 400;
    font-size: 14px;
    color: #4c4c4d;
    margin: 0 0 10px;
    display: inline-block;
}

.business-details ul {
    margin: 15px 0;
    padding: 0;
}

.business-details ul li,
.business-details p {
    font-size: 14px;
    margin: 0 0 10px;
    color: #231f20;
}

.business-details ul li {
    list-style: none;
    margin-bottom: 5px;
}

.sub-infos {
    margin: 15px 0 0;
}

.sub-infos p {
    margin: 0 0 5px;
}

.sub-infos a:focus,
.sub-infos a:hover,
.sub-infos a {
    color: var(--primary);
    text-decoration: none;
}

.get-started-btn {
    margin: 25px 0 0;
}

.get-started-btn .btn {
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 25px;
    padding: 8px 25px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.add-business-wrapper .btn:hover,
.add-business-wrapper .btn:focus,
.add-business-wrapper .btn:active,
.auth-form-wrapper .btn:hover,
.auth-form-wrapper .btn:focus,
.get-started-btn .btn:focus,
.get-started-btn .btn:hover {
    color: #fff !important;
    background-color: var(--primary) !important;
}

.right-side-img {
    /* position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0; */
}

.right-side-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}


.auth-card-wrapper {
    margin: 30px 0;
}

.auth-card {
    padding: 40px 30px;
    border-radius: 40px;
    background-color: #FFFFFF;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}

.auth-card.large {
    width: 600px;
}

.auth-verification-modal {
    position: relative;
}

.auth-verification-modal .headings,
.auth-card .headings {
    text-align: center;
    margin: 0 0 25px;
}

.auth-verification-modal .headings h2,
.auth-card .headings h2 {
    font-size: 26px;
    color: #000000;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0 0 5px 0;
}

.auth-verification-modal .headings p,
.auth-card .headings p {
    font-weight: 400;
    font-size: 14px;
    color: #4c4c4d;
    margin: 0 0 0px;
    display: inline-block;
}

.add-business-wrapper .form-control,
.auth-form-wrapper .form-control {
    background-color: #FFFFFF;
    border: 1px solid #D3D3D3;
    border-radius: 14px;
    font-size: 15px;
    color: #000;
    padding: 15px 15px;
    height: auto;
    line-height: 1.3em;
}

.add-business-wrapper label,
.auth-form-wrapper label {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    display: inline-block;
    margin: 0 0 10px;
}

.add-business-wrapper .btn,
.auth-form-wrapper .btn {
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 25px;
    padding: 8px 25px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    margin-top: 15px;
}

.add-business-wrapper .btn.btn-success {
    background: var(--primary);
    border-color: var(--primary);
}

.add-business-wrapper .btn.btn-danger:hover {
    background-color: #e02d1b !important;
}

.fieldset {
    margin: 0 0 15px;
}

.auth-form-links {
    margin: 15px 0 0 0;
}

.auth-form-links a {
    font-size: 13px;
    text-decoration: underline;
    color: #000;
    font-weight: 500;
}

.business-claim-steps {
    display: none;
    width: 100%;
}

.business-claim-steps.active {
    display: inline-block;
}

.password-field {
    position: relative;
}

span.view-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.auth-verification-modal {
    margin: -20px 0 -20px;
}

.modal-backdrop {
    background-color: #f2f4e8;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.add-business-wrapper .intro-text p {
    max-width: 100%;
    text-align: left;
}

.add-business-card {
    width: 100%;
}

.add-business-card .card-inside {
    padding: 0;
}

.having-issues-link {
    width: 100%;
    display: inline-block;
    margin: 15px 0 0;
    font-size: 14px;
}

.having-issues-link a {}

.row-reverse {
    flex-direction: row-reverse;
}

.having-issues-msgs,
#having-issues-form {
    transition: transform 1s;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transition: transform 0.5s;
    background-color: #fff;
}

.having-issues-msgs {
    text-align: center;
    transform: rotateY(-180deg);
    position: absolute;
    top: 0;
    left: 0;
    padding: 130px 0 150px;
    width: 100%;
}

#having-issues-form.hide {
    transform: rotateY(-180deg);
}

.having-issues-msgs.show {
    transform: rotateY(0);
}

.site-wrapper ul li.user-dropdown {
    position: relative;
}

.site-wrapper ul li.user-dropdown > a.dropdown-toggle,
.site-wrapper ul li.user-dropdown > a.dropdown-toggle:hover,
.site-wrapper ul li.user-dropdown > a.dropdown-toggle:focus {
    color: #fff;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.site-wrapper ul li.user-dropdown > a.dropdown-toggle .fa-user {
    font-size: 16px;
}

.site-wrapper ul li.user-dropdown .dropdown-menu {
    margin-top: 8px;
    min-width: 180px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.site-wrapper ul li.user-dropdown .dropdown-item {
    color: #333;
    padding: 8px 16px;
    font-size: 14px;
}

.site-wrapper ul li.user-dropdown .dropdown-item:hover,
.site-wrapper ul li.user-dropdown .dropdown-item:focus {
    color: #014351;
    background-color: #f8f9fc;
    text-decoration: none;
}