/*@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@700&display=swap');
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700&display=swap');

* {
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}
/* Some changes about search-bar*/
/* .navbar-collapse form{
    display: none!important;
} */


.top-head {
    display: flex;
    justify-content: flex-end;
    background: #24488f;
    color: #aeb7c7;
    font-size: 15px;
    padding: 5px 10px;
}

.main-logo img {
    min-width: 140px;
    width: 100px;
}

.top-head .title {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.top-head .social-ion a {
    letter-spacing: 7px;
    color: #aeb7c7;
}

#navbarSupportedContent {
    flex-grow: 0 !important;
}

.phone-num {
    margin-right: 30px;
}

::-webkit-scrollbar {
    scrollbar-color: inherit;
    scrollbar-color: initial;
    scrollbar-color: revert;
    scrollbar-color: revert-layer;
    scrollbar-color: unset;
}

.row {
    --bs-gutter-x: 0px !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}

body {
    padding: 0px;
    margin: 0px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    text-rendering: optimizeLegibility;
}

.navbar {
    width: 100%;
    z-index: 10;
    padding: 0px 0px;
    background-color: #ffffff !important;
}

    .navbar a {
        font-size: 15px;
        font-weight: 500;
        color: #6b6a6a;
        font-family: 'Poppins', sans-serif;
    }

.gaadiexp-check:checked:before {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(113 112 112 / 30%);
    content: '';
    z-index: 1003;
    animation: fadeIn .3s;
}

.nav-item {
    padding: 0px 6px;
}

.collapse .form-control {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border-radius: 50px;
}

#main-con .container {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.carousel-caption {
    animation: fadeInDown 0.5s both 0.7s;
    -webkit-transform: translateY(-30%);
    z-index: 9;
}

.navbar-brand {
    padding: 0px;
}



#form {
    width: 300px;
    height: 44px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 2px 2px 10px 3px rgb(0 0 0 / 10%);
}

.menu .search-tag2 {
    padding: 12px 60px 12px 12px;
}

#form input {
    all: unset;
    font: 16px system-ui;
    height: 100%;
    width: 100%;
    padding: 6px 10px;
}

#form ::placeholder {
    color: #7c7676;
    opacity: 0.9;
}

#form svg {
    color: #7c7676;
    fill: currentColor;
    width: 24px;
    height: 24px;
    padding: 0px;
}

#form button {
    all: unset;
    cursor: pointer;
    width: 44px;
    height: 44px;
}

.carousel {
    -webkit-tap-highlight-color: transparent;
}


.carousel-caption .btn-theme {
    padding: 15px 30px;
    border-radius: 0%;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    background-color: #1cc93e;
}

.carousel-inner h2 {
    font-weight: 500;
    text-shadow: 0 2px 2px rgb(20 0 0 / 90%) !important;
    font-size: 46px;
    margin-bottom: 20px;
    color: #fff;
}

.container .card {
    position: relative;
    width: 320px;
    background: rgba(255, 255, 255, 0.05);
    margin: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
}

    .container .card .content {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: 0.5s;
    }

    .container .card:hover .contentBx {
        transform: translateY(-25px);
        transition: 0.5s;
    }

    .container .card .contentBx {
        padding-top: 20px;
    }

    .container .card .content .imgBx {
        position: relative;
        width: 260px;
        height: 200px;
        border-radius: 15px;
        overflow: hidden;
    }

.carousel-caption {
    bottom: 3.25rem !important;
}

.container .card .content .imgBx img {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.container .card .content .contentBx h3 {
    color: #0f0202;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    margin: 10px 0 10px;
}

.container .card .content .contentBx span {
    font-size: 15px;
    width: 100%;
    letter-spacing: 0.5px;
    font-weight: 400;
    display: block;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin: 0px;
    padding: 10px 10px;
}

.container .card .sci {
    position: absolute;
    bottom: 50px;
    display: flex;
    padding-left: 0px;
}

    .container .card .sci li {
        list-style: none;
        transform: translateY(50px);
        transition: 0.5s;
        opacity: 0;
    }

.container .card:hover .sci li {
    transform: translateY(-40);
    opacity: 1;
}

.container .card .sci li a {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Courier New', Courier, monospace;
}

#main-bg {
    position: relative;
}

.sub-head {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

    .sub-head h4 {
        color: white;
        font-weight: 700;
        margin-bottom: 0px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }

.sub-main-head {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 75%;
    width: 40%;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.prod-detail .price,
.prod-detail .org-price {
    font-size: 25px;
}

.org-price-home {
    font-size: 20px;
}

.sub-head h2 {
    font-size: 4rem;
    color: white;
    font-weight: 700;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


#hello .col-3 {
    display: flex;
    justify-content: space-around;
}


#hello {
    margin-top: 65px;
    padding-bottom: 40px;
}

.wrapper-icon {
    color: #fff;
    width: 70px;
    height: 70px;
    min-width: 70px;
    line-height: 65px;
    text-align: center;
    background-color: #24488f;
    font-style: normal;
    margin-right: 20px;
}

    .wrapper-icon .bi {
        font-size: 25px;
    }

#hello .wrapper {
    display: flex;
    align-items: center;
}

.wrapper-inside {
    color: #504949;
}

    .wrapper-inside h5 {
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        line-height: 1.3;
        font-weight: 500;
    }

    .wrapper-inside p {
        color: #969696;
        font-size: 13px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        margin-bottom: 0px !important;
    }

.svg-inline--fa {
    height: 2em;
}

.carousel-caption h5 {
    text-shadow: 0 2px 2px rgb(20 0 0 / 90%) !important;
}

#our-product {
    padding-top: 20px;
}


.about-us {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    /*margin-bottom: 40px !important;*/
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    /* background: #f5f7fb url(../Images/world_dots.png) !important; */
}

.slider {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 10;
}

.about-us .slide {
    font-size: 0px !important;
}


.box .slide {
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    display: flex !important;
    align-items: flex-end;
    justify-content: center;
    font-size: 30px;
    transition: .5s all;
    transform: scale(1);
    /* box-shadow: 0 4px 20px rgb(0 0 0 / 8%);  */
}

.breadcrumbs {
    background-color: rgba(255,255,255,0.08);
    position: relative;
    margin-top: 0;
    padding: 18px 0;
    z-index: 2;
    border-bottom: 1px solid rgba(0,0,0,.08);
    background-color: rgba(255,255,255,.08);
    border-bottom: none;
    border-top: 1px solid rgba(255,255,255,.08);
}

.address-inn b {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.breadcrumb {
    margin: 0px;
}

.breadcrumbs a {
    color: #a4a9b2 !important;
}

.carousel-caption .active {
    background: #1cc93e;
    padding: 12px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #fff !important;
}

.button-wrapper .btn-theme {
    margin-bottom: 20px;
    margin-top: 15px;
}

.custom-heading .main-title {
    font-size: 42px;
    color: #343434;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.request .main-title {
    font-size: 38px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #fff;
}

#request {
    margin-bottom: 40px !important;
    padding-top: 75px !important;
    padding-bottom: 50px !important;
    background: #24488f url(../Images/world_dots.png) !important;
    width: 100%;
}

.request .col-md-4 {
    padding: 0px 50px 0px 0px;
}

.request .request-element {
    color: #babac2;
    font-size: 15px;
}

.request-element span {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1.5;
}

.request-inner .wpb-wrapper1, .wpb-wrapper2 span {
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.call-back1, .call-back2 {
    margin-bottom: 40px;
}

.form-control-wrap input {
    padding: 12px 15px;
    width: 90%;
    line-height: 1;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #babac2;
}

.wpcf7-select {
    color: #babac2;
    width: 90%;
    height: 47px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 10px;
}

.wpcf7-submit {
    padding: 12px 15px;
    width: 90%;
    line-height: 1;
    height: 46px;
    background: #1cc93e;
    color: #fff;
    border: solid #1cc93e;
}

.button-wrapper .btn {
    color: #fff;
    font-size: 14px;
    background-color: #1cc93e;
    border-radius: 0px;
    padding: 10px 25px;
}


.slick-now .slide {
    transform: scale(1);
}

.slick-arrow {
    display: none !important;
}

.slick-dots {
    display: none !important;
}

.slick-slide img {
    display: -webkit-inline-box !important;
    width: 100%;
    min-height: auto;
    max-height: 258px;
}

.slick-slide {
    padding: 20px 10px;
}

.slide-content h3 {
    font-size: 20px;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.slide-content {
    padding: 30px 30px 45px 30px;
    border: 1px solid #eee;
    background-color: #ffffff !important;
    height: 220px;
}

    .slide-content h6 {
        color: #969696;
        line-height: 1.5;
        margin-bottom: 25px;
        font-weight: 300;
    }

    .slide-content .btns a {
        text-decoration: none;
        color: #1cc93e;
        padding: 15px 40px 15px 40px;
        border: 1px solid rgba(0,0,0,.1);
        font-size: 14px;
        box-shadow: 0 3px 2px -2px rgb(0 0 0 / 6%);
        background-color: #fff;
    }

.sub-title {
    color: #1cc93e;
}

.pro-wrapper .pro-img {
    height: auto;
    width: 100%;
    border-radius: 0px;
    transition: 0.3s;
}

/*.pro-wrapper .card:hover {
    transform: scale(1.02);
    transition: all 0.5s ease-in-out;
}*/

#project .pro-wrapper {
    margin: 15px 15px;
    cursor: pointer;
}
/* #project .pro-wrapper:hover{
    transform: scale(0.98);
  } */

#project .card {
    position: relative;
    width: 100% !important;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 0px !important;
    display: flex;
    margin: 0px !important;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    border: none !important;
}

.card-img-top {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.element-center {
    text-align: center;
}

    .element-center .element-terms {
        color: #1cc93e;
        font-size: 14px;
        font-weight: 500;
    }

    .element-center .element-title {
        color: #464646;
        font-size: 15px;
        margin-top: 10px;
        font-weight: 500;
    }

.pro-wrapper .card-body {
    padding: 10px 10px !important;
}

.brands-wrap {
    padding-bottom: 0px;
    max-width: 960px;
    margin: 0 auto;
}

.carousel {
    background: transparent;
}

.gallery-cell {
    width: 20%; /* half-width */
    height: auto;
    padding: 0 15px;
    text-align: center;
    transform: translateY(-50%);
}

#fliticky .flickity-slider {
    width: 100%;
}

.flickity-prev-next-button.previous {
    left: -40px;
}

#fliticky .flickity-prev-next-button.previous {
    left: 90%;
    top: -35px;
    border-radius: 0px;
}

#fliticky .flickity-prev-next-button.next {
    right: 5px;
    top: -35px;
    border-radius: 0px;
}

.flickity-prev-next-button.next {
    right: -40px;
}

.brand-carousel {
    margin: 0 60px; /* space for prev/next buttons */
}

.flickity-prev-next-button .arrow {
    fill: white;
    box-shadow: 0 0 5px black;
}

.flickity-prev-next-button.no-svg {
    color: white;
}

.brands-wrap {
    max-width: 100% !important;
}

.flickity-enabled.is-draggable .flickity-viewport {
    min-height: 150px !important;
}

.gallery-cell img {
    min-height: 80px;
    min-width: 100px;
    width: 140px;
    filter: grayscale(100%);
    opacity: .2;
    transition: all 200ms ease-in-out;
}

    .gallery-cell img:hover {
        filter: none;
        opacity: 1;
    }

.footer-inn .contact {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}

.form-feild {
    display: flex;
}

.contact .bi {
    margin: 0px 10px 30px 0px;
    color: #1cc93e;
    font-size: 24px;
    padding: 0px 15px 0px 0px;
}

.footer-inn .contact-title {
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
}

    .footer-inn .contact-title span {
        position: relative;
        float: right;
        bottom: -9px;
        font-size: 10px;
        color: #babac2;
        font-weight: 600;
    }

.footer-inn .text-widget {
    color: #babac2;
    font-size: 15px;
    width: 90%;
    line-height: 1.7;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.footer-main {
    background-color: #24488f;
    background-image: url(../Images/world_dots.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}

    .footer-main .footer {
        padding: 45px 0px 10px 0px;
    }

.navigation .navigation-line {
    margin-bottom: 5px;
    color: #1cc93e;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    width: 80%;
}

    .navigation .navigation-line a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
    }

.contact .cont-inn2 {
    color: #fff;
}

.footer-inn .contact {
    border-bottom: 1px solid rgba(255,255,255,.1);
    width: 80%;
}

.contact .cont-inn2 h6 {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1.6;
    padding-bottom: 10px;
}

.contact .cont-inn2 span {
    font-size: 15px;
    font-weight: 500;
    color: #babac2;
    font-family: 'Poppins', sans-serif;
}

.navigation ul {
    padding-left: 1rem;
}

.text-widget .theme-btn {
    text-decoration: none;
    padding: 15px 30px;
    background-color: #1cc93e;
    color: #fff;
    font-size: 14px;
}

.text-widget p {
    margin-bottom: 30px;
}

.open-hour .contact-title {
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.hour-inn li {
    display: flex;
    list-style-type: none;
    border-bottom: 1px solid rgba(255,255,255,.1);
    justify-content: space-between;
    padding-top: 10px;
    font-size: 14px;
    padding-bottom: 10px;
    color: #babac2;
}

    .hour-inn li span {
        color: #fff;
    }

.hour-inn ul {
    padding-left: 0px;
}

.form-feild input[type="email"] {
    padding: 14px 25px;
    color: #babac2;
    height: 50px;
    width: 80%;
    background: rgba(0,0,0,.08);
    border-top-style: hidden;
    border-bottom-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
}

    .form-feild input[type="email"]::placeholder {
        color: #babac2;
    }

.form-feild input[type="submit"] {
    height: 50px;
    -webkit-font-smoothing: antialiased;
    border: none;
    color: #fff;
    background: #1cc93e;
    padding: 5px 25px;
}

input:focus-visible {
    outline: none;
}



.page-heading {
    background-position: center bottom;
    background-repeat: repeat;
    background-size: cover;
    position: relative;
    background-color: #000;
    background: url(../images/about-us-main.jpg);
    background-size: cover;
    overflow: hidden;
}

    .page-heading .page-overlay {
        background-color: #24488f;
        background: linear-gradient(to right, #24488f, rgba(0,0,0,0));
    }

    .page-heading .page-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .page-heading .page-titles-wrap {
        position: relative;
        padding: 60px 0px;
        z-index: 2;
    }

    .page-heading .page-subtitle {
        margin: 0;
        font-size: 15px;
        font-weight: 500;
        color: #a4a9b3;
        word-wrap: break-word;
    }

    .page-heading .page-title {
        margin: 0;
        font-family: 'Poppins', sans-serif;
        font-size: 40px;
        color: #fff;
        line-height: 1.25;
        letter-spacing: -.5px;
        text-shadow: 0 1px 5px rgb(0 0 0 / 20%);
        word-wrap: break-word;
    }

.flickity-button {
    background: hsl(0deg 1% 37.58% / 75%) !important;
}

.product-main .brand-carousel {
    margin: 5px;
}

.product-main .gallery-cell img {
    width: 120px;
    min-width: 110px;
    filter: none !important;
    min-height: 100px;
    opacity: 1 !important;
}

.product-main .gallery-cell {
    width: 30%;
    padding: 0px 10px;
}

.about-our-comp {
    padding-bottom: 20px;
    padding-top: 50px;
}

    .about-our-comp .row {
        display: flex;
        align-items: center;
    }

    .about-our-comp p {
        width: 95%;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        color: #969696;
        line-height: 25px;
    }

    .about-our-comp .sign-img {
        margin-top: 50px;
    }

.about-us-card .about-card {
    display: flex;
    background: #d8b2b2;
    margin: 10px 10px;
    align-items: center;
    padding: 20px;
    border: 1px solid rgba(0,0,0,.1);
    background-color: #fff;
    box-shadow: 0 3px 2px -2px rgb(0 0 0 / 6%);
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    position: relative;
}

.about-us-card {
    padding-top: 20px;
    padding-bottom: 40px;
}

.about-card-inner:hover::after {
    width: 100%;
    left: 0;
}

.about-card-inner::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0%;
    content: "";
    display: block;
    height: 5px;
    left: 0%;
    position: absolute;
    background: #1cc93e;
    transition: width 0.2s ease-in 0s, left 0.3s ease 0s;
    width: 0%;
}


.about-us-card .about-card p {
    font-size: 14px;
}

.about-us-card .about-card h5 {
    line-height: 1;
}

.about-us-card .about-card .about-card-inner {
    margin-left: 30px;
    width: 70%;
}

.about-card .bi {
    padding: 25px 10px;
    color: #fff;
    background: #1cc93e;
    font-weight: 700;
    font-size: 25px;
}

/*--FAQ-Page--*/

.faq-card-main {
    padding: 50px 10px;
}

.faq-card {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

    .faq-card .icon-box {
        display: flex;
        align-items: center;
        padding-bottom: 20px;
    }

        .faq-card .icon-box span {
            background: #54647f;
            line-height: 65px;
            width: 70px;
            min-width: 70px;
            height: 70px;
            margin-right: 25px;
            text-align: center;
            color: #fff;
            font-size: 22px;
        }

    .faq-card .page-content p {
        color: #969693;
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
        line-height: 1.75;
    }

    .faq-card .icon-box h5 {
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
    }

.faq-card-main .col-lg-4 {
    padding: 10px 10px;
}

/* Faq-Collapse*/
.collapse {
    /*border: 1px solid rgba(0, 0, 0, 0.08);*/
}

.accordion-contant {
    display: none;
}

.faq-section .mb-0 > a {
    display: block;
    position: relative;
}

    .faq-section .mb-0 > a:after {
        content: "\f067";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        right: 0;
        font-weight: 600;
    }



    .faq-section .mb-0 > a[aria-expanded="true"]:after {
        content: "\f068";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
    }

.collpase-bars {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .collpase-bars .coll-wrapper {
        box-shadow: 0 3px 30px rgb(0 0 0 / 8%);
    }

.coll-side-cont {
    padding: 20px 30px;
}

    .coll-side-cont h4 {
        font-size: 22px;
        font-family: 'Poppins', sans-serif;
    }

    .coll-side-cont p {
        color: #969696;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        letter-spacing: 0.1px;
        font-size: 15px;
    }

    .coll-side-cont a {
        text-decoration: none !important;
        color: #1cc93e;
        font-weight: 500;
    }

.card-rack .card-header {
    background: none !important;
    border: none !important;
    /*padding: 5px 0px;*/
}

.collpase-bars .col-lg-9,
.collpase-bars .col-md-8 {
    padding: 0px 10px 0px 0px;
}

.faq-section .mb-0 > a:after {
    right: 15px;
}

.card-rack {
    margin-bottom: 10px;
}

    .card-rack .panel-body ul {
        padding-left: 1rem !important;
        color: #969696;
    }

.card-inside-coll .panel-body {
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.card-rack .panel-body p {
    color: #969696;
}

.card-rack .card-header a {
    background-color: #f6f6f6;
    font-weight: 400;
    font-size: 15px;
    font-weight: 400;
    padding: 15px 20px;
    color: #343434;
    border: 1px solid rgba(0,0,0,.08);
    text-decoration: none !important;
}

.card-rack .page-more {
    text-decoration: none !important;
    color: #1cc93e;
    font-size: 14px;
}

.collapse-head h6 {
    font-size: 28px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}


.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x) !important;
    font-size: var(--bs-navbar-toggler-font-size) !important;
    line-height: 1 !important;
    color: var(--bs-navbar-color) !important;
    background-color: transparent !important;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color) !important;
    border-radius: var(--bs-navbar-toggler-border-radius) !important;
    transition: var(--bs-navbar-toggler-transition) !important;
    display: none;
}


/*--- Contact-us----*/

.message-inner .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.message-form {
    padding: 50px 0px;
}

.form-row .form-group .form-control {
    width: 100%;
}

.form-row .form-group {
    padding-left: 0px;
    padding-right: 20px;
}

.form-row label {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.textarea p {
    margin-bottom: 0.5rem;
}

.form-row .form-control {
    padding: 10px 20px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    border-radius: 0.375rem;
    background: #f9f9f9;
}

.message-inner form button a {
    padding: 20px 10px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.message-inner form button {
    padding: 15px 20px;
    border-radius: 0px;
    margin-top: 20px;
    background: #1cc93e;
    border: none;
}

.message-inner textarea {
    padding: 15px 15px;
    margin-top: 0px;
    width: 100%;
    border: 1px solid #eee;
    background: #f9f9f9;
}

    .message-inner textarea:focus-visible {
        outline: none !important;
    }


.message-inner .textarea {
    padding: 15px 20px 10px 0px;
}

.msg-head h4 {
    margin-bottom: 20px;
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.msg-head p {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #969696;
    width: 90%;
    margin-bottom: 40px;
}

.map-responsive iframe {
    max-width: 100%;
    margin-top: 20px;
}

.address-inn {
    padding: 15px;
}

    .address-inn h4 {
        font-size: 26px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .address-inn p {
        color: #969696;
        font-size: 14px;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
        line-height: 25px;
        letter-spacing: 0.3px;
    }

    .address-inn a {
        text-decoration: none;
        color: #1cc93e;
        font-size: 14px;
    }

.social-media {
    margin-top: 30px;
}

    .social-media .bi {
        background: #eee;
        color: #999;
        width: 50px;
        height: 45px;
        padding: 15px;
        line-height: 45px;
        text-align: center;
        font-size: 18px;
        display: inline-flex;
    }

.breadcrumb a {
    text-decoration: none !important;
}

.navbar .breadcrumb {
    background-color: transparent;
    margin-bottom: 5px;
}

.bread-crum {
    padding: 0px !important;
}


/*  Product-Page */

.product-main {
    padding: 10px 0px;
}

.xzoom-thumbs {
    margin-top: 30px;
}

.pdp-image-gallery-block {
    display: flex;
}

.product-main .product-details a h1 {
    font-size: 28px;
}

.gallery-viewer {
    max-width: 400px !important;
}

h1 {
    font-size: 1.5rem;
    line-height: 30px;
}

/* Product Zoom */

.slideshow-items {
    max-width: 500px;
    width: 300px;
}

.slideshow-thumbnails {
    width: 29%;
    height: auto;
}

#slideshow-items-container {
    display: inline-block;
    position: relative;
}

#lens {
    background-color: rgba( 233, 233, 233, 0.4 )
}

#lens, #result {
    position: absolute;
    display: none;
    z-index: 1;
}

.slideshow-items {
    display: none;
}

    .slideshow-items.active {
        display: block;
    }


.slideshow-thumbnails.active {
    opacity: 1;
}

#lens, .slideshow-items, .slideshow-thumbnails, #result {
    border: solid var(--light-grey-2) 1px;
}

.prod-detail {
    display: flex;
}

.prod-inn h2 {
    font-size: 40px;
    width: 95%;
}

.product-inner img {
    padding: 5px;
}

.product-inner .row {
    justify-content: space-between !important;
}

.prod-detail del {
    margin-right: 15px;
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #999;
}

.price-home {
    margin-right: 15px;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #999;
}

.prod-detail ins {
    font-size: 32px;
    color: #1cc93e;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.prod-inn p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 25px;
    width: 80%;
    font-family: 'Poppins', sans-serif;
    color: #969696;
}



/* Product Disc Sidebar*/

#myTab {
    margin-top: 20px;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    flex-wrap:nowrap!important;
   /* overflow-x:scroll;*/
}

.nav-tabs .nav-link {
    /*margin-bottom:0px!important;*/
}
.product-inner .nav-item{
    display:contents;
}
.product-main .product-inner .nav {
    --bs-nav-link-padding-x: 1rem !important;
    --bs-nav-link-padding-y: 0.5rem !important;
}
#home h3 {
    color: #000;
}

.tab-content h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.tab-content p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

#home, #profile span {
    font-size: 16px;
    margin-bottom: 15px;
    color: #969696;
    font-family: 'Poppins', sans-serif;
}

.tab-content h2 {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-top: 25px;
}

#profile .star {
    margin-top: 10px;
    margin-bottom: 15px;
}

    #profile .star .bi {
        color: #1cc93e;
    }

.review-area {
    margin-top: 10px;
}

.review-form input {
    padding: 5px 10px;
    width: 100%;
    height: 40px;
    border: 1px solid #eee;
    background: #f9f9f9;
    border-radius: 2px;
    font-size: 14px;
}

.review-form label {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.review-form textarea {
    padding: 5px 10px;
    width: 97.5%;
    resize: none;
    border: 1px solid #eee;
    background: #f9f9f9;
    font-size: 14px;
}

.review-area textarea:focus-visible {
    outline: none;
}

.review-form {
    margin-top: 0px;
}

#profile p {
    color: #969696;
}

.check-box {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

    .check-box input {
        width: 15px;
    }

    .check-box span {
        margin-bottom: 0px !important;
        margin-left: 10px;
        font-size: 12px;
        font-family: 'Poppins', sans-serif;
    }

.submit-form {
    border-radius: 0%;
    margin-top: 20px;
}

    .submit-form a {
        background-color: #1cc93e;
        text-decoration: none !important;
        font-size: 15px;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        padding: 15px 30px;
    }


/* Similar product tags*/
.similar-product-page {
    padding: 50px 0px;
}

    .similar-product-page .card-product {
        border: 1px solid #eee;
        background: #f9f9f9;
        text-align: center;
        cursor: pointer;
    }

        .similar-product-page .card-product h5 {
            font-size: 22px;
            font-family: 'Poppins', sans-serif;
        }

            .similar-product-page .card-product h5:hover {
                color: #1cc93e;
                transition: 0.3s ease-in-out;
            }

s

.similar-product-page .col-lg-3, .col-md-3, .col-sm-6 {
    padding: 0px;
}

.product-header {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    justify-content: space-between;
}

    .product-header h4 {
        font-size: 28px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
    }

.product-similar .star .bi {
    color: #1cc93e;
}

.modal-head {
    box-shadow: 0 3px 30px rgb(0 0 0 / 8%);
    border-radius: 10px;
    background: #fff !important;
    position: relative;
}

    .modal-head h3 {
        margin: 15px 0px;
        padding-left: 25px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
    }

    .modal-head li {
        list-style-type: none;
        margin-bottom: 15px;
    }

    .modal-head span {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        line-height: 25px;
    }

    .modal-head .bi {
        font-size: 18px;
        position: absolute;
        line-height: 1.5;
        padding: 7px 10px;
    }

.product-main .modal-header {
    padding: 0px 40px 0px 40px;
    border: none;
    margin: 40px 0px;
}

.modal-header .button {
    width: 100%;
}

.input-group .btn {
    background: #1cc93e;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f105";
    color: #a4a9b2;
    padding-top: 1px;
}

.breadcrumb-item {
    font-size: 13px;
}

.slideshow-thumbnails {
    margin-left: 0px;
    min-width: 118px;
}

.modal-header .close {
    padding: 0.3rem 0.7rem !important;
    margin: 0px 15px !important;
    border: 2px solid black;
}

.modal-header-inn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

    .modal-header-inn h4 {
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
        font-size: 28px;
    }

.modal-content {
    padding: 15px;
}

.modal-head .btn-primary {
    background: #1cc93e;
    color: #fff;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    outline: 0px;
    border: none;
    padding: 12px;
}

.similar-product-page .card-product:hover {
    transform: scale(1.05);
    transition: 0.3s ease-in-out;
}

.card-product .card-body {
    padding: 0rem 0rem 1.5rem 0rem;
}

#slideshow-items-container .responsive {
    width: 100%;
    height: auto;
}

#test-second .post-slide .post-content {
    height: 270px !important;
}



.gotopbutton {
    position: fixed;
    bottom: 5px;
    z-index: 1111;
    right: 10px;
}

    .gotopbutton .bi {
        font-size: 30px;
        color: #1a1919;
    }

/* 
  .arama-kutusu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 40px;
    border-radius: 40px;
    padding: 10px;
  }
  .arama-kutusu:hover > .arama-yazi{
    width: 200px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid black;
    
  }
  .arama-kutusu:hover > .arama-buton{
    background: #95a5a6;
    position: absolute;
    border: 1px solid black;
    left: 82.5%;
    top: 26.5%;
    
  }
  .arama-buton {
    color: #e74c3c;
    float: right;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #95a5a6;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 22%;
    left: 0%;
    transition: 0.4s;
  }
  .arama-yazi {
    border:none;
    background: none;
    outline: none;
    float: left;
    padding: 10px;
    color: white;
    font-size: 14px;
    transition: 0.4s;
    width: 0px;
  }
  

   */

.search-tag form {
    position: relative;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
    transition: all 1s;
    width: 40px;
    height: 40px;
    text-align: center;
    /* background: #ccb9b9; */
    box-sizing: border-box;
    border-radius: 25px;
    border: 1px solid rgb(27, 10, 10);
    padding: 5px;
}

.search-tag1 form {
    position: relative;
    /* top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); */
    transition: all 1s;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    text-align: center;
    /* background: #ccb9b9; */
    box-sizing: border-box;
    border-radius: 25px;
    border: 1px solid rgb(27, 10, 10);
    padding: 5px;
}

.search-tag input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    ;
    height: 35px;
    line-height: 30px;
    border: 0;
    display: none;
    font-size: 1em;
    border-radius: 20px;
    padding: 0 20px;
}

.search-tag svg:not(:root).svg-inline--fa {
    padding-bottom: 5px;
}

.search-tag1 input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    ;
    height: 35px;
    line-height: 30px;
    border: 0;
    display: none;
    font-size: 1em;
    border-radius: 20px;
    padding: 0 20px;
}

.modal.show .modal-dialog {
    display: none;
}

.submit-button {
    width: 100%;
}

.search-tag .fa {
    box-sizing: border-box;
    padding: 10px;
    width: 42.5px;
    height: 42.5px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    color: #07051a;
    text-align: center;
    font-size: 1.2em;
    transition: all 1s;
}

.review-main h4 {
    font-size: 30px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.search-tag1 .fa {
    box-sizing: border-box;
    padding: 10px;
    width: 42.5px;
    height: 42.5px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    color: #07051a;
    text-align: center;
    font-size: 1.2em;
    transition: all 1s;
}

.search-tag form:hover {
    width: 300px;
    cursor: pointer;
}

    .search-tag form:hover input {
        display: block;
    }

    .search-tag form:hover .fa {
        background: #07051a;
        color: white;
    }

.search-tag1 form:hover {
    width: 300px;
    cursor: pointer;
}

    .search-tag1 form:hover input {
        display: block;
    }

    .search-tag1 form:hover .fa {
        background: #07051a;
        color: white;
    }


.vision-mission {
    padding: 40px 0px;
}

    .vision-mission .mission-inn {
        padding: 0px 0px 30px 30px;
    }

        .vision-mission .mission-inn h6, .vision-mission .mission-inn1 h6 {
            font-size: 16px;
            /* font-family: 'Poppins', sans-serif; */
            color: #969696;
            line-height: 27px;
            font-weight: 300;
        }

        .vision-mission .mission-inn h2, .vision-mission .mission-inn1 h2 {
            font-size: 40px;
            color: #232222;
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            margin-bottom: 40px;
        }

    .vision-mission .mission-inn1 {
        padding: 0px 30px 30px 0px;
    }

.mission img {
    width: 100%;
    height: auto;
}

.bi-file-arrow-down-fill {
    margin-right: 10px;
    font-size: 16px;
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1320px !important;
    }

    #ContentPlaceHolder1_lblProductTitle {
        font-size: 2rem;
    }
}



@media (min-width:992px) {
    .page-heading .page-titles-wrap {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media (min-width:768px) {
    .navbar-toggler {
        display: none;
    }

    .contact .bi {
        margin: 0px 10px 20px 0px;
    }

    .gaadiexp {
        display: block;
        left: 90% !important;
    }
    
}

@media (min-width:430px) {
    .mobile-footer {
        display: none;
    }
}


@media only screen and (max-width:1440px) {
    .sub-head h2 {
        font-size: 4rem;
    }

    .sub-main-head {
        top: 80%;
        font-size: 1.2rem;
    }
}

@media only screen and (max-width:1224px) {
    .sub-head h2 {
        font-size: 3rem;
    }

    .sub-main-head {
        top: 80%;
        font-size: 1rem;
    }

    .wrapper-inside h5 {
        margin-bottom: 5px;
        font-size: 17px;
    }

    .wrapper-icon {
        margin-right: 10px;
    }

    .wrapper-inside p {
        font-size: 13px;
    }

    .wrapper-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
        line-height: 60px;
    }

    .carousel-caption {
        -webkit-transform: translateY(-20%);
    }

    .product-main .gallery-cell {
        width: 55%;
    }

    #fliticky .flickity-prev-next-button.previous {
        left: 85%;
    }

    #fliticky .flickity-prev-next-button.next {
        right: 30px;
    }
}

@media only screen and (max-width:1024px) {
    .sub-head h2 {
        font-size: 2.5rem;
    }

    #fliticky .flickity-prev-next-button.previous {
        left: 83%;
    }

    .about-our-comp {
        padding-top: 10px !important;
    }



    .sub-main-head {
        top: 80%;
        font-size: 1rem;
        width: 100%;
    }

    .slideshow-thumbnails {
        min-width: 99px;
    }

    .sub-head h4 {
        font-size: 1.2rem;
    }

    .sub-head {
        width: 100%;
    }

    #project .pro-wrapper {
        margin: 5px 10px;
    }

    .footer-main .footer {
        padding: 20px 15px;
    }

    .carousel-caption {
        -webkit-transform: translateY(-5%);
    }

    .carousel-inner h2 {
        font-size: 34px;
    }

    .gaadiexp {
        display: none;
    }
}


@media only screen and (max-width:991px) {
    .request .col-md-4 {
        padding: 0px 30px 0px 0px;
    }

    .wpb-wrapper2 {
        display: none;
    }

    .call-inn1, .call-inn2 {
        margin-bottom: 40px;
    }

    .container {
        max-width: 920px !important;
    }

    .form-control-wrap input, .wpcf7-select, .wpcf7-submit {
        width: 100%;
    }

    .carousel-item img {
        height: 250px;
        object-fit: cover;
    }

    .modal-head {
        margin-top: 30px;
    }

    .gaadiexp {
        display: block !important;
        left: 93% !important;
        top: 52px !important;
    }

    .error-big h1 {
        padding-right: 30px !important;
    }
    .ui-autocomplete {
        left: auto !important;
        width: 80%;
        right: 33% !important;
        padding: 40px !important;
        top: 146px !important;
    }
}

@media only screen and (max-width:860px) {
    .slide-content {
        height: 360px !important;
    }
    

}

@media only screen and (max-width:780px) {
    .sub-head h2 {
        font-size: 40px;
    }

    .job-require {
        flex-wrap: wrap;
        justify-content: center !important;
    }

        .job-require .msg-btn {
            margin-top: 20px;
        }

    .sub-main-head {
        width: 80%;
        font-size: 14px;
    }

    .gallery-cell {
        width: 35%;
    }

    .sub-head h4 {
        font-size: 20px;
    }

    .product-main .gallery-cell img {
        width: 165px;
        min-width: 130px;
        min-height: 110px;
    }

    .owl-controls .owl-buttons .owl-prev {
        left: 85% !important;
    }

    .wrapper-inside h5 {
        margin-bottom: 0px;
        font-size: 14px;
    }

    .product-main .gallery-cell {
        width: 50% !important;
    }

    .about-our-comp p {
        width: 100%;
    }

    .container {
        max-width: 768px;
    }

    .wrapper-inside p {
        font-size: 12px;
    }

    .carousel-caption {
        animation: fadeInDown 0.5s both 0.7s;
        -webkit-transform: translateY(1%);
    }

    .carousel-inner h2 {
        font-size: 30px;
    }
    
    .carousel-caption .btn-theme {
        padding: 10px 20px;
    }

    #hello {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .navbar-toggler-icon {
        height: 1em;
        width: 1em;
    }

    .navbar {
        padding: 10px 0px;
    }

    .form-control-wrap input, .wpcf7-select {
        width: 100%;
    }

    .wpb-wrapper2 {
        display: none;
    }

    .slide-content {
        height: 300px !important;
    }

    #project .pro-wrapper {
        margin: 15px 10px;
    }

    .flickity-prev-next-button {
        display: none;
    }

    .footer-inn .text-widget {
        margin-bottom: 30px;
        width: 100%;
    }

    .navigation .navigation-line {
        width: 100%;
        padding-bottom: 12px;
    }

    .footer-inn .contact {
        width: 100%;
    }

    .form-feild {
        justify-content: space-around;
    }

        .form-feild input[type="email"] {
            width: 100%;
        }

    .d-none {
        display: block !important;
    }

    .carousel-inner h2 {
        font-size: 28px;
    }

    .navbar {
        padding: 0px 0px;
    }

    .faq-card {
        margin-bottom: 10px;
    }

        .faq-card .icon-box {
            padding-bottom: 10px;
        }

    .faq-card-main .col-lg-4 {
        padding: 10px 0px;
    }

    .form-row .form-group {
        margin-bottom: 20px;
    }

    .message-inner .form-row {
        margin-bottom: 10px;
    }

    .similar-product-page .col-lg-3, .col-md-3, .col-sm-6 {
        padding: 05px;
    }

    .inner-collapse {
        margin-top: 0px;
        padding-left: 15px;
    }

    .collpase-bars {
        padding-bottom: 0px;
    }

    .gaadiexp {
        display: block !important;
        left: 93% !important;
        top: 46px !important;
    }

    .vision-mission .mission-inn h2, .vision-mission .mission-inn1 h2 {
        margin-bottom: 10px;
    }

    .vision-mission .mission-inn {
        padding: 0px 0px 10px 10px;
    }

    .vision-mission .mission-inn1 {
        padding: 0px 0px 10px 10px;
    }

        .vision-mission .mission-inn h6, .vision-mission .mission-inn1 h6 {
            font-size: 14px;
        }

        .vision-mission .mission-inn h2, .vision-mission .mission-inn1 h2 {
            font-size: 32px;
        }

    .dropdown-menu.show {
        display: contents;
    }

    #fliticky .carousel-cell {
        width: 25% !important;
    }
}

@media only screen and (max-width:768px) {
    .request-element {
        margin-bottom: 35px;
    }

    .navbar-collapse form {
        margin-bottom: 20px;
    }

    .form-row label {
        margin-bottom: 5px;
    }

    .error-big .ver-line {
        display: none;
    }

    .error-big h1 {
        font-size: 100px !important;
        justify-content: flex-start !important;
    }
   

    .error-code-big {
        font-size: 28px !important;
    }

    .main-error h4 {
        padding: 10px 0px !important;
        margin: 10px 0px !important;
        font-size: 18px !important;
    }

    .error-big {
        margin: 40px 0px !important;
    }

    .main-error {
        text-align: center !important;
    }

    .error-big {
        text-align: left !important;
    }

    .main-error .row {
        margin: 30px 0px !important;
    }
    .faq-section .mb-0 > a:after {
        right: 10px;
    }
}

@media only screen and (max-width:650px) {
    .sub-head h2 {
        font-size: 32px;
        width: 100%;
    }

    .sub-main-head {
        width: 100%;
        top: 80%;
        font-size: 18px;
    }

    .sub-head h4 {
        font-size: 17px;
    }

    .sub-main-head {
        top: 80%;
        font-size: 16px;
    }

    .navbar a {
        font-size: 0.9rem;
    }

    .wrapper-inside p {
        font-size: 14px;
    }

    .wrapper-inside h5 {
        font-size: 16px;
    }

    .brand-carousel {
        margin: 0px 20px;
    }
    .phone-num{
        margin-right:10px;
    }
        .phone-num{
            display:none;
        }

        .projects .custom-heading {
            margin-bottom: 3rem !important;
        }
    .ui-autocomplete{
        right:28%!important;
    }

    .col-sm-12 {
        margin: 10px 0px;
    }

    #request {
        padding-top: 35px !important;
    }

    .request-element {
        margin-bottom: 15px;
    }

    .call-back1, .call-back2 {
        margin-bottom: 0px;
    }

    .gallery-cell img {
        min-height: 80px;
        min-width: 90px;
        width: 80px;
        filter: grayscale(100%);
        opacity: .2;
        transition: all 200ms ease-in-out;
    }

    .message-inner .form-row {
        flex-direction: column;
    }

    .message-inner .address-inn {
        padding: 0px;
    }

    .address-inn h4 {
        font-size: 22px;
        margin: 20px 0px;
    }

    .address-inn p {
        font-size: 14px;
        line-height: 20px;
    }

    .form-row .form-group {
        padding-right: 0px;
    }

    .message-inner .textarea {
        padding: 0px;
    }

    .message-form .container-fluid {
        --bs-gutter-x: 0.5rem;
    }

    .inner-collapse {
        padding-left: 0px;
    }

    .carousel-caption {
        bottom: 2.25rem !important;
    }

    .gaadiexp {
        left: 90% !important;
    }

    #brands-logo .col-sm-4 {
        width: 33.3%;
    }
    /*new review css */
    .search-wrapper .searchfirst {
        width: 30%;
    }

    .search-wrapper .searchsecond {
        width: 70%;
    }

    .reviewinner .bi-star-fill, .reviewernext .bi-star-fill, .reviewinner .bi-star, .reviewernext .bi-star {
        font-size: 16px !important;
    }

    .reviewnum {
        font-size: 16px !important;
    }

    .reviewername {
        font-size: 16px !important;
    }

    .reviewer span {
        height: 42px !important;
        font-size: 16px !important;
        padding: 10px 17px !important;
    }

    .reviewday {
        font-size: 12px !important;
    }

    .reviewernext {
        padding-left: 40px !important;
    }

    .slide-content {
        height: 340px !important;
        padding: 20px 30px 35px 20px;
    }
}

.product-header a {
    text-decoration: none !important;
}

@media only screen and (max-width:519px) {
    .slide-content {
        height: 250px !important;
    }
}


@media only screen and (max-width:488px) {
    .gaadiexp {
        left: 88% !important;
    }
}

@media only screen and (max-width:428px) {
    .sub-head h2 {
        font-size: 25px;
    }
    .ui-autocomplete{
        top:105px!important;
    }

    #brands-logo .col-sm-4 {
        width: 50%;
    }
    #myTab{
        font-size:18px;
    }

    .main-error h4 {
        font-size: 14px !important;
    }

    /*#brands-logo img {
        width: 60% !important;
        height: 120px !important;
    }*/

    .line-content h6 {
        font-size: 14px !important;
    }

    .owl-controls .owl-buttons {
        display: none;
    }

    .testimonial .post-content {
        height: 200px !important;
    }

    .product-main .modal-head .form-control {
        margin-bottom: 15px;
    }

    #test-second .post-slide .post-content {
        height: 170px !important;
    }

    .brands-wrap {
        padding-bottom: 10px;
    }
    /* .testimonial .post-slide .post-content {
        height: 170px !important;
    }
    #testi .post-slide .post-content {
        height: 175px !important;
    } */
    .element-center .element-title {
        font-size: 15px;
    }

    .post-slide .post-title a {
        font-size: 14px !important;
    }

    .post-slide .post-description {
        font-size: 14px !important;
        height: 40px !important;
        min-height: 40px !important;
    }

    .modal-body {
        padding: 10px !important;
    }

    .post-slide-inner {
        margin: 10px 0px 10px !important;
    }

    .product-main .form-group .label {
        font-size: 14px;
    }

    .product-form .form-control {
        font-size: 12px !important;
        padding: 0.35rem 0.37rem;
    }

    .top-head {
        display: none;
    }

    .collpase-bars .col-lg-9, .collpase-bars .col-md-8 {
        padding: 0px !important;
    }

    .collpase-bars .col-sm-12 {
        margin: 0px;
    }

    .collpase-bars {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .card-rack .card-header a {
        font-size: 14px;
        padding: 10px 25px 10px 10px;
    }

    .card-inside-coll .mt-4 {
        margin-top: 1.1rem !important;
    }

    .request .main-title {
        font-size: 30px;
    }

    .gallery-cell {
        width: 40%;
    }

    .review-form .form-group {
        width: 100% !important;
    }

    .address-inn p {
        margin-bottom: 0.5rem !important;
    }

    .address-inn a {
        margin-right: 5px;
    }

    .vision-mission .mb-5 {
        margin-bottom: 1rem !important;
    }

    .product-inner .mt-3 {
        margin-top: 0px !important;
    }

    .flickity-enabled.is-draggable .flickity-viewport {
        min-height: 50px !important;
    }

    .testimonial {
        margin-top: 30px !important;
    }

    .product-main .modal-head {
        margin-top: 15px;
    }

    .news-slider .owl-controls .owl-buttons .owl-prev:after, .owl-controls .owl-buttons .owl-next:after,
    .news-slider .owl-controls .owl-buttons .owl-prev:after, .owl-controls .owl-buttons .owl-prev:after {
        display: none;
    }

    .card-inside-coll .mb-5 {
        margin-bottom: 1rem !important;
    }

    .message-inner .col-sm-12 {
        margin: 5px 0px;
    }

    .map-responsive iframe {
        margin-top: 25px;
    }

    .breadcrumbs {
        padding: 5px 0px;
    }

    .form-row .form-control {
        padding: 10px;
    }

    .form-row label {
        margin-bottom: 5px;
    }

    .form-row .form-group {
        margin-bottom: 10px !important;
    }

    .product-inner {
        padding-right: 0px !important;
    }

    .prod-detail .price,
    .prod-detail .org-price {
        font-size: 16px;
    }

    .prod-detail .price,
    .prod-detail .org-price-home {
        font-size: 16px;
    }

    #project .pro-wrapper {
        margin: 5px 5px;
    }

    .projects {
        padding: 5px;
    }

    .msg-inner h6 {
        text-align: center;
        font-size: 16px !important;
    }

    .job-details {
        padding: 30px 0px !important;
    }

    .about-our-comp p {
        width: 100%;
    }

    .sub-head {
        width: 100%;
    }

    .gotopbutton {
        bottom: 55px;
    }

    .sub-main-head {
        top: 80%;
        font-size: 15px;
        width: 100%;
    }

    .product-header h4 {
        font-size: 28px;
    }

    .footer-main .footer {
        padding: 10px;
    }

    .phone-num .mail {
        display: none;
    }

    .call-back1 {
        margin-bottom: 0px;
    }

    .card-body .element-center {
        padding: 0px 0px 05px;
    }

    .pro-wrapper .card-body {
        padding: 5px 0px !important;
    }

    #project .card {
        /* height: 340px;*/
    }

    .carousel-inner h2 {
        font-size: 20px;
    }

    .carousel-inner h5 {
        font-size: 16px;
    }

    #fliticky .carousel-cell {
        padding: 5px;
    }

    .gallery-cell img {
        min-height: 100px;
        min-width: 70px;
        width: 140px;
    }

    .faq-card-main .col-lg-4 {
        padding: 0px 0px;
    }

    .slideshow-items {
        min-width: 300px;
        width: 100%;
    }

    .page-heading .page-title {
        font-size: 24px;
    }

    #myTab {
        margin-top: 20px;
    }

    .similar-product-page .col-lg-3, .col-md-3, .col-sm-6 {
        padding: 0px 0px 10px 0px;
    }

    .breadcrumb {
        padding: 0.5rem 0rem !important;
    }

    .slick-slide {
        padding: 0px;
    }

    .about-us .main-title {
        margin-bottom: 20px;
    }

    .about-us {
        margin-bottom: 0px !important;
        padding-bottom: 40px !important;
    }

    .main-logo img {
        min-width: 120px;
    }

    .about-our-comp {
        padding: 0px;
    }

        .about-our-comp .sign-img {
            margin-top: 10px;
            margin-bottom: 20px;
        }

    #fliticky .carousel-cell {
        width: 50% !important;
        margin-right: 0px !important;
    }

    .copyright .first-copy {
        align-items: center;
    }

    .copyright .col-sm-12 {
        margin: 5px;
    }

    .first-copy small {
        margin-right: 5px !important;
    }

    .copyright h6 {
        font-size: 14px !important;
        text-align: center;
    }

    .about-us-card .about-card {
        padding: 10px 0px 10px 20px;
    }

    .about-us-card .col-sm-12 {
        margin: 0px 0px;
    }

    .about-us-card {
        padding-bottom: 40px;
    }

    .product-main {
        padding: 10px 0px;
    }

    .slideshow-thumbnails {
        min-width: 111px;
    }

    .prod-inn h2 {
        font-size: 34px;
    }

    .prod-detail del, .price-home .prod-detail ins {
        font-size: 28px;
    }

    .prod-inn p {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .product-main .col-sm-12 {
        margin: 5px 0px;
    }

    .similar-product-page {
        padding: 0px 15px;
    }

        .similar-product-page .card-product {
            margin-bottom: 5px;
        }

    .mobile-icons .row {
        justify-content: space-between;
    }

    .mobile-footer {
        position: fixed;
        bottom: 0%;
        width: 100%;
        z-index: 1111;
        background: red;
    }

        .mobile-footer ul {
            display: flex;
            margin-bottom: 0px;
            padding-left: 0px !important;
        }

        .mobile-footer .first-icon {
            width: 15%;
            text-align: center;
            padding: 5px 10px 0px 10px;
            font-size: 22px;
            background: #44c755;
        }

        .mobile-footer .second-icon {
            width: 42.5%;
            padding: 10px;
            line-height: 2;
            text-align: center;
            background: #2881bd;
        }

        .mobile-footer .third-icon {
            width: 42.5%;
            line-height: 2;
            padding: 10px;
            background: #76c12c;
            text-align: center;
        }

        .mobile-footer ul li {
            list-style-type: none;
            font-size: 16px;
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            color: #fff;
        }

    .copyright {
        margin-bottom: 40px;
    }

    .faq-card-main {
        padding: 10px 0px;
    }

    .page-content p {
        margin-bottom: 0px !important;
        line-height: 1.5 !important;
    }

    .faq-card .icon-box span {
        min-width: 60px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .message-form {
        padding: 5px 0px;
    }

    .msg-head p {
        margin-bottom: 10px;
        width: 100%;
    }

    .social-media {
        margin-top: 10px;
    }

        .social-media .bi {
            line-height: 35px;
            font-size: 10px;
        }

    .address-inn h4 {
        margin: 10px 0px;
        font-size: 18px;
    }

    .gaadiexp {
        left: 88% !important;
        top: 10px !important;
    }

    .vision-mission .mission-inn {
        padding: 0px 0px 0px 0px;
    }

    .vision-mission .mission-inn1 {
        padding: 0px 0px 0px 0px;
    }

    .vision-mission .mission:last-child {
        flex-direction: column-reverse;
    }

    .mission-header {
        margin-bottom: 30px !important;
    }

    .vision-mission {
        padding-top: 0px;
    }

    .about-us-card .about-card {
        margin: 5px 0px;
    }

        .about-us-card .about-card h5 {
            line-height: 1.3;
        }

    .custom-heading .main-title {
        font-size: 28px;
    }

    .sub-title {
        font-size: 14px;
    }

    .similar-product-page .col-lg-3, .col-md-3, .col-sm-6 {
        padding: 0px 0px !important;
        width: 50%;
    }

    #hello .col-sm-6 {
        width: 100% !important;
    }

    .review-form input, .review-form textarea {
        width: 100% !important;
    }

    .product-main .gallery-cell {
        width: 44% !important;
    }

    .post, .pass {
        font-size: 13px;
    }
}

@media only screen and (max-width:380px) {
    .gaadiexp {
        left: 87% !important;
        top: 10px !important;
    }

    .product-inner .row {
        justify-content: center !important;
    }

    .product-main .gallery-cell {
        width: 50% !important;
    }

    .post-slide .post-description {
        margin-bottom: 30px !important;
        line-height: 22px !important;
    }
    .ui-autocomplete {
        top: 105px !important;
        padding: 40px !important;
        right: 60px !important;
    }
}

@media only screen and (max-width:330px) {
    .gaadiexp {
        left: 85% !important;
        top: 10px !important;
    }

    #fliticky .carousel-cell {
        width: 70% !important;
        margin-right: 0px !important;
    }

    .slideshow-thumbnails {
        min-width: 93px;
    }

    .element-center .element-terms {
        font-size: 12px;
    }

    .product-main .gallery-cell img {
        width: 135px;
        min-width: 125px;
        min-height: 105px;
    }
    .ui-autocomplete {
        top: 105px !important;
        padding: 40px !important;
        right: 15px !important;
    }
    /*.post-slide .post-content{
        height:165px!important;
    }*/
    #myTab{
        font-size:15px;
    }

}





.similar-product-page .col-lg-3, .col-md-3, .col-sm-6 {
    padding: 0px;
}
/* Testimonial Part */

/* 
.navbar input[type="checkbox"],
.navbar .hamburger-lines{
    display: none;
}


.navbar{
    box-shadow: 0px 5px 10px 0px #aaa;
    position: fixed;
    width: 100%;
    background: #fff;
    color: #000;
    opacity: 0.85;
    z-index: 100;
}

.navbar-container{
    display: flex;
    justify-content: space-between;
    height: 64px;
    align-items: center;
}

.menu-items{
    order: 2;
    display: flex;
}
.logo{
    order: 1;
    font-size: 2.3rem;
}

.menu-items li{
    list-style: none;
    margin-left: 1.5rem;
    font-size: 1.3rem;
}

.navbar a{
    color: #444;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.navbar a:hover{
    color: #117964;
}

@media (max-width: 768px){
    .navbar{
        opacity: 0.95;
    }

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines{
        display: block;
    }

    .navbar-container{
        display: block;
        position: relative;
        height: 64px;
    }

    .navbar-container input[type="checkbox"]{
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        left: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .navbar-container .hamburger-lines{
        display: block;
        height: 28px;
        width: 35px;
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-container .hamburger-lines .line{
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #333;
    }
    
    .navbar-container .hamburger-lines .line1{
        transform-origin: 0% 0%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-container .hamburger-lines .line2{
        transition: transform 0.2s ease-in-out;
    }

    .navbar-container .hamburger-lines .line3{
        transform-origin: 0% 100%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar .menu-items{
        padding-top: 100px;
        background: #fff;
        height: 100vh;
        max-width: 300px;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        padding-left: 40px;
        transition: transform 0.5s ease-in-out;
        box-shadow:  5px 0px 10px 0px #aaa;
        overflow: scroll;
    }

    .navbar .menu-items li{
        margin-bottom: 1.8rem;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .logo{
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 2.5rem;
    }

    .navbar-container input[type="checkbox"]:checked ~ .menu-items{
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
        transform: rotate(45deg);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
        transform: rotate(-45deg);
    }

}

@media (max-width: 500px){
    .navbar-container input[type="checkbox"]:checked ~ .logo{
        display: none;
    }
} */


.wrapper-icon:hover {
    background: #1cc93e;
}


/* Sidebar part */

content-box {
    margin-top: 20px;
}

.gaadiexp,
.gaadiexp:after,
.gaadiexp *,
.gaadiexp *:before,
.gaadiexp *:after,
.header-nav *,
.header-nav *:before,
.header-nav *:after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.gaadiexp {
    cursor: pointer;
    height: 33px;
    margin-bottom: 0;
    width: 40px;
    z-index: 9001;
    /* border: 0.5px solid black; */
    border-radius: 5px;
    left: 88%;
    overflow: hidden;
    position: absolute;
    outline: 1px solid black;
    top: 55px;
    /* position: fixed; */
    /* background: #242121; */
    display: none;
}

    .gaadiexp:after {
        bottom: 7px;
        color: #FFFFFF;
        content: '';
        font-size: 10px;
        font-weight: 300;
        left: 0;
        position: absolute;
        text-align: center;
        width: 100%;
    }


    /*--------------------------------------
 Creates the look of the gaadiexp icon
 using the inner span and pseudo-elements
--------------------------------------*/

    .gaadiexp span,
    .gaadiexp span:before,
    .gaadiexp span:after {
        background: #0b0202;
        border-radius: 0.2em;
        height: 1.5px;
        left: 8px;
        position: absolute;
        top: 16px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        width: 25px;
    }


        /* Reset the left and create the pseudo-element */

        .gaadiexp span:before,
        .gaadiexp span:after {
            content: '';
            left: 0;
        }


        /* Top bar position */

        .gaadiexp span:before {
            top: -8px;
        }


        /* Bottom bar position */

        .gaadiexp span:after {
            top: 8px;
        }


/* Get rid of more on action (IE9 or higher) */

.gaadiexp-check:checked + .gaadiexp:after {
    content: '';
}


/* Get rid of the middle bar on action (IE9 or higher) */

.gaadiexp-check:checked + .gaadiexp span {
    height: 0;
    width: 0;
}


    /* Moves the top and bottom bars to the middle on action (IE9 or higher) */

    .gaadiexp-check:checked + .gaadiexp span:before,
    .gaadiexp-check:checked + .gaadiexp span:after {
        top: 0px;
    }


    /* Rotates the top bar on action with full browser support (IE9 or higher) */

    .gaadiexp-check:checked + .gaadiexp span:before {
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
    }


    /* Rotates the bottom bar on action with full browser support (IE9 or higher) */

    .gaadiexp-check:checked + .gaadiexp span:after {
        -webkit-transform: rotate(-225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(-225deg);
    }

#mobile-nav:focus + .gaadiexp,
.gaadiexp:focus,
.gaadiexp:hover {
    /* background: rgba(0, 136, 204, 0.9); */

    border: 1px solid black;
}

.gaadiexp-check:checked + .gaadiexp {
    width: 40px;
}

    .gaadiexp-check:checked + .gaadiexp:after {
        bottom: 18px;
        content: '';
        font-size: 20px;
        padding-left: 30px;
    }

#mobile-nav {
    left: -9999px;
    position: fixed;
    top: 0;
}

.list-group-item {
    border: none !important;
}

.header-nav ul li a:active,
.header-nav ul li a:focus,
.header-nav ul li a:hover,
#mobile-nav:focus + .gaadiexp,
.gaadiexp:focus,
.gaadiexp:hover {
    /* background: rgba(0, 0, 0, 0.1); */
    outline: none;
    /* border-bottom: 1px solid #fff; */
}

/* .fixed-nav {
    background: #dd0000;
    height: 60px;
    width: 100%;
    z-index: 9000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
} */

.header-nav {
    float: left;
    /* height: 60px; */
    position: relative;
    width: 75%;
}

.inner-rate a {
    text-decoration: none !important;
}

.prod-proof ul {
    padding-left: 15px;
}

.prod-proof h3 {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.prod-proof li {
    font-family: 'Poppins', sans-serif;
    counter-reset: #969696;
}

.list-group-item img {
    width: 120px;
    min-width: 110px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fixed-nav .nav-item {
    padding: 0px;
}

.fixed-nav li a {
    color: #005ec4 !important;
}

.logo-main {
    padding: 0px 10px !important;
    display: grid !important;
    justify-content: center;
}

.header-nav .slide-right {
    background: #fff;
    height: calc(100vh - 20px);
    list-style: none;
    margin: 0;
    top: -58px !important;
    overflow-y: auto;
    padding: 0px 0 20px 0;
    transition: all .4s ease-in-out !important;
    position: absolute;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    transition: all 0.09s;
    width: 100%;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.075);
    top: 100%;
    z-index: 999 !important;
}

.gaadiexp-check:checked ~ .header-nav ul {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 11;
}

.header-nav ul li {
    float: left;
    position: relative;
    width: 100%;
}

    .header-nav ul li a {
        color: rgba(0, 0, 0, 0.79);
        display: block;
        float: left;
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        letter-spacing: 0.75px;
        line-height: 14px;
        margin-left: 0;
        overflow: hidden;
        padding: 12px 60px 12px 15px;
        position: relative;
        text-decoration: none;
        width: 100%;
    }


.green-button {
    text-decoration: none;
    padding: 14px 26px;
    margin-left: 0px;
    background-color: #1cc93e;
    color: #fff;
    font-size: 14px;
    border: none;
}

/* Testimonial part */
.testimonial {
    margin-top: 30px;
}

.post-slide .star-rating {
    padding-left: 40px;
}

.post-slide-inner {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    /*box-shadow: 0px 14px 22px -9px #bbcbd8;*/
    box-shadow: 0px 3px 21px -9px #bbcbd8;
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin: -12px 15px 8px 15px;
}

    .post-slide .post-img img {
        width: 100%;
        height: auto;
        transform: scale(1,1);
        transition: transform 0.2s linear;
    }

.post-slide:hover .post-img img {
    transform: scale(1.1,1.1);
}

.post-slide .post-content {
    background: #fff;
    padding: 5px 20px 20px 20px;
    min-height: 150px;
    height: 250px;
}

.testimonial .post-content {
    height: 250px;
}



.post-slide .post-title a {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #343434;
    display: inline-flex;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.post-slide .post-description {
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    color: #969696;
    font-size: 15px;
    margin-bottom: 25px;
    min-height: 85px;
    height: 100px;
}

.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

    .owl-controls .owl-buttons .owl-prev:hover,
    .owl-controls .owl-buttons .owl-next:hover {
        background: #1cc93e;
        transition: 0.3s all;
    }

    .owl-controls .owl-buttons .owl-prev {
        background: rgba(0,0,0,.04);
        color: #999;
        position: absolute;
        top: -13%;
        left: 90%;
        padding: 0 18px 0 15px;
        box-shadow: 3px 14px 25px -10px #92b4d0;
        transition: background 0.5s ease 0s;
    }

    .owl-controls .owl-buttons .owl-next {
        background: rgba(0,0,0,.04);
        position: absolute;
        top: -13%;
        color: #999;
        right: 1%;
        padding: 0 15px 0 18px;
        box-shadow: -3px 14px 25px -10px #92b4d0;
        transition: background 0.5s ease 0s;
    }

        .owl-controls .owl-buttons .owl-prev:after,
        .owl-controls .owl-buttons .owl-next:after {
            content: "\f104";
            font-family: FontAwesome;
            color: #333;
            font-size: 30px;
        }

.slide-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.rating {
    display: block;
    position: relative;
    top: 0;
    padding: 0;
    margin-bottom: 15px;
    line-height: 0;
    background: none;
    font-size: 16px;
    left: 0;
}

.rating-5 i {
    color: #f7d32d;
    font-size: 16px;
    font-weight: 900;
}

.testimonial a {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.post {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.pass {
    color: #1cc93e;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}

.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}

.greenanc {
    text-decoration: none;
    color: #1cc93e;
    font-size: 12px;
}

.input-group-append .svg-inline--fa {
    height: 1em;
}

.fixed-nav .form-control {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.input-group-append button {
    border-radius: 0px;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

.navbar-nav .input-group {
    width: 100%;
}

.fixed-nav .input-group {
    width: 95%;
    padding-left: 13px;
    border-radius: 0px;
    margin-bottom: 5px;
}

.fixed-nav .form-control {
    border-radius: 50px;
}

.product-main .modal-head .form-control {
    border-radius: 5px;
    background: #fbfbfb;
    padding: 10px 0px 10px 35px;
}

.product-main .form-group .label {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
    font-weight: 400;
}

.product-form .form-control {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.review-form .form-group {
    width: 95%;
}

.fixed-nav .dropdown-menu li {
    padding-left: 20px;
}

#profile .email-form {
    margin-bottom: 10px;
}

#profile .review-text {
    color: inherit;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.copyright {
    border-top: 3px solid white;
    padding: 15px 0px;
}

    .copyright .first-copy {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.first-copy small {
    margin-right: 10px;
    color: #d9c7c7;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.first-copy a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

.copyright h6 {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
}

#fliticky {
    margin-bottom: 40px;
}

    #fliticky .carousel-cell {
        width: 19.5%;
        min-height: 300px;
        margin-right: 10px;
        border-radius: 5px;
    }

.flickity-page-dots {
    display: none;
}
/* cell number */
#fliticky .carousel-cell:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
}

.flickity-viewport .card-product {
    text-align: center;
    background: #f9f9f9;
}

.mobile-icons a {
    text-decoration: none !important;
    color: #fff;
}

/* product slider */

.product-slider-section {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}


    .product-slider-section .carousel-inner {
        cursor: crosshair;
    }


    .product-slider-section .carousel-indicators {
        overflow-y: hidden;
        overflow-x: auto;
    }

        .product-slider-section .carousel-indicators li {
            border: 2px solid transparent;
            cursor: pointer;
            float: left;
            height: auto;
            margin: 10px 0 12px 0;
            padding: 5px;
            text-align: center;
            text-indent: unset;
            width: 185px;
        }

            .product-slider-section .carousel-indicators li.active {
                border: 2px solid #ddd;
            }

            .product-slider-section .carousel-indicators li .data-slide-image {
                width: 100px;
                margin: 0 auto;
            }


#testi .post-slide .post-content::after {
    position: absolute;
    content: "";
    left: 40px;
    bottom: 83px;
    width: 18px;
    height: 18px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.flickity-slider {
    height: 100% !important;
}

.job-details {
    margin: 20px 0px;
    padding: 60px 10px;
    background: #f5f7fb;
}

.job-require {
    display: flex;
    justify-content: space-between;
}

.special-call {
    color: #1cc93e;
    padding-left: 5px;
}

.msg-inner h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.msg-btn button {
    background: #1cc93e;
    padding: 10px 15px;
    border: none;
}

    .msg-btn button a {
        color: #fff !important;
        text-decoration: none;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
    }


.drop-main-menu {
    position: relative;
}

    .drop-main-menu .pro-head {
        padding: 20px 10px;
        cursor: pointer;
    }

    .drop-main-menu .submenu {
        position: absolute;
        display: none;
        background: #fff;
        transition: all .2s ease;
        transform: translate(-60%, 3px);
        top: 130%;
        padding: 10px 0px;
    }

.submenu li {
    width: 100%;
    list-style-type: none;
    margin: 7px 0px 0px 0px;
    padding: 0px 20px;
}

.submenu a {
    text-decoration: none !important;
}

.drop-main-menu:hover .submenu {
    display: block;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    transition: all .3s ease-in-out,top 0s;
}

.submenu li a {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

    .submenu li a:hover {
        color: #1e73be !important;
        background-color: #fff !important;
        /*font-weight: 600;*/
        transition: 0.3s all;
        /*opacity: 0.7;*/
    }

.submenu .row {
    display: flex !important;
    flex-wrap: nowrap;
    /* justify-content: center; */
}
/*.nav-item:hover .nav-link{
    color: #1cc93a!important;
}*/
.submenu strong {
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    background: #1cc93e;
    display: block;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-family: Arial;
    /*border-radius: 5px;*/
}

.submenu .column {
    width: auto;
}

.submenu .container {
    --bs-gutter-x: 0rem !important;
}

.pro-head {
    text-decoration: none !important;
}

.fixed-nav li:hover .list-group-item {
    color: #1cc93a !important;
}

.star-rate-img img {
    width: 40px;
    height: 42px;
    margin-left: 10px;
    border-radius: 50%;
}

.pro-head:after {
    content: '\f078';
    font-size: 12px;
    font-family: fontawesome;
}

.star-rate-img {
    align-items: center;
    margin: 20px 15px 20px;
}

#testi {
    /* background: #f5f7fb; */
    padding: 10px 0px;
}

.post-content .bi-star-fill {
    font-size: 15px;
}

.post-content .star {
    margin-bottom: 0px;
}

@media only screen and (min-width:1500px) {
    .drop-main-menu .submenu {
        transform: translate(-90%, 3px);
        width: max-content;
    }
}

@media only screen and (max-width:1500px) {
    .drop-main-menu .submenu {
        transform: translate(-100%, 0px);
        width: max-content;
    }
}

@media only screen and (max-width:1400px) {
    .drop-main-menu .submenu {
        transform: translate(-55%, 0px);
        width: max-content;
    }
}

@media only screen and (max-width:1200px) {
    .drop-main-menu .submenu {
        transform: translate(-36.5%, 0px);
        width: max-content;
    }

    .slide-content {
        height: 300px;
    }
}

.dropdown-menu li a {
    padding: 7px 0px !important;
}

.dropdown-menu strong {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    background: #1cc93e;
    padding: 5px;
    color: #fff;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 93%;
}

.dropdown-menu li a:hover {
    color: #1e73be !important;
    background-color: #fff !important;
    font-weight: 600;
    transition: 0.3s all;
    opacity: 0.7;
}

.slide-right {
    animation: 0.3s slide-right;
    transition: 0.5s all ease-in-out;
}

@keyframes slide-right {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.multi-level, .item ul, .nav input[type="checkbox"] {
    display: none;
}

#menu:checked ~ .multi-level, .item input:checked ~ ul {
    display: block;
}

.item input[type="checkbox"] {
    display: none;
}

/*
.sub-item label::after,
.item label::after{
    content: "";
    left:90%;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid black;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
    */
.bg-body-tertiary {
    border-bottom: 1px solid #eee;
}

#main-terms h4 {
    font-family: "Poppins",sans-serif;
    color: #777;
    font-size: 20px;
    margin-bottom: 10px;
}

#main-terms p {
    font-family: "Poppins",sans-serif;
    color: #777;
    font-size: 15px;
}

.rotate {
    -moz-transition: all .05s linear;
    -webkit-transition: all .05s linear;
    transition: all .05s linear;
}

    .rotate.down {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.bi-chevron-right {
    float: right;
    position: absolute;
    top: 8px;
    left: 90%;
    color: #fff;
}

input[type="checkbox"]:checked ~ .bi-chevron-right {
    transform: rotate(90deg) !important;
    transition: 0.3s all;
}

.item ul li {
    list-style-type: none;
    padding: 3px 0px;
}

    .item ul li .sub-item label {
        background: #1cc93e;
        border-radius: 5px;
        margin-bottom: 5px;
        padding: 7px 5px;
    }

.item label {
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    color: #005ec4 !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 0 0 5px;
}

.item ul {
    padding-left: 0rem !important;
}

    .item ul li a {
        padding: 5px 0px !important;
        font-size: 14px;
    }

.item strong {
    font-weight: 400;
    color: #fff;
    padding: 0px 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.item ul li ul li {
    padding: 5px 15px;
}

.fixed-nav ul {
    margin-top: 10px;
}


#eniquiry small {
    text-align: center;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
}

.line-content h6 {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1.8;
    width: 100%;
}

.phone-num a {
    text-decoration: none;
    color: #aeb7c7;
}

#video-section .video {
    display: flex !important;
    justify-content: center;
}

#brands-logo h2 {
    font-size: 42px;
    color: #343434;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

#brands-logo h3 {
    color: #343434;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}


#video-section iframe {
    width: 100%;
    height: 460px;
    box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.55);
}

#brands-logo .col-sm-4 {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

/*#brands-logo img {
    width: 60%;
    height: 130px;*/
    /* filter: grayscale(100%); */
/*}

    #brands-logo img:hover {
        filter: grayscale(0);
        transition: 0.3s all;
        transform: scale(1.1);
    }*/

.about-us .container .card {
    box-shadow: none !important;
    width: 260px;
    border-radius: 0px;
    box-shadow: 0px 0px 3px 0px rgba(158,158,158,0.5) !important;
}

.media-heading {
    font-size: 16px;
    display: block;
}

#ContentPlaceHolder1_divRatingHtml .bi-star {
    margin-right: 5px !important;
}
/*product slider new */
#flick-car {
    padding: 0px 5px;
}


    #flick-car .carousel-cell {
        width: 33%;
        height: 100px;
        margin-right: 7px;
        position: absolute !important;
        left: -33% !important;
    }

    #flick-car .flickity-prev-next-button {
        top: 35% !important;
        height: 30px;
        width: 30px;
    }

    #flick-car .carousel-cell-image {
        display: block;
        max-height: 100%;
        margin: 0 auto;
        max-width: 100%;
        opacity: 0;
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s;
    }

# flick-car.carousel-cell-image.flickity-lazyloaded,
# flick-car.carousel-cell-image.flickity-lazyerror {
    opacity: 1;
}


/* error page */


.main-error .row {
    display: flex;
    align-items: center;
    margin: 50px 0px;
    padding: 0px 50px;
}

.error-code {
    font-size: 100px;
    font-weight: 600;
    font-family: sans-serif
}

.main-error h2 {
    font-family: sans-serif;
    font-size: 24px;
    margin: 0;
}

.main-error h6 {
    margin: 10px 0 0 0;
    font-weight: 300;
    width: 80%;
    line-height: 1.5;
    font-size: 14px;
    font-family: sans-serif;
}

.main-error a {
    font-size: 14px;
    color: black;
    font-weight: 600;
    text-decoration: none;
}

.main-error .astro-image {
    width: 90%;
}

.main-error .home-btn {
    margin-top: 20px;
    background: #fff;
    padding: 5px 45px;
    border: 3px solid #349f34;
    border-radius: 20px;
}

@media only screen and (max-width:1224px) {
    .main-error h6 {
        width: 100%;
    }
}

@media only screen and (max-width:1024px) {
    .main-error .astro-image {
        width: 90%;
    }

    .main-error h6 {
        width: 100%;
    }

    .main-error .row {
        padding: 0px;
    }

    .error-code {
        font-size: 85px;
    }

    #ContentPlaceHolder1_divDescription .col-6 {
        width: 100%;
        padding: 0px !important;
    }

    #ContentPlaceHolder1_divDescription img {
        padding: 5px 0px !important;
    }

    #ContentPlaceHolder1_divDescription .secondsetup .row {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width:780px) {
    .main-error .astro-image {
        width: 85%;
    }

    .error-code {
        font-size: 70px;
    }

    .main-error h2 {
        font-size: 20px;
    }

    .main-error h6 {
        font-size: 14px;
    }

    .main-error .home-btn {
        padding: 5px 30px;
    }

    .firstsetup p,
    .secondsetup p {
        font-size: 14px
    }
}

#ContentPlaceHolder1_divRelatedProducts .flickity-prev-next-button.previous {
    top: -10%;
    left: 90%;
    border-radius: 0px;
}

#ContentPlaceHolder1_divRelatedProducts .flickity-prev-next-button.next {
    top: -10%;
    left: 95%;
    border-radius: 0px;
}

#ContentPlaceHolder1_divRelatedProducts .flickity-prev-next-button.previous:hover {
    background: #1cc93e !important;
}

#ContentPlaceHolder1_divRelatedProducts .flickity-prev-next-button.next:hover {
    background: #1cc93e !important;
}

/* error bog start */

.error-code-big {
    font-size: 50px;
}

.main-error h4 {
    margin: 20px 0px;
}

.error-big {
    margin: 100px 0px;
    position: relative;
}

    .error-big h1 {
        font-size: 180px;
        color: gray;
        display: flex;
        justify-content: flex-end;
        padding-right: 80px;
    }

    .error-big .ver-line {
        height: 400px;
        position: absolute;
        top: 0%;
        border-left: 4px solid grey;
    }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}



ol.commentlist li {
    /* border-bottom: 1px solid #dcdcdc; */
    margin-bottom: 30px;
    /*padding-bottom: 30px;*/
    position: relative;
}

    ol.commentlist li .avator {
        display: inline-block;
        float: left;
        margin-bottom: 55px;
        margin-right: 15px;
        width: 50px;
    }

        ol.commentlist li .avator > img {
            display: block;
        }

    ol.commentlist li .comment-content {
        color: #4c4c4c;
        margin-top: 15px;
    }

        ol.commentlist li .comment-content .stars {
            position: absolute;
            right: 0;
            top: 0;
        }

        ol.commentlist li .comment-content time, .tab_content ol.commentlist li .comment-content strong {
            display: inline-block;
            margin-bottom: 10px;
        }

        ol.commentlist li .comment-content time {
            font-size: 14px;
        }

.custompage-table tbody,
.custompage-table tr,
.custompage-table tfoot,
.custompage-table th,
.custompage-table thead,
.custompage-table td {
    border: 1px solid black;
    padding: 3px 10px;
}

.custompage-table th {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.custompage-table tbody {
    box-shadow: 0px 0px 2px 0px rgba(107,99,107,1);
}

.reviewLetterBox {
    background: blue;
    height: 50px;
    border-radius: 50%;
    padding: 15px 20px;
}

tr:nth-child(even) {
    background: #ebebeb;
}


.review-main tr:nth-child(even) {
    background: #f6f6f6;
}

tr:nth-child(odd) {
    background: #FFF
}

#ContentPlaceHolder1_divDescription .col-6 {
    padding: 10px;
}

/*Review page Css */

.bi-question-circle-fill {
    float: right;
    font-size: 20px;
}

.bi-arrow-left {
    float: left;
    font-size: 20px;
}

.reviewleft {
    text-decoration: none;
    color: #000;
}

.reviewinner h1 {
    font-weight: 600;
    font-size: 54px;
}

.reviewer {
    display: flex;
    align-items: center;
}

    .reviewer span {
        /*background: #4662e6;
        padding: 10px 20px;
        border-radius: 50%;
        font-size: 18px;
        height: 48px;*/
        background: #4662e6;
        padding-top: 15px;
        border-radius: 50%;
        font-size: 20px;
        font-weight: 700;
        height: 50px;
        width: 50px;
        color: #fff;
        text-align: center;
    }

.reviewday {
    float: right;
    font-size: 14px;
    color: #877e7e;
    font-weight: 300;
}

.reviewernext {
    padding-left: 0px;
}

.reviewtext p {
    margin-top: 10px;
    color: #938f8f;
    font-size: 14px;
    font-weight: 300;
}

.reviewnum {
    font-size: 19px;
    font-weight: 700;
    padding-left: 10px;
}

.reviewout {
    display: flex;
}

.reviewinner .bi-star-fill, .reviewernext .bi-star-fill,
.reviewinner .bi-star, .reviewernext .bi-star {
    font-size: 18px;
    margin-right: 5px;
    display: inline-flex;
}

.reviewername {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.review-main .center {
    text-align: center;
}
/*.review-main {
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}*/


.img-thumbnail {
    min-height: 120px;
    height: 120px !important;
}

.container-table {
    display: table;
}

.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
    border: none !important;
}

#brands-logo .img-thumbnail {
    height: 140px !important;
    width: 200px !important;
    padding: 0px 15px !important;
}

.imgCenterStyle {
    height: auto !important;
    width: 100% !important;
    opacity: 1;
    display: block;
}

.ancWhiteColor {
    color: #fff;
    text-decoration: none;
}

/* Corner Ribbon */

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

    .ribbon span {
        font-size: 9px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-weight: 500;
        line-height: 20px;
        transform: rotate(45deg);
        width: 100px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#9BC90D 0%, #79A70A 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 19px;
        right: -21px;
    }

        .ribbon span::before {
            content: '';
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #79A70A;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #79A70A;
        }

        .ribbon span::after {
            content: '';
            position: absolute;
            right: 0%;
            top: 100%;
            z-index: -1;
            border-right: 3px solid #79A70A;
            border-left: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #79A70A;
        }

.red span {
    background: linear-gradient(#F70505 0%, #8F0808 100%);
}

    .red span::before {
        border-left-color: #8F0808;
        border-top-color: #8F0808;
    }

    .red span::after {
        border-right-color: #8F0808;
        border-top-color: #8F0808;
    }

.blue span {
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
}

    .blue span::before {
        border-left-color: #1e5799;
        border-top-color: #1e5799;
    }

    .blue span::after {
        border-right-color: #1e5799;
        border-top-color: #1e5799;
    }

.displayBlock {
    display: block;
}

.displayNone {
    display: none;
}


.activenav {
    color: #24488f !important;
    font-weight: 600 !important;
}


/* Corner Ribbon End */
