@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');

*,
ul,
li,
p,
h1, h2, h3, h4, h5, h6,
::after,
::before {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
    list-style: none;
}

.fs_10 {
    font-size: 10px;
}

.fs_12 {
    font-size: 12px;
}

.fs_14 {
    font-size: 10px;
}

.fs_18 {
    font-size: 18px;
    text-align:center;
}

.fs_20 {
    font-size: 20px;
}

.fs_24 {
    font-size: 24px;
}

.fs_35 {
    font-size: 30px;
}

.fs_50 {
    font-size: 50px;
}

.fs_90 {
    font-size: 90px;
}

a {
    text-decoration: none;
}

body {
    font-family: "Poppins", sans-serif;
    color: #000;
}


:root {
    --white: #fff;
    --theme: #f00a0a;
    --gray: #F9F9F9;
    --softtheme: #EEEEEE;
    --black: #000;
}

.bg_gray {
    background: #F6F6F6;
}

.icon_theme {
    background: var(--theme);
    width: 80px;
    margin: 0 auto;
    height: 80px;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c_point {
    cursor: pointer;
}

.width_80px {
    width: 80px;
}

.theme {
    color: var(--theme);
}

form .form-check-input:checked {
    background-color: var(--theme);
    border-color: var(--theme);
}

form .form-check-input:focus {
    border-color: #ff8e01;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(255, 142, 1, 0.2);
}

.theme_white_btn {
    border-radius: 52px;
    font-size: clamp(14px, 1vw, 16px);
    padding: 13px 44px;
    color: var(--theme);
    background-color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid white;
}

.theme_white_btn:hover {
    background-color: transparent;
    color: #fff;
}

/* header */
.header {
    width: 100%;
    background: url(../images/back_1.png);
    position: relative;
    z-index: 10;
    background-position: center;
}

.navbar {
    background: rgba(0, 0, 0, 0.5);
}

.navbar-nav.ms-lg-auto.mb-2.mb-lg-0 {
    display: flex;
    align-items: center;
}



.header::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    z-index: -1;
}

.navbar-brand {
    font-size: 43px;
    font-weight: 600;
    padding: 10px 0px;
}

.navbar .nav-link.slider_icon {
    font-size: 26px;
}

.header .nav-link {
    font-size: 17px;
    color: var(--white);
    text-decoration: none;
    transition: all 0.2s;
    margin: 0 22px;
    font-weight: 500;
}

.nav-link.active, .nav-link:hover {
    /* text-decoration: underline; */
    color: #fff !important;
    position: relative;
}

.nav-link.active::after {
    position: absolute;
    background: white;
    content: "";
    height: 10px;
    width: 10px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
}

.nav-link:hover.active {
    background: red;
    content: "";
    height: 10px;
    width: 10px;
    left: 0;
    bottom: 0;
    position: absolute;
}

.theme_btn {
    border-radius: 52px;
    font-size: clamp(14px, 1vw, 16px);
    padding: 13px 44px;
    color: #fff;
    background-color: var(--theme);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}



.theme_black_btn {
    border: 1px solid #000;
    border-radius: 12px;
    font-size: clamp(14px, 1vw, 16px);
    padding: 13px 44px;
    transition: all 0.3s ease;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.theme_black_btn:hover {
    background-color: var(--theme);
    border: 1px solid #ff8e01;
    color: #fff;
}

.line_height {
    line-height: 28px;
}

.theme_blank_btn {
    border-radius: 12px;
    font-size: clamp(13px, 1vw, 15px);
    padding: 7px 20px;
    color: #7f7f7f;
    text-decoration: none;
    font-weight: 500;
}

.bg_lights {
    background: #e8e8e8;
    color: #333;
    border: 1px solid #e8e8e8;
}

.profile_tab {
    font-size: 15px;
    color: #fff;
}

.pro_dropdown img {
    height: 57px;
    width: 57px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.pro_dropdown {
    background: var(--theme);
    border-radius: 100px;
    color: #fff;
    padding: 2px;
    padding-right: 18px;
}

.dropdown-menu {
    border: none;
    padding: 10px 10px;
    box-shadow: 0px 1px 16px #00000029;
    border-radius: 17px;
    right: 0 !important;
  left: auto;
    font-size: 14px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f00a0a;
    border-radius: 5px;
}

/* \ navbar */

/* \ login */
.login_back {
    background: url(../images/login_back.png);
    background-size: cover;

}

/* \ login end */


/* banner */
.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 100px);
    width: 100%;
}

.top_icons {
    position: absolute;
    width: 90%;
    z-index: 333;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}

.top_icons .scr_btn {
    border-radius: 7px;
    box-shadow: 0px 0px 10px #e8e8e8;
    background: #fff;
    padding: 28px 9px;
    font-size: 22px;
}

.first_heading {
    font-size: clamp(30px, 5vw, 62px);
    color: #000;
    font-weight: bold;
    margin-bottom: 0px;
}

.send_btn {
    font-size: 40px;
}

.second_heading {
    font-size: clamp(23px, 5vw, 46px);
    color: var(--theme);
    font-weight: 500;
    letter-spacing: -0.22px;
    margin-bottom: 0px;
}

.first_para {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    width: 70%;
    margin: 20px auto;
}


.store_link a {
    text-decoration: none;
}

.store_link a img {
    max-width: 201px;
    width: 10vw;
    min-width: 110px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.first_rside_img {
    max-width: 100%;
    position: relative;
    right: -20px;
    top: -25px;
}

/* \ banner */


/* \ categories end */

/* about_section */
.sub_heading {
    font-size: clamp(18px, 1.7vw, 26px);
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

.heading {
    font-size: clamp(25px, 3vw, 52px);
    color: var(--theme);
    font-weight: bold;
    margin-bottom: 15px;
}

.para {
    font-size: clamp(14px, 1vw, 15px);
    color: #54565A;
    line-height: 27px;
    font-weight: 400;
    opacity: 0.6;
}



/* \ about_section */


/* screen short */
.thre_items {
    box-shadow: 0px 1px 36px #0000001F;
    border-radius: 35px;
}

.thre_items p {
    font-size: 16px;
    line-height: 27px;
}

/* \ screen short */

.plans {
    padding: 20px 40px 40px;
    position: relative;
    background-color: transparent;
    z-index: 0;
}

.plans::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/shap.png) no-repeat center/100% 100%;
    filter: drop-shadow(0 0 10px #ddd);
    z-index: -1;
}

/* about page */
.abut_pages {
    background-color: #E3E3E3;
}

.about_page.header {
    min-height: auto;
}

.about_page p {
    font-size: 16px;
    line-height: 28px;
    color: #0d0d0d;
    font-weight: 400;
    margin-bottom: 28px;
    text-align: justify;
}

.about_page h2 {
    font-weight: 700;
}

.about_page_text img {
    float: right;
    padding: 0px 0px 60px 70px;
    max-width: 350px;
    width: 100%;
}

.border_bottom {
    border-bottom: 2px dashed #d0d0d0;
}


/* map */
.map {
    background: url('../images/map.png') no-repeat center / contain;
    min-height: clamp(50vh, 50vw, 70vh);
}

.map_dop .map_dorp_btn {
    background-color: transparent;
    border: none;
}

.map_dop .map_dorp_btn img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
}

.map_dop .drop_body {
    width: 100%;
    max-width: 350px;
    padding: 18px;
    box-shadow: 0px 1px 16px #00000029;
    border-radius: 10px;
    border: none;
}

.map_dop .drop_body h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.map_dop .drop_body p {
    font-size: 11px;
    color: #A2A2A2;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 20px;
}

.intersts li .checkbox-container:has(input:checked) {
    background-color: var(--theme);
    border-radius: 140px;
    color: #fff !important;
}

.intersts li label {
    box-shadow: 0px 3px 5px #00000029;
    border-radius: 140px;
    padding: 13px 30px;
    cursor: pointer;
    font-weight: 400;
}

/* .intersts {} */

.intersts li input {
    display: none;
}

.login_forms .dropdown-toggle::after {
    right: 25px;
    position: absolute;
    font-size: 26px;
    top: 30px;
}

.login_forms .dropdown button {
    width: 100%;
    text-align: left;
}

.login_forms .dropdown {
    border: none;
    height: 68px;
    padding: 10px 25px;
    box-shadow: 0px 3px 5px #00000029;
    border-radius: 100px;
    display: flex;
}

.check_drops .dropdown-menu {
    width: 90%;
    box-shadow: 0px 0px 9px #00000029;
    border-radius: 15px;
    border: none;
    background: #f1f1f1;
}

.login_forms .check_drops label {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding: 5px 0px;
    cursor: pointer;
}

.check_drops .form-check {
    padding-left: 15px;
}

.check_drops .form-check input[type="radio"] {
    position: absolute;
    height: 20px;
    width: 20px;
    right: 15px;
}

.logo_aprrove img {
    width: 220px;
    margin: auto;
}

.btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

/* \ map */

/* footer */
footer {
    background: url('../images/footer_banner.png') no-repeat center/cover;
}

footer p {
    color: white;
    font-size: 14px;
    line-height: 24px;

}

footer a {
    color: var(--white);
    font-size: 11px;
    font-weight: 500;
}

.footer_heading {
    font-size: 18px;
    margin-bottom: 20px;
    color: var(--white);
}

.footer_list {
    list-style-type: none;
}

.footer_list li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 35px;
}

.form-control {
    height: 42px;
    border: none;
    border-radius: 100px;
    box-shadow: 0px 3px 5px #00000017;
    resize: none;
}

.form-control::placeholder {
    font-size: 14px;
    opacity: 0.5;
    font-weight: light;
}

.foot_social_cions {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.foot_social_cions a {
    display: inline-block;
}

.foot_social_cions a img {
    height: 36px;
}

.footer_bottom {
    background-color: white;
}

.footer_bottom p {
    margin: 0px;
    padding: 20px 0;
    font-size: 16px;
    color: #000;
    text-align: center;
}

footer .form-group .form-control {
    background: #ffffff47;
    color: #fff;
}

footer .form-group .form-control::placeholder {
    color: #fff !important;
}

footer .form-group .form-control:focus {
    outline: none;
    box-shadow: none;
}


/*  \ footer */
/* modals design */
.login_as {
    padding: 48px;
}

.modal-content {
    border-radius: 25px;
    border: none;
}

.close_btn {
    position: absolute;
    right: 5px;
    color: red;
    cursor: pointer;
    font-size: 35px;
    top: 5px;
    font-weight: bold;
}

.title_modals h3 {
    font-style: 24px;
}

.logo_text {
    font-size: 49px;
    font-weight: 600;
}

.close_modals .modal-dialog {
    max-width: 600px;
}

.input_pins .pins {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-15px, 2px);
    font-size: 26px;
}
.dropdown-toggle::after {
	border-color: #fff transparent transparent transparent;
}
h1.fw-semibold.mb-3.fs_18 {
    text-align: center;
}
.form-control {
    border: navajowhite;
    height: 68px;
    padding: 10px 25px;
    box-shadow: 0px 3px 5px #00000029;
    border-radius: 100px;
    color: #bdbdbd;
  }

.up_load input {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.up_load {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px;
    width: 100%;
    height: 160px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

input.form-control::placeholder {
    opacity: .5;
}

.login_forms label {
    font-size: 16px;
    font-weight: 600;
}

.forgot span {
    cursor: pointer;
}

.left_arrow {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 35px;
}

.input_pins .pins {
    position: absolute;
    right: 6px;
    top: 55px;
    transform: translate(-30%, 10%);
    font-size: 20px;
}
.image_upload i {
    position: absolute;
    font-size: 23px;
    bottom: 0;
    right: calc(70% - 90px);
    background: var(--theme);
    color: #fff;
    padding: 7px;
    border-radius: 50%;
}

.image_upload {
    width: 152px;
}

.image_upload input {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}


/* appliance repair */
#create_request .image_upload .upload_icon {
    position: absolute;
    bottom: 50%;
    right: 50%;
    color: #fff;
    padding: 7px;
    transform: translate(50%, 50%);
    border-radius: 50%;
    font-size: 25px;
    width: 66px;
}

.white_box {
    box-shadow: 0px 3px 16px #00000029;
    border-radius: 12px;
    height: 130px;
    width: 100%;
    background: #fff;
}

/* appliance repair done */

/* history page  */

.history_tab .nav-link.active {
    text-decoration: none;
    color: #fff !important;
    background: var(--theme);
    opacity: 1;
}

.history_tab .nav-link {
    padding: 14px 50px;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    min-width: 150px;
    opacity: 0.5;
}

.request_list {
    box-shadow: 0px 2px 16px #00000029;
    border-radius: 14px;
}

.booking_images {
    max-width: 100%;
    width: 330px;
}

.pending {
    color: #F1DB1E;
}

.ongoing {
    color: #FF8E01;
}

.Completed {
    color: #476D06;
}

.pro_profile img {
    width: 80px;
}

.pro_names h5 span {
    cursor: pointer;
}

.green_back {
    background-color: #6D9E38;
    border: 1px solid #6D9E38;
}

.chat_provider button,
.chat_provider a {
    padding: 11px 23px;
    font-size: 14px;
}

.review_images {
    width: 130px;
    height: 130px;
    padding: 10px;
    object-fit: cover;
}

/* history page done  */
/* Payment page   */
.payments .form-check {
    display: flex;
    align-items: center;
    gap: 8px;
}

.radio_right {
    position: absolute;
    right: 30px;
    width: 35px;
    height: 35px;
    top: 32px;
}

.bank_card {
    cursor: pointer;
    box-shadow: 0px 1px 10px #00000029;
    border-radius: 11px;
    padding: 20px 16px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: .9375rem;
    background-color: var(--white);
    border: 5px solid transparent;
}

.form-check-input:checked+.form-check-label .bank_card {
    border: 5px solid var(--theme);
}

.bank_card img {
    width: 100%;
    max-width: 60px;
}

.bank_card h6 {
    font-size: 1.125rem;
    color: #000;
    line-height: 28px;
}

.bank_card h6 {
    font-size: 1.125rem;
    color: #000;
    line-height: 28px;
}

.bank_card h3 {
    opacity: 0.4;
    font-size: 15px;
}

.form-check-input:checked {
    background-color: var(--theme);
    border-color: var(--theme);
}

.label_form {
    font-size: 1.025rem;
    margin-bottom: 0.325rem;
    font-weight: 500;
    display: block;
}

.inputGroup {
    margin-bottom: 1rem;
    position: relative;
}

.inputGroup .input_left_ico {
    position: absolute;
    top: 50%;
    left: 26px;
    display: block;
    z-index: 2;
    font-size: 1.413rem;
    color: #707070;
    transform: translate(-50%, -50%);
}

.input_right_ico img {
    height: 1.3125rem;
}

.inputGroup .input_right_ico {
    position: absolute;
    top: 14px;
    right: 20px;
    display: block;
    z-index: 2;
}

/* .card_Select::after {
    content: "";
    height: 3px;
    width: 470px;
    position: absolute;
    background: #444;
    box-shadow: inset 220px 0px 180px -50px #FFF, inset -180px 0px 100px -50px #FFF;
    transform: rotate(90deg);
    left: 412px;
    bottom: 280px;
} */

/* payment page done  */
/* calls modal */
.bg_gray_btn {
    background: #ddd;
    padding: 11px;
    font-size: 28px;
    border-radius: 50%;
}

.bg_red_btn {
    background: red;
    padding: 11px;
    font-size: 53px;
    border-radius: 50%;
    color: #fff;
}

.voice_user {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.back_images>img {
    height: calc(100vh - 208px);
    object-fit: cover;
}

.voice_call .close_btn {
    right: 15px;
    font-size: 55px;
    top: 20px;
}

.video_user {
    right: 50px;
    bottom: 50px;
}

/* calls modal done  */
/* Profile page  */

/* profile style */
.pro_leftbar {
    border-radius: 15px;
    padding: 30px;
}

.pro_lb_head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pro_lg_img {
    width: 100%;
    max-width: 16rem;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
    border: 4px solid red;
    border-radius: 32px;
}


.pro_lg_img img {
    width: 100%;
    border-radius: 1.875rem;
    object-fit: cover;
}

.pro_lg_img .img_up_ico {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--theme);
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    z-index: 2;
    cursor: pointer;
}

.pro_lb_head h4 {
    font-size: 1.3125rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.pro_lb_head p {
    font-size: .75rem;
    color: #B5B5B5;
    margin-bottom: 0;
    line-height: .875rem;
}

.pro_tab_list {
    list-style-type: none;
}


.pro_tab_list .pro_link {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: .9375rem;
    box-shadow: 0px 0px 6px #00000014;
    border-radius: 10px;
    background-color: var(--white);
    text-decoration: none;
    color: var(--black);
    padding: 1.05rem;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.2s;
    color: --th;
}

.pro_tab_list .pro_link:hover {
    background-color: var(--soft_theme);
}

.pro_tab_list .pro_link.active {
    color: var(--white);
    background-color: var(--theme);
}

.pro_tab_list .pro_link i {
    font-size: 1.5625rem;
}

.pro_tab_list .pro_link img {
    max-width: 1.1875rem;
    width: 100%;
    height: 1.1875rem;
    object-fit: contain;
}

.pro_tab_list .pro_link.active img {
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}

.pro_tab_list .pro_link span {
    font-size: .875rem;
    font-weight: 500;
}

.pro_right_content {
    border: 1px solid #D1D0D0;
    padding: 30px;
    min-height: 100%;
}

.pro_heading {
    font-size: 18px;
    font-weight: 600;
}

.user_icons i {
    background: #ffe5cc;
    color: var(--theme);
    font-size: 23px;
    padding: 8px;
    border-radius: 50%;
}

.subs::after {
    position: absolute;
    content: "";
    height: 12px;
    width: 84%;
    background: var(--theme);
    top: -13px;
    left: 8%;
    z-index: -3;
    border-radius: 16px 16px 0px 0px;
}

.subs {
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 20px;
    margin-top: 110px;
    position: relative;
    z-index: 4;
}

.subs p {
    line-height: 28px;
    margin-top: 13px;
    font-size: 15px;
}

.plan_cost {
    box-shadow: 0px 3px 6px #00000029;
    height: 160px;
    width: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 10px;
    margin: 0 auto;
    margin-top: -120px;
    position: relative;
    background: #fff;
}

.plan_cost::after {
    position: absolute;
    content: "";
    height: 104%;
    width: 104%;
    background: var(--theme);
    z-index: -1;
    border-radius: 50%;
    top: -13px;
    left: -2%;
    box-shadow: 0px 3px 6px #00000029;
}

.buy_now.theme_btn {
    border-radius: 0px 0px 19px 18px;
    margin-top: -8px;
    width: 84%;
    position: relative;
    font-size: 20px;
}

.pro_right_content .card_Select::after {
    left: 268px;
}

/* Profile page done  */



/* professional section style */
.socials_login img {
    width: 50px;
}

.input_right_ico.right_country {
    left: 8px;
    right: auto;
    top: 16px;
}

.logo_pro {
    width: 85px;
}

.cards_delete .radio_right {
    right: 20px;
    width: 25px;
    height: 25px;
    top: 15px;
}

.cards_delete a {
    position: absolute;
    right: 13px;
    bottom: 30px;
    color: red;
}

.add_bank {
    border: 1px dotted #000;
}

.pro_dropdown .dropdown-item {
    padding: 8px 8px;
}

.pro_dropdown .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #eaeaea;
    padding-left: 12px !important;
    border-radius: 8px;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.15rem rgba(123, 121, 121, 0.77);
}

.select_arrow::after {
    height: 11px;
    width: 11px;
    content: "";
    z-index: 1111;
    right: 20px;
    top: 23px;
    position: absolute;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(45deg);
}

/* professional section style Done*/





.out_cta {
    background: transparent linear-gradient(270deg, #fff -10%, #F00A0A 60%, #FFF 110%) 0% 0% no-repeat padding-box;
    padding: 10px 0px;
    position: relative;
    z-index: 444;
}


.out_cta img {
    width: 100%;
    max-width: 260px;
    margin-top: -60px;
    position: relative;
    z-index: 1;
}

.out_cta h3 {
    color: #fff;
    font-size: 1.875rem;
}


/* users  */
.yellow_set {
    color: #ffcb2b;
}

.heart span {
    cursor: pointer;
}

.nav_tab_btns a {
    transition: all 0.2s ease;
}

.nav_tab_btns a:hover {
    transform: scale(0.96);
}

.nav_tab_btns a:active {
    transform: scale(0.96), translateY(1px);
}


/* users 1 */

.pic_details {
    position: absolute;
    background: url(./../images/shadow.png);
    width: 100%;
    bottom: 0;
    background-position: bottom center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: end;
    color: #fff;
    border-radius: 10px;
}

.profile_section {
    position: relative;
}

.profile_sub img {
    width: 25%;
    height: 100px;
}

.white_bg {
    background: #fff;
    color: #000;
    padding: 5px 9px;
    border-radius: 24px;
    display: inline-block;
    font-size: 11px;
}

.profile_section img {
    border-radius: 10px;
}


.about_pic::after {
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    border: 5px solid red;
    transform: rotate(7deg);
    border-radius: 20px;
    opacity: 0.2;
}

/* faqs */

.faqs .accordion-button {
    background: #f1f1f1;
    border: none;
    padding: 40px 30px;
    text-transform: uppercase;
    font-weight: 600;
    border-left: 6px solid #f00a0a;
    border-radius: 0px !important;
}

.faqs .accordion-button:focus {
    box-shadow: none;
}

.faqs .accordion-button:not(.collapsed) {
    background-color: #f1f1f1;
}

.arrow_up::after {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    right: 20px;
    bottom: 31px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
    z-index: 0;
}









/* swiper slider  */

.swiper#profile_slider {
    width: 100%;
    max-width: 450px;
}

#profile_slider .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
}

#profile_slider .swiper-slide .profile_section>img {
    display: block;
    width: 100%;
}

#profile_slider .swiper-button-next {
    right: -80px;
}

#profile_slider .swiper-button-prev {
    left: -80px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 22px;
    color: #fff;
    background: #000;
    width: 50px;
    border-radius: 50%;
    height: 50px;
    min-width: 50px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}





/* range slider style  */
.wrapper {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    padding: 0px;
    border-radius: 10px;
}

.container_stick {
    position: relative;
    width: 100%;
    /*! height: 100px; */
    margin-top: 0px;
    z-index: 3;
}

input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}

.slider-track {
    width: 100%;
    height: 5px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}

input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 5px;
}

input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 5px;
}

input[type="range"]::-ms-track {
    appearance: none;
    height: 5px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    background-color: #f00a0a;
    cursor: pointer;
    margin-top: -9px;
    pointer-events: auto;
    border-radius: 50%;
}

input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #f00a0a;
    pointer-events: auto;
    border: none;
}

input[type="range"]::-ms-thumb {
    appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #f00a0a;
    pointer-events: auto;
}

input[type="range"]:active::-webkit-slider-thumb {
    background-color: #ffffff;
    border: 1px solid #f00a0a;
}

.values {
    background: transparent;
    width: 100%;
    position: relative;
    margin: auto;
    padding: 20px 0;
    border-radius: 5px;
    text-align: center;
    font-weight: 300;
    font-size: 13px;
    color: #000;
    display: flex;
    justify-content: space-between;
}


div#cameraContainer {
    position: absolute;
}
#cameraContainer video{
    height: 157px;
    object-fit: cover;
}
#previewSelfie {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 12px;
}
.cross_prview i {
    right: 0;
    z-index: 3333;
    background: red;
    font-size: 24px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
}
.cross_prview {
    width: 100%;
    position: absolute;
    z-index: 2;
}
.cross_prview i {
    right: 0;
    z-index: 3333;
    background: red;
    font-size: 24px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    top: -70px
}
.cross_prview {
    width: 100%;
    position: absolute;
}


@media (min-width: 967px) {
.theme_btn:hover {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #000;
}
}

@media (min-width: 1900px) {
    .container {
        max-width: 1460px;
    }
}

@media (max-width: 1400px) {
    .header .nav-link {
        font-size: 20px;
        margin: 7px 30px;
        font-weight: 700;
        text-align: left;
        display: inline-block;
    }

    .logo_pro {
        width: 85px;
    }

    .socials a {
        font-size: 27px;
        width: 37px;
        height: 37px;
        min-width: 37px;
    }
}

@media (max-width: 991.98px) {
    #profile_slider .swiper-button-prev {
        display: none;
    }
    #profile_slider .swiper-button-next {
        display: none;
    }
    
    .header::after {
        background: rgba(0, 0, 0, 0.46);
    }
    .theme_btn {
        padding: 6px 17px !important;
    }
    .t_theme {
        font-size: 30px;
        color: #fff;
        font-weight: bold;
    }

    .login_as {
        padding: 28px 15px;
    }

    .logo_pro {
        width: 65px;
    }

    .chat_provider button,
    .chat_provider a {
        padding: 8px 17px;
        font-size: 14px;
        margin-bottom: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 100px;
    }

    .request_list h3 span {
        font-size: 12px;
    }

    .fs_50 {
        font-size: 33px;
    }

    .chat_provider {
        margin-left: auto;
        display: flex;
        justify-content: end;
        align-items: center;
        flex-wrap: wrap-reverse;
    }

    .terms p {
        font-size: 14px;
    }

    .pro_profile img {
        width: 60px;
    }

    #main_slider {
        padding-top: 20px;
    }

    .header {
        /*! background: #ececec; */
    }

    .pro_dropdown img {
        height: 47px;
        width: 47px;
    }

    .fs_14 {
        font-size: 13px;
    }

    .profile_tab {
        font-size: 15px;
    }

    .top_icons {
        opacity: 0;
    }

    .logo_text {
        font-size: 36px;
        font-weight: 600;
    }

    .form-control {
        height: 50px;
        font-size: 13px;
        appearance: none;
        -moz-appearance: none;
    }

    .login_forms label {
        font-size: 14px;
    }

    .forgot span {
        font-size: 14px;
    }

    .not_account {
        font-size: 11px;
    }

    .navbar-collapse,
    .navbar-collapse.collapsing {
        position: fixed;
        top: 0;
        left: -100%;
        background-color: var(--theme);
        z-index: 10;
        height: 100vh !important;
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: start;
        align-items: stretch;
        flex-direction: column;
        transition: all 0.2s ease-in-out;
    }

    .navbar-collapse.show {
        left: 0;
    }

    .nav-link.active, .nav-link:hover {
        text-decoration: underline;
        color: #fff !important;
    }

    .nav-link {
        color: #000;
        font-size: 14px;
    }

    .btm_logo img {
        max-width: 120px;
    }

    .navbar-toggler {
        border: 1px solid #fff;
    }

    .first_rside_img {
        right: 0;
        top: 0;
    }

    .navbar-brand {
        font-size: 30px;
        font-weight: 600;
        padding: 8px 0px;
    }

    .about_page.header {
        padding-bottom: 0px;
    }

    .theme_black_btn {
        border: 1px solid #000;
        border-radius: 12px;
        font-size: clamp(13px, 1vw, 15px);
        padding: 7px 20px;
    }



    .theme_btn {
        border-radius: 12px;
        font-size: clamp(13px, 1vw, 15px);
        padding: 7px 20px;
    }



    .store_link_btm p {
        width: 100% !important;
        float: left;
        margin-right: 23px;
    }

    .absolutes {
        position: relative;
        width: 100%;
        padding: 0px 40px;
        margin-bottom: 60px;
    }

    .menu_bar {
        font-size: 25px;
        color: #fff;
    }

    .screenshot_slider img {
        max-height: 500px;
        object-fit: contain;
    }

    .first_para {
        font-size: 14px;
        line-height: 26px;
        width: 100%;
    }
}

.col-md-6 > .mb-3 {
    height: 104px;
}

@media (max-width:767.98px) {
    .input_pins .pins {
        position: absolute;
        right: 6px;
        top: 45px;
        transform: translate(-30%, 10%);
        font-size: 18px;
    }
    label.form-label {
        font-size: 14px;
    }
    .out_cta img{
        margin-top: 20px;
    }
    .out_cta h3 {
        font-size: 20px;
        margin-top: 20px;
        text-align: center;
    }
    .rigth_box_chat {
        position: absolute;
        bottom: 0;
        left: 50%;
        z-index: 8;
        height: calc(100vh);
        width: 100%;
        transform: translate(-50%);
        border-right: 1px solid #FFF;
        border-left: 1px solid #FFF;
        display: none;
        background: #c1c0c0;
    }

    .iti__selected-flag {
        margin-left: 10px !important;
        height: 19px !important;
    }
    .pro_right_content {
        border: 1px solid #D1D0D0;
        padding: 15px;
    }

    .fs_18 {
        font-size: 13px;
    }


}

@media (max-width:567.98px) {
    .absolutes {
        padding: 0px 10px;
    }
}

/* \ media max-width */


input[type="text"] {
    -webkit-appearance: none;  /* Safari */
    -moz-appearance: none;     /* Firefox */
    appearance: none;          /* Standard for most modern browsers */
}

 /* Hide the default dropdown */
 input[type="text"]::-webkit-outer-spin-button,
 input[type="text"]::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
 }
 .con_details .text-black {
	word-break: break-all;
	display: block;
}

.up_load img.close-icon{
    opacity: 0;
}

.up_load.has-image img.close-icon {
    opacity: 1;
}