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

.drop-box, .visible-hidden {
    visibility: hidden;
}

*, body {
    padding: 0;
    margin: 0;
}

.bg-gray {
    background: #e8ebe9;
}

.navbar {
    margin-top: 30px;
}

.banner-wrapper, .common-banner {
    margin-top: 130px;
}

.banner-wrapper-pay {
    margin-top: 150px;
}

@media screen and (max-width:1199px) {
    .banner-text h1 {
        font-size: 2.5rem;
    }

    .why-box {
        min-height: 170px;
    }

    ul#tabs-nav li {
        width: 32.33%;
    }

    .testimonial-text {
        padding: 20px;
        min-height: 255px;
    }

        .testimonial-text .large-text {
            font-size: 14px;
        }

    .single-coutnerup .count-num {
        font-size: 2rem;
    }
}

@media screen and (max-width:768px) {
    .charges-box {
        margin-bottom: 20px !important;
    }
}

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

    .banner-text h1 {
        font-size: 2rem;
    }

    .sort-services ul li {
        width: 33.33%;
        flex: none;
        padding: .5rem 0;
    }

        .sort-services ul li:nth-child(3) {
            border-right: none;
        }

    .banner-text p {
        text-align: justify;
    }

    .tab-thumbnail img, .tab-thumbnail-hover img {
        width: 50px;
    }

    .tab-thumbnail, .tab-thumbnail-hover {
        margin-bottom: 15px;
    }

    #testimonial-slider {
        margin: 25px auto;
    }

    .testimonial-text {
        padding: 15px;
        text-align: center;
        min-height: auto;
    }

    .large-text {
        font-size: 14px;
    }

    #testimonial-slider .owl-dots, #testimonial-slider .owl-nav {
        bottom: -35px;
    }

    .become-franchise-input input {
        width: 75%;
    }

    .single-coutnerup {
        padding: 0;
    }

    .why-bombino {
        margin-top: 20px;
    }

    ul#tabs-nav li {
        padding: 8px 0;
    }

    #tabs-nav li a {
        font-size: 12px;
    }

    .heading-box h2 {
        font-size: 1.5rem;
    }

    .vision-box {
        min-height: inherit;
        padding: 15px 10px;
    }

    .product-bx {
        width: 150px;
        margin: auto .25rem;
    }

        .product-bx p {
            font-size: 11px;
        }

    .tab {
        height: inherit;
    }

        .tab button {
            padding: 10px;
        }

    .common-banner, .common-banner-text {
        height: 150px;
    }

        .common-banner:before {
            display: block;
        }
}

body {
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: Poppins,sans-serif;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    color: #171a20;
    font-size: 15px;
}

.top-contact a, .top-link a {
    margin: 5px;
    display: inline-block;
}

ul li, ul#tabs-nav {
    list-style: none;
}

#testimonial-slider .item, .btn1, .btn2, .item .offer-box, .news-box, .news-heading, .news-img, .news-text, .tabs {
    overflow: hidden;
}

#tabs-nav li a, a, a:hover {
    text-decoration: none;
}

#myBtn, .btn1, .btn2, .language-toggle .language, .tab button, .tracking-input i, ul#tabs-nav li {
    cursor: pointer;
}

html {
    scroll-behavior: smooth;
}

button:focus {
    outline: 0;
}

:root {
    --maroon:#bc2d1d;
    --gray:#6e7176;
    --blue:#073484
}

.btn2:hover, .ftr-links ul li a:hover, .maroon, .news-heading:hover a {
    color: var(--blue);
}

#testimonial-slider .owl-dots .owl-dot.active span, #testimonial-slider .owl-dots .owl-dot:hover span, .footer_bottom, .maroon-bg, .top-bar {
    background: var(--blue);
}

::placeholder {
    opacity: .7;
    font-size: 80%;
}

a, li, p, span, td {
    color: #414345;
    font-size: 13px;
}

.item .offer-box .offer-content .gst-text small, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

.btn:focus, .form-control:focus, button:focus {
    box-shadow: none;
}

.form-control:focus {
    outline-color: #000;
    border-color: #000;
}

.main-title {
    font-weight: 700;
}

.topbar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-contact a {
    font-size: 17px;
    color: rgba(255,255,255,.9);
}

.nav-item .nav-link:hover, .top-link a {
    color: #363636;
}

.language-toggle .language img, .top-contact a img {
    width: 16px;
}

.common-banner-text, .top-link {
    display: flex;
    align-items: center;
}

    .top-link a {
        font-size: 15px;
        background: #fff;
        border-radius: 10px;
        padding: 1px 6px;
    }

        #tabs-nav li a, .top-link a:hover {
            color: #000;
        }

.language-toggle {
    position: relative;
    margin-left: 10px;
}

    #myBtn:hover i, .btn1:hover, .get-quote label, .get-quote-btn:hover, .language-toggle .language span, .need-help h5, .need-help p {
        color: #fff;
    }

.language-list {
    display: none;
    background: #fff;
    position: absolute;
    top: 117%;
    right: 0;
    min-width: 80px;
    border-radius: 3px 0 3px 3px;
    padding: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    z-index: 9999;
}

.nav-item, header {
    position: relative;
}

#tabs-nav li a:hover .tab-thumbnail-hover, .language-list.active {
    display: block;
}

.language-list:before {
    content: "";
    position: absolute;
    top: -12px;
    right: 0;
    background: 0 0;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
}

.btn1::before, .btn2::before, .nav-item:before {
    width: 0;
    top: 0;
    right: 0;
    content: "";
    position: absolute;
}

.btn1, .btn2, .btn2::before, .drop-box, .navbar {
    background: #fff;
}

.ftr-social ul, .item .offer-box .offer-content .offer-table table, .language-list ul, .language-list ul li:last-child, .office-address ul, .quick-rates-service-box ul {
    margin-bottom: 0;
}

    .language-list ul li {
        display: block;
        font-size: 13px;
        margin-bottom: .5rem;
        font-weight: 500;
        cursor: pointer;
    }

        .language-list ul li img {
            width: 16px;
            margin-right: 6px;
        }

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

.nav-item .nav-link {
    font-size: 17px;
    letter-spacing: .3px;
}

.nav-item {
    margin: 0 .25rem;
}

    .nav-item:before {
        height: 2px;
        background: #363636;
        transition: .3s;
    }

    .nav-item:hover:before {
        width: 100%;
        left: 0;
    }

.drop-box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 180px;
    height: auto;
    border-radius: 0 0 .25rem .25rem;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    z-index: 9;
    opacity: 0;
    display: none;
    border-bottom: 4px solid var(--blue);
    transform: translateY(50px);
    transition: .3s;
}

    .drop-box a {
        font-size: 14px;
        display: block;
        padding: .5rem;
        transition: .3s;
        border-bottom: .5px solid var(--blue);
        color: #000;
    }

        .drop-box a:last-child {
            border-bottom: none;
        }

        .drop-box a:hover {
            padding-left: .75rem;
            color: var(--blue);
        }

.nav-item:hover > .drop-box {
    opacity: 1;
    visibility: visible;
    display: block;
    top: 100%;
    transform: translateY(0);
}

.drop-tracking input {
    border: 1px solid var(--blue);
    height: 40px;
    margin-bottom: .75rem;
    padding: 0 .25rem;
}

.btn1, .btn2 {
    font-size: 15px;
    border: 2px solid var(--blue);
    z-index: 1;
    display: inline-block;
    transition: .5s ease-in-out;
    padding: .5rem 1.5rem;
    position: relative;
    border-radius: 3px;
    width: max-content;
    color: var(--blue);
}

#myBtn, .whatsapp {
    bottom: 20px;
    z-index: 2;
    text-align: center;
}

.btn1::before, .btn2::before {
    height: 100%;
    background: var(--blue);
    z-index: -1;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.btn1:hover::before, .btn2:hover::before {
    color: #fff;
    width: 100%;
    left: 0;
    -webkit-transition: .65s;
    -moz-transition: .65s;
    -o-transition: .65s;
    transition: .65s;
}

.btn2 {
    background: var(--blue);
    color: #fff;
}

.banner-text h1 {
    font-weight: 800;
    font-size: 2.1rem;
}

#testimonial-slider .item, .banner-img img, .news-box, .news-img, .tabs, .testimonial-img img, ul#tabs-nav li {
    border-radius: 5px;
}

.tracking-input {
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-radius: 50px;
    position: relative;
    margin-top: 20px;
}

    .tracking-input input {
        height: 56px;
        border-radius:10px;
    }

    .tracking-input i {
        position: absolute;
        top: 4px;
        right: 5px;
        font-size: 20px;
        height: 48px;
        width: 48px;
        background: var(--gray);
        line-height: 49px;
        text-align: center;
        border-radius: 50%;
        color: #fff;
    }

.common-banner img, .common-banner:before, .our-passion:before {
    top: 0;
    left: 0;
    position: absolute;
}

.nav li li li.current-page, ul.breadcrumb {
    background: 0 0;
}

.sort-services ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

    .sort-services ul li {
        text-align: center;
        background: linear-gradient(to top,#9a2518 30%,#c7301f 100%);
        flex: 1;
        border-right: 1px dashed #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem .5rem;
    }

        .sort-services ul li:last-child {
            border-right: none;
        }

        .sort-services ul li a {
            display: block;
            text-align: center;
        }

            .sort-services ul li a span {
                font-size: 18px;
                font-weight: 600;
                color: #fff;
                display: block;
                margin-bottom: 10px;
            }

            .sort-services ul li a img, .why-icon img {
                width: 64px;
            }

#offer-slider .item {
    margin: 0 8px;
}

.item .offer-box {
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 15px 10px 0 rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    transition: .3s;
}

    .item .offer-box:hover {
        box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
    }

    .item .offer-box .offer-img {
        width: 100%;
        height: 340px;
        overflow: hidden;
    }

        .item .offer-box .offer-img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            display: block;
        }

    .item .offer-box .offer-content .shipping-country {
        text-align: center;
        font-weight: 600;
        padding: 5px;
    }

    .item .offer-box .offer-content .offer-table {
        padding: 0 3px;
    }

        .item .offer-box .offer-content .offer-table td {
            font-size: 14px;
            font-weight: 500;
            text-align: center;
        }

    .item .offer-box .offer-content .gst-text {
        border-top: 1px solid rgba(0,0,0,.1);
        padding-left: 8px;
        text-align: center;
    }

    .item .offer-box .offer-content .quick-rates {
        text-align: center;
        border-top: 1px solid rgba(0,0,0,.1);
        padding: 10px;
    }

.quick-rates .btn2 {
    font-size: 12px;
    padding: 4px 15px;
}

.get-quote .container {
    background: linear-gradient(to right,#3f4346 0,#75787d 100%);
    border-radius: 5px;
}

.get-quote-btn {
    color: #fff;
    display: inline-block;
    background: var(--blue);
    border-radius: 5px;
    padding: 6px 15px;
    border: 2px solid var(--blue);
}

.about-wrapper, .happy_customer, .industry-wrapper, .news-wrapper, .our-history, .testimonial, .why-bombino, .Courier-Services, .Contact-Courier-Services {
    margin-top: 50px;
}

.about-img img:hover, .history-img img:hover, .product-bx:hover .img-bx img, .tab-content:hover img, .why-icon img:hover {
    filter: grayscale(0);
}

.become-franchise {
    margin-top: 150px;
    background: linear-gradient(to top, #073484 30%, #034c9b 100%);
}

.home-contact {
    margin-top: -100px;
    border: 1px solid var(--blue);
}

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

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

    .plus, .single-coutnerup .count-num {
        font-size: 2.5rem;
        font-weight: 800;
        color: #171a20;
    }

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

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

.why-box {
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    min-height: 150px;
    transition: .3s;
}

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

.why-icon {
    margin-right: 10px;
}

.why-text p {
    font-size: 14px;
    margin-bottom: 0;
}

#testimonial-slider {
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    border-radius: 5px;
    background: #fff;
}

.testimonial-text {
    display: flex;
    flex-direction: column;
    padding: 50px;
}

.large-text {
    font-size: 18px;
    font-style: italic;
}

.client_author {
    font-weight: 600;
    font-size: 15px;
}

#testimonial-slider .owl-dots, #testimonial-slider .owl-nav {
    position: absolute;
    bottom: 0;
    left: 50px;
}

#myBtn {
    position: fixed;
    right: 35px;
    height: 40px;
    width: 40px;
    background-color: #000;
    line-height: 45px;
    border-radius: 5px;
    display: none;
    bottom: 95px;
}

    #myBtn:hover {
        background-color: var(--blue);
    }

    #myBtn i {
        color: #fff;
        font-size: 1.25rem;
        transform: rotate(270deg);
    }

.whatsapp {
    display: inline-block;
    position: fixed;
    left: 20px;
    background: #32cd32;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff !important;
    line-height: 63px;
    animation: 1.5s ease-in-out infinite ripple-out;
}

    .whatsapp i {
        font-size: 2rem;
    }

.sticky-track {
    position: fixed;
    top: 450px;
    right: 0;
    width: 35px;
    background: #bc2d1d;
    z-index: 99;
    border-radius: 5px 0 0 5px;
    animation: 1.5s ease-in-out infinite ripple-out;
}

.blog-dtl-bx, .tab, .tab-content, .tabs {
    background-color: #fff;
}

@keyframes ripple-out {
    0% {
        box-shadow: 0 0 0 0 rgb(188 45 29 / 50%);
    }

    100% {
        box-shadow: 0 0 0 20px rgb(188 45 29 / 0%);
    }
}

.sticky-track.left {
    left: 0;
    border-radius: 0 5px 5px 0;
}

footer {
    background: #fff;
    padding-top: 1rem;
}

.blog-hdng, .blog-para, .category, .ftr-links, .ftr-social {
    margin-bottom: 1rem;
}

    .ftr-links ul {
        margin-left: 18px;
    }

        .ftr-links ul li {
            list-style: square;
            color: #171a20;
        }

            .ftr-links ul li a {
                font-size: .9rem;
                transition: .3s;
                font-weight: 300;
            }

    .ftr-social ul li {
        display: inline-block;
        margin-right: 5px;
    }

        .ftr-social ul li a {
            display: block;
            width: 30px;
            height: 30px;
            color: #494f55;
            text-align: center;
            line-height: 28px;
            border: 1px solid #494f55;
            border-radius: .15rem;
            transition: .3s;
            font-size: 14px;
        }

            .ftr-social ul li a:hover {
                background: 0 0;
                border: 1px solid var(--blue);
                color: var(--blue);
                border-radius: 50%;
            }

.copyroght, .designed_by {
    padding: 10px 0;
}

    .copyroght p, .designed_by p, .designed_by p a {
        margin-bottom: 0;
        font-size: .9rem;
        color: rgb(255 255 255);
    }

        .designed_by p, .designed_by p a {
            color: rgba(255,255,255,.3);
        }

.download-app a img {
    border-radius: 10px;
    margin-bottom: 10px;
    border: 2px solid;
}

.ftr-contact ul li {
    font-size: .9rem;
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
    font-weight: 300;
}

    .ftr-contact ul li i {
        color: #171a20;
        margin-right: 5px;
        width: 15px;
        flex: none;
    }

.tabs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
}

ul#tabs-nav {
    margin: 0;
    padding: 5px;
    overflow: auto;
    width: 60%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#tabs-content {
    width: 40%;
}

ul#tabs-nav li {
    font-weight: 700;
    margin-right: 2px;
    padding: 8px 10px;
    display: block;
    width: 33%;
    text-align: center;
}

.tab-thumbnail {
    margin-bottom: 10px;
}

.tab-thumbnail-hover {
    display: none;
    margin-bottom: 10px;
}

#tabs-nav li a:hover .tab-thumbnail {
    display: none;
}

.news-box {
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}

    .news-box:hover .news-img img {
        transform: scale(1.04);
        opacity: .8;
    }

.news-img {
    height: 200px;
    margin-bottom: 15px;
}

.common-banner, .common-banner-text {
    height: 220px;
    position: relative;
    z-index: 1;
}

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

.box-text, .hover-box img {
    transition: 1s ease-in-out;
}

.news-date {
    font-size: 12px;
    color: var(--gray);
    margin-bottom: 10px;
}

.news-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    max-height: 27px;
}

.news-text {
    font-size: 14px;
    max-height: 63px;
}

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

.comment-bx {
    color: var(--blue);
    font-weight: 500;
    margin-top: .5rem;
}

    .box-text a, .comment-bx a {
        color: inherit;
    }

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

@media screen and (max-width:1199px) {
    .banner-text h1 {
        font-size: 2.5rem;
    }

    .why-box {
        min-height: 170px;
    }

    ul#tabs-nav li {
        width: 32.33%;
    }

    .testimonial-text {
        padding: 20px;
        min-height: 255px;
    }

        .testimonial-text .large-text {
            font-size: 14px;
        }

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

.common-banner {
    width: 100%;
    background: url("../images/common-banner.webp") center/cover;
}

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

    .common-banner:before {
        display: none;
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(to right,#000000f7,#6e717600);
        z-index: 1;
    }

ul.breadcrumb {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
}

    ul.breadcrumb li {
        display: inline;
        font-size: 14px;
        color: #fff;
    }

        ul.breadcrumb li + li:before {
            padding: 8px;
            color: #fff;
            content: "/\00a0";
        }

        ul.breadcrumb li a, ul.breadcrumb li a:hover {
            color: #fff;
            text-decoration: none;
        }

.vision-box {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    min-height: 240px;
    margin-top: 80px;
}

.vision-img {
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    width: 110px;
    height: 110px;
    margin: -60px auto 25px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .vision-img img {
        width: 90px;
    }

.our-passion {
    background: #000;
    position: relative;
    margin-top: 50px;
    padding-bottom: 40px;
}

    .our-passion:before {
        content: "";
        width: 43%;
        height: 100%;
        background: #fff;
    }

.history-img img {
    border-radius: 7px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.history-text {
    position: relative;
    overflow: visible;
}

    .history-text:before {
        content: "";
        position: absolute;
        top: -50px;
        right: -120px;
        width: 400px;
        height: 60px;
        background: url(../images/bombino-plane.webp) center/cover;
        opacity: .2;
        filter: grayscale(1);
        display: none;
    }

.animation-section {
    margin-top: 5rem;
}

.hover-box {
    position: relative;
    z-index: 1;
    margin-bottom: 6rem;
}

    .hover-box:hover img {
        filter: grayscale(0);
        transform: translate(10px,10px);
    }

    .hover-box:hover .box-text {
        bottom: -5rem;
        transform: rotate(360deg);
    }

.img-shadow {
    position: absolute;
    width: 100%;
    height: calc(100% - .5rem);
    top: -.5rem;
    left: -.5rem;
    background: url("../images/line.webp");
    z-index: -1;
}

.box-text {
    margin: .5rem auto;
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    width: fit-content;
    bottom: -3rem;
    transform: rotate(355deg);
    border: 3px solid var(--gray);
    padding: 5px;
    color: var(--gray);
}

ul.quality-list {
    margin-left: 20px;
    margin-bottom: 0;
}

    ul.quality-list li {
        margin-bottom: .5rem;
        list-style-type: disclosure-open;
    }

        ul.quality-list li:hover {
            list-style-type: disclosure-closed;
        }

        ul.quality-list li::marker {
            color: var(--blue);
        }

.tab {
    float: left;
    border: 1px solid #ccc;
    width: 25%;
    border-right: none;
}

    .tab button {
        display: block;
        background-color: inherit;
        color: #000;
        padding: 15px;
        width: 100%;
        border: none;
        outline: 0;
        text-align: left;
        transition: .3s;
        font-size: 17px;
    }

        .tab button:hover {
            background-color: #ddd;
        }

        .tab button.active {
            background: linear-gradient(to top,#9a2518 30%,#c7301f 100%);
            color: #fff;
        }

.tabcontent {
    float: left;
    padding: 15px 10px 0;
    border: 1px solid #ccc;
    width: 75%;
    min-height: 300px;
}

.office-address {
    border: 1px solid rgba(0,0,0,.1);
    padding: 10px 5px 5px 10px;
    background: #fff;
    border-radius: 5px;
    min-height: 195px;
    margin-bottom: 20px;
}

    .office-address ul li {
        display: flex;
        align-items: baseline;
        margin-bottom: .5rem;
    }

        .office-address ul li i {
            width: 15px;
            display: inline-block;
            flex: none;
            color: var(--blue);
            margin-right: 10px;
            text-align: center;
        }

.product-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-bx {
    text-align: center;
    width: 180px;
    transition: .3s;
    transform: translateY(0);
    background: #fff;
    border-radius: 5px;
    margin: auto .5rem;
    box-shadow: 0 0 .5rem rgba(0,0,0,.1);
}

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

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

.img-bx {
    border-radius: 5px;
    width: 90px;
    height: 90px;
    margin: 1rem auto;
    line-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
}

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

ul.payment-terms li {
    list-style-type: square;
    margin-bottom: .5rem;
}

@media screen and (max-width:1200px) {
    .history-text:before {
        right: -45px;
    }
}

@media screen and (max-width:991px) {
    .nav-item, .nav-item .nav-link {
        display: inline-block;
        width: max-content;
        font-size: 14px;
    }

    .about-img {
        margin-bottom: 50px;
        text-align: center;
    }

    .history-text:before, .our-passion:before, .testimonial-img {
        display: none;
    }

    #testimonial-slider .owl-dots, #testimonial-slider .owl-nav {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .sort-services ul li a span {
        font-size: 12px;
    }

    #tabs-nav li a span {
        font-size: 11px;
    }

    .vision-box {
        padding: 8px;
    }

    .vision-text {
        font-size: 14px;
    }

    .our-passion {
        background: #fff;
    }

    .tab {
        border-right: 1px solid #ccc;
        border-bottom: none;
    }

    .tab, .tabcontent {
        width: 100%;
    }

    .become-franchise {
        margin-top: 30px;
    }

    .home-contact {
        margin-top: inherit;
    }
}

@media screen and (max-width:767px) {
    .topbar-content {
        justify-content: center;
    }

    .top-contact {
        display: none;
    }

    .sort-services ul li {
        align-items: flex-end;
    }

        .sort-services ul li a span {
            font-size: 12px;
        }

        .sort-services ul li a img {
            width: 40px;
        }

    #tabs-content, ul#tabs-nav {
        width: 100%;
    }

    .become-franchise-input .input-group {
        justify-content: flex-start;
    }

    .become-franchise-input input {
        width: 84%;
    }

    .offer-wrapper {
        margin-top: 30px;
    }

    .office-address {
        min-height: inherit;
    }

    .value-item {
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }

        .value-item .quality-list:first-child {
            margin-right: 0px !important;
        }
}

@media screen and (max-width:575px) {
    .banner-text h1 {
        font-size: 2rem;
    }

    .sort-services ul li {
        width: 33.33%;
        flex: none;
        padding: .5rem 0;
    }

        .sort-services ul li:nth-child(3) {
            border-right: none;
        }

    .banner-text p {
        text-align: justify;
    }

    .tab-thumbnail img, .tab-thumbnail-hover img {
        width: 50px;
    }

    .tab-thumbnail, .tab-thumbnail-hover {
        margin-bottom: 15px;
    }

    #testimonial-slider {
        margin: 25px auto;
    }

    .testimonial-text {
        padding: 15px;
        text-align: center;
        min-height: auto;
    }

    .large-text {
        font-size: 14px;
    }

    #testimonial-slider .owl-dots, #testimonial-slider .owl-nav {
        bottom: -35px;
    }

    .become-franchise-input input {
        width: 75%;
    }

    .single-coutnerup {
        padding: 0;
    }

    .why-bombino {
        margin-top: 20px;
    }

    ul#tabs-nav li {
        padding: 8px 0;
    }

    #tabs-nav li a {
        font-size: 12px;
    }

    .heading-box h2 {
        font-size: 1.5rem;
    }

    .vision-box {
        min-height: inherit;
        padding: 15px 10px;
    }

    .product-bx {
        width: 150px;
        margin: auto .25rem;
    }

        .product-bx p {
            font-size: 11px;
        }

    .tab {
        height: inherit;
    }

        .tab button {
            padding: 10px;
        }

    .common-banner, .common-banner-text {
        height: 150px;
    }

        .common-banner:before {
            display: block;
        }
}

.Pager1 .page, .Pager1 span, .Pager2 .page {
    padding: 6px 9px;
    color: #fff;
    text-decoration: none;
}

.blog-dtl-bx {
    margin-top: 20px;
    padding-bottom: 1rem;
}

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

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

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

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

.category {
    font-weight: 500;
    color: var(--red);
}

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

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

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

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

.user-comment {
    display: flex;
    align-items: flex-start;
    background: #fff;
    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 p {
    font-size: 14px;
    margin-bottom: .5rem;
}

.common-form {
    box-shadow: 2px 4px 9px rgb(0 0 0);
    background-image: linear-gradient(177deg, #ffffff 0%, #ffffff 46%, #ffffff 100%);
    border-radius: 10px;
    background-color: #ffffffa1 !important;
}

.Pager1 .page {
    background: #ef0508;
    margin: 5px 2px;
    border-radius: 4px;
}

.Pager1 {
    border: 1px solid #fff !important;
    font-weight: 600;
}

    .Pager1 span {
        background: #343434;
        margin: 5px 2px;
        border-radius: 4px;
    }

.Pager2 .page {
    background: #993529;
    margin: 5px 2px;
}

.Pager2 span {
    margin: 5px 2px;
    padding: 10px;
}

.nav li.current-page {
    background: rgba(255,255,255,.05);
}

.btn2:hover {
    color: #fff !important;
}

.ui-tooltip-content {
    color: #f0f8ff;
}

.quick-rates-data {
    max-height: 460px;
    min-height: 460px;
    overflow: auto;
}

.quick-rates-service-box {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

    .quick-rates-service-box ul li {
        display: flex;
        padding: 15px;
        align-items: flex-start;
    }

        .quick-rates-service-box ul li:last-child {
            border: none;
        }

        .quick-rates-service-box ul li img {
            flex: none;
            margin-right: 15px;
        }

        .quick-rates-service-box ul li div p {
            font-size: 1.25rem;
            color: var(--blue);
            font-weight: 300;
            margin-bottom: 0;
        }

            .quick-rates-service-box ul li div p span {
                font-size: 1rem;
                font-weight: 600;
            }

@media screen and (max-width:991px) {
    .quick-rates-service-box {
        flex-wrap: wrap;
    }
}

#vonageClick2callme {
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 11;
}

.testimonial-text {
    overflow-y: auto;
    white-space: pre-wrap;
    height: 350px;
}

.z-index-2 {
    z-index: 2;
}

h1 {
    font-size: 2rem;
}

/*FAQ CSS*/

.ser-faq {
    margin-top: 50px;
}

    .ser-faq .card {
        margin-bottom: 15px;
        border: 1px solid #f5f5f5;
        border-radius: 0px;
    }

    .ser-faq .card-header {
        background-color: #f5f5f5;
        border: 0px;
    }

        .ser-faq .card-header h5 button {
            color: #000;
            font-size: 18px;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            padding: 0px;
        }

            .ser-faq .card-header h5 button:hover {
                text-decoration: none;
            }

            .ser-faq .card-header h5 button:focus {
                box-shadow: none;
                text-decoration: none;
            }
/*FAQ CSS END */


/*custom-page ul css*/

.customs-clearance-process-list {
    padding-left: 35px;
}

    .customs-clearance-process-list li {
        list-style: auto;
    }

.customs-clearance-include-list {
    padding-left: 35px;
}

    .customs-clearance-include-list li {
        list-style: disc;
    }


.Contact-Courier {
    height: 200px;
    width: 300px;
    padding: 15px;
}

.bg-theme-color {
    background: #bc2d1d;
}


.loader-box {   
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s color, 0.3s border, 0.3s opacity, 0.3s -webkit-transform;
    transition: 0.3s color, 0.3s border, 0.3s opacity, 0.3s -webkit-transform;
    transition: 0.3s color, 0.3s border, 0.3s transform, 0.3s opacity;
    transition: 0.3s color, 0.3s border, 0.3s transform, 0.3s opacity, 0.3s -webkit-transform;
}

    .loader-box .loader-3 {
        border: 0.3em solid #bb0000;
        border-bottom-color: transparent;
        border-radius: 50%;
        -webkit-animation: 1s loader-03 linear infinite;
        animation: 1s loader-03 linear infinite;
        position: relative;
    }

    .loader-box [class*="loader-"] {
        display: inline-block;
        width: 50px;
        height: 50px;
        color: inherit;
        vertical-align: middle;
    }

@keyframes loader-03 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*ship  from india stop usa css start*/
.country-flags-wrapper {
    margin: 152px 0px 20px 0px;
}

ul.country-flags {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    overflow-x: auto;
}

    ul.country-flags li a {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 10px;
        border-left: 0px;
    }

.flag-img {
    width: 35px;
    height: 35px;
    overflow: hidden;
    margin-right: 1rem;
}

    .flag-img img {
        width: 35px;
    }

.country-name {
    font-weight: 600;
    margin-bottom: 0px;
    margin-right: 10px;
}

.background_mumbai_page{
    position: relative;
    background-color: #000;
    background :url(https://www.bombinoexp.com//img/Bombino_Express.jpg) no-repeat center center;
    background-size: cover;
}

    .easy-express-content p {
        font-size: 18px;
        font-weight: 600;
      
    }

.easy-express-title {
    display: flex;
    align-items: flex-start;
}

    .easy-express-title img {
        /* width: 100px; */
        margin-right: 10px;
        height: 90px;
    }

    .easy-express-title h2 {
        font-size: 1.75rem;
        margin-bottom: 0px;
    }

.text-large {
    font-size: 1.08rem;
}

.anchor {
    color: dodgerblue;
}

.why-box-new {
    display: flex;
}

.why-icon-new {
    margin-right: 10px;
}

    .why-icon-new img {
        width: 50px;
    }

.why-text-new {
}

    .why-text-new h5 {
    }

.mt-20{
    margin-top: 20px;
}

    .charges-table ul li {
        list-style: inside;
    }

.how-to-ship {
    background: #fff3f3;
}

.how-to {
    background: #073484e6;
    border-radius: 10px;
    padding: 20px 10px;
    text-align: center;
    height: 174px;
    line-height: 1.9;
}

.step {
    color: var(--blue);
    font-weight: 500;
}

.how-to p {
    margin-bottom: 0px;
    color: #fff;
}

.metro-cities-shipping {
    background: #fff3f3;
}

.shipping-cities {
    display: flex;
    align-items: center;
}

    .shipping-cities i {
        color: var(--blue);
        margin-right: 10px;
    }

    .shipping-cities p {
        margin-bottom: 0px;
    }

ul.quality-list-1 {
}

    ul.quality-list-1 li {
        margin-bottom: .75rem;
        font-weight: 500;
    }

        ul.quality-list-1 li img {
            width: 20px;
            margin-right: 10px;
        }

@media screen and (max-width:991px) {
    .text-large {
        /* font-size: 1.1rem; */
    }
}

@media screen and (max-width:575px) {
    .easy-express-title {
        align-items: flex-start;
    }

        .easy-express-title img {
            /* width: 50px; */
            height: 50px;
        }

        .easy-express-title h2 {
            font-size: 1.1rem;
        }

    .easy-express-content p {
        font-size: 16px;
        text-align: justify;
    }
}
/*ship  from india stop usa css start*/
.QuictRate-Img {
    max-width: 94%;
}

.bg-light-pink {
    background: #bc2d1d21;
}

.value-item {
    display: flex;
    justify-content: center;
}

    .value-item .quality-list:first-child {
        margin-right: 50px;
    }

.charges-box {
    border: 1px solid black;
    height: 200px;
    background: linear-gradient(to top,#9a2518 30%,#c7301f 100%);
    border-radius: 10px;
}

    .charges-box p {
        font-size: 18px;
    }

@media screen and (max-width:575px) {
    .charges-box {
        margin-bottom: 20px !important;
    }

        .charges-box p {
            font-size: 16px;
        }

        .charges-box .btn1 {
            padding: 0.3rem 1rem;
        }
}


.top-link .offer-btn {
    background: #ffea00;
    border-radius: 50px;
}

.warpper {
    display: flex;
    flex-direction: column;
    gap: 18px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    padding: 10px;
    border-radius: 10px;
}

.radio {
    display: none;
}

.table-navs .tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.table-navs .tab {
    min-width: 105px !important;
    text-align: center;
    cursor: pointer;
    padding: 10px 20px;
    margin: 0px 2px;
    background: #bc2c25;
    display: inline-block;
    color: #fff;
    box-shadow: none;
    border-radius: 7px;
    border-bottom: 2px solid #000;
    width: auto;
}

.btm-line {
    width: 90px;
    height: 3px;
}
.gray-bg {
    background: #be2c1e;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.diya-list li {
    display: flex;
    align-items: baseline;
}

.list-unstyled li {
    margin-bottom: 10px;
}

.offer-bg-diwali {
    background: url(../images/diwali-strip.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* .panel {
    display: none;
    animation: fadein .8s;
} */
.tab button {
    display: block;
    background-color: inherit;
    color: #000;
    padding: 15px;
    width: 100%;
    border: none;
    outline: 0;
    text-align: left;
    transition: 0.3s;
    font-size: 17px;
}

.tab {
    float: left;
    border: 1px solid #ccc;
    width: 25%;
    border-right: none;
}

.tab button.active {
    background: linear-gradient(to top, #9a2518 30%, #c7301f 100%);
    color: #fff;
}

.form-control-date {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control-date:focus {
    outline-color: #000;
    border-color: #000;
}

.form-control-date:focus-visible {
    outline-color: #000;
    border-color: #000;
}

#deliver{
 color:#ffffff;
 font-size: xx-large;
 font-weight: bold;
 font-family: 'Times New Roman', Times, serif;
}

#deliver1{
    font-weight: bold;
    color:#ffffff;
    font-size:xx-large;
    font-family: 'Times New Roman', Times, serif;
}

#chose-btn{
    color: white;
    background-color: #bc2d1d;
    border: hidden;
    width: 150px;
    font-size: medium;
    border-radius: 8px;
    height: 50px;
}

#chose-btn1{
    color: white;
    background-color: #000000;
    border: hidden;
    width: 150px;
    font-size: medium;
    border-radius: 8px;
    height: 50px;
}
.common-form_i {
    box-shadow: 3px 4px 54px rgb(197 197 197);
    background-image: linear-gradient(177deg, #ffffff 0%, #ffffff 46%, #ffffff 100%);
    border-radius: 10px;
}

#hed1{
    line-height: 35px; 
    font-family: 'Times New Roman', Times, serif;
    color:white;
    font-size:20px !important;
}
#easy-express-outer1 {
    background-color: #d3d3d3;
    padding: 10px 0px 0px 160px;
}

#chose-btn3{
    color: white;
    background-color: #bc2d1d;
    border: hidden;
    width: 150px;
    font-size: medium;
    border-radius: 8px;
    height: 50px;
}

.btnsaveForm , .reset_btn {
    padding: 0.2rem 1.2rem !important;
}


