    .fs-30{
    font-size: 30px;
    font-weight: 700;
    }
    .mb-88{
    margin-bottom: 1.417vw;
    }
    
    .btn-33{
    padding: clamp(12px, 0.625vw, 24px) clamp(24px, 1.667vw, 54px)!important;
    }
    
    .py_60{
    padding-top: 30px;
    padding-bottom: 30px;
    }
    

.pb_20{
    padding-bottom:20px;
}

.pb_30{
    padding-bottom:30px;
}

    
    .brand{
    border: 1px solid #006937;
    }
    
    
  
    
    
    .extrakama{
    width:100%;
    }
    
    .extrakama img{
    width:100%;
    border-radius: 20px;
    }
    
    
    .top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent!important;
    padding: 0px clamp(0px, 1.25vw, 32px)!important;
    border-radius: 5px;
    }
    
    
    
    
    .category {
    background: #EAEAEC;
    width: clamp(140px, 5.208vw, 180px)!important;
    height: clamp(140px, 5.208vw, 180px)!important;
    border: 2px solid #EAEAEC;
    border-radius: 50%;
    display: grid;
    align-items: center;
    transition: all 0.5s ease-in-out;
    margin-left: auto;
    margin-right: auto;
    justify-content: center!important;
    }
    
    
    
    
    
    
    
    
    .slider_top{
    height: clamp(416px, 26.792vw, 197px)!important;
    width:500px!important;
    }
    
    .image-box1 {
    background: #EAEAEC;
    width: 153px;
    height: 152px;
    border: 2px solid #EAEAEC;
    border-radius: 50%;
    display: grid;
    align-items: center;
    transition: all 0.5s ease-in-out;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    }
    
    .ts_img_box{
    width: 117px;
    /* text-align: center; */
    margin: auto;
    }
    
    
    .ts_img_box img{
    height: 117px;
    border-radius: 50%;
    }
    
    .top_image{
    border-radius: 34px;
    }
    
    .top_cat{
    position: relative;
    }
    
    .top_cat_box{
    position: relative;
    }
    
    .top_cat_btn{
    border: 1px solid white;
    position: absolute;
    right: 15px;
    bottom: 16px;
    background: white;
    color: black;
    
    }
    
    
    .test_name{
    color: #006937;
    font-weight: 700;
    letter-spacing: 1px;
    }
    
    
    .icon_image {
    width: 100% !important;
    height: auto !important;
    display: grid !important;
    align-items: center !important;
    justify-content: center !important;
    border: none!important; 
    border-radius:0!important; 
    }
    
    
    
    .faq_title{
    font-size: 25px;
    font-weight: 500;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .wrapper1{
    
    overflow-x: hidden;
    }
    
    .wrapper2{
    
    overflow-x: hidden;
    }
    
    .my-slider1{
    padding: 10px 70px;
    }
    
    .my-slider2{
    padding: 10px 70px;
    }
    
    
    
    
    
    
    
    .slick-slide1{
    background-color: #b32532;
    color: #FFF;
    height: 200px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    
    
    
    .slick-next, .slick-prev{
    z-index: 5;
    }
    .slick-next{
    right: 15px;
    }
    .slick-prev{
    left: 15px;
    }
    .slick-next:before, .slick-prev:before{
    color: #000;
    font-size: 26px;
    }
    
    
    .block__icon{
    width: clamp(90px, 2.5vw, 72px);
    height: clamp(90px, 2.5vw, 72px);
    display: grid;
    align-items: center;
    justify-content: center;
    border: 1px solid #006937;
    border-radius: 52px;
    }
    
    
    .our__block{
    box-shadow: 0 0 2px #006937;
    }
    

    
    .form__control{
    
    padding: 11px 16px!important;
    border-radius: 8px!important;
    border: 1px solid #000066!important;
    }
    
    
    
    .input-block svg {
    position: absolute;
    right: 16px;
    top: 16px!important;
    }
    
    .link__btn{
    padding: 7px 7px;
    }
    
    .form_label{
    font-weight: 600;
    padding: 6px 6px;
    }
    
    
    .block__image{
    /* width: clamp(188px, 2.5vw, 72px); */
    /* height: clamp(79px, 2.5vw, 72px); */
    display: grid;
    /* align-items: center; */
    justify-content: center;
    /* border: 1px solid #b3d2c3; */
    /* border-radius: 52px; */
    }
    
    
    
    .trigger-btn {
    background: #ffffff;
    color: #006937;
    font-weight: 500;
    border-radius: 6px;
    border: none;
    font-size: 1rem;
    }
    
    .trigger-btn:hover {
    background: #ffffff;
    }
    
    .close-btn {
    border: none;
    background: transparent;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    padding: 0;
    margin: 0;
    border-radius: 4px;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    
    }
    
    .close-btn:hover {
    background: rgba(0, 0, 0, .1);
    }
    
    .tuts-popover::backdrop {
    background: rgba(0, 0, 0, .2);  
    }
    
    .tuts-popover {
    background: white;
    color: #333;
    font-weight: 400;
    padding: 2rem;
    max-width:60%;
    width: 100%;
    line-height: 1.4;
    position: absolute;
    top: 41rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 2rem;
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    border: 1px solid #64748b;
    
    }
    
    .rate_span{
    font-size: 15px;
    color: green;
    font-weight: 600;
    margin-right: 50px;
    }
    
    
    .brand_image{
    padding: 11px 18px;
    background: #ffffff;
    border: 1px solid #90d5ac;
    ;
    
    border-radius: 22px;
    position: relative;
    }
    .brand_image1{
    width: 65%;
    margin: auto;
    position: relative;
    bottom: 16px;
    }
    /*.brand_image_text{*/
    /*    background: #ff5d5d;*/
    /*    text-align: center;*/
    /*    position: relative;*/
    /*     bottom: 16px;*/
    /* width: 50%; */
    /* left: 43px; */
    /*    border-radius: 0px 0px 12px 12px;*/
    /*    padding: 3px 6px;*/
    /*}*/
    /*.brand_image_text h6{*/
    /*    color:white;*/
    /*}*/
    
    .brand_data{
    border: 1px solid #90d5ac;
    ;
    border-top: none;
    border-radius: 14px;
    padding: 11px 20px;
    }
    
    
    .brand_icon{
    display: flex
    ;
    gap: 11px;
    align-items: center;
    }
    .an1{
    margin-left: -19px !important;
    }
    .an2{
    margin-left: -6px;
    }
    .an3{
    margin-left: -20px !important;
    }
    .an4{
    margin-left: 15px;
    }
    .an55{
    padding: 10px !important;
    }
    .shadow1333{
    margin-bottom:15px;
    }
    .an5{
    margin-left: -17px !important;
    }
    .an6{
    margin-left: -15px;
    }
    
    /*//Product details*/
    .product_img{
    height:60px!important;
    }
    
    .price_text{
    color: #10633b;
    }
    
    .price_text_1{
    
    color: #85858a;
    }
    .specs-chart ul li{
    border:none!important;
    }
    
    
    .product-description .description-wrapper .specs-chart ul li .brand-block {
    display: flex
    ;
    align-items: center;
    gap: 70px!important;
    padding: 4px 0;
    }
    
    
    /* For the thumbnail images (nav-image) */
    .nav-image img {
    width: 64px;        
    height: 64px;      
    object-fit: cover;  
    }
    
    /* For the larger images (detail-image) */
    .detail-image img {
    width: 100%;         
    height: auto;        
    object-fit: contain; 
    }
    
    /* If you want to adjust the height for the larger images, you can specify a max-height as well */
    .product-slider.slider-2 img {
    max-height: 500px;  
    }
    
    
    
    
    /* brand offer */
    
    .img_radius{
    border-radius: 35px;
    }
    
    .image__1{
    position: relative;
    z-index: 9999;
    }
    
    .logo_image{
    width: 150px;
    position: absolute;
    top: 19px;
    left: 19px;
    z-index: 9999;
    }
    
    .logo_image img{
    
    border-radius: 12px;
    }
    
    /* flash deal */
    
    
    .inner-content1{
    
    justify-content: center !important;
    }
    
    .inner_contect_data{
    
    display: flex
    ;
    align-items: center;
    justify-content: space-between;
    }
    
    
    .offer_card{
    justify-content: center;
    display: flex
    ;
    margin: 14px 0px;
    }
    
    /*.offer_card ul{*/
    /*    display: flex*/
    /*;*/
    gap: 17px;
    background: white;
    padding: 3px 11px;
    }
    
    .offer_card li h2{
    font-size:20px;
    text-align:center;
    }
    
    .offer_card li h6{
    font-size:20px;
    
    }
    
    
    /*//Brand offer*/
    
    .img_radius{
    border-radius: 35px;
    }
    
    .image__1{
    position: relative;
    }
    
    .logo_image{
    width: 150px;
    position: absolute;
    top: 19px;
    left: 19px;
    }
    
    .logo_image img{
    
    border-radius: 12px;
    }
    
    .brand-sec .brand-slider .brand-block {
    height: auto !important;
    }
    
    .aaa1{
    border: 1px solid #fff !important;
    }
    
    
    /*About*/
    
    .about{
    letter-spacing: 3px;
    color: #006937;
    font-weight: 700;
    }
    
    .about-span{
    color: #006937; 
    
    }
    
    .about_title{
    font-weight: 700;
    font-size: 32px;
    }
    
    
    /*//Shop Details*/
    
    .shadow1{
    box-shadow: 0 0 4px #d9d1d1; 
    }  
    li{
    margin-bottom: 3px;
    }
    
    .mb-10{
    margin-bottom: 5px;
    }
    
    .mb-15{
    margin-bottom: 10px;
    }
    
    
    .border_radius{
    border-radius: 8px;
    }
    
    
    .logo_img{
    
    width: 62%;
    border: 1px solid #bfbfbf;
    border-radius: 7px;
    height: auto;
    
    }
    
    .star {
    font-size: 42px;
    display: flex
    ;
    align-items: center;
    color: yellow;
    padding: 0 0 0 36px;
    }
    
    .btn_arrow{
    display: flex
    ;
    align-items: center;
    gap: 9px;
    }
    
    
    .text_heading{
    color: #000066;
    font-weight: 700 !important;
    font-size: 25px;
    } 
    
    
    
    
    .trigger-btn {
    background: #ffffff;
    color: #000066;
    font-weight: 500;
    border-radius: 6px;
    border: none;
    font-size: 1rem;
    }
    
    .trigger-btn:hover {
    background: #ffffff;
    }
    
    .close-btn {
    border: none;
    background: transparent;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    padding: 0;
    margin: 0;
    border-radius: 4px;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    
    }
    
    .close-btn:hover {
    background: rgba(0, 0, 0, .1);
    }
    
    .tuts-popover::backdrop {
    background: rgba(0, 0, 0, .2);  
    }
    
    .tuts-popover {
    background: white;
    color: #333;
    font-weight: 400;
    padding: 2rem;
    max-width:60%;
    width: 100%;
    line-height: 1.4;
    position: absolute;
    top: 41rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 2rem;
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    border: 1px solid #64748b;
    
    }
    
    
    
    .rate_span{
    font-size: 15px;
    color: green;
    font-weight: 600;
    margin-right: 50px;
    }
    
    
    .btn__arrow{
    /* background: #ffffff; */
    width: 22px;
    padding: 2px 3px;
    height: 21px;
    border-radius: 50%;
    display: flex
    ;
    align-items: center;
    justify-content: center;
    /* color: white !important; */
    border: 2px solid #006937;
    }
    
    
    /*//Refer Earn*/
    
    .border_ck{
    padding: 2rem;
    --tw-bg-opacity: 1;
    background-color: rgb(242 247 252);
    border: 1px solid rgb(217 227 236);
    border-radius: 1rem;
    }
    .textlg{
    line-height: 1.5rem;
    font-weight: 800;
    font-size: 1.125rem;
    text-align: center;
    }
    .mt_6 {
    margin-top: 1.5rem;
    position: relative;
    }
    .flexs{
    display: flex;
    position: relative;
    }
    
    .pe120 {
    font-weight: 700 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 44px;
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
    --tw-text-opacity: 1;
    color: rgb(92 92 92);
    font-size: .875rem !important;
    line-height: 1.25rem !important;
    padding-inline-start: 1.5rem;
    padding-left: .75rem;
    padding-right: .75rem;
    border:1px solid rgb(217 227 236);
    border-radius: .5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    /*pointer-events: none !important;*/
    /*--tw-shadow: 0 0 #0000;*/
    /*appearance: none;*/
    background-color: #fff;
    }
    .itemscenter{
    --tw-text-opacity: 1;
    color: rgb(0 54 218);
    font-weight: 600 !important;
    font-size: .875rem !important;
    line-height: 1.25rem !important;
    gap: .5rem;
    align-items: center;
    display: flex;
    top: 0;
    right: 15px;
    bottom: 0;
    position: absolute;
    border: none;
    background: none;
    }
    .mdborder2{
    padding-left: 17px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border: 2px solid rgb(217 227 236);
    border-radius: .5rem;
    margin-bottom: 1.5rem;
    position: relative;
    }
    .textbase{
    line-height: 1.5rem;
    font-size: 1.125rem;
    text-align: center;
    font-weight: 800;
    
    }
    .my5{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    }
    .relativeflex{
    display: flex;
    position: relative;
    
    }
    .peerwfull{
    font-size: 1rem;
    line-height: 1.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    height: 4rem;
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
    color: rgb(92 92 92);
    font-weight: 500;
    padding-left: .75rem;
    padding-right: 1.5rem;
    border:1px solid rgb(217 227 236);
    border-radius: .5rem;
    width: 100%;
    }
    .floatingLabel{
    top: -0.75rem;;
    --tw-translate-y: -50%;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    left: 12px;
    
    font-size: 13px;
    line-height: 1.5rem;
    pointer-events: none;
    position: absolute;
    inset-inline-start: 1.00rem;
    z-index: 10;
    transform-origin: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255);
    padding-left: .25rem;
    padding-right: .25rem;
    transition-duration: .3s;
    color:rgb(92 92 92);
    font-weight: 500;
    }
    .textxsmd{
    font-weight: 800 !important;
    border-radius: .75rem;
    color:rgb(255 255 255);
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    padding:10px .75rem;
    background-color:rgb(255 109 29);
    place-items: center;
    width: 100% !important;
    display: grid;
    position: relative;
    border:1px solid rgb(255 109 29);
    }
    .flexitemscenter{
    margin-top: 3rem;
    margin-bottom: 3rem;
    gap: 33px;
    justify-content: center;
    align-items: center;
    display: flex;
    
    }
    .lineargradient{
    background-image: linear-gradient(90deg, #fff 1.26%, #d9e3ec);
    width: 94px;
    height: 1px;
    }
    .text_base{
    line-height: 1.5rem;
    font-size: 18px;
    font-weight: 700;
    
    }
    .bglineargradient{
    background-image: linear-gradient(90deg, #d9e3ec 1.26%, #fff);
    width: 94px;
    height: 1px;
    
    }
    .fontsemibold{
    padding:10px  0.75rem;
    color:rgb(255 255 255);
    font-weight: 600;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    background-color:rgb(32 176 56);
    border-radius: .5rem;
    gap: 21px;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    }
    .fontsemibold:hover{
    color:rgb(255 255 255);
    }
    .bordertop{
    border: 2px solid rgb(217 227 236);
    border-radius: 1rem;
    margin-bottom: 2.5rem;
    border-radius: 1rem;
    }
    .pb_8{
    padding-top: 31px;
    padding-bottom: 30px;
    padding-left: 41px;
    padding-right: 41px;
    
    }
    .textbase_md{
    line-height: 1.5rem;
    font-size: 1.125rem;
    font-weight: 800;
    
    }
    .mdmt_8 {
    margin-top: 2rem;
    }
    .flex_itemsgap{
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    align-items: center;
    display: flex;
    }
    .overflowauto{
    width: 109px;
    height: 109px;
    overflow: auto;
    }
    .flex_1{
    flex: 1 1 0%;
    }
    .textsmtext{
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
    }
    .bgcksection{
    height: 117px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    gap: 14px;
    background-color:rgb(255 245 237);
    flex-direction: column;
    display: flex;
    }
    .textsmtextium{
    line-height: 20px;
    font-size: 18px;
    font-weight: 500;
    }
    .font-semibold {
    font-weight: 600;
    }
    .cksection_blue {
    /*border-top: 12px solid rgb(241 242 243);*/
    }
    .py24{
    padding: 50px 0px 0px;
    }
    .leading6{
    line-height: 1.5rem;
    font-size: 1.125rem;
    font-weight: 800;
    }
    
    @media (max-width: 991px){
    .cashback_stores{
    width:100%;
    margin-bottom:15px;
    }
    .cashback{
    font-size:14px;
    }
    .profile-pic{
    width: 80px !important;
    height: 80px !important;
    }
    .header-logo {
    width: 32%;
    }
    header .header-section .header-center{
    margin-top: 12px;
    margin-bottom: 12px;
    }
    header .header-section .header-center .header-logo img {
    /*width: 75%;*/
    width: 100%;
    }
    header .header-section .header-top{
    display:none;
    }
    .pb_8 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    }
    .overflowauto {
    width: 80px;
    height: 80px;
    }
    .textsmtext {
    font-size: 15px;
    line-height: 20px;
    }
    .bgcksection {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    }
    .textsmtextium {
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
    }
    }
    
    
    /*account Setting*/
    
    
    .unlist {
    margin: 0;
    padding: 0;
    }
    .unlist li {
    list-style: none;
    }
    /* user sidebar */
    .user-area .sidebar {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 15px;
    }
    
    .user-area .sidebar-top {
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    }
    
    .user-area .sidebar-profile-img {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 15px auto;
    border-radius: 50px;
    padding: 4px;
    border: 3px solid green;
    }
    
    .user-area .sidebar-profile-img img {
    border-radius: 50%;
    }
    
    .user-area .sidebar-profile-img button {
    position: absolute;
    border-radius: 50px;
    background: green;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: none;
    right: 0;
    bottom: 0;
    }
    
    .user-area .profile-img-file {
    display: none;
    }
    
    .user-area .sidebar-list li {
    margin: 5px 0;
    }
    
    .user-area .sidebar-list li a {
    color: #000;
    padding: 6px 6px 6px 15px;
    display: block;
    font-weight: 500;
    transition: all .5s ease-in-out;;
    }
    
    .user-area .sidebar-list li a:hover {
    padding-left: 20px;
    }
    
    .user-area .sidebar-list li a i {
    margin-right: 5px;
    color: green;
    }
    
    .user-area .sidebar-list .active i {
    color: #fff;
    }
    
    .user-area .sidebar-list .active {
    background: green;
    color: #fff;
    border-radius: 8px;
    }
    
    .user-area .sidebar-list li a span{
    float: right;
    line-height: unset;
    padding: 0px 6px;
    border-radius: 10px;
    margin-top: 3.7px;
    }
    
    
    /* user card */
    .user-card {
    background: #fff;
    padding: 15px 20px 20px 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    }
    
    .user-card-title {
    color: #000;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    }
    
    .user-card .text-success {
    color: green !important;
    }
    
    .user-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
  /*  margin-bottom: 15px;
    border-bottom: 1px solid rgb(0 0 0 / 8%); */
    }
    
    .user-card-header .user-card-title {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    }
    
    .user-card-header-right {
    display: flex;
    align-items: center;
    gap: 20px;
    }
    
    .user-card-header .theme-btn {
    padding: 8px 15px;
    }
    
    @media all and (max-width: 767px) {
    .user-card-header {
    lex-direction: column;
    align-items: flex-start;
    gap: 20px;
    }
    
    .user-card-header-right {
    flex-direction: column-reverse;
    align-items: flex-start;
    }
    }
    
    
    /* user card search */
    .user-card-search .form-group {
    position: relative;
    }
    
    .user-card-search .form-control {
    padding: 10px 20px 10px 35px;
    box-shadow: none;
    border-radius: 10px;
    border-color: 1px solid rgb(0 0 0 / 8%);
    }
    
    .user-card-search .form-control:focus {
    border-color: green;
    }
    
    .user-card-search i {
    position: absolute;
    left: 12px;
    top: 15px;
    }
    
    .user-card-filter .nice-select{
    height: 45px;
    line-height: 42.5px;
    border-color:1px solid rgb(0 0 0 / 8%);
    border-radius: 10px;
    }
    
    .user-card-filter .nice-select::after{
    width: 6px;
    height: 6px;
    margin-top: -5px;
    }
    
    /* user form */
    .user-form .form-group {
    margin-bottom: 15px;
    }
    
    .user-form .form-group label {
    color: #fff;
    margin-bottom: 4px;
    }
    
    .user-form .form-control {
    padding: 8px 20px;
    border-radius: 10px;
    box-shadow: none;
    }
    
    .user-form .nice-select{
    width: 100%;
    height: 50px;
    line-height: 48px;
    border-radius: 10px;
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 15px;
    }
    
    .user-form .nice-select::after{
    width: 9px;
    height: 9px;
    margin-top: -7px;
    right: 18px;
    }
    
    .user-form .nice-select .list{
    width: 100%;
    }
    
    .user-form .nice-select:focus,
    .user-form .form-control:focus {
    border-color: #fff;
    }
    
    .user-form .theme-btn {
    width: unset;
    margin-top: 15px;
    }
    
    .user-form .form-img-upload {
    width: 100%;
    height: 140px;
    border: 2px dashed rgb(0 0 0 / 8%);
    border-radius: 10px;
    cursor: pointer;
    }
    
    .user-form .form-img-file {
    display: none;
    }
    
    .user-form .form-img-upload span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    }
    
    .user-form .form-img-upload span i {
    margin-right: 5px;
    }
    
    .user-form .form-check {
    margin-bottom: 15px;
    }
    
    .user-form .form-check-input {
    margin-top: 6.5px;
    box-shadow: none;
    }
    
    .user-form .form-check-input:focus {
    border-color: green;
    }
    
    .user-form .form-check label {
    color: #000;
    }
    
    .user-form .form-check label a{
    color: green;
    }
    
    /* user badge */
    .user-area .badge{
    border-radius: 50px;
    padding: 5px 12px;
    }
    
    .user-area .badge-success{
    background: #DCFCE7;
    color: #22C79C;
    }
    
    .user-area .badge-info{
    background: #F3E8FF;
    color: #A855F7;
    }
    
    .user-area .badge-primary{
    background: #DBF7FD;
    color: #0DCAF0;
    }
    
    .user-area .badge-danger{
    background: #FEE2E2;
    color: #EF4444;
    }
    
    /* dashboard */
    .dashboard-widget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
    border-radius: 10px;
    margin: 10px 0;
    }
    
    .dashboard-widget-info span {
    font-weight: 500;
    }
    
    .dashboard-widget-info h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    }
    
    .dashboard-widget-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    border-radius: 50px;
    }
    
    .dashboard-widget.color-1 {
    background: rgba(168, 85, 247, .08);
    color: #A855F7;
    }
    
    .dashboard-widget.color-1 h1 {
    color: #A855F7;
    }
    
    .dashboard-widget.color-1 .dashboard-widget-icon {
    background: #A855F7;
    color: #fff;
    }
    
    .dashboard-widget.color-2 {
    background: rgba(17, 183, 107, .08);
    color: #11B76B;
    }
    
    .dashboard-widget.color-2 h1 {
    color: #11B76B;
    }
    
    .dashboard-widget.color-2 .dashboard-widget-icon {
    background: #11B76B;
    color: #fff;
    }
    
    .dashboard-widget.color-3 {
    background: rgba(240, 84, 84, .08);
    color: #F05454;
    }
    
    .dashboard-widget.color-3 h1 {
    color: #F05454;
    }
    
    .dashboard-widget.color-3 .dashboard-widget-icon {
    background: #F05454;
    color: #fff;
    }
    
    .dashboard-widget.color-4 {
    background: rgba(13, 202, 240, .08);
    color: #0DCAF0;
    }
    
    .dashboard-widget.color-4 h1 {
    color: #0DCAF0;
    }
    
    .dashboard-widget.color-4 .dashboard-widget-icon {
    background: #0DCAF0;
    color: #fff;
    }
    
    
    
    /*Profile      */
    
    .theme-btn {
    position: relative;
    font-size: 16px;
    background: green;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    z-index: 1;
    }
    
    .theme-btn::before {
    content: "";
    height: 300px;
    width: 300px;
    background:  green;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
    }
    
    .theme-btn:hover {
    color: var(--color-white);
    }
    
    .theme-btn:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
    }
    
    .unlist {
    margin: 0;
    padding: 0;
    }
    .unlist li {
    list-style: none;
    }
    /* user sidebar */
    .user-area .sidebar {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 15px;
    }
    
    .user-area .sidebar-top {
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    }
    
    .user-area .sidebar-profile-img {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 15px auto;
    border-radius: 50px;
    padding: 4px;
    border: 3px solid #000066;;
    }
    
    .user-area .sidebar-profile-img img {
    border-radius: 50%;
    }
    
    .user-area .sidebar-profile-img button {
    position: absolute;
    border-radius: 50px;
    background: green;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: none;
    right: 0;
    bottom: 0;
    }
    
    .user-area .profile-img-file {
    display: none;
    }
    
    .user-area .sidebar-list li {
    margin: 5px 0;
    }
    
    .user-area .sidebar-list li a {
    color: #000;
    padding: 6px 6px 6px 15px;
    display: block;
    font-weight: 500;
    transition: all .5s ease-in-out;;
    }
    
    .user-area .sidebar-list li a:hover {
    padding-left: 20px;
    }
    
    .user-area .sidebar-list li a i {
    margin-right: 5px;
    color: #000066;
    }
    
    .user-area .sidebar-list .active i {
    color: #fff;
    }
    
    .user-area .sidebar-list .active {
    background: #000066;
    color: #fff;
    border-radius: 8px;
    }
    
    .user-area .sidebar-list li a span{
    float: right;
    line-height: unset;
    padding: 0px 6px;
    border-radius: 10px;
    margin-top: 3.7px;
    }
    
    
    /* user card */
    .user-card {
    background: #fff;
    padding: 15px 20px 20px 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    }
    
    .user-card-title {
    color: #000;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    background: linear-gradient(90deg, rgba(200, 34, 176, 1) 16%, rgba(0, 0, 102, 1) 60%);
    padding: 10px;
    color: white;
    }
    
    .user-card .text-success {
    color: green !important;
    }
    
    .usba{
    background: linear-gradient(90deg, rgba(200, 34, 176, 1) 16%, rgba(0, 0, 102, 1) 60%);
    }
    .usba2{
    border: none;
    }
    
    .user-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    }
    
    .user-card-header .user-card-title {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    }
    
    .user-card-header-right {
    display: flex;
    align-items: center;
    gap: 20px;
    }
    
    .user-card-header .theme-btn {
    padding: 8px 15px;
    }
    
    @media all and (max-width: 767px) {
    .user-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    }
    
    .user-card-header-right {
    flex-direction: column-reverse;
    align-items: flex-start;
    }
    }
    
    
    /* user card search */
    .user-card-search .form-group {
    position: relative;
    }
    
    .user-card-search .form-control {
    padding: 10px 20px 10px 35px;
    box-shadow: none;
    border-radius: 10px;
    border-color: 1px solid rgb(0 0 0 / 8%);
    }
    
    .user-card-search .form-control:focus {
    border-color: green;
    }
    
    .user-card-search i {
    position: absolute;
    left: 12px;
    top: 15px;
    }
    
    .user-card-filter .nice-select{
    height: 45px;
    line-height: 42.5px;
    border-color:1px solid rgb(0 0 0 / 8%);
    border-radius: 10px;
    }
    
    .user-card-filter .nice-select::after{
    width: 6px;
    height: 6px;
    margin-top: -5px;
    }
    
    /* user form */
    .user-form .form-group {
    margin-bottom: 15px;
    }
    
    .user-form .form-group label {
    color: #fff;
    margin-bottom: 4px;
    }
    
    .user-form .form-control {
    padding: 8px 20px;
    border-radius: 10px;
    box-shadow: none;
    }
    
    .user-form .nice-select{
    width: 100%;
    height: 50px;
    line-height: 48px;
    border-radius: 10px;
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 15px;
    }
    
    .user-form .nice-select::after{
    width: 9px;
    height: 9px;
    margin-top: -7px;
    right: 18px;
    }
    
    .user-form .nice-select .list{
    width: 100%;
    }
    
    .user-form .nice-select:focus,
    .user-form .form-control:focus {
    border-color: #fff;
    }
    
    .user-form .theme-btn {
    width: unset;
    margin-top: 15px;
    }
    
    .user-form .form-img-upload {
    width: 100%;
    height: 140px;
    border: 2px dashed rgb(0 0 0 / 8%);
    border-radius: 10px;
    cursor: pointer;
    }
    
    .user-form .form-img-file {
    display: none;
    }
    
    .user-form .form-img-upload span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    }
    
    .user-form .form-img-upload span i {
    margin-right: 5px;
    }
    
    .user-form .form-check {
    margin-bottom: 15px;
    }
    
    .user-form .form-check-input {
    margin-top: 6.5px;
    box-shadow: none;
    }
    
    .user-form .form-check-input:focus {
    border-color: green;
    }
    
    .user-form .form-check label {
    color: #000;
    }
    
    .user-form .form-check label a{
    color: green;
    }
    
    /* user badge */
    .user-area .badge{
    border-radius: 50px;
    padding: 5px 12px;
    }
    
    .user-area .badge-success{
    background: #DCFCE7;
    color: #22C79C;
    }
    
    .user-area .badge-info{
    background: #F3E8FF;
    color: #A855F7;
    }
    
    .user-area .badge-primary{
    background: #DBF7FD;
    color: #0DCAF0;
    }
    
    .user-area .badge-danger{
    background: #FEE2E2;
    color: #EF4444;
    }
    
    /* dashboard */
    .dashboard-widget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
    border-radius: 10px;
    margin: 10px 0;
    }
    
    .dashboard-widget-info span {
    font-weight: 500;
    }
    
    .dashboard-widget-info h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    }
    
    .dashboard-widget-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    border-radius: 50px;
    }
    
    .dashboard-widget.color-1 {
    background: rgba(168, 85, 247, .08);
    color: #A855F7;
    }
    
    .dashboard-widget.color-1 h1 {
    color: #A855F7;
    }
    
    .dashboard-widget.color-1 .dashboard-widget-icon {
    background: #A855F7;
    color: #fff;
    }
    
    .dashboard-widget.color-2 {
    background: rgba(17, 183, 107, .08);
    color: #11B76B;
    }
    
    .dashboard-widget.color-2 h1 {
    color: #11B76B;
    }
    
    .dashboard-widget.color-2 .dashboard-widget-icon {
    background: #11B76B;
    color: #fff;
    }
    
    .dashboard-widget.color-3 {
    background: rgba(240, 84, 84, .08);
    color: #F05454;
    }
    
    .dashboard-widget.color-3 h1 {
    color: #F05454;
    }
    
    .dashboard-widget.color-3 .dashboard-widget-icon {
    background: #F05454;
    color: #fff;
    }
    
    .dashboard-widget.color-4 {
    background: rgba(13, 202, 240, .08);
    color: #0DCAF0;
    }
    
    .dashboard-widget.color-4 h1 {
    color: #0DCAF0;
    }
    
    .dashboard-widget.color-4 .dashboard-widget-icon {
    background: #0DCAF0;
    color: #fff;
    }
    
    
    /* user form */
    .user-form .form-group {
    margin-bottom: 15px;
    }
    
    .user-form .form-group label {
    color: #000;
    margin-bottom: 4px;
    }
    
    .user-form .form-control {
    padding: 8px 20px;
    border-radius: 10px;
    box-shadow: none;
    }
    
    .user-form .nice-select{
    width: 100%;
    height: 50px;
    line-height: 48px;
    border-radius: 10px;
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 15px;
    }
    
    .user-form .nice-select::after{
    width: 9px;
    height: 9px;
    margin-top: -7px;
    right: 18px;
    }
    
    .user-form .nice-select .list{
    width: 100%;
    }
    
    .user-form .nice-select:focus,
    .user-form .form-control:focus {
    border-color: green;
    }
    
    .user-form .theme-btn {
    width: unset;
    margin-top: 15px;
    }
    
    .user-form .form-img-upload {
    width: 100%;
    height: 140px;
    border: 2px dashed rgb(0 0 0 / 8%);
    border-radius: 10px;
    cursor: pointer;
    }
    
    .user-form .form-img-file {
    display: none;
    }
    
    .user-form .form-img-upload span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    }
    
    .user-form .form-img-upload span i {
    margin-right: 5px;
    }
    
    .user-form .form-check {
    margin-bottom: 15px;
    }
    
    .user-form .form-check-input {
    margin-top: 6.5px;
    box-shadow: none;
    }
    
    .user-form .form-check-input:focus {
    border-color: green;
    }
    
    .user-form .form-check label {
    color: #000;
    }
    
    .user-form .form-check label a{
    color: green;
    }
    
    
    
    
    .brand_image_text {
    background: #006937;
    text-align: center;
    position: absolute;
    top: -19px;
    /* width: 50%; */
    left: -49px;
    border-radius: 21px 0px 12px 0px;
    padding: 3px 6px;
    }
    
    
    .offer_card ul{
    display: flex
    ;
    gap: 17px;
    background: transparent;
    padding: 3px 11px;
    }
    
    
    .inner-banner1 {
    height: auto !important;
    display: block;
    
    background-size: cover;
    align-items: center; /* This won't work unless it's inside a flex container */
    }
    
    
    
    .bgcolor{
    padding: 1.5rem;
    --tw-bg-opacity: 1;
    background-color:rgb(247 249 255);
    border-radius: 8px;
    }    
    .bgcolor h1{
    font-weight: 800;
    line-height: 1.5rem;
    font-size: 1.125rem;
    }
    .bgcolor_p{
    font-size: .875rem;
    line-height: 1.25rem;
    padding-top: 5px;
    margin-top: -.25rem;
    font-weight: 500;
    }
    .fontextrabold{
    padding-bottom: 0;
    color:rgb(0 54 218);
    line-height: 50px;
    font-weight: 800;
    font-size: 40px;
    }
    .texxs{
    font-size: .875rem;
    line-height: 1.25rem;
    margin-top: .25rem;
    order: 1;
    color:rgb(92 92 92);
    font-weight: 500;
    }
    .wfull{
    border-radius: .75rem;
    cursor: default;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255);
    width: 100%;
    }
    /*.itemscenter{*/
    /*padding-top: 1rem;*/
    /*padding-bottom: 1.5rem;*/
    /*padding-left: 1rem;*/
    /*padding-right: 1rem;*/
    /*height: 88px;*/
    /*align-items: center;*/
    /*width: 100%;*/
    /*display: flex;*/
    /*margin-top: 20px;*/
    /*}*/
    .itemsstart{
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    display: flex;
    }
    .itemsstart h3{
    --tw-text-opacity: 1;
    color: rgb(92 92 92);
    font-weight: 800;
    font-size: 1rem;
    line-height: 1.5rem;
    }
    itemsstart p{
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color:rgb(38 38 38);
    }
    .leading{
    line-height: 1.5rem;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    border-radius: 50%;
    color: rgb(92 92 92 / 75%);
    border-color: rgb(92 92 92 / 75%);
    padding: 8px;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    
    }
    .border_t{
    margin-left: 0;
    margin-right: 0;
    padding: 1rem;
    --tw-border-opacity: 1;
    border-top: 1px solid rgb(217 227 236);
    flex-direction: column;
    display: flex;
    }
    .justify_between{
    justify-content: space-between;
    align-items: center;
    display: flex;
    }
    .extrabold{
    --tw-text-opacity: 1;
    color: rgb(92 92 92);
    font-weight: 800;
    font-size: 1rem;
    line-height: 1.5rem;
    }
    .confirmed{
    font-size: .875rem;
    line-height: 1.25rem;
    height: 34px;
    font-weight: 600;
    padding: .5rem;
    background-color: #26a6511a;
    --tw-border-opacity: 1;
    border: 1px solid rgb(38 166 81);
    border-radius: .25rem;
    align-items: center;
    display: flex;
    }
    .confirmed:before{
    --tw-content: "";
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(38 166 81 / var(--tw-bg-opacity));
    border-radius: 9999px;
    width: .5rem;
    height: .5rem;
    display: block;
    margin-right: .5rem;
    }
    
    .text_inactive{
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity));
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    padding-top: .5rem;
    margin: 0;
    }
    
    .confirmeds{
    font-size: .875rem;
    line-height: 1.25rem;
    height: 34px;
    font-weight: 600;
    padding: .5rem;
    background-color: #fed6241a;
    --tw-border-opacity: 1;
    border: 1px solid rgb(254 214 36);
    border-radius: .25rem;
    align-items: center;
    display: flex;
    }
    .confirmeds:before{
    --tw-content: "";
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(254 214 36);
    border-radius: 9999px;
    width: .5rem;
    height: .5rem;
    display: block;
    margin-right: .5rem;
    }
    
    .paid{
    font-size: .875rem;
    line-height: 1.25rem;
    height: 34px;
    font-weight: 600;
    padding: .5rem;
    background-color: #0036da1a;
    --tw-border-opacity: 1;
    border: 1px solid rgb(0 54 218);
    border-radius: .25rem;
    align-items: center;
    display: flex;
    }
    .paid:before{
    --tw-content: "";
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(0 54 218);
    border-radius: 9999px;
    width: .5rem;
    height: .5rem;
    display: block;
    margin-right: .5rem;
    }
    .payment{
    width: 218px;
    height: 48px;
    display: block;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-weight: 600 !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    padding: .25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(0 54 218 / var(--tw-bg-opacity));
    border-radius: .5rem !important;
    align-self: center;
    align-items: center;
    margin-top: 2rem;
    border: 1px solid #0036da;
    }
    .textcenter{
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .orderdetails{
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    width: 100%;
    }
    .border_ck{
    --tw-border-opacity: 1;
    border-bottom: 1px solid rgb(217 227 236);
    width: 100%:
    display: flex;
    }
    .bgwhite{
    padding: 1.5rem;
    height: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    border-radius: .5rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
    }
    .textsm{
    font-weight: 800;
    font-size: 1.125rem;
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity));
    line-height: 1 !important;
    }
    .angles{
    margin-left: 0;
    font-size: 1.125rem;
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity));
    font-weight: 600;
    }
    
    
    
    
    /*product list*/
    
    .fs_15{
    font-size:15px;
    
    }
    
    .list_span{
    color:#076b3a;
    
    }
    
    .filter_data{
    border: 1px solid #ffffff;
    background: white;
    /*margin-top: 37px;*/
    border-radius: 7px;
    }
    
    .filter{
    border-bottom: 1px solid #eaeaec;
    }
    
    
    .h_input{
    height: 25px;
    }
    
    .product_scroll {
    /* background-color: coral; */
    /* width: 200px; */
    height: 206px;
    /* border: 1px solid black; */
    overflow: auto;
    }
    
    
    
    /*Brand offer    */
    .relative{
    margin: 0px 11px;
    position: relative;
    }   
    
    .logo_absolute{
    position: absolute;
    z-index: 99999;
    width: 150px;
    padding: 15px 15px;
    }  
    .logo_absolute img{
    width: 41%;
    border-radius: 10px;
    } 
    
    
    .btn_absolute {
    position: absolute;
    /* top: 0; */
    bottom: 0;
    right: 0;
    padding: 15px 15px;
    }
    .br{
    border-radius: 30px;
    }
    
    
    
    /*Faq */
    
    
    .accordion-button1:not(.collapsed) {
    color: #fff !important;
    background: #000066 !important;
    border: none;
    box-shadow: none;
    }
    
    
    .faq .faq-block .accordion-button::after {
    right: 11px !important;
    }
    
    .blogimage12 {
    
    aspect-ratio: 7 / 4 !important;
    /*object-fit: cover !important;*/
    }
    
    
    .our-team-box{
    position: relative;
    }
    .our-team-img::before{
    position: absolute;
    content:"";
    background: linear-gradient(3.65deg, #c822b06e 5.86%, rgb(13 168 168 / 7%) 82.23%);
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 5px;
    }
    .our-team-box.mt {
    margin-top: -42px;
    }
    .our-team-img{
    overflow: hidden;
    border-radius: 5px;
    }
    .our-team-img img{
    height:300px !important;
    transition: .5s;
    }
    .our-team-box:hover .our-team-img img{
    transform: scale(1.08);
    transition: all 0.3s 0s ease-out;
    }
    .our-team-social a{
    position: relative;
    content:"";
    background:#fff;
    display: block;
    margin-bottom: 10px;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color:#0E1E2A;
    border-radius: 5px;
    }
    
    .our-team-social {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 1;
    }
    .our-team-social a:hover::after {
    opacity: 1;
    }
    .our-team-social .icon-1 {
    transform: translateX(0px);
    transition: all 0.3s ease-in-out;
    }
    .our-team-social .icon-2 {
    visibility: hidden;
    opacity: 0;
    transform: translateX(0px);
    transition: all 0.4s ease-in-out;
    }
    .our-team-social .icon-3 {
    visibility: hidden;
    opacity: 0;
    transform: translateX(0px);
    transition: all 0.5s ease-in-out;
    }
    
    .our-team-box:hover .our-team-social .icon-1 {
    visibility: visible;
    transform: translateX(-30px);
    opacity: 1;
    }
    .our-team-box:hover .our-team-social .icon-2 {
    visibility: visible;
    transform: translateX(-30px);
    opacity: 1;
    }
    .our-team-box:hover .our-team-social .icon-3 {
    visibility: visible;
    transform: translateX(-30px);
    opacity: 1;
    }
    .our-team-box:hover .our-team-social .icon-4 {
    visibility: visible;
    transform: translateX(-30px);
    opacity: 1;
    }
    .our-team-info {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    }
    
    .our-team-title a {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    }
    .our-team-title p{
    color:#fff;
    }
    
    
    
    
    /*//account*/
    
    
    .fontextrabold{
    padding-bottom: 0;
    color:rgb(0 54 218);
    line-height: 50px;
    font-weight: 800;
    font-size: 40px;
    }
    
    .border-2{
    border-bottom: 1px solid #d7d7d7;
    }
    
    .border-2 p{
    
    color: #000;
    font-weight: 600;
    font-size: 17px;
    
    }
    
    
    .account-setting {
    display: flex
    ;
    padding: 0 0 15px 0px;
    font-size: 16px;
    font-weight: 500;
    gap: 11px;
    align-items: center;
    color: #655e5e !important;
    }
    
    .account-setting:hover {
    
    color: #000066 !important;
    }
    
    .account-setting-out {
    display: flex
    ;
    padding: 0 0 15px 0px;
    font-size: 17px;
    font-weight: 600;
    gap: 11px;
    align-items: center;
    color: #d73434 !important;
    }
    
    .account-bg{
    background: #00a4a421 !important;
    border-radius: 14px;
    }
    
    .account_1 {
    
    width: 100%;
    height: 100%;
    
    overflow: scroll;
    }
    
    
    /*//Refferrels*/

    
    .fontextrabold{
    padding-bottom: 0;
    color:rgb(0 54 218);
    line-height: 50px;
    font-weight: 800;
    font-size: 40px;
    }
    .fs-25{
    font-size: 25px;
    font-weight: 700;
    }
    .table-img{
    width:20px;
    }
    
    
    .unlist {
    margin: 0;
    padding: 0;
    }
    .unlist li {
    list-style: none;
    }
    /* user sidebar */
    .user-area .sidebar {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 15px;
    }
    
    .user-area .sidebar-top {
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    }
    
    .user-area .sidebar-profile-img {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 15px auto;
    border-radius: 50px;
    padding: 4px;
    border: 3px solid #000066;
    }
    
    .user-area .sidebar-profile-img img {
    border-radius: 50%;
    }
    
    .user-area .sidebar-profile-img button {
    position: absolute;
    border-radius: 50px;
    background: #000066;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: none;
    right: 0;
    bottom: 0;
    }
    
    .user-area .profile-img-file {
    display: none;
    }
    
    .user-area .sidebar-list li {
    margin: 5px 0;
    }
    
    .user-area .sidebar-list li a {
    color: #000;
    padding: 6px 6px 6px 15px;
    display: block;
    font-weight: 500;
    transition: all .5s ease-in-out;;
    }
    
    .user-area .sidebar-list li a:hover {
    padding-left: 20px;
    }
    
    .user-area .sidebar-list li a i {
    margin-right: 5px;
    color: #000066;
    }
    
    .user-area .sidebar-list .active i {
    color: #fff;
    }
    
    .user-area .sidebar-list .active {
    background: #000066;
    color: #fff;
    border-radius: 8px;
    }
    
    .user-area .sidebar-list li a span{
    float: right;
    line-height: unset;
    padding: 0px 6px;
    border-radius: 10px;
    margin-top: 3.7px;
    }
    
    
    /* user card */
    .user-card {
    background: #fff;
    padding: 15px 20px 20px 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    }
    
    .user-card-title {
    color: #000;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    }
    
    .user-card .text-success {
    color: green !important;
    }
    
    .user-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    /*margin-bottom: 15px;
    border-bottom: 1px solid rgb(0 0 0 / 8%);*/
    }
    
    .user-card-header .user-card-title {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    }
    
    .user-card-header-right {
    display: flex;
    align-items: center;
    gap: 20px;
    }
    
    .user-card-header .theme-btn {
    padding: 8px 15px;
    }
    
    @media all and (max-width: 767px) {
    .user-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    }
    
    
    .user-card-header-right {
    flex-direction: column-reverse;
    align-items: flex-start;
    }
    }
    
    
    /* user card search */
    .user-card-search .form-group {
    position: relative;
    }
    
    .user-card-search .form-control {
    padding: 10px 20px 10px 35px;
    box-shadow: none;
    border-radius: 10px;
    border-color: 1px solid rgb(0 0 0 / 8%);
    }
    
    .user-card-search .form-control:focus {
    border-color: green;
    }
    
    .user-card-search i {
    position: absolute;
    left: 12px;
    top: 15px;
    }
    
    .user-card-filter .nice-select{
    height: 45px;
    line-height: 42.5px;
    border-color:1px solid rgb(0 0 0 / 8%);
    border-radius: 10px;
    }
    
    .user-card-filter .nice-select::after{
    width: 6px;
    height: 6px;
    margin-top: -5px;
    }
    
    /* user form */
    .user-form .form-group {
    margin-bottom: 15px;
    }
    
    .user-form .form-group label {
    color: #fff;
    margin-bottom: 4px;
    }
    
    .user-form .form-control {
    padding: 8px 20px;
    border-radius: 10px;
    box-shadow: none;
    }
    
    .user-form .nice-select{
    width: 100%;
    height: 50px;
    line-height: 48px;
    border-radius: 10px;
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 15px;
    }
    
    .user-form .nice-select::after{
    width: 9px;
    height: 9px;
    margin-top: -7px;
    right: 18px;
    }
    
    .user-form .nice-select .list{
    width: 100%;
    }
    
    .user-form .nice-select:focus,
    .user-form .form-control:focus {
    border-color: #fff;
    }
    
    .user-form .theme-btn {
    width: unset;
    margin-top: 15px;
    }
    
    .user-form .form-img-upload {
    width: 100%;
    height: 140px;
    border: 2px dashed rgb(0 0 0 / 8%);
    border-radius: 10px;
    cursor: pointer;
    }
    
    .user-form .form-img-file {
    display: none;
    }
    
    .user-form .form-img-upload span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    }
    
    .user-form .form-img-upload span i {
    margin-right: 5px;
    }
    
    .user-form .form-check {
    margin-bottom: 15px;
    }
    
    .user-form .form-check-input {
    margin-top: 6.5px;
    box-shadow: none;
    }
    
    .user-form .form-check-input:focus {
    border-color: green;
    }
    
    .user-form .form-check label {
    color: #000;
    }
    
    .user-form .form-check label a{
    color: green;
    }
    
    /* user badge */
    .user-area .badge{
    border-radius: 50px;
    padding: 5px 12px;
    }
    
    .user-area .badge-success{
    background: #DCFCE7;
    color: #22C79C;
    }
    
    .user-area .badge-info{
    background: #F3E8FF;
    color: #A855F7;
    }
    
    .user-area .badge-primary{
    background: #DBF7FD;
    color: #0DCAF0;
    }
    
    .user-area .badge-danger{
    background: #FEE2E2;
    color: #EF4444;
    }
    
    /* dashboard */
    .dashboard-widget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
    border-radius: 10px;
    margin: 10px 0;
    }
    
    .dashboard-widget-info span {
    font-weight: 500;
    }
    
    .dashboard-widget-info h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    }
    
    .dashboard-widget-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    border-radius: 50px;
    }
    
    .dashboard-widget.color-1 {
    background: rgba(168, 85, 247, .08);
    color: #A855F7;
    }
    
    .dashboard-widget.color-1 h1 {
    color: #A855F7;
    }
    
    .dashboard-widget.color-1 .dashboard-widget-icon {
    background: #A855F7;
    color: #fff;
    }
    
    .dashboard-widget.color-2 {
    background: rgba(17, 183, 107, .08);
    color: #11B76B;
    }
    
    .dashboard-widget.color-2 h1 {
    color: #11B76B;
    }
    
    .dashboard-widget.color-2 .dashboard-widget-icon {
    background: #11B76B;
    color: #fff;
    }
    
    .dashboard-widget.color-3 {
    background: rgba(240, 84, 84, .08);
    color: #F05454;
    }
    
    .dashboard-widget.color-3 h1 {
    color: #F05454;
    }
    
    .dashboard-widget.color-3 .dashboard-widget-icon {
    background: #F05454;
    color: #fff;
    }
    
    .dashboard-widget.color-4 {
    background: rgba(13, 202, 240, .08);
    color: #0DCAF0;
    }
    
    .dashboard-widget.color-4 h1 {
    color: #0DCAF0;
    }
    
    .dashboard-widget.color-4 .dashboard-widget-icon {
    background: #0DCAF0;
    color: #fff;
    }
    
    
    .card-bg{
    background: linear-gradient(90deg, rgba(200, 34, 176, 1) 16%, rgba(0, 0, 102, 1) 60%) !important;
    color:#fff !important;
    }
    
    
    
    /*//Payments*/
    
    
    
    
    .fontextrabold{
    padding-bottom: 0;
    color:rgb(0 54 218);
    line-height: 18px;
    font-weight: 800;
    font-size: 27px;
    
    }
    
    


    
    .unlist {
    margin: 0;
    padding: 0;
    }
    .unlist li {
    list-style: none;
    }
    /* user sidebar */
    .user-area .sidebar {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 15px;
    }
    
    .user-area .sidebar-top {
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    }
    
    .user-area .sidebar-profile-img {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 15px auto;
    border-radius: 50px;
    padding: 4px;
    border: 3px solid #000066;
    }
    
    .user-area .sidebar-profile-img img {
    border-radius: 50%;
    }
    
    .user-area .sidebar-profile-img button {
    position: absolute;
    border-radius: 50px;
    background: #000066;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: none;
    right: 0;
    bottom: 0;
    }
    
    .user-area .profile-img-file {
    display: none;
    }
    
    .user-area .sidebar-list li {
    margin: 5px 0;
    }
    
    .user-area .sidebar-list li a {
    color: #000;
    padding: 6px 6px 6px 15px;
    display: block;
    font-weight: 500;
    transition: all .5s ease-in-out;;
    }
    
    .user-area .sidebar-list li a:hover {
    padding-left: 20px;
    }
    
    .user-area .sidebar-list li a i {
    margin-right: 5px;
    color: #000066;
    }
    
    .user-area .sidebar-list .active i {
    color: #fff;
    }
    
    .user-area .sidebar-list .active {
    background: #000066;
    color: #fff;
    border-radius: 8px;
    }
    
    .user-area .sidebar-list li a span{
    float: right;
    line-height: unset;
    padding: 0px 6px;
    border-radius: 10px;
    margin-top: 3.7px;
    }
    
    
    /* user card */
    .user-card {
    background: #fff;
    padding: 15px 20px 20px 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    }
    
    .user-card-title {
    color: #000;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    }
    
    .user-card .text-success {
    color: green !important;
    }
    
    .user-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
 /*   margin-bottom: 15px;
    border-bottom: 1px solid rgb(0 0 0 / 8%); */
    }
    
    .user-card-header .user-card-title {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    }
    
    .user-card-header-right {
    display: flex;
    align-items: center;
    gap: 20px;
    }
    
    .user-card-header .theme-btn {
    padding: 8px 15px;
    }
    
    @media all and (max-width: 767px) {
    .user-card-header {
    /*flex-direction: column;
    align-items: flex-start;
    gap: 20px;*/
    
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    }
    
    .user-card-header-right {
    flex-direction: column-reverse;
    align-items: flex-start;
    }
    }
    
    
    /* user card search */
    .user-card-search .form-group {
    position: relative;
    }
    
    .user-card-search .form-control {
    padding: 10px 20px 10px 35px;
    box-shadow: none;
    border-radius: 10px;
    border-color: 1px solid rgb(0 0 0 / 8%);
    }
    
    .user-card-search .form-control:focus {
    border-color: green;
    }
    
    .user-card-search i {
    position: absolute;
    left: 12px;
    top: 15px;
    }
    
    .user-card-filter .nice-select{
    height: 45px;
    line-height: 42.5px;
    border-color:1px solid rgb(0 0 0 / 8%);
    border-radius: 10px;
    }
    
    .user-card-filter .nice-select::after{
    width: 6px;
    height: 6px;
    margin-top: -5px;
    }
    
    /* user form */
    .user-form .form-group {
    margin-bottom: 15px;
    }
    
    .user-form .form-group label {
    color: #fff;
    margin-bottom: 4px;
    }
    
    .user-form .form-control {
    padding: 8px 20px;
    border-radius: 10px;
    box-shadow: none;
    }
    
    .user-form .nice-select{
    width: 100%;
    height: 50px;
    line-height: 48px;
    border-radius: 10px;
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 15px;
    }
    
    .user-form .nice-select::after{
    width: 9px;
    height: 9px;
    margin-top: -7px;
    right: 18px;
    }
    
    .user-form .nice-select .list{
    width: 100%;
    }
    
    .user-form .nice-select:focus,
    .user-form .form-control:focus {
    border-color: #fff;
    }
    
    .user-form .theme-btn {
    width: unset;
    margin-top: 15px;
    }
    
    .user-form .form-img-upload {
    width: 100%;
    height: 140px;
    border: 2px dashed rgb(0 0 0 / 8%);
    border-radius: 10px;
    cursor: pointer;
    }
    
    .user-form .form-img-file {
    display: none;
    }
    
    .user-form .form-img-upload span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    }
    
    .user-form .form-img-upload span i {
    margin-right: 5px;
    }
    
    .user-form .form-check {
    margin-bottom: 15px;
    }
    
    .user-form .form-check-input {
    margin-top: 6.5px;
    box-shadow: none;
    }
    
    .user-form .form-check-input:focus {
    border-color: green;
    }
    
    .user-form .form-check label {
    color: #000;
    }
    
    .user-form .form-check label a{
    color: green;
    }
    
    /* user badge */
    .user-area .badge{
    border-radius: 50px;
    padding: 5px 12px;
    }
    
    .user-area .badge-success{
    background: #DCFCE7;
    color: #22C79C;
    }
    
    .user-area .badge-info{
    background: #F3E8FF;
    color: #A855F7;
    }
    
    .user-area .badge-primary{
    background: #DBF7FD;
    color: #0DCAF0;
    }
    
    .user-area .badge-danger{
    background: #FEE2E2;
    color: #EF4444;
    }
    
    /* dashboard */
    .dashboard-widget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
    border-radius: 10px;
    margin: 10px 0;
    }
    
    .dashboard-widget-info span {
    font-weight: 500;
    }
    
    .dashboard-widget-info h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    }
    
    .dashboard-widget-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    border-radius: 50px;
    }
    
    .dashboard-widget.color-1 {
    background: rgba(168, 85, 247, .08);
    color: #A855F7;
    }
    
    .dashboard-widget.color-1 h1 {
    color: #A855F7;
    }
    
    .dashboard-widget.color-1 .dashboard-widget-icon {
    background: #A855F7;
    color: #fff;
    }
    
    .dashboard-widget.color-2 {
    background: rgba(17, 183, 107, .08);
    color: #11B76B;
    }
    
    .dashboard-widget.color-2 h1 {
    color: #11B76B;
    }
    
    .dashboard-widget.color-2 .dashboard-widget-icon {
    background: #11B76B;
    color: #fff;
    }
    
    .dashboard-widget.color-3 {
    background: rgba(240, 84, 84, .08);
    color: #F05454;
    }
    
    .dashboard-widget.color-3 h1 {
    color: #F05454;
    }
    
    .dashboard-widget.color-3 .dashboard-widget-icon {
    background: #F05454;
    color: #fff;
    }
    
    .dashboard-widget.color-4 {
    background: rgba(13, 202, 240, .08);
    color: #0DCAF0;
    }
    
    .dashboard-widget.color-4 h1 {
    color: #0DCAF0;
    }
    
    .dashboard-widget.color-4 .dashboard-widget-icon {
    background: #0DCAF0;
    color: #fff;
    }
    
    
    
    .bg-airblue{
    background: #f8fcff !important;
    }
    
    
    
    /*reviewus*/
    
 
    .fs-20{
    font-size:15px;
    }
    
    .experience_box{
    
    display: flex
    ;
    justify-content: space-between;
    align-items: center;
    
    padding: 8px 10px;
    box-shadow: 0 0 3px #635e5ec7;
    margin-bottom: 19px;
    }
    
    
    .review_box{
    /*display: flex*/
    /*;*/
    justify-content: space-between;
    align-items: center;
    }
    
    
    
    
    /*Payment History*/
    
    
    .pay24{
    padding: 50px 0px;
    }
    .br6{
    border-radius: 6px;
    /* box-shadow: 0 0 4px #006937; */
    /*border: 1px solid #0069374f;*/
    /*border: 1px solid #dfe7ef;*/
    padding:0px;
    }
    .Request{
    padding-left: 7px;
    }
    
    .Request h3{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 6px;
    }
    .cusbtn3{
    padding-top: 15px;
    padding-bottom: 15px;
    }
    .daad{
    padding: 30px 25px;
    align-items:center;
    }
    .tableactive{
    background: #f2f7fc;
    }
    .tableactive th{
    padding: 10px 15px;
    }
    .tbodys{
    
    }
    .tbodys td{
    padding: 25px 15px;
    }
    @media(max-width:991px){
    .br-6{
    margin-bottom:15px;
    }
    .py_60 {
    padding-top: 30px;
    padding-bottom: 30px;
    }
    .featured-product-card .image-box .product-image {
    width: 100%;
    }
    .relative{
    margin: 0px;
    }     
    .Request{
    margin-bottom: 15px;
    }
    }
    
    
    /*Payment DEtails*/
    
    .pay24{
    padding: 50px 0px;
    }
    .br6{
    border-radius: 6px;
    /* box-shadow: 0 0 4px #006937; */
    /*border: 1px solid #0069374f;*/
    border: 1px solid #dfe7ef;
    padding:0px;
    }
    .Request{
    padding-left: 7px;
    }
    
    .Request h3{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 6px;
    }
    .cusbtn3{
    padding-top: 15px;
    padding-bottom: 15px;
    }
    .daad{
    padding: 30px 25px;
    align-items:center;
    }
    .tableactive{
    background: #f2f7fc;
    }
    .tableactive th{
    padding: 10px 15px;
    }
    .tbodys{
    
    }
    .view{
    color: #2e74df;
    }
    .view:hover{
    color: #006937;
    }
    .tbodys td{
    padding: 25px 15px;
    }
    .Important {
    background: #fff5ed;
    margin: 15px;
    padding: 15px 20px;
    }
    .Important h5{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 6px;
    }
    .Important p{
    font-size: 14px;
    }
    .Important i{
    border: 2px solid;
    padding: 5px;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    font-size: 11px;
    text-align: center;
    }
    .ww_50{
    width:50%;
    }
    .ww_25{
    width:25%;
    }
    @media(max-width:991px){
    .ww_50{
    width:100%;
    }
    .ww_25{
    width:100%;
    }
    .Request{
    margin-bottom: 15px;
    
    }
    
    
    /*//Order*/
    .pay24{
    padding: 50px 0px;
    }
    .br6{
    border-radius: 6px;
    /* box-shadow: 0 0 4px #006937; */
    /*border: 1px solid #0069374f;*/
    border: 1px solid #dfe7ef;
    padding:0px;
    }
    
    .tbodysss{
    
    }
    
    .tbodysss td h5{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    } 
    .tbodysss td p{
    font-size: 14px;
    } 
    
    .tbodysss td{
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
    .Importants {
    background: #f7f9ff;
    margin: 15px 30px;
    padding: 6px 10px;
    box-shadow: 0 0 4px #dfe7ef;
    border: 1px solid #dfe7ef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
    .Importants h5{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 6px;
    }
    .Importants p{
    font-size: 14px;
    }
    .Importants i{
    font-size: 15px;
    font-weight: 600;
    }
    .backs{
    display: flex;
    gap: 15px;
    align-items: center;
    }
    .backsbrd{
    border: 1px solid #dee2e6;
    padding: 5px;
    border-radius: 4px;
    }
    .backsbrd img{
    width: 120px;
    border-radius: 4px;
    }
    .Pending{
    padding: 15px 30px;
    margin-right: 20px;
    }
    .Pending_i{
    font-size: 18px;
    font-weight: 600;    
    }
    
    @media(max-width:991px){
    .Importants h5{
    font-size: 15px;
    }
    .tbodysss td{
    flex-direction: column;
    gap: 15px;
    align-items: baseline;
    }
    .tbodysss td h5{
    font-size: 16px;
    }
    }
    
    
    /*Order Deatils*/
    
    .pay24{
    padding: 50px 0px;
    }
    .brr6{
    border-radius: 6px;
    /* box-shadow: 0 0 4px #006937; */
    /* border: 1px solid #0069374f; */
    border: 1px solid #dfe7ef;
    padding: 0px;
    border-top: 5px solid #000066;
    }
    .Requestd{
    
    }
    
    .Requestd h3{
    font-size: 17px;
    font-weight: 600 !important;
    color: #000000;
    }
    .Requestd p{
    font-size: 15px;
    font-weight: 600;
    color: #536d76;
    }
    .cusbtn3{
    padding-top: 9px;
    padding-bottom: 12px;
    }
    .daad{
    padding: 10px 10px;
    align-items:center;
    }
    
    .Importantdiv {
    background: #fff5ed;
    margin: 15px;
    padding: 18px 30px;
    }
    .Importantdiv h5{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    }
    .Importantdiv p{
    font-size: 14px;
    }
    .Importantdiv i{
    border: 2px solid;
    padding: 5px;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    font-size: 11px;
    text-align: center;
    }
    .textcenter{
    border-right: 1px dotted;
    text-align:center;
    }
    .ggp{
    gap: 35px;
    }
    
    @media(max-width:991px){
    .view-btn {
    padding: 5px 5px;
    font-size: 10px;
    }    
    
    .Request{
    margin-bottom: 15px;
    }
    .textcenter{
    border:none;
    margin-bottom: 25px;
    }
    
    }
    
    
    /*Not Found*/
    
    .error_page{
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: sans-serif;
    background-color: #E7FFFF;
    padding: 50px 0px;
    }
    
    .error_page .error{
    font-size: 150px;
    color: #000066;
    text-shadow: 
    1px 1px 1px #000066,    
    2px 2px 1px #000066,
    3px 3px 1px #000066,
    4px 4px 1px #000066,
    5px 5px 1px #000066,
    6px 6px 1px #000066,
    7px 7px 1px #000066,
    8px 8px 1px #000066,
    25px 25px 8px rgba(0,0,0, 0.2);
    }
    .page{
    margin: 2rem 0;
    font-size: 20px;
    font-weight: 600;
    color: #444;
    }
    
    .pddd{
    padding:0px 200px;
    }
    .cusbtnBack{
    padding-top: 15px;
    padding-bottom: 15px;
    background: #000066;
    border: 1px solid #000066;
    }
    @media(max-width:991px){
    .pddd {
    padding: 0px;
    }
    }
    
    
    .fw-600{
    font-weight:600 !important;
    }
    
    .text-color{
    color:#cd3ab0;
    font-size:40px;
    margin-bottom:0 !important;
    font-weight:700 !important;
    }
    
    
    .cb-color{
    color: #000;
    font-size: 16px;
    }
    
    
    .an5 h2{
    font-size: 16px;
    font-weight: 600 !important;
    color: #000;
    margin-bottom: 7px;
    margin-top: 14px;
    }
    
    
    .offer_btn{
    font-size:15px;
    color:#000;
    }
    
    
    .fs-17{
    font-size:17px !important;
    }
    
    .fs-16{
    font-size:16px !important;
    }
    
    
    .cb-span{
    color: #767b7b !important;
    }
    
    @media(max-width:991px){
    
    .cus-btn-2 {
    font-size: clamp(14px, 3.061vw, 19px);
    padding: 6px 16px !important;
    }
    }
    
    div.dataTables_wrapper div.dataTables_length label {
    font-size: 13px;
    }
    
    
    
        .aaa1 {
    font-size: 25px !important;
    line-height: 1.3;
}

    
    
    
        @media(max-width:991px){
    
    .aaa1 {
    font-size: 19px !important;
    line-height: 1.3;
}
    
    }

    
    
            @media(max-width:900px){
    
    
.hello1 {
    float: right;
    font-size: 17px !important;
    color: white !important;
}
    
    }

    

    @media (max-width: 991px) {
        .view-btn {
            padding: 5px 5px;
            font-size: 13px;
        }
    }
    
    
    
    @media (max-width: 991px) {
    .py_60 {
        padding-top: 30px;
        padding-bottom: 30px !important;
    }
}

   @media (max-width: 991px) {
 .pb_30 {
    padding-bottom: 20px;
}

}


   @media (max-width: 991px) {

.relative {
    margin: 0px 11px;
    position: relative;
}

}


.our__block {
    box-shadow: none !important; 
    border: 1px solid #006937 !important;
    outline: 2px solid #d5fdd5 !important;
}


  .py22{
        padding:10px 16px !important;
    }
    
    .py222{
        
        padding: 12px 32px !important;
    
    }
    
    
    .anj122 {
    width: 60px !important;
    height: 40px !important;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #000066 !important;
    padding: 2px;
    margin-right: 5px;
}



    .price_text_1 {
    color: #010117 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}



  
  
  .mrr{
      margin-right:5px;
  }
  
  
  header .header-section .header-top .header-end {
    display: flex
;
    align-items: center;
    gap: 4px;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a {
    display: flex
;
    justify-content: space-between;
    line-height: 30px;
    color: #fafafa;
    font-size: 14px;
    font-family: "Bai Jamjuree", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    height: 30px !important;
    letter-spacing: 0.8px;
    align-items: center;
    transition: 500ms;
}


h1{
  color: #000066 !important;
}

