<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************header-start********************/
 
 
/***********************header-end********************/

 
/*************app-box-start***********/
.app-box {
    background: #EBEBEB url(../images/app_big_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
    position: relative;
    z-index: 5;
}

.app-box .left-part {
    text-align: center;
}

.app-box .left-part img {
    display: inline-block;
}

.app-box .right-part h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
}

.app-box .right-part ul li {
    margin-bottom: 17px;
}


 

.store-logo-5 img {
    display: inline-block;
}

.store-logo-5 .padding-10 {
    text-align: right;
}

.display-tbl {
    display: table;
    width: 100%;
}

.display-tbl-cell {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
  
/*************banner-start***********/

.banner-area .fade-carousel {
    position: relative;
    height: 500px
}

.banner-area .fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    transition: all 2s ease-in-out .1s
}

.banner-area .fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    transition: all 2s ease-in-out .1s
}

.banner-area .fade-carousel .carousel-indicators {
    bottom: 25px;
}

.banner-area .fade-carousel .carousel-indicators&gt;li {
    background-color: rgba(255, 255, 255, 0.65);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    margin: 1px;
    text-indent: -999px;
    width: 48px;
    height: 5px;
    border-radius: 0;
}

.banner-area .fade-carousel .carousel-indicators&gt;li.active {
    background-color: #f86809;
    border: none;
    width: 18px;
    margin: 1px;
    width: 48px;
    height: 5px;
    border-radius: 0;
}

.banner-area .fade-carousel .slides .slide-1,
.banner-area .fade-carousel .slides .slide-2,
.banner-area .fade-carousel .slides .slide-3 {
    height: 500px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.banner-area .hero {
    position: absolute;
    top: 60%;
    left: 50%;
    width: calc(100% - 300px);
    z-index: 3;
    color: #fff;
    text-align: center;
    transform: translate3d(-50%, -50%, 0)
}

.banner-area .hero .text-wrp-box {
    margin-bottom: 60px
}

.banner-area .hero .text-wrp-box h2 {
    text-align: center;
    font-size: 60px;
    color: #fff;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0px 5px 6.64px rgba(0, 0, 0, 0.28);
}

/*************banner-end***********/

/***********service-section-start**********/
.services-land {
    padding: 60px 0px;
}

.services-land .top-part-heading {
    margin-bottom: 0;
}

.services-land .top-part-heading h1 {
    font-size: 35px;
    color: #292829;
    font-weight: 300;
}

.btm-grp-box .dark-box {
  /*  background-color: #f05023;*/
    padding: 13px 0px;
    box-shadow: 0px 5px 17.7084px 0.2916px rgba(0, 0, 0, 0.1);
}

.btm-grp-box .dark-box:hover {
    box-shadow: 0px 6px 18.2px 1.8px rgba(0, 0, 0, 0.15);
    border: 4px solid #f04f1e;
    background-color: #292829;
}

.btm-grp-box .dark-box img {
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 20px;
}

.btm-grp-box .dark-box h1 {
    font-size: 30px;
    color: #f74d1c;
    font-weight: 300;
}

/***********service-section-start**********/

/***********************landing-end******************/


/*********innre-common-top-heading-start*************/
 
 
/*********innre-common-top-heading-end*************/


/***********************product-listing-start******************/
.inner-body {
 }

 
.pro-thum {
    background-color: #fff;
    padding: 0;
    box-shadow: 0px 0px 2px 2px rgb(39 33 31 / 12%);
    margin-bottom: 30px;
    border-radius: 30px;
    margin-top: 20px;
    overflow: hidden;
}

.pro-thum:hover {
    box-shadow: 0px 0px 2px 1px #b3adab;
}

.pro-thum .img-wrap img {
    
    width: 100%;
    height: 320px;
    object-fit: cover;
     border-radius: 5px; 
     box-shadow: 1px -2px 4px 2px #9a9a9a;
     transition: transform 1.1s;  
 
}
.pro-thum .img-wrap img:hover {
    transition: transform 1.1s;  
    transform: scale(.9); 
    filter: brightness(1);
    padding: 1px;
 
}
.pro-thum .details-sec {
    padding: 14px 10px;
}

.pro-thum .details-sec .hd-grp {
    margin-bottom: 16px;
    padding: 2px;
}

.pro-thum .details-sec .hd-grp h1 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 5px;
    line-height: 1.6;
    text-align: center;
}

.pro-thum .details-sec .hd-grp h1 a {
    color: #292829;
    font-weight: bold;
    border-bottom: 1px solid #000;
     border-radius: 9px;
    padding: 0 25px 9px 25px;
}

.pro-thum .details-sec .hd-grp h2 {
    font-size: 18px;
    color: #6C6E74;
    font-weight: 400;
    
}

.pro-thum .details-sec h3.price {
    font-size: 25px;
    color: #292829 ;
    font-weight: bold;
}

.rating {
    margin-bottom: 6px;
}

.rating span {
    border: 1px solid;
    border-radius: 6px;
     color: #fff;
    padding: 11px 22px;
    background-color: #f04e1d;
     font-family: 'Cairo', sans-serif;
    
}

.rating span.num {
    font-size: 14px;
    color: #bab8b8;
    font-weight: 600;
}

.pro-thum .details-sec h3.price span {
    font-size: 16px;
}

.pro-thum .bottom-part ul.feture {
    font-size: 0px;
    border: 1px solid #292829;
    border-left: none;
    border-right: none;
    padding: 10px 15px;
}

.pro-thum .bottom-part ul.feture li {
    width: 25%;
}

.pro-thum .bottom-part ul.feture li:first-child {
    text-align: center;
}

.pro-thum .bottom-part ul.feture li:nth-child(2) {
    text-align: center;
}

.pro-thum .bottom-part ul.feture li:last-child {
    text-align: center;
}

.pro-thum .bottom-part ul.feture li span.heading {
    font-size: 12px;
    color: #fefefe;
    display: block;
}

.pro-thum .bottom-part ul.feture li span.value {
    font-size: 11px;
    color: #bab8b8;
    display: block;
}

.pro-thum .bottom-part .btn-rap {
    padding: 12px 0px;
}

/*****product-listing-left-form-start*******/
.form-box {
    background-color: #f04f1e00;
    box-shadow: 0px 4px 5px 4px rgba(0, 0, 0, 0.13);
}

.top-heading-filter {
    padding: 15px 10px 12px 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    position: relative;
    background-size: cover;
    background-color: #232323;
    background-blend-mode: overlay;
}


.top-heading-filter h1 {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    display: inline-block;
}



.form-area-filter {
    padding: 10px;
}



.form-area-filter .search-form .form-search .input-group .input-group-btn .btn {
    color: #e4e4e4;
    background-color: #292829;
    border: none;
    border-radius: 2px;
    font-size: 15px;
    padding: 10px 8px 9px 5px;
}

 
.form-box .input-group-addon:last-child {
    border: none;
    color: #373737;
    padding: 6px 15px 6px 9px;
    font-size: 15px;
}

.form-box .dropdown-menu {
    max-height: 50vh;
    overflow: auto;
}

.padding-left-none {
    padding-left: 0px;
}

.loader {
    font-size: 40px;
    color: #f86809;
    padding: 5px;
}

.form-box .dropdown .open .dropdown-toggle {
    border: 1px solid #ff0000;
}

.form-box .dropdown .dropdown-toggle {
    border: 1px solid red;
}

.form-box select option {
    margin: 40px;
    background: #ffffff;
    border: none;
    color: #7a7a7a;
    text-shadow: none;
    font-weight: bold;
}

.form-box select option:hover {
    background-color: #f86809;
}

.form-box .bootstrap-select .btn {
    height: 40px;
    background-color: #292829;
    font-size: 14px;
    box-shadow: 3px 4px 16.38px 1.62px rgba(0, 0, 0, 0.1);
    color: #e4e4e4;
    border: none;
    padding: 6px 8px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 2px;
    box-shadow: none;
}

.form-box .bootstrap-select .btn-info.active,
.btn-info:active,
.open&gt;.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #292829;
    border-color: #f86809;
}

.form-box .btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open&gt;.dropdown-toggle.btn-info.focus,
.open&gt;.dropdown-toggle.btn-info:focus,
.open&gt;.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #292829;
    border-color: #f86809;
    outline: none;
}

.form-box .btn.dropdown-toggle.btn-info:focus {
    outline: none !important;
}

.form-box .bootstrap-select.btn-group .dropdown-menu {
    background-color: #292829;
}

.form-box .bootstrap-select.btn-group .dropdown-menu li a {
    color: #e4e4e4;
}

.form-box .dropdown-menu&gt;li&gt;a:focus,
.dropdown-menu&gt;li&gt;a:hover {
    background-color: #201e20;
}

.form-box .dropdown-menu&gt;li&gt;a:focus,
.dropdown-menu&gt;li&gt;a:focus {
    outline: none;
}

/*****select-2-left-form-start*******/
.select2-container--default .select2-selection--multiple {
    min-height: 40px;
    background-color: #292829;
    font-size: 14px;
    box-shadow: 3px 4px 16.38px 1.62px rgba(0, 0, 0, 0.1);
    color: #e4e4e4;
    border: none;
    padding: 6px 8px;
    border-radius: 2px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
    outline: 0;
}

.select2-dropdown {
    background-color: #292829;
    border: none;
    border-radius: 2px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #201e20;
    color: white;
}

.select2-results__option {
    color: #e4e4e4;
    font-weight: 400;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #201e20;
    border: none;
    font-size: 13px;
    border-radius: 3px;
    cursor: default;
    float: left;
    margin-right: 5px;
    color: #e4e4e4;
    margin-top: 0px;
    padding: 3px 10px;
}

/*****select-2-left-form-end*******/
/***********datepicker-start************/
.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 8;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #292829;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    color: #e4e4e4;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.428571429;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #f86809;
    color: #fff;
    cursor: pointer;
}

.datepicker table tr td.new:hover {
    background: #292829;
    text-decoration: li
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #f86809;
    color: #fff;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    border-top: 7px solid #292829;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    color: #fff;
    background: #f86809;
    border-color: #285e8e;
}

.datepicker-dropdown:after {
    border-bottom: 6px solid #292829;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    border-top: 6px solid #292829;
}

.btn.time {
    height: 40px;
    background-color: #292829;
    font-size: 14px;
    box-shadow: 3px 4px 16.38px 1.62px rgba(0, 0, 0, 0.1);
    color: #e4e4e4;
    border: none;
    padding: 6px 8px;
    border-radius: 2px;
}

/***********datepicker-end************/



/*---------- Search ----------*/
.result-bucket li {
    padding: 7px 10px;
    font-size: 14px;
    word-break: break-word;
}

.result-bucket .tablecell {
    display: table-cell;
    float: none;
    vertical-align: top;
}

.result-bucket li a {
    color: #e4e4e4;
}

.result-bucket li a i {
    padding-right: 7px;
    color: #b3aeb3;
    position: relative;
    top: 3px;
    font-size: 16px;
}

.result-bucket li a:hover {
    color: #fff;
}

.instant-results {
    background: #292829;
    width: 100%;
    color: #e4e4e4;
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .175);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .175);
    display: none;
    z-index: 9;
}

.form-search {
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
}

.search-form {
    position: relative;
    max-width: 100%;
}

.result-link {
    color: #4f7593;
}

.result-entry {
    border-top: 1px solid #201e20;
}

.top-keyword {
    margin: 3px 0 0;
    font-size: 12px;
    font-family: Arial;
}

.top-keyword a {
    font-size: 12px;
    font-family: Arial;
}

.top-keyword a:hover {
    color: rgba(0, 0, 0, 0.7);
}

/*****product-listing-left-form-end******/

/***********************product-listing-end******************/





/*---------- product-detils-start----------*/
.cmn-tp-bg.inner {
    margin-bottom: 20px; 
}

.product-detail-inner {
    padding: 0 0px;
}

.btn.btn-all.orange {
    background-color: #f86809;
    width: 100%;
    margin-bottom: 20px;
}

.btn.btn-all.orange:hover {
    background-color: #fd741a;
}

.top-small-heading {
    margin-bottom: 30px;
    border-bottom: 1px solid #201e20;
    padding-bottom: 16px;
}

.top-small-heading h1 {
    text-align: left;
    font-size: 23px;
    color: #292829;
    display: inline-block;
}

.related-pro {
    padding-bottom: 50px;
}

.disp-tbl-cell-v-btm {
    display: table-cell;
    float: none;
    vertical-align: bottom;
    padding: 0px;
}

.product-detail-inner .left-part .hd-grp {
    margin-bottom: 10px;
}

.product-detail-inner .left-part .hd-grp h1 {
    font-size: 35px;
    color: #292829;
    font-weight: 300;
    margin-bottom: 5px;
}

.product-detail-inner .left-part .hd-grp h1 a {
    color: #292829;
}

.product-detail-inner .left-part .hd-grp h2 {
    font-size: 23px;
    color: #292829;
    font-weight: 400;
}

.product-detail-inner .left-part .rating {
    margin-bottom: 5px;
}

.product-detail-inner .left-part .rating span {
    font-size: 15px;
}

.product-detail-inner .left-part .rating span.num {
    font-size: 15px;
    margin-left: 5px;
}

.product-detail-inner .left-part .dtl-fetr {
    border: 1px solid #ff911c;
    border-left: none;
    border-right: none;
    padding: 23px 0px;
    margin: 20px 0px 20px 0px; 
}

.product-detail-inner .left-part .dtl-fetr .media .media-left {
    padding-right: 15px;
}

.product-detail-inner .left-part .dtl-fetr .media .media-left img {
    width: auto;
}


.para-area .grp-para h2 {
    font-size: 20px;
    color: #ed4e1e;
    font-weight: 600;
    margin-bottom: 8px;
 }

.para-area .grp-para p {
    font-size: 16px;
    color: #292829;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.8em; 
    /* text-wrap: revert; */
    text-transform: lowercase;
    font-family: "Roboto", sans-serif;
}

.para-area .grp-para {
    background-color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 21px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0px 2px 9px 3px rgba(0, 0, 0, 0.13);
}

.para-area { 
    border-radius: 10px;
    margin-bottom: 60px;
    padding: 25px;
    background-color: #ededed;
}

.review-list {
    margin-bottom: 15px;
}

.review-list .media .media-left img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}



.review-list .media {
    margin-bottom: 28px;
}


.submit-rt-rv {
    background-color: #201e20;
    padding: 20px 20px 30px 20px;
    margin-bottom: 15px;
}

.submit-rt-rv textarea {
    resize: none;
}

.submit-rt-rv .top-small-heading {
    margin-bottom: 25px;
    border-bottom: 1px solid #292829;
    padding-bottom: 16px;
}

.submit-rt-rv .btn {
    padding: 9px 50px;
}



.top-heading-filter h3.price {
    font-size: 37px;
    color: #000;
    font-weight: 300;
}

.top-heading-filter h3.price span {
    font-size: 23px;
}

.top-heading-filter.pd-dtl {
    padding: 17px 10px 15px 10px;
}

.product-detail-inner .left-part .submit-rt-rv .rating span {
    font-size: 25px;
    cursor: pointer;
}

/*-------------------------------------
 *  HERO SLIDER
 *-------------------------------------*/

.hero-slide .carousel-inner&gt;.item&gt;img,
.hero-slide .carousel-inner&gt;.item&gt;a&gt;img {
    text-align: center;  
     max-height: 90%;
    padding: 0px 56px;
     max-width: 90%;
    margin: 0 auto;
 
}

.hero-slide .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hero-slide .carousel-caption {
    position: relative;
    right: 0;
    left: 0;
    text-align: left;
    text-shadow: none;
    width: 60%;
}

.hero-slide .carousel-caption small {
    font-size: 13px;
    color: #777777;
    font-weight: 500;
    animation-delay: 1s;
}

.hero-slide .carousel-caption .phone {
    font-size: 30px;
    color: #ff5722;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.hero-slide .carousel-caption h1 {
    font-size: 46px;
    line-height: 1;
    font-weight: bold;
    text-transform: capitalize;
    margin: 30px 0 20px;
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
    color: #fff;
}

.hero-slide .carousel-caption .lead {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 30px;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.hero-slide .carousel-caption .btn {
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
}

/* Slider Controller */
.hero-slide .carousel-control.left,
.hero-slide .carousel-control.right {
    font-size: 30px;
    width: 40px;
    height: 100px;
    line-height: 100px;
    top: 50%;
    background: none;
    background-size: cover;
     opacity: 1;
    cursor: pointer;
    border: 0;
    text-shadow: none;
    
    background-color: #232323;
    background-blend-mode: overlay;
    transform: translateY(-50%);
}



.hero-slide .carousel-control.left:hover,
.hero-slide .carousel-control.right:hover {
    background-color:  #292829;
    zoom: 1.04;
}
.hero-slide .carousel-control.left {
    left: 4px;
     border-radius: 0px 40px ;
    background-size: cover;
}

.hero-slide .carousel-control.right{
    right: 4px;
     border-radius: 40px 0px;
    background-size: cover;
}

/* Slider Indicator*/
.hero-slide .carousel-indicators li {
    border: 2px solid #fff;
    opacity: .5;
}

.hero-slide .carousel-indicators li.active {
    border-color: #fff;
    background-color: #fff;
    opacity: 1;
}

/*Media Query*/

@media (max-width : 1024px) {
    .hero-slide .carousel-caption h1 {
        font-size: 24px;
        margin-top: 10px;
    }

    .hero-slide .carousel-caption .lead {
        font-size: 16px;
    }

    .hero-slide .carousel-caption .btn {
        font-size: 12px;
    }

    .hero-slide .carousel-caption .phone {
        font-size: 18px;
    }

    .hero-slide .carousel-caption small {
        font-size: 11px;
    }

    .hero-slide .carousel-caption {
        padding: 40px 0;
    }
}


@media (max-width : 768px) {

    .hero-slide .carousel-caption h1 {
        font-size: 18px;
        margin-top: 10px;
    }

    .hero-slide .carousel-caption .lead {
        font-size: 14px;
    }

    .hero-slide .carousel-caption .phone {
        font-size: 16px;
        line-height: 1;
    }

    .hero-slide .carousel-caption small {
        font-size: 10px;
    }

    .hero-slide .carousel-caption .btn {
        font-size: 12px;
    }
}

@media (max-width : 600px) {
    .hero-slide {
        position: relative;
    }

    .hero-slide {
        position: relative;
    }

    .carousel-indicators {
        display: none;
    }

    .hero-slide .carousel-caption {
        width: 100%;
        text-align: center;
        padding: 30px;
    }

    .hero-slide .carousel-caption .lead {
        margin-bottom: 10px;
    }

    .hero-slide .carousel-caption .btn {
        font-size: 10px;
        padding: 5px 10px;
        border-width: 1px;
    }
}

@media (max-width : 320px) {
    /*    .hero-slide{
            display: none;
            }*/
}

/*---------- product-detils-start----------*/

 
.fb-btn .btn.fb {
    padding: 9px 15px;
    width: 100%;
}


/**************dashboard-start**************/
 
  

.dashboard-inner .right-part .dash-form-box {
    background-color: #f7f7f7;
    padding: 20px 20px 60px 20px;
}

.plan-upgrade {
    background-image: url(../images/dash_add_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 16px 0px;
    margin-bottom: 30px;
}

.plan-upgrade h1 {
    font-size: 30px;
    color: #f4f3f3;
    font-weight: 300;
    margin-bottom: 10px;
}

.plan-upgrade .btn.btn-all {
    width: auto;
    margin-bottom: 0px;
    padding: 9px 50px;
}

 
.dashboard-inner {
    padding-bottom: 80px;
}
 
 

/**************dashboard-end**************/

/************cms-start************/

.cmn-tp-bg.cms h1 {
    text-align: center;
}

.cms-inner {
    
}

.cms-inner .cms-inner-in {
    background-color: #e5e5e5;
    padding: 25px 20px 25px 20px;
    margin-top: 6px;
}

.cms-inner .cms-inner-in p {
    color: #000000;
    line-height: 29px;
    letter-spacing: 1px;
}

.top-small-heading.cms-1 {
    border-bottom: 1px solid #292829;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

.cms-inner .cms-inner-in h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: left;
    font-size: 23px;
    color: #f4f3f3;
    display: inline-block;
    margin-bottom: 10px;
}

/************cms-end************/



.bootstrap-select  {
    height: 40px;
    background-color: #292829;
    font-size: 14px;
    box-shadow: 3px 4px 16.38px 1.62px rgba(0, 0, 0, 0.1);
    color: #e4e4e4;
    border: none;
    padding: 6px 8px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 2px;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu {
    background-color: #292829;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    color: #e4e4e4;
}

.btn.dropdown-toggle.btn-info:focus {
    outline: none !important;
}

.checkbox-inline {
    display: inline-block;
}
 

.checkbox.checkbox-inline {
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #292829;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
 

.file-upload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    border: none;
}

.file-upload-btn {
    border: none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  
    opacity: 1;
}

/************add-list-start***********/
.param {
    margin-bottom: 7px;
    line-height: 1.4;
}

.param-inline dt {
    display: inline-block;
}

.param dt {
    margin: 0;
    margin-right: 7px;
    font-weight: 600;
}

.param-inline dd {
    vertical-align: baseline;
    display: inline-block;
}

.param dd {
    margin: 0;
    vertical-align: baseline;
}

.shopping-cart-wrap .price {
    color: #007bff;
    font-size: 18px;
    font-weight: bold;
    margin-right: 5px;
    display: block;
}

var {
    font-style: normal;
}


.img-sm {
    width: 90px;
    max-height: 75px;
    object-fit: cover;
}

/************add-list-end***********/


/*************table-start****************/
.dash-table {
    margin-bottom: 10px;
}

.dash-table .table {
    /*    white-space: nowrap;*/
}

.dash-table .btn.round-btn {
    padding: 4px 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: none;
}

.dash-table .btn.round-btn:focus {
    outline: none;
}

.dash-table .btn.round-btn span {
    font-size: 10px;
    text-align: center;
    line-height: 0;
}

.dash-table .table-striped&gt;tbody&gt;tr:nth-of-type(odd) {
    background-color: #292829;
}

 
 

.custom-modal .modal-footer .btn {
    width: auto;
    padding: 9px 30px;
}

.custom-modal .modal-footer {
    border-top: none;
    text-align: center;
    padding-top: 0;
}

.custom-modal .alert {
    text-align: center;
}

 

.dash-table.wth-img .media-body h4 {
    color: #f4f3f3;
    font-size: 15px;
    display: block;
}

.dash-table.wth-img .media-body h5 {
    color: #f4f3f3;
    font-size: 15px;
    display: block;
}

.dash-table.wth-img .media-body h4 a {
    color: #f4f3f3;
    font-size: 15px;
}

.dash-table.wth-img .media-body h5 a {
    color: #f4f3f3;
}


/*************table-end****************/

.addCarBtn {
    float: right;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
}

@media (max-width: 768px) {
 
    .media-object {
        max-width: 100px;
    }
}


.mb10 {
    margin-bottom: 10px;
}

.rating {

    align-items: center;
    justify-content: space-between;
    padding: 21px;
}

.img-cover {
    object-fit: cover;
    width: 100%;
}

textarea.form-control {
    resize: none !important;
}

.add-review {
    background: #373737 !important;
    padding: 18px;
}

span.fa-heart-o,
span.fa-heart {
    cursor: pointer !important;
}



.basic i {
    color: rgb(233, 99, 10) !important;
    font-size: 35px !important;
}



.developerdescz{
    text-align: left;
 }

 .developerdescz span{
    text-align: left;
 }

 .meeting-button{
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}
</pre></body></html>