@import url(//fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700|Source+Sans+Pro&display=swap);@import url(//fonts.googleapis.com/css?family=Montserrat:400,500,600,600i,700,800,900,900i&display=swap);@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap);* {
    box-sizing: border-box!important;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

#root,.container-div,body,html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

body {
    background-color: rgba(157,159,228,.1)
}

body,button {
    margin: 0;
    font-family: "Montserrat",sans-serif,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

code {
    font-family: source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace
}

#root,body,html {
    box-sizing: border-box
}

body::-webkit-scrollbar {
    width: 6px;
    border-radius: 20px;
    background-color: rgba(36,24,3,.239);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

@-webkit-keyframes fadeinBg {
    40% {
        background-color: #000
    }

    80% {
        background-color: rgba(0,0,0,.7)
    }

    to {
        background-color: rgba(0,0,0,.9)
    }
}

@keyframes fadeinBg {
    40% {
        background-color: #000
    }

    80% {
        background-color: rgba(0,0,0,.7)
    }

    to {
        background-color: rgba(0,0,0,.9)
    }
}

@-webkit-keyframes spreadWidth {
    40% {
        width: 40%
    }

    60% {
        width: 60%
    }

    80% {
        width: 40%
    }

    to {
        width: 100%
    }
}

@keyframes spreadWidth {
    40% {
        width: 40%
    }

    60% {
        width: 60%
    }

    80% {
        width: 40%
    }

    to {
        width: 100%
    }
}

button {
    border: none;
    background-color: rgba(143,14,16,.9);
    cursor: pointer
}

*,:after,:before {
    box-sizing: border-box
}

ol[class],ul[class] {
    padding: 0
}

blockquote,body,dd,dl,figcaption,figure,h1,h2,h3,h4,li,ol[class],p,ul[class] {
    margin: 0
}

ol[class],ul[class] {
    list-style: none
}

body {
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

button,input,select,textarea {
    font: inherit
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

img {
    max-width: 100%
}

article>*+* {
    margin-top: 1em
}

@media (prefers-reduced-motion:reduce) {
    * {
        -webkit-animation-duration: .03ms!important;
        animation-duration: .03ms!important;
        -webkit-animation-iteration-count: 1!important;
        animation-iteration-count: 1!important;
        transition-duration: .018ms!important;
        scroll-behavior: auto!important
    }
}

a {
    text-decoration: none
}

.text-center {
    text-align: center
}

.display-flex {
    display: flex
}

.display-flex-column {
    flex-direction: column
}

.remove-list-style li {
    list-style: none
}

.flex-2 {
    flex: 2 1
}

.flex-3 {
    flex: 3 1
}

.flex-4 {
    flex: 4 1
}

.flex-5 {
    flex: 5 1
}

.flex-6 {
    flex: 6 1
}

.flex-7 {
    flex: 7 1
}

.flex-8 {
    flex: 8 1
}

.flex-9 {
    flex: 9 1
}

.flex-10 {
    flex: 10 1
}

.quality-text {
    font-weight: 100
}

::-webkit-input-placeholder {
    font-weight: 300
}

.tagline-text .track-section input::-webkit-input-placeholder {
    font-weight: 400
}

.about-us-text .button-more:hover,.about-us-text p,.statistics-section .stats-container .stat-card p,.tagline-text .track-section button,.tagline-text p {
    font-weight: 500
}

.about-us-text .button-more,.blog-content span,.card-section picture button,.contact li,.menu .track-button button {
    font-weight: 600
}

.blog-content button,.blog-content h4,.statistics-section .stats-container .stat-card h2 {
    font-weight: 700
}

.about-us-text,.about-us-text .button-more,.blog-content h4 {
    transition: all .1s ease-in .1s
}

.button {
    border: none;
    cursor: pointer;
    padding: 10px
}

.button-1 {
    background-color: #7b0a0c;
    color: #fff;
    font-weight: 600!important
}

.line {
    min-height: 2px;
    width: 40px;
    position: relative;
    top: 20px;
    border: 2px solid rgba(143,14,16,.9);
    margin-bottom: 20px
}

button,input {
    outline: none
}

::-webkit-input-placeholder {
    color: #fff;
    font-family: "Montserrat",sans-serif
}

.App {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-animation: fadeinBg .2s ease-in;
    animation: fadeinBg .2s ease-in;
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-property: all;
    font-size: 12px
}

.waybill-information {
    position: fixed;
    margin: 0 auto;
    overflow: scroll;
    background-color: #e3e4e9;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 987656788765456800
}

.waybill-information .shipment-info {
    width: 80%;
    margin: 0 auto 20px
}

.waybill-information .shipment-info .waybill-info {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap
}

.waybill-information .shipment-info .waybill-info-data {
    padding: 10px;
    width: 30%
}

@media screen and (max-width: 1000px) {
    .waybill-information .shipment-info .waybill-info-data {
        width:50%;
        font-size: .6rem
    }

    .waybill-information .shipment-info .waybill-info-data h2 {
        font-size: .7rem;
        margin-bottom: 10px
    }
}

.close-waybill {
    padding: 20px;
    margin: 20px auto;
    width: 80%;
    position: relative
}

.close-waybill i {
    cursor: pointer;
    position: absolute;
    right: 10px;
    font-size: 1.6rem
}

.display-tbl {
    background-color: #fff;
    box-shadow: 1px 2px 3px #e3e4e9;
    padding: 10px;
    margin-top: 40px
}

.display-tbl table {
    border-spacing: 0;
    width: 100%;
    background-color: #fff;
    margin: 0 auto
}

.display-tbl table .tr-class {
    padding: 20px
}

.display-tbl table td {
    padding: 20px;
    text-align: center;
    font-weight: 500
}

@media screen and (max-width: 1000px) {
    .display-tbl {
        display:none
    }
}

.display-tbl thead .tr-class {
    background-color: rgba(106,27,8,.872);
    color: #fff
}

.display-tbl thead .tr-class th {
    padding: 20px
}

.display-tbl tbody .tr-class:nth-of-type(2n) {
    background-color: rgba(0,0,0,.09)
}

.mobile-tbl {
    display: none;
    margin-top: 30px
}

.mobile-tbl .shipment-details {
    display: flex;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px;
    flex-direction: column
}

.mobile-tbl .shipment-details-data {
    margin-bottom: 20px
}

.mobile-tbl .shipment-details-data h4 {
    margin-bottom: 5px
}

.mobile-tbl .shipment-details-data p {
    font-weight: 500;
    color: rgba(0,0,0,.9)
}

@media screen and (max-width: 1000px) {
    .mobile-tbl {
        display:block
    }
}

.spinner {
    width: 100%;
    height: 100%;
    background-image: url(https://res.cloudinary.com/gig-logistics/image/upload/v1611666501/gig-logistics-delivery-services_ml1qzx.png);
    display: flex;
    flex-direction: column;
    background-blend-mode: overlay;
    background-color: rgba(0,0,0,.9);
    align-items: center;
    justify-content: center;
    color: #fff
}

.spinner h2 {
    font-size: 40px;
    color: #fff;
    text-align: center
}

.spinner p {
    font-size: .7rem
}

.mobile-header {
    background-color: rgba(0,0,0,.04);
    display: none;
    justify-content: space-between;
    padding: 15px
}

.mobile-header .logo {
    text-align: left
}

.mobile-header .logo img {
    width: 50%;
    mix-blend-mode: screen
}

.mobile-header .menu-icon {
    display: flex;
    align-items: center;
    cursor: pointer
}

.mobile-header .menu-icon i {
    font-size: 1.5rem;
    cursor: pointer;
    color: hsla(0,0%,100%,.4)
}

@media screen and (max-width: 1000px) {
    .mobile-header {
        display:flex
    }
}

.jumbotron-section {
    background-color: rgba(12,3,3,.691);
    background-blend-mode: overlay;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height: 850px;
    width: "100%";
    background-position: 50%;
    margin: 0;
    padding: 0
}

@media screen and (max-width: 1000px) {
    .jumbotron-section {
        height:600px
    }
}

.home-navbar {
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    top: 30px;
    width: 90%
}

.home-navbar .logo-image {
    padding: 15px;
    align-self: center;
    justify-content: center;
    text-align: center
}

.home-navbar .logo-image img {
    width: 50%
}

@media screen and (max-width: 1000px) {
    .home-navbar {
        display:none
    }
}

.tagline-text {
    color: #fff;
    position: relative;
    display: inline-block;
    top: 170px
}

.tagline-text h3 {
    font-size: 1.8rem;
    margin-bottom: 6px
}

@media screen and (max-width: 1000px) {
    .tagline-text h3 {
        margin-bottom:20px;
        font-weight: 300
    }
}

.tagline-text p {
    font-size: .8rem;
    margin-top: 20px;
    line-height: 22px
}

.tagline-text .track-section {
    margin-top: 30px;
    display: flex;
    justify-content: center
}

@media screen and (max-width: 1000px) {
    .tagline-text .track-section {
        flex-direction:column
    }
}

.tagline-text .track-section button,.tagline-text .track-section input {
    padding: 15px;
    margin: 10px
}

.tagline-text .track-section button {
    width: 150px;
    font-family: "Montserrat",sans-serif
}

@media screen and (max-width: 1000px) {
    .tagline-text .track-section button {
        padding:20px;
        width: 95%;
        margin-top: 15px;
        border-radius: 7px
    }
}

.tagline-text .track-section input {
    font-family: "Montserrat",sans-serif;
    width: 450px;
    color: #fff;
    background-color: rgba(0,0,0,.7);
    border: 2px solid hsla(0,0%,91.8%,.9)
}

.tagline-text .track-section input::-webkit-input-placeholder {
    color: #fff
}

@media screen and (max-width: 1000px) {
    .tagline-text .track-section input {
        padding:20px;
        width: 95%;
        border: 1px solid hsla(0,0%,91.8%,.9)
    }
}

@media screen and (max-width: 1000px) {
    .tagline-text {
        padding:10px;
        top: 70px
    }
}

.contact {
    background-color: rgba(0,0,0,.8);
    color: hsla(0,0%,91.8%,.8);
    border-bottom-left-radius: 20px;
    margin-bottom: 10px
}

.contact,.contact-list li {
    padding: 10px
}

.contact-social-links {
    justify-content: flex-end
}

.contact-social-links li {
    padding: 5px
}

.contact-social-links li a {
    color: #fff
}

.contact-social-links i {
    font-size: 1.5rem
}

.contact li {
    list-style: none;
    font-size: .7rem
}

.menu {
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box
}

.menu-list {
    position: relative;
    top: 10px;
    font-weight: 800
}

.menu-list li {
    padding: 7px 10px 10px 4px;
    font-size: .79rem;
    color: rgba(44,42,42,.863)
}

.menu-list li a {
    color: rgba(44,42,42,.863);
    text-decoration: none
}

.menu-list li a:hover {
    color: rgba(143,14,16,.9)
}

.menu .track-button {
    text-align: center
}

.menu .track-button li {
    margin-top: 10px;
    width: 200px;
    font-weight: 600;
    list-style: none
}

.menu .track-button li a {
    color: #000
}

.menu .track-button li a:hover {
    color: #8b0000
}

.menu .track-button button {
    width: 90%;
    cursor: pointer;
    color: #fff;
    padding: 14px;
    font-size: .7rem;
    border-top-right-radius: 15px;
    border: 2px solid transparent;
    border-bottom-left-radius: 15px;
    box-sizing: border-box;
    transition: all .3s ease-in;
    background-color: rgba(143,14,16,.9)
}

.menu .track-button button a {
    color: #fff;
    text-decoration: none
}

.menu .track-button button a:hover {
    color: rgba(143,14,16,.9)
}

.menu .track-button button:hover {
    box-sizing: border-box;
    border: 2px solid rgba(143,14,16,.9);
    background-color: #fff;
    color: rgba(143,14,16,.9)
}

.menu .track-button button:hover a {
    color: rgba(143,14,16,.9)
}

.about-us,.welcome-text {
    margin-bottom: 60px
}

.about-us {
    position: absolute;
    top: -220px
}

.about-us .card-section {
    background: #fff;
    width: 30%;
    height: 400px;
    justify-content: space-between;
    margin: 10px
}

@media screen and (max-width: 1000px) {
    .about-us .card-section {
        width:100%;
        height: 400px;
        margin: 0 0 20px
    }
}

@media screen and (max-width: 1000px) {
    .about-us {
        top:0
    }
}

.card-section picture {
    background-size: 100%;
    background-color: rgba(5,5,22,.3);
    background-blend-mode: overlay;
    background-position: 50%;
    position: relative
}

.card-section picture button {
    position: absolute;
    bottom: 0;
    padding: 10px;
    right: 0;
    color: #fff;
    background-color: rgba(0,0,0,.9)
}

.card-section picture button i {
    padding: 5px;
    font-size: 1.1rem;
    position: relative;
    top: 3px
}

.card-section article,.card-section picture {
    flex: 1 1;
    height: 50%
}

.about-us-container {
    background-image: url(https://res.cloudinary.com/gig-logistics/image/upload/v1611666091/parallax01_wtiscs.jpg);
    background-position: 50%;
    height: 400px;
    width: 100%;
    text-align: center
}

@media screen and (max-width: 1000px) {
    .about-us-container {
        height:auto
    }
}

.about-us {
    margin: 0 auto;
    position: relative;
    justify-content: center;
    padding: 10px;
    flex-flow: wrap
}

@media screen and (max-width: 1000px) {
    .about-us {
        flex-direction:column;
        width: 100%;
        padding: 20px
    }
}

.about-us-text {
    color: rgba(54,54,54,.765);
    display: flex;
    padding: 0 20px;
    text-align: left;
    flex-direction: column;
    position: relative
}

.about-us-text h2 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: .9rem
}

@media screen and (max-width: 1000px) {
    .about-us-text h2 {
        margin-bottom:0
    }
}

.about-us-text p {
    font-size: .92rem;
    font-family: "Source Sans Pro";
    line-height: 1.521;
    margin-bottom: 20px
}

.about-us-text .button-more {
    background-color: transparent!important;
    border: 2px solid rgba(30,30,34,.6);
    color: rgba(30,30,34,.6);
    font-size: .8rem;
    margin-top: 30px;
    padding: 10px
}

.about-us-text .button-more:hover {
    color: #fff;
    background-color: rgba(12,12,12,.6)!important;
    border: 2px solid transparent
}

@media screen and (max-width: 1000px) {
    .about-us-text .button-more {
        top:0;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 1000px) {
    .about-us-text {
        width:100%
    }
}

.about-app-container {
    background-size: contain;
    background-repeat: no-repeat
}

.about-app-container article {
    flex: 1 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.about-app-container article h1 {
    font-weight: 500;
    color: #555;
    padding: 10px
}

@media screen and (max-width: 1000px) {
    .about-app-container article h1 {
        width:70%;
        text-align: center;
        font-size: .9rem;
        line-height: 20px;
        font-weight: 600;
        position: relative;
        top: 20px
    }
}

.about-app-container .text-section {
    flex-direction: column
}

.about-app-container .text-section .app-images {
    width: 100%
}

.about-app-container .text-section .app-images div {
    flex: 1 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.about-app-container .text-section .app-images div a {
    text-align: center
}

.about-app-container .text-section .app-images div .playstore {
    display: flex;
    justify-content: flex-start
}

.about-app-container .text-section .app-images div .appstore {
    display: flex;
    justify-content: flex-end
}

.about-app-container .text-section .app-images img {
    width: 70%
}

.about-app-container .image-section {
    background-size: 100%
}

@media screen and (max-width: 1000px) {
    .about-app-container .image-section {
        display:none
    }
}

.statistics-section {
    margin-top: 50px;
    margin-bottom: 40px
}

.statistics-section .stats-container .stat-card {
    flex: 1 1;
    text-align: center;
    padding: 10px;
    letter-spacing: 1px
}

@media screen and (max-width: 1000px) {
    .statistics-section .stats-container .stat-card {
        margin-bottom:25px
    }
}

.statistics-section .stats-container .stat-card h2 {
    font-size: 3rem;
    color: rgba(0,0,0,.7);
    letter-spacing: 1px
}

@media screen and (max-width: 1000px) {
    .statistics-section .stats-container .stat-card h2 {
        font-size:1.8rem
    }
}

.statistics-section .stats-container .stat-card .line {
    text-align: center!important;
    margin: 0 auto!important
}

@media screen and (max-width: 1000px) {
    .statistics-section .stats-container .stat-card .line {
        display:none
    }
}

.statistics-section .stats-container .stat-card p {
    margin-top: 40px;
    font-size: 1rem;
    color: rgba(0,0,0,.9);
    letter-spacing: 1px
}

@media screen and (max-width: 1000px) {
    .statistics-section .stats-container .stat-card p {
        font-family:"Source Sans Pro";
        margin-top: 10px;
        font-weight: 100;
        letter-spacing: 0
    }
}

@media screen and (max-width: 1000px) {
    .statistics-section .stats-container {
        flex-direction:column
    }
}

.quality-container,.stats-container {
    justify-content: center
}

@media screen and (max-width: 1000px) {
    .quality-container {
        flex-direction:column
    }
}

.quality-card-container {
    margin-bottom: 10px
}

@media screen and (max-width: 1000px) {
    .quality-card-container {
        margin-bottom:0
    }
}

.quality-card {
    padding: 20px 30px;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column
}

.quality-header,.quality-text {
    padding: 5px;
    margin-bottom: 10px
}

.quality-header span {
    font-size: 1.2rem;
    font-weight: 700
}

.quality-header h3 {
    margin-top: 15px;
    font-size: 1.9rem;
    letter-spacing: 1px
}

.quality-text {
    font-family: "Source Sans Pro",sans-serif;
    line-height: 22px;
    color: #eef;
    font-size: 1rem
}

.quality-icon {
    margin-top: 30px;
    height: 120px;
    width: 120px;
    padding: 10px;
    display: flex;
    border-radius: 100px;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    position: relative;
    right: -70px;
    margin-bottom: 50px;
    font-family: "Source Sans Pro"
}

.quality-icon img {
    position: absolute;
    max-width: 70%;
    text-align: center
}

.blog {
    width: 90%;
    padding: 10px;
    position: relative;
    margin: 40px auto 20px
}

@media screen and (max-width: 1000px) {
    .blog-template-container {
        flex-direction:column
    }
}

.blog h2 {
    margin-bottom: 20px
}

.blog .line {
    top: 0!important
}

.blog-display {
    margin-bottom: 20px
}

.blog-section {
    flex: 1 1
}

@media screen and (max-width: 1000px) {
    .blog-section {
        margin-bottom:50px
    }
}

.blog-content {
    flex: 1 1;
    padding: 10px;
    position: relative
}

.blog-content span {
    color: #565f66
}

.blog-content span i {
    padding-right: 5px;
    color: #fac312
}

.blog-content h4 {
    font-size: .86rem;
    color: rgba(0,0,0,.8);
    line-height: 18px;
    padding: 0;
    margin-top: 15px;
    cursor: pointer
}

.blog-content h4:hover {
    color: #901123
}

.blog-content button {
    background-color: transparent;
    margin-top: 15px;
    position: relative;
    left: 40px;
    font-size: .6rem;
    color: #055172
}

.blog-image {
    flex: 2 1;
    min-height: 130px;
    background-size: cover;
    width: 50%
}

.testimony {
    padding: 0 20px
}

.testimony-content {
    padding: 20px;
    background-color: hsla(0,0%,100%,.6)
}

@media screen and (max-width: 1000px) {
    .testimony-content {
        margin-left:-21px
    }
}

.testimony-content h3,.testimony-contentp {
    text-align: center
}

.testimony-content p {
    font-weight: 100;
    color: rgba(7,7,7,.5);
    font-size: 12px;
    line-height: 22px;
    font-style: italic;
    margin-bottom: 15px
}

.testimony-content h3 {
    font-weight: 600;
    margin-bottom: 5px;
    color: #451213
}

.location .card-with-image {
    padding: 10px;
    position: relative
}

.location .card-with-image .card-text {
    margin-bottom: 50px
}

.location .card-with-image button {
    background-color: transparent;
    color: #055172;
    font-weight: 600;
    font-size: .77rem;
    margin-left: 10px;
    position: absolute;
    right: 15px;
    padding-bottom: 10px;
    bottom: 5px
}

.locations {
    color: #fff
}

.locations .react-reveal {
    flex: 1 1
}

@media screen and (max-width: 1000px) {
    .locations-section {
        flex-direction:column
    }
}

.locations-header h3 {
    font-size: 1.4rem;
    margin-bottom: 20px
}

.locations-header h2 {
    font-size: 2rem;
    margin-bottom: 20px
}

.locations-card {
    height: 350px;
    display: flex;
    flex-direction: column;
    flex: 1 1;
    justify-content: center;
    padding: 30px;
    background-position: 50%;
    background-size: cover;
    background-blend-mode: overlay
}

.locations-places a {
    color: #fff;
    cursor: pointer
}

.locations-places a:hover {
    text-decoration: underline
}

.locations-places li {
    list-style: none;
    font-weight: 500;
    padding-bottom: 10px;
    font-size: .84rem
}

.locations-places li i {
    padding-right: 10px
}

.footer {
    padding: 20px;
    display: flex;
    align-items: center
}

@media screen and (max-width: 1000px) {
    .footer {
        flex-direction:column
    }
}

.footer-copyrights span {
    font-size: .96rem;
    font-weight: 700
}

.footer-tabs {
    font-weight: 500;
    font-size: .86rem
}

.footer-div {
    flex: 1 1;
    padding: 10px;
    text-align: center
}

.footer li {
    list-style-type: none;
    display: inline-block;
    padding: 0 5px;
    font-weight: 500
}

.footer li a {
    color: #000
}

.footer li a:hover {
    text-decoration: underline
}

.footer li i {
    font-size: 16px;
    cursor: pointer
}

.view-more {
    top: -150px;
    font-weight: 600;
    margin-bottom: 20px
}

@media screen and (max-width: 1000px) {
    .view-more {
        top:0
    }
}

.mobile-nav {
    height: 100%;
    position: fixed;
    font-family: "Source Sans Pro";
    top: 0;
    z-index: 8567876;
    background: rgba(0,0,0,.9);
    transition: all .1s
}

.mobile-nav.show {
    display: block;
    width: 100%
}

.mobile-nav.hide {
    width: 0
}

.mobile-nav .text {
    position: relative;
    height: 100%;
    flex-direction: column
}

.mobile-nav .text .contact-links {
    color: #fff;
    padding: 20px;
    font-family: "Montserrat",sans-serif;
    flex: 1 1;
    position: relative
}

.mobile-nav .text .contact-links .icon-div {
    padding: 10px;
    position: relative;
    text-align: right
}

.mobile-nav .text .contact-links .icon-div i {
    position: relative
}

.mobile-nav .text .contact-links li {
    font-weight: 500;
    font-size: .74rem;
    margin-bottom: 15px
}

.mobile-nav .text .contact-links li:first {
    margin-top: 40px
}

.mobile-nav .text .awesome-text {
    flex: 1 1;
    color: hsla(0,0%,91.8%,.6);
    font-size: 3rem;
    background-color: #000
}

.mobile-nav .text .mobile-menu {
    flex: 2 1;
    overflow-y: scroll;
    background-color: #fff;
    padding: 20px
}

.mobile-nav .text .mobile-menu-list {
    margin-top: 30px
}

.mobile-nav .text .mobile-menu-list li {
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 20px
}

.mobile-nav .text .mobile-menu-list li a {
    color: #000
}

.mobile-nav-icon {
    justify-content: center;
    margin-top: 20px
}

.mobile-nav-icon li {
    padding: 0 10px
}

.mobile-nav-icon li a {
    color: #000
}

.mobile-nav-icon .icon {
    font-size: 1.7rem
}

.drop-down {
    position: absolute;
    top: 30px;
    background-color: #fff;
    z-index: 9876678987;
    width: 200px;
    padding: 20px;
    display: none;
    font-weight: 600
}

.drop-down li {
    color: #fff;
    text-align: left;
    padding: 15px
}

.drop-down li a {
    color: #000
}

.drop-down li a:hover {
    font-weight: 600
}

.drop-down-container {
    cursor: pointer;
    position: relative;
    background-color: #fff
}

.drop-down-container:hover ul {
    display: block
}

.mobile-sub-menu {
    top: 20px;
    position: relative;
    padding: 10px;
    left: 20px;
    margin-bottom: 40px!important
}

.mobile-sub-menu li a {
    font-size: .83rem;
    margin-bottom: 10px
}

.title-header {
    width: 60%;
    margin: 0 auto
}

.title-header h2 {
    text-align: center
}

.reduce-width {
    width: 60%!important
}

@media screen and (max-width: 1000px) {
    .reduce-width {
        width:90%!important
    }
}

.flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}

@media screen and (max-width: 1000px) {
    .flex {
        flex-direction:column;
        justify-content: space-between
    }
}

.margin-space {
    margin: 10px!important;
    width: 30%;
    color: #333;
    padding: 10px
}

.margin-space p {
    font-size: .8rem;
    margin-bottom: 20px;
    font-weight: 600
}

.margin-space h2 {
    font-size: .9rem;
    font-weight: 700
}

@media screen and (max-width: 1000px) {
    .margin-space {
        width:80%
    }
}

.table-header {
    margin-bottom: 20px;
    margin-top: 20px
}

.table-header h4 {
    color: rgba(106,27,8,.872);
    font-size: 1rem;
    margin-bottom: 20px;
    line-height: 12px
}

.table-header p {
    font-size: 1rem;
    font-weight: 600
}

.waybill-information-track {
    margin: 0 auto;
    position: relative;
    width: 90%
}

.waybill-information-track .title-header {
    margin-top: 40px
}

.waybill-information-track .logo {
    padding: 10px
}

@media screen and (max-width: 1000px) {
    .waybill-information-track .logo {
        text-align:center
    }
}

.waybill-information-track .logo img {
    width: 100px
}

.waybill-information-track .invalid-response {
    font-size: 1.4rem;
    position: relative;
    height: 100%;
    top: 200px
}

.faq-list-display-body {
    padding: 10px;
    margin-left: 20px
}

.faq-list-display-body li {
    font-weight: 700
}

.faq-list-items h3 {
    font-weight: 800!important
}

.input-box-content {
    display: flex
}

.input-box {
    border: 1px solid red
}

.input-box .label-container,.input-box .label-text {
    flex-shrink: 0!important;
    padding: 5px
}

.input-box .label-container {
    flex: 1 1!important;
    display: flex;
    text-align: left!important;
    align-items: center;
    justify-content: center
}

.input-box .label-text {
    flex: 12 1!important
}

.loader-container {
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: inherit
}

.list-with-line {
    position: relative;
    display: flex;
    margin-bottom: 60px
}

.list-with-line-container:after {
    color: #bdbaba;
    bottom: -53px;
    left: 9px;
    position: absolute;
    font-size: 2.2rem
}

.list-with-line:last-child-container:after {
    display: none;
    content: ""
}

.remove-after:after {
    display: none
}

.span-number {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    width: 26px;
    background-color: #c6c6c6;
    border-radius: 26px;
    color: #333
}

.line-text {
    margin-left: 20px;
    margin-top: 3px;
    font-weight: 500
}

.border-line {
    width: 2px;
    height: 40px;
    background-color: #6d6d6d;
    position: absolute;
    left: 12px;
    top: 35px
}

.remove-after {
    display: none
}

.reduce-height {
    height: 300px;
    position: relative;
    background-color: rgba(0,0,0,.9)
}

@media screen and (max-width: 1000px) {
    .reduce-height {
        height:200px
    }
}

.tag-header {
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 25px
}

.tag-header h2 {
    font-size: 2rem;
    font-weight: 600
}

@media screen and (max-width: 1000px) {
    .tag-header h2 {
        font-weight:400;
        font-size: 1.6rem
    }
}

@media screen and (max-width: 1000px) {
    .tag-header {
        bottom:10px
    }
}

.body-text {
    margin-top: 50px
}

.body-text .about-us-tagline {
    text-align: center;
    margin-bottom: 60px;
    padding: 10px
}

.body-text .about-us-tagline h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #333
}

.body-text .about-us-tagline p {
    font-weight: 600
}

.body-text .about-us-tagline .line {
    margin: auto
}

.about-us-wrapper {
    background-color: #fff;
    color: #333
}

@media screen and (max-width: 1000px) {
    .about-us-wrapper {
        flex-direction:column;
        height: auto;
        width: 100%!important
    }

    .about-us-wrapper::-webkit-scrollbar {
        width: 6px;
        background-color: #110101
    }
}

.about-us-wrapper .wrapper-image {
    background-image: "";
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%
}

@media screen and (max-width: 1000px) {
    .about-us-wrapper .wrapper-image {
        display:none
    }
}

.about-us-wrapper .about-us-wrapper-text {
    padding: 40px
}

.about-us-wrapper .about-us-wrapper-text p {
    font-size: .83rem;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 25px
}

.about-us-wrapper .about-us-wrapper-text button {
    background: transparent;
    padding: 10px;
    width: 120px;
    color: #8b0000;
    font-weight: 600;
    border-radius: 7px;
    transition: all .2s ease-in-out;
    border: 2px solid #8b0000
}

.about-us-wrapper .about-us-wrapper-text button:hover {
    background: #8b0000;
    color: #fff
}

@media screen and (max-width: 1000px) {
    .about-us-wrapper .about-us-wrapper-text {
        padding:20px!important
    }
}

.vision-mission-section {
    height: 400px;
    margin-top: 20px;
    margin-bottom: 20px
}

.vision-mission-section .image-1 {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex: 1.5 1
}

.vision-mission-section .image-1,.vision-mission-section .image-1 .small-image {
    background-image: "";
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.vision-mission-section .image-1 .small-image {
    height: 50%;
    width: 90%;
    background-image: url(https://res.cloudinary.com/gig-logistics/image/upload/v1611666463/international-courier-services-gig-logistics_iykn19.jpg)
}

@media screen and (max-width: 1000px) {
    .vision-mission-section .image-1 {
        display:none
    }
}

.vision-mission-section .image-2 {
    background-image: url(https://res.cloudinary.com/gig-logistics/image/upload/v1611665895/ecommerce-logistics-services-gig-logistics_hhpl38.jpg);
    background-image: "";
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 2.5 1
}

@media screen and (max-width: 1000px) {
    .vision-mission-section .image-2 {
        display:none
    }
}

.vision-mission-section .content-text {
    flex: 2 1;
    padding: 20px;
    flex-direction: column;
    background-color: #fff;
    justify-content: center
}

.vision-mission-section .content-text-item {
    line-height: 24px;
    margin-bottom: 50px
}

.vision-mission-section .content-text-item .line {
    top: 2px
}

.vision-mission-section .content-text-item h2 {
    margin-bottom: 10px
}

.vision-mission-section .content-text-item p {
    font-size: .79rem;
    font-weight: 500
}

.ecommerce-content {
    margin-top: 100px
}

.ecommerce-content .about-us-wrapper {
    background: #fff;
    width: 90%;
    margin: 0 auto
}

.ecommerce-content .about-us-wrapper .wrapper-image {
    height: 100%;
    position: relative
}

@media screen and (max-width: 1000px) {
    .ecommerce-content {
        margin-top:30px
    }
}

.ecommerce-services {
    margin-top: 30px
}

.how-we-work {
    margin-top: 90px
}

.how-we-work .how-header {
    text-align: center;
    padding: 10px
}

.how-we-work .how-header h2 {
    font-size: 1.5rem;
    font-weight: 600
}

@media screen and (max-width: 1000px) {
    .how-we-work .how-header h2 {
        font-size:1rem
    }
}

.how-we-work .how-header .line {
    margin: 0 auto
}

@media screen and (max-width: 1000px) {
    .how-we-work {
        margin-top:40px
    }
}

.ecommerce-services {
    flex-flow: wrap;
    width: 80%;
    margin: 80px auto 0
}

.ecommerce-services .display-card {
    box-shadow: 2px 2px 3px hsla(0,0%,91.8%,.9);
    text-align: center;
    width: 30%;
    box-sizing: content-box;
    padding: 20px;
    cursor: pointer;
    transition: all .3s ease-in 10s;
    background-color: #fff;
    margin: 10px 10px 50px
}

.ecommerce-services .display-card h2,.ecommerce-services .display-card i,.ecommerce-services .display-card p {
    margin-bottom: 15px
}

.ecommerce-services .display-card h2,.ecommerce-services .display-card p {
    color: #444
}

.ecommerce-services .display-card p {
    line-height: 25px;
    font-weight: 600
}

.ecommerce-services .display-card button {
    display: none;
    padding: 10px;
    color: #8b0000;
    font-weight: 500;
    transition: all .2s ease-in .1s;
    border-radius: 10px;
    margin-top: 10px;
    border: 1px solid #8b0000;
    background-color: #fff!important
}

.ecommerce-services .display-card button:hover {
    color: #fff;
    background-color: #8b0000!important
}

@media screen and (max-width: 1000px) {
    .ecommerce-services .display-card button {
        display:inline;
        display: initial
    }
}

.ecommerce-services .display-card:hover button {
    display: inline;
    display: initial
}

@media screen and (max-width: 1000px) {
    .ecommerce-services .display-card {
        width:auto
    }
}

@media screen and (max-width: 1000px) {
    .ecommerce-services {
        flex-direction:column;
        width: 90%
    }
}

.display-icon-container {
    width: 80px;
    position: relative;
    border-radius: 80px;
    background-color: #fff;
    top: -60px;
    margin: 0 auto;
    display: flex;
    box-shadow: 1px 1px 1px rgba(83,81,81,.5);
    align-items: center;
    justify-content: center;
    height: 80px
}

.display-icon-container i {
    font-size: 1.4rem;
    color: #8b0000
}

.btn-commerce {
    background-color: #8b0000!important;
    color: #fff!important;
    width: 200px!important
}

.btn-commerce:hover {
    background-color: #7a0e0e!important;
    border-radius: 15px!important
}

.ecommerce-product {
    width: 70%;
    background-color: #fff;
    padding: 30px;
    margin: 100px auto 0
}

@media screen and (max-width: 1000px) {
    .ecommerce-product {
        width:95%;
        padding: 10px;
        margin-top: 40px;
        background-color: transparent
    }
}

.ecommerce-product .product-list {
    background-color: #fff;
    padding: 15px 15px 30px
}

@media screen and (max-width: 1000px) {
    .ecommerce-product .product-list {
        padding:20px
    }
}

.ecommerce-product-list {
    flex-wrap: wrap;
    padding: 20px
}

@media screen and (max-width: 1000px) {
    .ecommerce-product-list {
        flex-direction:column;
        padding: 10px
    }
}

.product-list-header {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 20px
}

.product-list-text {
    font-size: .77rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: .01rem;
    line-height: 25px;
    margin-bottom: 5px
}

.product-list-icon {
    text-align: center;
    margin-bottom: 20px
}

.product-list-icon i {
    font-size: 2.05rem;
    color: #b61d1d
}

.box-2 {
    border-left: 1px solid #d6d3d3
}

@media screen and (max-width: 1000px) {
    .box-2 {
        border:none
    }
}

.box-1,.box-2 {
    width: 50%;
    border-bottom: 1px solid #d6d3d3;
    margin-bottom: 20px
}

@media screen and (max-width: 1000px) {
    .box-1,.box-2 {
        width:100%;
        border: none
    }
}

.box-3 {
    width: 100%
}

.box-3 .product-list-container {
    width: 60%;
    margin: 0 auto
}

@media screen and (max-width: 1000px) {
    .box-3 .product-list-container {
        width:100%;
        margin-bottom: 20px
    }
}

.ecommerce2 {
    width: 90%
}

.product-container {
    position: relative;
    margin-bottom: 20px;
    height: 300px
}

.product-container:nth-of-type(2n) .product-box {
    right: 1px;
    flex-direction: row-reverse
}

.product-box {
    position: absolute;
    width: 100%;
    background-color: #fff;
    padding: 10px
}

.product-box .product-item {
    align-items: center;
    justify-content: center
}

.product-box .product-text {
    flex-direction: column
}

.product-box .product-text p {
    font-size: .83rem;
    font-weight: 500;
    padding: 30px;
    line-height: 26px
}

.product-item .icon-container {
    border: 6px solid #c2c2c2;
    width: 80px;
    border-radius: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-item .icon-container i {
    font-size: 2.4rem;
    color: #c2c2c2
}

.ecommerce-content .footer {
    color: #fff;
    background-color: #000
}

.ecommerce-content .footer a {
    color: #fff
}

.marquee {
    background-color: #fff;
    display: flex;
    height: 30px;
    padding: 30px;
    align-items: center
}

.marquee marquee {
    font-weight: 600;
    font-size: .9rem
}

.login-commerce {
    border: none!important;
    background-color: #064c16!important;
    color: #fff!important;
    width: 200px!important
}

.short-text {
    margin-top: 20px;
    font-size: .75rem
}

.short-text span {
    font-weight: 500
}

.short-text a {
    font-weight: 800;
    text-decoration: underline;
    color: #29ab87;
    margin-left: 3px
}

@media screen and (max-width: 1000px) {
    .short-text a {
        display:block
    }
}

.how-body-text,.how-international {
    padding: 20px
}

.how-body {
    width: 95%;
    padding: 10px;
    margin: 10px auto 40px
}

@media screen and (max-width: 1000px) {
    .how-body {
        flex-direction:column;
        width: 100%
    }
}

.how-body-text {
    flex: 2 1
}

.how-body-text p {
    font-size: .82rem;
    font-weight: 500;
    line-height: 25px;
    color: rgba(0,0,0,.7)
}

.how-body-text p:first-child {
    margin-bottom: 20px
}

.how-international {
    flex: 2 1
}

.how-international .list-with-icons {
    margin-bottom: 10px;
    display: flex
}

.how-international .list-with-icons p {
    width: 93%;
    font-weight: 600;
    line-height: 20px;
    color: rgba(0,0,0,.8)
}

@media screen and (max-width: 1000px) {
    .how-international .list-with-icons p {
        width:90%
    }
}

.how-international .list-with-icons-image {
    width: 3%
}

@media screen and (max-width: 1000px) {
    .how-international .list-with-icons-image {
        width:10%
    }
}

.how-international .list-with-icons-image img {
    width: 20px;
    height: 20px
}

.how-to-video {
    flex: 1 1
}

.how-to-video div {
    width: 450px!important
}

@media screen and (max-width: 1000px) {
    .how-to-video div {
        width:100%!important;
        margin-top: 30px
    }
}

@media screen and (max-width: 1000px) {
    .how-to-video {
        display:none
    }
}

.how-international-new {
    width: 80%;
    margin: 40px auto 30px;
    display: flex
}

@media screen and (max-width: 1000px) {
    .how-international-new {
        flex-direction:row;
        width: 90%;
        margin: 0 auto;
        display: block
    }
}

.how-international-new .section-1,.how-international-new .section-2 {
    flex: 1 1;
    padding: 10px
}

.how-international-new .section-1 {
    display: flex;
    align-items: center;
    padding: 20px;
    margin-bottom: 20px;
    justify-content: center
}

.how-international-new .section-1 p {
    font-weight: 700;
    padding: 10px;
    font-size: 1.1rem;
    color: rgba(0,0,0,.7)
}

@media screen and (max-width: 1000px) {
    .how-international-new .section-1 p {
        font-size:.8rem;
        font-weight: 500;
        line-height: 25px
    }
}

@media screen and (max-width: 1000px) {
    .how-international-new .section-1 {
        flex:1 1
    }
}

.how-international-new .section-2 {
    background-image: url(https://res.cloudinary.com/gig-logistics/image/upload/v1611665827/app-advert-2_cjdjd1.jpg);
    height: 500px;
    background-position: 50%;
    background-size: cover;
    position: relative
}

@media screen and (max-width: 1000px) {
    .how-international-new .section-2 {
        flex:2 1;
        background-image: url(https://res.cloudinary.com/gig-logistics/image/upload/v1611666174/ship-from-us-to-nigeria-1396-mobile_se4yjr.jpg);
        background-repeat: no-repeat
    }
}

.how-international-new .section-2 .download-button {
    position: absolute;
    bottom: 0;
    height: 30%;
    display: flex;
    left: 0;
    width: 100%;
    background-color: hsla(0,0%,100%,.7)
}

.how-international-new .section-2 .download-button .app-button-div {
    flex: 1 1;
    display: flex;
    justify-content: center;
    padding: 10px;
    align-items: center
}

.how-international-new .section-2 .download-button .app-button-div a img {
    width: 70%
}

@media screen and (max-width: 1000px) {
    .how-international-new .section-2 .download-button .app-button-div a img {
        width:100%
    }
}

@media screen and (max-width: 1000px) {
    .desktop-international {
        display:none
    }
}

.mobile-international {
    display: none!important
}

@media screen and (max-width: 1000px) {
    .mobile-international {
        display:block!important
    }
}

.video-display-mobile {
    width: 100%;
    margin-top: 40px;
    display: none;
    background-color: #fff
}

@media screen and (max-width: 1000px) {
    .video-display-mobile {
        display:block
    }
}

.video-display-mobile h3 {
    padding: 10px;
    color: rgba(0,0,0,.7);
    width: 80%;
    margin: 0 auto;
    line-height: 24px
}

.video-display-mobile div {
    width: 100%!important
}

.download-text p {
    font-size: 1rem;
    color: rgba(0,0,0,.7);
    font-weight: 700
}

.section-1>p {
    line-height: 25px;
    font-size: .83rem;
    color: rgba(0,0,0,.7)
}

.input-field-container,.text-area-container {
    flex-direction: column;
    margin: 5px 5px 10px
}

.input-field-container label,.text-area-container label {
    margin-bottom: 10px;
    font-weight: 600
}

.input-field-container input,.input-field-container textarea,.text-area-container input,.text-area-container textarea {
    border: 1px solid rgba(69,69,78,.1)
}

.input-field-container input,.text-area-container input {
    width: 90%;
    padding: 10px;
    border-radius: 5px
}

.form-section {
    padding: 10px;
    background-color: rgba(187,188,221,.1)
}

.input-field-container {
    width: 30%
}

@media screen and (max-width: 1000px) {
    .input-field-container {
        width:100%
    }
}

.text-area-container {
    width: 45%
}

@media screen and (max-width: 1000px) {
    .text-area-container {
        width:100%
    }
}

.quote-body {
    background-color: #fff;
    padding: 20px;
    width: 80%;
    margin: 20px auto
}

.quote-body-form-header {
    margin-bottom: 20px
}

.quote-body-form-header h3 {
    color: #8b0000;
    font-weight: 600
}

.quote-body-text-header {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 10px
}

.quote-body-text-header h2 {
    font-size: 1.5rem
}

.quote-body-text-header h2 span {
    color: #8b0000
}

.quote-body-text-content {
    margin-bottom: 30px;
    text-align: center
}

.quote-body-text-content p {
    font-size: .86rem;
    line-height: 25px;
    padding: 20px;
    font-weight: 500
}

@media screen and (max-width: 1000px) {
    .quote-body-text-content p {
        font-weight:300
    }
}

@media screen and (max-width: 1000px) {
    .quote-body-text-content {
        text-align:left
    }
}

@media screen and (max-width: 1000px) {
    .quote-body {
        width:100%;
        padding: 10px
    }
}

.company-information,.delivery-information,.package-information {
    flex-flow: wrap;
    margin-bottom: 30px
}

.button-container {
    width: 100%;
    display: flex;
    justify-content: center
}

.button-container button {
    width: 40%;
    color: #fff;
    font-weight: 600;
    padding: 15px
}

@media screen and (max-width: 1000px) {
    .button-container button {
        width:100%
    }
}

@media screen and (max-width: 1000px) {
    .quote-body-form {
        padding:10px
    }
}

.data-cover {
    height: auto;
    position: relative
}

.data-cover .cover-screen {
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: rgba(0,0,0,.9)
}

.message-content {
    color: #fff;
    text-align: center
}

.message-content h2 {
    font-weight: 100;
    font-size: 1.3rem
}

.message-content button {
    padding: 15px;
    color: #fff;
    margin-top: 20px;
    font-weight: 600
}

.faq-body {
    padding: 40px
}

@media screen and (max-width: 1000px) {
    .faq-body {
        padding:10px;
        font-size: 11px
    }
}

.faq-header,.faq-list-items {
    margin-bottom: 30px
}

.faq-list-items {
    width: 600px;
    background-color: #fff;
    color: #777
}

.faq-list-items h3 {
    margin-bottom: 10px;
    font-weight: 500;
    padding: 15px;
    position: relative;
    background-color: #eee
}

.faq-list-items h3 i {
    position: absolute;
    right: 10px;
    top: 20px
}

.faq-list-items p {
    font-size: .87rem;
    font-weight: 500;
    padding: 10px;
    margin-top: 13px;
    line-height: 25px
}

@media screen and (max-width: 1000px) {
    .faq-list-items p {
        font-size:.79rem
    }
}

@media screen and (max-width: 1000px) {
    .faq-list-items {
        width:100%
    }
}

.footer-dark {
    background-color: #000;
    color: #fff
}

.footer-dark a {
    color: #fff!important
}

.Tac {
    width: 90%;
    background-color: #fff;
    padding: 20px 10px 10px;
    margin: 0 auto
}

.tac-option {
    margin-bottom: 20px
}

.tac-option .header {
    margin-bottom: 10px
}

.tac-option .header:first-child {
    font-weight: 600!important;
    font-size: 1.2rem;
    margin-bottom: 6px
}

.tac-option p {
    font-size: .9rem;
    margin-bottom: 5px
}

.api-display-pdf {
    height: auto!important;
    width: 95%!important;
    overflow-y: scroll!important
}

@media screen and (max-width: 1000px) {
    .api-display-pdf {
        overflow:scroll!important
    }
}

.class-content {
    background-color: hsla(0,0%,89.8%,.3);
    height: auto
}

.class-content-1 {
    height: 700px;
    background: linear-gradient(90deg,#fff 42%,rgba(0,0,0,.2));
    position: relative;
    top: 0
}

@media screen and (max-width: 1000px) {
    .class-content-1 {
        background:#e5e5e5;
        padding-bottom: 40px;
        height: 740px
    }
}

.class-content-div {
    display: flex
}

@media screen and (max-width: 1000px) {
    .class-content-div {
        flex-direction:column
    }
}

.class-content-div-image {
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 52% 1
}

@media screen and (max-width: 1000px) {
    .class-content-div-image {
        flex:1 1
    }
}

.class-content-div-text {
    flex: 48% 1
}

@media screen and (max-width: 1000px) {
    .class-content-div-text {
        flex:1 1
    }
}

.class-content-div-image,.class-content-div-text {
    padding: 10px
}

@media screen and (max-width: 1000px) {
    .class-content-div-image,.class-content-div-text {
        padding:15px
    }
}

.img-container.rect_img,.img-container.rect_pattern {
    position: absolute
}

.img-container.large-image {
    margin-top: 50px;
    position: relative;
    z-index: 45678;
    margin-left: 0;
    height: 550px;
    width: 93%;
    border-radius: 10px;
    background-position: 50%;
    background-color: rgba(10,8,8,.9);
    background-blend-mode: lighten;
    background-size: cover;
    background-image: url(/static/media/women_cards.a39cd7d3.jpg)
}

@media screen and (max-width: 1000px) {
    .img-container.large-image {
        width:100%;
        height: 380px;
        margin-top: 5px
    }
}

.img-container.rect_img {
    top: 28px;
    left: -10px
}

.img-container.rect_img img {
    width: 80%
}

@media screen and (max-width: 1000px) {
    .img-container.rect_img {
        display:none
    }
}

.img-container.rect_pattern {
    bottom: -80px;
    right: 0;
    text-align: right
}

.img-container.rect_pattern img {
    width: 70%
}

@media screen and (max-width: 1000px) {
    .img-container.rect_pattern {
        display:none
    }
}

.class-content-div-text {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.class-content-div-text h2 {
    font-size: 2.8rem
}

@media screen and (max-width: 1000px) {
    .class-content-div-text h2 {
        font-size:1.95rem
    }
}

.class-content-div-text p {
    width: 75%;
    font-size: .86rem
}

@media screen and (max-width: 1000px) {
    .class-content-div-text p {
        font-size:.8rem;
        width: 100%
    }
}

.text-container {
    width: 80%;
    margin-left: 60px
}

@media screen and (max-width: 1000px) {
    .text-container {
        margin-left:0;
        width: 100%;
        margin-top: 30px
    }
}

.text-container h2 {
    padding: 0;
    line-height: 50px!important;
    margin-bottom: 20px
}

@media screen and (max-width: 1000px) {
    .text-container h2 {
        line-height:40px!important
    }
}

.class-content-2 {
    width: 100%;
    background-color: #333
}

.class-content-div-2 {
    color: #fff
}

.class-content-div-2 .header-text {
    margin: 0 auto;
    width: 40%;
    position: relative;
    top: 50px
}

@media screen and (max-width: 1000px) {
    .class-content-div-2 .header-text {
        width:90%
    }
}

.class-content-div-2 .header-text p {
    font-weight: 400!important;
    text-align: center;
    font-size: .75rem
}

@media screen and (max-width: 1000px) {
    .class-content-div-2 .header-text p {
        font-size:.95rem
    }
}

.class-indicator {
    color: #e57a00;
    font-weight: 700
}

.about-class {
    width: 100%;
    padding: 10px;
    position: relative;
    display: flex;
    margin: 150px auto 0
}

.about-class-image img {
    width: 90%;
    margin-left: 20px
}

@media screen and (max-width: 1000px) {
    .about-class-image {
        display:none
    }
}

@media screen and (max-width: 1000px) {
    .push-center {
        width:90%;
        position: relative;
        top: -70px
    }
}

.about-class-list {
    flex: 1 1;
    display: flex;
    justify-content: center
}

@media screen and (max-width: 1000px) {
    .about-class-list {
        width:80%
    }
}

.about-class-image,.about-class-list {
    flex: 1 1
}

.class-content-3 {
    background-color: hsla(0,0%,89.8%,.3);
    padding-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 30px
}

.class-content-3 .content-text {
    width: 70%;
    margin: 0 auto
}

@media screen and (max-width: 1000px) {
    .class-content-3 .content-text {
        width:90%
    }
}

.class-content-3 .content-text p {
    font-size: 1.4rem;
    font-weight: 600
}

@media screen and (max-width: 1000px) {
    .class-content-3 .content-text p {
        font-size:.9rem;
        text-align: center
    }
}

.content-text-2 {
    text-align: center;
    margin-top: 30px
}

.content-text-2 p {
    font-size: 1rem
}

@media screen and (max-width: 1000px) {
    .content-text-2 p {
        font-size:.7rem
    }
}

.price {
    color: #e57a00;
    font-weight: 700
}

.content-text-3 {
    margin-bottom: 30px!important
}

.content-text-3 .content-display {
    width: 60%;
    display: flex;
    margin: 50px auto 0
}

@media screen and (max-width: 1000px) {
    .content-text-3 .content-display {
        flex-direction:column;
        width: 90%
    }
}

.list-with-icons {
    display: flex
}

.content-box {
    width: 100%;
    background: linear-gradient(49deg,#2c2b2b 34%,#060606 51%)
}

@media screen and (max-width: 1000px) {
    .content-box {
        height:250px!important
    }
}

.content-display {
    display: flex;
    background-color: #fff;
    height: 230px
}

.content-display-1,.content-display-2 {
    flex: 1 1;
    padding: 20px
}

.content-box,.content-display-1 {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.content-box {
    color: #fff;
    height: 100%;
    align-items: center
}

.content-box h2 {
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 30px
}

.content-box p {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 20px
}

.content-box .btn-container {
    width: 80%;
    text-align: center
}

.content-box .btn-container a {
    width: 100%;
    margin: 0 auto
}

.content-box button {
    background-color: #fff;
    padding: 10px;
    color: #d8c519;
    font-weight: 700;
    border-radius: 20px;
    width: 80%
}

.content-box,.content-display {
    border-radius: 10px
}

.content-text-3 {
    padding-bottom: 30px
}

.content-text-3 h3 {
    font-size: 1.2rem;
    font-weight: 300
}

.content-display-header {
    margin-bottom: 20px;
    text-align: center
}

.list-with-icons:first-child {
    margin-bottom: 30px
}

.list-with-icons p {
    font-size: .96rem;
    margin-left: 10px
}

@media screen and (max-width: 1000px) {
    .list-with-icons p {
        font-size:.76rem
    }
}

.list-with-icons-image img {
    max-width: inherit
}

.content-display-1 {
    flex: 3 1
}

@media screen and (max-width: 1000px) {
    .content-display-1 {
        flex:2 1
    }
}

.content-display-2 {
    flex: 2 1
}

@media screen and (max-width: 1000px) {
    .content-display-2 {
        flex:3 1
    }
}

@media screen and (max-width: 1000px) {
    .content-display {
        height:450px
    }
}

@media screen and (max-width: 1000px) {
    .increase-height {
        height:500px
    }
}

.content-text-4 {
    background-color: #000;
    border-radius: 20px;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 232px;
    margin: 0 auto;
    margin-bottom: 20px!important
}

@media screen and (max-width: 1000px) {
    .content-text-4 {
        width:90%
    }
}

.content-text-4 .footer-top {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    width: 68%
}

@media screen and (max-width: 1000px) {
    .content-text-4 .footer-top {
        width:90%
    }
}

.content-text-4 .footer-top p {
    font-size: 1.02rem
}

@media screen and (max-width: 1000px) {
    .content-text-4 .footer-top p {
        font-size:.8rem;
        text-align: center
    }
}

.content-text-4 .app-image {
    margin-top: 20px;
    display: flex;
    justify-content: center
}

.content-text-4 .app-image a {
    margin: 10px
}

.blue-link {
    color: #1f70ce;
    text-decoration: underline
}

.content-display-info {
    width: 90%;
    margin: 0 auto
}

@media screen and (max-width: 1000px) {
    .content-display-info {
        width:100%
    }
}

.content-display-info h3 {
    font-size: 1rem;
    font-weight: 600
}

@media screen and (max-width: 1000px) {
    .content-display-info h3 {
        font-size:.88rem;
        font-weight: 500
    }
}

.content-display-header {
    width: 90%;
    margin: 0 auto 20px
}

.content-display-header h3 {
    font-size: .9rem;
    text-align: left
}

.class-logo {
    justify-content: center
}

.class-logo,.class-logo img {
    display: flex;
    align-items: flex-end
}

.class-logo img {
    object-fit: contain;
    position: relative;
    top: 35px;
    left: 15px;
    max-width: 160px
}

@media screen and (max-width: 1000px) {
    .class-logo img {
        top:27px;
        max-width: 130px
    }
}

.error-container {
    width: 100%;
    height: 100%;
    display: flex
}

@media screen and (max-width: 1000px) {
    .error-container {
        display:block;
        height: auto
    }
}

.error-container .content {
    height: 100%;
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 1000px) {
    .error-container .content {
        padding:20px
    }
}

.error-container .content-1 {
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-image: url(https://res.cloudinary.com/gig-logistics/image/upload/v1611666073/pickup-delivery-service-1024x768_iiutog.jpg);
    background-color: rgba(0,0,0,.9);
    background-blend-mode: overlay;
    flex: 1 1;
    position: relative
}

@media screen and (max-width: 1000px) {
    .error-container .content-1 {
        align-items:unset;
        justify-content: space-around
    }
}

.error-container .content-2 {
    background-color: #fff;
    flex: 1 1;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 1000px) {
    .error-container .content-2 {
        padding-top:50px
    }
}

.error-text {
    color: #fff;
    width: 50%
}

@media screen and (max-width: 1000px) {
    .error-text {
        width:100%
    }
}

.error-text h2 {
    padding: 10px;
    font-size: 1.9rem
}

@media screen and (max-width: 1000px) {
    .error-text h2 {
        padding:5px;
        font-size: 1rem
    }
}

.error-text p {
    padding: 15px;
    font-size: .8rem;
    line-height: 25px
}

@media screen and (max-width: 1000px) {
    .error-text p {
        padding:5px;
        font-size: .7rem
    }
}

.error-text a {
    margin-left: 20px
}

@media screen and (max-width: 1000px) {
    .error-text a {
        margin:0
    }
}

.error-text a button {
    padding: 10px;
    margin-top: 10px;
    box-shadow: 2px 2px 1px rgba(143,14,16,.9);
    color: #fff;
    font-weight: 600;
    border-radius: 6px
}

.logo-to-home {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px
}

@media screen and (max-width: 1000px) {
    .logo-to-home {
        position:relative;
        top: -15px;
        left: -10px
    }
}

.error-logo {
    mix-blend-mode: screen;
    width: 40%
}

@media screen and (max-width: 1000px) {
    .error-logo {
        width:80px
    }
}

.advert-text {
    text-align: center
}

.advert-text h2 {
    margin-bottom: 10px;
    font-size: 1.3rem
}

.advert-text p {
    font-size: .8rem;
    font-weight: 500
}

.advert-image img,.advert-text img {
    width: 65%!important
}

@media screen and (max-width: 1000px) {
    .advert-image img,.advert-text img {
        width:90%!important
    }
}

.advert-link {
    display: flex;
    justify-content: center;
    align-items: center
}

.advert-link a img {
    width: 150px
}

.advert-image {
    text-align: center
}

.advert-image img {
    width: 100%
}

@media screen and (max-width: 1000px) {
    .advert-image img {
        width:100%
    }
}

.delivery-image img {
    width: 80%
}

.partner-onboarding {
    width: 60%;
    margin: 50px auto 30px;
    display: flex
}

@media screen and (max-width: 1000px) {
    .partner-onboarding {
        width:100%
    }
}

.partner-onboarding {
    flex-direction: row-reverse
}

.partner-onboarding .partner-wrapper-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(https://res.cloudinary.com/gig-logistics/image/upload/v1611665895/ecommerce-logistics-services-gig-logistics_hhpl38.jpg)
}

.partner-onboarding .forms,.partner-onboarding .partner-wrapper-image {
    flex: 1 1;
    background-color: #fff
}

.forms {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.label {
    display: flex;
    flex-direction: column;
    margin-top: 15px
}

.label label {
    margin-bottom: 10px;
    font-weight: 600
}

.label input {
    padding: 10px;
    width: 300px;
    outline: none!important;
    box-shadow: none!important;
    border-radius: 5px;
    border: 1px solid #ccc
}

.label button {
    padding: 10px;
    color: #fff;
    font-weight: 600
}

.label p {
    font-weight: 500
}

.label .register {
    color: navy;
    font-weight: 700;
    cursor: pointer
}

.partner-info-container {
    padding: 10px;
    font-size: .77rem
}

.partner-section-toggle {
    display: flex;
    justify-content: center;
    margin-bottom: 30px
}

.partner-section-toggle .list-display {
    width: 40px;
    margin: 20px;
    font-weight: 400;
    border: 1px solid #8b0000;
    height: 40px;
    border-radius: 50px
}

.otp,.partner-section-toggle .list-display,.signup,.verify-partner {
    display: flex;
    justify-content: center;
    background-color: #fff;
    align-items: center
}

.otp,.signup,.verify-partner {
    width: 60%;
    margin: 0 auto 20px;
    flex-direction: column
}

@media screen and (max-width: 1000px) {
    .otp,.signup,.verify-partner {
        width:100%
    }
}

.otp {
    padding: 10px
}

.signup .form-class {
    display: flex;
    flex-flow: wrap
}

.signup .form-class .label {
    width: 30%;
    margin: 10px
}

.signup .form-class .label input {
    width: 100%
}

.label button {
    width: 250px
}

.signup {
    padding: 10px
}

.signup .form-header {
    text-align: center;
    margin-bottom: 20px
}

.btn-label {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px
}

.partner-otp-verified {
    width: 60%;
    background-color: #fff;
    padding: 20px;
    margin: 20px auto
}

.partner-otp-verified .list-section {
    margin-top: 20px
}

.partner-otp-verified h1 {
    margin-bottom: 20px
}

.partner-otp-verified p {
    font-size: .9rem;
    line-height: 25px;
    font-weight: 500
}

.partner-otp-verified ol {
    margin-top: 10px;
    font-size: .9rem;
    margin-left: 20px
}

.partner-otp-verified ol li {
    color: #8b0000;
    margin-bottom: 10px;
    font-weight: 600
}

@media screen and (max-width: 1000px) {
    .partner-otp-verified {
        width:100%
    }
}

.partner-section-information {
    position: relative
}

.display-message {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: hsla(0,0%,91.8%,.5);
    z-index: 34567890987654566000
}

.display-message-content {
    height: 30%;
    width: 30%;
    background-color: #fff;
    position: relative;
    box-shadow: 1px 1px 1px hsla(0,0%,100%,.99)
}

.cancel-screen {
    position: relative;
    text-align: right;
    top: -15px;
    left: 10px
}

.cancel-screen i {
    font-size: 2.3rem;
    color: #555;
    font-weight: 600;
    cursor: pointer
}

.cancel-screen i:hover {
    color: #8b0000
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.loading {
    border: 16px solid #f3f3f3;
    border-top-color: #90280e;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.pop-message {
    padding: 15px;
    text-align: center
}

.otp>p {
    margin-top: 30px;
    text-decoration: underline;
    cursor: pointer
}

.label button {
    margin-left: 30px
}

@media screen and (max-width: 1000px) {
    .signup .form-class .label {
        width:100%
    }
}

.relative {
    position: relative
}

.ecommerceform-page {
    height: 100%;
    width: 100%
}

.ecommerceform-page-content {
    width: 50%;
    margin: 0 auto;
    height: 100%
}

@media screen and (max-width: 1000px) {
    .ecommerceform-page-content {
        width:100%
    }
}

.input-box-container {
    margin-top: 50px
}

.input-box {
    width: 80%;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,.1);
    background-color: #fff;
    padding: 20px;
    margin: 0 auto 30px
}

@media screen and (max-width: 1000px) {
    .input-box {
        width:90%
    }
}

.input-box-header {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: .84rem;
    line-height: 22px;
    color: #474646
}

.input-box-input {
    padding: 15px 15px 15px 0;
    border: none;
    border-bottom: 1px solid rgba(56,55,55,.2);
    width: 300px;
    transition: all .04s ease-in .04s
}

.input-box-input::-webkit-input-placeholder {
    color: #494848;
    margin-bottom: 10px;
    font-weight: 300
}

.input-box-input:focus {
    border-bottom: 1px solid #ce7d15
}

.input-box-select {
    padding: 15px;
    width: 200px;
    border: 1px solid rgba(0,0,0,.1)
}

.input-box-select option {
    padding: 10px!important
}

.submit-div {
    width: 80%;
    margin: 0 auto 30px;
    text-align: right;
    display: flex;
    justify-content: space-between
}

.submit-btn,.submit-prev-btn {
    padding: 10px;
    color: #fff;
    width: 120px
}

.input-box-container {
    display: block;
    transition: display .3s ease-in-out .3s
}

.prev {
    text-align: left
}

.form-content {
    margin-top: 50px
}

.form-content .form-header {
    width: 50%;
    text-align: center;
    margin: 50px auto 0;
    font-size: 1.3rem
}

@media screen and (max-width: 1000px) {
    .form-content .form-header {
        width:100%
    }
}

.ecommerceform-page {
    position: relative
}

.cover-screen {
    height: 100%;
    display: flex;
    background-color: #000;
    justify-content: center;
    top: 0;
    z-index: 98765678987656780;
    align-items: center;
    position: fixed;
    width: 100%
}

.input-sub-text,.spaced {
    margin-top: 10px;
    font-size: .7rem;
    font-weight: 200
}

.agreements {
    height: 200px;
    width: 90%;
    overflow-y: scroll;
    overflow-x: hidden
}

.agreements::-webkit-scrollbar {
    width: .28em
}

.agreements::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(49,48,48,.3)
}

.agreements::-webkit-scrollbar-thumb {
    background-color: #5d9dc4;
    outline: 1px solid #5d83a4
}

.agreement-btn-div {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    margin-top: 40px
}

.agreement-btn-div span {
    background-color: #9bc187;
    transition: all .2s ease-in;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    border-radius: 20px;
    text-align: center;
    width: 100px
}

.agreement-btn-div span:hover {
    background-color: #3c8717
}

.deactivate-link {
    cursor: pointer
}

.deactivate-link:hover {
    text-decoration: underline
}

@media screen and (max-width: 1000px) {
    .react-pdf__Document {
        width:120px
    }
}

.input-box-checkbox {
    margin-bottom: 20px;
    display: flex
}

.input-box-checkbox label {
    width: 20%
}

@media screen and (max-width: 1000px) {
    .input-box-checkbox label {
        width:100%
    }
}

.input-box-checkbox .box-div {
    position: relative;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left
}

.input-box-checkbox .box-div input {
    position: absolute;
    right: 0
}

.select-customer-type {
    padding: 10px;
    justify-content: center;
    display: flex;
    width: 50%;
    margin: 20px auto 0
}

.select-customer-type .customer-type {
    margin: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.select-customer-type .customer-type label {
    font-weight: 500;
    font-size: 1rem;
    padding-right: 10px
}

.international-header {
    display: flex;
    align-items: center
}

.international-header p {
    padding-right: 10px;
    font-weight: 500
}

.registration-items {
    display: flex;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
    flex-flow: wrap
}

@media screen and (max-width: 1000px) {
    .registration-items {
        flex-direction:column
    }
}

.registration-items .input-box-content {
    padding: 5px;
    display: flex;
    margin-left: 10px;
    align-items: center
}

.registration-items .input-box-content label {
    padding-right: 10px;
    font-weight: 500
}

.upload-div {
    display: flex;
    flex-direction: column
}

.upload-div label {
    margin-bottom: 20px;
    font-weight: 600
}

.upload-div input {
    width: 300px;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.upload-div input::-webkit-input-placeholder {
    color: grey;
    font-size: .76rem;
    padding: 5px
}

.upload-div input:-ms-input-placeholder {
    color: grey;
    font-size: .76rem;
    padding: 5px
}

.upload-div input::-ms-input-placeholder {
    color: grey;
    font-size: .76rem;
    padding: 5px
}

.upload-div input::placeholder {
    color: grey;
    font-size: .76rem;
    padding: 5px
}

@media screen and (max-width: 1000px) {
    .upload-div input {
        width:90%
    }
}

.registration-uploads {
    border: 1px solid #bebebe;
    padding: 20px;
    border-radius: 10px
}

.input-file-upload {
    position: relative;
    height: 40px
}

.input-file-upload input {
    width: 100px;
    padding: 5px;
    z-index: 789876567;
    position: absolute;
    opacity: 0
}

.input-file-upload .upload-image-div {
    position: absolute;
    width: 100px;
    padding: 5px;
    text-align: center;
    top: 3px;
    border-radius: 5px;
    border: 1px dashed grey;
    left: 0
}

.input-file-upload .input-src {
    top: -50px;
    left: 150px;
    position: absolute;
    padding-bottom: 10px
}

.input-file-upload .input-src img {
    width: 100px
}

.margin-bottom {
    margin-bottom: 30px
}

.cover-screen-2 {
    background-color: #fff
}

.message-content-2 {
    color: #000
}

.app-container {
    width: 100%;
    margin-top: 20px;
    font-size: .85rem
}

.app-section-1 h2 {
    text-align: center;
    margin-bottom: 20px
}

.app-section-1 p {
    font-weight: 500;
    font-size: .8rem
}

@media screen and (max-width: 1000px) {
    .app-section-1 p {
        font-size:.6rem
    }
}

.app-section-1,.app-section-3 {
    background-color: #ddd
}

.app-section-1,.app-section-2,.app-section-3 {
    width: 70%;
    padding: 20px;
    margin: 0 auto
}

@media screen and (max-width: 1000px) {
    .app-section-1,.app-section-2,.app-section-3 {
        width:100%
    }
}

.app-section-2 {
    font-weight: 700;
    position: relative;
    padding: 10px!important
}

.app-section-2 .section-header {
    font-size: .9rem;
    margin: 20px 0
}

@media screen and (max-width: 1000px) {
    .app-section-2 .section-header {
        text-align:center;
        font-size: .5rem;
        font-weight: 800
    }
}

.app-section-2 .section-body {
    width: 90%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    justify-content: center;
    padding: 10px
}

.app-section-2 .section-body .section-item-list {
    margin-bottom: 10px;
    position: relative;
    display: flex
}

.app-section-2 .section-body .section-item-list div {
    position: relative
}

.app-section-2 .section-body .section-item-list img {
    width: 50px;
    position: relative;
    top: -8px
}

.app-section-2 .section-body .section-item-list p {
    font-size: .83rem;
    margin-left: 25px;
    font-weight: 700
}

.app-section-3 {
    height: auto;
    padding: 10px!important;
    position: relative
}

.app-section-3 .app-info p {
    text-align: center;
    font-weight: 600;
    font-size: .8rem
}

@media screen and (max-width: 1000px) {
    .app-section-3 .app-info p {
        font-size:.5rem
    }
}

.app-section-3 .app-feature {
    position: relative
}

.app-section-3 .app-feature p {
    display: flex;
    position: relative;
    top: 10px;
    justify-content: flex-end
}

@media screen and (max-width: 1000px) {
    .app-section-3 .app-feature p {
        margin-top:20px
    }
}

.app-section-3 .app-feature .app-images {
    width: 100%;
    display: flex;
    justify-content: flex-end
}

.app-section-3 .app-feature .app-images .image {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.app-section-3 .app-feature .app-images .image a {
    flex: 1 1;
    width: 150px;
    margin: 4px
}

@media screen and (max-width: 1000px) {
    .app-section-3 .app-feature .app-images .image a {
        width:100px
    }
}

.app-section-3 .app-feature .app-images .image img {
    width: 100%
}

@media screen and (max-width: 1000px) {
    .app-section-3 .app-feature .app-images .image img {
        width:100%
    }
}

.relativity {
    position: relative
}

.audacity-management {
    position: absolute;
    background: #fff;
    height: 35px;
    width: 35px;
    align-items: center;
    font-weight: 800;
    padding: 8px 5px 5px;
    font-size: .4rem;
    border-radius: 60px;
    border: 4px solid red
}

.push-left {
    margin-left: 40px
}

.flex-1,.flex-2 {
    flex: 1 1
}

.country-height {
    height: 200px
}

@media screen and (max-width: 1000px) {
    .country-height {
        height:100px
    }
}

.country-content .banner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    background-blend-mode: overlay;
    background-color: rgba(3,28,44,.8);
    background-position: 50%;
    background-size: 100%
}

.country-content .banner-container h2 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 200
}

@media screen and (max-width: 1000px) {
    .country-content .banner-container {
        height:100px
    }
}

.location-container {
    margin-bottom: 20px
}

.head-location {
    background-image: url(https://res.cloudinary.com/gig-logistics/image/upload/v1611666501/gig-logistics-delivery-services_ml1qzx.png);
    background-position: 50%;
    background-color: rgba(0,0,0,.9);
    background-blend-mode: overlay;
    text-align: center;
    width: 90%;
    padding: 20px;
    margin: 20px auto 30px;
    line-height: 30px;
    color: #fff
}

.head-location h2 {
    font-size: 1.5rem;
    padding: 10px
}

.other-location {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex-flow: wrap
}

.other-location .flex-container {
    width: 50%;
    padding: 10px
}

@media screen and (max-width: 1000px) {
    .other-location .flex-container {
        width:100%;
        padding: 5px
    }
}

@media screen and (max-width: 1000px) {
    .other-location {
        flex-direction:column
    }
}

.stations {
    margin-bottom: 30px
}

.stations h2 {
    color: #8b0000;
    font-weight: 700;
    margin-bottom: 7px
}

.stations p {
    font-weight: 500;
    margin-left: 20px;
    line-height: 26px;
    margin-bottom: 10px
}

.stations .station-address {
    margin-top: 15px;
    margin-left: 20px
}

.stations .station-name {
    color: #8b0000;
    font-weight: 600;
    font-size: .9rem
}

.stations .station-add {
    font-weight: 500;
    line-height: 25px
}

/*# sourceMappingURL=main.59beadf5.chunk.css.map */
