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



:root {
    --primary-color: #fa7029;

}
body {

    font-family: "Poppins", sans-serif;
}

.top-bar {
    background: var(--primary-color);
    padding: 10px 0px;

    position: relative;
}

h3.welcm-txt {
    margin-bottom: 0px;
    color: #727272;
    font-size: 0.9rem;
    font-weight: 400;
}

.top-bar p {
    margin-bottom: 0px;
}

ul.top-act {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: end;
    list-style: none;
}


ul.top-act li a {
    /* background: #000; */
    padding: 0px 5px;
    /* margin: 0px 4px; */
    display: block;
    color: #fff;
    font-size: 13px;

    font-weight: 500;
    border-radius: 0px;

    line-height: 0px;
}

ul.top-act li a i {
    font-size: 17px;
    color: #fff;
}

.call a i {
    background: #fff;
    color: #31c194;
    border-radius: 100%;
    padding: 9px;
    margin-right: 4px;
}

ul.top-act li {
    border-right: 0px solid #565656;
}

ul.top-act li:last-child {
    border-right: 0px solid #565656;
}

.top-info {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
    justify-content: center;
}

ul.top-info li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

ul.top-info li a:hover {
    color: #eee;
    text-decoration: none;
}

ul.top-info li a i {
    color: #fff;
    font-size: 15px;
}

ul.top-info li:first-child {
    margin-right: 19px;
}

/* a.navbar-brand img {} */

ul.header-right {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}


.header-blue-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 0px;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #fff;
    padding: 0px 14px;
    height: 44px;
    color: #727272;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    margin: 0px 10px;
    border-left: 1px solid #eee;
    margin-right: 0px;
}

.header-blue-btn:hover {
    color: #325cdf;
    /* transform: translateY(-3px);
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 7px 21px rgba(0, 0, 0, 0.15); */
    text-decoration: none;
}

.header-blue-btn i {
    font-size: 16px;
    margin-right: 2px;
}

.header-contact {
    display: flex;
}


.register-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 68px;
    border: 1px solid var(--primary-color);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: var(--primary-color);
    padding: 0px 22px;
    height: 44px;
    color: #fff;
    font-weight: 600;
    margin-left: 4px;
}

.register-btn:hover {

    transform: translateY(-3px);
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    color: #fff;
    background: var(--primary-color);
}


.box-detail {
    display: flex;
    margin-right: 20px;
}

.box-detail .icon-box i {
    font-size: 24px;
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    margin-right: 5px;
    color: #333;
}

.box-detail .icon-box {
    margin-right: 5px;
}

.box-content h4 {
    font-size: 15px;
    margin-bottom: 0px;
}

.box-content p {
    font-size: 14px;
    margin-bottom: 0px;
}

.box-content p a {
    color: #333;
    font-size: 15px;
}

.box-content p a:hover {
    text-decoration: none;
}

div#navbarContent {
    justify-content: right;
}


.find-bar {

    background: #ffffffeb;
    padding: 60px 51px;
    text-align: left;
    border-radius: 10px;
}

.find-bar h4 {
    color: #333;
    font-size: 16px;
    text-align: left;
    line-height: 31px;
    margin-bottom: 21px;
    font-weight: 400;
    margin-top: 10px;
}

.find-bar h1 {
    color: #191818;
    font-size: 2.3rem;
    font-weight: 700;
}

.find-bar p {
    width: 100%;
    text-align: left;
    color: #000;

    padding: 0px;
    border-radius: 36px;
    margin-bottom: 10px;
    font-weight: 600;
}

.find-bar a {
    font-size: 31px;
    font-weight: 600;
    background: var(--primary-color);
    padding: 12px 21px;
    color: #fff;
    border-radius: 9px;
}

.find-bar a:hover {
    text-decoration: none;
    background: #1b1b1b;
}

form.top-form {
    display: flex;
    background: #fff;
    padding: 7px 7px;
    border-radius: 4px;

}


form.top-form .form-group {
    margin-bottom: 0px;
}

form.top-form .form-group input {
    width: 100%;
    padding: 12px 21px;
    border: 1px solid #ededed !important;
    border-radius: 4px;
    border: none;
    font-size: 0.87rem;
}

form.top-form .form-group button {
    width: 100%;
    padding: 11px 14px;
    border: 0px solid #131313;
    border-radius: 4px;
    background: #131313;
    color: #fff;
}



.bannner-section {
    /*background-image: url(assets/img/banner-site.webp);*/
  background-image: url(assets/img/bannner.png);
    background-size: cover;
    position: relative;
    align-items: center;
    /* background: #edfff9; */
    background-position: right center;
    /* background-attachment: fixed; */
    padding: 50px 0px;
}

.bannner-section:before {
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #101111, transparent);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}


.banner-cta {
    background: #31c194;
    padding: 50px 50px;
    border-radius: 10px;
    margin: 50px 0px;
}

.cta-text h1 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 0px;
}

.call {
    text-align: center;
    align-items: center;
    display: flex;
}


.call a {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}

.call a:hover {
    text-decoration: none;
    color: #eee;
}

.banner-cta p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 1.3rem;
}


.cta-text {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

a.call-btn {
    background: #325ee1;
    color: #fff;
    font-size: 0.8rem;
    padding: 7px 10px;
    border-radius: 3px;
}


.slider {
    position: relative;
    overflow: hidden;
    background-color: #fafafa;
}

.business-tabel-area {
    margin: 50px 0px;
}

.business-box {
    display: flex;
    align-items: center;
}

.alpha {
    font-size: 1.8rem;
    font-weight: 600;
    width: 40px;
    color: #325ee1;
}

.state-section {
    margin-top: 60px;
}

.business-box h1 {
    line-height: 0;
}

.business-box h1 a {
    font-size: 1rem;
    margin-right: 10px;
    color: #325ee1;
}

.business-box span {
    background: #ebffeb;
    color: green;
    font-size: 0.7rem;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 500;
}

.table-responsive.home-listing {
    border: 1px solid #eee;
    border-radius: 7px;
}

.address-txt {
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.table-responsive.home-listing .table {
    margin-bottom: 0px;
}

.view-btn a {
    width: 100%;
    background: #325fe2;
    text-align: center;
    display: block;
    padding: 10px 0px;
    border-radius: 5px;
    color: #fff;
    margin-top: 20px;
}

.view-btn a:hover {
    text-decoration: none;
}

tbody.states-names tr td a:before {
    content: "\f0a4";
    font-family: line Awesome Free;
    margin-right: 2px;
    color: #3260e3;
}

tbody.states-names tr td a {
    font-size: 15px;
    color: #3260e3;
}


.content {
    background-color: rgba(255, 255, 255, .8);
    border-radius: .25em;
    box-shadow: 0 0 .25em rgba(0, 0, 0, .25);
    box-sizing: border-box;
    left: 50%;
    padding: 10vmin;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}


@keyframes slide {
    0% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(25%);
    }
}

.form-area {
    /* background: #fff; */
    margin-top: 10px;
    /* box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15); */
    padding: 10px;
    position: relative;
}

.form-area form {
    display: flex;
}

.form-area form input {
    width: 100%;
    padding: 21px 32px;
    border: 1px solid #e5e7e7;
    border-radius: 49px;
    position: relative;
}



.form-area form button {
    width: fit-content;
    height: fit-content;
    padding: 15px 40px;
    border: none;
    background: #30b97c;
    color: #fff;
    position: absolute;
    right: 19px;
    border-radius: 36px;
    top: 17px;
}

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

.title-txt h3 {
    font-weight: 600;
    color: #333;
}

.title-btn a {
    background: #eaf8f3;
    color: #30b97c;
    padding: 11px 21px;
    border-radius: 4px;
    font-size: 12px;
}

.title-btn a:hover {
    background: #03B97C;
    text-decoration: none;
    color: #fff;
}

.title-txt p {
    color: #727272;
    font-size: 14px;
}





.banner-section {
    background-image: url(assets/img/bg-wall.webp);
    height: 590px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-size: cover;
}


.banner-text {
    text-align: center;
    position: absolute;
    top: 25%;
}



.banner-text h1 span {
    font-weight: 700;
}

.banner-text p {
    color: #333;
    font-size: 16px;
    margin: 10px 0px;
    padding: 0px 80px;
}

.banner-action {
    display: flex;
    list-style: none;
    padding-left: 0px;
    justify-content: center;
}

.banner-img {
    height: 400px !important;
}

.banner-img img {
    object-fit: cover !important;
    height: 100%;
    position: relative;
}



.red-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 0px;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: transparent;
    padding: 0px 0px;
    /* height: 50px; */
    color: #333;
    font-weight: 400;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    margin: 8px 0px;
    width: fit-content;
    /* margin: 20px auto; */
    margin-right: 10px;
    border-bottom: 2px solid;
    font-weight: 500;
}

.red-btn:hover {
    text-decoration: none;
    color: var(--primary-color);
}

.white-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 0px;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #FFF;
    padding: 1px 30px;
    height: 50px;
    color: #333;
    font-weight: 400;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    margin: 0px 10px;
    width: fit-content;
    margin: 20px auto;

}

.white-btn:hover {
    text-decoration: none;
    color: #fff;
    transform: translateY(-3px);
    background-color: #e20c35;
}



.banner-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(5, 16, 54, 0.5) 0%, #051036 72.43%);
    opacity: 0.8;
}


.banner-text h3 {
    width: fit-content;
    margin: 12px auto;
    padding: 9px 18px;
    font-size: 14px;
    border-radius: 4px;
    color: #ffffff;


    letter-spacing: 1px;
    background: linear-gradient(90deg, #FF9800 0%, #03B97C 100%);
}

.banner-text h1 {
    color: #4d4c4c;
    font-size: 37px;
    font-weight: 500;
}

form.search-box {
    background: #fff;
    width: 100%;
    padding: 18px;
    margin: 20px 0px;
    display: flex;
}

.section-part {
    padding: 80px 0px;
}

.category-box {
    padding: 30px 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 0px;
    border: 1px solid #fff;
}

.category-box:hover {
    border: 1px solid #03B97C;
}

.category-box a:hover {
    text-decoration: none;
}

.category-box a:hover>.category-txt h3 {
    color: #03B97C;
}

.category-txt h3 {
    font-size: 13px;
    margin-bottom: 0px;
    padding: 15px 0px;
    color: #727272;
    padding-bottom: 0px;
}


.category-icon i {
    width: 60px;
    height: 60px;
    background: #eaf8f4;
    line-height: 60px;
    font-size: 35px;
    border-radius: 100%;
    color: #30b97c;
}

.popular-course {
    padding: 80px 0px;
    background: #fafafa;
    border-radius: 100px 100px 0px 0px;
    /* border-top: 1px solid #fcf5f5; */
}

.course-box {
    background: #fff;
    padding: 10px;
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 0px; */
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #f5f5f5;
    /* box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px; */
}

.course-box:hover {
    transform: translateY(-3px);
}

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

.duration {
    display: flex;
    align-items: center;

}

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

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

.course-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
    border-top: 1px solid #eee;
    margin-top: 13px;
}

.course-content h1 {
    font-size: 18px;
    margin: 5px 0px;
    font-weight: 500;
}

.course-content h1 a {
    color: #5a5858;
}

.course-content {
    padding: 15px 16px;
}

.duration h5 {
    font-size: 13px;
    margin-bottom: 0px;
    color: #727272;
}

.duration i {
    margin-right: 4px;
    color: #fbb10c;
}

.lessons h5 {
    font-size: 13px;
    margin-bottom: 0px;
    color: #727272;
}

.lessons i {
    margin-right: 4px;
    color: #fbb10c;
}

.reviews h5 {
    font-size: 13px;
    margin-bottom: 0px;
    color: #727272;
}

.reviews i {
    margin-right: 4px;
    color: #fbb10c;
    font-size: 14px;
}

.course-content p {
    font-size: 14px;
    color: #727272;
    margin-bottom: 10px;
}

.course-price {
    color: #6d6b6b;
    font-size: 18px;
    /* color: #30b97c; */
    font-weight: 600;
}

.buy-btn a {
    color: #fff;
    background: #30b97c;
    padding: 9px 18px;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 600;
}

.buy-btn a:hover {
    text-decoration: none;
    background: #27aa6f;
}

.course-content span a {
    background: #eaf8f4;
    color: #30b97c;
    padding: 5px 18px;
    display: flex;
    width: fit-content;
    margin-bottom: 10px;
    font-size: 12px;
    border-radius: 50px;
    font-weight: 500;
}

.course-img img {
    border-radius: 10px;
}

.points-view {
    margin: 60px 0px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgb(216 213 213 / 8%) 0px 0px 0px 1px
}

.view-box {
    text-align: center;

}


.view-box i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #eaf8f4;
    color: #30b97c;
    font-size: 27px;
    border-radius: 1000%;
    margin-bottom: 15px;
    text-align: center;
}

.blog-section {
    padding: 80px 0px;
}

.blog-img img {
    border-radius: 4px;
}


.blog-box {
    /* position: relative; */
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 10px;
    display: flex;
    padding: 9px;
    flex-direction: column;
}

/* .blog-box:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #1c1d1d, transparent);
  border-radius: 4px;
} */

/* .blog-box:hover {} */

.blog-img {
    width: 100%;
}

.blog-box .blog-content {
    /* background: #fff; */
    padding: 15px;
    /* margin: 10px; */
    width: 100%;
    border-radius: 10px;
    left: 7px;
    /* right: 10px; */
    box-sizing: border-box;
    margin: 0px auto;
    /* border: 1px solid #eee; */
    /* box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(195 191 191 / 8%) 0px 0px 0px 0px; */
}

.blog-content h1 {
    font-size: 1.4rem;
    margin-bottom: 6px;
    line-height: 30px;
}

.blog-content p {
    margin-bottom: 2px;
    font-size: 0.9rem;
    color: #333;
}

a.read-btn {
    color: #33c296;
    border: 1px solid;
    background: transparent;
    padding: 7px 18px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 8px;
    font-size: 0.85rem;
}

.blog-content h1 a {
    color: var(--primary-color);
    font-weight: 700;
}

.blog-content ul {
    padding-left: 0px;
    display: flex;
    list-style: none;
    margin-bottom: 0px;
}

.blog-content span {
    background: #eaf8f4;
    color: #30b97c;
    padding: 5px 18px;
    display: flex;
    width: fit-content;
    margin-bottom: 8px;
    font-size: 12px;
    border-radius: 50px;
    font-weight: 500;
}

.blog-content ul li {
    margin-right: 11px;
    font-size: 13px;
    color: #727272;
}


.article-detail-left {
    border: 1px solid #eee;
    padding: 14px;
    border-radius: 4px;
    background: #fff;
}




.cta-action {
    padding: 60px 0px;
    background-color: #30b97c;
}

.cta-action p {
    margin-bottom: 7px;
    color: #fff;
}

.cta-action h3 {
    font-size: 44px;
    color: #fff;
    margin-bottom: 0px;
}

.join-btn {

    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    width: fit-content;
    padding: 10px 40px;
    border-radius: 52px;
    display: inline-block;
}

.join-btn:hover {
    color: #03B97C;
    background: #fff;
    text-decoration: none;
}


.dots {
    margin-top: 20px;
}

.dots li {
    background-color: #dad7d7;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}


.drop-links {

    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    border: none;
}

.drop-links li a {
    color: #727272;
    font-size: 15px;
    padding: 8px 14px;
    margin: 0px 0px;

}

.drop-links li a:hover {
    background-color: #eaf8f4;
    color: #30b97c;
}

.breadcumb-area {
    background-image: url(assets/img/breadcumb.jpeg);
    padding: 140px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.breadcumb-area:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #1e1d1fba 0%, #124a31a1 15%);
    left: 0;
    top: 0;
}


.breadcum-text {
    text-align: center;
}

.breadcum-text h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 48px;
}

.breadcum-text ul {
    list-style: none;
    padding-left: 0px;
    background: #30b97c;
    width: fit-content;
    display: flex;
    margin: 0px auto;
    padding: 10px 30px;
    border-radius: 33px;
}

.breadcum-text ul li a {
    color: #fff;
    font-size: 15px;
    padding-right: 20px;
    position: relative;
}

.breadcum-text ul li a:after {
    content: '>';
    right: 5px;
    position: absolute;
}

li.last-act a {
    padding-right: 0px !important;
}

li.last-act a::after {
    display: none;
}




.course-left {
    padding: 60px 0px;
}

.course-structure {
    display: flex;
    justify-content: space-between;
    /* background: #eaf8f4; */
    padding: 13px 0px;
    /* border-radius: 53px; */
    border: 1px solid #eee;
    border-left: 0;
    border-right: 0;
}

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

h1.course-title {
    font-size: 23px;
    margin: 16px 0px;
    color: #333;
    /* border-bottom: 1px solid #eee; */
    padding-bottom: 1px;
    margin-bottom: 12px;
    font-weight: 600;
}

.teacher img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 10px;
}

.teacher h3 {
    font-size: 16px;
    margin-bottom: 0px;
    color: #333;
}

.duration-time {
    display: flex;
    align-items: center;
    margin-right: 10px;
    color: #fbb10c;
}

.duration-time h3 {
    font-size: 14px;
    margin-bottom: 0px;
    color: #727272;
    margin-left: 5px;


}

.re-view {
    display: flex;
    align-items: center;
    margin-right: 10px;
    color: #fbb10c;
}

.re-view h3 {
    font-size: 14px;
    margin-bottom: 0px;
    color: #727272;
    margin-left: 5px;
}

.level {
    display: flex;
    align-items: center;
    color: #fbb10c;
}

.level h3 {
    font-size: 14px;
    margin-bottom: 0px;
    color: #727272;
    margin-left: 5px;


}

.course-bb {
    display: flex;
}


.decription {
    margin-top: 20px;
}

.decription p {
    font-size: 15px;
    color: #727272;
    line-height: 25px;
}

.playlist-title h3 {
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.playlist {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 14px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 0px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.playlist:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 40px rgb(165 162 162 / 15%);
}

.playlist-descrip {
    border-right: 1px solid #f5f5f5;
}

.playlist-descrip span {
    background: #eaf8f4;
    color: #30b97c;
    padding: 5px 18px;
    display: flex;
    width: fit-content;
    margin-bottom: 6px;
    font-size: 12px;
    border-radius: 50px;
    font-weight: 500;
}

.playlist-descrip p {
    margin-bottom: 0px;
    color: #727272;
    font-size: 13px;
}

.playlist-descrip h3 {
    font-size: 17px;
    color: #333;
    margin-bottom: 4px;
}

.playlist-img img {
    border-radius: 10px;
}

.playlist-action {
    text-align: center;
}

.playlist-action h4 {
    margin-bottom: 6px;
    color: #333;
    font-size: 20px;
    text-align: left;
}

.playlist-action a {
    background: #30b97c;
    padding: 5px 9px;
    font-size: 13px;
    width: 100%;
    display: block;
    border-radius: 0px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.review-box {
    display: flex;
    background: #eaf8f4;
    padding: 20px 20px;
    border-radius: 9px;
}

.review-box .ratings {
    justify-content: start;
}

.review-box .user-img {
    margin-right: 16px;
}

.review-box .user-img img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.review-content h4 {
    font-size: 17px;
    color: #333;
    margin-bottom: 0px;
}

.review-content p {
    font-size: 14px;
    color: #727272;
    line-height: 22px;
}

form.post-review input {
    width: 100%;
    padding: 12px 18px;
    border: 1px solid #eee;
    font-size: 14px;
    border-radius: 4px;
}

form.post-review textarea {
    width: 100%;
    padding: 12px 18px;
    border: 1px solid #eee;
    font-size: 14px;
    border-radius: 4px;
    height: 130px;
}

form.post-review button {
    background: #eaf8f4;
    color: #30b97c;
    border: 2px solid #30b97c;
    padding: 10px 40px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px !important;
    font-weight: 600;
    /* margin: 0px auto; */
    display: block;
}

form.post-review button:hover {
    background-color: #30b97c;
    color: #fff;
}

.course-right {
    padding: 60px 0px;
}

.latest-box {
    display: flex;
    align-items: center;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 0px;
}

.latest-box-img img {
    width: 120px;
}

.latest-box-img {
    margin-right: 10px;
}

.latest-box-content h5 {
    font-size: 16px;
    color: #333;
}

.latest-box-content h5 a {
    color: #333;
    margin-bottom: 5px;
}

.latest-box-content p {
    margin-bottom: 0px;
    font-size: 13px;
    color: #727272;
}

form.serch-type input {
    padding: 14px 18px;
    width: 100%;
    font-size: 15px;
    border: 1px solid #f5f2f2;
    border-radius: 4px;
}

form.serch-type {
    display: flex;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 0px;
}

form.serch-type button {
    position: absolute;
    right: 5px;
    top: 10px;
    background: no-repeat;
    border: 0px solid;
    color: #6d6b6b;
    font-size: 20px;
    border-left: 1px solid #eee;
    padding: 0px 13px;
}


.Contact-box-form h2 {
    color: var(--primary-color);
    margin-bottom: 6px;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1px;
}


.acc-lost {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    justify-content: space-between;
    padding: 0px 20px;
}

.acc-lost p {
    margin-bottom: 8px;
}

.acc-lost p a {
    color: #30b97c;
}

.Contact-box-form p {
    font-size: 14px;
}

.Contact-box-form {
    background: #fff;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 0px;
}

.green-form {
    background-color: #eaf8f4;
    box-shadow: none;
}

.green-form input {
    border: 1px solid #dceee9 !important;
}



form#contact-form input {

    border: 1px solid #f5f5f5;
    padding: 22px 14px !important;
    color: #000 !important;
    margin-bottom: 0px !important;
    width: 100%;
    border-radius: 0px;
    font-size: 0.9rem;
    background: #fff;
}

form#contact-form textarea {
    background-color: #fff;
    border: 1px solid #f5f5f5 !important;

    padding: 10px 14px !important;
    color: #000 !important;
    margin-bottom: 0px !important;
    width: 100%;
    border-radius: 0px;
    height: 80px;
    font-size: 0.9rem;
}

.single-adderss-block {
    background: #fff;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 0px;
}

.default-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

button.theme-btn-two {
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    background: var(--primary-color) !important;
    border-radius: 4px;
    padding: 11px 0px;
    color: #fff;
    border: none;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.form-type {
    background: #fff;
    padding: 60px 40px;
}

.form-type h3 {

    letter-spacing: 1px;
    text-transform: uppercase;
}

.form-type form input {
    padding: 23px 20px;
    font-size: 0.9rem;
}

.form-type form button {
    background: #000;
    border: none;
    padding: 13px 0px;
    letter-spacing: 2px;
}

.form-type form button:hover {
    background-color: #333;
}

.form-type p {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
    color: #333;
    font-size: 0.9rem;
}

.form-type p a {
    color: #000;
    text-decoration: underline;
}


.info-list {
    padding-left: 0px;
    /* display: flex; */
    justify-content: space-between;
}

.info-list li {
    display: flex;
    margin-bottom: 20px;
}

.info-list li i {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 27px;
    font-size: 1rem;
    color: var(--primary-color);
    background: rgb(250, 248, 248);
}

.info-list li .add-info b {
    color: #333;
    font-size: 0.9rem;

    font-weight: 600;
}

.single-adderss-block h3 {

    color: var(--primary-color);
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.add-info p {
    margin-bottom: 0px;
    font-size: 0.9rem;
}

.add-info p a {
    color: #000;
    text-decoration: underline;
}

.contact-section {
    padding: 80px 0px;
}



.user-img {
    text-align: center;
}


.user-img img {
    width: 100px;
    border-radius: 100%;
    /* border: 2px solid #d6ede3; */
}

.user-info-part {
    text-align: center;
    margin-top: 10px;
}

.user-info-part h3 {
    font-size: 22px;
    color: #30b97c;
    margin-bottom: 3px;
}

.user-info-part p {
    font-size: 14px;
    margin-bottom: 0px;
    color: #333;
}

.mob-menu ul {
    width: 100%;
    display: block;
}

.user-leftbar {
    background: #ffff;
    padding: 20px 0px;
    position: fixed;
    height: 100%;
    width: 25%;
    padding-top: 0;
    border-right: 1px solid #f6f6f6;
}

.mob-menu ul li {
    margin: 16px 0px;
}

.mob-menu ul li .active {
    background: linear-gradient(90deg, #74d6ab 0%, #03B97C 100%);
    color: #ffffff !important;
    padding: 12px 13px !important;
    border-radius: 5px;
}

.mob-menu ul li a {
    font-size: 14px !important;
    color: #333 !important;
}

.user-screen {
    background: #e9f8f3;
}

.dashboard-section {
    margin: 30px 20px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.panel-title h3 {
    border-bottom: 1px solid #eee;
    padding-bottom: 13px;
    margin-bottom: 20px;
    color: #333;
    font-size: 20px;
}

.wallet-box {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 0px;
    border-radius: 10px;
    text-align: center;
    padding: 30px 10px;
    background: linear-gradient(90deg, rgb(48 185 124) 3%, rgb(11 145 92) 100%);
}

.wallet-box h3 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 11px;
}

.wallet-box h2 {
    margin-bottom: 7px;
    color: #fff;
    font-size: 26px;
}

.user-area {
    padding: 0px 8px;
    margin: 17px 18px;
    border-radius: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 30px;

}

.mob-menu ul li a i {
    font-size: 18px;
    margin-right: 2px;
}

.wallet-box a {
    color: #eee;
    font-size: 14px;
    border-bottom: 2px solid;
}

form.my-profile-form input {
    width: 100%;
    padding: 13px 18px;
    font-size: 14px;
    border: 1px solid #eee;
    border-radius: 4px;
}

form.my-profile-form select {
    width: 100%;
    padding: 13px 18px;
    font-size: 14px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.change-pic {
    margin-bottom: 8px;

    padding-bottom: 21px;
    display: flex;
    align-items: center;
}

.ussr-img {
    width: 100px;
    margin-right: 17px;
}

.ussr-img img {
    width: 100%;
    border-radius: 100%;
}

.change-pic h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

.change-pic input {
    font-size: 13px;
}

form.my-profile-form button {
    background: #30b97c;
    color: #fff;
    border: none;
    padding: 14px 26px;
    border-radius: 4px;
    font-size: 14px;
}


table.table.course-table thead {
    background: #30b97c;
    color: #fff;
    font-size: 14px;
}

table.table.course-table tbody tr td {
    font-size: 13px;
}

table.table.course-table tbody tr td a {
    background-color: #c4f3e0;
    color: #30b97c;
    padding: 8px 15px;
    border-radius: 42px;
    font-size: 11px;
    font-weight: 500;
}

.user-wallet-box {
    width: fit-content;
    background: #e9f8f3;
    padding: 20px 60px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
}

.user-wallet-box h3 {
    color: #333;
    font-size: 15px;
}

.user-wallet-box h2 {
    color: #30bb7f;
    font-size: 40px;
    margin-bottom: 0px;
}

.request-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
}

.request-btn a {
    background: #30b97c;
    padding: 12px 32px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
}


.total-states {
    border: 1px solid #eee;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}



.state-box p {
    margin-bottom: 0px;
    font-size: 1.2rem;
    color: #6f6f6f;
}

.cities-box p {
    margin-bottom: 0px;
    font-size: 1.2rem;
    color: #6f6f6f;
}

.state-box {
    text-align: center;
    padding: 40px 0px;
    margin: 0px 20px;
}

.cities-box {
    text-align: center;
    padding: 40px 0px;
    margin: 0px 20px;
}

.state-box h3 {
    margin-bottom: 0px;
    font-size: 2.3rem;
    color: #333;
}

.cities-box h3 {
    margin-bottom: 0px;
    font-size: 2.3rem;
    color: #333;
}








footer {
    background-color: #fafafa;
    padding: 70px 0px;
    padding-bottom: 0;
    background-image: url(assets/img/map.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-top: 1px solid #eee;
    position: relative;
}

footer:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff8c;
    left: 0;
    top: 0;
    position: absolute;
}

ul.f-menu {
    padding-left: 0px;
    list-style: none;
}

ul.f-menu li a {
    font-size: 14px;
    width: 100%;
    color: #727272;
    font-weight: 500;
    margin-bottom: 12px;
    display: block;
}

ul.f-menu li a i {
    color: var(--primary-color);
}

.footer-widget h3 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #333;
}

.footer-widget h3:after {
    content: '';
    width: 80px;
    height: 3px;
    background: var(--primary-color);
    position: absolute;
    left: 14px;
    top: 30px;
}

.footer-widget p {
    font-size: 15px;
    color: #727272;
    margin-top: 21px;
}

ul.contact-info {

    list-style: none;
    padding-left: 0;
}

ul.contact-info li {
    /* border: 1px solid #ffffff; */
    font-size: 15px;
    margin-bottom: 14px;
    color: #727272;
}


ul.social-media {
    display: flex;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

ul.contact-info li i {
    font-size: 8px;
    width: 30px;
    height: 30px;
    background: #03b97c;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    border-radius: 100%;
    margin-right: 10px;
}

ul.contact-info li a {
    text-decoration: none;
    color: #727272;
}


ul.social-media li a {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    display: block;
    margin-right: 8px;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    border-radius: 4px;
    color: #fff;
}

/* ul.f-menu li a:before {
  content: "\f0a4";
  font-family: 'Line Awesome Free';
  color: #31c194;
  margin-right: 3px;
} */

.footer-copyright {
    background: var(--primary-color);
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    padding: 20px 0px;
    margin-top: 60px;
    position: absolute;
    width: 100%;
}

.footer-copyright p {
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
    font-size: 14px;
}


.state-section h1 {
    font-size: 1.7rem;
    color: #333;
    margin-bottom: 0px;
    font-weight: 600;
    /* background: #fff5f0; */
    padding: 15px 0px;
    border-radius: 0px;
    /* border-radius: 32px; */

}


/* .state-section h1:before {
  content: '';
  position: absolute;
  width: 86px;
  height: 4px;
  background: var(--primary-color);
  bottom: 0px;
  left: 46%;
  border-radius: 41px;
} */

.solar-services {
    background: #fff4ef;
    padding: 26px;
    border-radius: 10px;
}

a.view-btn {
    border: 0px solid;
    padding: 11px 34px;
    font-size: 0.9rem;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background: #fff;
    font-weight: 500;
    border-radius: 45px;
}

a.view-btn:hover {
    background-color: var(--primary-color);
    color: #fff;
    text-decoration: none;
}

.section-title {
    align-items: center;
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
    /* border-bottom: 1px solid rgb(236, 236, 236); */
    background: var(--primary-color);
    border-radius: 6px;
    padding: 0px 21px;
}

.section-title a {
    background: #000;
    color: #fff;
    padding: 7px 20px;
    font-size: 0.9rem;
    border-radius: 4px;
    line-height: 22px;
    font-weight: 500;
}


ul.sate-boxes li {
    /* border: 1px solid #eee; */
    width: 100%;
    margin: 0px 10px;
    text-align: center;
    background: #fff;
    border-radius: 6px;
    /* box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(195 191 191 / 8%) 0px 0px 0px 0px; */
}

ul.sate-boxes {
    list-style: none;
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}

ul.sate-boxes li a {
    width: 100%;
    display: flex;
    padding: 13px 10px;
    color: #333;
    font-size: 0.85rem;
    /* border: 1px solid #eee; */
    border-radius: 64px;
    align-items: center;
    /* flex-direction: column; */
    font-weight: 500;
    justify-content: center;
    background: #fff;
    box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(195 191 191 / 8%) 0px 0px 0px 1px;
}

ul.sate-boxes li a:hover {
    text-decoration: none;
    background: var(--primary-color);
    color: #fff;
}



/* ul.sate-boxes li a:hover>i { */
    /* color: #fff; */
/* } */

ul.sate-boxes li a i {
    font-size: 1.6rem;
    color: var(--primary-color);
    margin-bottom: 0px;
    margin-right: 3px;
}


.listing-section {
    background: #fcf8f6;
    padding: 60px 0px;
    margin-top: 40px;
    border-radius: 0px;
}

.listing-states {
    /* box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(195 191 191 / 8%) 0px 0px 0px 1px;
  border-radius: 10px; */
    padding: 0px;
}

.listing-section h1 {
    font-size: 1.7rem;
    color: #333;
    margin-bottom: 0px;
    font-weight: 600;
}


.service-title h1 span {
    color: var(--primary-color);
    font-size: 1.8rem;
}

.service-title h1 {
    font-size: 1.4rem;
    line-height: 39px;
    margin-bottom: 26px;
}

header {
    border-top: 0px solid var(--primary-color);
}

.shop-list {
    /* display: flex; */
    justify-content: space-between;
    /* background: #fff; */
    padding: 0px 0px;
    align-items: center;
    /* border: 1px solid #f5f4f4; */
    border-radius: 6px;
    /* box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(195 191 191 / 8%) 0px 0px 0px 1px; */
    /* position: absolute; */
    bottom: 0;
    width: 100%;
}

.listing-section .view-btn {
    background: #fff;
    border: 1px solid;
}


.shop-img {
    width: 275px;
    /* height: 100px; */
    text-align: center;
    /* line-height: 100px; */
    /* border-radius: 92px; */
    /* border: 2px solid #ba1016; */
    margin-right: 10px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.shop-img:before {
    /* content: ''; */
    position: absolute;
    background: linear-gradient(to top, #171717, #4543435e);
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.shop-img img {
    border-radius: 10px;
}


.shop-list p {
    margin-bottom: 0px;
}

.shop-left h1 {
    margin-bottom: 4px;
}

.shop-left h1 a {
    font-size: 1.3rem;
    color: #333;
    margin-top: 5px;
    display: block;
    border-radius: 4px;
    text-align: left;
    margin-bottom: 5px;
}

.shop-left p {
    font-size: 0.8rem;
    color: #6e6c6c;
}


.shop-act a {
    width: 36px;
    height: 36px;
    background: #fff;
    display: block;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 1.3rem;
    border-radius: 49px;
    margin: 0px auto;
    margin-top: 18px;
    background: #bd100f;
}

.call-text {
    text-align: left;
    padding: 50px 51px;
    background: #fff;
    border-radius: 30px 0px 30px 0px;
}

.call-text h1 {
    font-size: 1.3rem;
    font-weight: 500;
    color: #000;
    line-height: 46px;
}

.call-action {
    padding: 100px 0px;
    /*background-image: url(assets/img/call-act.webp);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    border: 5px solid var(--primary-color);
    border-right: 0px;
    border-left: 0px;
    
    background-color: #c9c7c787;
}

.call-action:before {
    position: absolute;
    content: '';
    width: 50%;
    /* background: #ffffffd4; */
    height: 100%;
    right: 0;
    top: 0;
}


.call-text h1 span {
    font-size: 2.6rem;
    color: var(--primary-color);
    font-weight: 600;
}


.call-text p {
    color: #333;
}

.call-text a {
    color: #000;
    font-size: 1.3rem;
    font-weight: 600;
}


.call-text a:hover {
    text-decoration: none;
}

.call-text a span {
    font-size: 2.2rem;
    font-weight: 600;
}

.call-text a span i {
    background: #fff;
    padding: 11px;
    display: inline-block;
    border-radius: 100%;
    font-size: 2rem;
    margin-top: 14px;
    margin-right: 6px;
    color: var(--primary-color);
}

.lt-art {
    font-size: 1.7rem;
    color: #333;
    margin-bottom: 0px;
}

#quote-btn {
    animation: radial-pulse 1s infinite;
}

@keyframes radial-pulse {
    0% {
        box-shadow: 0 0 0 0px rgb(42 42 42);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

}


ul.bread-lnks {
    display: flex;
    line-height: normal;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
    /* background-color: #fff; */
    padding: 10px 9px;
    border-radius: 4px;
    margin: 0px auto;
    position: relative;
}

ul.bread-lnks li a {
    padding: 0px 10px;
    color: #333;
    font-size: 0.9rem;
    font-weight: 400;
}



.state-part {
    /* border: 1px solid #eee; */
    padding: 0px 16px;
    border-radius: 6px;
    background: var(--primary-color);
}


ul.bread-lnks li {
    /*border-right: 1px solid #a7abab;*/
    line-height: 14px;
    position:relative;
}

ul.bread-lnks li::before {
    content: '>';
    position: absolute;
    right: -2px;
    top: 2px;
}

ul.bread-lnks li:last-child::before
{
    display:none;
}


ul.bread-lnks li:last-child {
    border-right: 0px solid #dad6d6;
}

.bannner-area.bread-area {
    height: auto;
    padding: 0px 0px;
    position: relative;
    background: rgb(250, 248, 248);
    padding: 10px 0px;
    /* background-image: url(assets/img/breadcumb.webp); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* .bannner-area.bread-area:before {
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgb(1, 50, 47), #03272575);
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
} */

.empty-space {
    height: 50px;
}


.business-tabel-area {
    margin: 80px 0px;
    margin-top: 40px;
}


.shop-box {
    /* border: 6px solid #fff; */
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    box-shadow: rgb(166 164 164 / 5%) 0px 6px 24px 0px, #eee 0px 0px 0px 0px;
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.shop-left h1 span {
    background: var(--primary-color);
    color: #fff;
    padding: 7px 15px;
    display: inline-block;
    font-size: 0.8rem;
    text-transform: uppercase;
    border-radius: 3px;
}



.shop-box h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: var(--primary-color);
    padding: 16px 20px;
    /* padding-top: 20px; */
    background: #fff5f0;
    /* margin: 0px 12px; */
    border-radius: 10px;
    /* margin-top: 12px; */
    margin-bottom: 4px;
    /* padding-bottom: 5px; */
}

.shop-box ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.shop-box ul li {
    display: flex;
    align-items: center;
    padding: 10px 0px;
    font-size: 0.85rem;
    border-bottom: 1px solid #eee;
    color: #333;
    font-weight: 400;
    /*  */
    flex-wrap: wrap; /* Allow wrapping of content inside the li */
}

.shop-box ul li:last-child {
    border-bottom: 0px;
    /*  */
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal; /* Allow wrapping of long text */
}

.shop-box ul li a {
    color: #000;
    /*  */
    display: inline-block; /* Prevent link from stretching across the full width */
    word-wrap: break-word;
    word-break: break-all; /* Break long URLs if necessary */
    max-width: 100%; /* Ensure the link doesn't extend beyond its container */
    text-overflow: ellipsis; /* Add ellipsis if text overflows (optional) */
}

.shop-box ul li i {
    margin-right: 7px;
    font-size: 1.2rem;
    color: var(--primary-color);
}

.shop-box ul li p {
    margin-bottom: 0px;
}

.shop-box ul li p b {
    font-weight: 600;
}

.call-direct p a {
    width: fit-content;
    background: var(--primary-color);
    display: block;
    text-align: center;
    padding: 17px 32px;
    font-size: 1.4rem;
    border-radius: 4px;
    color: #fff;
    margin: 0px auto;
}

.call-direct p a:hover {
    text-decoration: none;
}

.shop-box.shop-description p {
    padding: 0px 15px;
    font-size: 0.88rem;
    /* border-bottom: 1px solid #e4edf8; */
    color: #333;
    margin: 10px 0px 10px 0px;
}

.location-map {
    padding: 0px;
    margin: 15px 0px;
}

.shop-box.shop-description {
    border: 1px solid #eee;
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.right-shop ul li {
    color: #333;
    background: #fcf8f6;
    width: 32%;
    float: left;
    margin: 5px;
    display: flex;
    flex-direction: column;
    border: 0px;
    padding: 40px 0px;
    border-radius: 10px;
    font-size: 0.95rem;
}

.right-shop ul li i {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 12px;
    margin-right: 0px;
}

.right-shop {

    padding: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-shadow: none;
}



.right-shop ul {
    width: 100%;
}

.right-shop h3 {
    width: 100%;
    background: transparent;
    color: #191919;
    padding: 4px 0px;
    border-radius: 4px;
    font-weight: 500;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 14px;
    margin-top: 20px;
}

.review-form {
    padding: 0px;
}

.review-form input {
    width: 100%;
    padding: 8px 13px;
    font-size: 0.94rem;
    border: 1px solid #edf4f4;
    border-radius: 4px;
}

.review-form textarea {
    width: 100%;
    padding: 8px 13px;
    font-size: 0.94rem;
    border: 1px solid #edf4f4;
    border-radius: 4px;
    height: 100px;
}


.review-form button {
    width: 100%;
    border: 0px solid #eee;
    padding: 13px 0px;
    text-transform: uppercase;
    font-size: 0.95rem;
    font-weight: 600;
    background: var(--primary-color);
    color: #fff;
    border-radius: 4px;
}



.state-cities {
    /* border: 1px solid #f7f3f3; */
    padding: 0px;
    border-radius: 10px;
    /* box-shadow: 0px 10px 60px 0px #0510360D; */
}

.state-name {
    background: #474545;
    color: #fff;
    padding: 7px 14px;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 1.1rem;
}

.state-cities ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.state-cities ul li a {
    width: 100%;
    font-size: 0.82rem;
    border-bottom: 1px solid #eee;
    display: block;
    padding: 11px 0px;
    color: #333;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.state-cities ul li a i {
    color: var(--primary-color);
    font-size: 1rem;
    margin-right: 6px;
    background: rgb(250, 248, 248);
    border-radius: 4px;
    padding: 3px;
}

.state-cities ul li a:hover {
    text-decoration: none;

    color: var(--primary-color);
}

.state-cities ul li a:hover>i {
    color: var(--primary-color);
}

.section-title h1 {
    padding: 15px 0px;
    font-size: 1.7rem;
    line-height: 47px;
    color: #fff;
}

.section-title h1 span {
    font-size: 2.4rem;
    color: #ba1111;
}

a.view-all-link {
    color: #000;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 8px 14px;
    display: block;
    border: 1px solid;
    color: var(--primary-color);
    text-align: center;
    border-radius: 4px;
    margin: 10px;
}


a.view-all-link:hover {
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
}

.section-title h3 {
    background: #f95401;
    width: fit-content;
    color: #fff;
    font-size: 0.9rem;
    padding: 10px 19px;
    border-radius: 6px;
}

.footer-statebox {
    width: 100%;
    /* background: #fff; */
    padding: 0px;
    border-radius: 10px;
    /* border: 1px solid #eee; */
    margin-top: 20px;
}

.comment-area {
    border: 1px solid #eee;
    padding: 20px;
    margin-top: 20px;
    border-radius: 4px;
}

.comment-area h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.comment-area form input {
    width: 100%;
    padding: 8px 11px;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 0.95rem;
}

.comment-area form textarea {
    width: 100%;
    padding: 8px 11px;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 0.95rem;
    margin-top: 15px;
    height: 100px;
}

.comment-area form button {
    background: var(--primary-color);
    border: none;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 4px;
    margin-top: 9px;
}




.footer-statebox ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

h3.footer-title {
    text-align: left;
    margin-bottom: 10px;
    color: var(--primary-color);
    /* background: var(--primary-color); */
    /* width: max-content; */
    /* padding: 12px 23px; */
    border-radius: 0px;
    margin: 0px auto;
    font-size: 1.5rem;
    border-bottom: 1px solid #dedede;
    padding-bottom: 14px;
}


.footer-statebox ul li a {
    width: 100%;
    display: block;
    font-size: 0.87rem;
    padding: 6px 0px;
    color: #333;
    border-bottom: 1px solid #eee;
}


.footer-statebox ul li a:hover {
    text-decoration: none;
    color: var(--primary-color);
}


.footer-statebox h3 {
    color: var(--primary-color);
    font-size: 1.2rem;
    /* background: var(--primary-color); */
    padding: 6px 0px;
    border-radius: 0px;
    border-bottom: 3px solid var(--primary-color);
    width: fit-content;
}


.article-img {
    margin-bottom: 16px;
}

.article-detail-left h1 {
    font-size: 1.5rem;
    font-weight: 600;
}

.article-detail-left p {
    font-size: 0.9rem;
    color: #525050;
    line-height: 24px;
    margin-bottom: 12px;
}


.latest-article {
    border: 1px solid #eee;
    padding: 0px;
    border-radius: 4px;
}

.latest-article h3 {
    font-size: 1.2rem;
    background: #333;
    color: #fff;
    border-radius: 4px 5px 0px 0px;
    padding: 12px 15px;
    font-weight: 600;
}

.latest-article ul {
    list-style: none;
    padding-left: 0px;
}

ul.article-type li {
    padding: 15px 15px;
    border-bottom: 1px solid #eee;
}

ul.article-type li:last-child {
    border-bottom: 0px;
}

ul.article-type li h1 {
    margin-bottom: 16px;
    line-height: 0px;
}


ul.article-type li p {
    font-size: 0.9rem;
    margin-bottom: 5px;
    color: #525050;
    line-height: 22px;
}


ul.article-type li h1 a {
    font-size: 1.1rem;
    margin-bottom: 0px;
    color: var(--primary-color);
}

a.read-link {
    font-size: 0.76rem;
    font-weight: 600;
    color: #585757;
    border-bottom: 2px solid;
    text-transform: uppercase;
}

a.read-link:hover {
    text-decoration: none;
    color: #333;
}

.shop-left {
    padding: 0px 0px;
}


.business-left {
    background: #fcf8f6;
    padding: 30px;
    border-radius: 10px;
    /* border: 1px solid #eee; */
}

.business-left h3 {
    font-size: 1.2rem;
    font-weight: 600;
}

.business-left p {
    font-size: 0.94rem;
    line-height: 25px;
    color: #333;
}


.inner-banner-cover {
    background: url("assets/img/banner-site.webp");
    background-size: cover;
    background-position: center center;
    padding: 61px 40px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
}

.inner-banner-cover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #001817, transparent);
    top: 0;
    left: 0;
    border-radius: 10px;
}

.banner-txt {
    position: relative;
}

.banner-txt h1 {
    font-weight: 500;
    color: #fff;
    font-size: 3.5rem;
}

.banner-txt p {
    color: #fff;
    font-size: 1.4rem;
    margin: 10px 0px;

    font-weight: 400;
}

.banner-txt a {
    font-size: 31px;
    font-weight: 600;
    background: var(--primary-color);
    padding: 12px 21px;
    color: #fff;
    border-radius: 9px;
    margin-top: 6px;
    display: inline-block;
}

.banner-txt a:hover {
    text-decoration: none;
}

.banner-txt a i {


    font-size: 2.2rem;
    margin-right: 4px;
}


.call-direct {
    margin: 28px 0px;
}

ul.names {
    list-style: none;
    padding-left: 0;
    background: #fff;
    padding: 13px 18px;
    /* border: 1px solid #eee; */
    border-radius: 4px;
    width: 100%;
    display: inline-block;
}

ul.names li {
    font-size: 0.9rem;
    padding: 7px 0px;
    border-bottom: 1px solid #eee;
    line-height: 25px;
    color: #333;
    font-weight: 400;
    width: 100%;
    float: left;
    margin: 3px;
}

ul.names li i {
    color: #333;
}

ul.names li:last-child {
    border-bottom: none;
}

.left-call-act {
    background: var(--primary-color);
    /* border: 1px solid #eee; */
    padding: 30px 30px;
    border-radius: 10px;
    margin: 20px 0px;
    margin-bottom: 30px;
    /* position: sticky; */
    /* box-shadow: rgb(166 164 164 / 5%) 0px 6px 24px 0px, #eee 0px 0px 0px 0px; */
    position: sticky;
    top: 0;
}

.left-call-act h4 {
    font-size: 1.2rem;
    color: #fff;
}

.left-call-act h1 {
    font-size: 2.3rem;
    line-height: 51px;
    font-weight: 600;
    margin: 12px 0px;
    margin-bottom: 0px;
    color: #fff;
}

.left-call-act a {
    background: #fff;
    color: #000;
    width: 100%;
    padding: 10px 17px;
    border-radius: 4px;
    font-size: 1.5rem;
    font-weight: 500;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    /* .navbar .nav-item:hover .nav-link {} */

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}


@media all and (max-width: 768px) {

    .find-bar h1 {
        color: #333;
        font-size: 1.8rem;
        font-weight: 600;
        margin-bottom: 0px;
    }

    .find-bar a {
        font-size: 20px;
    }

    .find-bar h4 {
        margin-top: 0px;
        font-size: 1rem;
    }

    .state-section h1 {
        font-size: 1.4rem;
    }

    form.top-form .form-group input {
        border: 1px solid #d5d2d2 !important;
        padding: 10px 10px;
        border-radius: 0px;
    }

    .navbar-light .navbar-toggler {
        background-color: #fff;
    }

    ul.sate-boxes li {
        padding: 0px 10px;
        margin: 4px 0px;
    }

    .top-bar {
        display: none;
    }

    .title-bar {
        flex-direction: column;
        align-items: baseline;
    }

    .banner-img {
        height: 413px !important;
    }

    .category-box {
        margin-bottom: 20px;
    }

    .popular-course {
        border-radius: 0px;
    }

    .course-box {
        margin-bottom: 20px;
    }

    .blog-box {
        margin-bottom: 20px;
        flex-direction: column;
    }

    .blog-img {
        width: 100%;
    }

    .review-section {
        border-radius: 0px;
    }

    .review-block {
        margin-top: 20px;
        padding: 30px 0px;
    }

    .join-btn {
        margin-top: 20px;
        justify-content: left;
        display: block;
    }

    .footer-widget {
        margin-bottom: 20px;
    }

    .title-txt p {
        font-size: 12px;
    }

    .carousel-caption {
        right: 6%;
        left: 6%;
    }

    .banner-text p {
        padding: 0px 0px;
    }

    .banner-text h1 {
        font-size: 30px;
    }


    .user-leftbar {
        height: fit-content;
        width: 100%;
        position: inherit;
        /* display: flex;
    justify-content: space-between; */
        padding: 10px 0px;
    }

    .user-area {
        margin-top: 0px;
        display: flex;
        padding: 0px 0px;
        border-bottom: 0px;
        justify-content: center;
    }

    .mob-menu {
        width: 100%;
    }

    .mob-menu button {
        width: 100%;
    }

    .dashboard-section {
        margin: 30px 0px;
    }

    /* .user-part-menu {} */

    .user-img img {
        width: 60px;
        margin-right: 10px;
    }

    .user-info-part {
        text-align: left;
    }

    .wallet-box {
        margin-bottom: 10px;
    }

    .banner-text {
        top: 9%;
    }



    form.top-form {
        flex-direction: column;
    }

    .cta-text {
        flex-direction: column;
    }

    .banner-cta {
        padding: 40px;
    }

    .call a {
        color: #fff;
        font-size: 23px;
        font-weight: 600;
        margin-top: 23px;
    }

    ul.sate-boxes {
        flex-direction: column;
        display: flex;
    }

    .section-title {
        flex-direction: column;
    }

    .listing-section h1 {
        margin-bottom: 10px;
    }

    .shop-list {
        margin-bottom: 10px;
    }

    .call-text h1 {
        font-size: 1.3rem;
    }

    .call-text h1 span {
        font-size: 1.7rem;
    }

    .bannner-area {
        padding: 50px 0px;
    }

    form.top-form {
        border-radius: 0px;
    }

    .call-text {
        padding: 30px;
    }

    .call-text a span i {
        padding: 6px;
        font-size: 1.6rem;
    }

    .call-text a span {
        font-size: 1.6rem;
    }

    div#navbarContent {
        justify-content: right;
        background: #fff;
        padding: 20px;
        border-radius: 10px;
    }

    div#navbarContent ul {
        text-align: left;
        justify-content: left;
        display: block;
    }


    .navbar-light .navbar-nav .nav-link {
        color: #333;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:focus {
        color: var(--primary-color);
    }

    .shop-box {
        margin-bottom: 10px;
        flex-direction: column;
    }



    .state-cities {
        margin-bottom: 20px;
    }

    .call-action {
        padding: 30px 0px;
    }

    .call-action:before {
        width: 100%;
    }




    .bannner-section {

        padding: 50px 0px;
    }

    ul.bread-lnks {
        margin: 0px auto;
    }


    .banner-txt h1 {

        font-size: 2rem;
        line-height: 42px;
    }

    .banner-txt a i {
        font-size: 1.2rem;

    }

    .banner-txt a {
        font-size: 19px;
    }

    .left-call-act {
        margin-bottom: 20px;
    }


    ul.names li {
        width: 100%;
    }

    .right-shop ul li {
        width: 100%;
    }

    .left-call-act h1 {
        font-size: 1.3rem;
        line-height: 34px;
        font-weight: 600;
        margin: 12px 0px;
        margin-bottom: 19px;
        color: #fff;
    }

    .business-left {
        padding: 20px;
    }

    .business-left p {
        font-size: 0.9rem;

        text-align: justify;
    }

    .call-direct {
        margin-top: 0px;
    }

    .call-direct p a {
        line-height: 34px;
    }

    .review-form input {
        margin-bottom: 10px;
    }


}

.full-box:hover {
    text-decoration: none;
}

.color-theam {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.card-custom a h5 {
    line-height: 23px;
    height: 20px;
    overflow: hidden;
    color: #333;
}

.card-custom a p {
    color: #333;
    font-size: 0.9rem;
    margin-bottom: 8px !important;
}
