* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Inter", sans-serif !important;
}

.mainHeader {
    background: #fff;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 0px 65px;
    box-shadow: 3px 0px 10px #00000029;
    transition: all 0.3s ease;

}

.logo_img {
    width: 150px;
}

.mainHeader .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    gap: 10px 55px;
}

.mainHeader .request_btn {
    font-style: italic;
    font-size: 18px;
    background-color: #000 !important;
    padding: 12px 30px !important;
    color: #fff !important;
    border-radius: 12px !important;
}

.mainHeader .navbar-nav .nav-link {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

.mainHeader .login_btn {
    font-style: italic;
    font-size: 18px;
    background-color: #F8861E !important;
    padding: 12px 30px !important;
    color: #fff !important;
    border-radius: 12px !important;
}

.mainHeader .gaP_2 {
    gap: 10px;
}

.location_div {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 10px;
}

.location_div img {
    width: 24px;
    filter: brightness(0) saturate(100%) invert(10%) sepia(62%) saturate(5655%) hue-rotate(271deg) brightness(104%) contrast(93%);
}

.deltxt {
    line-height: 10px;
}

.deltxt label {
    color: #727272;
    font-size: 16px;
}

.deltxt .form-select {
    border: 0px;
    font-size: 18px;
    padding-block: 2px 0px;
    padding-left: 0px;
}

.form-control:focus {
    border: 0px solid #76747A99 !important;
    border-color: #6b6b6b8a !important;
    box-shadow: 0 0 0 .0rem rgba(13, 109, 253, 0) !important;
}

.btn:focus {

    border-color: #EAEBED;
    box-shadow: 0 0 0 .0rem rgba(13, 109, 253, 0) !important;
}

.main_banner {
    background-image: url('../img/Landing/Group\ 3739.png');
    width: 100%;
    padding: 65px 65px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.main_bnr_txt h1 {
    font-size: 69px;
    color: #611C98;
    margin-bottom: 20px;
}

.main_bnr_txt p {
    font-size: 22px;
    color: #000000b3;
    margin-bottom: 0;
    line-height: 30px;
}

.btn_pair {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom_1 {
    font-style: italic;
    font-size: 16px !important;
    background-color: #F8861E !important;
    padding: 12px 30px !important;
    color: #fff !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
}

.custom_2 {
    background-color: #611C98 !important;
}

.main_bnr_img {
    width: 100%;

}

.why_choose_sec {
    padding: 80px 65px;
}

.why_txt h5 {
    font-size: 28px;
    color: #F8861E;
    font-weight: 500;
}

.why_txt h6 {
    font-size: 36px;
    color: #611C98;
    font-weight: 600;
}

.why_txt p {
    font-size: 18px;
    color: #6e6e6db1;
    line-height: 24px;
    font-weight: 300;
}

.why_cards {
    background: #FFFFFF;
    border: 1px solid #7070705A;
    border-radius: 12px;
    padding: 25px 20px;
    overflow: hidden;

    min-height: 100%;
}

.why_cards:hover {
    background-image: url('../img/Landing/Group\ 8635.png');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: default;

}

.why_cards img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    margin-bottom: 20px;
}



.why_cards h6 {
    font-size: 26px;
    color: #611C98;
    font-weight: 600;
}

.why_cards p {
    font-size: 16px;
    color: #7A7A7A;
    font-weight: 300;
    line-height: 22px;
}

.why_cards:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7490%) hue-rotate(89deg) brightness(101%) contrast(97%);
}

.why_cards:hover h6 {
    color: #fff;
}

.why_cards:hover p {
    color: #fff;
}

.service_sec {
    padding: 80px 65px;
    background-color: #F8F9FA;
}

.service_card {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: default;
    min-height: 400px;
    display: flex;
    align-items: end;
    border-radius: 30px;
    padding: 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.service_card1 {
    background-image: url('../img/Landing/Component\ 92\ –\ 8.png');
}

.service_card2 {
    background-image: url('../img/Landing/Component\ 92\ –\ 9.png');
}

.service_card3 {
    background-image: url('../img/Landing/Component\ 92\ –\ 10.png');
}

.service_card4 {
    background-image: url('../img/Landing/Component\ 92\ –\ 11.png');
}

.service_txt h1 {
    font-size: 32px;
}

.service_txt p {
    font-size: 16px;
    line-height: 20px;
}

/* hidden by default */
.service_txt p,
.service_txt button {
    display: none;

}

.service_absout {
    background-color: transparent;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
}

.service_txt {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-start;
    height: 100%;
    padding: 25px;
}

.service_card:hover .service_absout {
    background-color: #00000028;
}

.service_card:hover .service_txt p,
.service_card:hover .service_txt button {
    animation: fadeUp 0.4s ease forwards;
    display: block;
}

/* animation */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about_sec {
    background-image: url('../img/Landing/Group\ 8635.png');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: default;
    padding: 65px;

}

.about_txt2 h5 {
    color: #ffffffc2;
    font-size: 24px;
}

.about_txt2 h6 {
    color: #fff;
    font-size: 36px;
}

.about_txt2 p {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
}

/* 
custom Accordion  */


.box p {
    margin: 0px;
    display: flex;
    font-size: 24px;
    font-weight: 500;
    align-items: center;
    color: #000;
}

details {
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
}

details>p {
    padding: 20px;
    border: 1px solid #F6F6F6;
    margin: 0px;
}

summary {

    border-radius: 15px;
    cursor: pointer;
    padding: 20px 20px 20px;
    background-color: #F6F6F6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

summary::marker {
    content: "";
}

.plusminus {
    position: relative;
    width: 1rem;
    height: 1rem;
}

.plusminus::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 1rem;
    background-color: #000;
    left: 50%;
    transform: translateX(-50%);
}

.plusminus::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 3px;
    background-color: #000;
    top: 50%;
    transform: translateY(-50%);
}

details[open] .plusminus::before {
    width: 0;
    height: 0;
}

details[open] summary {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-bottom: 0px;
}

.contxt {
    background-color: #F6F6F6 !important;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    color: #4D4D4D !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    padding-top: 0px !important;
    padding-left: 85px;
}

.ques_icons {
    font-size: 30px;
    background: #F8861E;
    color: #fff;
    /* padding: 3px 10px; */
    border-radius: 50px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
}

/* 
custom Accordion  */





.trust_client_sec {
    padding: 50px 0px;
    margin-top: 50px;
    background-color: #F8861E;
}

.trust_txt h1 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}

.trust_txt p {
    font-size: 16px;
    font-weight: 300;

    color: #fff;
}

.trust_client_sec {
    overflow: hidden;
}

.trust_client_sec .base-template__wrapper {
    max-width: 100dvw;
    padding-bottom: 50px;
}


.trust_client_sec .swiper {
    width: 100%;
}

.trust_client_sec .swiper-wrapper {
    transition-timing-function: linear !important;
}


.base-template__content {
    margin-top: 35px;
}

.trust_client_sec .horizontal-ticker {
    margin: 0 -20px;
    display: flex;
    flex-direction: column;
    row-gap: 1.85vw;
}

.trust_client_sec .horizontal-ticker__slide {
    position: relative;
    width: 34vw;
    /* aspect-ratio: 500 / 205; */
    border-radius: 10px;
    overflow: hidden;

}

.swiper-slide .quotaion_iconimg {
    width: 50px !important;
    margin-bottom: 20px;
}

.client_profile_div {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 20px;
}

.client_profile_div img {
    width: 62px;
    height: 62px;
    border-radius: 50px;
}

.trust_card p {
    margin: 0;
    color: #666D80;
}

.client_profile_txt h6 {
    font-size: 20px;
    margin-bottom: 5px;
}

.client_profile_txt p {
    color: #000000;
    font-size: 14px;
    font-style: italic;

}

.trust_card {
    background: #FFFFFF;
    border-radius: 25px;
    padding: 20px 25px;
    height: 280px;
}

footer {

    background-color: #611C98;
}

.footer_row_div {
    padding: 50px 65px;
}

.mail_footer_txt {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.footer_img_div p {
    font-size: 24px;
    color: #fff;
    font-weight: 200;
    letter-spacing: 1.92px;
}

.footer_img_div img {
    width: 45px;
}

.footer-links li {
    margin-bottom: 15px;
}

footer li {

    letter-spacing: 1.44px;
    color: #FFFFFF;
    font-size: 18px;

    text-decoration: none;
}

.footer-links a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer-links a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

footer .fw_semibold {
    font-size: 20px;
    letter-spacing: 1.6px;
}

.playstoreimg img {
    width: 155px;
}

.donloapptxt {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1.92px;
}

.download_div {
    padding-left: 60px;
    margin-top: 10px;
}

.copytxt {
    font-size: 18px;
    font-weight: 300;
}

.custom_requestmodal .modal-content {
    border: 1px solid #707070;
    border-radius: 24px
}

.step_div {
    min-height: 75px;
    padding-inline: 80px;
    width: 100%;
}

.step_div .progress-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
    margin: 0px 20px;
}

.step_div .progress-bar-back,
.step_div .progress-bar-front {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 100%;
    border: none;
    margin: 0;
}

.step_div .progress-bar-back {
    background-color: #ABB7C2;
    z-index: 1;
}

.step_div .progress-bar-front {
    background: #F8861E;
    /* purple gradient */
    width: 0%;
    z-index: 2;
    transition: width 0.5s ease;
    opacity: unset;
}

.step_div .step {
    width: 25px;
    height: 25px;
    background-color: #ABB7C2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 8px solid #ABB7C2;
    color: #999;
    position: relative;
    z-index: 3;
    transition: all 0.4s ease;
}

.step_div .step.done {
    background-color: #f88920;
    border-color: #f88920;
    color: #f88920;
}

.step_div .step.active {
    background-color: white;
    border: 5px solid #f88920;
    color: #5955D1;
    box-shadow: 0 0 0 4px rgba(248, 136, 32, 0.418);
}

.step_div .step-label {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 250px;
}

.step_div .step-title {

    margin: 0;
    font-size: 14px;
    color: #ABB7C2;
}

.step_div .step-sub {
    margin: 0px 0 0;
    font-size: 0.82rem;
    font-weight: 400;
    color: #ABB7C2;
}



.step_div .step.done .step-title {
    color: #F8861E;
}

.step_div .step.active .step-title {
    color: #F8861E;
    font-weight: 300;
    font-size: 14px;
    padding-top: 4px;
}

.step_div .step:not(.done):not(.active) .step-title {
    color: #999;
}

.step-icon {
    display: none;
    font-size: 16px;

}

/* show icon ONLY when done */
.step.done .step-icon {
    display: block;
}

/* hide icon on active step */
.step.active .step-icon {
    display: none;
}

/* label styles */
.step-label.done {
    color: #fff;
    opacity: 0.7;
}

.step-label.active {
    color: #000;
    font-weight: 600;
}

.input_group .select2-container {
    width: 100% !important;
}

.select2-results__option {
    font-size: 13px !important;
    padding: 11px 15px !important;
    cursor: pointer !important;
}

.select2-dropdown {
    z-index: 12 !important;
}

.bg_month {
    background: #FF8A44;
    color: #fff !important;
    font-weight: 600 !important;
}

.file_inp {
    padding: 11px 18px !important;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    position: absolute;

    width: 26px;
}

.select2-search__field:focus-visible {
    outline: 0px !important;
}

.select2-search__field {
    font-size: 14px;
    font-weight: 400;
    padding: 8px !important;
    border-radius: 5px !important;
}

.select2-container .select2-selection--single {
    height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px !important;
    font-size: 14px !important;
    font-weight: 400;
}

.select2-results__option:hover {
    background-color: #f8871e1f !important;
    color: #F8861E;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 8px .75rem !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px !important;
    font-weight: 400;
    color: #808080 !important;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 8px 20px 8px 10px !important;
    background-color: #dbdada63 !important;
    color: #434343 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.select2-container--default .select2-selection--multiple {
    border: solid #6b6b6b8a 1px !important;
    border-radius: 8px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 0px solid #aaa !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999 !important;
    cursor: pointer;
    font-size: 19px !important;
    font-weight: 300 !important;
    padding: 0 4px;
    position: absolute;
    right: 0;
    top: 3px !important;
    height: 35px !important;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 45px !important;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #6b6b6b8a 1px !important;
    outline: 0;
}

.input_group .select2-container {
    z-index: 2 !important;
    width: 100% !important;
}

/* .select2-container {
    z-index: 2 !important;
    
} */

.select2-container--default .select2-selection--single {
    border: 1px solid #6b6b6b8a !important;
    border-radius: 8px !important;
}

.input_group {
    margin-bottom: 16px;
}

.form-control {
    height: 42px;
    font-size: 16px;
    font-weight: 400;
}


.input_group .form-control {
    height: 45px;
    border: 1px solid #6b6b6b8a !important;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
    color: #808080 !important;

}

.input_group .form-control::placeholder {
    color: #808080 !important;
    font-size: 14px;
}



.input_group label {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 6px;
}

.cancel_btn {
    background-color: #7070705D !important;
    color: #707070 !important;
}

.req_next_btw {
    justify-content: space-between;
}

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

.d_flex {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.queries_cards {
    background: #FFFFFF;
    border: 1px solid #70707072;
    border-radius: 16px;
    padding: 15px;
}

.queries_cards_div h4 {
    font-size: 18px;
    color: #000000;
    margin: 0;
    font-weight: 600;
}

.queries_cards_div h6 {
    font-size: 14px;
    color: #000000;
    margin: 0;
    font-weight: 400;
    margin-top: 8px;
}

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

.head_h6 {
    color: #611C98;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 16px;
    margin: 0;
}

.add_ress {
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    background: #611C98;
    border-radius: 8px;
    padding: 12px 30px;
    width: fit-content;
    margin-bottom: 0px;
}

.delivey_tyepradio {
    display: flex;
    gap: 10px;
    font-size: 14px;
}

.paymth_P {
    color: #0982FF;
    font-size: 14px;
    margin-block: 8px 10px;
}

.review_card {
    background: #F5F5F5;
    border: 1px solid #DEDEDE;
    border-radius: 16px;
    padding: 20px;
}

.pikup_txt {
    margin-bottom: 20px;
}

.pikup_txt h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.pikup_txt p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}

.primary_btn {
    background-color: #0982FF !important;
}

.cngmodalhead {
    display: flex;
    gap: 10px;
}

.cngmodalhead i {
    font-size: 40px;
    color: #1862d6;

}

.cngmodalhead .bi::before,
.cngmodalhead [class*=" bi-"]::before,
.cngmodalhead [class^=bi-]::before {
    vertical-align: 0px !important;
}

.custom_cnftxt h6 {
    font-size: 26px;
    font-weight: 600;
    color: #579B08;
    margin: 0;
}

.custom_cnftxt p {
    font-size: 14px;
    font-weight: 300;
    color: #6D6D6D;
    margin: 0;
}

.custom_radius .modal-content {
    border-radius: 30px !important;
}

.pickup_sedule_modal .modal-header {
    align-items: flex-start !important;
}

.pickup_sedule_modal .modal-dialog {
    max-width: 580px !important;
}

.it_seduleP {
    padding: 10px;
}

.it_seduleP p {
    font-size: 14px;
    font-style: italic;
    margin: 0;
}

.stat-box h2 {
    font-size: 64px;
    letter-spacing: 5.12px;
    font-weight: 600;
    color: #fff;

}

.stat-box p {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 3.92px;
}

.del_flex_card {
    display: flex;
    gap: 8px;

}

.del_flex_card i {
    font-size: 20px;
    color: #28A745;

}

.step_txtp_h6 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
    margin-top: 2px;
    display: flex;
    align-items: center;

    text-wrap: nowrap;
}

.step_txtp {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;
    padding-right: 10px;
}

.time_steptxt {
    margin: 0;
    font-size: 10px;
    font-weight: 300;
    color: #707070;
    margin-bottom: 0px;
}

.lineorder {
    border: 0.5px dashed #bdbdbd;
    width: 100%;
    margin: 0 0px 0px 6px;
}

.order_stesp_row .col-lg-4 {
    padding-left: 0;
    padding-right: 5px;
}

.order_stesp_row {
    padding: 20px 15px;
    overflow: hidden;
    overflow-x: auto;
}

.delted_json {
    margin-top: -60px;
    margin-bottom: -30px;
}

.dltmodle .lotto_div dotlottie-wc {
    width: 100%;
    height: 250px;



}

.dltmodle .btn-close {
    position: relative;
    z-index: 1;
}

.order_stesp_row::-webkit-scrollbar {
    height: 3px;
}

.order_stesp_row::-webkit-scrollbar-thumb {
    background: #bdbdbd;
    border-radius: 10px;
}

.del_flex_card .bi::before,
.del_flex_card [class*=" bi-"]::before,
.del_flex_card [class^=bi-]::before {
    vertical-align: 5px !important;
}


.contact_sec {
    padding: 80px 150px;
    background-image: url('../img/Landing/Group\ 3739.png');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact_head h1 {
    font-size: 67px;

}

.contact_head p {
    font-size: 27px;
    color: #000000b1;
}

.contact_div {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px #00000029;
    border: 1px solid #FFFFFF46;
    border-radius: 35px;
    padding: 35px 65px;
}

.contact_mail p {
    font-weight: 400;
    color: #000;
    font-size: 20px;
}

.contact_mail img {
    width: 24px;
    padding-top: 4px;
}

.contact_mail .mail_footer_txt {
    gap: 10px;
}

.contact_txt h2 {
    font-size: 60px;
}

.input_group .textarea_input {
    min-height: 100px !important;
}

.contact_txt {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.contact_mail .locaionpin {
    font-size: 24px;
}

.profile_sec {
    padding: 80px;
}

.profli_head {
    font-size: 67px;
}

.custom_profilenavtab .nav-link {
    border: 1px solid #707070 !important;
    border-radius: 8px !important;
    margin-bottom: 5px !important;
    padding: 12px !important;
    color: #76747A !important;
    letter-spacing: 0.14px !important;
}

.custom_profilenavtab .nav-link.active {
    border: 1px solid #FF8A44 !important;
    background: #FF8A44 !important;
    color: #fff !important;
}

.profile_navtb_div {
    border: 1px solid #70707096;
    border-radius: 8px;
    padding: 20px;
}

.profile_navtb_div2 {
    border: 1px solid #70707096;

    padding: 20px;
    border-radius: 22px;
}

.btn_smedits {
    background: #0B82FF !important;
    border-radius: 8px !important;
    padding: 10px;
    width: 45px !important;
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

}

.btn_smdelete {
    background: #FF0B0B !important;
    border-radius: 8px !important;
    padding: 10px;
    width: 45px !important;
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.btn_smedits img,
.btn_smdelete img {
    width: 24px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(38deg) brightness(104%) contrast(102%);
}

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

.head_divs h5 {
    font-size: 26px;
    margin: 0;
}

.mange_profileadrss_div .queries_cards_div h6 {
    font-size: 16px;
    color: #000000;
    margin: 0;
    font-weight: 400;
    margin-top: 8px;
}

.mange_profileadrss_div .queries_cards_div h4 {
    font-size: 20px;
    color: #000000;
    margin: 0;
    font-weight: 600;
}

.mange_profileadrss_div {
    padding: 20px;
}

.jstyfy_end {
    justify-content: end;
}

.order_pagtabs .nav-link {
    color: #000000;
}

.order_pagtabs .nav-link:hover {
    color: #000000;
}

.order_pagtabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #F8861E;
    background-color: #fff !important;
    border-bottom: 3px solid #F8861E;
    border-radius: 0px;
}

.my_order_table th {
    padding: 14px 20px;
    font-size: 18px;
    font-weight: 500;
    background-color: #706f7012;
}

.my_order_table th:first-child {
    border-radius: 23px 0px 0px 0px;
}

.my_order_table th:last-child {
    border-radius: 0px 23px 0px 0px;
}

.my_order_table {
    width: 100%;
}

.my_order_table td {
    padding: 14px 20px;
    font-size: 20px;
    font-weight: 400;
}

.all_orderhead {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 25px;
}

.grn_coup {
    color: #28A745 !important;
}

.order_flex h5 {
    margin-bottom: 5px;
    font-size: 24px;
}

.rating-card .stars {
    background: #f0f0f0;
    border-radius: 10px;
    padding: 18px;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.rating-card .star {
    font-size: 26px;
    cursor: pointer;
    color: #b5b5b5;
    transition: color 0.2s;
}

.rating-card .star.filled {
    color: #ffc107;
}

.order_flex {
    display: flex;
    gap: 20px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 15px;
}

.rating-card {
    border-bottom: 2px dashed #ddd;
    padding-bottom: 25px;
}

.order_pagtabs .nav-pills {
    gap: 20px;
}

.view_chats1 {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 16px;
    padding: 15px;
}

.query_card {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #70707074;
    border-radius: 16px;
    padding: 25px;
}

.qurydate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #F8861E;
    font-size: 22px;
}

.qurydate span {
    color: #A2A2A2;
}

.status_queris {
    border: 1px solid #FF9607;
    border-radius: 27px;
    width: fit-content;
    padding: 8px 30px;
    color: #FF9607;
    font-size: 14px;
    cursor: pointer;
    font-weight: 300;
}

.query_card p {
    font-size: 14px;
    margin: 0;
    font-weight: 300;
}

.delt_btn_pair {
    gap: 10px;
    display: flex;
    justify-content: center;
}

.btn_cancel2 {
    background-color: #EBEBEB !important;
    color: #3D3E3E !important;

}

.btn_deletes2 {
    background-color: #CB0B04 !important;
    color: #fff !important;

}

.dltmodle .modal-dialog h6 {
    font-size: 23px;
}


.date_queris {
    color: #A2A2A2;
}

.quer6 span {
    font-weight: 500;
    font-size: 16px;
}

.quer6 {
    font-weight: 200;
    font-size: 14px;
}

.height_orderdiv {
    height: 500px;
    overflow-y: auto;
}

.custom_rows_scroll {
    flex-wrap: nowrap !important;

}

.disabletxt i {
    color: #b3b2b2;
}

.step_deltails {
    width: 100%;

}

.profile-dropdown {
    position: relative;
}

.profile-btn {
    border: none;
    background: none;
    padding: 0;
}

.profile-btn img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
}

/* dropdown box */

.profile-menu {
    width: 220px;
    border-radius: 15px;
    padding: 15px !important;
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: -150px !important;
    top: 70px !important;
}

/* dropdown arrow */

.profile-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 25px;
    width: 20px;
    height: 20px;
    background: white;
    transform: rotate(45deg);
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.05);
}

/* menu items */

.profile-menu .dropdown-item {
    font-size: 16px;
    color: #666 !important;
    padding: 10px 15px;
    border-radius: 8px;
}



.profile-menu .logout-btn {

    color: #666 !important;
    border-radius: 10px;
    padding: 12px 20px !important;

}

.profile-menu .logout-btn:hover {
    background: #e60000 !important;
    color: #fff !important;
}

.profile-menu .dropdown-item.active,
.profile-menu .dropdown-item:active {
    background-color: #FF8A44 !important;
    color: #fff !important;
}

.social_img {
    padding-left: 15px !important;
    display: flex;
    align-items: center;
    gap: 10px;
}


.social_div {
    border: 1px solid #fff;
    border-radius: 50px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_div:hover {
    background-color: #fff
}

.social_div:hover img {
    filter: brightness(0) saturate(100%) invert(21%) sepia(76%) saturate(3611%) hue-rotate(354deg) brightness(97%) contrast(91%);
}

.hover_imd2 {
    display: none;
}

.change_imges:hover .hover_imd2 {
    display: block;
    filter: none !important;
}

.change_imges:hover .hover_imd1 {
    display: none;
    filter: none !important;
}

.view_pin {
    background-color: #76747A !important;
    font-size: 14px !important;
    color: #fff !important;
    font-style: italic !important;
}

.deltxt .select2-container--default .select2-selection--single {
    border: 0px !important;
}

.deltxt.input_group .select2-container {
    width: 80% !important;
    z-index: 10 !important;
}

.offer_modal {
    position: relative;
}

.offer_modal .img_box {
    position: absolute;
    right: -118px;
    bottom: 118px;
}

.offer_modal .modal-content {
    border-radius: 15px;
    overflow: hidden;
}

.exp_h2 {
    color: #611C98;
    font-size: 45px;
    font-weight: 600;
    margin-top: 62px;
}

.offer_modal .top-banner {
    background: #6a1b9a;
    height: 90px;
    position: relative;
}

.offer_modal .special-offer {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.offer_modal .package-btn {
    border-radius: 10px;
    padding: 10px 10px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    box-shadow: 0px 3px 6px #00000029;
}

.offer_modal .silver {
    background: #374DF6;
}

.offer_modal .gold {
    background: #E12C19;
}

.offer_modal .platinum {
    background: #F8861E;
}

.offer_modal .offer-card {
    margin-top: -6px;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 0px 12px 12px;
}

.offer_modal .offer-card p {
    margin-bottom: 5px;
    font-size: 14px
}

.offer_modal .offer-card h3 {
    color: #FF401D;
    font-weight: bold;
    margin: 0;
    font-size: 36px;
}

.offer_modal .contact-number {
    font-size: 31px;
    font-weight: bold;
}

.offer_modal .btn-whatsapp {
    background: #25D366;
    color: #fff;
    font-style: italic;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    padding: 8px 15px;
}

.offer_modal .btn-close2 {


    color: #fff;
    background-color: unset !important;
    border: 0;
    border-radius: .25rem;
    font-size: 25px;
    margin: 30px 20px;

}

.offer_modal .btn-close2 .bi::before,
[class*=" bi-"]::before,
[class^=bi-]::before {
    font-weight: 900 !important;
}

.offer_modal .btn-whatsapp img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(118deg) brightness(103%) contrast(104%);

}

.offer_modal a {
    text-decoration: none !important;
    color: unset !important;
}

.offer_modal .btn-contact {
    background: #A2A0A4;
    color: #000000;
    font-style: italic;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    padding: 8px 15px;
}

.offer_modal .btn-contact img {
    width: 20px;
}

.offer_modal .btn-contact:hover {
    background: #A2A0A4;
    color: #000000;
}

.offer_modal .btn-whatsapp:hover {
    background: #01c100;
    color: #fff;
}

/* =========================
   Mobile Responsive CSS
========================= */


@media only screen and (min-width: 200px) and (max-width: 765px) {
    body {
        overflow-x: hidden !important;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 .0rem !important;
        border: 1px solid #000 !important;
        outline: 0px !important;
    }

    .btn {
        font-size: 10px !important;

        font-weight: 600 !important;

    }

    .btn_deletes2 {
        border-radius: 8px !important;
    }


    .location_div {
        width: 100%;
    }

    .why_cards {
        margin-bottom: 10px !important;
        min-height: fit-content;
    }

    .why_choose_sec .col-lg-4.mt-4 {
        margin-top: 0px !important;
        min-height: fit-content;
    }

    .mainHeader .login_btn {
        font-size: 11px !important;
        border-radius: 8px !important;
        font-weight: 600 !important;
    }

    .mainHeader .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        gap: 0px 0px;
    }

    .mainHeader {
        padding: 0;
    }

    .main_banner {
        padding: 10px 0px 0px !important;
    }

    .why_txt h6 {
        font-size: 18px;
        color: #611C98;
        font-weight: 600;
    }

    .why_txt h5 {
        font-size: 22px;
        color: #F8861E;
        font-weight: 500;
    }


    br {
        display: none;
    }

    .about_txt2 .row.mt-5 {
        padding-inline: 25px;
    }

    .box p {

        font-size: 16px;
        width: 100%;

    }

    .plusminus {
        position: relative;
        width: 17px;
        height: 1rem;
    }

    .contxt {
        padding-left: 70px;
        font-size: 14px !important;
    }

    .trust_client_sec {
        padding: 40px 15px !important;
    }

    .ques_icons {
        font-size: 18px;
        background: #F8861E;
        color: #fff;
        padding: 10px;
        border-radius: 50px;
        margin-right: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: fit-content;
        width: fit-content;
    }

    .main_bnr_txt h1 {
        font-size: 24px;
        color: #611C98;
        margin-bottom: 20px;
    }

    .btn_pair {
        flex-wrap: wrap;
    }

    .main_bnr_txt p {
        font-size: 14px;
        color: #000000b3;
        margin-bottom: 0;
        line-height: 18px;
    }

    .custom_1 {
        font-size: 10px !important;
        padding: 10px 24px !important;
        border-radius: 8px !important;
    }

    .trust_card {
        height: fit-content;

    }

    .footer-links {
        text-align: center;
        padding: 20px 10px;
    }

    section {
        padding: 40px 10px !important;
    }

    .about_sec img {
        width: 100%;
    }

    .qurydate {
        font-size: 16px !important;
    }

    .how_workimg img {
        width: 100%;
        padding: 20px 10px;
    }

    .footer_row_div {
        padding: 40px 10px !important;
    }

    .playstoreimg {
        flex-wrap: wrap;
    }

    .playstoreimg img {
        width: 100px !important;
    }

    .footer_img_div p {
        font-size: 18px;
        color: #fff;
        font-weight: 200;
        letter-spacing: 1.92px;
    }

    .footer_img_div img {
        width: 30px;
    }

    .why_txt p {
        font-size: 14px;
        color: #6e6e6db1;
        line-height: 22px;
        font-weight: 300;
    }

    .about_txt2 p {
        color: #fff;
        font-weight: 300;
        font-size: 14px;
        line-height: 22px;
    }

    .why_cards p {
        font-size: 14px;
        color: #7A7A7A;
        font-weight: 300;
        line-height: 22px;
    }

    .why_cards h6 {
        font-size: 22px;
        color: #611C98;
        font-weight: 600;
    }

    .why_cards img {
        width: 35px;
        height: fit-content;
        object-fit: contain;
        margin-bottom: 20px;
    }

    .logo_img_footer {
        width: 100%;
    }

    .mainHeader .navbar-nav .nav-link {
        font-size: 14px;
        color: #000;
        font-weight: 500;
    }

    .mainHeader .request_btn {
        border-radius: 8px !important;
    }

    .download_div {
        padding-left: 44px;
        margin-top: 10px;
    }

    .step_div .step-label {
        position: absolute;
        top: 30px;
        left: -50%;
        transform: translateX(-50%);
        text-align: center;
        width: 100%;
        /* text-wrap: nowrap; */
    }

    .step_div {
        min-height: 150px;
        padding-inline: 0px;
        width: 100%;
        overflow-x: auto;
    }

    .step_div .progress-container {
        margin: 7px 20px;
    }

    .contact_head h1 {
        font-size: 28px;
    }

    .contact_head p {
        font-size: 18px;
        color: #000000b1;
    }

    .contact_txt h2 {
        font-size: 34px;
    }

    .contact_div {

        padding: 35px 20px;
    }

    .contact_mail p {
        font-weight: 400;
        color: #000;
        font-size: 15px;
    }

    .contact_mail img {
        width: 20px;
        padding-top: 0px;
    }

    .contact_mail .locaionpin {
        font-size: 18px;
    }

    .dltmodle .lotto_div dotlottie-wc {
        width: 100%;
        height: 180px;
    }

    .all_orderhead {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 25px;
    }

    .my_order_table {
        margin-bottom: 15px;
    }

    .copytxt {
        font-size: 18px;
        font-weight: 300;
        padding: 10px;
    }

    .my_order_table th,
    .my_order_table td {
        font-size: 14px;
        text-wrap: nowrap;
    }

    .btns_pairs {
        margin-top: 10px;
    }

    .data1_div {
        width: 100% !important;
    }

    .profile_navtb_div {
        padding: 20px 10px;
    }

    .btns_pairs.req_next_btw {
        flex-wrap: wrap;
        gap: 10px;
    }



    .navbar-toggler.mobile_btn {
        display: block;
    }

    .navbar-toggler i {
        font-size: 28px;
    }

    .navbar-toggler.tablet_btn {
        display: none;
    }

    .loction_withlogo {
        display: flex;
        align-items: center;
        /* gap: 10px; */
        justify-content: space-between;
        flex-wrap: wrap;
    }



    .query_card {
        margin-bottom: 10px;
        padding: 10px;
    }
}

@media only screen and (min-width: 766px) and (max-width: 1023px) {
    body {
        overflow-x: hidden !important;
    }



    .navbar-toggler:focus {
        box-shadow: 0 0 0 .0rem !important;
        border: 1px solid #000 !important;
        outline: 0px !important;
    }

    /* .btn {
        font-size: 10px !important;

        font-weight: 600 !important;

    } */

    .main_bnr_img {
        width: 100%;
        /* margin-bottom: -70px; */
    }

    .btn_deletes2 {
        border-radius: 8px !important;
    }

    .why_cards {
        margin-bottom: 10px !important;
        min-height: 100%;
    }

    .why_choose_sec .col-lg-4.mt-4 {
        margin-top: 0px !important;
        min-height: fit-content;
    }

    .mainHeader .login_btn {
        /* font-size: 11px !important; */
        border-radius: 8px !important;
        font-weight: 600 !important;
    }

    .mainHeader .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        gap: 0px 0px;
    }

    .mainHeader {
        padding: 0;
    }

    .main_banner {
        padding: 25px 25px 0px !important;
    }

    .main_bnr_txt .btn_pair {
        margin-bottom: 25px;
    }

    .why_txt h6 {
        font-size: 18px;
        color: #611C98;
        font-weight: 600;
    }

    .why_txt h5 {
        font-size: 22px;
        color: #F8861E;
        font-weight: 500;
    }


    br {
        display: none;
    }

    .about_txt2 .row.mt-5 {
        padding-inline: 25px;
    }

    .box p {

        font-size: 16px;
        width: 100%;

    }

    .plusminus {
        position: relative;
        width: 17px;
        height: 1rem;
    }

    .contxt {
        padding-left: 70px;
        font-size: 14px !important;
    }

    .trust_client_sec {
        padding: 40px 15px !important;
    }

    .ques_icons {
        font-size: 18px;
        background: #F8861E;
        color: #fff;
        padding: 10px;
        border-radius: 50px;
        margin-right: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: fit-content;
        width: fit-content;
    }

    .main_bnr_txt h1 {
        font-size: 36px;
        color: #611C98;
        margin-bottom: 20px;
    }

    .btn_pair {
        flex-wrap: wrap;
    }

    .main_bnr_txt p {
        font-size: 14px;
        color: #000000b3;
        margin-bottom: 0;
        line-height: 18px;
    }

    /* .custom_1 {
        font-size: 10px !important;
        padding: 10px 24px !important;
        border-radius: 8px !important;
    } */

    .trust_card {
        height: 350px;

    }

    .footer-links {
        /* text-align: center; */
        padding: 0px;
    }

    section {
        padding: 40px 25px !important;
    }

    /* .about_sec img {
        width: 100%;
    } */

    .how_workimg img {
        width: 60%;
        padding: 20px 10px;
    }

    .footer_row_div {
        padding: 40px 10px !important;
    }

    .playstoreimg {
        flex-wrap: wrap;
    }

    .playstoreimg img {
        width: 100px !important;
    }

    .footer_img_div p {
        font-size: 18px;
        color: #fff;
        font-weight: 200;
        letter-spacing: 1.92px;
    }

    .footer_img_div img {
        width: 30px;
    }

    .why_txt p {
        font-size: 14px;
        color: #6e6e6db1;
        line-height: 22px;
        font-weight: 300;
    }

    .about_txt2 p {
        color: #fff;
        font-weight: 300;
        font-size: 14px;
        line-height: 22px;
    }

    .why_cards p {
        font-size: 14px;
        color: #7A7A7A;
        font-weight: 300;
        line-height: 22px;
    }

    .why_cards h6 {
        font-size: 22px;
        color: #611C98;
        font-weight: 600;
    }

    .why_cards img {
        width: 35px;
        height: fit-content;
        object-fit: contain;
        margin-bottom: 20px;
    }

    .logo_img_footer {
        width: 35%;
    }

    .mainHeader .navbar-nav .nav-link {
        font-size: 14px;
        color: #000;
        font-weight: 500;
    }

    .mainHeader .request_btn {
        border-radius: 8px !important;
    }

    .download_div {
        padding-left: 44px;
        margin-top: 10px;
    }

    .step_div .step-label {
        position: absolute;
        top: 30px;
        left: -50%;
        transform: translateX(-50%);
        text-align: center;
        width: 100%;
        /* text-wrap: nowrap; */
    }

    .step_div {
        min-height: 150px;
        padding-inline: 0px;
        width: 100%;
        overflow-x: auto;
    }

    .step_div .progress-container {
        margin: 7px 20px;
    }

    .contact_head h1 {
        font-size: 28px;
    }

    .contact_head p {
        font-size: 18px;
        color: #000000b1;
    }

    .contact_txt h2 {
        font-size: 34px;
    }

    .contact_div {

        padding: 35px 20px;
    }

    .contact_mail p {
        font-weight: 400;
        color: #000;
        font-size: 15px;
    }

    .contact_mail img {
        width: 20px;
        padding-top: 0px;
    }

    .contact_mail .locaionpin {
        font-size: 18px;
    }

    .dltmodle .lotto_div dotlottie-wc {
        width: 100%;
        height: 100%;
    }

    .all_orderhead {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 25px;
    }

    .my_order_table {
        margin-bottom: 15px;
    }

    .my_order_table th,
    .my_order_table td {
        font-size: 14px;
        text-wrap: nowrap;
    }

    .btns_pairs {
        margin-top: 10px;
    }

    .data1_div {
        width: 100% !important;
    }

    .profile_navtb_div {
        padding: 20px 10px;
    }

    .btns_pairs.req_next_btw {
        flex-wrap: wrap;
        gap: 10px;
    }


    .navbar-toggler.mobile_btn {
        display: none;
    }

    .navbar-toggler i {
        font-size: 28px;
    }

    .navbar-toggler.tablet_btn {
        display: block;
    }

    .why_choose_sec .row.custom_gap {
        gap: 25px 0px;
    }

    .hppy_stimg {
        width: 100%;
        height: 450px;
        object-fit: cover;
        border-radius: 30px;
        object-position: center;
    }

    .social_div img {
        width: 20px;
    }

    .social_img {
        margin-bottom: 30px;
    }

    .social_div {
        border: 1px solid #fff;
        border-radius: 50px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .face_bokimg {
        width: 10px !important;
    }

    footer {
        padding: 20px 28px;
    }

    .mainHeader .gaP_2 {
        gap: 10px;
        padding-left: 15px !important;
        padding-bottom: 10px !important;
    }

    .mainHeader .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        gap: 0px 0px;
        padding-left: 15px !important;
    }

    .main_banner .row.align-items-center {
        align-items: end !important;
    }

    .profile-menu {
        width: 100%;

    }

    /* .profile_custimg {
        width: 100% !important;
    } */

    .btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: fit-content !important;
    }

    a {
        text-decoration: none !important;
    }

    .qurydate {
        font-size: 16px !important;
    }

    .query_card {
        margin-bottom: 10px;
        padding: 10px;
    }

}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
    body {
        overflow-x: hidden !important;
    }

    a {
        text-decoration: none !important;
    }

    .profile_custimg {
        width: 100% !important;
    }

    .profile-menu {
        width: 100%;
    }


    .btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 .0rem !important;
        border: 1px solid #000 !important;
        outline: 0px !important;
    }

    .btn {
        font-size: 14px !important;

        font-weight: 600 !important;

    }

    .about_sec .row.align-items-center {
        align-items: flex-start !important;
    }

    .stat-box h2 {
        font-size: 38px;
    }

    .mainHeader .request_btn {
        width: max-content;
    }

    .main_bnr_img {
        width: 100%;
        /* margin-bottom: -70px; */
    }

    .btn_deletes2 {
        border-radius: 8px !important;
    }

    .why_cards {
        margin-bottom: 10px !important;
        min-height: 100%;
    }

    .why_choose_sec .col-lg-4.mt-4 {
        margin-top: 0px !important;
        min-height: fit-content;
    }

    .mainHeader .login_btn {
        font-size: 14px !important;
        border-radius: 8px !important;
        font-weight: 600 !important;
        padding: 13px 20px !important;
    }

    .mainHeader .navbar-expand-lg .navbar-nav {
        flex-direction: row !important;
        gap: 10px 10px;
    }

    .mainHeader {
        padding: 0;
    }

    .main_banner {
        padding: 25px 25px 0px !important;
    }

    .why_txt h6 {
        font-size: 18px;
        color: #611C98;
        font-weight: 600;
    }

    .why_txt h5 {
        font-size: 22px;
        color: #F8861E;
        font-weight: 500;
    }


    br {
        display: none;
    }

    .about_txt2 .row.mt-5 {
        padding-inline: 25px;
    }

    .box p {

        font-size: 16px;
        width: 100%;

    }

    .plusminus {
        position: relative;
        width: 17px;
        height: 1rem;
    }

    .contxt {
        padding-left: 70px;
        font-size: 14px !important;
    }

    .trust_client_sec {
        padding: 40px 15px !important;
    }

    .ques_icons {
        font-size: 18px;
        background: #F8861E;
        color: #fff;
        padding: 10px;
        border-radius: 50px;
        margin-right: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: fit-content;
        width: fit-content;
    }


    .main_bnr_txt h1 {
        font-size: 45px;
        color: #611C98;
        margin-bottom: 20px;
    }

    .main_bnr_txt .btn_pair {
        margin-bottom: 25px;
    }

    .btn_pair {
        flex-wrap: wrap;
    }

    .main_bnr_txt p {
        font-size: 14px;
        color: #000000b3;
        margin-bottom: 0;
        line-height: 18px;
    }

    /* .custom_1 {
        font-size: 10px !important;
        padding: 10px 24px !important;
        border-radius: 8px !important;
    } */

    .trust_card {
        height: 300px;

    }

    .main_banner .row.align-items-center {
        align-items: end !important;
    }

    .footer-links {
        /* text-align: center; */
        padding: 0px;
    }

    section {
        padding: 40px 25px !important;
    }

    /* .about_sec img {
        width: 100%;
    } */

    .how_workimg img {
        width: 100%;
        padding: 20px 10px;
    }

    .footer_row_div {
        padding: 40px 10px !important;
    }

    .playstoreimg {
        flex-wrap: wrap;
    }

    .playstoreimg img {
        width: 100px !important;
    }

    .footer_img_div p {
        font-size: 18px;
        color: #fff;
        font-weight: 200;
        letter-spacing: 1.92px;
    }

    .footer_img_div img {
        width: 30px;
    }

    .why_txt p {
        font-size: 14px;
        color: #6e6e6db1;
        line-height: 22px;
        font-weight: 300;
    }

    .about_txt2 p {
        color: #fff;
        font-weight: 300;
        font-size: 14px;
        line-height: 22px;
    }

    .why_cards p {
        font-size: 14px;
        color: #7A7A7A;
        font-weight: 300;
        line-height: 22px;
    }

    .why_cards h6 {
        font-size: 22px;
        color: #611C98;
        font-weight: 600;
    }

    .why_cards img {
        width: 35px;
        height: fit-content;
        object-fit: contain;
        margin-bottom: 20px;
    }

    .logo_img_footer {
        width: 35%;
    }

    .mainHeader .navbar-nav .nav-link {
        font-size: 14px;
        color: #000;
        font-weight: 500;
        text-wrap: nowrap;
    }

    .mainHeader .request_btn {
        border-radius: 8px !important;
    }

    .download_div {
        padding-left: 44px;
        margin-top: 10px;
    }

    .step_div .step-label {
        position: absolute;
        top: 30px;
        left: 0%;
        transform: translateX(-50%);
        text-align: center;
        /* width: 100%; */
        /* text-wrap: nowrap; */
    }

    .step_div {
        width: 100%;
        max-width: 1200px;
        margin: auto;
    }

    .step_div .progress-container {
        margin: 7px 20px;
    }

    .contact_head h1 {
        font-size: 28px;
    }

    .contact_head p {
        font-size: 18px;
        color: #000000b1;
    }

    .contact_txt h2 {
        font-size: 34px;
    }

    .contact_div {

        padding: 35px 20px;
    }

    .contact_mail p {
        font-weight: 400;
        color: #000;
        font-size: 15px;
    }

    .contact_mail img {
        width: 20px;
        padding-top: 0px;
    }

    .contact_mail .locaionpin {
        font-size: 18px;
    }

    .dltmodle .lotto_div dotlottie-wc {
        width: 100%;
        height: 100%;
    }

    .all_orderhead {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 25px;
    }

    .my_order_table {
        margin-bottom: 15px;
    }

    .my_order_table th,
    .my_order_table td {
        font-size: 14px;
        text-wrap: nowrap;
    }

    .btns_pairs {
        margin-top: 10px;
    }



    .profile_navtb_div {
        padding: 20px 10px;
    }

    .btns_pairs.req_next_btw {
        flex-wrap: wrap;
        gap: 10px;
    }


    .navbar-toggler.mobile_btn {
        display: none;
    }

    .navbar-toggler i {
        font-size: 28px;
    }

    .navbar-toggler.tablet_btn {
        display: block;
    }

    .why_choose_sec .row.custom_gap {
        gap: 25px 0px;
    }

    .hppy_stimg {
        width: 100%;
        height: 450px;
        object-fit: cover;
        border-radius: 30px;
        object-position: center;
    }

    .social_div img {
        width: 20px;
    }

    .social_img {
        margin-bottom: 30px;
    }

    .social_div {
        border: 1px solid #fff;
        border-radius: 50px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .face_bokimg {
        width: 10px !important;
    }

    footer {
        padding: 20px 28px;
    }

    .mainHeader .gaP_2 {
        gap: 10px;
        padding-left: 15px !important;
        padding-bottom: 10px !important;
    }

    .mainHeader .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        gap: 0px 0px;
        padding-left: 15px !important;
    }

    .how_work_sec .row {
        align-items: center;
    }

    .qurydate {
        font-size: 16px !important;
    }

    .query_card {
        margin-bottom: 10px;

    }
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
    body {
        overflow-x: hidden !important;
    }

    a {
        text-decoration: none !important;
    }

    .mainHeader {
        padding-inline: 25px;
    }

    .mainHeader .navbar-nav .nav-link {
        font-size: 18px;
        color: #000;
        font-weight: 500;
        text-wrap: nowrap;
    }

    .profile_custimg {
        width: 100% !important;
    }

    .profile-menu {
        width: 100%;
        left: -90px !important;
    }


    .btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: fit-content;

    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 .0rem !important;
        border: 1px solid #000 !important;
        outline: 0px !important;
    }



    .about_sec .row.align-items-center {
        align-items: flex-start !important;
    }

    .stat-box h2 {
        font-size: 38px;
    }

    .mainHeader .request_btn {
        width: max-content;
    }

    .main_bnr_img {
        width: 100%;
        /* margin-bottom: -70px; */
    }

    .btn_deletes2 {
        border-radius: 8px !important;
    }

    .why_cards {
        margin-bottom: 10px !important;
        min-height: 100%;
    }

    .why_choose_sec .col-lg-4.mt-4 {
        margin-top: 0px !important;
        min-height: fit-content;
    }


    .mainHeader .navbar-expand-lg .navbar-nav {
        flex-direction: row !important;
        gap: 10px 10px;
    }



    .main_banner {
        padding: 25px 25px 0px !important;
    }


    .about_txt2 .row.mt-5 {
        padding-inline: 25px;
    }


    .plusminus {
        position: relative;
        width: 17px;
        height: 1rem;
    }

    .contxt {
        padding-left: 70px;

    }

    .trust_client_sec {
        padding: 40px 15px !important;
    }

    .ques_icons {
        font-size: 18px;
        background: #F8861E;
        color: #fff;
        padding: 10px;
        border-radius: 50px;
        margin-right: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: fit-content;
        width: fit-content;
    }


    .main_bnr_txt h1 {
        font-size: 58px;
        color: #611C98;
        margin-bottom: 20px;
    }

    .main_bnr_txt .btn_pair {
        margin-bottom: 25px;
    }

    .btn_pair {
        flex-wrap: wrap;
    }

    .main_bnr_txt p {
        font-size: 14px;
        color: #000000b3;
        margin-bottom: 0;
        line-height: 18px;
    }



    .main_banner .row.align-items-center {
        align-items: end !important;
    }

    .footer-links {
        /* text-align: center; */
        padding: 0px;
    }

    .how_workimg img {
        width: 100%;
        padding: 20px 10px;
    }

    .footer_row_div {
        padding: 40px 10px !important;
    }

    .playstoreimg {
        flex-wrap: wrap;
    }

    .playstoreimg img {
        width: 100px !important;
    }

    .footer_img_div p {
        font-size: 18px;
        color: #fff;
        font-weight: 200;
        letter-spacing: 1.92px;
    }

    .footer_img_div img {
        width: 30px;
    }

    .why_cards img {
        width: 35px;
        height: fit-content;
        object-fit: contain;
        margin-bottom: 20px;
    }

    .logo_img_footer {
        width: 35%;
    }

    .download_div {
        padding-left: 44px;
        margin-top: 10px;
    }

    .step_div .step-label {
        position: absolute;
        top: 30px;
        left: 0%;
        transform: translateX(-50%);
        text-align: center;
        /* width: 100%; */
        /* text-wrap: nowrap; */
    }

    .step_div {
        width: 100%;
        max-width: 1200px;
        margin: auto;
    }

    .step_div .progress-container {
        margin: 7px 20px;
    }

    .contact_div {

        padding: 35px 20px;
    }

    .contact_mail p {
        font-weight: 400;
        color: #000;
        font-size: 15px;
    }

    .contact_mail img {
        width: 20px;
        padding-top: 0px;
    }

    .contact_mail .locaionpin {
        font-size: 18px;
    }

    .dltmodle .lotto_div dotlottie-wc {
        width: 100%;
        height: 100%;
    }

    .all_orderhead {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 25px;
    }

    .my_order_table {
        margin-bottom: 15px;
    }

    .my_order_table th,
    .my_order_table td {
        font-size: 14px;
        text-wrap: nowrap;
    }

    .btns_pairs {
        margin-top: 10px;
    }


    .profile_navtb_div {
        padding: 20px 10px;
    }

    .btns_pairs.req_next_btw {
        flex-wrap: wrap;
        gap: 10px;
    }


    .navbar-toggler.mobile_btn {
        display: none;
    }

    .navbar-toggler i {
        font-size: 28px;
    }

    .navbar-toggler.tablet_btn {
        display: block;
    }

    .why_choose_sec .row.custom_gap {
        gap: 25px 0px;
    }

    .hppy_stimg {
        width: 100%;
        height: 450px;
        object-fit: cover;
        border-radius: 30px;
        object-position: center;
    }

    .social_div img {
        width: 20px;
    }

    .social_img {
        margin-bottom: 30px;
    }

    .social_div {
        border: 1px solid #fff;
        border-radius: 50px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .face_bokimg {
        width: 10px !important;
    }

    footer {
        padding: 20px 28px;
    }

    .mainHeader .gaP_2 {
        gap: 10px;
        padding-left: 15px !important;
        padding-bottom: 10px !important;
    }

    .mainHeader .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        gap: 0px 0px;
        padding-left: 15px !important;
    }

    .how_work_sec .row {
        align-items: center;
    }
}

.deltxt.input_group .form-control {
    border: 0px !important;
}

.deltxt.input_group .select2-container {
    width: 80% !important;
    z-index: 10 !important;
    border-bottom: 1px solid;
}

.loction_withlogo {
    display: flex;
    align-items: center;
    gap: 10px;
}