*,
ul,
li,
::after,
::before {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}


:root {
    --darktheme: #000000;
    --theme: linear-gradient(0deg, rgba(220, 224, 230, 1) 5%, rgba(200, 197, 187, 1) 95%);
    --softtheme: #ebebeb;
}

.bg_theme {
    background: var(--theme) !important;
}

.bgs_theme {
    background-color: var(--softtheme) !important;
}

.bgd_theme {
    background-color: var(--darktheme) !important;
}

.t_theme {
    color: var(--theme) !important;
}

.ts_theme {
    color: var(--softtheme) !important;
}

.td_theme {
    color: var(--darktheme) !important;
}

.bo_theme {
    border-color: var(--theme) !important;
}

.bos_theme {
    border-color: var(--softtheme) !important;
}

.bod_theme {
    border-color: var(--darktheme) !important;
}


/* top btn */
.topbar {
    padding: 10px 0px;
}

.topbar p {
    font-size: 16px;
    font-weight: 400;
    color: var(--darktheme);
    margin-bottom: 0;
    margin-right: auto;
}

.t_btn {
    padding: 15px 12px;
    font-size: 16px;
    background-color: #ffffff;
    color: var(--darktheme);
    text-decoration: none;
    border-radius: 8px;
    margin-left: 11px;
    line-height: 15px;
    display: inline-block;
}

/* \ top btn */

/* navbar */
.navbar {
    padding: 20px 0px;
}

.navbar-brand img {
    max-width: 328px;
    width: 100%;
}

.navbar .nav-link {
    color: var(--darktheme);
    padding: 0 0px !important;
    margin: 0 16px;
    font-size: 18px;
    font-weight: 600;
}

.navbar .nav-link.active {
    border-bottom: 2px solid black;
}

.nav_ico {
    font-size: 22px;
    padding: 0 0px !important;
}

.nvlobt {
    font-size: 16px;
    text-decoration: none;
    color: var(--darktheme);
    background-color: white;
    border: 2px solid var(--darktheme);
    width: 120px;
    height: 50px;
    border-radius: 10px;
    margin-left: 8px;
    transition: all 0.3s;
}

.nvlobt:hover {
    background-color: var(--softtheme);
    border-color: var(--softtheme);
}


.bell_ico {
    position: relative;
}

.bell_ico span {
    position: absolute;
    top: -11px;
    left: 50%;
    background-color: #8f8f8f;
    min-width: 18px;
    height: 18px;
    border-radius: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 12px;
    padding: 2px 5px;
    color: white;
}

.navuser {

    padding: 0 20px;
    text-decoration: none;
    color: var(--darktheme);

}

.navuser img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
}

.navuser h6 {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    padding-top: 8px;
    color: var(--darktheme);
}

/* \ navbar */

/* swiper slider css */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* \ swiper slider css */

/* first banner */
.first_banner .swiper-slide {
    background-color: var(--darktheme);
    background-image: url(../images/banner.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0px;
    width: 100%;
}

.bn_text h6 {
    font-size: 29px;
    font-weight: 400;
    color: white;
}

.bn_text h3 {
    font-size: 80px;
    font-weight: bold;
    color: white;
}


.mor_btn {
    text-decoration: none;
    color: var(--darktheme);
    background: var(--theme);
    min-width: 187px;
    height: 50px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 400;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.first_banner .swiper-button-next::after,
.first_banner .swiper-button-prev::after {
    color: #ffffff;
    font-size: 22px;
}

/* \ first banner */

/* heading_under */
.heading {
    font-size: 33px;
    color: var(--darktheme);
    font-weight: 600;
}

.heading_under {
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
}

.heading_under::after,
.heading_under::before {
    content: '';
    background-color: var(--softtheme);
    height: 5px;
    width: 55px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);
}

.heading_under::before {
    bottom: -20px;
    left: 45%;
    transform: translate(0%);
}

.cate_selc {
    width: 100%;
    border: none;
    font-size: 16px;
    line-height: 29px;
    padding: 0px 10px;
    background-color: var(--softtheme);
}

.cate_selc button.btn {
    padding: 15px 0px !important;
}

.cate_selc_list {
    border: none;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.175);
    padding: 20px;
}

.cate_selc_list a {
    font-size: 18px;
    font-weight: 400;
    color: var(--darktheme);
    text-decoration: none;
}

/* \ heading_under */

/* testimonial */
.testimonial_in {
    padding: 0 10px;
}

.test_cnt {
    padding: 14px 0 0 20px;
}

.test_img {
    border-radius: 170px;
    overflow: hidden;
    height: 70px;
    width: 70px;
}



.test_img {
    border-radius: 170px;
    overflow: hidden;
    height: 70px;
    width: 70px;
    box-shadow: 0 6px 15px #ccc;
}

.test_pro {
    display: flex;
}
.test_content {
    margin: 0 0 20px;
    background: url(../images/comas.png) no-repeat top left;
    padding: 26px 0 0;
    font-size: 13px;
    line-height: 23px;
    min-height: 220px;
}

.testimonial {
    background-color: #f5f6fa;
}

.testimonial .swiper-pagination-bullet {
    background: #d7dbdc;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 75px;
    margin: 0 5px;
    opacity: 1;
}

.testimonial .swiper-pagination-bullet-active {
    background: white;
    border: 1px solid var(--darktheme);
}

/* \testimonial */

/* footer */
footer {
    background: var(--theme);
    padding: 0 0 0px;
}

.footerin {
    background: #ffff;
    border-radius: 0 0 220px 220px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    padding: 70px 0 80px;
    background-image: url(../images/footer_bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}

.copy {
    color: var(--darktheme);
    text-align: center;
    padding: 44px 0 30px 0;
    position: relative;
}

.copy a {
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
}

.adress {
    background: var(--theme);
    margin: 0 0 21px;
    padding: 15px 10px;
    color: var(--darktheme);
    font-weight: 600;
    height: 55px;
    position: relative;
    font-size: 15px;
}

.adress figure {
    display: inline-block;
    margin: 0 10px 0 0;
}

img.ls {
    position: absolute;
    bottom: -10px;
    left: -2px;
}

.social_icon ul {
    list-style: none;
    padding: 25px 0;
}

.social_icon ul li {
    display: inline-block;
    margin: 0 8px 0 0;
}

.social_icon ul li a {
    color: #222;
    text-decoration: none;
}

.menu_list h6 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.menu_list ul {
    list-style: none;
    padding: 0;
    line-height: 34px;
}

.menu_list ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.menu_list form .form-group label {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 3px;
}

input.form-control {
    height: 46.28px;
    border-radius: 10px;
    border: none;
    opacity: 1;
    font-size: 15px;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.175);
}

.menu_list form .form-group textarea {
    width: 100%;
    height: 130px;
    border-radius: 6px;
    padding: 10px 10px;
    border: none;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.175);
    resize: none;
    margin-bottom: 20px;
}

/* \footer */


/* modal */
.modal_close {
    position: absolute;
    top: -2px;
    right: -2px;
    z-index: 1;
    color: red;
    font-size: 30px;
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
}

.log_side {
    height: 100%;
    background: var(--theme);
}

#login .card {
    background: var(--theme);
}
.log_side .title {
    font-size: 26px;
    font-weight: bold;
}

.ico_form_group {
    position: relative;
}

.ico_form_group i {
    position: absolute;
    top: 3px;
    left: 0;
    width: 40px;
    height: 40px;
    color: var(--darktheme);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: white;
}

.ico_form_group .form-control {
    box-shadow: none;
    border-bottom: 1px solid black;
    background-color: transparent;
    border-radius: 0;
    padding-left: 50px;
}

.ico_form_group .form_label {
    background-color: transparent;
    padding-left: 50px;
    opacity: 1 !important;
    color: var(--darktheme);
    top: -7px !important;
    font-size: 18px;
    font-weight: 500;
}

.ico_form_group::before {
    display: none;
}

.rem {
    display: flex;
    justify-content: start;
    align-items: center;
}

.rem span {
    width: 17px;
    height: 17px;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    position: relative;
    margin-right: 10px;
}

.rem span i {
    font-size: 12px;
    /* position: absolute;
	top: -6px;
	right: -6px;
	transform: rotate(-8deg); */
    display: none;
}

.rem input:checked+label span i {
    display: block;
}

.rem label {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 13px;
    cursor: pointer;
}

.rem a {
    font-size: 13px;
    color: var(--darktheme);
    text-decoration: none;
    margin-left: auto;
}


.log_btn {
    width: 100%;
    background-color: white;
    font-size: 20px;
    font-weight: 500;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: none;
    border-radius: 60px;
    color: var(--darktheme);
    margin: 10px 0;
}

.log_btn i {
    color: #ff4b26;
    margin-right: 10px;
}

.radio_group {
    font-size: 18px;
    font-weight: 500;

}

.radio_group label {
    display: flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
}

span.rcir {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 11px;
    padding: 12px;
}

.rcir i {
    font-size: 11px;
    color: #000;
    opacity: 0;
    transition: all 0.2s;
}

.radio_group input[type="radio"]:checked+label span i {
    opacity: 1;
}


/* .error{
    position: static;
    color: red;
} */

/* \modal */

/* block user modal */
.block_user_card {
    padding: 20px 40px;
}

.block_user_card h4 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 22px;
}

.block_user_card .radio_group {
    padding: 10px 15px;
}

.radio_group label {
    font-size: 20px;
    font-weight: 400;
}

/* block user modal */


/* vendor search */
.form-group label {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
}

.form-group .form-select {
    background-color: var(--softtheme);
    height: 44px;
    border: none;
}

.sub_btn {
    width: 100%;
    height: 44px;
    border-radius: 50px;
    background-color: var(--darktheme);
    color: white;
    font-size: 20px;
    font-weight: 400;
    border: none;

}


.form_range[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    width: 100%;
}

.form_range[type="range"]:focus {
    outline: none;
}

.form_range[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 13px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: var(--softtheme);
    border-radius: 25px;
    border: 0px solid #000101;
}

.form_range[type="range"]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -3.6px;
}

.form_range[type="range"]:focus::-webkit-slider-runnable-track {
    background: #000;
}

.form_range[type="range"]::-moz-range-track {
    width: 100%;
    height: 13px;
    cursor: pointer;
    animation: 0.2s;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: var(--softtheme);
    border-radius: 25px;
    border: 0px solid #000101;
}

.form_range[type="range"]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
}

.form_range[type="range"]::-ms-track {
    width: 100%;
    height: 13px;
    cursor: pointer;
    animation: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 39px 0;
    color: transparent;
}

.form_range[type="range"]::-ms-fill-lower {
    background: #000;
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

.form_range[type="range"]::-ms-fill-upper {
    background: #000;
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

.form_range[type="range"]::-ms-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 20px;
    border-radius: 7px;
    background: #000;
    cursor: pointer;
}

.form_range[type="range"]:focus::-ms-fill-lower {
    background: #000;
}

.form_range[type="range"]:focus::-ms-fill-upper {
    background: #000;
}

.ser_card {
    box-shadow: 0px 1px 4.9px 0.1px rgba(0, 0, 0, 0.24);
    padding: 50px;
    border-radius: 10px;
}

.range_box {
    box-shadow: 0px 1px 4.9px 0.1px rgba(0, 0, 0, 0.24);
    padding: 20px 10px;
    border-radius: 10px;
}


.range_box span {
    font-size: 20px;
    font-weight: 400;
}


.rat_star {
    min-height: 44px;
    background-color: var(--softtheme);
    border-radius: 5px;
    padding: 7px 10px;
    display: flex;
    justify-content: space-evenly;
}

.rat_star i {
    color: var(--darktheme);
    font-size: 24px;
    margin: 2px 5px;
}

.black_btn {
    background-color: var(--darktheme);
    color: white;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 150px;
    height: 44px;
    border-radius: 50px;
    text-decoration: none;
    margin-left: 10px;
}


/* rating box */
.card_rating {
    box-shadow: 0px 1px 4.9px 0.1px rgba(0, 0, 0, 0.24);
    padding: 15px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rc_img {
    max-width: 150px;
    width: 100%;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    margin-right: 13px;
}

.card_rating .card_body {
    width: 100%;
    text-align: left;
}

.rc_uname {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 20px;
    color: var(--darktheme);
    font-weight: 500;
}

.rc_uname i {
    margin-left: 5px;
}

.dark_star {
    color: var(--darktheme);
}

.light_star {
    color: #7f7f7f;
}

.rev_point {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 17px;
    color: #747474;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(153, 149, 149, 0.5);
}

.rev_point span {
    color: #747474;
}

.rev_point strong {
    font-weight: 600;
    color: #747474;
}

.card_rating h6 {
    font-size: 20px;
    font-weight: 600;
    color: #585858;
}

.card_rating p {
    color: #676767;
    font-weight: 400;
    font-size: 16px;
}

.rev_pa ul {
    justify-content: end;
}

.rev_pa a.page-link {
    border: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    width: 100%;
    height: 40px;
    color: #585858;
    font-size: 20px;
    font-weight: 600;
}

.rev_pa .page-item:last-child .page-link,
.rev_pa .page-item:first-child .page-link {
    border-radius: 10px;
    background: var(--theme);
    color: var(--darktheme);
}

/* \rating box */

/* \ vendor search */


/* inner banner */
.inner_banner {
    background: black url('../images/innerbanner.png') no-repeat center/cover;
    padding: 100px 0px;
    text-align: center;
    position: relative;
}

.toparrow {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);
}

.inner_title h2 {
    font-size: 60px;
    color: white;
    font-weight: 500;
}

.inner_title p {
    color: white;
}

.inner_title a {
    font-size: 18px;
    font-weight: 500;
    color: white;
    line-height: 35px;
    text-decoration: none;
}

/* \ inner banner */

/* Service Provider Profile and form carda  */
.left_card,
.right_card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.16);
    padding: 30px 20px 50px;
    text-align: center;
    height: 100%;
}

.left_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.right_card {
    padding: 30px 20px;
}

.left_card img {
    max-width: 300px;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.16);
    margin: auto 0px 30px;
}

.left_card h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    color: var(--darktheme);
}

.left_card small {
    font-size: 12px;
    font-weight: 400;
    line-height: 37px;
    color: #a3a3a3;
}

.left_card .stars i {
    font-size: 30px;
    margin: 5px 8px 0;
}

.left_card span {
    font: 16px;
    font-weight: 400;
    line-height: 37px;
    color: #a3a3a3;
}

.lc_btn {
    margin-bottom: auto;
}


.lc_btn,
.rc_btn {
    background: var(--theme);
    color: var(--darktheme);
    border-radius: 50px;
    width: 100%;
    height: 60px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    border: none;
}

.rc_btn {
    min-width: 173px;
    display: inline-flex;
    padding: 0 20px;
    width: auto;
}

.form_group {
    text-align: left;
}

.form_group label {
    font: 20px;
    font-weight: 400;
    line-height: 37px;
    text-align: left;
}

.form_group input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background-color: #f5f5f5;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.57);
    box-shadow: none;
}

.form_group textarea {
    width: 100%;
    height: 130px;
    border-radius: 10px;
    background-color: #f5f5f5;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.57);
    box-shadow: none;
    resize: none;
    border: none;
}

.ps_img {
    border-radius: 10px;
    border: none;
    box-shadow: 0 1px 16px 0px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    padding: 0;
    background: #000;
    position: relative;
}

.ps_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}
.card.ps_img {
    height: 400px;
}
.card.ps_img img {
    object-fit: contain;
}

.vid_play {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d2d3d1;
    font-size: 40px;
    text-decoration: none;
    transition: .3s ease all;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    background-color: white;
}

.ps_img:hover .vid_play {
    transform: scale(1.1);
}

.rev_buy_card {
    padding: 40px 0px;
    border-bottom: 1px solid #dde1e5;
    display: flex;
    justify-content: start;
    align-items: start;
}

.rev_buy_card:last-child {
    border: none;
}

.rbu_img {
    max-width: 70px;
    width: 100%;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 40px;
}

.rev_buy_card h4 {
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

.rev_buy_card h4 span {
    margin-left: 50px;
}

.rev_buy_card p {
    color: #5c6369;
    font-size: 18px;
    line-height: 33px;
}

.rev_buy_card a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
}

.rev_buy_card a img {
    margin-right: 10px;
}

.rev_textarea {
    width: 100%;
    height: 250px;
    border: 3px solid #c2c2c2;
    border-radius: 5px;
    resize: none;
    margin-top: 10px;
}

.view_more {
    border-radius: 50px;
    background: var(--theme);
    color: #000;
    text-decoration: none;
    height: 58px;
    max-width: 160px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-left: auto;
    margin-top: 20px;
}

.bm_btn {
    border-radius: 50px;
    background: #d72323;
    color: white;
    text-decoration: none;
    height: 48px;
    max-width: 130px;
    width: 100%;
    display: flex;
    justify-content: center;
    border: none;
    align-items: center;
    font-size: 17px;
    margin-left: 8px;
    margin-top: 20px;
}

/* \ Service Provider Profile and form carda  */

/* about images */
.side_img {
    width: 100%;
    border-radius: 70px;
    background-color: #000;
    overflow: hidden;
}

.side_img img {
    object-fit: cover;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}

.para {
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    color: #707070;
    word-spacing: 2px;
}

/* \ about images */

/* contact us  */
.para_small {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}

.cont_form {
    padding: 50px 25px;
    border-radius: 40px;
    background-color: #f6f6f6;
}

.cont_form .form-control {
    background-color: #fff;
    box-shadow: none;
}

.cont_form .text_control {
    width: 100%;
    height: 130px;
    border-radius: 10px;
    background-color: #fff;
    border: none;
    box-shadow: none;
    resize: none;
    padding: 20px 10px;
}

.gmap_iframe {
    width: 100%;
    height: 100%;
    min-height: 350px;
    border-radius: 40px;
}

/* \contact us  */


/* profile */

.profile_head {
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
}

.profile_tabs .nav-link {
    background-color: transparent;
    font-size: 17px;
    font-weight: 400;
    color: black;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px;
    height: 51px;
    border-radius: 8px;
    text-align: left;
    line-height: 20px;
    padding-left: 10px !important;
}

.profile_tabs .nav-link.active {
    background: var(--theme);
    color: black;
}

.profile_tabs .nav-link span {
    max-width: 38px;
    width: 100%;
    height: 38px;
    border-radius: 50%;
    border: 6px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    margin-right: 10px;
    color: white;
}

.profile_tabs .nav-link.active span {
    /*! border-color: white; */
    background: white;
    color: black;
}

.profile_tabs .nav-link span img {
    width: 60%;
}

.profile_tabs .nav-link span i {
    font-size: 14px;
    /*! color: white; */
    width: 21px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.porfile_body {
    background-color: white;
    padding: 16px;
    border-radius: 15px;
    height: 100%;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
}

.pro_heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.form-group {
    position: relative;
}

.form-group .fa-eye {
    position: absolute;
    top: 65px;
    right: 12px;
    cursor: pointer;
}

.form-group .pro_lable {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 6px;
    margin-top: 15px;
}


.update_btn {
    font-size: 16px;
    font-weight: 500;
    padding: 16px 51px;
    border-radius: 10px;
    border: none;
    text-decoration: none;
    background-color: #000;
    color: white;
    margin-top: 20px;
}

.ch_form .form-control {
    border: 1px solid #eeeeee;
    box-shadow: none;
}

/* vender block */
.user_ved {
    border-radius: 20px;
    width: 100%;
    padding: 15px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
    margin-bottom: 25px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.user_ved img {
    border-radius: 50%;
    max-width: 90px;
    width: 100%;
    height: 90px;
    object-fit: cover;
    margin-right: 15px;

}

.user_ved h4 {
    font-size: 20px;
    font-weight: 400;
    color: var(--darktheme);
}

.unb_btn {
    background: var(--theme);
    color: var(--darktheme);
    font-size: 18px;
    width: 160px;
    height: 52px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    text-decoration: none;
    margin-left: auto;
}

/* \ vender block */

/* \ profile */


.ico_form_group.error label.error {
    color: red;
    /* Change the color to your preferred color */
    font-size: 14px;
    margin-top: 4px;
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
}

.ico_form_group .fa-eye {
    left: auto;
    right: 0;
    background-color: transparent;
    cursor: pointer;
    top: 11px;
}

.sign_upload_img {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 14px 0px;
}

.sign_upload_img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #ddd;
    object-fit: cover;
    background-color: white;
}

.sign_upload_img input {
    display: none;
}

.sign_upload_img .up_img_btn {
    padding: 8px 15px;
    font-size: 14px;
    color: black;
    background-color: #ddd;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}

input:-internal-autofill-selected {
    background: none !important;
}


@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1220px !important;
    }
}

@media (min-width:1500px) {
    .container {
        max-width: 1470px !important;
    }

}

@media (max-width: 1399.98px) {
    .rc_img {
        max-width: 100px;
        height: 100px;
        margin-right: 10px;
    }

    .rc_uname {
        font-size: 16px;
    }

    .rev_point {
        font-size: 13px;
    }

    .card_rating h6 {
        font-size: 16px;
    }

    .card_rating p {
        margin-bottom: 0;
        font-size: 12px;
    }

    .mor_btn {
        min-width: 127px;
        height: 40px;
        font-size: 16px;
    }

    .bn_text h3 {
        font-size: 60px;
    }

    .bn_text h6 {
        font-size: 23px;
    }

    .heading {
        font-size: 28px;
    }

    .left_card .stars i {
        font-size: 20px;
        margin: 5px 5px 0;
    }

    .lc_btn,
    .rc_btn {
        height: 50px;
        font-size: 18px;
    }

    .vid_play {
        width: 60px;
        height: 60px;
        font-size: 32px;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
    }

    .footerin {
        border-radius: 0 0 130px 130px;
    }
}

@media (max-width: 1199.98px) {
    .navuser {
        width: 60px;
        display: inline-block;
        text-align: center;
    }

    .navuser img {
        width: 50px;
        height: 50px;
    }

    .navbar-collapse.collapse.show {
        display: flex !important;
    }
}

@media (max-width: 991.98px) {

    .left_card,
    .right_card {
        height: auto;
    }

    .bell_ico {
        width: fit-content;
        margin-left: 10px;
    }

    .topbar p {
        font-size: 14px;
    }

    .t_btn {
        padding: 11px 10px;
        font-size: 14px;
        ;
    }

    .navbar-brand img {
        max-width: 238px;
    }

    .navbar {
        padding: 10px 0px;
    }

    .bn_text h3 {
        font-size: 50px;
    }

    .test_img {
        height: 50px;
        max-width: 50px;
        width: 100%;
    }

    .navbar .nav-link {
        padding: 0 0px !important;
        margin: 0 11px;
        font-size: 16px;
        font-weight: 500;
    }

    .nvlobt {
        font-size: 16px;
        width: 100px;
        height: 40px;
        border-radius: 5px;
        margin-left: 8px;
    }
}

@media (max-width: 767.98px) {
    .rev_buy_card h4 {
        font-size: 14px;
    }
    .navbar-collapse.collapse.show {
        display: block !important;
    }

    .navuser {
        padding: 0;
    }

    .navbar {
        padding: 7px 0px;
    }

    .heading {
        font-size: 25px;
    }

    .heading_under::after,
    .heading_under::before {
        width: 45px;
    }

    .cate_selc {
        padding: 7px 10px;
    }

    .first_banner .swiper-slide {
        padding: 50px 0px;
    }

    .bn_text h6 {
        font-size: 20px;
    }

    .bn_text h3 {
        font-size: 30px;
    }

    .mor_btn {
        min-width: 127px;
        height: 35px;
        font-size: 14px;
    }

    .navbar-brand img {
        max-width: 200px;
        width: 100%;
    }

    .t_btn {
        padding: 10px 7px;
        font-size: 12px;
        border-radius: 5px;
        display: inline-block;
        margin-right: 6px;
    }

    .topbar p {
        font-size: 14px;
        font-weight: 400;
        color: var(--darktheme);
        margin-bottom: 5px;
        margin-left: auto;
        width: 100%;
        text-align: center;
    }

    .navbar .nav-link {
        padding: 0px 0px 0 !important;
        margin: 10px 4px 0px;
        font-size: 14px;
        font-weight: 400;
        display: inline;
    }

    .navbar .nav-item {
        padding: 5px 0px;
        width: 100%;
    }

    .nvlobt {
        font-size: 12px;
        border: 1px solid var(--darktheme);
        width: 100px;
        height: 40px;
        border-radius: 5px;
        margin-left: 0;
        margin-right: 10px;
    }

    .footerin {
        border-radius: 0 0 100px 100px;
        padding: 40px 0 60px;
    }

    .testimonial .swiper-pagination-bullet {
        width: 28px;
        height: 6px;
        border-radius: 3px;
    }

    .copy {
        padding: 40px 0 20px 0;
        font-size: 12px;
    }

    .menu_list h6 {
        font-size: 16px;
        font-weight: 500;
        margin: 20px 0 10px 0;
    }

    .menu_list ul li a {
        font-size: 14px;
    }

    .menu_list li {
        line-height: 26px;
    }

    .card_rating {
        display: block;
        text-align: center;
    }

    .ser_card {
        padding: 10px;
    }

    .inner_title h2 {
        font-size: 30px;
    }

    .inner_title a {
        font-size: 15px;
        line-height: 30px;
    }

    .inner_banner {
        padding: 40px 0px;
    }

    .toparrow {
        bottom: -12px;
    }

    .toparrow img {
        width: 90px;
    }

    .rev_buy_card {
        display: block;
        padding: 20px 0px;
    }

    .rbu_img {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .adress {
        font-weight: 400;
        font-size: 13px;
    }

    .view_more {
        height: 44px;
        max-width: 140px;
        font-size: 14px;
        border: none;
    }

    .rev_buy_card p {
        font-size: 14px;
        line-height: 22px;
    }

    .rev_buy_card a {
        font-size: 14px;
    }

    .side_img {
        border-radius: 20px;
    }

    .para {
        font-size: 13px;
        line-height: 23px;
    }

    .user_ved img {
        max-width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .user_ved h4 {
        font-size: 14px;
    }

    .unb_btn {
        font-size: 16px;
        width: 120px;
        height: 42px;
        font-weight: 400;
    }
}

@media (max-width: 575.98px) {
    .topbar {
        padding: 3px 0px;
    }

    .topbar p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .t_btn {
        padding: 5px 7px;
        font-size: 10px;
        margin-right: -2px;
    }

    .log_side .title {
        font-size: 16px;
    }

    .ico_form_group i {
        top: 7px;
        width: 35px;
        height: 35px;
    }

    .ico_form_group .form_label {
        padding-left: 46px;
        font-size: 15px;
    }

    .ico_form_group .form-control {
        padding-left: 44px;
    }

    .rem span {
        width: 15px;
        height: 15px;
    }

    .log_btn {
        font-size: 15px;
        height: 40px;
        margin: 10px 0;
    }

    .radio_group label {
        font-size: 16px;
    }

    span.rcir {
        width: 15px;
        height: 15px;
        padding: 10px;
    }

    .cate_selc {
        padding: 0px 11px;
    }

    .cate_selc_list a {
        font-size: 14px;
    }

    .cate_selc_list {
        padding: 5px;
    }

    .para_small {
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
        text-align: justify !important;
    }

    .cont_form {
        padding: 30px 15px;
        border-radius: 10px;
    }

    .gmap_iframe {
        min-height: 300px;
        border-radius: 10px;
    }

    .rbu_img {
        max-width: 70px;
        height: 70px;
    }

    .rev_buy_card h4 {
        font-size: 16px;
    }

    .vid_play {
        width: 50px;
        height: 50px;
        font-size: 26px;
        top: calc(50% - 25px);
        left: calc(50% - 25px);
    }

    .block_user_card {
        padding: 20px 20px;
    }

    .form-group .pro_lable {
        font-size: 14px;
    }

    input.form-control {
        font-size: 13px;
        ;
    }

    .left_card img {
        max-width: 200px;
    }

}