﻿/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@font-face {
    font-family: "helvetica";
    src: url("https://candyfonts.com/wp-data/2018/10/26/11538/HELR45W.ttf") format("woff"), url("https://candyfonts.com/wp-data/2018/10/26/11538/HELR45W.ttf") format("opentype"), url("https://candyfonts.com/wp-data/2018/10/26/11538/HELR45W.ttf") format("truetype");
}
@font-face {
    font-family: 'AdobeCleanUXMedium';
    src: url('../fonts/adobe-clean-cufonfonts/AdobeCleanUXMedium.otf') format('opentype');
}
body {
    font-family: 'AdobeCleanUXMedium';
    background: #fafafa;
}
@font-face {
    font-family: 'Outfit-Regular';
    src: url('../fonts/Outfit/static/Outfit-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Outfit-SemiBold';
    src: url('../fonts/Outfit/static/Outfit-SemiBold.ttf') format('truetype');
}
.pac-container {
    z-index: 99999;
}
.Myprofile_Heading a {
    color: #ffffff !important;
}
.Myprofile_Heading a:hover {
    color: #ff8150 !important;
}
.titlespro {
    color: #000000;
    font-family: 'Outfit-Medium';
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
}


p {
    font-family: 'Outfit-Regular';
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #6d6d6d;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #ff8150;
    }
#tempB::-webkit-slider-thumb {
    background-color: #ff8150 !important;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #F1C40F!important;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E);
}
.enq_form {
    border: 1px solid #00000040;
    position: sticky;
    top: 104px;
    left: 0px;
    display: flex;
    flex-direction: column;
    background: #fff;
    /*width: 300px;*/
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 40px 9px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 17px -5px rgba(0,0,0,0.4);
}
.title_of_filter {
    height: 100px;
    background-color: #6c757d;
    color:#ffffff;
}
.floating-input:focus {
    outline: none;
    border: 2px solid #ff693d !important;
}
.head {
    background: #F1C40F60;
    margin-bottom: 10px;
    padding: 15px;
}
    .head h1 {
        font-size: 20px;
        font-family: 'Outfit-Medium';
        margin: 0px;
        color: #000000;
        text-align: center;
    }
   /* .head h1,
    p {
        text-align: center;
        color: white;
    }*/

    .head p {
        font-size: 12px;
    }



.product-rating {
    font-size: 12px;
}

.stars i {
    font-size: 18px;
    color: #F1C40F !important;
}
.discri_card {
    /* width: 100%;*/
    /* white-space: nowrap;
    overflow: hidden;*/
    line-height: 19px;
    font-size: 12px;
    text-overflow: ellipsis;
    margin: 0px !important;
}

.rating-text {
    /*margin-top: 10px;*/
    font-size:12px;
    font-weight:100;
    text-decoration:underline;
}
.card {
    flex-direction: row!important;
    margin-bottom: 1rem;
}

.list-view {
    .row

{
    > [class*='col-']

{
    max-width: 100%;
    flex: 0 0 100%;
}

}

.card {
    @media (max-width: 575.98px) {
        flex-direction: column;
    }

    flex-direction: row;
    > .card-img-top

{
    width: auto;
}

.card-body {
    display: inline-block;
}

}
}


.page_redir {
    position: fixed !important;
    bottom: 20%;
    z-index: 999;
}
.menu-open-button {
    background: #ff8150;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    /* margin-left: -40px; */
    position: absolute;
    top: 20px;
    left: 70px;
    color: white;
    text-align: center;
    line-height: 31px;
    transform: translate3d(0, 0, 0);
    transition: transform ease-out 200ms;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.menu-open-button2 {
    background: #ff8150;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    /* margin-left: -40px; */
    position: absolute;
    top: 20px;
    left: 30px;
    color: white;
    text-align: center;
    line-height: 31px;
    transform: translate3d(0, 0, 0);
    transition: transform ease-out 200ms;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.menu-open-button, .menu-open-button2 {
    z-index: 2;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 400ms;
    transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    cursor: pointer;
}

    .menu-open-button:hover {
        transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    }
    .menu-open-button2:hover {
        transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    }
    /*.dowloadbtn {
    color: #fff;
    cursor: pointer;
    // display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    margin: 0 0 2em;
    max-width: 160px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}*/
    .dowloadbtn {
        /*border: 1px solid;*/
        overflow: hidden;
        position: relative;
    }

    .dowloadbtn span {
        z-index: 20;
    }

    .dowloadbtn:after {
      
        background: #fff;
        content: "";
        height: 155px;
        left: -75px;
        opacity: 0.2;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 50px;
        z-index: -10;
    }

    .dowloadbtn:hover:after {
      
        left: 120%;
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    }
/*#cat_name {
    osition: sticky;
    top: 16px;
    left: 0px;
    z-index: 999;
    background-color: #ffffff;
}
*/
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar2 {
    padding: 15px 10px;
    background: #000000;
    border: 1px solid #ffffff;
    border-radius:5px;
    margin-bottom: 40px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
datalist {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    writing-mode: vertical-lr;
    width: 200px;
}

option {
    padding: 0;
    
}
input[type="range"] {
    width: 200px;
    margin: 0;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrappers {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
   /* min-width: 250px;
    max-width: 250px;*/
   background: #F1C40F;
    color: #fff;
    transition: all 0.3s;
    border-radius:7px;
}

    #sidebar.active {
        margin-left: -250px;
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #6d7fcc;
    }

    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
    }

       /* #sidebar ul li a:hover {
            color: #ffffff;
            background: #6d6d6d;
        }
*/
    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #6d6d6d;
    }

a[data-toggle="collapse"] {
    position: relative;
}
.btn-grid, .btn-list {
    background-color: #ff8150;
    color:#ffffff;
}
.fa-location-dot {
    color: #ff8150;
}
.nearby_icon {
    width: 17px;
    height: 17px;
}
/*.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}*/
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}


.wrapperImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box {
    display: block;
    min-width: 100%;
    height: 150px;
    background-color: white;
    /*border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);*/
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}

.upload-options {
    position: relative;
    height: 40px;
    background: #6c757d78;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    -webkit-transition: background-color ease-in-out 150ms;
    transition: background-color ease-in-out 150ms;
}

    .upload-options:hover {
        background: #2a559c;
    }

    .upload-options input {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

    .upload-options label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        font-weight: 400;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        overflow: hidden;
    }

        .upload-options label::after {
            content: '+ Upload';
            position: absolute;
            font-size: 1rem;
            color: #e6e6e6;
            top: calc(50% - 0.5rem);
            left: calc(50% - 2.5rem);
            z-index: 0;
        }

        .upload-options label span {
            display: inline-block;
            width: 50%;
            height: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            vertical-align: middle;
            text-align: center;
        }

            .upload-options label span:hover i.material-icons {
                color: lightgray;
            }

.js--image-preview {
    height: 110px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: url("");
    background-color: #f1f1f16e;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .js--image-preview::after {
        content: " ";
        position: relative;
        font-size: 2em;
        color: #e6e6e6;
        top: calc(50% - 1.5rem);
        left: calc(50% - 7.25rem);
        z-index: 0;
    }

    .js--image-preview.js--no-default::after {
        display: none;
    }





/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#contentss {
    background-color: #000000;
    width: 100%;
    padding: 0px 0px 0px 20px;
    min-height: 100vh;
    transition: all 0.3s;
}
.noequipments, noequipments2 {
    width: 100%;
    background-color: #F2F7F2;
    font-size: 28px !important;
    font-family: 'Outfit-SemiBold';
    font-weight: 600 !important;
    min-height: 70vh;
    transition: all 0.3s;
}

.fa-triangle-exclamation{
    font-size:25px;
    padding:0px 10px;
    color:red;

}
#navbarSupportedContent {
    font-family: 'Outfit-Regular';
    font-size: 14px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0em;
    color: #000000;
}
.genl_enq {
    font-family: 'Outfit-Regular';
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 13px !important;
    letter-spacing: 0em !important;
    color: #ffffff !important;
}
* {
    box-sizing: border-box;
    user-select: none;
}

html, body {
    margin: 0;
    height: 100%;
}


input[type='checkbox'] {
    height: 0;
    width: 0;
}

    input[type='checkbox'] + label {
        position: relative;
        display: flex;
        margin: .6em 0;
        align-items: center;
        color: #9e9e9e!important;
        transition: color 250ms cubic-bezier(.4,.0,.23,1);

        /*font: 24px/1.4 "RobotoDraft", sans-serif;*/
        color: #fff;
    }

        input[type='checkbox'] + label > ins {
            position: absolute;
            display: block;
            bottom: 0;
            left: 2em;
            height: 0;
            width: 100%;
            overflow: hidden;
            text-decoration: none;
            transition: height 300ms cubic-bezier(.4,.0,.23,1);
        }

            input[type='checkbox'] + label > ins > i {
                position: absolute;
                bottom: 0px;
                font-style: normal;
                color: #ff8150;
            }

        input[type='checkbox'] + label > span {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 1em;
            width: 1em;
            height: 1em;
            background: transparent;
            border: 2px solid #9E9E9E;
            border-radius: 2px;
            cursor: pointer;
            transition: all 250ms cubic-bezier(.4,.0,.23,1);
        }

        input[type='checkbox'] + label:hover, input[type='checkbox']:focus + label {
            color: #000000;
        }

            input[type='checkbox'] + label:hover > span, input[type='checkbox']:focus + label > span {
                background: rgba(255,255,255,.1);
            }

    input[type='checkbox']:checked + label > ins {
        height: 100%;
    }

    input[type='checkbox']:checked + label > span {
        border: .5em solid #FFEB3B;
        animation: shrink-bounce 200ms cubic-bezier(.4,.0,.23,1);
    }

        input[type='checkbox']:checked + label > span:before {
            content: "";
            position: absolute;
            top: 0.78em;
            left: 0.3em;
            
            border-right: 2px solid transparent;
            border-bottom: 2px solid transparent;
            transform: rotate(45deg);
            transform-origin: 0% 100%;
            animation: checkbox-check 125ms 250ms cubic-bezier(.4,.0,.23,1) forwards;
        }

@keyframes shrink-bounce {
    0% {
        transform: scale(1);
    }

    33% {
        transform: scale(.85);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes checkbox-check {
    0% {
        width: 0;
        height: 0;
        border-color: #212121;
        transform: translate3d(0,0,0) rotate(45deg);
    }

    33% {
        width: .2em;
        height: 0;
        transform: translate3d(0,0,0) rotate(45deg);
    }

    100% {
        width: .2em;
        height: .5em;
        border-color: #212121;
        transform: translate3d(0,-.5em,0) rotate(45deg);
    }
}
/* ---------------------------------------------------
    MEDIAQUERIES
-------------------------------------------- {--------- */
/*@media screen and (min-width: 900px) and (max-width: 1500px) {
    #sidebarCollapse {
        display: none;
    }
}*/
@media (max-width: 768px) {
    #sidebar {
            margin-left: -250px;
        }

            #sidebar.active {
                margin-left: 0;
            }

        #sidebarCollapse span {
            display: none;
        }
    }
#exampleModal {
    z-index: 99999;
}
.Myprofile_Btn, .Myprofile_Btn_active {
    color: #000000;
}
.dropdown-menu {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    margin-top: 9px;
    width: 200px;
    z-index: 9999999;
}

.dropdown_Ad a {
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none !important;
}

.dropdown_Ad table tr td {
    padding-left: 10px !important;
}
.avatars {
    vertical-align: middle;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.swal2-container {
    z-index: 999999 !important;
}
.contactus_bg {
    font-family: Outfit-Regular;
    background-color:#F1C40F;
    width: 100%;
    height: 180px;
}