@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);

.bc-border-green,
.bc-hover-border-green:hover {
    border-color: #65a930 !important
}

.bc-border-grey,
.bc-hover-border-grey:hover {
    border-color: #767779 !important
}

.bc-green,
.bc-hover-green:hover {
    color: #fff !important;
    background-color: #65a930 !important
}

.bc-grey,
.bc-hover-grey:hover {
    color: #fff !important;
    background-color: #767779 !important
}

.bc-topbar {
    border-top: 6px solid #767779 !important
}

.bc-bottombar {
    border-bottom: 6px solid #767779 !important
}

.bc-leftbar {
    border-left: 6px solid #767779 !important
}

.bc-rightbar {
    border-right: 6px solid #767779 !important
}

.bc-hover-topbar:hover {
    border-top: 6px solid #65a930 !important
}

.bc-hover-bottombar:hover {
    border-bottom: 6px solid #65a930 !important
}

.bc-hover-leftbar:hover {
    border-left: 6px solid #65a930 !important
}

.bc-hover-rightbar:hover {
    border-right: 6px solid #65a930 !important
}

.bc-text-grey {
    color: #767779;
    font-size: 18px
}

.bc-text-green {
    color: #65a930;
    font-size: 18px;
    font-weight: 700
}

.bc-button {
    background-color: #65a930;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    border: none;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px
}

.bc-button:hover {
    background-color: #fff;
    color: #65a930;
    border: 1px solid #65a930;
    text-decoration: none
}

.bc-blog-comments {
    color: #000;
    max-height: 400px;
    overflow: auto
}

.bc-selected-service-types {
    display: flex;
    flex-wrap: wrap;
    max-width: 300px
}

.bc-selected-service-types span {
    margin-right: 5px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.bc-selected-service-types span[data-title]:hover::after {
    content: attr(data-title);
    background: #333;
    color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
    position: absolute;
    z-index: 1
}

.bc-form .password i {
    position: absolute;
    right: 0;
    height: 45px;
    top: 28px;
    font-size: 13px;
    line-height: 45px;
    width: 45px;
    cursor: pointer;
    color: #939393;
    text-align: center
}

.bc-form input.error,
bc-form select.error {
    border-color: #f91919;
    background: #f9f0f1
}

.bc-form .form-group {
    margin-bottom: 15px;
    position: relative
}

.flip-box {
    background-color: #fff0;
    width: 300px;
    height: 200px;
    perspective: 1000px
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg)
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.flip-box-front {
    color: #000
}

.flip-box-back {
    background-color: #9e9e9e !important;
    color: #fff;
    transform: rotateY(180deg)
}

.bc-bar-block .bc-bar-item {
    padding: 16px;
    font-weight: 700
}

.bc-comment-input {
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border: none
}

.bc-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e5e9f2;
    border-radius: .25rem
}

.chat-left-sidebar {
    margin-bottom: 0;
    border-bottom-color: #fff0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

@media (min-width:992px) {
    .chat-left-sidebar {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-bottom-color: #e5e9f2;
        border-right: 0;
        margin-bottom: 2rem
    }
}

.chat-right-sidebar {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

@media (min-width:992px) {
    .chat-right-sidebar {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

.media-chat {
    margin-bottom: 1.25rem
}

.media-chat img {
    margin-right: .75rem
}

.media-chat .media-body {
    flex: unset
}

.media-chat .text-content {
    min-width: 5%;
    padding: 1.25rem;
    margin-bottom: .5rem;
    background-color: #9e6de0;
    border-top-left-radius: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 0
}

.media-chat .text-content:first-child {
    border-top-left-radius: 25px
}

.media-chat .text-content:last-child:not(:first-child) {
    border-bottom-left-radius: 25px
}

.media-chat .message {
    display: block;
    font-size: .88rem;
    color: #fff;
    font-weight: 700
}

.media-chat .time {
    color: rgb(255 255 255 / .6)
}

.media-chat.media-chat-right {
    justify-content: flex-end
}

.media-chat.media-chat-right img {
    margin-right: 0
}

.media-chat.media-chat-right .media-body {
    margin-right: .75rem
}

.media-chat.media-chat-right .text-content {
    box-shadow: 0 0 18px 0 rgb(103 68 149 / .1);
    background-color: #fff;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.media-chat.media-chat-right .text-content:first-child {
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px
}

.media-chat.media-chat-right .text-content:last-child:not(:first-child) {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px
}

.media-chat.media-chat-right .message {
    color: #31343d
}

.media-chat.media-chat-right .time {
    color: #8a909d
}

.input-group-chat {
    padding: 1.25rem
}

.input-group-chat .emoticon-icon {
    border: 1px solid #e5e9f2;
    border-right-color: #fff0;
    line-height: 45px;
    padding-left: .625rem;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    font-size: 1.3125rem
}

.input-group-chat .emoticon-icon::after {
    display: none
}

.input-group-chat .form-control {
    border-color: #e5e9f2;
    border-left-color: #fff0;
    height: 3.125rem
}

.input-group-chat .form-control:focus {
    box-shadow: none
}

.input-group-chat .dropdown-menu.show {
    top: auto !important;
    bottom: 60px;
    left: 80px
}

.dropdown-chat-state .dropdown-toggle {
    color: #fff
}

.dropdown-chat-state .dropdown-toggle::after {
    display: none
}

.dropdown-chat-state .btn {
    box-shadow: none;
    color: #ffffff !important;
    padding: 0
}

.dropdown-chat-state .btn i {
    font-size: 1.25rem
}

.dropdown-chat-state .btn.btn-rounded-circle {
    width: 36px;
    height: 36px;
    line-height: 1;
    padding: 0
}

.dropdown-chat-state .dropdown-menu {
    width: 250px;
    min-height: 0;
    max-height: 150px;
    overflow-y: scroll;
    top: 40px
}

.dropdown-chat-state .dropdown-menu::-webkit-scrollbar {
    width: 4px
}

.dropdown-chat-state .dropdown-menu::-webkit-scrollbar-track {
    background: #fff
}

.dropdown-chat-state .dropdown-menu::-webkit-scrollbar-thumb {
    background: rgb(153 153 153 / .4);
    border-radius: 30px
}

.dropdown-chat-state .user-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem;
    color: #8a909d
}

.dropdown-chat-state .user-link img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: .5rem
}

.dropdown-chat-state .user-link .username {
    margin-right: auto;
    text-transform: capitalize
}

.dropdown-chat-state .user-link .state {
    font-size: 12px;
    font-style: italic
}

.dropdown-chat-state .user-link .state.active i {
    font-size: 1.375rem;
    color: #9e6de0
}

.chat-dropdown .dropdown-menu {
    width: 100%;
    overflow-y: unset;
    max-height: unset
}

.card-default {
    margin-bottom: 1rem
}

@media (min-width:992px) {
    .card-default {
        margin-bottom: 2rem
    }
}

.card-default .card-header {
    padding-top: 1.875rem;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    background-color: #fff0;
    border-bottom: none;
    flex-wrap: wrap;
    text-transform: capitalize
}

.card-default .card-header h2 {
    font-size: 1.375rem;
    color: #31343d
}

.card-default .card-header h2::before {
    line-height: 1.375rem;
    margin-right: .5rem
}

.card-default .card-header .btn.mdi {
    padding: .125rem .625rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .2rem;
    display: flex;
    align-items: center;
    border: 1px solid #9e6de0;
    color: #9e6de0
}

.card-default .card-header .btn.mdi:hover {
    background-color: #9e6de0;
    color: #fff
}

.card-default .card-header .flex-basis-100 {
    text-transform: none
}

.card-default .horizontal-img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-width: 100%
}

.card-default .card-body {
    padding-top: 1rem;
    padding-bottom: 1.875rem
}

.card-default .sub-title {
    color: #31343d;
    flex-basis: 100%
}

.card-default .card-header-bg {
    height: 200px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card-header .dropdown .dropdown-toggle {
    color: #8a909d
}

.btn-rounded-circle {
    border-radius: 50%
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.875rem
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.wrapper {
    background: #f6f6f6;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 15px rgb(0 0 0 / .1)
}

.wrapper .content {
    display: flex;
    align-items: center;
    flex-direction: column
}

.wrapper .outer {
    height: 135px;
    width: 135px;
    overflow: hidden
}

.outer .emojis {
    height: 500%;
    display: flex;
    flex-direction: column
}

.outer .emojis li {
    height: 20%;
    width: 100%;
    list-style: none;
    transition: all 0.3s ease
}

.outer li img {
    height: 100%;
    width: 100%
}

.stars label {
    float: right;
    font-size: 100px;
    color: lightgrey;
    text-shadow: 1px 1px #bbb
}

.stars label:before {
    content: "★"
}

#star-2:checked~.content .emojis .slideImg {
    margin-top: -135px
}

#star-3:checked~.content .emojis .slideImg {
    margin-top: -270px
}

#star-4:checked~.content .emojis .slideImg {
    margin-top: -405px
}

#star-5:checked~.content .emojis .slideImg {
    margin-top: -540px
}

.wrapper .stars {
    margin-top: 20px
}

#star-1:hover~.content .stars .star-1,
#star-1:checked~.content .stars .star-1,
#star-2:hover~.content .stars .star-1,
#star-2:hover~.content .stars .star-2,
#star-2:checked~.content .stars .star-1,
#star-2:checked~.content .stars .star-2,
#star-3:hover~.content .stars .star-1,
#star-3:hover~.content .stars .star-2,
#star-3:hover~.content .stars .star-3,
#star-3:checked~.content .stars .star-1,
#star-3:checked~.content .stars .star-2,
#star-3:checked~.content .stars .star-3,
#star-4:hover~.content .stars .star-1,
#star-4:hover~.content .stars .star-2,
#star-4:hover~.content .stars .star-3,
#star-4:hover~.content .stars .star-4,
#star-4:checked~.content .stars .star-1,
#star-4:checked~.content .stars .star-2,
#star-4:checked~.content .stars .star-3,
#star-4:checked~.content .stars .star-4,
#star-5:hover~.content .stars .star-1,
#star-5:hover~.content .stars .star-2,
#star-5:hover~.content .stars .star-3,
#star-5:hover~.content .stars .star-4,
#star-5:hover~.content .stars .star-5,
#star-5:checked~.content .stars .star-1,
#star-5:checked~.content .stars .star-2,
#star-5:checked~.content .stars .star-3,
#star-5:checked~.content .stars .star-4,
#star-5:checked~.content .stars .star-5 {
    color: #fd4
}

.wrapper .footer {
    border-top: 1px solid #ccc;
    background: #f2f2f2;
    width: 100%;
    padding: 0 20px;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer span {
    font-size: 17px;
    font-weight: 400
}

.footer .text::before {
    content: "Rate your experience"
}

.footer .numb::before {
    content: "0 out of 5"
}

#star-1:checked~.footer .text::before {
    content: "I just hate it"
}

#star-1:checked~.footer .numb::before {
    content: "1 out of 5"
}

#star-2:checked~.footer .text::before {
    content: "I don't like it"
}

#star-2:checked~.footer .numb::before {
    content: "2 out of 5"
}

#star-3:checked~.footer .text::before {
    content: "This is awesome"
}

#star-3:checked~.footer .numb::before {
    content: "3 out of 5"
}

#star-4:checked~.footer .text::before {
    content: "I just like it"
}

#star-4:checked~.footer .numb::before {
    content: "4 out of 5"
}

#star-5:checked~.footer .text::before {
    content: "I just love it"
}

#star-5:checked~.footer .numb::before {
    content: "5 out of 5"
}

input[type="radio"] {
    display: none
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif
}

.checked {
    color: #65a930
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.icon-bar {
    position: fixed;
    top: 90%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 20px
}

.icon-bar a:hover {
    background-color: #000
}

.goupnows {
    background: red;
    color: #65a930;
    left: 90%
}

.whatsapp {
    color: #fff
}

.tellnumber {
    color: #fff
}

.user-image {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ccc;
    font-size: 24px
}

.user-image span {
    color: #fff
}
.hero {
    /* background-color: #2563eb; */
    color: white;
    /* padding: 40px 20px; */
    text-align: center;
}