@import url('../../app-assets/fonts/FontAwsome/fontawesome-all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700&display=swap');

body {
    font-family: 'Cairo', sans-serif;
}

.blackcolor {
    font-weight: 600;
    color: #000 !important;
}

.inputbg {
    background: #FBFBFB !important;
    border: 1px solid #CFCFCF !important;
    height: 45px;
    border-radius: 10px;
}

.heightbtn {
    height: 45px;
    border-radius: 10px;
}

form .form-group {
    margin-bottom: 0.9rem;
}

::-webkit-input-placeholder { /* Edge */
    color: #757C7D !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #757C7D !important;
}

::placeholder {
    color: #757C7D !important;
}

.form-control-position i {
}

html body a {
    color: #212526;
}


.logindiv .form-control-position i {
    position: absolute;
    top: 38%;
    right: 32%;
}

.borderradis {
    border-radius: 20px;
}

.cololabel {
    color: #212526;
}

img.brand-logo2 {
    width: 79%;
    margin: -11px auto;
    display: inline-block;
}

.navigation, .navigation .navigation-header {
    font-family: 'Cairo', sans-serif;
    font-size: 1rem;
}

.main-menu.menu-dark .navigation > li.active > a, .main-menu.menu-dark .navigation > li.hover > a, .main-menu.menu-dark .navigation > li.open > a,
.main-menu.menu-dark .navigation > li:hover > a {
    color: #fff;
    /* background: #045CE2; */
    background: #5ED68F;

}
.main-menu.menu-dark .navigation>li.open .hover>a:before{
    display: none !important;
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu.menu-dark .navigation > li.active > a > i,
body.vertical-layout.vertical-menu.menu-expanded .main-menu.menu-dark .navigation > li:hover > a > i {
    /* color: #045CE2 !important; */
    color: #5ED68F !important;
}

.main-menu.menu-dark .navigation > li {
    line-height: 2.1rem;
    padding: 0;
}

.main-menu.menu-dark {
    color: #dcdcdc;
    /* background: #020217; */
    background: linear-gradient(0deg, #05bbad 0%, #56d66e 100%);
}

    .main-menu.menu-dark .navigation > li ul {
        font-size: .94rem;
        margin: 0;
        padding: 0;
        /* background: #393947; */
        background: #009688;
        
        color: #AAAAAA;
    }

        .main-menu.menu-dark .navigation > li ul .active > a {
            font-weight: 700;
            color: #aaaaaa;
        }

        .main-menu.menu-dark .navigation > li ul li > a {
            padding: 10px 34px 10px 18px;
        }

        .main-menu.menu-dark .navigation > li ul .active > a:before {
            right: 28px !important;
            display: block;
            width: 7px;
            height: 7px;
            transition: all .2s ease;
            transform: translate(10px,-50%);
            background-color: #045CE2;
        }

        .main-menu.menu-dark .navigation > li ul .open > ul li > a {
            padding: 10px 30px 10px 18px;
        }

    .main-menu.menu-dark .navigation > li.open .hover > a:before {
        position: absolute;
        top: 50%;
        right: 32px !important;
        color: #045CE2 !important;
    }

body.vertical-layout.vertical-menu.menu-expanded .main-menu.menu-dark .navigation > li:hover > a > i {
    /* color: #045CE2 !important; */
    color: #5ED68F !important;

}

body.horizontal-layout[data-color=bg-gradient-x-purple-blue] .content-wrapper-before, body.vertical-layout[data-color=bg-gradient-x-purple-blue] .content-wrapper-before, body.vertical-layout[data-color=bg-gradient-x-purple-blue] .navbar-container {
    background-image: url('../../app-assets/images/backgrounds/headbg.png') !important;
    background-size: 100%;
}

html body.fixed-navbar {
    padding-top: 0px;
}

html body .content .content-wrapper .content-wrapper-before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 146px;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}

.main-menu.menu-light {
    border-left: 0px;
}

.classposition {
    position: absolute;
    color: #fff;
    top: 14px;
    left: 20px;
}

.headlistitem {
    font-size: 15px;
    color: #fff;
    padding-right: 20px;
    font-weight: bold;
    margin-top: 20px;
    display: block;
    margin-bottom: 10px;
    /* border-bottom: 3px solid #fff; */
    /* display: inline-flex; */
    padding-bottom: 7px;
}

body.menu-collapsed img.brand-logo2 {
    display: none !important;
}

body.menu-collapsed .headlistitem {
    display: none;
}


.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    border-color: #045CE2;
    background-color: #045CE2;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Cairo', sans-serif;
}


.btn-primary {
    color: #fff;
    background-color: #045ce2 !important;
}

.card-body {
    padding: 0.5rem 1.4rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}


.table-hover tbody tr:hover, .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(234 234 234 / 80%);
}

.card .card-title {
    font-size: 1.22rem;
    font-weight: 700;
    /* letter-spacing: .05rem; */
    font-weight: 900 !important;
}

.btn {
    font-size: 1rem;
    line-height: 1.25;
    display: inline-block;
    padding: .55rem 1.0rem;
}

form .form-actions {
    margin-top: 8px;
    padding: 6px 0;
    border-top: 1px solid #d1d5ea;
}


div.dataTables_wrapper div.dataTables_filter label {
    margin-top: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10px;
}

.dataTables_length {
    display: inline-flex;
}

.dataTables_filter {
    text-align: left;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 10px 0;
    text-align: justify;
    float: left;
}

label {
    margin-bottom: .2rem;
}

.internalcontent .btn-grey {
    background-color: #F5F5F5;
    border: 1px solid #dbdbdb;
    color: #000000;
}

.plcss {
    padding-left: 5px;
    padding-right: 5px;
}

.internalcontent .form-control {
    height: 34px !important
}

.internalcontent .select2-container .select2-selection--single {
    height: 30PX !important;
    border: 1px solid #d1d1d1;
    BACKGROUND: #F7F7F7;
    font-size: 12PX;
}

input[type="file"]{
   display: block;

   width: 100%;
   height: 35px;
   position: relative;
}
input[type="file"]::after{
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: #05bbad;
    cursor: pointer;
}
input[type="file"]::before{
    background: url(https://upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Octicons-cloud-upload.svg/1200px-Octicons-cloud-upload.svg.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    content: " ";
    display: block;
    /* content: close-quote; */
    color: red;
    font-size: 18px;
    position: absolute;
    z-index: 55;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 666;
    filter: invert(1);
}

.internalcontent form .form-control {
    color: #3b4781;
    border: 1px solid #d1d1d1;
    /* BACKGROUND: #F7F7F7; */
    BACKGROUND: #f7f7f761;
    font-size: 11PX;
}

.internalcontent .select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--single {
    padding: 0PX;
}


.main-menu.menu-dark .navigation > li > a {
    padding: 12px 18px 12px 36px;
    FONT-SIZE: 13px;
}

.main-menu.menu-light .navigation li a span {
    display: inline-block;
    FONT-SIZE: 12PX;
}

.main-menu.menu-dark .navigation > li {
    line-height: 1.4;
    padding: 0;
}


.internalcontent .card .card-title {
    font-size: 1.12rem;
    font-weight: 700;
    letter-spacing: 0px !important;
    font-weight: 900 !important;
}

.internalcontent .btn {
    font-size: 12px;
    line-height: 1.25;
    display: inline-block;
    padding: .55rem 1.0rem;
}

body.horizontal-layout[data-color=bg-gradient-x-purple-blue] .content-wrapper-before, body.vertical-layout[data-color=bg-gradient-x-purple-blue] .content-wrapper-before, body.vertical-layout[data-color=bg-gradient-x-purple-blue] .navbar-container {
    background-image: url(../../app-assets/images/backgrounds/headbg.png) !important;
    background-size: 100%;
    background-position: 0px -217px;
}

.main-menu.menu-dark .navigation li a{
    color: #fff !important;
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu.menu-dark .navigation > li > a > i {
    line-height: 25px;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 28%;
    background: #fff;
    /* color: #020217; */
    color: #00CABB;
    font-size: 12px !important;
}

.table thead th {
    background: #03a6df !important;
    color: #fff !important;
}

.table-hover tbody tr:hover, .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(245,247,250,.5);
}

.table td {
    border-bottom: 1px solid #e3ebf3;
    padding: .15rem 2rem;
}

.select2-container--classic .select2-results__options .select2-results__option[aria-selected=true], .select2-container--default .select2-results__options .select2-results__option[aria-selected=true] {
    color: #fff !important;
    background-color: #64b5f6 !important;
}

.select2-results__option {
    padding: 2px 5px;
    user-select: none;
    -webkit-user-select: none;
    border-bottom: 1px solid #e7e7e7;
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu .navigation > li > a > i:before {
    font-size: 1.1rem;
}

.main-menu.menu-dark .navigation > li > a {
    padding: 9px 18px 7px 32px !important;
    FONT-SIZE: 13px;
}


.internalcontent .card-header {
    padding: 0.6rem;
    background: #ececec;
    border-bottom: 1px solid transparent;
}

.main-menu.menu-dark .navigation > li ul li > a {
    padding: 6px 31px 10px 18px;
    font-size: 11px;
}

.internalcontent .card-header .heading-elements, .card-header .heading-elements-toggle {
    position: absolute;
    top: 9px;
    left: 20px;
    background-color: inherit;
}

.dataTables_length .label {
    display: flex !important;
    align-content: center;
}

input.actionstyle {
    background: transparent;
    border: 0px !important;
    padding: 0px !important;
}

.plr {
    padding-left: 2px;
    padding-right: 2px;
}

.table td {
    border-bottom: 1px solid #e3ebf3;
    padding: .15rem 0.5rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    border-color: #03a6df;
    background-color: #03a6df;
}

.internalcontent form .form-control {
    color: #565861;
    border: 1px solid #e2dede;
    BACKGROUND: #F7F7F7;
    font-size: 11PX;
}

.dataTables_length label {
    display: flex !important;
}

    .dataTables_length label .form-control {
        height: 30PX !important;
        margin-right: 9px;
        margin-left: 9px;
        BACKGROUND: #F7F7F7;
        border: 1px solid #e7e7e7;
    }
.dataTables_filter .form-control {
    BACKGROUND: #F7F7F7;
    border: 1px solid #e7e7e7;
    margin-right: 9px;
}
.dataTables_wrapper .row {
    display: flex;
    align-items: center;
}
div.dataTables_wrapper div.dataTables_filter label
{
    margin-top:0px;
}
.prxss {
    padding-left: 2px;
    padding-right: 10px;
}
.internalcontent .card-header {
    padding: 0.6rem;
    background: #05BBAD;
    border-bottom: 1px solid transparent;
    height: 39px;
}
.table-hover tbody tr:hover, .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(240 ,242, 245 , 0.77);
}

.internalcontent .card .card-title {
    font-size: 1.0rem;
    font-weight: 700;
    letter-spacing: 0px !important;
    font-weight: 900 !important;
    color: #fff;
    margin-top: 4px;

}
.internalcontent .card label {
    color: #6b6b6b;
    margin-bottom: 5px;
}

.modal .form-control {
    color: #565861;
    border: 1px solid #e2dede;
    BACKGROUND: #F7F7F7;
    font-size: 11PX;
    height: 30PX;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    border-color: #babfc7 #626e82 #045ce2;
    background-color: #045ce2;
}


.nav.nav-tabs .nav-item .nav-link.active {
    border-radius: .25rem;
    -webkit-box-shadow: 0 5px 35px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 5px 35px 0 rgb(0 0 0 / 30%);
}
.modal .nav.nav-tabs .nav-item .nav-link {
    padding: 0.6rem 0.9rem;
    margin-left: 21px;
}

form .form-group {
    margin-bottom: 0.3rem;
}

.modal  form label {
    color: #666;
    font-weight:800;
    padding-bottom:3px;
    font-size:12px;
}
.modal  .select2-container .select2-selection--single {
    height: 30PX !important;
    border: 1px solid #d1d1d1;
    BACKGROUND: #F7F7F7;
    font-size: 12PX;
}

.modal-title {
    line-height: 1.2rem;
    font-weight: 800;
}

.modal-title {
    line-height: 1.2rem;
    font-weight: 800;
    font-size: 15px;
}

.modal  .card-body {
    padding: 0.5rem 0.5rem;
}

.modal-body
{
    padding-bottom:0px !important;
    overflow-y: auto;
    max-height: 80vh;

}
.modal .nav.nav-tabs .nav-item .nav-link {
    padding: 0.6rem 0.9rem;
    margin-left: 21px;
    font-size: 13px;
}

.modal .nav.nav-tabs .nav-item .nav-link {

    font-weight: bold;
}

.modal  textarea.form-control {
    min-height: 30PX;
    height:auto !important;
}

.btn {
    font-size: 0.96rem;
    line-height: 1.0;
    display: inline-block;
    padding: .55rem 1.2rem;
}


.table thead th {
    background: #05BBAD !important;
    color: #fff !important;
    font-size: 13px !important;
}
.modal-body {
    position: relative;
    padding: 1rem;
    padding-top: 0.5rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.nav.nav-tabs .nav-item .nav-link.active
{
    box-shadow:none !important;
}

.modal .nav.nav-tabs .nav-item .nav-link {
    padding: 0.6rem 0.9rem;
    margin-left: 5px;
    font-size: 13px;
    background: #f4f4f4;
    color: #999;
}

    .modal .nav.nav-tabs .nav-item .nav-link.active {
        padding: 0.6rem 0.9rem;
        margin-left: 5px;
        font-size: 13px;
        background: #045CE2;
        color: #fff;
    }

.modal-header {
    background: #242323 !important;
}
    .modal-header .close
    {
        color:#fff;
        text-shadow:none;
    }
.modal-footer {
    border-top: 1px solid #e7e7e7;
    background: #e2e2e2;
}
.modal form label {
    color: #0b0a0a;
    font-weight: 600;
    padding-bottom: 3px;
    font-size: 12px;
}
.modal .nav.nav-tabs .nav-item .nav-link.active {
    padding: 0.6rem 0.9rem;
    margin-left: 5px;
    font-size: 13px;
    background: #03a6df;
    color: #fff;
}
.header-navbar
{
    display:none;
}

input[type="checkbox"].form-control{
    appearance:auto;
    width: 20px;
}

@media (max-width: 767.98px) {
    .header-navbar.navbar-with-menu .navbar-container {
        display: table;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0 1rem;
        background: #2c303b;
    }
    .content-body {
        margin-top: 64px;
    }
    .header-navbar
    {
        display:block;
    }

    img.mobile-logo2 {
        width: 190px;
        margin: -11px auto;
        display: inline-block;
        margin-left: 0px !important;
        position: absolute;
        left: 0px;
        z-index: 9999;
        left: 0px;
    }
}




/* start edit  style  ui  */

.new_style{

}
.new_style .blackcolor{
    font-size:20px;
    margin-bottom: 15px;
    margin-top: 5px;
}
.new_style .d-none{
    display: none !important;
}
.new_style .form-group {
    margin-bottom:20px;
    height: 45px;
    background:#fff;
}

.new_style .form-group input{
    border:1px solid #EBEBEB !important;
    padding-inline-start:50px ;
    background:transparent !important;  
}
.new_style .form-group .form-control-position{
    height: 100%;
    border-inline-end:1px solid #EBEBEB;
}
    .new_style .form-group .form-control-position {
        color: #0545AB;
    }
.forget{
    margin-top: -10px !important;
}
.bt_main {
    background: #0545AB;
    color: #fff;
}
    .bt_main:hover {
        background: #FF8C1A;
    }
    /* bacg */
    .price-box {
        margin-bottom: 40px;
    }
.price-box .card {

    max-width: 450px;
    height: auto;
    border-radius: 15px;
     position: relative;
   
    padding: 40px 20px;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .4);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .4);
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
  
    margin: 30px auto;
    
}

 .price-box .card:hover {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.price-box .item-one:nth-child(1) .card,
 .price-box .item-one:nth-child(1) .card .title span {
    background: linear-gradient(-45deg, #41A6DF, #41A6DF);
}

.price-box .item-tow .card,
 .price-box .item-tow .card .title span {
    background: linear-gradient(-45deg, #00bcd4, #00bcd4)
}

.price-box .item-one:nth-child(3) .card,
 .price-box .item-one:nth-child(3) .card .title span {
    background: linear-gradient(-45deg, #41A6DF, #41A6DF)
}

.price-box .card:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: rgba(255, 255, 255, .1);
    z-index: 1;
    -webkit-transform: skewY(-5deg) scale(1.5);
    transform: skewY(-5deg) scale(1.5)
}

.price-box .card .title span {

    color: #fff;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1)
}

.price-box .card .title h2 {
    position: relative;
    font-family: "Raleway", sans-serif;
    margin: 20px 0 0;
    color: #fff;
    font-size: 28px;
    z-index: 2
}

.price-box .card .price {
    position: relative;
    z-index: 2
}

.price-box .card .price h4 {
    margin: 0;
    padding: 20px 0;
    color: #fff;
    font-size: 60px;
}

.price-box .card .option {
    position: relative;
    z-index: 2;
}

.price-box .card .option ul {
    margin: 0;
    padding: 0;
}

.price-box .card .option ul li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 16px;
}


 .price-box .card a {
    position: relative;
    z-index: 2;
    font-weight: 600;
    background: #fff;
    color: #000;
    width: 150px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    margin: 20px auto 0;
    border-radius: 40px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-transition: .5s;
    transition: .5s
    
}
 .price-box .card a:hover {
    background-color: #6FB046;
     color: #fff;
}


 
/* end section price box */

.ar_mod{

}
.ar_mod .modal-title{
    color: #fff;

}
.body_content h3{}
.body_content p{

}
.body_content ul{
    list-style: none;
    padding: 0;
}
.body_content ul li{
    list-style: none;
}
.body_content ul li i{
    
    margin-inline-end:7px ;
}
.order{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.order a{
 
    font-weight: 600;
    background: #6FB046;
    color: #fff;
    min-width: 150px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin: 20px auto 0;
    border-radius: 40px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 5px 10px #0000000d;
    -webkit-transition: .5s;
    transition: .5s;
}
.order a:hover{
    color: #fff;
}
.nav_item{
    background: #05BBAD;
    padding: 15px;
    margin-left: 0px;
    margin-right: -30px;
    margin-top: 20px;

}
.nav_item .inn_nav{
    display: flex;
    align-items:center;
    justify-content: space-between;
}
.nav_item .inn_nav .logo{}
.nav_item .inn_nav .logo img{
    width: 120px;
}
html body.fixed-navbar{
    margin-top: -20px;
}
.login-droup > ul {
    display: flex;
    list-style: none;
  }
  .login-droup > ul > li {
    margin: 0 15px;
    position: relative;
    
  }
  .item-h > i{
      color: #fff;
      font-size:23px;
  }
  .login-droup > ul > li .item-h {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .login-droup > ul > li .item-h img {
    width: 23px;
    height: 23px;
  }
  .login-droup > ul > li .item-h span {
    margin: 0 5px;
    font-size: 14px;
  }
  .login-droup > ul > li .item-d {
    transition: all 0.4s;
    position: absolute;
    z-index: 99;
    left: -20px;
    top: 40px;
    border-radius: 9px;
    min-height: 100px;
    padding: 15px;
    width: 200px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    opacity: 0;
    pointer-events: none;
  }
  .login-droup > ul > li:hover .item-d {
    top: 20px;
    pointer-events: all;
    opacity: 1;
  }
  .login-droup > ul > li:hover .item-d ul li a {
    color: inherit;
  }
  .login-droup > ul > li ul li:nth-child(1) a {
    border-top: 0;
  }
  .login-droup > ul > li ul li a {
    border-top: 1px solid #DFDFDF;
    padding: 7px 0;
    display: flex;
    align-items: center;
  }
  .login-droup > ul > li ul li a img {
    width: 15px;
    height: 15px;
  }
  .login-droup > ul > li ul li a span {
    margin: 0 10px;
    font-size: 14px;
  }
  .login-droup  ul{
      list-style: none;
      padding: 0;
      margin: 0;
  }
  body.vertical-layout.vertical-menu.menu-expanded .main-menu .navigation li.has-sub > a:not(.mm-next):after{
    transform:rotate(180deg);
  }
  .logo .nav-item{
    margin-inline-start: 170px;
    
  }
  .logo .nav-item i{
      color: #fff;
  }
  .modal-header .modal-title{
      color: #fff;
  }
  .modal.show .modal-dialog{

    /* margin-top: 110px;
    overflow: auto;
    max-height: 80vh; */

  }
  .flex-re{
    display: flex;
    justify-content: end;
  }
  .flex-re button {
    margin-inline-end: 20px;
  }

  /* width */
.modal.show .modal-dialog::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  .modal.show .modal-dialog::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  .modal.show .modal-dialog::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  .modal.show .modal-dialog::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
  .price{
    background: #05bbad;
    display: inline-flex;
    /* min-width: 50px; */
    color: #fff;
    padding: 5px 13px;
    font-weight: 600;
    letter-spacing: 2px;
    border-radius: 0 0 8px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .ch-fo{
    position: absolute;
    top: 7px;
    right: 7px;
    width: 18px;
    height: 18px;
    accent-color: #05bbad;
  }
  
  .card.car_b {
    margin: 20px 0;
    box-shadow: #959da514 0px 8px 24px !important;
}
  .card-requests-footer{
    display:flex;
    align-items: center;
    justify-content: center;
  }
  .card-requests-footer button{
    color: #fff;
    border: 0;
    width: 130px;
    border-radius: 3px;
    background: #05BBAD;
    height: 40px;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
  }
  .btn-primary {
    color: #fff;
    background-color: #05bbad !important;
}
.car_b .card-img-top{
    object-fit: cover;
    height: 170px;
}
.Site-now .btn-Site-now {
    position: fixed;
    bottom: 3rem;
    left: 1.625rem;
    z-index: 999999;
    box-shadow: 0 1px 20px 1px #05bbad;
}

    .Site-now .btn-Site-now:hover {
        box-shadow: none;
    }