/*
Author       : Finest Web Geek
Template Name: Responsive - Best Car Repair Service Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. Globally Applied Styles
        -BASIC CSS
        -PRELODER CSS
        -GOOGLE FONT
        -BUTTON CSS
        -STICKY CSS
    02. HEADER AREA CSS
    03. HERO AREA CSS
    04. CHOOSE US AREA CSS
    05. SERVICE AREA CSS
    06. APPIONMENT AREA CSS
    07. NEWS LETTER AREA CSS
    08. TESTIMONILA AREA CSS
    09. LATEST NEWS AREA CSS
    10. FOOTER SECTION CSS
    11. MIN-Width 2000px CSS
    12. MAX-Width 1254px CSS
    13. MAX-Width 991px CSS
    14. MAX-Width 768px CSS
    15. MAX-Width 576px CSS
  =============================================================*/
/**************************************
        01 Globally Applied Styles
 **************************************/
/* Chrome, Safari, Edge, Opera */

:root {
    --primarycolor: #FFA103;
    --secondarycolor: #0f1b24;
    --alternate-color: #262626;
    --redcolor: #F40000;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.loader {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 100;
}

.loader .loader-icon {
    width: 150px;
    height: 150px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader .loader-icon span {
    font-size: 30px;
    color: #F14533;
    font-family: Arial, Helvetica, sans-serif;
}

.loader .loader-icon img {
    width: 100%;
    max-width: 70px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-animation: loder 2s infinite alternate;
    animation: loder 2s infinite alternate;
    margin-top: 20px;
}

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


::-moz-selection {
    color: white;
    background: black;
}

::selection {
    color: white;
    background: black;
}


* {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    list-style: none;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Urbanist", sans-serif !important;
    background: #ffffff;
    word-wrap: break-word;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
    overflow-y: scroll;
}

input:focus,
a:focus {
    outline: none;
}

p {
    margin-bottom: 0;
}

nav ul {
    margin: 0;
    padding: 0;
}

nav ul li a {
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.box-btn {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: var(--primarycolor);
    padding: 14px 26.5px !important;
    width: 170px;
    display: inline-block;
    position: relative;
    text-align: center;
}

.box-btn:hover {
    color: #ffffff;
    background: var(--primarycolor);
}

.slicknav_menu {
    display: none;
}

div#sticky-wrapper {
    position: relative;
    left: 0;
    right: 0;
}

div#sticky-wrapper .main-header {
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.is-sticky {
    z-index: 5;
}

.is-sticky .main-header {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}

/**************************************
         02 HEADER AREA CSS
 **************************************/
.header-area .top-header {
    background: var(--secondarycolor);
    color: #ffffff;
    position: relative;
    z-index: 0;
    padding: 5px 0px;
}


.header-area .top-header .openClose-time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-area .top-header .openClose-time svg {
    font-size: 18px;
    margin-right: 6px;
}

.header-area .top-header .openClose-time a,
.header-area .top-header .openClose-time p {
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
    color: white;
}

.header-area .top-header .contact-information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-area .top-header .contact-information .contact-information-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
}

.header-area .top-header .contact-information .contact-information-phone i {
    margin-right: 8px;
}

.header-area .top-header .contact-information .contact-information-phone a {
    color: #ffffff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
    font-weight: 500;
}

.header-area .top-header .contact-information .contact-information-phone a:hover {
    color: var(--primarycolor);
}

.header-area .top-header .contact-information .contact-information-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.header-area .top-header .contact-information .contact-information-social span {
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}

.header-area .top-header .contact-information .contact-information-social a {
    position: relative;
    color: #ffffff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
    font-weight: 500;
}

.header-area .top-header .contact-information .contact-information-social a::before {
    content: "";
    position: absolute;
    height: 48px;
    width: 48px;
    border-left: 2px dashed #fff;
    border-radius: 50%;
    top: -10px;
    left: -17px;
}

.header-area .top-header .contact-information .contact-information-social a:last-child {
    margin-right: 0px;
}

.header-area .top-header .contact-information .contact-information-social a:hover {
    color: var(--alternate-color);
}

.header-area .top-header .contact-information .contact-information-social a i {
    font-size: 18px;
    font-weight: 500;
}

.header-area .main-header {
    padding: 6px 0;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.header-area .main-header nav {
    text-align: right;
}

.header-area .main-header nav ul li {
    display: inline-block;
    margin-right: 23px;
}

.header-area .main-header nav ul li:last-child {
    margin-right: 0;
    text-align: left;
}

.header-area .main-header nav ul li:last-child a {
    color: #ffffff;
    padding: 6px 16px !important;
    border-radius: 100px;
}

.header-area .main-header nav ul li a.box-btn {
    background-color: var(--secondarycolor);
    color: white;
    box-shadow: 0 0 0 0em white inset;
    transition: 0.5s;
    border: 1px solid var(--secondarycolor);
}

.header-area .main-header nav ul li:last-child a:hover {
    color: #ffffff;
    box-shadow: 0 0 0 3em white inset;
    color: var(--alternate-color);
}

.header-area .main-header nav ul li:last-child a:before {
    display: none;
}

.header-area .main-header nav ul li a {
    color: var(--alternate-color);
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding-bottom: 5px;
    position: relative;
}

.header-area .main-header nav ul li a:before {
    position: absolute;
    content: "";
    background: var(--redcolor);
    width: 0%;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.header-area .main-header nav ul li a:hover {
    color: #F14533;
}

.header-area .main-header nav ul li a:hover:before {
    width: 100%;
}

/**************************************
         03 HERO AREA CSS
 **************************************/
.hero-area {
    padding: 50px 0;
    position: relative;
    z-index: 0;
    background-image: url(../images/sms_herobg.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    animation: zoomInOut 10s ease-in-out infinite;
}

@keyframes zoomInOut {
    0%, 100% {
        background-size: 100%;
    }

    50% {
        background-size: 110%;
    }
}

.deliveryboy-img {
    position: absolute;
    bottom: 0px;
    width: 300px;
    right: 62px;
}

.hero-area h2 {
    color: #0f1b24;
    font-size: 28px;
    font-weight: 900;
}

.hero-area .hero-content h1 {
    font-size: 43px;
    display: inline-block;
    color: var(--secondarycolor);
    padding-left: 18px;
    position: relative;
    font-weight: 900;
}

.hero-area .hero-content h1:after {
    width: 7px;
    height: 90%;
    content: "";
    background: var(--primarycolor);
    position: absolute;
    left: 0;
    top: 0;
}

.hero-area .hero-content h1 span {
    font-weight: bold;
    color: var(--primarycolor);
}

.hero-area .hero-content h2 {
    padding: 13px 0 40px;
    font-size: 34px;
    color: #2719A2;
}

.hero-area .hero-content p b {
    color: var(--primarycolor);
}

.hero-area .hero-imge {
    position: absolute;
    left: 0px;
    top: 0px;
    max-width: 100%;
    z-index: -1;
}

.hero-area .form-group {
    position: relative;
    background-color: #ffffff7a;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 12px 10px 3px 10px;
    border-radius: 2px;
}

.hero-area .form-group h2 {
    position: relative;
    letter-spacing: 1px;
    font-size: 38px;
}

.hero-area .form-group .col-12 {
    position: relative;
}

.hero-area .form-group input {
    background-color: #fff !important;
    font-size: 15px;
    border: 1px solid var(--primarycolor) !important;
    border-radius: 6px;
    width: 100%;
    height: 25px;
    min-height: 45px !important;
    padding: 8px 8px 8px 41px;
}

.hero-area .form-group .input-div {
    position: relative;
}

.hero-area .form-group .input-div img {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 25px;
}

.hero-area .form-group span.err {
    position: absolute;
    bottom: -21px;
    font-size: 13px;
    color: red;
    left: 0px;
    width: 100%;
}

.hero-area .form-group button {
    background-color: var(--redcolor) !important;
    font-size: 18px;
    border: 1px solid var(--primarycolor) !important;
    border-radius: 6px;
    width: 100%;
    padding: 8px 10px;
    color: white;
    transition: 0.5s;
}

.hero-area .form-group button:hover {
    box-shadow: 0 0 0 3em var(--primarycolor) inset !important;
}

/**************************************
         04 CHOOSE US AREA CSS
 **************************************/

.chooseUs-area .choose-head {
    padding-bottom: 20px;
    text-align: center;
}

.title-div h1 {
    font-family: "Outfit", sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: var(--primarycolor);
    line-height: 1.33;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.title-div h2 {
    position: relative;
    font-family: "Outfit", sans-serif;
    font-weight: 900;
    font-size: 38px;
    color: var(--alternate-color);
    line-height: 1.33;
    text-transform: uppercase;
}

.title-div .arrow-ani {
    position: relative;
    height: 4px;
    width: 110px;
    margin: auto;
    background-color: var(--redcolor);
    margin: 15px 0px;
}

.title-div .arrow-ani::after {
    position: absolute;
    content: url(../images/sms_titlearrow.png);
    top: -11px;
    animation: lefttoright 6s linear infinite;
}

@keyframes lefttoright {
    0% {
        left: 1px;
    }

    50% {
        left: 85px;
    }

    100% {
        left: 1px;
    }
}

.title-div p,
.chooseUs-area .choose-head p {
    font-size: 16px;
    color: #606060;
    line-height: 2;
    letter-spacing: .5px;
}

.services {
    background: #F8F8F8;
    background-image: url(../images//kannan_service.svg);
    background-position: top left;
    background-repeat-y: no-repeat;
}

.services .choose-body .choose-item {
    -webkit-box-shadow: 0 0 15px #00000007;
    box-shadow: 0 0 15px #00000007;
    background: #ffffff;
    height: 100%;
    position: relative;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.services .choose-body .choose-item:hover {
    -webkit-box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.2);
}

.services .choose-body .choose-item img {
    -webkit-transition: .8s all;
    -o-transition: .8s all;
    transition: .8s all;
}

.services .choose-body .choose-item:hover img {
    transform: rotateY(360deg);
}

.services .choose-body .choose-item .choose-single-item {
    padding: 30px 24px 24px 30px;
    text-align: center;
    position: relative;
}

.services .choose-body .choose-item .choose-single-item h5 {
    color: var(--primarycolor);
    font-size: 20px;
    font-weight: bold;
    padding: 27px 0 16px;
}

.services .choose-body .choose-item .choose-single-item p {
    font-size: 16px;
    color: #777777;
}

.services .choose-body .choose-item .choose-single-item::after,
.services .choose-body .choose-item .choose-single-item::before {
    position: absolute;
    content: "";
    width: 5px;
    top: 0px;
    transition: 0.5s;
}

.services .choose-body .choose-item .choose-single-item::after {
    height: 100px;
    background-color: var(--primarycolor);
    right: 25px;
}

.services .choose-body .choose-item .choose-single-item::before {
    height: 70px;
    background-color: var(--primarycolor);
    right: 40px;
}

.services .choose-body .choose-item .choose-single-item:hover::after {
    height: 70px;
}

.services .choose-body .choose-item .choose-single-item:hover:before {
    height: 100px;
}

/* parcel  */
.logistics {
    position: relative;
}

.logistics-card,
.parcel-card {
    border: 1px solid var(--primarycolor);
    border-radius: 6px;
    padding: 5px 6px;
    transition: 0.5s;
    color: white;
    background-color: var(--primarycolor);
}

.logistics-card:hover,
.parcel-card:hover {
    box-shadow: 0 0 0 3em var(--redcolor) inset;
}

.logistics-card p,
.parcel-card p {
    color: var(--alternate-color);
    font-size: 16px;
}

.logistics-card:hover p,
.parcel-card:hover p {
    color: white;
}

.world-img {
    position: absolute;
    left: 0px;
    top: -141px;
    z-index: -1;
}

/* Cargo Shipping */
.cargo-card {
    height: 450px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.3s ease-in-out linear;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 0px;
}

.cargo-card:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.cargo-card img {
    height: 100%;
    transition: 0.3s;
    width: 100%;
    object-fit: cover;
}

.cargo-card:hover img {
    transform: scale(1.1);
}

.cargo-card .cargo-label {
    position: absolute;
    top: 0px;
    background: #333333a8;
    color: white;
    padding: 6px 15px;
    margin: 10px;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.cargo-card .cargo-title {
    position: absolute;
    bottom: 0px;
    padding: 13px;
}

.cargo-card .cargo-title h1 {
    text-align: center;
    color: white;
    font-size: 26px;
    font-weight: 900;
}

/***************************************
       11 FOOTER SECTION CSS
 **************************************/
footer {
    background-image: url(../images/sms_footerbg.png);
    background-position: center;
    background-size: cover;
    background-color: var(--secondarycolor);
    color: #ffffff;
    font-size: 15px;
    position: relative;
}

footer .container {
    position: relative;
    z-index: 1;
}

footer .top-footer {
    padding: 70px 0 55px;
}

footer .top-footer .footer-col1 p {
    padding: 16px 0 16px;
    color: white;
}

footer .top-footer .footer-col1 .social-link a {
    margin-right: 12px;
    color: #ffffff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

footer .top-footer .footer-col1 .social-link a:hover {
    color: #FF2E2B;
}

footer .top-footer .footer-col2 {
    margin-top: 18px;
}

footer .top-footer .footer-col2 .title h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

footer .top-footer .footer-col2 ul {
    margin: 0;
    padding: 0;
}

footer .top-footer .footer-col4 ul li,
footer .top-footer .footer-col3 ul li,
footer .top-footer .footer-col2 ul li {
    margin-bottom: 15px;
}

footer .top-footer .footer-col2 ul li a {
    color: #ffffff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

footer .top-footer .footer-col2 ul li a:hover {
    color: #ff2e2b;
}

footer .top-footer .footer-col3 {
    margin-top: 18px;
}

footer .top-footer .footer-col2 .title h4,
footer .top-footer .footer-col3 .title h4,
footer .top-footer .footer-col4 .title h4 {
    position: relative;
    font-family: "Outfit", sans-serif;
    font-weight: 800;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 30px;
}

footer .top-footer .footer-col2 .title h4::before,
footer .top-footer .footer-col3 .title h4::before,
footer .top-footer .footer-col4 .title h4::before {
    content: "";
    height: 4px;
    width: 50px;
    border-radius: 0;
    position: absolute;
    left: 3px;
    bottom: -10px;
    transform: skewX(-43deg);
    -webkit-transform: skewX(-43deg);
    -moz-transform: skewX(-43deg);
    -ms-transform: skewX(-43deg);
    -o-transform: skewX(-43deg);
    background-color: var(--primarycolor);
}

footer .top-footer .footer-col3 ul {
    margin: 0;
    padding: 0px;
}

footer .top-footer .footer-col3 ul li a {
    color: #ffffff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

footer .top-footer .footer-col3 ul li a:hover {
    color: #ff2e2b;
}

footer .top-footer .footer-col4 {
    margin-top: 18px;
}

footer .top-footer .footer-col4 ul {
    margin: 0;
    padding: 0px;
}

footer .top-footer .footer-col4 ul li span,
footer .top-footer .footer-col4 ul li a {
    color: #ffffff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

footer .top-footer .footer-col4 ul li a:hover {
    color: #ff2e2b;
}

footer .top-footer .footer-col4 ul li a svg {
    margin-right: 8px;
}

footer .bottom-footer {
    padding: 10px;
    text-align: center;
    border-top: 1px solid #707070;
}

footer .bottom-footer p {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin: 0px;
}

footer .bottom-footer p a {
    color: #ffffff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

footer .bottom-footer p a:hover {
    color: #E53F29;
}

footer .bottomToup {
    position: fixed;
    bottom: 20px;
    right: 15px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    opacity: 0;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    z-index: 5;
}

footer .bottomToup i {
    width: 40px;
    height: 40px;
    text-align: center;
    background: var(--primarycolor);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding-top: 3px;
    display: inline-block;
    -webkit-transition: 0s ease;
    -o-transition: 0s ease;
    transition: 0s ease;
    border: 2px solid #ffffff;
}

footer .bottomToup i:hover {
    background: var(--primarycolor);
}

footer .active-top {
    opacity: 1;
}

@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

/*** RTESPONSIVE STYLES BELOW ***/
/***************************************
        12 Min-Width 2000px
***************************************/


@media all and (min-width: 2000px) {
    .hero-area {
        padding: 80px 0;
    }

    .hero-area .hero-content h2 {
        padding: 13px 0 30px;
    }
}

@media (min-width: 1500px) {
    .container {
        width: 100%;
        max-width: 1350px;
        margin: 0 auto;
    }
}


@media all and (max-width: 1270px) {
    .hero-area {
        padding: 80px 0;
    }
}

/***************************************
        13 MAX-Width 1160px
***************************************/
@media all and (max-width: 1254px) {
    .hero-area {
        padding: 60px 0;
        animation: unset;
    }

    .service-area .service-content-left {
        margin-left: 0;
    }

    .service-area .service-content-left h2 {
        font-size: 45px;
    }

    .newsletter-area {
        padding: 100px 0;
    }

    .newsletter-area:after {
        -webkit-clip-path: polygon(0% 0%, 100% 0, 90% 100%, 0 100%);
        clip-path: polygon(0% 0%, 100% 0, 90% 100%, 0 100%);
    }

    .newsletter-area .subscribe-part .subscribe-content h3 {
        font-size: 40px;
    }

    .newsletter-area .discount-part .discount-content h3 {
        font-size: 44px;
    }

    .testimonials-area .testi-wrap:before {
        width: 180px;
    }

    .testimonials-area .testi-wrap:after {
        width: 238px;
        right: 0;
    }

    .testimonials-area .testi-wrap .active .client-comment {
        max-width: 420px;
    }

    .testimonials-area .testi-wrap .active .client-comment:before {
        height: 100px;
        width: 100px;
        bottom: -48px;
        left: 39%;
    }

    .testimonials-area .testi-wrap .active .client-comment span {
        top: -20px;
        right: -17px;
        max-width: 115px;
    }

    .testimonials-area .testi-wrap .active .client-info {
        margin-top: 80px;
    }

    .testimonials-area .testi-wrap .active .client-info .client-img {
        width: 130px;
        height: 110px;
    }

    .testimonials-area .testi-wrap .active .client-info .client-img .client-title h3 {
        font-size: 35px;
    }

    .testimonials-area .testi-wrap .position-2 {
        position: absolute;
        left: 0;
        top: 10px;
    }

    .testimonials-area .testi-wrap .position-3 {
        left: 100px;
        top: 155px;
    }

    .testimonials-area .testi-wrap .position-5 {
        top: 1px;
        right: 90px;
    }

    .testimonials-area .testi-wrap .position-6 {
        top: 165px;
        right: 27px;
    }

    .testimonials-area .testi-wrap .position-7 {
        top: 345px;
        right: 125px;
    }

    .latestNews-area .latestNews-head h3 {
        font-size: 45px;
    }

}

/***************************************
        14 MAX-Width 991px
***************************************/
@media all and (max-width: 991px) {
    nav#menu {
        display: none;
    }

    .top-header {
        display: none;
    }

    .slicknav_menu {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 6;
        background: #fff;
        width: 100%;
        padding: 20px 15px;
        -webkit-box-shadow: 0px 2px 20px #c7c7c7a8;
        box-shadow: 0px 2px 20px #c7c7c7a8;
    }

    .slicknav_menu .slicknav_btn {
        text-shadow: none;
        font-size: 17px;
        padding: 10px 15px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: var(--primarycolor);
        margin: 0 !important;
    }

    .slicknav_menu .slicknav_nav {
        padding: 0px 15px 15px 15px;
        margin: 0;
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        text-align: left;
    }

    .slicknav_menu .slicknav_nav ul {
        background: var(--secondarycolor);
        padding: 15px 20px 25px 20px;
        text-align: left;
        margin-left: 0 !important;
        -webkit-box-shadow: 0px 1px 15px #0000006b;
        box-shadow: 0px 1px 15px #0000006b;
    }

    .slicknav_menu .slicknav_nav ul li {
        display: block !important;
        margin-right: 0 !important;
    }

    .slicknav_menu .slicknav_nav ul li a {
        width: 100% !important;
        color: #fff !important;
        margin: 0 !important;
        padding: 12px 15px !important;
    }

    .slicknav_menu .slicknav_nav ul li a:before {
        display: none;
    }

    .slicknav_menu .slicknav_nav ul li a:hover {
        color: var(--primarycolor) !important;
        background: #fff !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
    }

    .slicknav_menu .slicknav_nav ul li:last-child {
        margin-top: 15px;
        text-align: center;
    }

    .slicknav_menu .slicknav_nav ul li:last-child a.box-btn {
        text-align: center;
    }

    .slicknav_menu .slicknav_nav ul li:last-child a.box-btn:hover {
        background: #fff !important;
        color: #000 !important;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .slicknav_menu .slicknav_nav ul li:last-child a.box-btn:hover::after {
        -webkit-filter: brightness(0);
        filter: brightness(0);
    }

    .slicknav_menu .slicknav_menutxt {
        text-shadow: 0 1px 3px #615a5a;
        display: none !important;
    }

    .slicknav_menu .slicknav_icon {
        margin: 0 !important;
    }

    .header-area .top-header .openClose-time {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 4px;
    }

    .header-area .top-header .contact-information {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header-area .main-header {
        padding: 0 !important;
    }

    .header-area .main-header .logo {
        position: absolute;
        left: 15px;
        top: 15px;
        z-index: 999;
    }

    .hero-area {
        padding: 130px 0 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        overflow: hidden;
    }

    .hero-area:before {
        width: 100%;
        -webkit-border-radius: 0 0 0 100px;
        border-radius: 0 0 0 100px;
    }

    .hero-area:after {
        background-position-y: -105px;
        background-position-x: 28px;
    }

    .hero-area .hero-content {
        margin-top: 50px;
        text-align: center;
    }

    .hero-area .hero-content h1 {
        font-size: 33px;
    }

    .deliveryboy-img {
        width: 250px;
        right: 18px;
    }

    .hero-area .hero-content p {
        padding: 35px 0 20px;
        font-size: 18px;
    }

    .hero-area .hero-content a {
        text-align: left;
    }

    .hero-area .hero-imge .desktop-img {
        display: none;
    }

    .hero-area .hero-imge .mobile-img {
        width: 100%;
        display: block;
    }

    .service-area {
        padding-top: 80px;
        padding-bottom: 80px;
        overflow: hidden;
        z-index: 0;
    }

    .service-area:before {
        width: 100%;
        z-index: -1;
    }

    .service-area:after {
        width: 100%;
        z-index: -2;
    }

    .service-area .service-content-left h2 {
        font-size: 40px;
    }

    .service-area .service-content-left .service-content-left-list ul li {
        color: #000000;
        font-size: 16px;
    }

    .newsletter-area {
        padding: 60px 0;
    }

    .newsletter-area:after {
        -webkit-clip-path: none;
        clip-path: none;
        width: 100%;
        height: 50%;
    }

    .newsletter-area .subscribe-content {
        text-align: center;
        padding-bottom: 50px;
    }

    .newsletter-area .subscribe-content form {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .newsletter-area .discount-part {
        text-align: center;
        padding-top: 50px;
    }

    .newsletter-area .discount-part .discount-content {
        margin: auto;
    }

    .testimonials-area {
        padding: 40px 0 40px;
        overflow: hidden;
    }

    .testimonials-area .testi-wrap:after,
    .testimonials-area .testi-wrap:before {
        display: none;
    }

    .testimonials-area .testi-wrap .active .client-comment {
        padding: 30px;
        max-width: 405px;
        max-width: 520px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
    }

    .testimonials-area .testi-wrap .active .client-comment span {
        top: -16px;
        right: 11px;
        max-width: 130px;
    }

    .testimonials-area .testi-wrap .active .client-comment h5 {
        font-size: 25px;
    }

    .testimonials-area .testi-wrap .active .client-comment p {
        font-size: 14px;
        margin-top: 20px;
    }

    .testimonials-area .testi-wrap .active .client-info .client-img {
        width: 100px;
        height: 85px;
    }

    .testimonials-area .testi-wrap .active .client-info .client-title h3 {
        font-size: 25px;
    }

    .testimonials-area .testi-wrap .position-2 {
        left: -12px;
        top: 40px;
    }

    .testimonials-area .testi-wrap .position-2 .client-img img {
        width: 70px !important;
    }

    .testimonials-area .testi-wrap .position-3 {
        left: -52px;
        top: 100px;
        -webkit-transform: scale(0.4) !important;
        -ms-transform: scale(0.4) !important;
        transform: scale(0.4) !important;
    }

    .testimonials-area .testi-wrap .position-4 {
        left: -12px;
        top: 245px;
    }

    .testimonials-area .testi-wrap .position-4 .client-img img {
        width: 70px !important;
    }

    .testimonials-area .testi-wrap .position-5 {
        right: -12px;
        top: 40px;
    }

    .testimonials-area .testi-wrap .position-5 .client-img img {
        width: 70px !important;
    }

    .testimonials-area .testi-wrap .position-6 {
        right: -12px;
        top: 138px;
    }

    .testimonials-area .testi-wrap .position-6 .client-img img {
        width: 70px !important;
    }

    .testimonials-area .testi-wrap .position-7 {
        right: -50px;
        top: 205px;
        -webkit-transform: scale(0.4) !important;
        -ms-transform: scale(0.4) !important;
        transform: scale(0.4) !important;
    }

    .latestNews-area {
        padding: 90px 0 70px;
    }

    .latestNews-area .latestNews-head p {
        padding: 30px 0 35px;
    }

    .latestNews-area .large-blog .blog-image a img {
        width: auto;
    }

    footer .top-footer {
        padding: 50px 0 50px;
    }

    footer .top-footer .footer-col1 {
        margin-top: 30px;
    }

    footer .top-footer .footer-col1 .title h4 {
        margin-bottom: 15px;
    }

    footer .top-footer .footer-col2 {
        margin-top: 83px;
    }

    footer .top-footer .footer-col2 .title h4 {
        margin-bottom: 15px;
    }

    footer .top-footer .footer-col3 {
        margin-top: 30px;
    }

    footer .top-footer .footer-col3 .title h4 {
        margin-bottom: 15px;
    }

    footer .top-footer .footer-col4 {
        margin-top: 30px;
    }

    footer .top-footer .footer-col4 .title h4 {
        margin-bottom: 15px;
    }
}

/***************************************
        15 MAX-Width 768px
***************************************/
@media all and (max-width: 767px) {
    .hero-area {
        padding: 127px 0 50px;
        animation: unset;
    }

    .hero-area .hero-content {
        margin-top: 0px;
    }

    .hero-area .hero-content h1 {
        font-size: 32px;
        margin-top: 25px;
    }

    .chooseUs-area .choose-head h4 {
        font-size: 22px;
    }

    .chooseUs-area .choose-head h2 {
        font-size: 30px;
    }

    .testimonials-area .testi-wrap .active .client-comment {
        max-width: 405px;
    }

    .service-area .service-content-left h2 {
        font-size: 30px;
    }

    .service-area .service-content-left .service-content-left-list {
        margin-top: 30px;
    }

    .newsletter-area .subscribe-part .subscribe-content h3 {
        font-size: 30px;
    }

    .newsletter-area .discount-part .discount-content h3 {
        font-size: 30px;
    }

    .latestNews-area .latestNews-head h3 {
        font-size: 30px;
    }

    .latestNews-area .large-blog {
        margin-bottom: 30px;
    }

    .latestNews-area .large-blog .blog-image a img {
        width: 100%;
    }

    .hero-area .hero-imge {
        position: relative;
    }

    .cargo-card img {
        object-position: unset;
    }
}

/***************************************
        16 MAX-Width 576px
***************************************/
@media all and (max-width: 576px) {
    .header-area .top-header .openClose-time p {
        font-size: 12px;
        font-weight: 500;
    }

    .header-area .top-header .contact-information {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header-area .top-header .contact-information .contact-information-phone {
        margin-right: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header-area .top-header .contact-information .contact-information-phone a {
        font-size: 12px;
    }

    .header-area .top-header .contact-information .contact-information-social {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header-area .top-header .contact-information .contact-information-social span {
        font-size: 12px;
    }

    .hero-area .hero-content p {
        padding: 20px 0 20px;
        font-size: 14px;
    }

    .chooseUs-area .choose-head {
        padding-bottom: 10px;
    }

    .chooseUs-area .choose-head h4 {
        font-size: 18px;
    }

    .testimonials-area h2,
    .chooseUs-area .choose-head h2 {
        font-size: 26px;
        margin-top: 8px;
    }

    .testimonials-area .testi-wrap .active .client-comment span img {
        width: 60%;
    }

    .chooseUs-area .choose-head p {
        font-size: 14px;
    }

    .services .choose-body .choose-item .choose-single-item h5 {
        font-size: 18px;
        padding: 14px 0 0px;
    }

    .services .choose-body .choose-item .choose-single-item p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .service-area {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .service-area:before {
        background: #3E1E23a6;
    }

    .service-area .service-content-left {
        margin-bottom: 0px;
    }

    .service-area .service-content-left h2 {
        font-size: 26px;
    }

    .service-area .service-content-left .service-content-left-list {
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .service-area .service-content-left .service-content-left-list ul {
        margin-right: 0;
        margin-bottom: 0;
    }

    .service-area .service-content-left .service-content-left-list ul li {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .service-area .service-content-left a {
        display: block;
    }

    .newsletter-area {
        padding: 30px 0;
    }

    .newsletter-area .subscribe-part .subscribe-content {
        padding-bottom: 15px;
    }

    .newsletter-area .subscribe-part .subscribe-content h3 {
        font-size: 24px;
    }

    .newsletter-area .subscribe-part .subscribe-content h3 span {
        border-bottom: 4px solid;
    }

    .newsletter-area .subscribe-part .subscribe-content p {
        padding: 16px 0;
        font-size: 14px;
    }

    .newsletter-area .subscribe-part .subscribe-content form input {
        padding: 8px 2px 8px 15px;
        font-size: 14px;
    }

    .newsletter-area .subscribe-part .subscribe-content form button {
        padding: 8px 5px;
        font-size: 14px;
    }

    .newsletter-area .discount-part .discount-content h3 {
        font-size: 25px;
    }

    .newsletter-area .discount-part .discount-content p {
        font-size: 14px;
        padding: 0px 0 17px;
    }

    .newsletter-area .discount-part .discount-content a:after {
        font-size: 30px;
        top: 3px;
        padding-left: 4px;
    }

    .testimonials-area .testi-wrap .active .client-comment {
        padding: 20px 8px 20px 15px;
    }

    .testimonials-area .testi-wrap .active .client-comment:before {
        height: 70px;
        width: 70px;
        bottom: -30px;
        left: 41%;
        -webkit-border-radius: 15px 0;
        border-radius: 15px 0;
    }

    .testimonials-area .testi-wrap .active .client-comment h5 {
        padding: 0;
        font-size: 20px;
    }

    .testimonials-area .testi-wrap .active .client-comment span {
        max-width: 80px;
    }

    .testimonials-area .testi-wrap .active .client-comment .reating {
        max-width: 115px;
    }

    .testimonials-area .testi-wrap .active .client-comment .reating img {
        width: 100%;
    }

    .testimonials-area .testi-wrap .active .client-comment p {
        font-size: 13px;
        margin-top: 5px;
    }

    .testimonials-area .testi-wrap .active .client-info {
        margin-top: 50px;
    }

    .testimonials-area .testi-wrap .active .client-info .client-img {
        width: 80px;
        height: 65px;
    }

    .testimonials-area .testi-wrap .active .client-info .client-title h3 {
        font-size: 18px;
    }

    .testimonials-area .testi-wrap .active .client-info .client-title p {
        font-size: 13px;
    }

    .testimonials-area .testi-wrap .position-2 {
        top: 74.5%;
    }

    .testimonials-area .testi-wrap .position-2 .client-img img {
        width: 50px !important;
    }

    .testimonials-area .testi-wrap .position-3 {
        top: 73%;
        left: 42px;
        -webkit-transform: scale(0.8) !important;
        -ms-transform: scale(0.8) !important;
        transform: scale(0.8) !important;
    }

    .testimonials-area .testi-wrap .position-3 .client-img img {
        width: 50px !important;
    }

    .testimonials-area .testi-wrap .position-4 {
        top: 83%;
        left: 20px;
    }

    .testimonials-area .testi-wrap .position-4 .client-img img {
        width: 50px !important;
    }

    .testimonials-area .testi-wrap .position-5 {
        top: 74.5%;
    }

    .testimonials-area .testi-wrap .position-5 .client-img img {
        width: 50px !important;
    }

    .testimonials-area .testi-wrap .position-6 {
        top: 72.5%;
        right: 42px;
    }

    .testimonials-area .testi-wrap .position-6 .client-img img {
        width: 50px !important;
    }

    .testimonials-area .testi-wrap .position-7 {
        top: 83%;
        right: 23px;
        -webkit-transform: scale(0.8) !important;
        -ms-transform: scale(0.8) !important;
        transform: scale(0.8) !important;
    }

    .testimonials-area .testi-wrap .position-7 .client-img img {
        width: 50px !important;
    }

    .latestNews-area {
        padding: 35px 0 20px;
    }

    .latestNews-area .latestNews-head h3 {
        font-size: 26px;
    }

    .latestNews-area .latestNews-head h3 span {
        border-bottom: 4px solid;
    }

    .latestNews-area .latestNews-head p {
        padding: 15px 0;
        font-size: 14px;
    }

    .latestNews-area .large-blog .blog-content a h4 {
        font-size: 16px;
        padding-top: 8px;
    }

    .latestNews-area .large-blog .blog-content span {
        font-size: 14px;
    }

    .latestNews-area .large-blog .blog-content p {
        padding: 5px 0 10px;
        font-size: 14px;
    }

    .latestNews-area .thumbnail-blog .pcontorl {
        padding: 0 15px !important;
        max-width: 100%;
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }

    .latestNews-area .thumbnail-blog .pcontorl .blog-item {
        margin-bottom: 30px;
    }

    .latestNews-area .thumbnail-blog .pcontorl .blog-item .blog-title a h4 {
        font-size: 16px;
        padding: 10px 0 0px;
    }

    .latestNews-area .thumbnail-blog .pcontorl .blog-item .blog-title span {
        font-size: 14px;
    }

    footer .top-footer {
        padding: 15px 0 20px;
    }

    footer .top-footer .footer-col1 p {
        padding: 15px 0px 10px;
    }

    footer .top-footer .footer-col2,
    footer .top-footer .footer-col3,
    footer .top-footer .footer-col4 {
        margin-top: 30px;
    }


    footer .bottom-footer {
        padding: 15px 0px 20px;
    }

    footer .bottom-footer p span {
        padding: 0px 2px;
    }

    .cargo-card img {
        object-position: unset;
    }

    .title-div h2 {
        font-size: 25px;
    }

    .hero-area .form-group h2 {
        font-size: 27px;
    }
}

@media all and (max-width: 479px) {
    .slicknav_menu .slicknav_nav ul {
        padding: 15px !important;
    }

    .slicknav_menu .slicknav_nav ul li a {
        padding: 12px 15px !important;
        font-size: 14px !important;
    }

    .slicknav_menu .slicknav_nav ul li:last-child a {
        padding: 12px 20.5px !important;
    }

    .hero-area .hero-content h1 {
        font-size: 28px;
    }

    .cargo-card img {
        object-position: unset;
    }

    .header-area .main-header nav ul li a.box-btn {
        background-color: var(--primarycolor);
        color: white;
    }
}

/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn,
.slicknav_nav .slicknav_item {
    cursor: pointer
}

.slicknav_menu,
.slicknav_menu,
* {
    box-sizing: border-box
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: .438em .625em;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: .188em
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    float: left;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 3px #000
}

.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: .875em;
    margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_icon:before {
    background: 0 0;
    width: 1.125em;
    height: .875em;
    display: block;
    content: "";
    position: absolute
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: .125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .25)
}

.slicknav_menu:after,
.slicknav_menu:before {
    content: " ";
    display: table
}

.slicknav_menu:after {
    clear: both
}

.slicknav_nav li,
.slicknav_nav ul {
    display: block
}

.slicknav_nav .slicknav_arrow {
    font-size: .8em;
    margin: 0 0 0 .4em
}

.slicknav_nav .slicknav_item a {
    display: inline
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    display: block
}

.slicknav_nav .slicknav_parent-link a {
    display: inline
}

.slicknav_menu {
    zoom: 1;
    font-size: 16px;
    padding: 29px 10px;
    box-shadow: unset;
    border-top: 1px solid #fff;
}

.slicknav_nav,
.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff
}

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #222
}

.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    font-size: .875em
}

.slicknav_nav ul {
    margin: 0 0 0 20px
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px
}

.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #fff
}

.slicknav_nav a {
    text-decoration: none;
    color: #fff
}

.slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #222
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0
}

.slicknav_brand {
    float: left;
    color: #fff;
    font-size: 18px;
    padding: 7px 12px;
    height: 44px
}

/* online track*/

#TrackMyParcel>.container {
    margin-top: 50px;
    margin-bottom: 50px
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.10rem
}

.card-header:first-child {
    border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.track {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px
}

.track .step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative
}

.track .step.active:before {
    background: #FF5722
}

.track .step::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 18px
}

.track .step.active .icon {
    background: #ee5435;
    color: #fff
}

.track .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #ddd
}

.track .step.active .text {
    font-weight: 400;
    color: #000
}

.track .text {
    display: block;
    margin-top: 7px
}

.itemside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.itemside .aside {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.img-sm {
    width: 80px;
    height: 80px;
    padding: 7px
}

ul.row,
ul.row-sm {
    list-style: none;
    padding: 0
}

.itemside .info {
    padding-left: 15px;
    padding-right: 7px
}

.itemside .title {
    display: block;
    margin-bottom: 5px;
    color: #212529
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

.btn-warning {
    color: #ffffff;
    background-color: #ee5435;
    border-color: #ee5435;
    border-radius: 1px
}

.btn-warning:hover {
    color: #ffffff;
    background-color: #ff2b00;
    border-color: #ff2b00;
    border-radius: 1px
}

.tarcking-del {
    position: absolute;
    width: 100%;
    top: 220px;
    z-index: 7;
}

.tarcking-del .card-body .card .card-body {
    padding: 10px;
    box-shadow: unset;
}

.tarcking-del .card {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10) !important;
}

.tarcking-del .card-body .card {
    box-shadow: unset !important;
}

.tarcking-del .card-body .card .card-body,
.tarcking-del .card {
    border: unset;
    box-shadow: unset;
    text-align: center;
    background-color: unset;
}

.tarcking-del .card-body {
    padding: 25px 25px 40px 25px;
    background-color: white;
}

.tarcking-del .card-body strong {
    padding-right: 10px;
    text-transform: uppercase;
}

.tarcking-del .frmErr {
    font-size: 20px;
    color: #ff0000;
}

.tarcking-overlay {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    background-color: rgba(255, 255, 255, 0.8);
}

.open {
    position: absolute;
}

.overlaybody {
    overflow: hidden;
    height: 100vh;
}

/* contact Us Section */
.contact-page-section {
    position: relative;
    padding: 110px 0px 110px;
}

.contact-page-section .info-column {
    position: relative;
    margin-bottom: 40px;
}

.contact-page-section .info-column .inner-column {
    position: relative;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}

.contact-page-section .title-box {
    position: relative;
    padding: 20px 30px;
    background-color: #fdf6f6;
}

.contact-page-section .info-column .info-list {
    position: relative;
    padding-left: 0px;
}

.contact-page-section .info-column .info-list li {
    position: relative;
    text-align: left;
    font-weight: 600;
    min-height: 60px;
    color: #111111;
    padding-left: 80px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.contact-page-section .info-column .info-list li:last-child {
    margin-bottom: 0px;
}

.contact-page-section .info-column .info-list li a {
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: var(--primarycolor);
}

.contact-page-section .info-column .info-list li .icon {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0px;
    top: 0px;
    text-align: center;
    line-height: 60px;
    font-weight: 500;
    font-size: 24;
    color: var(--primarycolor);
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

.contact-page-section .info-column .info-list li a:hover {
    color: var(--primarycolor);
}

.contact-page-section .info-column .timing {
    position: relative;
    font-weight: 600;
    font-size: 18;
    color: var(--primarycolor);
    margin-top: 30px;
    margin-bottom: 30px;
}

.contact-page-section .info-column .social-box li {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.contact-page-section .info-column .social-box li a {
    position: relative;
    display: inline-block;
    font-size: 15;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    color: white;
    background: var(--primarycolor);
    transition: all 0.5s ease;
    margin-right: 5px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.contact-page-section .info-column .social-box li.facebook a {
    background: #3b5998;
}

.contact-page-section .info-column .social-box li.twitter a {
    background: #33ccfe;
}

.contact-page-section .info-column .social-box li.google a {
    background: #f05b44;
}

.contact-page-section .info-column .social-box li.dribbble a {
    background: #ea4c89;
}

.contact-page-section .info-column .social-box li.linkedin a {
    background: #0da6be;
}

.contact-page-section .info-column .social-box li.pinterest a {
    background: #9c0c1c;
}

.contact-page-section .info-column .lower-box {
    position: relative;
    padding: 40px 20px 30px;
}

.contact-page-section .map-column {
    position: relative;
    margin-bottom: 40px;
}

.contact-page-section .map-column .inner-column {
    position: relative;
}

.contact-page-section .map-column iframe {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 472px;
}

.contact-page-section .contact-form-box {
    position: relative;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    padding: 60px 60px 60px;
    margin-top: 45px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.10);
}

.contact-page-section .contact-form-box .form-title-box {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

#about .trackmyparcel {
    display: none;
}

#about {
    background-image: url(../images/sms_mapbg.png);
    background-size: cover;
    background-color: white;
}

.div-city {
    position: relative;
    overflow: hidden;
}

.div-city .truck-1 {
    background-image: url(../images/sms_truck2.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 118px;
    height: 60px;
    left: 30%;
    bottom: 0px;
    background-position: right bottom;
    animation: 30s linear 0s infinite normal none running running-anim-left;
}



.div-city .truck-2 {
    background-image: url(../images/sms_truck1.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 128px;
    height: 60px;
    right: 0px;
    bottom: 0px;
    background-position: right bottom;
    animation: 20s linear 0s infinite normal none running running-anim;
}

@keyframes running-anim-left {
    0% {
        left: -30%;
    }

    100% {
        left: 100%;
    }
}

@keyframes running-anim {
    0% {
        right: -10%;
    }

    100% {
        right: 100%;
    }
}

/* .packages */

.packages {
    position: relative;
}

.packages .item div {
    overflow: hidden;
    border-radius: 6px;
}

.packages .item div,
.packages .item div img {
    position: relative;
    height: 300px;
}

.packages .item div img {
    transition: 0.4s;

}

.packages .item div:hover img {
    transform: scale(1.1) rotate(-1deg);
}

.packages .item div h4 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    background-color: #F14533;
    color: white;
    width: 80%;
    padding: 10px;
    box-shadow: 0px 0px 3px #1111114b;
}

.packages.owl-carousel .owl-nav .owl-prev,
.packages.owl-carousel .owl-nav .owl-next {
    position: absolute;
    bottom: -50px;
    background-color: #F14533;
    color: white;
    text-transform: uppercase;
    padding: 6px 14px;
}

.packages.owl-carousel .owl-nav .owl-prev {
    right: 100px;
}

.packages.owl-carousel .owl-nav .owl-next {
    right: 0px;
}

.owl-dots {
    display: none;
}

.copyright {
    border-top: 1px solid #ffffff42;
}

#BranchDet p {
    margin-bottom: 0px;
}

/* fixed social*/
#fixed-social {
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 1;
    transform: translateY(-50%);
}

#fixed-social a {
    color: #fff;
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    width: 40px;
    margin-bottom: 1px;
    z-index: 2;
}

#fixed-social a:hover>span {
    visibility: visible;
    right: 41px;
    opacity: 1;
}

#fixed-social a span {
    line-height: 40px;
    right: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}

.fixed-facebook {
    background-color: var(--alternate-color);
}

.fixed-facebook span {
    background-color: var(--redcolor);
}
.tarcking-del  .card-header{
    background-color: var(--primarycolor) !important;
    padding: 10px;
}
/*end fixed social*/