@import url('https://fonts.googleapis.com/css2?family=Artifika&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

@font-face {
    font-family: 'AdobeCleanRegular';
    src: url('../fonts/adobe-clean-cufonfonts/AdobeCleanRegular.otf') format('opentype');
}

@font-face {
    font-family: 'AdobeCleanUXMedium';
    src: url('../fonts/adobe-clean-cufonfonts/AdobeCleanUXMedium.otf') format('opentype');
}

@font-face {
     font-family: Arial, Helvetica, sans-serif!important;
    src: url('../fonts/Outfit/static/Outfit-Medium.ttf') format('truetype');
}
/*@font-face {
    font-family: 'Poppins-Black';
    src: url('../fonts/poppins/Poppins-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/poppins/Poppins-Regular.ttf') format('truetype');
}*/
* {
    margin: 0px;
    padding: 0px;
}

/*@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: Arial, Helvetica, sans-serif!important;
    src: url('../fonts/asterone/Asterone DEMO.ttf') format('truetype');
}
.pac-container {
    z-index: 99999;
}
body {
    font-family: Arial, Helvetica, sans-serif!important;
    overflow-x:hidden!important;
}
.Myprofile_Heading a {
    color: #ffffff !important;
}
.Myprofile_Heading a:hover {
    color: #ff8150 !important;
}
a {
    text-decoration: none;
    color: #ffffff;
}
::-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;
    }
input[type=text]:focus {
    border: 1px solid #FF874A;
}

.input-icons i {
    color: #F1C40F;
    position: absolute;
    right: 9%;
    top: 31%;
}

.banner2 {
    display: none;
}
.homesel {
    width: 170px !important;
}
.icon {
    padding: 10px;
    color: green;
    min-width: 50px;
    text-align: center;
}

.lbl_edit {
    cursor: pointer;
}

.cust_logout {
    cursor: pointer;
}
.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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
}
.input-field {
    outline: none;
    width: 200px;
    border: none;
    border-right: 1px solid #000000;
    padding: 10px;
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.searchbtn {
    background-color: #F1C40F;
    text-decoration: none !important;
    border-radius: 4px;
}

.Myprofile_Shadowdv {
    background: #FFFFFF;
    box-shadow: -4px 10px 20px rgba(0, 0, 0, 0.1);
    padding: 15px;
}
.carousel-control-next, .carousel-control-prev {
    width:10%!important;
}
    .bann_div {
    width: 1000px !important;
    z-index:999;
}
.filter{
    border-bottom:1px solid #000000;
}

.Myprofile_Dashboard_dv {
    background: #FFFFFF;
    box-shadow: -7px 10px 22px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.Myprofile_bodydv {
    background: #FFFFFF;
    box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

@media only screen and (max-width: 700px) {
    .formsearch {
        display: grid;
        justify-content: center;
    }

    .input-field {
        outline: none;
        max-width: 190px;
        border: none;
        padding: 4px;
         font-family: Arial, Helvetica, sans-serif!important;
        font-size: 10px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0em;
        text-align: left;
    }

    .input-icons i {
        color: #FF874A;
        position: absolute;
        right: 20%;
        top: 31%;
    }

    .searchbtn {
        font-size: 10px;
        background-color: #F1C40F;
        text-decoration: none !important;
        border-radius: 4px;
    }
}
/*-----------------------------ribbon-------------------------------------------*/

.first_post{
    position:relative;
}

.ribbon {
    position: absolute;
  /*  right: var(--right, 10px);*/
    top: var(--top, -3px);
    filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.5));
}

    .ribbon > .content {
        color: white;
        font-size: 16px;
        text-align: center;
        font-weight: 400;
        background: #0000FF linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.25) 100%);
        padding: 8px 2px 4px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
        width: var(--width, 40px);
        min-height: var(--height, 45px);
        transition: clip-path 1s, padding 1s, background 1s;
    }

    .ribbon.down > .content {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), 50% 100%, 0 calc(100% - 8px))!important;
    }
    .ribbon > .content1 {
        color: white;
        font-size: 16px;
        text-align: center;
        font-weight: 400;
        background: #FF0000 linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.25) 100%);
        padding: 8px 2px 4px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
        width: var(--width, 40px);
        min-height: var(--height, 45px);
        transition: clip-path 1s, padding 1s, background 1s;
    }

    .ribbon.down > .content1 {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), 50% 100%, 0 calc(100% - 8px)) !important;
    }
    .ribbon > .content2 {
        color: black;
        font-size: 16px;
        text-align: center;
        font-weight: 400;
        background: #ffffff linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.25) 100%);
        padding: 8px 2px 4px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
        width: var(--width, 40px);
        min-height: var(--height, 45px);
        transition: clip-path 1s, padding 1s, background 1s;
    }

    .ribbon.down > .content2 {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), 50% 100%, 0 calc(100% - 8px)) !important;
    }

/* ===== NAVBAR SECTION ===== */


.costum-navbar {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #000000 !important;
    position: fixed;
}


@media (max-width:34em) {
    .navbar {
        background: #000 !important;
    }
}

.navbar {
    background: linear-gradient(180deg, #000000, rgba(60, 60, 60, 0.05));
    padding: 40px 30px 10px 30px !important;
    width: 100%;
    z-index: 9999;
    transition: all .4s;
}

.navbar-brand img {
    max-width: 150px;
    height: auto;
}

.login {
    text-decoration: none;
     font-family: Arial, Helvetica, sans-serif!important;
    font-weight: 500;
    font-size: 18px;
}

.h {
    color: red;
}

.dropbtn {
     font-family: Arial, Helvetica, sans-serif!important;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    border: none;
    outline: none;
    color: #ffffff;
    padding: 14px 16px;
    background-color: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
}
   

    .dropdown-content a  {
         font-family: Arial, Helvetica, sans-serif!important;
        float: none;
        font-size:12px;
        color: black;
        padding: 7px 15px;
        text-decoration: none;
        display: block;
        line-height:1.5;
        text-align: left;
    }

        .dropdown-content a:hover {
            text-decoration: none !important;
            background-color: #ddd !important;
            color: #ff8150 !important;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.Myprofile_Heading {
    display: contents;
     font-family: Arial, Helvetica, sans-serif!important;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0em;
    color: #ffffff;
    cursor: pointer;
}
/* ===== NAVBAR SECTION ===== */
@keyframes progress {
    0% {
        --percentage: 0;
    }

    100% {
        --percentage: var(--value);
    }
}

@property --percentage {
    syntax: '<number>';
    inherits: true;
    initial-value: 0;
}
.page_redir {
    position: fixed !important;
    bottom: 20%;
    z-index:999;
}
.titlespro {
    color: #000000;
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 12px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
}
.span_to{
    font-size:12px;
}
.equipment_inform {
    font-size: 12px;
}
.equipment_inform_title {
    font-size: 16px;
}
.tooltip {
    position: relative;
    display: contents!important;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        font-size:12px;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }
.tooltip1 {
    position: relative;
    display: contents !important;
    border-bottom: 1px dotted black;
}

    .tooltip1 .tooltiptext1 {
        visibility: hidden;
        font-size: 12px;
        width: 120px;
        background-color: #F1C40F;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip1:hover .tooltiptext1 {
        visibility: visible;
    }
.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);
        }

[role="progressbar"] {
    --percentage: var(--value);
    --primary: #F1C40F;
    --secondary: #ff8150;
    --size: 40px;
    animation: progress 2s 0.5s forwards;
    width: var(--size);
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
}

    [role="progressbar"]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: conic-gradient(var(--primary) calc(var(--percentage) * 1%), var(--secondary) 0);
        mask: radial-gradient(white 55%, transparent 0);
        mask-mode: alpha;
        -webkit-mask: radial-gradient(#0000 55%, #000 0);
        -webkit-mask-mode: alpha;
    }

   /* [role="progressbar"]::after {
        counter-reset: percentage var(--value);
        content: counter(percentage) '%';
         font-family: Arial, Helvetica, sans-serif!important;
        font-size: calc(var(--size) / 5);
        color: var(--primary);
    }*/
    [role="progressbar"] img {
        /*width: calc(var(--size) / 2);*/ /* Adjust the width based on your needs */
        /*height: calc(var(--size) / 2);*/ /* Adjust the height based on your needs */
        object-fit: contain; /* Ensures the image fits within the dimensions */
        z-index: 1; /* Ensures the image is on top */
    }

.multiselect-container > li > a > label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 10px 20px 3px 10px !important;
}

.multiselect-container {
    margin-top: 4px !important
}

.carousel-inner {
    position: relative;
}

.bannerinfo {
    position: absolute;
    top: 25%;
    /*left: 5%;*/
}
.fleet-image {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.info_points {
    font-size: 16px;
    font-weight: 500;
   list-style:none!important;
}
.info_points, li {
     display: list-item!important; 
     align-items: center; 
     cursor: pointer; 
}
.info_points, li ul li {
    display: list-item !important;
    align-items: center;
    cursor: pointer;
    list-style:disc;
}
.banhead {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 24px;
    font-weight: 700;
   /* line-height: 55px;*/
    letter-spacing: 0em;
    color: #ffffff;
    position: relative;
}
.widejet{
    margin-top:80px;
}
.banhead {
    position: relative;
}

   /* .banhead::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom: 5px solid #F1C40F;
        width: 6%;
    }*/

.pdecr {
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0em;
    color: #f4f4f4;
}
a:hover {
    text-decoration: none !important;
    color: #000000;
}
.asider rounded {
    position: relative;
}

#equip_image, #sample_image1, #sample_image2, #sample_image3, #sample_image4 {
    width: 75px !important;
    height: 55px !important;
}

.grp2 {
    position: relative;
    top: 0%;
}

.navigate {
    background-color: #F1C40F;
}

.grp4 {
    position: relative;
    top: 7%;
}

.grp3 {
    position: relative;
    top: 19%;
}

.grp1 {
    position: relative;
    top: 40%;
}

.grp {
    position: relative;
    top: 0%;
}

.general {
    background: #F2F7F2;
    margin: 5px 25px 5px 25px;
}

.nav-link {
    text-decoration: none;
     font-family: Arial, Helvetica, sans-serif!important;
    font-weight: 700;
    font-size: 14px;
}

.set {
    display: flex;
    padding-left: 80px;
}

.search {
    border: none;
    padding: 4px;
}

    .search:focus {
        border: none;
    }



.form-bg {
    background-color: #F2F7F2;
}

.carousel-item {
    position: relative;
}

.banner {
    position: absolute;
    top: 140px;
    right: 40px;
    z-index: 99;
}

.heading {
     font-family: Arial, Helvetica, sans-serif!important;
    font-weight: 700;
    font-size: 66px;
    margin-top: 130px;
    color: white;
}

.form {
    background-color: #F2F7F2;
}

.colour {
    color: #F1C40F;
     font-family: Arial, Helvetica, sans-serif!important;
    font-weight: 700;
    font-size: 26px;
}

.colour2 {
    color: #F1C40F;
    font-family: helvetica;
    font-weight: 400;
    font-size: 16px;
}

.types {
     font-family: Arial, Helvetica, sans-serif!important;
    font-weight: 400;
    font-size: 16px;
}

.button1 {
    justify-content: center;
     font-family: Arial, Helvetica, sans-serif!important;
    font-weight: 700;
    font-size: 16px;
}

.most {
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}

.most {
    position: relative;
}

    .most::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom: 4px solid #FF874A;
        width: 4%;
    }

.vechimg {
    width: auto !important;
    height: 100px;
}

.textcover {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.multiple {
    text-decoration: none;
    color: #000000 !important;
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.07em;
    text-align: center;
}

.all {
    text-decoration: none;
    color: #F1C40F;
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.Browser {
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}

.Browser {
    position: relative;
}

    .Browser::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom: 4px solid #FF874A;
        width: 5%;
    }


.all2 {
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 18px;
    font-weight: 100;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

a {
    text-decoration: none !important;
}

.construct {
    text-decoration: none !important;
    color: black;
}

.thumbnail1 {
    background-color: #ffffff;
    border-radius: 4px;
    width: 265px;
    height: 265px;
    display: inline-grid;
}


    .thumbnail1:hover {
        background-color: #FF874A;
        color: #ffffff;
    }
/*.construct:hover {
    background-color: #FF874A;
    color: #ffffff;
}*/
.banner2 {
    background-image: url(../assets/images/rect.png);
    background-size: 100% 100%;
}

.forcust {
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.07em;
    text-align: left;
}

.Artifika {
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: left;
}

.custdcrption {
    color: #000000;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.post {
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.Vendors h6 {
    color: #F2F7F2;
    opacity: 65%;
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 16px;
    font-weight: 200;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.heading3 {
    color: #000000;
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
}

.heading3 {
    position: relative;
}

    .heading3::before {
        content: '';
        position: absolute;
        bottom: -7%;
        left: 0;
        border-bottom: 4px solid #F1C40F;
        width: 5%;
    }

.Montserrat {
    color: #000000;
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.fa-circle {
    font-size: 22px;
}

.Montserrat2 {
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.para {
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 22px;
    margin-left: 25px;
}

.asidel {
    background-color: #F2F7F2;
    padding: 20px 20px 20px 40px;
}

.asider {
    background-color: #FF874A;
    padding: 20px 20px 20px 40px;
}

.best {
    color: #ffffff;
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.rating span {
    text-align: center;
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.heading2 {
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}

.image img {
    display: inline-block !important;
    height: 50px;
    width: 50px !important;
    border-radius: 50%;
    margin-bottom: 20px;
}

.cmnytag {
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
}

.compydec {
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 16px!important;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 0em;
    padding:40px;
}
.results {
    font-size: 16px!important;
}


.asidel2 {
    background-color: #F1C40F;
    color: #000000 !important;
    padding: 40px;
}
.fa-location-dot {
    color: #FF874A;
}
.asider2 {
    background-color: #FF874A;
    color: #000000!important;
    padding: 40px;
}
.asidel2 h3{
    font-size:16px;
}
.asider2 p {
    font-size: 12px;
}
.asider2 h3 {
    font-size: 16px;
}

.asidel2 p {
    font-size: 12px;
}
    .container-fluid3 {
    padding: 20px 20px 10px 20px;
    background-color: #6d6d6d;
}

.footer {
    justify-content: space-evenly;
}

.space {
    padding-top: 30px;
}

.icons {
    padding: 0px 40px 0px 40px;
}

.fa-brands {
    margin: 10px;
    font-size: 22.5px;
}

.line2 {
    width: 200px;
    border-color: white;
    border-width: 1px;
}

.rights {
    display: flex;
}

/*.icon-address {
    color: #000000;
}*/

.copy {
    padding-right: 80px;
}

.terms {
    padding: 0px 20px 0px 20px
}

#down {
    padding: 10px;
    display: none;
}

.carousel-control-prev {
    width: 0px;
}

.carousel-control-next {
    width: 0px;
}

.caption {
    color: #000000;
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
}

    .caption img {
        height: 100px;
        width: 100px;
    }

.thumbnail {
    background-color: #F1C40F;
    border-radius: 4px;
}

    .thumbnail a {
        color: #ffffff;
    }

.Vendors {
    color: #d7d7d7;
}


.title {
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

.about_prd {
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #F1C40F;
}

.crane {
    width: 100px;
}

.fa-list-ul, .fa-message {
    color: #F1C40F;
}

.prd_title {
    color: #000000;
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
}

#fro_to_date {
    width: 100%;
}

.dowloadbtn {
    background-color: #F1C40F;
    text-decoration: none !important;
    border-radius: 20px;
    font-size:15px;
    border: none;
    z-index: 99 !important;
    cursor:pointer;
}

    .dowloadbtn a {
        text-decoration: none !important;
        color: #ffffff;
    }

.requstbtn {
    background-color: #000000;
    text-decoration: none !important;
    border-radius: 4px;
}

    .requstbtn a {
        text-decoration: none !important;
        color: #ffffff;
    }

.card-img-top {
    width: auto !important;
    height: 150px;
}

.card-title {
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

.card {
    font-weight: bold;
    /* padding: 1em;
    text-align: right;
    color: #181a1a;
    width: 300px;
    height: 400px;
    box-shadow: 0 1px 5px #00000099;
    border-radius: 10px;
    background-image: url(https://images.unsplash.com/photo-1557672199-6e8c8b2b8fff?ixlib=rb-1.2.1&auto=format&fit=crop&w=934&q=80);
    background-size: cover;*/
    position: relative;
    transition-duration: 300ms;
    transition-property: transform, box-shadow;
    transition-timing-function: ease-out;
    transform: rotate3d(0);
}

    .card:hover {
        transition-duration: 150ms;
        box-shadow: 0 0px 8px 0px #00000020;
    }

    .card .glow {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-image: radial-gradient(circle at 50% -20%, #ffffff22, #0000000f);
    }

.info_dcr {
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
    color: #646464;
}

.cd__main {
    background: #fff;
    padding: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.cd__main {
    display: flex;
    width: 100%;
}

.cranepng {
    position: absolute;
    z-index:999;
    top: 22%;
    right: 5%;
}

.cranepng2 {
    position: absolute;
    bottom: 2%;
}

.Group397 {
    position: absolute;
    bottom: 2%;
    right: 0%;
}

.sub_heading {
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    color: #000000;
}

.answer {
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: #646464;
}

.lable {
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    color: #000000;
}

.duration {
    background: #F1C40F !important;
    border: 1px solid #F1C40F !important;
    box-shadow: 0px 4px 20px rgba(52, 60, 142, 0.4);
    color: #fff !important;
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.03em;
    transition: 0.7s;
    border-radius: 50px !important;
}

.title_list {
     font-family: Arial, Helvetica, sans-serif!important;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    color: #000000;
}

#projectopt {
    padding-top: 31px !important;
}

.fa-circle-xmark {
    color: #ff0000;
    position: absolute;
    top: 40%;
    right: 2%;
}
.dowloadbtn {
    /*border: 1px solid;*/
    overflow: hidden;
    position: relative;
}
.bann_div {
    background-color:#f4f4f4!important;
}
    .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);
    }
@media only screen and (min-width: 1360px) {
    .cd__main {
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        padding: 24px;
    }
}

@media only screen and (mix-width: 760px) {
    .bannerinfo {
        position: absolute;
        top: 30% !important;
        left: 10%;
    }
}

@media only screen and (min-width: 900px) {
   /* .bann_div {
        max-width: 1000px !important;
    }*/
}

@media only screen and (max-width: 700px) {

    #dvslider {
        height: 295px !important;
    }

    .heading3 {
        color: #000000;
         font-family: Arial, Helvetica, sans-serif!important;
        font-size: 20px !important;
        font-weight: 700;
        line-height: 34px;
        letter-spacing: 0em;
        text-align: left;
    }

    .carousel-inner .carousel-item active img {
        height: 275px !important;
    }

    .bannerimg {
        height: 275px !important;
    }

    .bannerinfo {
        position: absolute;
        top: 0%;
        left: 6%;
    }

    .banhead {
        font-size: 18px;
    }

    .pdecr {
         font-family: Arial, Helvetica, sans-serif!important;
        font-size: 10px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        color: #ffffff;
    }

    .grp {
        width: 100%;
    }

    .Artifika {
         font-family: Arial, Helvetica, sans-serif!important;
        font-weight: 400;
        font-size: 34px;
    }

    .rights {
        display: inline;
    }

    .crane {
        width: 25px;
    }

    .prudimg {
        width: 80%;
    }
}

@media only screen and (max-width: 320px) {
    .heading2 {
        font-size: 24px !important;
        padding: 12px;
    }

    .Montserrat {
        font-size: 18px;
    }

    .fa-circle {
        font-size: 10px;
    }

    .rights {
        display: inline;
    }
}

@media screen and (min-width:701px) and (max-width:990px) {
    .bannerinfo {
        position: absolute;
        top: 25%;
        left: 10%;
    }
}

@media screen and (min-width:226px) and (max-width:699px) {
    .bannerinfo {
        position: absolute;
        top: 35%;
        left: 10%;
    }
}

@media screen and (min-width:360px) and (max-width:699px) {
    .bannerinfo {
        position: absolute;
        top: 35%;
        left: 10%;
    }

    .icons {
        padding: 0px 0px 0px 40px;
    }

    .set {
        display: inline;
    }

    .dropdown-menu {
        transform: translateX(0px);
    }

    .general {
        background: #F2F7F2;
        margin: 5px;
    }

    .drop {
        display: inline;
    }

    /* #demo {
        display:none;
        height: 500px;
        margin
    }*/

    .banner {
        position: relative;
        transform: translate(25px,-200px);
    }

    .heading {
        display: none;
    }

    .form {
        width: 50px;
        margin: 27px;
        padding: 0px;
    }

    .heading2 {
        font-size: 30px;
    }

    .rights {
        display: inline;
    }
}
#exampleModal {
    z-index: 99999;
}
.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;
}