@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.track_shipment button {
    transform: rotate(-90deg);
    position: fixed;
    top: 50%;
    right: -40px;
    background-color: #ff610c;
    border: none;
    color: white;
    padding: 0.9rem;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    font-size: 0.8rem;
    z-index: 20;
    animation: track 1s linear infinite;
}

@keyframes track {
    0% {
        background-color: #25d366;
    }

    50% {
        background-color: #ff610c;
    }

    100% {
        background-color: #25d366;
    }
}

#offcanvas_form .track_form_back {
    border: 1px solid #ff610c;
    width: 100%;
    border-radius: 50px;
    padding: 6px;
}

#offcanvas_form .track_form_back input {
    width: 60%;
    border: none;
    outline: none;
    /* padding: 1rem; */
    font-size: 0.8rem;
}

#offcanvas_form .track_form_back button {
    width: 38.8%;
    border: none;
    background: linear-gradient(to right, #ff610c, #ff9a63);
    color: white;
    padding: 10px 30px;
    border-radius: 50px;
}

#offcanvasExampleLabel {
    color: #7a4ad7;
    font-weight: 800;
}

#offcanvas {
    height: 200px;
    margin: auto;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}


.top_nav {
    background-color: #7a4ad7;
    color: white;
    padding: 0.2rem;
}

.top_nav h6 {
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 2px;
}

.top-header {
    background: linear-gradient(to right, #ff610c, #ff9a63);
    /* width: 75%; */
    /* margin: auto; */
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.top-header .contact-info>span>a {
    text-decoration: none;
    color: white;
    /*font-size: 12px;*/
    
    font-size: 15px;
    font-weight: 900;
    
}

.top-header .contact-info>span>i {
    color: white;
}
#toll-free{
    background-color: #13DEB9;
    padding: 5px 10px;
    /* border-radius: 20px; */
    animation: tollfree 1s linear infinite;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}
@keyframes tollfree{
    0%{
        background-color: #13DEB9;
    }
    50%{
        background-color: #7246ca;
    }
    100%{
        background-color: #13DEB9;
    }
}

/* #desk_nav {
    background-color: white;
    position: sticky !important;
    top: 0;
    z-index: 100;
} */

.main_nav {
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 100;
}

#desk_nav .menu li i {
    font-size: 25px;
}

#desk_nav .menu li {
    display: inline-block;
    text-align: center;
    font-size: 0.8rem;
    margin-left: 20px;
}

#desk_nav .menu li a {
    text-decoration: none;
    color: gray;
    font-weight: 500;
}

#desk_nav .menu li a .track {
    color: #7a4ad7;
}

#desk_nav .menu li a .pickup {
    color: #db2c3e;
}

#desk_nav .menu li a .locator {
    color: #7a4ad7;
}

#desk_nav .menu li a .enquiry {
    color: #db2c3e;
}

#desk_nav .menu li a .estimate {
    color: #7a4ad7;
}

#desk_nav .menu li a .customer {
    color: #db2c3e;
}

/* mobile desk nav */

#mobile_nav_menu a{
    text-decoration: none;
    color: black;
    font-size: 0.4rem;
    font-weight: 900;
}
#mobile_nav_menu a i{
    font-size: 0.9rem;
}

#mobile_nav_menu a .track {
    color: #7a4ad7;
}

#mobile_nav_menu a .pickup {
    color: #db2c3e;
}

#mobile_nav_menu a .locator {
    color: #7a4ad7;
}

#mobile_nav_menu a .enquiry {
    color: #db2c3e;
}

#mobile_nav_menu a .estimate {
    color: #7a4ad7;
}

#mobile_nav_menu a .customer {
    color: #db2c3e;
}

#mobile_nav_menu{
    display: none;
}










#desk_nav .dropdown_section {
    background-color: #eeeeee;
    border-bottom: 3px solid #ff610c;
}

#desk_nav .dropdown_section ul li {
    font-size: 0.8rem;
    margin-right: 10px;
    font-weight: 600;
}

#desk_nav .dropdown_section .dropdown-menu {
    margin-top: 10px;
}

.navbar-toggler {
    display: none;
}

.navbar-nav #book_now {
    background-color: #25d366;
    border-radius: 10px;
    animation: book_now 1s linear infinite;
}

.navbar-nav #book_now a {
    color: white;
}

@keyframes book_now {
    0% {
        background-color: #25d366;
    }

    50% {
        background-color: #0d5fa6;
    }

    100% {
        background-color: #25d366;
    }
}


/* update section */

.update {
    position: relative;
}

.update .update_content {
    background-color: rgb(216, 216, 216);
    padding: 0.5rem;
}

.update .update_content a {
    text-decoration: none;
    color: black;
    font-weight: 900;
}

.update .update_text {
    background-color: #7a4ad7;
    width: 150px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    color: white;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}



/* our services */


.our_services .srv_content span {
    color: #db2c3e;
}

.our_services .srv_content h3 {
    color: #7a4ad7;
    font-weight: 900;
}

.our_services p {
    color: gray;
    font-size: 1rem;
    text-align: justify;
}

.our_services a {
    text-decoration: none;
    color: #7a4ad7;
}

.our_services .srv_card h6 {
    font-weight: 900;
}

.our_services .srv_card img {
    border: 3px solid #ff610c;
    border-radius: 10px;
}



/* who we are section */

.who_we_our {
    background-color: #222222;
}

.who_we_our span {
    color: white;
    letter-spacing: 3px;
}

.who_we_our h3 {
    color: #ff610c;
    letter-spacing: 2px;
}

.who_we_our p {
    color: gainsboro;
    text-align: justify;
}

.who_we_our button {
    background: linear-gradient(to right, #ff610c, #ff9a63);
    color: white;
    border: none;
    padding: 15px 50px;
    transition: 0.8s;
}

.who_we_our button:hover {
    background: linear-gradient(to left, #ff610c, #ff9a63);
}


/* why choose us section */


.why_choose_us {
    background-image: url(../banner/reception-bg.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.why_choose_us ul {
    list-style: none;
    padding: 0;
}

.why_choose_us ul li {
    margin-top: 15px;
    color: white;
    transition: 0.8s;
}

.why_choose_us ul li:hover {
    color: #ff9a63;
}



/* review section */

#review_heading span {
    color: gray;
    font-size: 0.7rem;
}

#review_heading h2 {
    color: #7a4ad7;
    font-weight: 900;
}

/* subscribe newsletter section */

.subscribe_letter {
    background-color: #7a4ad7;
}

.subscribe_letter h4 {
    color: white;
    font-weight: 800;
    letter-spacing: 2px;
}

.subscribe_letter form .form_back {
    background-color: white;
    width: 100%;
}

.subscribe_letter form .form_back input {
    width: 70%;
    padding: 0.8rem;
    border: none;
    outline: none;
}

.subscribe_letter form .form_back button {
    background: linear-gradient(to right, #ff610c, #ff9a63);
    color: white;
    width: 29.3%;
    padding: 0.8rem;
    border: none;
}


/* footer section */

footer {
    background-color: #f0fafb;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    margin-top: 20px;
}

footer ul li a {
    font-size: 0.8rem;
    text-decoration: none;
    color: grey;
    transition: 0.4s;

}

footer ul li a:hover {
    color: #ff9c68;
}

/* footer bottom section */

.bottom_footer {
    background-color: #eeeeee;
    color: #470271;
}

.bottom_footer span {
    font-size: 0.7rem;
}



/* call section */

.right_call {
    background-color: white;
    width: 20%;
    position: fixed;
    top: 65%;
    right: -13%;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    transition: 0.5s;
    padding: 0.6rem;
    z-index: 50;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.right_call a {
    text-decoration: none;
    color: black;
}

.right_call:hover {
    right: 0;
}


/* preloader section */


.preloader {
    background-color: white;
    width: 100%;
    height: 100vh;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.preloader_back {
    /* border: 1px solid black; */
    width: 200px;
    height: 200px;
    position: relative;
}

.preloader_spin {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #f00;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    animation: spin 1s ease-in-out infinite;
    top: 0;
}

.preloader_logo {
    /* border: 1px solid red; */
    width: 100px;
    height: 100px;
    transform: translateX(50px) translateY(50px);

}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




/* auto signup popup */

.container-1 {
    padding: 0px;
}

.img-replace {
    /* replace text with an image */
    display: inline-block;
    /* overflow: hidden; */
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}

.bts-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    display: flex;
    align-items: center;
}

.bts-popup.is-visible {
    opacity: 1;
    visibility: visible;
}

.bts-popup-container {
    position: relative;
    width: 90%;
    max-width: 900px;
    margin: 4em auto;
    /* background: #a0cff1; */
    /* background: white; */
    border-radius: none;
    text-align: center;
    /* box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); */
    /* -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); */
    /* Force Hardware Acceleration in WebKit */
    /* -webkit-backface-visibility: hidden; */
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;

}

.bts-popup-container .bts-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    background-color: white;
}

.bts-popup-container .bts-popup-close::before,
.bts-popup-container .bts-popup-close::after {
    content: "";
    position: absolute;
    top: 12px;
    width: 16px;
    height: 3px;
    background-color: black;
}

.bts-popup-container .bts-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.bts-popup-container .bts-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 6px;
    top: 13px;
}


/* car animation section */

.hero {
    height: 70vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-top: 1rem;
}

.highway {
    height: 240px;
    width: 500%;
    display: block;
    background-image: url(../banner/road.png);
    position: absolute;
    bottom: -60px;
    right: 0;
    left: 0;
    background-repeat: repeat-x;
    z-index: 1;
    animation: highway 10s linear infinite;
}

.city {
    height: 490px;
    width: 500%;
    display: block;
    background-image: url(../banner/building.png);
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    background-repeat: repeat-x;
    z-index: 1;
    animation: city 10s linear infinite;
}

@keyframes city {
    100% {
        transform: translateX(-1400px);
    }
}

@keyframes highway {
    100% {
        transform: translateX(-1400px);
    }
}


.car {
    height: 400px;
    left: 35%;
    position: absolute;
    bottom: -150px;
    z-index: 2;
    animation: car 1s linear infinite;
}

@keyframes car {
    100% {
        transform: translateX(-1px);
    }

    50% {
        transform: translateX(1px);
    }

    0% {
        transform: translateX(-1px);
    }
}

.car img {
    width: 400px;
}

.wheel {
    left: 50%;
    bottom: 210px;
    transform: translateX(-50%);
    z-index: 2;
    position: absolute;
}

.wheel img {
    height: 65px;
    width: 65px;
    animation: wheel 2s linear infinite;
}

.back-wheel {
    left: -150px;
    position: absolute;
    bottom: -5px;
}

.front-wheel {
    left: 80px;
    position: absolute;
    bottom: -5px;
}

@keyframes wheel {
    100% {
        transform: rotate(360deg);
    }
}


#we_serve {
    background-color: #eeeeee;
    padding: 1rem;
}

#we_serve h3 {
    color: #7a4ad7;
    font-weight: 900;
    font-size: 1.5rem;
    letter-spacing: 2px;
}


/* international deal section */

.international_deal h3 {
    color: #7a4ad7;
    font-weight: 900;
    font-size: 1.5rem;
    letter-spacing: 2px;
}

.international_deal .deal_card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 1rem;
}

.international_deal .deal_card h6 {
    color: #6700a7;
    font-weight: 500;
    font-size: 0.8rem;
}

.international_deal .deal_card small {
    color: gray;
}


/* blog section */

.blog h2 {
    color: #7a4ad7;
    font-weight: 900;
    letter-spacing: 2px;
}

.blog .blog_content span {
    color: gray;
    font-weight: 900;
}

.blog .blog_content a {
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}

.blog .blog_content a h5 {
    color: rgb(89, 89, 89);
    font-weight: 800;
    /* font-size: 1rem; */
    transition: 0.8s;
}

.blog .blog_content p {
    color: gray;
    margin-top: 15px;
    font-size: 0.8rem;
}

.blog .blog_content img {
    border-radius: 50%;
}

.blog .blog_content .owner_name {
    font-size: 0.8rem;
}

.blog .blog_content a h5:hover {
    color: #ff610c;
}

/* track your shipment - page section */

.tracking_bg {
    width: 100%;
    min-height: 40vh;
    background-image: url(../banner/shipment_track_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.tracking_bg h4 {
    color: white;
    font-weight: 800;
    letter-spacing: 2px;
}

.tracking_bg nav {
    display: flex;
    justify-content: center;
}

.tracking_bg .breadcrumb li a {
    color: rgb(202, 202, 202);
}

.tracking_bg .breadcrumb .active {
    color: white;
}

.tracking_bg .breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.track_content form .track_form_back {
    border: 1px solid red;
    width: 100%;
    border-radius: 50px;
}

.track_content form .track_form_back input {
    width: 75%;
    padding: 1rem;
    border: none;
    outline: none;
    border-radius: 50px;
}

.track_content form .track_form_back button {
    width: 24.3%;
    border: none;
    background: linear-gradient(to right, #ff610c, #ff9a63);
    color: white;
    font-weight: 800;
    letter-spacing: 3px;
    padding: 1rem;
    border-radius: 50px;
}


/* book your shipment section */

.book_shipment_bg {
    width: 100%;
    min-height: 40vh;
    background-image: url(../banner/shipment_track_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}


.book_shipment_bg h4 {
    color: white;
    font-weight: 800;
    letter-spacing: 2px;
}

.book_shipment_bg nav {
    display: flex;
    justify-content: center;
}

.book_shipment_bg .breadcrumb li a {
    color: rgb(202, 202, 202);
}

.book_shipment_bg .breadcrumb .active {
    color: white;
}

.book_shipment_bg .breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.book_shipment_content h5 {
    color: #ff610c;
    font-weight: 800;
    letter-spacing: 2px;
}

.book_shipment_content form label {
    color: #7a4ad7;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}

.book_shipment_content form input {
    width: 100%;
    padding: 8px 16px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    color: #5A6A85;
    background-color: transparent;
    background-clip: padding-box;
    border: var(--bs-border-width) solid #DFE5EF;
    appearance: none;
    border-radius: 7px;
    box-shadow: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    outline: none;
    margin-top: 10px;
}

.book_shipment_content form input:focus {
    border: 1px solid #7a4ad7 !important;
}


.book_shipment_content form select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: 8px 38px 8px 16px;
    -moz-padding-start: 13px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5A6A85;
    background-color: transparent;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid #DFE5EF;
    border-radius: 7px;
    box-shadow: unset;
    /* appearance: none; */
    outline: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    margin-top: 10px;
}

.book_shipment_content form select:focus {
    border: 1px solid #7a4ad7 !important;
}

.book_shipment_content form button {
    border: #13DEB9;
    background: #13DEB9;
    color: white;
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: 10px;
    transition: 0.5s;
}

.book_shipment_content form button:hover {
    background-color: #10bd9d;
}


/* find courier charges section */


.courier_charges_bg {
    width: 100%;
    min-height: 40vh;
    background-image: url(../banner/shipment_track_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.courier_charges_bg h4 {
    color: white;
    font-weight: 800;
    letter-spacing: 2px;
}

.courier_charges_bg nav {
    display: flex;
    justify-content: center;
}

.courier_charges_bg .breadcrumb li a {
    color: rgb(202, 202, 202);
}

.courier_charges_bg .breadcrumb .active {
    color: white;
}

.courier_charges_bg .breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.courier_charge_content h5 {
    color: #ff610c;
    font-weight: 800;
    letter-spacing: 2px;
}

.courier_charge_content .button_group button {
    background: none;
    color: #7a4ad7;
    border: 1px solid #7a4ad7;
    padding: 15px 30px;
    transition: 0.5s;
}

.courier_charge_content .button_group button:hover {
    background-color: #7a4ad7;
    color: white;
}


.courier_charge_content form label {
    color: #7a4ad7;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}

.courier_charge_content form input {
    width: 100%;
    padding: 8px 16px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    color: #5A6A85;
    background-color: transparent;
    background-clip: padding-box;
    border: var(--bs-border-width) solid #DFE5EF;
    appearance: none;
    border-radius: 7px;
    box-shadow: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    outline: none;
    margin-top: 10px;
}

.courier_charge_content form input:focus {
    border: 1px solid #7a4ad7 !important;
}


.courier_charge_content form select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: 8px 38px 8px 16px;
    -moz-padding-start: 13px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5A6A85;
    background-color: transparent;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid #DFE5EF;
    border-radius: 7px;
    box-shadow: unset;
    /* appearance: none; */
    outline: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    margin-top: 10px;
}

.courier_charge_content form select:focus {
    border: 1px solid #7a4ad7 !important;
}

.courier_charge_content form button {
    border: #13DEB9;
    background: #13DEB9;
    color: white;
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: 10px;
    transition: 0.5s;
}

.courier_charge_content form button:hover {
    background-color: #10bd9d;
}

.rates_card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 1rem;
}

.rates_card h5 {
    color: #7a4ad7;
    font-weight: 800;
}

.rates_card small {
    color: #13DEB9;
}

.rates_card button {
    background: linear-gradient(to right, #ff610c, #ff9a63);
    color: white;
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: 10px;
    transition: 0.5s;
    border: none;
}

.rates_card button:hover {
    background: linear-gradient(to left, #ff610c, #ff9a63);
}

/* booking service section */

.booking_srv_bg {
    width: 100%;
    min-height: 40vh;
    background-image: url(../banner/shipment_track_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.booking_srv_bg h4 {
    color: white;
    font-weight: 800;
    letter-spacing: 2px;
}

.booking_srv_bg nav {
    display: flex;
    justify-content: center;
}

.booking_srv_bg .breadcrumb li a {
    color: rgb(202, 202, 202);
}

.booking_srv_bg .breadcrumb .active {
    color: white;
}

.booking_srv_bg .breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.booking_srv_content .booking_srv_card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 1rem;
}

.booking_srv_card h5 {
    color: #ff610c;
    font-weight: 800;
}

.booking_srv_card h6 {
    color: black;
    font-weight: 700;
}

.booking_srv_card #booking_border {
    border-bottom: 2px dotted rgb(207, 207, 207);
    padding-bottom: 0.7rem;
}

.booking_srv_card p {
    color: gray;
}

.booking_srv_card h4 {
    color: #0ba488;
    font-weight: 700;
}

.sender_details h4 {
    background-color: rgb(238, 237, 237);
    padding: 1rem;
}

.sender_details form label {
    color: #7a4ad7;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}

.sender_details form input {
    width: 100%;
    padding: 8px 16px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    color: #5A6A85;
    background-color: transparent;
    background-clip: padding-box;
    border: var(--bs-border-width) solid #DFE5EF;
    appearance: none;
    border-radius: 7px;
    box-shadow: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    outline: none;
    margin-top: 10px;
}

.sender_details form input:focus {
    border: 1px solid #7a4ad7 !important;
}


.sender_details form textarea {
    width: 100%;
    padding: 8px 16px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    color: #5A6A85;
    background-color: transparent;
    background-clip: padding-box;
    border: var(--bs-border-width) solid #DFE5EF;
    appearance: none;
    border-radius: 7px;
    box-shadow: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    outline: none;
    margin-top: 10px;
}

.sender_details form textarea:focus {
    border: 1px solid #7a4ad7 !important;
}

.sender_details form button {
    border: #13DEB9;
    background: #13DEB9;
    color: white;
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: 10px;
    transition: 0.5s;
}

.sender_details form button:hover {
    background-color: #10bd9d;
}


/* mission and vision section */

.mission_vision_bg {
    width: 100%;
    min-height: 40vh;
    background-image: url(../banner/shipment_track_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.mission_vision_bg h4 {
    color: white;
    font-weight: 800;
    letter-spacing: 2px;
}

.mission_vision_bg nav {
    display: flex;
    justify-content: center;
}

.mission_vision_bg .breadcrumb li a {
    color: rgb(202, 202, 202);
}

.mission_vision_bg .breadcrumb .active {
    color: white;
}

.mission_vision_bg .breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

#home-tab {
    height: 50px;
    width: 150px;
    background-color: #0d5fa6;
    color: white;
    margin: 10px;
    text-align: center;
    border-radius: 0;
    line-height: 48px;
    padding: 0px 25px;
}

.home {
    height: 50px;
    width: 150px;
    background-color: #d93444;
    color: white;
    text-align: center;
    border-radius: 0;
    line-height: 48px;
    padding: 0px 25px;
    font-weight: 700;
    border: none;
    outline: none;
    margin-right: 20px;
}

.home:hover {
    background-color: #0d5fa6;
}

.mission_vision_cont .tab-content h3 {
    color: #ff610c;
    font-size: 1.2rem;
    font-weight: 800;
}

.mission_vision_cont .tab-content p {
    color: gray;
    text-align: justify;
    font-size: 0.9rem;
}

.mission_vision_cont .tab-content ul {
    list-style: none;
    padding: 0;
}

.mission_vision_cont .tab-content ul li {
    color: gray;
    font-size: 0.9rem;
}

.crousel_cont {
    position: relative;
    width: 100%;
    height: 100%;
    /* border: 2px solid green; */
    cursor: pointer;
    transition: 8s;
}

.crousel_cont .crousel-img {
    /* border: 1px solid red; */
    width: 100%;
}

.crousel_cont .carousel-des {
    background-color: #0d5fa68c;
    color: white;
    /* width: 75%; */
    margin: auto;
    padding: 10px;
    position: absolute;
    width: 75%;
    left: 10%;
    /* top: 35%; */
    top: 50%;
    font-size: 0.8rem;
    opacity: 0;
    transition: 0.8s;
    text-align: center;

}

.crousel_cont:hover .carousel-des {
    opacity: 1;
    top: 35%;
}

.carousel_back {
    background-color: #04111a;
}

#infrastructure-cont h4 {
    color: #ff610c;
    font-weight: 800;
    letter-spacing: 2px;
}

#infrastructure-cont ul {
    list-style: none;
    padding: 0;
}

#infrastructure-cont ul li {
    color: gray;
    font-size: 0.8rem;
    margin-top: 10px;
}

.csr_annual_back {
    background: #f5f5f5;
}

.csr_annual_back p {
    color: gray;
    font-size: 0.9rem;
    text-align: justify;
}

.csr_annual_back h4 {
    color: #ff610c;
    font-weight: 800;
}



/* quality policy section */


.quality_policy_bg {
    width: 100%;
    min-height: 40vh;
    background-image: url(../banner/shipment_track_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.quality_policy_bg h4 {
    color: white;
    font-weight: 800;
    letter-spacing: 2px;
}

.quality_policy_bg nav {
    display: flex;
    justify-content: center;
}

.quality_policy_bg .breadcrumb li a {
    color: rgb(202, 202, 202);
}

.quality_policy_bg .breadcrumb .active {
    color: white;
}

.quality_policy_bg .breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.quality_policy_cont p {
    color: gray;
    font-size: 1rem;
}


/* infrastructure section */

.infrastructure_bg {
    width: 100%;
    min-height: 40vh;
    background-image: url(../banner/shipment_track_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.infrastructure_bg h4 {
    color: white;
    font-weight: 800;
    letter-spacing: 2px;
}

.infrastructure_bg nav {
    display: flex;
    justify-content: center;
}

.infrastructure_bg .breadcrumb li a {
    color: rgb(202, 202, 202);
}

.infrastructure_bg .breadcrumb .active {
    color: white;
}

.infrastructure_bg .breadcrumb-item+.breadcrumb-item::before {
    color: white;
}


/* value added service section */

.value-added-bg {
    width: 100%;
    min-height: 40vh;
    background-image: url(../banner/shipment_track_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.value-added-bg h4 {
    color: white;
    font-weight: 800;
    letter-spacing: 2px;
}

.value-added-bg nav {
    display: flex;
    justify-content: center;
}

.value-added-bg .breadcrumb li a {
    color: rgb(202, 202, 202);
}

.value-added-bg .breadcrumb .active {
    color: white;
}

.value-added-bg .breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

#value-added-cont h4 {
    color: #ff610c;
    font-weight: 800;
}

#value-added-cont p {
    color: gray;
    font-size: 0.8rem;
}

#value-added-cont ul {
    list-style: none;
    padding: 0;
}

#value-added-cont ul li {
    color: gray;
    font-size: 0.9rem;
    margin-top: 15px;
}


/* gallery section */

.gallery_bg {
    width: 100%;
    min-height: 40vh;
    background-image: url(../banner/shipment_track_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.gallery_bg h4 {
    color: white;
    font-weight: 800;
    letter-spacing: 2px;
}

.gallery_bg nav {
    display: flex;
    justify-content: center;
}

.gallery_bg .breadcrumb li a {
    color: rgb(202, 202, 202);
}

.gallery_bg .breadcrumb .active {
    color: white;
}

.gallery_bg .breadcrumb-item+.breadcrumb-item::before {
    color: white;
}


/* contact us section */

.contact_bg {
    width: 100%;
    min-height: 40vh;
    background-image: url(../banner/shipment_track_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.contact_bg h4 {
    color: white;
    font-weight: 800;
    letter-spacing: 2px;
}

.contact_bg nav {
    display: flex;
    justify-content: center;
}

.contact_bg .breadcrumb li a {
    color: rgb(202, 202, 202);
}

.contact_bg .breadcrumb .active {
    color: white;
}

.contact_bg .breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.contact_back {
    background: #f6f6f4;
    padding: 1rem;
    border-radius: 20px;
}

.contact_back .contact_card {
    background-color: white;
    padding: 1.5rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
}

.contact_back .contact_card i {
    color: #13DEB9;
    font-size: 2rem;
    border: 1px solid #13DEB9;
    border-radius: 50%;
    padding: 1rem;
}

.contact_back .contact_card h3,
h5 {
    color: #10bd9d;
}

.contact_back .contact_card a {
    text-decoration: none;
    color: #1893ff;
    font-size: 0.8rem;
}

.contact_back .contact_card h5 {
    font-size: 1rem;
}

.meeting {
    background-color: white;
    padding: 2rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
}

.meeting h4 {
    color: rgb(74, 74, 74);
    font-weight: 900;
}

.meeting form label {
    color: #7a4ad7;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}

.meeting form input {
    width: 100%;
    padding: 8px 16px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    color: #5A6A85;
    background-color: transparent;
    background-clip: padding-box;
    border: var(--bs-border-width) solid #DFE5EF;
    appearance: none;
    border-radius: 7px;
    box-shadow: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    outline: none;
    margin-top: 10px;
}

.meeting form input:focus {
    border: 1px solid #7a4ad7 !important;
}


.meeting form textarea {
    width: 100%;
    padding: 8px 16px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    color: #5A6A85;
    background-color: transparent;
    background-clip: padding-box;
    border: var(--bs-border-width) solid #DFE5EF;
    appearance: none;
    border-radius: 7px;
    box-shadow: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    outline: none;
    margin-top: 10px;
}

.meeting form textarea:focus {
    border: 1px solid #7a4ad7 !important;
}

.meeting form button {
    border: #13DEB9;
    background: #13DEB9;
    color: white;
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: 10px;
    transition: 0.5s;
    width: 100%;
}

.meeting form button:hover {
    background-color: #10bd9d;
}


/* blog section */


.blog_bg {
    width: 100%;
    min-height: 40vh;
    background-image: url(../banner/shipment_track_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.blog_bg h4 {
    color: white;
    font-weight: 800;
    letter-spacing: 2px;
}

.blog_bg nav {
    display: flex;
    justify-content: center;
}

.blog_bg .breadcrumb li a {
    color: rgb(202, 202, 202);
}

.blog_bg .breadcrumb .active {
    color: white;
}

.blog_bg .breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.blog_content h4 {
    font-weight: 700;
    font-size: 1rem;
}

.blog_container p {
    color: gray;
    margin-top: 15px;
}

.blog_container .blog_content a {
    text-decoration: none;
}

.blog_container .blog_content a h5 {
    color: black;
    font-weight: 700;
    font-size: 0.9rem;
    margin-top: 15px;
    transition: 0.4s;
}

.blog_container .blog_content a h5:hover {
    color: #ff610c;
}

.blog_container .blog_content img {
    border-radius: 50%;
}

.blog_container .owner_name {
    color: grey;
}

/* top management section */

.top_management_bg {
    width: 100%;
    min-height: 40vh;
    background-image: url(../banner/shipment_track_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.top_management_bg h4 {
    color: white;
    font-weight: 800;
    letter-spacing: 2px;
}

.top_management_bg nav {
    display: flex;
    justify-content: center;
}

.top_management_bg .breadcrumb li a {
    color: rgb(202, 202, 202);
}

.top_management_bg .breadcrumb .active {
    color: white;
}

.top_management_bg .breadcrumb-item+.breadcrumb-item::before {
    color: white;
}


.card-two {
    position: relative;
    /* width: 300px; */
    background: #fff;
    box-shadow: 0 10px 7px -5px rgba(0, 0, 0, 0.4);
}

.card-two header {
    position: relative;
    width: 100%;
    height: 60px;
    background: linear-gradient(to left, #ff610c, #ff9a63);
}

.card-two header::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: inherit;
    transform: skewY(8deg);
    transform-origin: 0 100%;
}

.card-two header .avatar {
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -50px;
    z-index: 5;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background: #ccc;
    border: 3px solid #fff;
}

.card-two header .avatar img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: auto;
}

.card-two h3 {
    position: relative;
    margin: 80px 0 30px;
    text-align: center;
}

.card-two h3::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 1px;
    background: #000;
}

.card-two .desc {
    padding: 0 1rem 2rem;
    text-align: center;
    line-height: 1.5;
    color: #777;
    font-size: 0.7rem;
}

.card-two .contacts {
    width: 200px;
    max-width: 100%;
    margin: 0 auto 3.5rem;
}

.card-two .contacts a {
    display: block;
    width: 33.333333%;
    float: left;
    text-align: center;
    color: #c8c;
    text-decoration: none;
}

.card-two .contacts a:hover {
    color: #333;
}



.card-two .contacts a i {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 39px;
    /* overflow: hidden; */
    text-align: center;
    border: 2px solid #c8c;
    border-radius: 50%;
    font-size: 25px;
    padding: 0.5rem;
}


.card-two .contacts a:last-of-type .fa {
    line-height: 36px;
}

.card-two footer {
    position: relative;
    height: 45px;
    background: linear-gradient(to left, #7246ca, #be9efb);
    text-align: center;
}

.card-two footer p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.card-two footer p a {
    padding: 0 1rem;
    color: #e2e2e2;
    transition: color 0.4s;
}

.card-two footer p a:hover {
    color: #c8c;
}

.card-two footer::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background: inherit;
    transform: skewY(6deg);
    transform-origin: 100%;
}

/*** RESPONSIVE ***/
@media only screen and (max-width: 810px) {
    .card {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}



/* nainex logistics section */



.transport-corporation-bg {
    width: 100%;
    min-height: 40vh;
    background-image: url(../banner/shipment_track_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.transport-corporation-bg h4 {
    color: white;
    font-weight: 800;
    letter-spacing: 2px;
}

.transport-corporation-bg nav {
    display: flex;
    justify-content: center;
}

.transport-corporation-bg .breadcrumb li a {
    color: rgb(202, 202, 202);
}

.transport-corporation-bg .breadcrumb .active {
    color: white;
}

.transport-corporation-bg .breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

#transport-corporation-cont h4 {
    color: #ff610c;
    font-weight: 800;
}

#transport-corporation-cont p {
    color: gray;
    font-size: 0.8rem;
}

#transport-corporation-cont ul {
    list-style: none;
    padding: 0;
}

#transport-corporation-cont ul li {
    color: gray;
    font-size: 0.9rem;
    margin-top: 15px;
}

/* medkit section */

.mediakit_container a{
    text-decoration: none;
}

.mediakit_card i{
   color: rgb(180, 180, 180);
   font-size: 30px;
   border: 2px solid rgb(186, 186, 186);
   border-radius: 50%;
   padding: 1rem;
}
.mediakit_card h5{
    margin-top: 25px;
    color: rgb(184, 184, 184);
}

.mediakit_back{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 1rem;
    /* width: 400px; */
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}


/* afflication entery section */

.application .application-header{
    background: linear-gradient(to right, #7246ca, #be9efb);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.application .application-header h4{
    color: white;
    padding: 0.8rem;
    font-size: 1rem;
    letter-spacing: 2px;
}
.application .application-row-1{
    border-bottom: 1px solid rgb(202, 202, 202);
}
.application .application-row-1 p{
    font-size: 0.9rem;
    color: gray;
}
.application .application-row-1 p b{
    color: black;
}

.application .application-row-1:nth-child(4){
    border-bottom: none;
}



.application_form label {
    color: #7a4ad7;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}

.application_form input {
    width: 100%;
    padding: 8px 16px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    color: #5A6A85;
    background-color: transparent;
    background-clip: padding-box;
    border: var(--bs-border-width) solid #DFE5EF;
    appearance: none;
    border-radius: 7px;
    box-shadow: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    outline: none;
    margin-top: 10px;
}

.application_form input:focus {
    border: 1px solid #7a4ad7 !important;
}


.application_form select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: 8px 38px 8px 16px;
    -moz-padding-start: 13px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5A6A85;
    background-color: transparent;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid #DFE5EF;
    border-radius: 7px;
    box-shadow: unset;
    /* appearance: none; */
    outline: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    margin-top: 10px;
}

.application_form select:focus {
    border: 1px solid #7a4ad7 !important;
}

.application_form button {
    border: #13DEB9;
    background: #13DEB9;
    color: white;
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: 10px;
    transition: 0.5s;
}

.application_form button:hover {
    background-color: #10bd9d;
}
.application_form textarea {
    width: 100%;
    padding: 8px 16px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    color: #5A6A85;
    background-color: transparent;
    background-clip: padding-box;
    border: var(--bs-border-width) solid #DFE5EF;
    appearance: none;
    border-radius: 7px;
    box-shadow: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    outline: none;
    margin-top: 10px;
}

.application_form textarea:focus {
    border: 1px solid #7a4ad7 !important;
}


/* pincode enquiry section */

.pincode_enquiry h5{
    color: #ff610c;
    font-weight: 800;
    letter-spacing: 2px;
}
.pincode_enquiry input{
    width: 100%;
    border: 1px solid grey;
    padding: 10px 30px;
    border-radius: 10px;
    outline: none;
}
.pincode_enquiry button{
    border: #13DEB9;
    background: #13DEB9;
    color: white;
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: 10px;
    transition: 0.5s;
    width: 100%;
}
.pincode_enquiry button:hover{
    background-color: #10bd9d;
}
.pincode_enquiry .color{
    background-color: #ff8442;
}
.pincode_enquiry .color h6{
    color: white;
    font-weight: 700;
    padding: 0.8rem;
    font-size: 0.8rem;
}
.pincode_enquiry .non-color h6{
    font-weight: 700;
    padding: 0.8rem;
    font-size: 0.8rem;
}

/* business enquiry section */


.business_enquiry_header{
    background: linear-gradient(to right, #7246ca, #be9efb);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.business_enquiry_header h4{
    color: white;
    padding: 0.8rem;
    font-size: 1rem;
    letter-spacing: 2px;
}

/* privacy policy section */

.privacy_policy_header{
    background: linear-gradient(to right, #7246ca, #be9efb);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.privacy_policy_header h4{
    color: white;
    padding: 0.8rem;
    font-size: 1rem;
    letter-spacing: 2px;
}
#privacy_policy h6{
    color: grey;
    font-size: 1.5rem;
    font-weight: 900;
}
#privacy_policy p{
    color: gray;
    font-size: 0.8rem;
    margin-top: 18px;
    text-align: justify;
}

/* terms and condition section */

.terms_condition_header{
    background: linear-gradient(to right, #7246ca, #be9efb);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.terms_condition_header h4{
    color: white;
    padding: 0.8rem;
    font-size: 1rem;
    letter-spacing: 2px;
}
.terms_condition_list{
    padding: 0;
    list-style: none;
}
.terms_condition_list li{
    font-size: 0.8rem;
    color: grey;
}
.terms_condition_list li i{
   color: #db2c3e;
}

/*  branch locator section section */


.branch_locator h5{
    color: #ff610c;
    font-weight: 800;
    letter-spacing: 2px;
}
.branch_locator select{
    width: 100%;
    border: 1px solid grey;
    padding: 10px 20px;
    border-radius: 10px;
    outline: none;
}
.branch_locator button{
    border: #13DEB9;
    background: #13DEB9;
    color: white;
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: 10px;
    transition: 0.5s;
    width: 100%;
}

.branch-card{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 1.2rem;
    border-radius: 10px;
    border-top: 5px solid #be9efb;
}
.branch-card h6{
    color: #ff610c;
    font-weight: 900;
    font-size: 0.9rem;
}
.branch-card p{
    color: gray;
    font-size: 0.8rem;
    text-align: justify;
}
.branch-card p a{
    text-decoration: none;
}
.branch-card p a:hover{
    color: #13DEB9;
}
/* toll free for mobile */

#toll-free-mobile {
    background-color: #13DEB9;
    padding: 5px 10px;
    /* border-radius: 20px; */
    animation: tollfree 1s linear infinite;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 0.8rem;
}

#toll-free-mobile a{
    text-decoration: none;
    color: white;
}

@keyframes tollfree {
    0% {
        background-color: #13DEB9;
    }

    50% {
        background-color: #7246ca;
    }

    100% {
        background-color: #13DEB9;
    }
}



/* TRACKING ORDER STYLING SECTION */


.root {
    padding: 3rem 1.5rem;
    border-radius: 5px;
    box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.3);
    width: 75%;
    margin: auto;
}

figure {
    display: flex;
}

figure img {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    border: 1px solid #f05a00;
    margin-right: 1.5rem;
}

figure figcaption {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

figure figcaption h4 {
    font-size: 1.4rem;
    font-weight: 500;
}

figure figcaption h6 {
    /* font-size: 1rem; */
    font-weight: 300;
}

figure figcaption h2 {
    /* font-size: 1.6rem; */
    font-weight: 500;
}

.order-track {
    margin-top: 2rem;
    padding: 0 1rem;
    border-top: 1px dashed #2c3e50;
    padding-top: 2.5rem;
    display: flex;
    flex-direction: column;
}

.order-track-step {
    display: flex;
    /*height: 7rem;*/
}

.order-track-step:last-child {
    /* overflow: hidden; */
    /*height: 4rem;*/
}

.order-track-step:last-child .order-track-status span:last-of-type {
    display: none;
}

.order-track-status {
    margin-right: 1.5rem;
    position: relative;
}

.order-track-status-dot {
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: #f05a00;
}

.order-track-status-line {
    display: block;
    margin: 0 auto;
    width: 2px;
    height: 7rem;
    background: #f05a00;
}

.order-track-text-stat {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 3px;
}

.order-track-text-sub {
    font-size: 0.8rem;
    font-weight: 300;
}

.order-track {
    transition: all 0.3s height 0.3s;
    transform-origin: top center;
}

.order-track-text p{
    font-size: 1rem;
}
