::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #F95C19;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #F95C19;
}

.tracking-list {
    margin-bottom: 25px
}

.tracking-list ul {
    background: #fff;
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    list-style-type: none;
}

.tracking-list ul::before {
    content: "";
    position: absolute;
    left: 44px;
    top: 40px;
    height: 2px;
    width: 85%;
    border-top: 4px solid #ddd;
    right: 0;
    margin: 0 auto;
    z-index: -2;
    display: none;
}

.tracking-list ul .tracking-list-icon {
    height: 70px;
    width: 70px;
    text-align: center;
    border: 2px solid #918c97;
    line-height: 60px;
    border-radius: 50%;
    background: #f2f3f7;
    font-size: 22px;
    color: #918c97;
    margin: 0 auto 25px;
    position: relative;
    z-index: 9;
}

.tracking-list ul .tracking-list-content p {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #514959;
    line-height: 1;
    margin-bottom: 0;
}

.tracking-list ul li.active-step .tracking-list-icon {
    color: #fff;
    border-color: #F95C19
}

.tracking-list ul li.active-step .tracking-list-content p {
    color: #F95C19;
    text-align: center
}


.tracking-list ul.tracker-step::after {
    content: "";
    position: absolute;
    left: 44px;
    top: 40px;
    height: 2px;
    width: 16%;
    border-top: 4px solid #F95C19;
    z-index: -1;
    margin: 0 auto;
    display: none;
}

.tracking-list ul.step-one::after {
    width: 14%
}

.tracking-list ul.step-two::after {
    width: 34%
}

.tracking-list ul.step-three::after {
    width: 56%
}

.tracking-list ul.step-four::after {
    width: 77%
}

.tracking-list ul.step-five::after {
    width: 90%
}

.color-gold {
    font-weight: 600;
    color: #F95C19 !important;
    font-size: 18px;
    margin-bottom: 16px;
}

.card-header h5, .color-blue, .p-catg ul li a, .ship-table th, .tracker-accordion .card-header h5 a.collapsed {
    color: #122f57;
    font-size: 14px;
}

.ship-table td {
    font-size: 14px;
}

.fixed a, .tbl-list-one ul li:nth-child(odd) {
    background-color: transparent
}

.tbl-list-one ul li {
    justify-content: flex-start;
    padding: 10px 0
}

.tbl-list-one ul li::before {
    content: "\00b7";
    font-size: 36px;
    line-height: 13px;
    color: #F95C19;
    border-radius: 50%;
    border: 1px solid #F95C19;
    width: 14px;
    height: 14px;
    position: absolute;
    background-color: #fff;
    left: 34.2%;
    top: 50%;
    transform: translateY(-50%);
    font-family: arial;
}

.tbl-list-one ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 90%;
    height: 1px;
    border-top: 1px solid #ccc
}

.tbl-list-one ul::before {
    content: "";
    position: absolute;
    left: 35%;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #F95C19
}

.table-col {
    width: 50%;
    padding: 0 5px
}

.col-row-one, .col-row-two {
    width: 30%;
    transform: translateY(-50%);
    text-align: right;
    font-weight: 700;
    color: #122f57;
    position: absolute;
    left: 0
}

.col-row-one {
    order: 1;
    top: 40%
}

.col-row-two {
    order: 3;
    top: 60%
}

.col-row-three {
    order: 2;
    width: 60%;
    margin-left: auto
}

.col-row-five {
    order: 4;
    width: 60%;
    margin-top: 5px;
    margin-left: auto
}

.col-row-three::before {
    content: "Place: ";
    font-weight: 700;
    color: #122f57
}

.col-row-five::before {
    content: "Status: ";
    font-weight: 700;
    color: #122f57
}

.blockquote-footer::before, .blog-details-tag a:last-child::before, .col-row-four, .header-contact ul li:last-child::before, .hides, .logo-none, .main-menu ul li .submenu li .submenu::before, .main-menu ul li .submenu li::before, .mob-img-vmv, .pricing-btn .btn::before, .s-logo-none, .s-single-blog-post .blog-meta ul li:first-child::before, .ship-one::after, .sticky-menu .logo-sticky-none, .sticky-menu.third-main-header::before, .t-single-cat::before, .table-list ul li.table-list-header, blockquote.classic-blockquote-post::before {
    display: none
}

.col-row-five::before, .fact-content h6 {}

.add a i, .col-row-two {
    margin-top: 6px
}

.table-list {
    overflow-y: auto;
    font-size: 14px
}

.cnctimg {
    text-align: center;
}

.cnctimg img {
    max-width: 100%;
}

.table-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.table-list ul li {
    flex-direction: column;
    position: relative;
    justify-content: space-between
}

.aerex, .btn, .control-thumb, .header-social, .inner-addon, .int-services-img, .main-menu ul li, .s-btn, .single-control-wrap, .table-list ul, .theme-overlay, .third-header-form form, [data-title] {
    position: relative
}

@media only screen and (max-width: 991px) {
    .tracking-list ul .tracking-list-content p {
        font-size: 14px;
        max-width: 220px;

    }
}

@media only screen and (max-width: 767px) {
    .tracking-list ul {
        margin: 0;
    }

    .tracking-list ul .tracking-list-content p {
        font-size: 12px;
        min-height: 32px;
    }

    .tracking-list ul .tracking-list-content p {
        font-size: 12px;
        min-height: 69px;
        min-width: 50px;
        padding: 0px 5px;
        white-space: pre-wrap;
        line-height: normal;
        word-wrap: break-word;
        max-width: 80px;

    }
}

@media only screen and (max-width: 450px) {
    .tracking-list ul .tracking-list-icon img {
        max-width: 20px;
    }

    .tracking-list ul .tracking-list-icon {
        height: 45px;
        width: 45px;
        line-height: 35px;
    }

    .tracking-list ul::before {
        top: 24px;
        width: 68%;
    }

    .tracking-list ul.tracker-step::after {
        top: 24px;
    }

    .tracking-list ul .tracking-list-icon {
        margin: 0 auto 16px;
    }

    .tracking-list ul .tracking-list-content p {
        font-size: 10px;
        min-height: 69px;
        min-width: 50px;
        padding: 0px 5px;
        white-space: pre-wrap;
        line-height: normal;
        word-wrap: break-word;
        max-width: 55px;
        text-align: center;

    }

    .tbl-list-one ul li::before {
        left: 33%;
    }

}

/* 7-04-2025 */
.d-flex.align-items-center.icon img {
    width: 50px;
    border-radius: 50%;
}
a {
    color: #5C5B6C !important;
}
.our_client_img{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 5px gray;
    padding: 20px;
    height: 100px;
  
    background-color:#FFF;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.our_client_img:hover {
    transform: scale(1.0);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
}
.our_client_img img {
    width: 75%;
}
.our_client_img.dai_post img {
    width: 40%;
}
h2.product {
    padding: 50px 0 0px 0;
}
.our_client_img.product_one img {
    width: 40%;
}

@media (max-width: 991.98px) {
.our_client_img {

    box-shadow: 1px 1px 5px gray;
    padding: 0px;
}

 }

 @media (max-width: 575.98px) {
 .our_client_img {
    margin-top: 30px;

}
.our_client_img {

    box-shadow: 1px 1px 5px gray;
    padding: 5px;
    }
 }
 ul.area_list li {
    padding: 10px 0;
    color: #f95c19;
    font-weight: 700;
    list-style-type: none;
}
ol, ul {
    padding-left: 0;
}
i.fa-solid.fa-chevron-right {
    padding: 0 10px;
  
}
.area_info h5 {
    font-size: 29px;
}
h2.heading_main {
    padding: 0 0 30px;
}
.area_info p {
    font-size: 18px;
}
ul.area_list li {
    padding: 10px 0;
    color: #f95c19;
    font-weight: 700;
    list-style-type: none;
    background-color: #FFF;
    margin: 15px 0;
    border-radius: 10px;
    box-shadow: 1px 1px 5px gray;
}
/* 7-04-2025 */
/* 9-04-2025 */

.text-warning {
    color: #f95c19 !important;
 
}
li.nav-item.px-2 a {
    font-weight: 600;
}
li.nav-item.px-2 a:hover {
    font-weight: 600;
    
    color: #f95c19!important;
}
.btn{
    font-weight: 600;
    color: #fff!important;
}
ol.carousel-indicators {
    display: none;
}
.d-flex.align-items-center.icon img{
    display: none;
}


section#services {
    padding: 50px 0 50px 0;
}
section#client{
    padding: 50px 0 50px 0;

}
section.testimonial_detail{
    padding: 50px 0 0px 0;
}
section#area{
    padding: 50px 0 50px 0;

}
section#contact{
    padding: 50px 0 50px 0;

}
section#findUs {
    padding: 50px 0 100px 0;
}
/* 9-04-2025 */


/* 10-04-2025 */

/* terms and condition page css  */
.main_heading {
    padding: 50px 0;
}
.term-and-condition {
    padding: 90px 0;
}
ul li {
   font-size: 16px;
    padding: 10px;
    list-style-type: none;
}
i.fa-solid.fa-chevron-right {
    color: #f95c19;
    font-size: 18px;
}
.privacy_policy_detail h4 {
    padding: 20px 0 0 0;
}
.privacy_policy_detail p {
    font-size: 18px;
}

@media (max-width: 767.98px) { 

    .main_heading {
        padding: 0;
    }
 }
/* 10-04-2025 */

/* 11-4-2025 */

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.9);
    font-weight: 700;
}
.map{
    width: 100%;
}
.map iframe {
    width: 100%!important;
    height: 100%!important;
}
a.mobile_num {
    font-family: auto!important;
    color: #fff;
}
a.mobile_num_one {
    color: #fff!important;
    font-family: auto!important;
}
.btn_main {
    display: flex;
    justify-content: center;
}
button.btn.btn-primary.px-5.btn_one{
    padding: 12px 20px !important;
    display: flex;
}
.about_info p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #2f2e41;
    text-align: justify;
    margin-bottom: 0;
}
section#about {
    padding: 100px 0 50px 0;
}
h2.about_heading {
    padding-bottom: 20px;
}
/* 11-4-2025 */
