                             :root {
                            --main-bg-dark: #4d148c;
                            --main-bg-light: #603993;
                            /*Shipments, list, img, BG */
                            --yellow-color: #fdc800;
                            /*Office Address BG opacity 80% */
                            --yellow-light: rgba(253, 200, 0, .8);
                            --white-color: #ffffff;
                            /*Welcome Section / FAQ Sec BG */
                            --white-shade1: #ececec;
                            /*Courier Services / FAQ List/Shipment Sec BG */
                            --white-shade2: #dae4ed;
                            /*Connect with us BG */
                            /* --font-Regular: '../Assets/Fonts/Quatro Slab W03 Regular.ttf';*/
                        }
                        
                        input[type="text"]:focus {
                            border-color: rgba(77, 20, 140, 0.8);
                            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(77, 20, 140, 0.6);
                            outline: 0 none;
                        }
                        
                        a:hover,
                        a:active,
                        a:focus {
                            color: #ffffff !important;
                        }
                        
                        .connect-tag:hover {
                            color: #4d148c !important;
                        }
                        
                        body {
                            background-color: var(--white-shade1) !important;
                            overflow-x: hidden;
                        }
                        
                        .logo-container {
                            width: 60%;
                        }
                        
                        #header .logo-div {
                            font-family: Helvetica;
                            font-style: italic;
                            color: white;
                        }
                        
                        #header .logo-text {
                            font-size: 15px;
                        }
                        
                        #header .logo-motive {
                            font-family: Helvetica;
                            font-style: italic;
                            color: white;
                            font-size: 12px;
                            text-transform: uppercase;
                            padding-left: 12%;
                        }
                        
                        #header .logo-div p {
                            padding: 0;
                            margin: 0 0 3px 0;
                        }
                        
                        #header.header-scrolled,
                        #header.header-pages {
                            border-bottom: 2px solid #4d148c !important;
                            /* box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3); */
                        }
                        
                        .top-space__left img {
                            margin-top: 1%;
                        }
                        
                        #call-to-action3 {
                            background: white;
                            background-size: cover;
                            padding: 0 0;
                            bottom: 12%;
                        }
                        
                        .main-nav a {
                            padding: 12px 42px;
                        }
                        
                        .main-nav>ul>li {
                            position: relative;
                            white-space: nowrap;
                            float: left;
                            margin-right: 5.4%;
                        }
                        
                        .main-nav>ul>li:nth-last-child(1) {
                            margin-right: 0;
                            /* padding-left: 4%; */
                        }
                        
                        .main-nav a:hover,
                        .main-nav .active>a,
                        .main-nav li:hover>a {
                            color: var(--main-bg-dark) !important;
                            text-decoration: none;
                            border-bottom: 4px solid #fdc800;
                        }
                        
                        h2 {
                            color: black !important;
                        }
                        
                        #call-to-action2 {
                            background: var(--main-bg-dark);
                            background-size: cover;
                            padding: 1px 0;
                            bottom: 12%;
                            color: var(--yellow-color);
                        }
                        
                        #call-to-action2 a {
                            color: var(--yellow-color);
                        }
                        
                        .m-nav a:hover,
                        .m-nav .active>a,
                        .m-nav li:hover>a {
                            color: var(--main-bg-dark) !important;
                            text-decoration: none;
                            border-bottom: 2px solid #fdc800;
                            color: var(--yellow-color) !important;
                        }
                        
                        #topbar .top-space {
                            font-weight: 800;
                        }
                        
                        #intro {}
                        
                        .logo #header {
                            display: none !important;
                        }
                        
                        .logo .btn-get-started {
                            font-family: "Lato", sans-serif;
                            font-size: 13px;
                            font-weight: 600;
                            text-transform: uppercase;
                            letter-spacing: 1px;
                            display: inline-block;
                            padding: 8px 32px;
                            border-radius: 4px;
                            transition: 0.5s;
                            color: var(--yellow-color);
                            background: var(--main-bg-dark);
                        }
                        
                        .logo .btn-get-started:hover,
                        .logo .btn-get-started:active,
                        .logo .btn-get-started:focus {
                            color: var(--yellow-color) !important;
                        }
                        
                        .header-scrolled {}
                        
                        .login-nav {
                            background-color: var(--main-bg-dark);
                        }
                        
                        .login-nav a {
                            color: var(--yellow-color) !important;
                            border-radius: 4% !important;
                            -webkit-border-radius: 4% !important;
                            -moz-border-radius: 4% !important;
                            -ms-border-radius: 4% !important;
                            -o-border-radius: 4% !important;
                        }
                        
                        .hr-line {
                            height: 0;
                            margin-left: 1%;
                            width: 30%;
                            border: 1px solid var(--yellow-color);
                        }
                        
                        .intro-banner {}
                        
                        .intro-div {
                            background-color: var(--main-bg-dark);
                            height: 14em;
                            width: 28em;
                            padding-top: 12%;
                        }
                        
                        .intro-div h1 {
                            color: var(--white-color) !important;
                            font-size: 24px;
                            margin-top: 10%;
                            font-style: italic;
                        }
                        
                        .intro-div small {
                            font-size: 14px;
                            color: #ffffff;
                            font-style: italic;
                        }
                        
                        .search-intro {
                            margin-top: 2%;
                            padding-left: 12%;
                        }
                        
                        #call-to-action1 {
                            background: rgba(28, 28, 27, .3);
                            background-size: cover;
                            padding: 22px 0;
                            /* bottom: -11% !important; */
                            position: absolute;
                            width: 100vw;
                            top: 100%;
                        }
                        
                        #call-to-action1 .cta-title1 {
                            color: #fff;
                            font-size: 16px;
                        }
                        
                        #call-to-action1 .cta-text1 {
                            color: #fff;
                        }
                        
                        #call-to-action1 input {
                            height: 60%;
                            margin-left: 4%;
                            width: 40%;
                        }
                        
                        #call-to-action1 button {
                            background-color: var(--white-color);
                            color: var(--main-bg-dark);
                            border-radius: 3px;
                            -webkit-border-radius: 3px;
                            -moz-border-radius: 3px;
                            -ms-border-radius: 3px;
                            -o-border-radius: 3px;
                            height: 60%;
                            width: 15%;
                            margin-left: 8%;
                            font-size: 12px;
                        }
                        /* #call-to-action1 .cta-btn:hover {
background: #1bb1dc;
border: 3px solid #1bb1dc;
} */
                        
                        .hr-line1 {
                            height: 0;
                            position: absolute;
                            left: 45%;
                            width: 10%;
                            border: 1px solid var(--yellow-color);
                        }
                        
                        .welcome-div h2 {
                            color: var(--main-bg-dark) !important;
                            font-style: italic;
                        }
                        
                        .welcome-div h3 {
                            color: var(--main-bg-dark) !important;
                        }
                        
                        .welcome-div p {
                            margin-top: 4%;
                            padding: 0 1.5%;
                            color: var(--main-bg-dark) !important;
                            font-size: 16px;
                            text-align: left;
                        }
                        
                        .tab-header {
                            background-color: var(--main-bg-dark) !important;
                            padding: 0 24%;
                        }
                        
                        .hr-line2 {
                            height: 0;
                            position: absolute;
                            left: 4%;
                            top: 24%;
                            width: 34%;
                            border: 1px solid var(--yellow-color);
                        }
                        
                        .hr-line-1 {
                            height: 0;
                            position: absolute;
                            left: 4%;
                            top: 18%;
                            width: 34%;
                            border: 1px solid var(--yellow-color);
                        }
                        
                        #about {
                            background: white;
                        }
                        
                        #track-id {
                            padding: 4%;
                        }
                        
                        .track-sec {
                            background-color: #ececec !important;
                        }
                        
                        .track-cargo {}
                        
                        .track-cargo input {
                            width: 80%;
                        }
                        
                        .track-cargo-div h1 {
                            color: #4d148c !important;
                            font-weight: 700;
                            font-size: 32px;
                        }
                        
                        .track-cargo-div input {
                            color: #4d148c !important;
                            border-radius: 18px;
                            padding: 1% 4%;
                            font-weight: 700;
                            -webkit-border-radius: 10px;
                            -moz-border-radius: 18px;
                            -ms-border-radius: 18px;
                            -o-border-radius: 18px;
                            width: 50%;
                            margin-right: 2%;
                        }
                        
                        .track-cargo-div a {
                            width: 80%;
                            background-color: #4d148c;
                            color: white;
                            padding: 1.4% 6%;
                            border-radius: 18px !important;
                            -webkit-border-radius: 18px !important;
                            -moz-border-radius: 18px !important;
                            -ms-border-radius: 18px !important;
                            -o-border-radius: 18px !important;
                        }
                        
                        .track-cargo-div a:hover,
                        .track-cargo-div a:focus,
                        .track-cargo-div a:active {
                            color: white !important;
                        }
                        
                        .cargo-table {
                            padding-top: 4%;
                            font-size: 14px;
                        }
                        
                        .error {
                            color: red;
                        }
                        
                        .cargo-table table thead tr {
                            background-color: #4d148c;
                            color: white;
                        }
                        
                        .cargo-table table tbody th {
                            border-bottom: 1px solid #4d148c;
                        }
                        
                        .cargo-table table tbody td {
                            border-bottom: 1px solid #4d148c;
                        }
                        /*--------------------------------------------------------------
# Navigation Menu1
--------------------------------------------------------------*/
                        /* Desktop Navigation */
                        
                        .main-nav1 {
                            /* Drop Down */
                            /* Deep Drop Down */
                        }
                        
                        .main-nav1,
                        .main-nav1 * {
                            margin: 0;
                            padding: 0;
                            list-style: none;
                        }
                        
                        .main-nav1>ul>li {
                            position: relative;
                            white-space: nowrap;
                            float: left;
                        }
                        
                        .main-nav1 a {
                            display: block;
                            position: relative;
                            color: #4d148c;
                            padding: 10px 15px;
                            transition: 0.3s;
                            font-size: 14px;
                            font-family: "Lato", sans-serif;
                            text-transform: uppercase;
                            font-weight: 600;
                        }
                        
                        .main-nav1 a:hover,
                        .main-nav1 .active>a,
                        .main-nav1 li:hover>a {
                            color: #1bb1dc;
                            text-decoration: none;
                        }
                        
                        .main-nav1 .drop-down ul {
                            display: block;
                            position: absolute;
                            left: 0;
                            top: calc(100% - 30px);
                            z-index: 99;
                            opacity: 0;
                            visibility: hidden;
                            padding: 10px 0;
                            background: #fff;
                            box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
                            transition: ease all 0.3s;
                        }
                        
                        .main-nav1 .drop-down:hover>ul {
                            opacity: 1;
                            top: 100%;
                            visibility: visible;
                        }
                        
                        .main-nav1 .drop-down li {
                            min-width: 180px;
                            position: relative;
                        }
                        
                        .main-nav1 .drop-down ul a {
                            padding: 10px 20px;
                            font-size: 14px;
                            font-weight: 500;
                            text-transform: none;
                            color: #065e77;
                        }
                        
                        .main-nav1 .drop-down ul a:hover,
                        .main-nav1 .drop-down ul .active>a,
                        .main-nav1 .drop-down ul li:hover>a {
                            color: #1bb1dc;
                        }
                        
                        .main-nav1 .drop-down>a:after {
                            content: "\f107";
                            font-family: FontAwesome;
                            padding-left: 10px;
                        }
                        
                        .main-nav1 .drop-down .drop-down ul {
                            top: 0;
                            left: calc(100% - 30px);
                        }
                        
                        .main-nav1 .drop-down .drop-down:hover>ul {
                            opacity: 1;
                            top: 0;
                            left: 100%;
                        }
                        
                        .main-nav1 .drop-down .drop-down>a {
                            padding-right: 35px;
                        }
                        
                        .main-nav1 .drop-down .drop-down>a:after {
                            content: "\f105";
                            position: absolute;
                            right: 15px;
                        }
                        
                        #intro1 {
                            width: 100%;
                            padding-top: 5%;
                            padding-bottom: 5%;
                            position: relative;
                            background: #ececec;
                        }
                        
                        #intro1 .intro-info {
                            padding-top: 10px;
                            text-align: left;
                        }
                        
                        #intro1 .intro-info h2 {
                            color: var(--main-bg-dark);
                            margin-bottom: 40px;
                            font-size: 36px;
                            font-style: italic;
                        }
                        
                        #intro1 .intro-info h2 span {
                            color: #1bb1dc;
                        }
                        
                        #intro1 .intro-info h2 span p {
                            margin: 0 14px 30px 0;
                        }
                        
                        #intro1 img {
                            height: 100%;
                            width: 80%;
                            margin-left: 12%;
                            box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.4), 0 11px 20px 0 rgba(0, 0, 0, 0.19);
                        }
                        
                        #intro2 {
                            width: 100%;
                            position: relative;
                            background: #f5f8fd url("../source_images/connect with us_BG-2.png") center top no-repeat;
                            background-size: cover;
                        }
                        
                        #intro2 .intro-info {
                            padding-top: 30px;
                            text-align: justify;
                            padding-bottom: 30px;
                        }
                        
                        #intro2 .intro-info h2 {
                            color: var(--main-bg-dark) !important;
                            margin-bottom: 40px;
                            font-size: 24px;
                            font-style: italic;
                            font-weight: 700;
                        }
                        
                        #intro2 .intro-info .btn-get-started,
                        #intro2 .intro-info .btn-services {
                            font-family: "Lato", sans-serif;
                            font-size: 13px;
                            font-weight: 600;
                            text-transform: uppercase;
                            letter-spacing: 1px;
                            display: inline-block;
                            padding: 10px 32px;
                            border-radius: 4px;
                            transition: 0.5s;
                            color: #fff;
                            background: var(--main-bg-dark);
                            color: #fff;
                        }
                        
                        #intro2 .intro-info .btn-get-started:hover,
                        #intro2 .intro-info .btn-services:hover {
                            background: var(--main-bg-dark);
                        }
                        
                        #intro2 .intro-img .banner-right {
                            padding-top: 4%;
                        }
                        
                        #intro2 .intro-img h5 {
                            color: var(--main-bg-dark);
                            font-size: 32px;
                        }
                        
                        #intro2 .intro-img a {
                            color: var(--main-bg-dark);
                            margin-top: 4%;
                            font-weight: 700;
                            font-size: 26px;
                        }
                        
                        #intro3 {
                            width: 100%;
                            position: relative;
                            background-color: #4d148c;
                            background-size: cover;
                        }
                        
                        #intro3 .app-div {
                            width: 80rem;
                        }
                        
                        #intro3 .intro-info {
                            padding-top: 30px;
                            text-align: justify;
                            padding-bottom: 30px;
                        }
                        
                        #intro3 .intro-info h2 {
                            color: #ffffff !important;
                            font-size: 22px;
                            font-style: italic;
                            font-weight: 700;
                            margin: 0 !important;
                        }
                        
                        #intro3 .intro-info .btn-get-started,
                        #intro3 .intro-info .btn-services {
                            font-family: "Lato", sans-serif;
                            font-size: 13px;
                            font-weight: 600;
                            text-transform: uppercase;
                            letter-spacing: 1px;
                            display: inline-block;
                            padding: 10px 32px;
                            border-radius: 4px;
                            transition: 0.5s;
                            color: #fff;
                            background: var(--main-bg-dark);
                            color: #fff;
                            -webkit-border-radius: ;
                            -moz-border-radius: ;
                            -ms-border-radius: ;
                            -o-border-radius: ;
                            -webkit-transition: 0.5s;
                            -moz-transition: 0.5s;
                            -ms-transition: 0.5s;
                            -o-transition: 0.5s;
                        }
                        
                        #intro3 .intro-info .btn-get-started:hover,
                        #intro3 .intro-info .btn-services:hover {
                            background: var(--main-bg-dark);
                        }
                        
                        #intro3 .intro-img .banner-right {
                            padding-top: 7%;
                        }
                        
                        #intro3 .intro-img .icon-box {
                            border: 1px solid #ffffff;
                            border-radius: 5%;
                            -webkit-border-radius: 5%;
                            -moz-border-radius: 5%;
                            -ms-border-radius: 5%;
                            -o-border-radius: 5%;
                            color: #ffffff;
                            width: 9rem;
                        }
                        
                        #intro3 .icon-box_img {
                            padding-top: 4%;
                        }
                        
                        #intro3 .store-text {
                            font-size: 20px;
                            font-weight: 700;
                        }
                        
                        #intro3 .icon-box img {
                            height: 40px;
                            width: 40px;
                            padding: 10%;
                        }
                        /* #intro3 .intro-img img {
    width: 50%;
    height: 50%;
} */
                        
                        #intro3 .intro-img h5 {
                            color: #ffffff;
                            font-size: 32px;
                        }
                        
                        #intro3 .intro-img a {
                            color: #ffffff;
                            margin-top: 4%;
                            font-weight: 700;
                            font-size: 26px;
                        }
                        /* Frequently Asked Questions Section
--------------------------------*/
                        
                        #faq .question h3 {
                            font-size: 36px;
                            color: var(--main-bg-dark);
                            text-align: left;
                            font-weight: 700;
                            position: relative;
                            font-family: "Lato", sans-serif;
                            font-style: italic;
                        }
                        
                        #faq {
                            padding: 60px 0;
                            overflow: hidden;
                            background: white;
                        }
                        
                        #faq #faq-list {
                            padding: 0;
                            list-style: none;
                        }
                        
                        #faq #faq-list li {
                            margin-bottom: 2%;
                            background-color: var(--white-shade1) !important;
                        }
                        
                        #faq #faq-list a {
                            padding: 22px 0;
                            display: block;
                            position: relative;
                            font-family: "Lato", sans-serif;
                            font-size: 16px !important;
                            line-height: 1;
                            font-weight: 400;
                            padding-right: 20px;
                            color: var(--main-bg-dark) !important;
                        }
                        
                        #faq #faq-list i {
                            font-size: 16px;
                            position: absolute;
                            right: 0;
                            top: 20px;
                        }
                        
                        .#faq #faq-list p {
                            margin-bottom: 20px;
                            color: var(--main-bg-dark) !important;
                            border-top: 1px solid var(--main-bg-dark);
                            margin-top: 2% !important;
                        }
                        
                        #faq #faq-list a.collapse {
                            color: var(--main-bg-dark) !important;
                        }
                        
                        #faq #faq-list a.collapsed {
                            color: var(--main-bg-dark) !important;
                        }
                        
                        #faq #faq-list a.collapsed i::before {
                            content: "\f3d0" !important;
                        }
                        
                        .section-header h3 {
                            margin-bottom: 0 !important;
                        }
                        
                        .hr-line3 {
                            height: 0;
                            width: 8%;
                            margin-left: .3%;
                            border: 1px solid var(--yellow-color);
                        }
                        /* Shipment Section
--------------------------------*/
                        
                        #services .shipments h3 {
                            font-size: 36px;
                            color: var(--main-bg-dark);
                            text-align: left;
                            font-weight: 700;
                            position: relative;
                            font-family: "Lato", sans-serif;
                            font-style: italic;
                        }
                        
                        #services .shipments p {
                            font-size: 16px;
                            color: var(--main-bg-dark);
                            text-align: justify;
                            position: relative;
                            font-family: "Lato", sans-serif;
                            font-style: italic;
                            margin-left: 0 !important;
                            width: 100%;
                            margin-top: 2%;
                        }
                        
                        #services .box {
                            background: #603993 !important;
                        }
                        
                        #services .icon {
                            padding-top: 0px !important;
                        }
                        
                        #services .box a {
                            color: white !important;
                        }
                        
                        #call-to-action-map {
                            background: #2d2b46;
                            background-size: cover;
                            padding: 1px 0;
                        }
                        
                        .map-section {
                            background-color: grey;
                            padding: 18% 0;
                            border: 4px solid white;
                        }
                        
                        .map-address {
                            background-color: var(--yellow-color);
                            justify-content: space-around;
                            padding: 5%;
                            position: absolute;
                            /* margin-top: 9.8%; */
                            /* z-index: 9999; */
                        }
                        
                        .map-address div p {
                            font-size: 14px;
                            margin: 0 0 0px 0 !important;
                        }
                        
                        .map-add-left {
                            border-right: 1px solid black;
                        }
                        
                        .address-divider {
                            border: 1px solid black;
                            width: 12%;
                            margin-left: 0;
                            height: 0;
                        }
                        
                        .map-add-right {}
                        
                        #footer {
                            background-color: var(--main-bg-dark) !important;
                        }
                        
                        #footer .footer-top {
                            padding: 60px 0 30px 0;
                            background-color: var(--white-shade1) !important;
                            border-top: 1px soild #979c98 !important;
                        }
                        
                        #footer .footer-top .form h4 {
                            color: #4d148c !important;
                            font-weight: 500;
                            font-style: italic;
                            font-size: 32px !important;
                            margin: 0 !important;
                        }
                        
                        #footer .footer-top .form label {
                            color: #979c98 !important;
                            font-weight: 500;
                        }
                        
                        #footer .footer-top .form input,
                        #footer .footer-top .form textarea {
                            border-radius: 0;
                            box-shadow: none;
                            border-top: transparent !important;
                            border-right: transparent !important;
                            border-left: transparent !important;
                            border-bottom: 2px solid #dce1ec !important;
                            background-color: #ececec !important;
                            font-size: 14px;
                        }
                        
                        #footer .footer-top .form input::-webkit-input-placeholder,
                        #footer .footer-top .form textarea::-webkit-input-placeholder {
                            color: #a2a0bd;
                        }
                        
                        #footer .footer-top .form input::-moz-placeholder,
                        #footer .footer-top .form textarea::-moz-placeholder {
                            color: #a2a0bd;
                        }
                        
                        #footer .footer-top .form input:-ms-input-placeholder,
                        #footer .footer-top .form textarea:-ms-input-placeholder {
                            color: #a2a0bd;
                        }
                        
                        #footer .footer-top .form input::placeholder,
                        #footer .footer-top .form textarea::placeholder {
                            color: #a2a0bd;
                        }
                        
                        .hr-line5 {
                            border: 1px solid var(--yellow-color);
                            width: 12%;
                            margin-left: 0;
                            height: 0;
                        }
                        
                        form {
                            margin-top: 2%;
                        }
                        .app-icon-link
                        {
                            margin-top: 0px !important;
                            font-size: initial !important;
                        }
                        /*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
                        
                        @media (min-width: 2560px) {
                            .map-address {
                                margin-top: 0;
                            }
                            #footer {
                                margin-top: 8% !important;
                            }
                        }
                        
                        @media (min-width: 1920px) {
                            #call-to-action1 {
                                padding: 18px 0 !important;
                            }
                            .tab-header {
                                padding: 0 26% !important;
                            }
                            #footer {
                                margin-top: 17% !important;
                            }
                        }
                        
                        @media (max-width: 1680px) {
                            #header .logo-text {
                                font-size: 14.7px;
                            }
                            @media (min-width: 1440px) {
                                #call-to-action1 {
                                    padding: 18px 0;
                                }
                                .tab-header {
                                    padding: 0% 8%;
                                }
                                .main-nav1 a {
                                    font-size: 11px;
                                }
                                #footer {
                                    margin-top: 16%;
                                }
                            }
                            @media (min-width: 1380px) {
                                #call-to-action1 {
                                    padding: 18px 0;
                                }
                            }
                            @media (min-width: 1280px) {}
                            @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
                                #header.header-scrolled,
                                #header.header-pages {
                                    background-color: #ffffff;
                                }
                            }
                            @media only screen and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
                                #header.header-scrolled,
                                #header.header-pages {
                                    background-color: #4d148c !important;
                                }
                            }
                            @media (min-width: 1024px) {
                                /* #header .logo-text {
            font-size: 14.5px;
        } */
                                #header .logo-motive {
                                    font-size: 10px !important;
                                    padding-right: 0% !important;
                                }
                                .map-address {
                                    padding: 6%;
                                }
                                .map-add-left {
                                    padding-left: 0;
                                }
                                .map-add-right {
                                    padding-right: 0;
                                }
                                #call-to-action1 {
                                    padding: 20px 0;
                                }
                                #footer {
                                    margin-top: 19%;
                                }
                                .tab-header {
                                    padding: 0% 8%;
                                }
                                /* .nav-top>ul>li {
margin-right: 3.7%;
} */
                            }
                            @media (min-width: 768px) {
                                #header.header-scrolled,
                                #header.header-pages {
                                    background-color: #4d148c;
                                }
                                .toggle-logo {
                                    position: relative;
                                    float: left;
                                    margin-top: 0.6rem;
                                    margin-right: 88%;
                                    height: 3rem;
                                }
                                .toggle-logo1 {
                                    font-family: Helvetica;
                                    font-style: italic;
                                    float: left !important;
                                    bottom: 2.5rem;
                                    height: 5%;
                                    width: 58%;
                                    margin-right: 57%;
                                    position: relative;
                                    color: #ffffff;
                                    margin-left: 16%;
                                    z-index: 99999;
                                    font-size: 12px !important;
                                    font-weight: 700;
                                    margin-top: 1.2rem;
                                }
                                .toggle-logo2 {
                                    font-family: Helvetica;
                                    text-transform: uppercase;
                                    float: left;
                                    margin-top: 2.2rem;
                                    height: 5%;
                                    /* width: 40px; */
                                    margin-right: 64%;
                                    position: relative;
                                    color: #ffffff;
                                    margin-left: 16%;
                                    z-index: 99999;
                                    font-size: 7px !important;
                                    bottom: 0.8rem;
                                }
                                .map-add-left {
                                    padding-left: 4%;
                                }
                                .map-add-right {
                                    padding-left: 6%;
                                }
                                .main-nav1 a {
                                    padding: 10px 0px;
                                }
                                #footer {
                                    margin-top: 18rem;
                                }
                                .hr-line2 {
                                    left: 7%;
                                    top: 30%;
                                }
                                .hr-line-x {
                                    left: 4%;
                                    top: 16%;
                                }
                                .hr-line-1x {
                                    top: 3.5rem;
                                }
                            }
                            /* Smartphone OPPO REALME2 (portrait and landscape) and (max-height) and (orientation:portrait) and (-webkit-device-pixel-ratio: 2) ----------- */
                            @media (max-width: 720px) {
                                #hr-line1-op {
                                    left: 44%;
                                    top: 10rem;
                                }
                                #hr-line-1op {
                                    left: 32%;
                                    top: 5rem;
                                }
                                #hr-line-gop {
                                    left: 34%;
                                    top: 5rem;
                                }
                                #hr-lin-1op {
                                    left: 32%;
                                    top: 5rem;
                                }
                                #hr-line2-op {
                                    left: 5%;
                                    top: 29%;
                                }
                            }
                            @media (max-width: 770px) {
                                .tab-header {
                                    padding: 0% 4% !important;
                                }
                            }
                            @media (max-width: 767px) {
                                #header.header-scrolled,
                                #header.header-pages {
                                    background-color: #4d148c !important;
                                }
                                .toggle-logo {
                                    float: left;
                                    margin-top: 1rem;
                                    height: 5%;
                                    margin-right: 86%;
                                    position: relative;
                                }
                                .toggle-logo1 {
                                    font-family: Helvetica;
                                    font-style: italic;
                                    float: left !important;
                                    bottom: 2.5rem;
                                    height: 5%;
                                    width: 58%;
                                    margin-right: 22rem;
                                    position: relative;
                                    color: #ffffff;
                                    margin-left: 16%;
                                    z-index: 99999;
                                    font-size: 10px !important;
                                    font-weight: 700;
                                    margin-top: 1.2rem;
                                }
                                .toggle-logo2 {
                                    font-family: Helvetica;
                                    text-transform: uppercase;
                                    float: left;
                                    margin-top: 2.2rem;
                                    height: 5%;
                                    /* width: 40px; */
                                    margin-right: 24rem;
                                    position: relative;
                                    color: #ffffff;
                                    margin-left: 16%;
                                    z-index: 99999;
                                    font-size: 7px !important;
                                    bottom: 0.8rem;
                                }
                                .track-cargo-div a {
                                    padding: 3% 6%;
                                }
                                #call-to-action3 {
                                    padding: 28px 0;
                                }
                                .logo .btn-get-started {
                                    left: 8%;
                                    position: absolute;
                                }
                                #call-to-action1 {
                                    top: 30.3rem;
                                    height: 4em;
                                }
                                .main-nav1 a {
                                    padding: 0 0;
                                }
                                .search-intro {
                                    margin-top: 0;
                                    padding-left: 2%;
                                }
                                #call-to-action2 {}
                                .logo #header {
                                    display: block !important;
                                }
                                #intro .intro-info {
                                    height: 194px;
                                }
                                .intro-div h1 {
                                    font-size: 15px;
                                }
                                #intro1 {
                                    height: auto;
                                    padding: 80px 0 60px 0;
                                }
                                #intro1 .container {
                                    height: auto !important;
                                }
                                #intro1 .intro-img {
                                    width: 80%;
                                }
                                #intro1 .intro-info {
                                    text-align: center;
                                    padding-top: 40px;
                                }
                                #intro1 .intro-info h2 {
                                    font-size: 34px;
                                    margin-bottom: 30px;
                                }
                                #intro .intro-info {
                                    text-align: center;
                                    padding-top: 40px;
                                    width: 18em;
                                    height: 11em;
                                }
                                .hr-line {
                                    margin-left: 36%;
                                }
                                .hr-line1 {
                                    left: 45%;
                                    top: 28%;
                                    width: 18%;
                                }
                                .hr-line2 {
                                    left: 10%;
                                    top: 32%;
                                    width: 36%;
                                }
                                #intro3 .intro-info {
                                    text-align: center;
                                }
                                #call-to-action2 a {
                                    font-size: 6.49px;
                                    width: 4rem;
                                }
                                .map-section {
                                    background-color: grey;
                                    padding: 50% 0;
                                }
                                .map-address {
                                    /* margin-top: 4rem; */
                                    font-size: 12px;
                                }
                                #footer {
                                    padding-top: 16.8em !important;
                                }
                                .tab-header {
                                    padding: 2% 4% !important;
                                }
                                .hr-line-1 {
                                    left: 26%;
                                    top: 25%;
                                }
                                .hr-line-c {
                                    top: 36%;
                                }
                                .hr-line-g {
                                    top: 22%;
                                }
                                #footer .footer-top .form h4 {
                                    padding-bottom: 0px !important;
                                }
                                .hr-line5 {
                                    width: 38%;
                                }
                                .map-add-left {
                                    padding-left: 0;
                                }
                                .map-add-right {
                                    padding-left: 5%;
                                }
                                .map-address div p {
                                    font-size: 12px;
                                }
                            }
                            @media (max-width: 823px) and (orientation:landscape) {
                                .tab-header {
                                    padding: 0 4%;
                                }
                                #header.header-scrolled,
                                #header.header-pages {
                                    background-color: #4d148c !important;
                                }
                            }
                            @media (max-width: 767px) and (orientation:landscape) {
                                .toggle-logo {
                                    margin-top: .6rem;
                                    height: 13%;
                                }
                                #header.header-scrolled,
                                #header.header-pages {
                                    background-color: #4d148c !important;
                                }
                                .hr-line1 {
                                    left: 44%;
                                    top: 36%;
                                }
                                .hr-line-1 {
                                    left: 32%;
                                    top: 30%;
                                }
                                .hr-line-c {
                                    top: 36%;
                                }
                                #call-to-action1 {
                                    top: 30.3em;
                                }
                                #footer {
                                    padding-top: 13.5em !important;
                                }
                            }
                            @media (max-width: 425px) {
                                #footer .credits {
                                    font-size: 16px !important;
                                }
                            }
                            @media (max-width: 414px) {
                                .toggle-logo1 {
                                    margin-right: 38%;
                                }
                                .toggle-logo2 {
                                    margin-right: 46%;
                                }
                                #call-to-action1 {
                                    top: 66.2%;
                                }
                                .hr-line-1 {
                                    left: 28%;
                                }
                                .hr-line2 {
                                    left: 8% !important;
                                }
                            }
                            /* @media (device-width: 414px) and (device-height: 823px) {
#call-to-action1 {
top: 63.7%;
}
} */
                            @media (max-width: 375px) {
                                #call-to-action1 {
                                    top: 30.3rem;
                                }
                                .toggle-logo1 {
                                    margin-right: 7rem;
                                }
                                .toggle-logo2 {
                                    margin-right: 9rem;
                                }
                            }
                            @media (max-width: 360px) {
                                /* .toggle-logo1 {
        margin-right: 32%;
    }
    .toggle-logo2 {
        margin-right: 41%;
        width: 65%;
    } */
                                #call-to-action1 {
                                    top: 75.8%;
                                }
                                #call-to-action2 a {
                                    font-size: 6.3px
                                }
                            }
                            @media (min-width: 360px) and (orientation:landscape) {
                                /* .toggle-logo1 {
        display: none !important;
    }
    .toggle-logo2 {
        display: none !important;
    } */
                            }
                            @media (max-width: 320px) {
                                .toggle-logo {
                                    margin-right: 88%;
                                }
                                .toggle-logo1 {
                                    margin-right: 27%;
                                    width: 65%;
                                }
                                .toggle-logo2 {
                                    margin-right: 8rem;
                                }
                                #call-to-action1 {
                                    top: 30.2rem;
                                }
                                #call-to-action1 button {
                                    width: 18%;
                                }
                                #call-to-action2 a {
                                    font-size: 5px;
                                }
                                .hr-line1 {
                                    top: 25%;
                                }
                                #footer {
                                    padding-top: 21.4em !important;
                                }
                                #footer .credits {
                                    font-size: 13px !important;
                                }
                            }
                            @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
                                .toggle-logo1 {
                                    /* margin-right: 27rem !important; */
                                }
                                .toggle-logo2 {
                                    /* margin-right: 29rem !important; */
                                }
                            }
                            @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
                                .toggle-logo1 {
                                    /* margin-right: 30rem !important; */
                                }
                                .toggle-logo2 {
                                    /* margin-right: 34rem !important; */
                                }
                            }
                            /* @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    .toggle-logo1 {
        margin-right: 22rem !important;
    }
    .toggle-logo2 {
        margin-right: 24rem !important;
    }
} */
                            @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
                                .toggle-logo2 {
                                    margin-right: 20rem !important;
                                }
                                .toggle-logo1 {
                                    margin-right: 18rem !important;
                                }
                            }

.rounded {
    border-top-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important; 
}

.page-item.active .page-link {
    background-color: #4d148c;
}

.img-blog {
    font-size: large;
    color: black;
    transition: none;    
}

.img-blog:hover {
    color: blue !important;
}