* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}
.iti__flag {background-image: url("../flags/flags.png");}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {background-image: url("../flags/flags@2x.png");}
}
@font-face {
    font-family: "body-font";
    src: url("../Almarai/Almarai-Regular.ttf")
}


body{
    direction: rtl ;
    text-align: right;
    padding: 0;
    margin: 0;
    font-family: "body-font";
    font-size:14px;
    color: var(--b);
}
p{
    color: #848484;
}

:root {
    --main: #9b1b1a;
    --second-color: #a13f3f;
    --wh: #fff;
    --b:#000;
    --soft-gary: #dad1f5;
    --m-gray:#d7d4d4;
    --space-gray: #a2a2a2;

}
.main-color{
    color: var(--main);
}
.gray-color{
    color: #747373 ;
}
.space_gray{
    color: #a2a2a2;
}
.red-color{
    color: red;
}
.green-color{
    color: #328c4d;
}
.bg-main{
    background-color: var(--main);
}
.bg-wh{
    background-color: var(--wh);
}
.soft-gray{
    color: #dad1f5;;
}
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ --fixed-- $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none ;
    cursor: pointer ;
}
ul{
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}
i{
    line-height: unset !important;
}
a , ul , li , button ,i, label {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
a , ul , li , button ,i {
    cursor: pointer;
}
button:focus {
    outline: none;
}
a:focus,a:hover{
    text-decoration: none;
}
.btn:focus{
    box-shadow: unset ;
}
p {
    margin: 0;
    padding: 0;
}
.p-none {
    padding: 0 !important;
}
.m-none {
    margin: 0  !important;
}
.internal-space2{
    padding:20px 0 ;
}
.internal-space3{
    padding:30px 0 ;
}
.internal-space4{
    padding:40px 0 ;
}
.internal-space5{
    padding:50px 0 ;
}
.s-space {
    margin: 50px 0;
}
@media (max-width:786px) {
    .s-space{
        margin: 30px 0;
    }
}

.m-0{
    margin: 0 !important
}
.p-0{
    padding: 0;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-50{
    padding-bottom: 50px;
}
.p-10{
    padding: 10px;
}
.p-20{
    padding:20px;
}
.p-30{
    padding: 30px;
}
.p-50{
    padding: 50px;
}
.pt-30{
    padding-top: 30px;
}
.pb-30{
    padding-bottom: 30px;
}

.py-10 {
    padding: 10px 0;
}
.py-20{
    padding:20px 0;
}
.py-30{
    padding: 30px 0;
}
.py-50{
    padding: 50px 0;
}
.px-20 {
    padding: 0 20px;
}
.px-10 {
    padding: 0 10px;
}
.px-5p{
    padding: 0 5px;
}
.m-end-5{
    margin-inline-end: 5px;
}
.m-end-10{
    margin-inline-end: 10px;
}
.m-end-20{
    margin-inline-end: 20px;
}
.m-end-30{
    margin-inline-end: 30px;
}
.m-start-10{
    margin-inline-start: 10px;
}
.ml-10 {
    margin-left: 10px
}
.mr-10 {
    margin-right: 10px
}
.ml-20 {
    margin-left: 20px
}
.mr-30 {
    margin-right: 30px
}
.ml-30 {
    margin-left: 30px
}
.mr-20 {
    margin-right: 10px
}
.mt-20{
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-5-n{
    margin-bottom: 5px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-50{
    margin-bottom: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}
.my-10 {
    margin: 10px 0 ;
}
.my-20 {
    margin:20px 0 ;
}
.my-30 {
    margin: 0 30px ;
}
.mx-20{
    margin: 0 20px;
}
.over-none{
    overflow:hidden !important;
}
.dropdown-item {
    text-align: start !important;
}
.dropdown-toggle{
    cursor: pointer;
}
@media (max-width:991px) {
    .m-md-10{
        margin: 10px;
    }
}

label{
    cursor: pointer;
}
.mb-0{
    margin-bottom: 0 !important;
}
.half-width{
    width: 50% !important;
}
button  {
    cursor: pointer !important
}
.owl_index{
    direction:ltr;
}
.wh-border{
    border: 1px solid var(--wh) !important
}
.wh-color{
    color: white
}
.p_rv{
    position: relative;
}
.p_ab{
    position: absolute
}
hr{
    padding: 0;
    margin: 0 ;

}
.nice-select {
    width: 100%;
    text-align: right !important;
    border: 1px solid #ced4da;
    padding-right: 10px;
    float: none !important;
    color: gray;
}
.nice-select:after {
    right: unset;
    left: 10px;
}
.nice-select .list {
    width: 100%;
}
.nice-select .option {
    text-align: start;
}
.form-control:focus {
    box-shadow: unset;
}
.fw-500{
    font-weight: 600;
}
.fw-600{
    font-weight: 600;
}
.f-10{
    font-size: 10px;
}
.f-11{
    font-size: 11px;
}
.f-12{
    font-size: 12px;
}
.f-13{
    font-size: 13px;
}
.f-15{
    font-size: 15px;
}
.f-16{
    font-size: 16px;
}
.f-17{
    font-size: 17px;
}
.f-18{
    font-size: 18px;
}
.f-20{
    font-size: 20px;
}
.f-22{
    font-size: 22px;
}
.f-25{
    font-size: 25px;
}
.f-27{
    font-size: 27px;
}
.b-color{
    color: #000;
}
.bg-black{
    background-color: #000;
}
.bg-wh{
    background-color: #fff;
}
.b_radius_0{
    border-radius: unset;
}
@media (max-width:600px){
    h1{
        font-size: 24px !important;
    }
    h2{
        font-size: 22px;
    }
    h3{
        font-size: 20px;
    }
    h4{
        font-size:  18px !important;
    }
    h5,h6{
        font-size:16px  ;
    }
    ul li a {
        font-size: 12px  !important;
    }
    .copy-right{
        font-size: 10px;
    }
    .nice-select{
        font-size: 12px;
    }

}
@media (max-width:768px) {
    .my-md-10{
        margin: 10px 0;
    }
    .my-md-20{
        margin: 20px 0;
    }
    .my-md-30{
        margin: 30px 0;
    }
}
/* ________// radius //_________ */
.rad-5{
    border-radius: 5px;
}
.rad-6{
    border-radius: 6px;
}
.rad-7{
    border-radius: 7px;
}
.rad-10{
    border-radius: 10px;
}
.rad-20{
    border-radius: 20px;
}
.rad-30{
    border-radius: 30px;
}
.rad-50{
    border-radius: 50%;
}
/* ________// component //_________ */
.flex-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.gap-5{
    gap:5px
}
.gap-10{
    gap:10px
}
.gap-20{
    gap:20px
}
/* ________// input //_________ */
textarea{
    resize: none;
}
textarea:focus-visible{
    outline: 1px solid var(--main);
}
/* $$$$$$$$$$$$$$$$$$$$$ end-fixed $$$$$$$$$$$$$$$$$$$$$ */
.main_btn {
    background: var(--main);
    color: var(--wh);
    border-radius: 30px;
    width: 120px;
    border: 1px solid var(--main);
    font-size: inherit;
}
button.main_btn:hover , a.main_btn:hover{
    background-color: transparent;
    color: var(--main);
}
.transparent_btn{
    background-color: transparent;
    color: var(--main);
}
a.transparent_btn:hover{
    background-color: var(--main);
    color: var(--wh);
}
.mainBtn:hover{
    color: var(--main)  ;
    background-color: var(--wh);
}
.wh_btn{
    background-color: var(--wh);
    color: var(--main);
    border-color: #b1d7d0;

}
@media (min-width:600px) {
    .lg_btn{
        width: 190px;
        padding: 10px 0;
        font-size: 17px;
    }
    .xlg_btn{
        width: 300px;
        padding: 10px 0;
        font-size: 20px;
    }
    .exlg_btn{
        width:400px ;
        padding: 10px 0;
        font-size: 20px;
    }
}
.gr_btn{
    background-color: #f6f3ee;
    border-color: #f6f3ee;
}
.grBtn:hover{
    border-color: var(--main);
}
@media (max-width:320px) {
    .mainBtn {
        width: 100px;
    }
}
a:hover{
    color: inherit;
}
::selection{
    color: var(--main);
}
/* ___________ // header // ___________ */
header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
header.active{
    position: fixed;
    background: linear-gradient(to left, #000, rgba(0 , 0, 0 , .5) , #000);
}
.side_menu_icon{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
    position: relative;
    align-items: center;
    margin-inline-end: 30px;
}
.side_menu_icon span{
    width: 60%;
    background: white;
    border-bottom: 2px solid white;
    margin: 1px 0;
}
.side_menu_icon span:last-of-type{
    width: 30%;
    margin-inline-start: -8px;
}
.side_menu ul li {
    padding: 10px 20px;
}

.side_menu ul li:hover {
    background-color: #e9e9e9;
}
.logo{
    width: 130px;
}

.ettijahat_nav li a {
    margin: 0 10px;
    color: var(--wh);
}
.ettijahat_nav li.active   {
    background-color: var(--main);
    border-radius: 15px;
    padding: 2px 5px;
}
@media (min-width:992px) {
    .ettijahat_nav li.active{
        margin-inline-end: 10px;
    }
}
.dropdown-toggle::after {
    margin-inline-start: 5px;
}
.new_acc-btn{
    margin-inline-end: 10px;
}
.ettijahat_nav .dropdown-menu{
    padding: 0;
    border-radius: 0;
}
.ettijahat_nav .dropdown-toggle{
    color: var(--wh);
}
.burger-icon{
    width: 25px;
    height: 25px;
    transition: all .3s ease-in-out;
    visibility: hidden;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.burger-icon.active:hover{
    transform: rotate(270deg);

}
.burger-icon span{
    width: 60%;
    height: 2px;
    background: var(--wh);
    display: block;
    transition: all .3s ease-in-out;
    margin: 1px 0;
}
.talbat-dropdown-menu  .dropdown-item:active{
    background-color: var(--main);
}
.talbat-dropdown-menu .dropdown-item{
    color: black;
}
.burger-icon.active  span:first-of-type{
    transform: rotate(45deg) translateY(3px);
}
.burger-icon.active span:nth-of-type(2){
    display: none;
}
.burger-icon.active span:nth-of-type(3){
    transform: rotate(-45deg) translateY(-3px);
}
@media (max-width:991px) {
    .burger-icon{
        visibility: visible;
    }
}
@media (max-width:991px) {
    header .ettijahat_nav{
        width: 40%;
        height: 100%;
        background-color: var(--wh);
        position: fixed;
        z-index: 99;
        flex-direction: column;
        align-items: center;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 20px 0 ;
        transform: translateX(100%);
        transition: all .5s linear;
    }
    header .ettijahat_nav.active{
        transform: translateX(0);
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    header .ettijahat_nav li {
        margin-bottom: 20px ;
    }
    header .ettijahat_nav li a {
        color: black;
    }

    .ettijahat_nav .dropdown-toggle{
        color: black;
    }
}
@media(min-width:1200px){
    .ettijahat_nav li {
    margin: 0 18px
}
}

.notification-num{
    /*content: "";*/
    position: absolute;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    right: 0;
    top: 9px;
    z-index: 2;
    background: yellow;
    text-align: center;
    line-height: 12px;
    font-size: 10px;
}
.header_notification .notificatio_num{
top: 7px;
right: -3px;
}
.notification_box .notification::after{
    right: 3px;
    top: 9px;
}
.delete_item{
    position: absolute;
    top:10px;
    left: 10px;
}
.flag_img{
    width: 30px;
    height: 20px;
    object-fit: contain;
    object-position: center;
}
.lang-dropdown-menu.show , .talbat-dropdown-menu.show{
    top: 10px !important;
}
.search_modal .close{
    opacity: unset;
}
.search_modal .close span{
    border: 2px solid var(--main);
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: block;
    color: var(--main);
    line-height: 21px;
}

/* ___________ // section-one-owl  // ___________ */
.owl_1{
    direction: ltr;
}
.owl_1 .owl-dots{
    position: relative;
    width: 100px;
    bottom: 180px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}
@media (max-width:1200px) {
    .owl_1 .owl-dots {
        bottom: 130px;
    }
}

.owl-nav button.owl-prev , .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 30px !important;
}
.owl-nav button.owl-prev span, .owl-nav button.owl-next span{
    background: var(--wh);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main);
    font-size: 30px;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    padding: 0 0 3px 2px;
    padding-bottom: 3px;
}
@media (max-width:991px) {
    .owl-nav button.owl-prev , .owl-nav button.owl-next {
        width:20px;
        height: 20px;
        line-height: 20px;
        font-size: 20px !important;
    }
}
.owl-nav button.owl-prev span:hover, .owl-nav button.owl-next span:hover{
    background-color: var(--main) ;
    color: var(--wh) ;
}

.owl-nav button.owl-prev{
    left: 8%;
}
.owl-nav button.owl-next {
    right: 8%;
}
@media (max-width:600px) {
    .owl-nav button.owl-prev{
        left: 2%;
    }
    .owl-nav button.owl-next {
        right: 4%;
    }
}
.owl_1 .owl-dots button.owl-dot{
    width: 15px;
    height: 14px;
    border-radius: 50%;
    background: var(--wh);
}
.owl_1 .owl-dots button.owl-dot.active{
    background: var(--main);
    transform: scale(1.3);
}
.item-content{
    height: 570px;
    direction: rtl;
}
.item-content p , h1{
    max-width: 80%;
}
.limited_p {
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.panner{
    z-index: -2;
    height: 100%;
    position: absolute;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.transparent_layer::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
/* ___________ // description_box  // ___________ */
.description_box{
    width: 60%;
    border-radius: 7px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    color: black;
    position: absolute;
    bottom: -50px;
    z-index: 1;
    margin: auto;
    transform: translateX(-50%);
    left: 50%;
}
.desc_img{
    width: 50px;
    object-fit: contain;
    height: 50px;
}
@media (max-width:572px) {
    .desc_img{
        width: 30px;
        object-fit: contain;
        height: 30px;
    }
}
.description_box p, .description_box h6{
    font-weight: 700;
}
@media (max-width:600px) {
    .description_box{
        width:80%
    }
}

/* ___________ // about_us // ___________ */
.about_us{
    margin:  100px 0 50px 0;
}
.underline_title::after{
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: var(--main);
    bottom: 0;
    right: 0;
}
.about_us_img{
    width: 100%;
    height: 250px;
    object-fit: contain;
}
@media (max-width:991px) {
    .about_us_img{
        margin-top:30px;
    }
}

/* ___________ // steps // ___________ */
.circle{
    background-color: var(--wh);
    color: var(--wh);
    text-align: center;
    line-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
    z-index: 2;
}
.circle.active{
    background-color: var(--main);
}
.step h6{
    font-size: 13px !important
}
.step{
    margin: 0 30px;
    width: 200px;
}

.step.active::after{
    position: absolute;
    content: "";
    border: 1px dashed var(--main);
    width: 100%;
    height: 0;
    right: 65%;
    top: 24%;
}
@media (max-width:991px)  {
    .steps{
        overflow: auto;
        overflow-x: scroll;
        white-space: nowrap !important;
    }
    .steps::-webkit-scrollbar{
        width: 0;
        height: 0;
    }
    .steps .circle{
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    .step.active::after {
        border:unset;
        width: 0;
        height: 0;
    }
    .circle .fa-check{
        font-size: 15px;
    }
    .step h6{
        font-size: 13px;
    }
}
.steps_requests .step.active::after {
    width: 110px;
}
/* ___________ // more_about_company // ___________ */
.more_about_company{
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 240px;
    overflow: hidden;
}
.about_company_img{
    max-width: 150px;
    height: 67px;
    object-fit: contain;
}
.more{
    text-align: left;
}
/* ___________ // AD_space // ___________ */
.Ad_space{
    height: 350px;
    z-index: 2;
}
.Ad_space h3{
    font-weight: 600;
    letter-spacing: 1.5px;
}
/* ___________ // packages(silver/gold/Platinum) // ___________ */
.packages{
    padding: 10px 0 ;
    margin-top: 230px;
}
.packages_img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.package_img{
    width: 100px;
    height: 100px;
}
.package{
    border: 1px solid var(--main);
    padding: 50px 30px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.package p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.packages .col-12:nth-child(even) .package{
    margin-top:-180px

}
.packages .col-12:nth-child(odd) .package{
    margin-top: -60px;
}

@media (max-width:991px) {
    .packages{
        height: unset;
        margin-top: unset;
    }
    .packages_img{
        display: none;
    }
    .package , .gold_package{
        /* margin-top: 0; */
        margin: 20px 0;
    }
    .packages .col-12:nth-child(odd) .package ,
    .packages .col-12:nth-child(even) .package{
        margin: 10px 0;
    }
}
/* ___________ // footer // ___________ */
.footer-bg {
    background-color: #f8f8f8;
}
.footer_logo{
    max-width: 120px;
}
.mail-icon , .phone-icon{
    margin-inline-end: 10px;
}
.number{
    transform: rotate(360deg);
    color: black;
}
footer .ettijahat_nav li a{
    color: black;
}
footer .ettijahat_nav .dropdown-toggle{
    color: black;
}
@media (max-width:991px) {
    footer .ettijahat_nav{
        display: none !important;
    }
}
@media (max-width:330px) {
    .footer-content{
        justify-content: center !important;
    }
}
/* _________//copy_right//_________ */
.links-spe a{
    color: #000;
}
.footer-new-img {
    width: 70px;
}
/* __________// side_menu //___________ */
.side_menu{
    background-color: var(--wh);
    width: 350px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    padding: 20px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    z-index: 50;
    transition: all .5s linear;
    transform: translateX(100%);
    display: flex;
    flex-direction: column;
}
.side_menu_ul{
    flex-grow: 1;
    overflow: auto;
}
.side_menu .side_menu_icon{
    margin-inline-end: 15px;
}
.side_menu.active{
    transform: translateX(0);
}
.layer{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    transform: translateX(-100%);
    background-color: rgba(0,0,0,.3);
    z-index: 20;
    right: 0;
    transition: all .3s linear;
    cursor: pointer;
}
.layer.active{
    transform: translateX(0);
}
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* $$$$$$$$$$// new_login //$$$$$$$$$$ */
.acc_type_box{
    border: 1px solid var(--soft-gary);
    width: 300px;
    height: 100px;
}
.acc_type_box.active, .acc_type_box:hover{
    border-color: var(--main);
}
@media (min-width:767px) {
    .acc_type_box:first-of-type{
        margin-inline-end: 20px;
    }
}
.acc_type_img{
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.welcome_logo{
    width: 150px;
    /* height: 100px; */
}
@media (max-width:991px) {
    .acc_type_box{
        margin-bottom: 10px;
    }
}
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* $$$$$$$$$$// users_acc //$$$$$$$$$$ */
#imgPrev{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
}
.edit_icon{
    background-color: var(--main);
    color: var(--wh);
    text-align: center;
    line-height: 35px;
    width: 35px;
    height: 35px;
    font-size: 15px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -17px;
    z-index: 2;
    transform: translateY(-50%);
    border: 1px solid var(--wh);
}
.form-input{
    padding: 10px 40px;
}
.form-textarea{
    height: 120px;
}
.search_input{
    width:92% ;
    transform:translateX(-8%);
}
::placeholder{
    font-size: 13px;
    overflow: visible;
    color: #b7b4b4;
}
.form-input:focus , .contact_input:focus , .modal_input:focus{
    border-color: var(--main);
}
.form-input:focus  label{
    color: var(--main);
}
.input-icon{
    top: 43px;
    right: 16.5px;
}
.textarea-icon{
    top: 27% ;
}
.nice-select {
    padding-right: 40px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--main);
    color: white;
}
.iti{
    width: 100%;
}
.iti--allow-dropdown input{
    padding: 10px 40x;
}
.iti__country-list {
    width: fit-content;
    left: 0;
}
.iti--allow-dropdown input{
    padding: 10px 40px !important
}
.iti__flag{
    margin-inline-end: 10px !important
}
.hidden_input:checked + .check_box{
    background-color: var(--main);
}
.check_box{
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 17px;
    color: var(--wh);
    border: 1px solid var(--main);
    transition: all .3s ease-in-out;
}
.hidden_input{
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.form-check-label span{
    margin-inline-start: 10px;
}
.form-check-label{
    border-bottom: 1px solid;
    width: fit-content;
    padding-bottom: 10px;
}
.havent_acc span:first-of-type{
    color: var(--soft-gary);
}
.desc_icon{
    top: 43px;
    left: 16.5px;
}
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* $$$$// verification_code //$$$$ */
/* verification-blog */
.pinlogin .pinlogin-field {
    border: 1px solid var(--main);
}
.pinlogin .pinlogin-field:focus-visible{
    outline: 1px solid var(--main)
}
@media(max-width:500px){
    .pinlogin .pinlogin-field {
        margin-bottom: 10px;
    }
}
/* ///////// @media /////// */
@media (max-width:768px) {
    body{
        font-size: 12px;
    }
}
@media (max-width: 600px){
    .main_btn {
        width: 90px;
        font-size: 11px;
    }
    .lg_btn{
        width: 150px;
        padding: 5px 0;
        font-size: 15px;
    }
    .xlg_btn{
        width: 200px;
        padding: 10px 0;
        font-size: 16px;
    }
    .exlg_btn{
        width: 250px;
        padding: 10px 0;
        font-size: 18px;
    }
    .logo{
        width: 100px;
    }
    .side_menu{
        width:  250px;
    }
}
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* $$$$$$$$$// contact_us //$$$$$$$$$ */
.contact_input{
    border-radius: unset;
    border-top:1px solid #999999 ;
    border-right:1px solid #999999 ;
    border-bottom:1px solid rgb(221, 221, 221) ;
    border-left:1px solid rgb(221, 221, 221) ;
}
.collapse_box{
    background:#e8e8e8;
    padding: 20px  ;
    cursor: pointer;
}
.rotate_down{
    transform: rotate(270deg);
}
.search_icon{
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.search_icon_modal{
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: var(--main);
    width: 37px;
    height: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

    display: flex;
    justify-content: center;
    align-items: center;
}
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* $$$$$$$$$// shipping_request_form //$$$$$$$$$ */
.flatpickr-day.today {
    border-color: var(--main);
}
.flatpickr-day.selected{
    background-color: var(--main);
    border-color: var(--main);
}
.flatpickr-day:hover{
    background-color: var(--main) ;
    border-color: var(--main);
    color: var(--wh);
}
.flatpickr-day.selected:hover , .flatpickr-day.today:hover{
    background-color: var(--main) ;
    border-color: var(--main);
    color: var(--wh);
}
.form-control[readonly] {
    background-color: transparent;
}
.complete_img{
    width: 200px;
    height: 200px;
}
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* $$$$$$$$$// shipping_request_form //$$$$$$$$$ */
.shiping_user_img{
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: center;
    margin: 0 auto 20px auto;
}
.box{
    background-color: #f8f8f8;
    font-size: 10px;
    padding: 7px 15px;
    color: gray;
    box-shadow: rgb(0 0 0 / 21%) 0px 3px 3px;
}
.box .fa-star{
    color: orange;
}
.map_img{
    width: 100%;
    height: 100%;
}
/*  */
.company_data_box , .company_data_title , .notification_box {
    box-shadow: rgb(99 99 99 / 20%) 0px 5px 8px 0px;
}
.company_data_box_sm , .comment {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
@media (max-width:991px) {
    .company_data_box_sm{
        margin-bottom: 30px;
    }
}
.sm_img{
    width: 20px;
    object-fit: cover;
}
@media (min-width:600px) {
    .data_details span{
        font-size: 18px;
    }
}
.Commercial_Register_i{
    max-width: 300px;
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.Branch_map{
    width: 100%;
    height: 150px;
}
.data_company_table td{
    padding: 15px 0;
    text-align: center;
    width: 33%;
}
.data_company_table tr td:not(:last-of-type){
    border-left: 1px solid var(--soft-gary);
}
.data_company_table tr:not(:last-of-type){

    border-bottom: 1px solid var(--soft-gary);
}
@media (max-width:768px) {
    .data_company_table{
        font-size: inherit;
    }
}
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* $$$$$$$$$// notification //$$$$$$$$$ */
.notification_box{
    padding: 10px 20px;
}
.time{
    top: 10px;
    left: 20px;
}
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* $$$$$$$$$// new_req_det //$$$$$$$$$ */
.request_confirmed{
    top: 10px;
    left: 10px;
}
@media (max-width:768px) {
    .request_confirmed {
        top: -25px;
    }
}
#new_req_map{
    width: 80%;
    margin:auto;
    height: 200px;
}
.payment_btn{
    transition: all .3s ease-in-out;
}
.payment_sec{
    display: none;
    transform: all .3s ease-in-out;
}
.payment_sec.active{
    display: block;
}
.payment_sec .nav-item{
    width: 33.3%;
}
.payment_sec .nav-item:not(:last-of-type){
    border-left: 1px solid var(--soft-gary);
}
.payment_sec .nav-tabs .nav-link {
    border: unset;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    width: 100%;
    padding: 15px 0;
    text-align: center;

}
.nav-tabs .nav-link.active {
    background-color: var(--main);
    color: var(--wh);
    text-align: center;
}
.wallet_img{
    width: 230px;
    height: 200px;
    object-fit: contain;
}
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* $$$$$$$$$$$$$//new-req-details //$$$$$$$$$$$ */
.print{
    top: 10px;
    left: 20px;
}
.print_img{
    width: 90%;
    height: 300px;
    object-fit: cover;
    object-position: bottom;
}
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* $$$$$$$$$// active-req-details //$$$$$$$$$ */
@media (min-width:991px) {
    .contain-rate {
        border-inline-end: 1px solid #e9ecef;
    }
}

.contain-rate #imgPrev{
    width: 100px ;
    height:100px;

}
.rate-logo{
    width: 150px;
    height: 100px;
    object-fit: contain;
}
.comment{
    border-color: transparent;
}
/* _______// rate // _________ */
.rate {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
.rate:not(:checked) > input {
    width:0;
}
.rate:not(:checked) > label {
    cursor:pointer;
    font-size:30px;
    color:#ccc;
    margin:0 3px;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label  {
    color: #ffc700;
}
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* $$$$$$$$$// personal_acc  //$$$$$$$$$ */
.forget_pass{
    text-decoration-line:underline;
}
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* $$$$$$$$$// account_setting  //$$$$$$$$$ */
.setting_input{
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.setting_option{
    width: 36px;
    height: 21px;
    background: var(--soft-gary);
    border-radius: 20px;
    position: relative;
    padding: 2.5px;
    transition: all .3s ease-in-out;
}
.setting_option::after{
    content:"";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--wh);
    z-index: 2;
    position: absolute;
    right: 3px;
    transition: all .3s linear;
}
.setting_input:checked+.setting_option::after{
    right: unset;
    left: 3px;
    background-color: var(--wh);
}
.setting_input:checked+.setting_option{
    background-color: var(--main);
}
.setting{
    border-bottom: 1px solid var(--soft-gary);
}
/* /////////////////@media////////////////// */
@media (max-width:350px){
    .logo{
        width: 80px;
    }
    .side_menu_icon span:last-of-type {
        width: 30%;
        margin-inline-start: -5px;
    }
    .side_menu_icon {
        width: 20px;
        height: 20px;
    }

    .side_menu_icon span{
        border-bottom: 1px solid white;
    }
    .search_icon {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
    }
    h6{
        font-size: 14px;
    }
}
@media (max-width:600px){
    .owl-nav button.owl-prev span , .owl-nav button.owl-next span {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 24px;
    }
}
@media (max-width:600px) {
    .ar{
        display: none;
    }
}
.contain-circles{
    width: 115px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.loader{
    background-color: var(--wh);
    position: fixed;
    z-index: 999999999;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader-logo {
    animation: rotation 2s infinite linear;
}
.loader-logo{
    width: 180px;}
@keyframes rotation {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); }
}
.login_shape{
    display: flex;
}
.login_shape > div{
    min-height: 100vh;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}
.logIn_form{
    flex-basis: 450px;
}
.logIn_img{
    height: 100vh;
    position: sticky;
    top: 0;
    bottom: 0;
}
@media (max-width:991px) {
    .login_shape > div{
        min-height: auto;
    }
    .login_shape{
        flex-direction: column-reverse;
    }
}
@media print {
    .noPrint{
        display: none;
    }
}
@media print {
    body *  {
        visibility: hidden;
    }
    #company * , #company {
        visibility: visible;
    }
    .print{
        display: none !important
    }
}
.profile_pic_rate{
    width: 100px !important;
    height: 100PX !important;
}
/*  spinner */
.loading{
    position:relavtive;
}
.loading:before {
    content: "";
    position: absolute;
    border-radius: 100%;
    left: 10px;
    top: 50%;
    width: 0px;
    height: 0px;
    margin-top: -2px;
    border: 2px solid rgba(255,255,255,0.5);
    border-left-color: #FFF;
    border-top-color: #FFF;
    animation: spin .6s infinite linear, grow .3s forwards ease-out;
}
@keyframes spin { 
    to {
        transform: rotate(359deg);
    }
}
@keyframes grow { 
    to {
        width: 14px;
        height: 14px;
        margin-top: -8px;
        right: 13px;
    }
}
/* /////////////////__scrollbar__//////////////// */
::-webkit-scrollbar {
    width: 8px;
    max-height: 10px;
    height: 20px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #b9b8b8;
    height: 100px;
    border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #868686;
}
