﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    background-color: #9195a3;
}

button:focus {
    outline: none;
    outline: none;
}

:root {
    --yellow: #fbb916;
    --red: #ee1c25;
}

.yellow {
    color: #fbb916;
}

.red {
    color: #fff;
}

.yellow-bg {
    background: #fbb916 !important;
}

.red-bg {
    background: #ee1c25 !important;
}

.black-bg {
    background: #393939ed !important;
}

a, a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff url('../images/preloader.gif') no-repeat center center;
    z-index: 99999;
}

.mt-100 {
    margin-top: -101px;
}

.form-control {
    border-radius: 0rem;
}

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: var(--red);
        outline: 0;
        box-shadow: 0 0 0 0;
    }

label {
    font-size: .8rem;
    font-weight: 500;
    margin-bottom: .2rem;
    color: var(--secondary);
}
/*select.form-control, option{
  font-size: .8rem;
}*/
::placeholder {
    font-size: .8rem;
}

/*Top Bar Css*/
.top-bar {
    margin-bottom: .5rem;
}

    .top-bar ul {
        margin: 0;
        text-align: right;
    }

        .top-bar ul li {
            color: #000;
            display: inline-block;
        }

            .top-bar ul li a {
                color: #000;
                padding: .5rem;
                font-size: .9rem;
            }

                .top-bar ul li a img {
                    width: 30px;
                }


/*Navbar Css*/
.darkHeader {
    background-color: rgba(0,0,0,.9) !important;
    transition: 0.5s;
    height: 100px;
}

    .darkHeader .navbar-brand img {
        /* transform: scale(.9); */
    }

    .darkHeader .nav-link {
        color: #fff;
    }

    .darkHeader .nav-item.active .nav-link,
    .darkHeader .nav-item:hover .nav-link,
    .darkHeader .nav-item .nav-link:hover {
        color: #fff;
        font-weight: 400;
    }

    .darkHeader .top-bar ul li,
    .darkHeader .top-bar ul li a {
        color: #fff;
    }

.navbar {
    z-index: 1021;
    /* margin-top: 28px; */
    padding: 0rem 1rem !important;
    height: 65px;
}

.navbar-brand {
    padding: 0rem;
}

    .navbar-brand img {
        max-width: 100%;
        height: auto;
        /*background-color: #fff;*/
        border-radius: .25rem;
        padding-right: .35rem;
        transition: 0.5s;
        width: 200px;
    }

.nav-item {
    /* margin: 0rem 1rem; */
}

.nav-link {
    color: #000;
    padding: .5rem 1rem !important;
    position: relative;
    font-weight: 400;
    font-size: .9rem;
}

    .nav-link:after {
        position: absolute;
        content: '';
        background-color: var(--yellow);
        right: calc(50% - 10px);
        bottom: 0;
        width: 20px;
        height: 2px;
        display: none;
    }

.after-none:after {
    display: none;
}

.nav-item.active .nav-link,
.nav-item:hover .nav-link {
    color: #000;
    font-weight: 400;
}

    .nav-item.active .nav-link::after,
    .nav-item:hover .nav-link::after {
        display: block;
    }

.tracking-box {
    background-color: var(--red);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: .25rem;
}

    .tracking-box::after {
        display: none;
        content: '';
        position: absolute;
        width: 16px;
        height: 100%;
        right: -16px;
        top: 0;
        background-color: var(--red);
        border-radius: 0rem .25rem .25rem 0rem;
    }

.tracking-btn {
    font-weight: 500;
    padding: .5rem 1rem;
    color: #fff !important;
    font-size: 1rem;
}

    .tracking-btn img {
        width: 2rem;
        height: auto;
    }

.dropdown {
    float: left;
    overflow: hidden;
    position: inherit;
}

    .dropdown .dropbtn {
        border: none;
        outline: none;
        background: transparent;
        color: #fff;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
}

    .dropdown-content a {
        float: none;
        color: #000000a6;
        padding: 10px 15px;
        text-decoration: none;
        display: block;
        text-align: left;
        font-size: .9rem;
    }

        .dropdown-content a sup {
            font-size: 60%;
        }

        .dropdown-content a:hover,
        .dropdown-content a.active {
            background-color: var(--red);
            color: #fff !important;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

/*main-banner*/
.main-banner {
    background: url('../images/banner-bg2.jpg') no-repeat right bottom;
    /*background-position: right -650px bottom -240px;*/
    background-size: 1890px auto;
    overflow: hidden;
    min-height: 650px;
    display: flex;
    align-items: center;
    padding-top: 50px;
}

.banner-content {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 3.5rem;
    z-index: 1;
    position: relative;
    padding-right: 50px;
    margin-top: 2rem;
}

.small-font {
    font-size: 4rem;
}

.banner-image {
}

    .banner-image img {
        max-width: 650px;
    }

/*clientele*/
.clientele {
    margin: 50px auto;
}

.border-bottom {
    border-bottom: 1px solid gray;
}

.clientele h2 {
    font-weight: 600;
}

.slider {
    margin: 1.5rem auto;
}

/*link-chain*/
.link-chain {
}

.useful-link {
    display: flex;
    align-items: center;
}

.link-img {
    width: 40px;
    height: 40px;
    background-image: url('../images/map.png');
    background-size: 40px;
    background-position: 0% 0%;
    overflow: hidden;
    margin-right: 15px;
    transition: 0.2s;
}

    .link-img.pickup {
        background-image: url('../images/calendar.png');
    }

    .link-img.offer {
        background-image: url('../images/offer.png');
    }

.useful-link:hover .link-img {
    background-position: 0% 100%;
}

.useful-link a {
    font-size: 1.1rem;
    color: darkslategray;
}

    .useful-link a i {
        font-size: 1.2rem;
        padding-left: 15px;
    }

/*about-sec*/
.about-sec {
    /*padding: 200px 0px 100px;*/
    position: relative;
    margin-top: -60px;
}

.relative-pos {
    position: relative;
}

    .relative-pos::before {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 50px;
        background-image: url(../images/banner-bg.svg);
        background-repeat: no-repeat;
        width: 200px;
        height: 100px;
        background-size: cover;
    }

.about-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}
/*.about-image img {
  border-radius: 15px;
  box-shadow: 3px 10px 25px rgb(0 0 0 / 30%);
}*/
.about-content {
    position: relative;
}

.mini-title {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .5px;
    font-weight: 600;
}

.middle-title {
    color: #000;
    letter-spacing: .5px;
    font-weight: 600;
    font-size: 20px;
}

.title-heading {
    font-weight: 700;
    text-transform: capitalize;
}

.title-texth1-size {
    font-size: 28px;
}

.title-texth2-size {
    font-size: 28px;
}

.title-texth3-size {
    font-size: 20px;
}

.title-texth3-size-diff {
    font-size: 16px;
}

.title-texth1-size-ind {
    font-size: 16px;
}

.title-texth2-size-ind {
    font-size: 28px;
    font-weight: 700 !important;
}

.title-texth3-size-ind {
    font-size: 20px;
}

.saprator {
    width: 85px;
    height: 2px;
    background-color: gray;
}

.small-text {
    font-size: .9rem;
}

.bank-details {
    background-color: #fffced;
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    /*display: flex;
    align-items: center;*/
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
}

.btn-1 {
    display: inline-block;
    padding: 10px 20px;
    min-width: 180px;
    text-align: center;
    border: 2px solid #000;
    border-radius: 25px;
    color: #000;
    font-size: .9rem;
    text-transform: uppercase;
    transition: 0.2s;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    margin-bottom: 0px;
}

    .btn-1 i {
        position: absolute;
        top: calc(50% - .7rem);
        left: 0;
        opacity: 0;
        transition: 0.3s ease;
        font-size: 1.2rem;
    }

    .btn-1:hover i {
        opacity: 1;
        left: 95%;
        color: #000;
    }

    .btn-1:hover {
        text-indent: -20px;
        color: var(--red);
    }

/*service-sec*/
.service-sec {
    padding: 80px 0px;
    background-color: whitesmoke;
}

.service-box {
    width: 255px;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    transform: translateY(0px);
    transition: 0.3s ease-in transform;
}

    .service-box:hover {
        /* transform: translateY(-10px); */
    }

        .service-box:hover img {
            transform: translateY(0px);
        }

    .service-box img {
        width: 100%;
        /* height: 100%; */
        object-fit: cover;
        transition: 0.3s;
        transform: translateY(-255px);
    }

.service-name {
    background-color: #fff;
    color: #000;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    font-weight: 500;
}

    .service-name a {
        color: #000;
        font-weight: 500 !important;
    }

/*sufferinf-sec*/
.suffering-sec {
    padding: 50px 0px;
}

.suffering-img {
}

.solution-content {
}

    .solution-content ul {
        margin-bottom: 0px;
        margin-top: 2rem;
    }

        .solution-content ul li {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 2rem;
            padding-left: 30px;
            position: relative;
        }

            .solution-content ul li::before {
                content: '';
                position: absolute;
                top: 8px;
                left: 0;
                background-image: url(../images/red-arrow.svg);
                background-repeat: no-repeat;
                background-size: cover;
                width: 20px;
                height: 10px;
            }

/* Why Us */
.why-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    transform: translateY(0px);
    transition: 0.3s ease-in transform;
}

    .why-box:hover {
        transform: translateY(-10px);
    }

    .why-box img {
        margin-bottom: .5rem;
    }

    .why-box h5 {
    }

    .why-box p {
        font-size: .8rem;
        margin-bottom: 0px;
    }

/* testimonial */
.testimonial {
    background-color: white;
    padding: 50px 0px;
}

#testimonial-slider {
    background-color: #fff;
    border-radius: 25px;
}

    #testimonial-slider .item {
        position: relative;
        padding: 50px 20px 50px 65px;
    }

        #testimonial-slider .item:before {
            content: "";
            position: absolute;
            background-image: url('../images/blockquote.svg');
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            width: 41px;
            height: 36px;
            top: 15px;
            left: 20px;
            transform: rotate(180deg);
        }

        #testimonial-slider .item:after {
            content: "";
            position: absolute;
            background-image: url('../images/blockquote.svg');
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            width: 41px;
            height: 36px;
            bottom: 15px;
            right: 20px;
            /* transform: rotate(180deg); */
        }

        #testimonial-slider .item p {
            font-style: italic;
            line-height: 1.8;
            margin-bottom: .5rem;
        }

.client_author {
    color: #000;
    font-weight: 600;
    margin-top: 1.5rem;
    display: block;
}

.client_company {
    display: block;
    font-size: .8rem;
    font-weight: 500;
}

#testimonial-slider .owl-dots,
#testimonial-slider .owl-nav {
    text-align: left;
    padding-left: 50px;
}

    #testimonial-slider .owl-dots .owl-dot.active span,
    #testimonial-slider .owl-dots .owl-dot:hover span {
        background: #292826;
    }


/* Counter_css */
.happy_customer {
    padding: 60px 0px;
    background-image: linear-gradient(to bottom, #000000c4 30%, #ebeef3 26%);
}

    .happy_customer .container:first-child {
        background-color: #fff;
        border-radius: 100px;
    }

.customer_hdng {
    text-align: center;
    padding: 50px 0px;
}

    .customer_hdng h3 {
        font-size: 2rem;
        font-weight: 500;
    }

.single-coutnerup {
    text-align: left;
    padding: 0px 10px;
    text-align: center;
}

    .single-coutnerup img {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }

    .single-coutnerup .count-num {
        font-size: 2.5rem;
        font-weight: 800;
        color: var(--red);
    }

.plus {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--red);
}

.single-coutnerup h3 {
    font-size: 1.5rem !important;
    font-weight: 800;
}

.single-coutnerup p {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

/*footer*/
footer {
    padding: 2rem 0rem .5rem;
    /*background: #3b3b3b;*/
}

.ftr-box {
    margin: 10px 0px;
}

    .ftr-box h6 {
        text-transform: uppercase;
        margin-bottom: 1rem;
        color: var(--red);
    }

    .ftr-box a {
        display: block;
        font-size: .9rem;
        margin-bottom: .5rem;
        color: inherit;
    }

.info-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: .5rem;
}

    .info-box img {
        width: 30px;
    }

    .info-box i {
        font-size: 1.2rem;
        margin-right: 10px;
    }

.info-details {
}

    .info-details p {
        margin-bottom: 0px;
        font-size: .9rem;
    }

        .info-details p a {
        }

hr {
    margin-top: .5rem;
    margin-bottom: .5rem;
    border: 0;
    border-top: 1px solid #ebeef3;
    width: 100%;
}

.copyright p, .poweredby p {
    font-size: .8rem;
    margin-top: .5rem;
}

.social-links {
    text-align: center;
}

    .social-links a {
        margin-right: 15px;
        color: inherit;
    }

        .social-links a i {
            margin: 5px;
            color: #fff;
            background-color: var(--red);
            width: 30px;
            height: 30px;
            display: inline-block;
            border-radius: 3px;
            line-height: 30px;
            transition: 0.2s;
        }

            .social-links a i:hover {
                background-color: transparent;
                color: var(--red);
            }

.poweredby p {
    text-align: right;
    color: rgba(0, 0, 0, .5);
}

    .poweredby p a {
        color: inherit;
    }

.ssl-ftr {
    text-align: right;
}

/*Scroll to top*/
.scroll_To_Top {
    width: 40px;
    height: 40px;
    color: black;
    text-decoration: none;
    position: fixed;
    line-height: 35px;
    text-align: center;
    background: white;
    font-weight: bold;
    bottom: 15px;
    right: 15px;
    display: none;
    border: 2px solid var(--yellow);
    border-radius: .15rem;
}

    .scroll_To_Top:hover {
        background-color: var(--yellow);
    }

    .scroll_To_Top img {
        width: 30px;
        height: 30px;
    }


/*Sticky Bar Css*/
.sticky_right {
    position: fixed;
    top: 35%;
    right: -150px;
}

    .sticky_right ul {
    }

        .sticky_right ul li {
            position: fixed;
            background-color: var(--red);
            padding: 8px;
            border-radius: 3px 0px 0px 3px;
            color: #fff;
            transition: 0.3s;
        }

            .sticky_right ul li:first-child {
                top: 35%;
                right: -100px;
            }

            .sticky_right ul li:nth-child(2) {
                top: 42%;
                right: -131px;
            }

            .sticky_right ul li:nth-child(3) {
                top: 49%;
                right: -145px;
            }

            .sticky_right ul li:last-child {
                top: 56%;
                right: -133px;
            }

            .sticky_right ul li:hover {
                right: 0;
            }

            .sticky_right ul li a {
                color: #fff;
            }

                .sticky_right ul li a i {
                    width: 20px;
                    text-align: center;
                }

.sticky_left {
    position: fixed;
    left: 0;
    top: 35%;
    z-index: 9;
}

    .sticky_left ul {
        position: relative;
    }

        .sticky_left ul li {
            position: relative;
            color: #000;
            background-color: var(--yellow);
            cursor: pointer;
            box-shadow: 0px 3px 10px rgb(0 0 0 / 20%);
        }

            .sticky_left ul li img {
            }

            .sticky_left ul li:hover > .social_box {
                opacity: 1;
                visibility: visible;
                z-index: 99;
                left: 41px;
            }

.social_box {
    position: absolute;
    top: 0%;
    left: -140px;
    opacity: 0;
    visibility: hidden;
    background-color: #000;
    border-radius: 0rem .25rem .25rem 0rem;
    width: 140px;
    text-align: left;
    height: auto;
    max-height: max-content;
    transition: 0.3s;
}

    .social_box a {
        color: inherit;
        display: block;
        padding: .25rem;
        color: #fff;
        font-size: .8rem;
    }

        .social_box a i {
            width: 25px;
            padding-left: 5px;
        }

/*Mian Modal Css*/
#myModal .modal-dialog {
    max-width: 800px;
}



/*Contact Page Css Start*/
.wrapper {
    padding: 30px 0px;
    /* border-bottom: 1px solid #e4e4e4; */
}

.bg-whitesmoke {
    background-color: whitesmoke;
}

.common-banner {
    width: 100%;
    height: 400px;
    background-color: whitesmoke;
    /*margin-bottom: 1.5rem;*/
}

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

.contact-map iframe {
    border: 2px solid gray;
}

.office-bx {
    padding: 10px;
    min-height: 180px;
    margin-bottom: 2rem;
    /* background-color: whitesmoke; */
    border-top: 3px solid var(--red);
    box-shadow: 0px 3px 20px rgb(0 0 0 / 10%);
    border-radius: .25rem;
}

.ofc-title {
    margin-bottom: 1rem;
}

.ofc-mini-title {
    color: darkslategray;
    padding: 5px 0px;
    font-size: 1rem;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 1rem;
}

.adrs {
    display: flex;
    align-items: flex-start;
    margin-bottom: .7rem;
}

    .adrs i {
        font-size: 1.2rem;
        flex: none;
        width: 30px;
        color: var(--red);
    }

    .adrs p {
        margin-bottom: 0px;
        vertical-align: baseline;
        font-size: .9rem;
    }

        .adrs p a {
            color: inherit;
        }

.contact-form, .contact-map {
    margin-top: 30px;
}

.customer-support {
}

    .customer-support ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .customer-support ul li {
            display: flex;
            align-items: center;
            margin-bottom: 1rem;
        }

            .customer-support ul li .zone-icon {
                width: 50px;
                height: 50px;
                background: var(--red);
                color: #fff;
                font-size: 2rem;
                text-align: center;
                margin-right: .5rem;
            }

            .customer-support ul li .zone-details {
            }

                .customer-support ul li .zone-details a {
                    display: block;
                    font-size: .9rem;
                    color: inherit;
                    line-height: 1.75rem;
                }

                    .customer-support ul li .zone-details a i {
                        margin-right: .5rem;
                    }

/*GST Page Css Start*/
.gst-box table {
    background-color: #fff;
}

.table thead th {
    white-space: nowrap;
    font-weight: 500;
}

thead tr {
    background-color: var(--red);
    color: #fff;
}

tbody tr td {
    font-size: .9rem;
    /*white-space: nowrap;*/
}

/*About Page Css Start*/
.shape-bg {
    position: relative;
    overflow: hidden;
}

    .shape-bg::before {
        content: '';
        position: absolute;
        top: 80px;
        left: -48%;
        width: 100%;
        height: 383px;
        background-image: url('../images/shape-bg.png');
        background-repeat: no-repeat;
        opacity: .5;
    }

.about-li {
    text-align: center;
    margin: 5rem auto;
}

    .about-li ul {
    }

        .about-li ul li {
            display: inline-block;
        }

            .about-li ul li a {
                color: inherit;
                padding: .7rem 2.5rem .7rem 1rem;
                position: relative;
                border: 2px solid var(--red);
                border-radius: 50px;
                margin: 1rem;
                text-align: left;
                transition: 0.3s;
            }

                .about-li ul li a::after {
                    content: '';
                    position: absolute;
                    right: 1rem;
                    top: calc(50% - 10px);
                    width: 12px;
                    height: 16px;
                    background-image: url(../images/arrow-down.svg);
                    background-size: cover;
                    transition: 0.3s;
                }

                .about-li ul li a:hover::after {
                    top: calc(50% - 4px);
                }

.Journey-text {
    background-image: url('../images/history-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

.key-slide {
}

.key-bx {
    text-align: center;
}

.year-box {
    width: 150px;
    height: 150px;
    background-color: transparent;
    border-radius: 50%;
    margin: 2rem auto;
    color: var(--red);
    position: relative;
}

    .year-box::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: -1;
        height: 10px;
        width: 357px;
        background-color: #e5e5e5;
    }

.before-none::before {
    display: none;
}

.year-box span {
    width: 150px;
    height: 150px;
    background-color: #fff;
    border: 10px solid #e8e8e8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 2rem;
    transition: 0.3s;
    transform: translateY(0px);
    -webkit-box-shadow: 20px 30px 62px 0px rgb(0 0 0 / 10%);
}

    .year-box span:hover {
        transform: translateY(-10px);
        border-color: var(--red);
    }

.key-bx ul {
    margin-bottom: 0px;
}

    .key-bx ul li {
        font-size: .9rem;
        text-align: left;
        list-style-type: disclosure-closed;
        margin-left: 25px;
        margin-bottom: .5rem;
    }

        .key-bx ul li::marker {
            color: var(--red);
        }

#key-slider .owl-nav {
    text-align: center;
    position: absolute;
    top: 16%;
    transform: translateY(-50%);
    width: 100%;
}

    #key-slider .owl-nav button.owl-next,
    #key-slider .owl-nav button.owl-prev {
        position: absolute;
        right: -50px;
        font-size: 3rem;
        background: black;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        margin: 0px;
        padding: 0px;
    }

        #key-slider .owl-nav button.owl-next:hover,
        #key-slider .owl-nav button.owl-prev:hover {
            background-color: var(--red);
        }

    #key-slider .owl-nav button.owl-prev {
        left: -50px !important;
    }

.award-bx {
    text-align: center;
    margin: 1.5rem auto;
    border: 1px solid #f5f5f5;
    position: relative;
    transition: 0.3s;
}

    .award-bx img {
        max-width: 100%;
        height: auto;
    }

    .award-bx p {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 10px;
        text-align: center;
        margin-bottom: 0px;
        background-color: var(--yellow);
        transition: 0.3s;
        opacity: .9;
    }

        .award-bx p span {
            opacity: 0;
            visibility: hidden;
            transition-delay: .1s;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            transform: translate(-50%, -50%);
        }

    .award-bx:hover p {
        height: 100%;
    }

        .award-bx:hover p span {
            visibility: visible;
            opacity: 1;
            font-size: 1.5rem;
            font-weight: 600;
        }

/*Services Page Css Start*/
.airfreight-img img,
.surfacefreight-img img,
.technology-img img {
    border: 5px solid #fefefe;
    /* border-radius: 30px 0px 30px 0px; */
    box-shadow: 0px 5px 50px rgb(0 0 0 / 20%);
}

.railfreight-img img,
.warehousing-img img {
    border: 5px solid #fefefe;
    box-shadow: 0px 5px 50px rgb(0 0 0 / 20%);
}

.airfreight-img,
.railfreight-img,
.surfacefreight-img,
.warehousing-img {
    position: relative;
    text-align: center;
}

    .airfreight-img::before,
    .railfreight-img::before,
    .surfacefreight-img::before,
    .warehousing-img::before {
        content: '';
        position: absolute;
        right: 25px;
        bottom: 0;
        background-image: url(../images/yellow-arrow.svg);
        background-size: 35px;
        width: 35px;
        height: 51px;
        z-index: 2;
        animation: slide-up 6s linear infinite;
        animation-delay: 1s;
        display: none;
    }

@keyframes slide-up {
    0% {
        bottom: 0;
    }

    50% {
        bottom: 50%;
    }

    100% {
        bottom: calc(100% - 70px);
        opacity: .5;
    }
}

.railfreight-img::before,
.warehousing-img::before {
    left: -15px;
}

.warehousing-text ul,
.common-list ul {
    margin-left: 1.5rem;
}

    .warehousing-text ul li,
    .common-list ul li {
        list-style-type: disclosure-closed;
        font-size: .9rem;
        margin-bottom: 1rem;
    }

        .warehousing-text ul li::marker,
        .common-list ul li::marker {
            color: var(--red);
        }
/*.product-outer{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}*/
.product-bx {
    text-align: center;
    width: 180px;
    margin: 1rem auto;
    transition: 0.3s;
    transform: translateY(0px);
}

    .product-bx:hover {
        transform: translateY(-10px);
    }

        .product-bx:hover .img-bx {
            border-color: var(--red);
        }

.img-bx {
    border: 8px solid #9e9e9e3b;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    margin: 1rem auto;
    line-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    box-shadow: 9px 9px 30px 0px rgb(0 0 0 / 5%);
}

    .img-bx img {
        width: 50px !important;
        height: 50px !important;
    }

.product-bx p {
    font-weight: 600;
}

.help-you {
    padding: 50px 0px;
    background-color: var(--yellow);
    position: relative;
}

    .help-you a {
        display: inline-block;
        color: #fff;
        background-color: var(--red);
        padding: 1rem;
        border-radius: 3rem;
        margin-top: 50px;
    }

    .help-you::before {
        content: '';
        position: absolute;
        bottom: 15px;
        right: 0;
        width: 246px;
        height: 74px;
        background-image: url('../images/truck.png');
        background-repeat: no-repeat;
    }

.enhance-img {
}

    .enhance-img ul {
    }

        .enhance-img ul li {
            display: flex;
            align-items: center;
        }

            .enhance-img ul li img {
                max-width: 150px;
            }

            .enhance-img ul li h6 {
                margin-bottom: 0rem;
                color: var(--red);
                font-size: 1.25rem;
                margin-left: 1rem;
                font-weight: 600;
            }

            .enhance-img ul li span {
                margin-bottom: 0rem;
                color: var(--red);
                font-size: 1.25rem;
                margin-left: 1rem;
                font-weight: 600;
            }


/*Clientele Page Css*/
.client-outer {
    display: block;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.client-logo {
    width: 18%;
    min-height: 80px;
    margin: .5rem;
    background-color: #fff;
    border: 1px solid #9e9e9e3b;
    padding: .5rem 0rem;
    position: relative;
    transition: 0.2s;
    overflow: hidden;
    display: inline-block;
}

    .client-logo:hover .logo-overlay {
        left: 0%;
    }

.logo-overlay {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    color: #fff;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    text-transform: uppercase;
}

/*Newsroom Page Css*/
.bs-example {
    margin: 20px;
}

.accordion .fa {
    margin-right: 0.5rem;
}

.card-header {
    padding: 0rem !important;
}

    .card-header a {
        display: block;
        /*padding: .75rem 1.25rem;*/
        color: #000;
    }

    .card-header p {
        cursor: pointer;
        margin-bottom: 0rem;
        padding: .5rem;
    }

.post-date {
    color: var(--red);
    margin-bottom: .8rem !important;
    font-weight: 600;
}

.card-body p {
    margin-bottom: .5rem;
    font-size: .9rem;
}

/*Career Page Css*/
.common-form {
    border-radius: .5rem;
}

.join-us-outer {
}

.join-us {
    padding: .5rem;
    background-color: #fff;
    box-shadow: 0px 3px 20px rgba(0,0,0,.15);
    border-radius: .25rem;
    min-height: 425px;
}

.join-img {
    width: 100%;
    height: 250px;
    margin-bottom: 1rem;
}

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

.join-us h5 {
    text-transform: capitalize;
}

.join-us p {
    margin-bottom: 0rem;
}

.variety-positions {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.positions {
    display: flex;
    align-items: center;
    padding: .5rem;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .20rem;
    min-width: 238px;
    margin-top: 1rem;
}

    .positions img {
    }

    .positions h6 {
        padding-left: .5rem;
        margin-bottom: 0rem;
    }

/*Volumetric Page Css*/
.calculate-bx {
    text-align: center;
    max-width: 300px;
    margin: 1rem auto;
    padding: 1rem;
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .1);
}

    .calculate-bx i {
        font-size: 2.5rem;
        color: var(--red);
    }

    .calculate-bx img {
        display: block;
        margin: 1rem auto;
    }

    .calculate-bx p {
        font-size: .9rem;
        margin-bottom: .5rem;
        font-weight: 500;
    }

fieldset {
    border: 1px solid grey;
    padding-inline-start: .75em;
    padding-inline-end: .75em;
    background-color: whitesmoke;
}

legend {
    display: inline;
    font-size: 1.2rem;
    font-weight: 500;
    width: auto;
    background-color: gainsboro;
    padding: .25rem;
}

.switch-field {
}

#uom-1, #uom-2 {
    display: none;
}

.switch-field label {
    cursor: pointer;
    color: #fff;
    background-color: var(--gray);
    padding: .5rem 1rem;
}

.switch-field input:checked + label {
    background-color: var(--red);
}

.switch-field label:nth-child(2) {
    border-radius: 20px 0px 0px 20px;
}

.switch-field label:nth-child(4) {
    margin-left: -5px;
    border-radius: 0px 20px 20px 0px;
}

/*Gallery Page Css Start*/
.example-image-link {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: block;
    border: 5px solid #9e9e9e52;
    margin: .5rem auto;
    transition: 0.5s;
    margin-bottom: 0rem;
}

.example-img-title {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    background-color: #fff;
    padding: .25rem;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
    height: 50px;
    overflow: hidden;
}

.example-image-link:hover .example-image {
    transform: scale(1.1, 1.1);
}

.example-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.gallery-tabs {
    border-color: var(--red);
}

    .gallery-tabs .nav-item.active .nav-link::after,
    .gallery-tabs .nav-item:hover .nav-link::after {
        display: none;
    }

    .gallery-tabs .nav-link {
        font-weight: 600 !important;
        border-radius: 0rem;
        color: var(--red);
    }

        .gallery-tabs .nav-link:focus,
        .gallery-tabs .nav-link:hover {
            border-color: var(--red);
            background-color: var(--red);
            color: #fff;
        }

        .gallery-tabs .nav-item.show .nav-link,
        .gallery-tabs .nav-link.active {
            background-color: var(--red);
            color: #fff;
            border-color: var(--red);
        }

/*Pickup Request Page Css Start*/
.pickup-progress {
}

    .pickup-progress ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

.progress-bx {
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: .5rem 0rem;
    border-radius: .25rem;
    box-shadow: 0px 3px 10px rgba(0,0,0,.1);
    min-height: 85px;
    width: 260px;
    margin: .5rem auto;
}

    .progress-bx.active .step {
        background-color: var(--red);
    }

.step {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    line-height: 60px;
    background-color: lightgray;
    border: 3px solid #fff;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
    flex: none;
    margin: 0 .75rem;
    color: #fff;
}

.step-name {
}

    .step-name h5 {
        font-weight: 700;
        margin-bottom: .25rem;
        line-height: 1;
        color: gray;
    }

    .step-name p {
        margin-bottom: 0px;
        font-weight: 500;
        color: gray;
        font-size: .9rem;
    }

.add-row, .dlt-row {
    background-color: var(--green);
    display: inline-block;
    padding: .5rem;
    border-radius: .25rem;
    color: #fff;
    line-height: normal;
    cursor: pointer;
}

.dlt-row {
    background-color: var(--red);
}

#consignee-details,
#part-details,
#confirm-details {
    display: none;
}

.part-row-copy {
    display: none;
}


/*Blog Page Css Start*/
.blog-search {
    position: relative;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
    border-radius: 25px;
}

    .blog-search input[type="text"] {
        height: 45px;
        width: 100%;
        border-radius: 25px;
        border: none;
        padding: 0px 10px;
        outline: none;
    }

        .blog-search input[type="text"]:focus {
            border: 2px solid var(--red);
        }

    .blog-search i {
        font-size: 1.2rem;
        position: absolute;
        right: 20px;
        top: calc(50% - 10px);
        cursor: pointer;
    }

    .blog-search input::placeholder {
        font-weight: 500;
    }

.blog-bx {
    background-color: #fff;
    border-radius: .5rem;
    padding: .5rem;
    box-shadow: 0px 0px 15px rgb(80 80 80 / 10%);
    transition: 0.3s;
    margin: .5rem 0rem;
}

    .blog-bx:hover {
        box-shadow: 0px 0px 25px rgb(80 80 80 / 20%);
    }

.blog-img {
    width: 100%;
    height: 200px;
    border-radius: .5rem .5rem 0rem 0rem;
    overflow: hidden;
}

    .blog-img:hover img {
        transform: scale(1.1,1.1);
    }

    .blog-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.5s;
    }

.post_date {
    color: darkgray;
    padding: .7rem 0rem 0rem 0rem;
    text-transform: uppercase;
}

.blog-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    max-height: 63px;
    overflow: hidden;
}

    .blog-title a {
        color: inherit;
    }

.blog-semititle {
    margin-bottom: 1rem;
    color: darkslategray;
    text-transform: capitalize;
    max-height: 52px;
    overflow: hidden;
}

.comment-bx {
    font-size: .8rem;
    color: var(--red);
    font-weight: 500;
    margin-bottom: .5rem;
}

    .comment-bx a {
        color: inherit;
    }

    .comment-bx i {
    }

.social-share {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: .5rem;
}

    .social-share a {
        font-size: .8rem;
    }

        .social-share a i {
        }

.most-post {
}

    .most-post ul {
    }

        .most-post ul li {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: .5rem;
            background-color: #ffff;
            box-shadow: 0px 3px 20px rgba(0,0,0,.1);
            margin-top: .5rem;
            min-height: 107px;
        }

            .most-post ul li img {
                max-width: 100px;
                max-height: 100px;
            }

            .most-post ul li a {
                padding-left: .5rem;
                font-size: .9rem;
                color: inherit;
                max-height: 100px;
                overflow: hidden;
            }

.topic-post {
    /*background-color: #fff;
  border-radius: .25rem;
  box-shadow: 0px 3px 20px rgba(0,0,0,.15);
  padding: .5rem;*/
}

    .topic-post ul {
        margin: 0px;
        background-color: #fff;
        border-radius: .25rem;
        box-shadow: 0px 3px 20px rgba(0,0,0,.15);
        padding: .5rem;
    }

        .topic-post ul li {
            font-size: .9rem;
            list-style-type: square;
            padding: .5rem;
            border-bottom: 1px dashed rgba(0,0,0,.3);
            margin-left: 1rem;
        }

            .topic-post ul li:last-child {
                border-bottom: 0px;
            }

            .topic-post ul li a {
                color: inherit;
            }

.qss-bx img {
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 0px 3px 20px rgba(0,0,0,.15);
    padding: .5rem;
}

/*Blog Details Page Css Start*/
.blog-dtl-bx {
    margin-top: 100px;
    background-color: #fff;
    padding-bottom: 1rem;
}

.blog-dtl-img {
    width: 100%;
    height: 350px;
}

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

.blog-content {
    padding: 0px 1rem;
}

.blog-dtl-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 2rem 0rem 1rem;
}

.category {
    font-weight: 500;
    color: var(--red);
    margin-bottom: 1rem;
}

.blog-para {
    font-size: .9rem;
    margin-bottom: 1rem;
    text-align: justify;
}

.blog-hdng {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

/*Video Gallery Page Css*/
.vdo_box {
    border: 5px solid #fff;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
    position: relative;
    min-height: 245px;
    transition: 0.3s;
    cursor: pointer;
}

    .vdo_box:hover {
        transform: scale(1.1);
        border-color: var(--yellow);
    }

    .vdo_box iframe,
    .vdo_box img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .vdo_box img {
        z-index: 1;
    }


/*Vision Mission Page Css*/
.mis-vis {
}

.mis-text {
    text-align: center;
    border-right: 1px solid rgba(0,0,0,.3);
    min-height: 340px;
    padding: 1rem;
}

.thank-text {
    text-align: center;
    min-height: 340px;
    padding: 1rem;
}

.bank-detail {
    padding: 30px 0px 30px 0px
}

    .bank-detail .qr-img {
        width: 75%;
        box-shadow: 0 0 10px 7px rgb(0 0 0 / 5%);
        margin: 0 auto;
    }

.mis-text img {
}

.mis-text p {
}

.our-team {
    background-color: whitesmoke;
}

.team-member {
    text-align: center;
    border-radius: 0.25rem;
    box-shadow: 0px 5px 25px rgb(0 0 0 / 15%);
    padding: 1rem;
    height: 371px;
    background-color: #fff;
    overflow: hidden;
    transition: 0.3s;
}

    .team-member:hover {
        max-height: auto;
        height: 100%;
    }

.team-member-img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    border: 5px solid #fff;
    box-shadow: 0px 3px 20px rgba(0,0,0,.3);
    transition: 0.3s;
}

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

.team-member:hover .team-member-img {
    /* box-shadow: none; */
    border-radius: .5rem;
}

.team-member p {
    font-weight: 500;
    color: rgba(0,0,0,.8);
}

.team-member ul {
    margin-left: 1rem;
}

    .team-member ul li {
        text-align: left;
        font-size: .9rem;
        list-style-type: square;
    }


/*SiteMap Page Css*/
.site-map {
}

    .site-map ul {
        text-align: center;
    }

        .site-map ul li {
            display: inline-block;
            position: relative;
            vertical-align: top;
            margin-right: 1rem;
            padding-left: 1rem;
            border-left: 1px solid rgba(0,0,0,.3);
        }

            .site-map ul li a {
                color: inherit;
                padding: .5rem;
                background-color: var(--red);
                border-radius: .25rem;
                color: #fff;
                margin-bottom: 1rem;
                display: block;
                text-align: center;
                position: relative;
            }

            .site-map ul li ul {
                text-align: left;
            }

                .site-map ul li ul li {
                    display: block;
                    position: relative;
                    padding-left: 0px;
                    border-left: 0px;
                }

                    .site-map ul li a:before,
                    .site-map ul li ul li a:before {
                        content: '';
                        position: absolute;
                        top: calc(100% - 50%);
                        left: -1rem;
                        width: 1rem;
                        height: 1px;
                        background-color: rgba(0, 0, 0, .3);
                    }

                    .site-map ul li ul li a {
                        font-size: .8rem;
                        display: inline-block;
                        background-color: var(--yellow);
                        color: #000;
                        font-weight: 500;
                        position: relative;
                    }

/*Media-Query*/
@media screen and (max-width: 2220px) {
    .about-sec {
        padding: 290px 0px 100px;
    }
}

@media screen and (max-width: 1366px) {
    .about-sec {
        padding: 200px 0px 100px !important;
    }
}

@media screen and (max-width: 991px) {
    .tracking-box::after {
        display: none;
    }

    .nav-link:after {
        left: 15px;
    }

    .tracking-box {
        height: 45px;
        align-items: self-start;
        width: max-content;
    }

    .main-banner {
        background-position: right -200px bottom -30px;
        background-size: 900px auto;
        min-height: 500px;
    }

    .banner-content {
        font-size: 1.5rem;
        line-height: 2rem;
        padding-right: inherit;
    }

    .small-font {
        font-size: 2.5rem;
    }

    .banner-image img {
        max-width: 400px;
    }

    .about-img {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
    }

    .solution-content ul li {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .single-coutnerup {
        padding: 0px 10px;
    }

        .single-coutnerup .count-num, .plus {
            font-size: 1.5rem;
        }

    .about-li {
        margin: 3rem auto;
    }

        .about-li ul li a {
            margin: 0px;
            font-size: .9rem;
        }

    .Journey-text,
    .technology-text p,
    .keyfacts,
    .awards {
        text-align: justify !important;
    }

        .keyfacts .saprator,
        .awards .saprator {
            margin-left: 0px !important;
        }

    .Journey-img {
        display: none;
    }

        .Journey-img img, .technology-img img {
            max-width: 100%;
            height: auto;
        }

    .airfreight-img::before,
    .surfacefreight-img::before {
        right: -15px;
    }

    .pickup-progress ul {
        justify-content: space-evenly;
    }

    .navbar, .darkHeader {
        /* height: auto; */
        padding: .25rem 1rem !important;
    }

    .navbar {
        margin-top: 0px;
        background-color: #ffffff00;
        /* box-shadow: 0px 3px 5px rgba(0,0,0,.1); */
    }

    .nav-outer {
        width: 100%;
    }

    .top-bar {
        display: none;
    }

        .top-bar ul {
            text-align: left;
        }

    .technology-img {
        text-align: center;
    }

    .mis-text {
        border: none;
    }

    .site-map ul {
        text-align: left;
    }

    .client-logo {
        width: 30%;
    }
}

@media screen and (max-width: 767px) {

    .title-texth1-size {
        font-size: 22px;
    }

    .title-texth3-size {
        font-size: 20px;
    }

    .title-texth2-size {
        font-size: 20px;
    }

    .bank-details h4 {
        font-size: 18px;
    }

    .bank-details p {
        font-size: 14px;
    }

    .modal-video {
        width: 100%;
        height: 100%;
    }

    .main-banner {
        background-position: right 0px top 35px;
        background-size: 767px auto;
        margin-top: 50px;
    }

    .social-links {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .common-banner {
        height: 350px;
    }

    .about-li ul li {
        display: inline-flex;
        margin: .5rem;
    }

    .client-outer {
        justify-content: space-evenly;
    }

    .airfreight-img,
    .surfacefreight-img {
        margin-bottom: 1rem;
    }

        .airfreight-img::before,
        .surfacefreight-img::before {
            right: -4px;
        }

    .progress-bx {
        width: 250px;
    }

    .blog-dtl-title {
        font-size: 1.5rem;
        font-weight: 700;
        margin: 2rem 0rem 1rem;
    }

    .banner-image {
        text-align: center;
    }

    .site-map ul {
        /*text-align: center;*/
    }

        .site-map ul li {
            display: block;
            margin-left: 0rem;
        }

            .site-map ul li a {
                display: inline-block;
            }

    .client-outer {
        display: flex;
    }

    .client-logo {
        width: 170px;
    }

    .copyright p, .poweredby p {
        text-align: center;
    }

    .ssl-ftr {
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .main-banner {
        background-position: left -110px top 0px;
        background-size: 1000px auto;
        padding-top: 100px;
    }

    .about-sec {
        padding: 100px 0px 50px;
        margin-top: -50px;
    }

    .service-sec {
        padding: 50px 0px;
    }

    .service-box {
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .suffering-img h3 {
        margin-top: 0px !important;
    }

    .why-box {
        margin-bottom: 15px;
    }

    .happy_customer .container:first-child {
        border-radius: 20px;
    }

    .about-li ul li a {
        padding: .5rem 2.5rem .5rem 1rem;
        border: 1px solid var(--red);
        font-size: .8rem;
    }

    .about-li {
        margin: 1rem auto 3rem;
    }

        .about-li ul li a::after {
            top: calc(50% - 7px);
            width: 10px;
            height: 14px;
        }

    .technology-img img {
        margin-bottom: 1rem;
    }

    .year-box::before {
        display: none;
    }

    #key-slider .owl-nav {
        top: 16%;
    }

        #key-slider .owl-nav button.owl-next {
            right: 0;
        }

        #key-slider .owl-nav button.owl-prev {
            left: 0 !important;
        }

    .airfreight-img::before,
    .surfacefreight-img::before {
        right: -15px;
    }

    .navbar-brand img {
        width: 120px;
    }

    .darkHeader {
        height: auto;
    }

        .darkHeader .top-bar ul li,
        .darkHeader .top-bar ul li a,
        .darkHeader .nav-link {
            color: #000;
        }

        .darkHeader .nav-item.active .nav-link,
        .darkHeader .nav-item:hover .nav-link,
        .darkHeader .nav-item .nav-link:hover {
            color: #000;
            font-weight: 400;
        }

        .darkHeader .navbar-brand img {
            transform: scale(1);
        }

    .navbar {
        /* background-color: #fff !important; */
        padding: .1rem !important;
    }

        .navbar div {
            /* background-color: #fff; */
        }

    .dropdown .dropbtn {
        color: inherit;
    }

    .nav-link {
        color: #000;
    }

    .top-bar {
        display: block;
        margin-top: .5rem;
    }

        .top-bar ul {
            text-align: center;
        }

    .ssl-ftr {
        text-align: center;
    }

    .common-banner {
        height: 140px;
        margin-top: 100px;
    }

    .sticky_right ul li:nth-child(2) {
        top: 42%;
        right: -131px;
    }

    .sticky_right ul li:nth-child(3) {
        top: 49%;
        right: -145px;
    }

    .sticky_right ul li:last-child {
        top: 56%;
        right: -133px;
    }

    p {
        /* text-align:justify; */
        color: #fff;
    }
}

@media screen and (max-width: 420px) {
    .example-image-link {
        width: 100%;
        height: 150px;
    }

    .help-you a {
        margin-top: 15px;
        margin-bottom: 50px;
    }
}

.comment-box {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .5rem;
    padding: 1rem;
}

.comment-box-title {
    text-align: center;
    margin-bottom: 2rem;
}

.user-comment {
    display: flex;
    align-items: flex-start;
    background: floralwhite;
    border-radius: .5rem;
    margin-bottom: 1rem;
    padding: .5rem .25rem;
}

.user-icon {
    width: 40px;
    height: 40px;
    background: bisque;
    display: block;
    border-radius: .25rem;
    flex: none;
    text-align: center;
    line-height: 50px;
    margin-right: 1rem;
}

    .user-icon i {
        font-size: 1.75rem;
    }

.comment-text {
}

.commenter-name {
}

.comment-text p {
    font-size: 14px;
    margin-bottom: .5rem;
}





.cg-default.van-button {
    font-weight: 700;
    font-size: .4rem
}

    .cg-default.van-button .van-button__icon {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center
    }

        .cg-default.van-button .van-button__icon > img {
            height: 80%
        }

.vip-content-card[data-v-31cfa30d] {
    min-height: 4rem
}

.vip-content-card .mb25 {
    margin-bottom: .33333rem
}

.vip-content-card .mt50 {
    margin-top: .93333rem
}

.vip-content-card .mb8 {
    margin-bottom: .10667rem
}

.vip-content-card p {
    color: #fff !important;
}

.vip-content-card .mb30 {
    margin-bottom: .4rem
}

.vip-content-card .bgg {
    background: -webkit-linear-gradient(top,#f3ffdd 0%,#a6ff7d 100%);
    background: linear-gradient(180deg,#f3ffdd 0%,#a6ff7d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.vip-content-card .itemInfo {
    border-radius: 6px;
    width: 100%;
    min-height: 180px;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    padding: 10px 10px;
    position: relative
}

.vip-content-card .itemInfo-right {
    position: absolute;
    right: .13333rem;
    top: .13333rem;
}

html:lang(ar) .vip-content-card .itemInfo-right {
    left: .13333rem;
    right: unset
}

.vip-content-card .itemInfo-right img {
    width: 80px !important;
    height: auto
}

.vip-content-card .itemInfo-head > div:nth-of-type(1) {
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .vip-content-card .itemInfo-head > div:nth-of-type(1) > img:nth-of-type(1) {
        width: 30px;
        height: auto;
        margin-right: .13333rem;
    }

    .vip-content-card .itemInfo-head > div:nth-of-type(1) > h1 {
        font-weight: 900;
        font-size: 24px;
        margin-right: 10px;
        margin-bottom: 0px;
    }

        .vip-content-card .itemInfo-head > div:nth-of-type(1) > h1.level1 {
            background: -webkit-linear-gradient(top,#ffffff 39.98%,#d0dae6 100%);
            background: linear-gradient(180deg,#ffffff 39.98%,#d0dae6 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text
        }

        .vip-content-card .itemInfo-head > div:nth-of-type(1) > h1.level2 {
            background: -webkit-linear-gradient(top,#fff9d6 39.98%,#ffe650 100%);
            background: linear-gradient(180deg,#fff9d6 39.98%,#ffe650 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text
        }

    .vip-content-card .itemInfo-head > div:nth-of-type(1) > img:nth-of-type(2) {
        width: 20px;
        height: auto;
        margin-right: 10px;
    }

.vip-content-card .itemInfo-head > div.border {
    border-radius: .08rem;
    padding-top: .02667rem;
    padding-bottom: .02667rem;
    display: inline-block;
    padding: 0 .10667rem
}

    .vip-content-card .itemInfo-head > div.border h3 {
        display: inline
    }

        .vip-content-card .itemInfo-head > div.border h3.level1 {
            color: #fff
        }

        .vip-content-card .itemInfo-head > div.border h3.level2 {
            background: -webkit-linear-gradient(top,#f09238 0%,#d26d0a 100%);
            background: linear-gradient(180deg,#f09238 0%,#d26d0a 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text
        }

        .vip-content-card .itemInfo-head > div.border h3.level3 {
            background: -webkit-linear-gradient(top,#ff767e 0%,#e93a42 100%);
            background: linear-gradient(180deg,#ff767e 0%,#e93a42 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text
        }

        .vip-content-card .itemInfo-head > div.border h3.level4 {
            background: -webkit-linear-gradient(top,#25c9fd 0%,#096cfe 100%);
            background: linear-gradient(180deg,#25c9fd 0%,#096cfe 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text
        }

        .vip-content-card .itemInfo-head > div.border h3.level5, .vip-content-card .itemInfo-head > div.border h3.level6, .vip-content-card .itemInfo-head > div.border h3.level7, .vip-content-card .itemInfo-head > div.border h3.level8, .vip-content-card .itemInfo-head > div.border h3.level9, .vip-content-card .itemInfo-head > div.border h3.level10 {
            background: -webkit-linear-gradient(top,#fffdf3 0%,#eeff2b 100%);
            background: linear-gradient(180deg,#fffdf3 0%,#eeff2b 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text
        }

    .vip-content-card .itemInfo-head > div.border.level1 {
        border: .01333rem solid #c4d2e7
    }

    .vip-content-card .itemInfo-head > div.border.level2 {
        border: .01333rem solid #ffe2c5
    }

    .vip-content-card .itemInfo-head > div.border.level3 {
        border: .01333rem solid #ffd2ca
    }

    .vip-content-card .itemInfo-head > div.border.level4 {
        border: .01333rem solid #d6faff
    }

    .vip-content-card .itemInfo-head > div.border.level5 {
        border: .01333rem solid #fee0ff
    }

    .vip-content-card .itemInfo-head > div.border.level6 {
        border: .01333rem solid #b2ffe3
    }

    .vip-content-card .itemInfo-head > div.border.level7 {
        border: .01333rem solid #82f059
    }

    .vip-content-card .itemInfo-head > div.border.level8 {
        border: .01333rem solid #9ce7ff
    }

    .vip-content-card .itemInfo-head > div.border.level9 {
        border: .01333rem solid #f9dcff
    }

    .vip-content-card .itemInfo-head > div.border.level10 {
        border: .01333rem solid #ffee94
    }

.vip-content-card .itemInfo-bottom > p {
    text-align: right;
    margin-bottom: .13333rem
}

.vip-content-card .itemInfo-bottom > div.first {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: .13333rem
}

.vip-content-card .itemInfo-bottom > div:last-of-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 5px;
}

.vip-content-card .itemInfo-bottom > h2 {
    font-size: .37333rem;
    text-align: left
}

    .vip-content-card .itemInfo-bottom > h2.level1, .vip-content-card .itemInfo-bottom > h2.level3, .vip-content-card .itemInfo-bottom > h2.level5, .vip-content-card .itemInfo-bottom > h2.level7, .vip-content-card .itemInfo-bottom > h2.level8, .vip-content-card .itemInfo-bottom > h2.level9, .vip-content-card .itemInfo-bottom > h2.level10 {
        color: #fff
    }

    .vip-content-card .itemInfo-bottom > h2.level2 {
        color: #b95d04
    }

    .vip-content-card .itemInfo-bottom > h2.level4 {
        color: #2789e0
    }

    .vip-content-card .itemInfo-bottom > h2.level6 {
        color: #089f78
    }

.vip-content-card .itemInfo-bottom span.level {
    border-radius: .53333rem;
    padding: 0 .13333rem
}

.vip-content-card .itemInfo-bottom span.level1[data-v-31cfa30d] {
    background: -webkit-linear-gradient(left,#899fbf 0%,#6f85a5 92.31%);
    background: linear-gradient(90deg,#899fbf 0%,#6f85a5 92.31%)
}

.vip-content-card .itemInfo-bottom span.level2 {
    background: -webkit-linear-gradient(left,#ef9033 0%,#c97420 92.31%);
    background: linear-gradient(90deg,#ef9033 0%,#c97420 92.31%)
}

.vip-content-card .itemInfo-bottom span.level3 {
    background: -webkit-linear-gradient(left,#ff7878 0%,#f05c5c 92.31%);
    background: linear-gradient(90deg,#ff7878 0%,#f05c5c 92.31%)
}

.vip-content-card .itemInfo-bottom span.level4 {
    background: -webkit-linear-gradient(left,#40c4ed 0%,#30b4e9 92.31%);
    background: linear-gradient(90deg,#40c4ed 0%,#30b4e9 92.31%)
}

.vip-content-card .itemInfo-bottom span.level5 {
    background: -webkit-linear-gradient(left,#d669fe 0%,#f951d6 92.31%);
    background: linear-gradient(90deg,#d669fe 0%,#f951d6 92.31%)
}

.vip-content-card .itemInfo-bottom span.level6 {
    background: -webkit-linear-gradient(left,#23c89d 0%,#17af87 92.31%);
    background: linear-gradient(90deg,#23c89d 0%,#17af87 92.31%)
}

.vip-content-card .itemInfo-bottom span.level7 {
    background: -webkit-linear-gradient(left,#67d145 0%,#27b770 92.31%);
    background: linear-gradient(90deg,#67d145 0%,#27b770 92.31%)
}

.vip-content-card .itemInfo-bottom span.level8 {
    background: -webkit-linear-gradient(left,#308fff 0%,#1277ea 92.31%);
    background: linear-gradient(90deg,#308fff 0%,#1277ea 92.31%)
}

.vip-content-card .itemInfo-bottom span.level9 {
    background: -webkit-linear-gradient(left,#b45aff 0%,#8945fa 92.31%);
    background: linear-gradient(90deg,#b45aff 0%,#8945fa 92.31%)
}

.vip-content-card .itemInfo-bottom span.level10 {
    background: -webkit-linear-gradient(left,#ff940a 0%,#eb7119 92.31%);
    background: linear-gradient(90deg,#ff940a 0%,#eb7119 92.31%)
}

.vip-content-card .itemInfo.level1 {
    background: url(../images/vip/1.png) no-repeat center,-webkit-linear-gradient(332.71deg,#a6b7d0 21.85%,#889ebe 67.02%);
    background: url(../images/vip/1.png) no-repeat center,linear-gradient(117.29deg,#a6b7d0 21.85%,#889ebe 67.02%);
    box-shadow: 0 .02667rem #7991b6,inset 0 .02667rem #bdcadc
}

.vip-content-card .itemInfo.level2 {
    background: url(../images/vip/2.png) no-repeat center,-webkit-linear-gradient(332.71deg,#f8bd83 21.85%,#e2984e 67.02%);
    background: url(../images/vip/2.png) no-repeat center,linear-gradient(117.29deg,#f8bd83 21.85%,#e2984e 67.02%);
    box-shadow: 0 .02667rem #d77d22,inset 0 .02667rem #fcca97
}

.vip-content-card .itemInfo.level3 {
    background: url(../images/vip/3.png) no-repeat center,-webkit-linear-gradient(332.71deg,#ffa493 21.85%,#ff7878 67.02%);
    background: url(../images/vip/3.png) no-repeat center,linear-gradient(117.29deg,#ffa493 21.85%,#ff7878 67.02%);
    box-shadow: 0 .02667rem #fc5a51,inset 0 .02667rem #ffaea0
}

.vip-content-card .itemInfo.level4 {
    background: url(../images/vip/4.png) no-repeat center,-webkit-linear-gradient(332.71deg,#78dbeb 21.85%,#48c7f0 67.02%);
    background: url(../images/vip/4.png) no-repeat center,linear-gradient(117.29deg,#78dbeb 21.85%,#48c7f0 67.02%);
    box-shadow: 0 .02667rem #25baea,inset 0 .02667rem #89eaff
}

.vip-content-card .itemInfo.level5 {
    background: url(../images/vip/5.png) no-repeat center,-webkit-linear-gradient(332.71deg,#df91fb 21.85%,#ef82d5 67.02%);
    background: url(../images/vip/5.png) no-repeat center,linear-gradient(117.29deg,#df91fb 21.85%,#ef82d5 67.02%);
    box-shadow: 0 .02667rem #da62bd,inset 0 .02667rem #fba4f7
}

.vip-content-card .itemInfo.level6 {
    background: url(../images/vip/6.png) no-repeat center,-webkit-linear-gradient(332.71deg,#61dca6 21.85%,#229b5f 67.02%);
    background: url(../images/vip/6.png) no-repeat center,linear-gradient(117.29deg,#61dca6 21.85%,#229b5f 67.02%);
    box-shadow: 0 .02667rem #10b087,inset 0 .02667rem #90ffce
}

.vip-content-card .itemInfo.level7 {
    background: url(../images/vip/7.png) no-repeat center,-webkit-linear-gradient(332.71deg,#57b733 21.85%,#229b5f 67.02%);
    background: url(../images/vip/7.png) no-repeat center,linear-gradient(117.29deg,#57b733 21.85%,#229b5f 67.02%);
    box-shadow: 0 .02667rem #1b8e56,inset 0 .02667rem #6dc950
}

.vip-content-card .itemInfo.level8 {
    background: url(../images/vip/8.png) no-repeat center,-webkit-linear-gradient(332.71deg,#54baf1 21.85%,#3d77e8 67.02%);
    background: url(../images/vip/8.png) no-repeat center,linear-gradient(117.29deg,#54baf1 21.85%,#3d77e8 67.02%);
    box-shadow: 0 .02667rem #2964d8,inset 0 .02667rem #7ed1ff
}

.vip-content-card .itemInfo.level9 {
    background: url(../images/vip/9.png) no-repeat center,-webkit-linear-gradient(332.71deg,#d084e2 21.85%,#8d49ff 67.02%);
    background: url(../images/vip/9.png) no-repeat center,linear-gradient(117.29deg,#d084e2 21.85%,#8d49ff 67.02%);
    box-shadow: 0 .02667rem #8238fa,inset 0 .02667rem #de7cf5;
}

.vip-content-card .itemInfo.level10 {
    background: url(../images/vip/10.png) no-repeat center,-webkit-linear-gradient(332.71deg,#eeaf3a 21.85%,#f98b3b 67.02%);
    background: url(../images/vip/10.png) no-repeat center,linear-gradient(117.29deg,#eeaf3a 21.85%,#f98b3b 67.02%);
    box-shadow: 0 .02667rem #ec6d0f,inset 0 .02667rem #ffc456;
}

.vip-content-card .swiper {
    width: 100%;
    height: 100%
}

.vip-content-card .van-progress.level1 {
    box-shadow: 0 .01333rem #b1c4e1,inset 0 .05333rem .05333rem #607596
}

.vip-content-card .van-progress.level2 {
    box-shadow: 0 .01333rem #ffc387,inset 0 .05333rem .05333rem #ad5913
}

.vip-content-card .van-progress.level3 {
    box-shadow: 0 .01333rem #ffada0,inset 0 .05333rem .05333rem #d62f36
}

.vip-content-card .van-progress.level4 {
    box-shadow: 0 .01333rem #7ee9fc,inset 0 .05333rem .05333rem #2e96d5
}

.vip-content-card .van-progress.level5 {
    box-shadow: 0 .01333rem #ffb4f5,inset 0 .05333rem .05333rem #d73db1
}

.vip-content-card .van-progress.level6 {
    box-shadow: 0 .01333rem #62ecbc,inset 0 .05333rem .05333rem #1a9575
}

.vip-content-card .van-progress.level7 {
    box-shadow: 0 .01333rem #4fc54d,inset 0 .05333rem .05333rem #117443
}

.vip-content-card .van-progress.level8 {
    box-shadow: 0 .01333rem #70a4ff,inset 0 .05333rem .05333rem #1b57c8
}

.vip-content-card.van-progress.level9 {
    box-shadow: 0 .01333rem #b27cff,inset 0 .05333rem .05333rem #7129ee
}

.vip-content-card .van-progress.level10 {
    box-shadow: 0 .01333rem #ffb64b,inset 0 .05333rem .05333rem #d7610b
}
