@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-size: 100%;
    vertical-align: baseline;
    line-height: normal;
    font-family: "Roboto", sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

:focus-visible {
    outline: none;
}

/* Grid
==========================================*/
#wrapper {
    display: grid;
    width: 100%;
    min-height: 100vh;
    grid-template-rows: auto 1fr auto;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1179px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Base Styles
========================================*/

body {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
    color: #c7031b;
    font-family: "Roboto", sans-serif;
}

img {
    max-width: 100%;
    height: 100%;
    vertical-align: top;
}

a {
    text-decoration: none;
    color: #1e98d7;
}

a:hover {
    color: #517caf;
}

/* Typography
=====================*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}

h1 {
    font-size: 4rem;
    line-height: 1.2;
}

h2 {
    font-size: 26px;
    color: #262d64;
    line-height: 1.2;
}

h3 {
    font-size: 3rem;
    line-height: 1.3;
    color: #262d64;
}

h4 {
    font-size: 2.4rem;
    line-height: 1.35;
    color: #262d64;
}

h5 {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #262d64;
}

h6 {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #262d64;
}

p {
    margin: 0;
}

/* ------flex ------*/
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.self-end {
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*==================================== LANDING PAGE CSS =================================*/
.list-none {
    list-style: none;
}

.header-V1 {
    margin-top: 30px;
}

.header-V1 .col .phone .text-lg {
    font-size: 24px;
    font-weight: 700;
}

.header-V1 .col .phone .text-md {
    display: block;
    font-weight: 400;
    font-size: 24px;
    color: #262d64;
}

.header-V1 .col .phone li:last-child {
    margin-top: 21px;
}

.header-V1 .col .fb-icon {
    margin-top: 18px;
    display: block;
    width: 30px;
    height: 30px;
}

.header-V1 .col .logo {
    width: 430px;
    height: 164px;
}

.header-V1 .col .self-end {
    align-self: end;
}

.header-V1 .d-flex .col:first-child {
    margin-right: 160px;
}

.header-V1 .d-flex .col:last-child {
    margin-left: auto;
}

.header-V1 .d-flex .col:last-child ul li {
    font-size: 24px;
    color: #7f7f7f;
    text-align: right;
}

.header-V1 .col .vill-name li {
    text-align: right;
}

/*----- Content Area ----*/
.shipment .vill-map {
    display: none;
}

.landing-page .center-icon {
    margin-top: 55px;
    margin-bottom: 33px;
}

.landing-page .icon {
    width: 66px;
    height: 64px;
}

.center-icon .d-flex {
    gap: 20px;
}



.landing-page .map-style {
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
}

.landing-page .map-style .map {
    width: 100%;
    height: 324px;
}

.shipment {
    margin-top: 42px;
}

.shipment .text-xl {
    color: #262d64;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    max-width: 610px;
    margin: 0 auto;
}

.shipment .text-xl span {
    color: #e01d38;

}

.shipment .text-clr {
    color: #e01d38;
    text-decoration-line: underline;
    text-decoration-thickness: 3px;
    font-weight: 700;
}

.shipment .serv {
    margin-top: 45px;
    gap: 22px;
}

.shipment .serv li {
    position: relative;
    font-size: 24px;
    color: #262d64;
    font-weight: 700;
}

.shipment .serv li:first-child::after {
    display: none;
}

.shipment .serv li:after {
    content: "";
    height: 6px;
    width: 6px;
    background-color: #262d64;
    position: absolute;
    left: -13px;
    top: 11px;
    border-radius: 50%;
}

.shipment .ccc-text span {
    display: block;
}

.shipment .ccc-text {
    color: #7f7f7f;
    font-size: 24px;
    line-height: normal;
    text-align: center;
    margin-top: 36px;
}

.footer-V1 {
    background-color: #262d64;
    margin-top: 174px;
    padding-top: 11px;
    padding-bottom: 11px;
    position: relative;
}

.footer-V1 .fb-icon {
    background-image: url(../images/mouseover_u28.svg);
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin-right: 27px;
}

.footer-V1 figure {
    width: 133px;
    height: 28px;
}

.footer-V1 p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}

.footer-icon::after {
    content: "";
    width: 108px;
    height: 50px;
    position: absolute;
    right: 0;
    top: -81px;
    background-image: url(../images/normal_u35.svg);
    background-repeat: no-repeat;
    background-size: 108px 50px;
}

/*============================== Responsive ======================*/
@media screen and (min-width: 768px) and (max-width: 1224px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-V1 .d-flex .col:first-child {
        margin-right: 0;
    }

    .header-V1 .col .logo {
        width: 346px;
        height: 137px;
    }

    .header-V1 .d-flex .col:last-child {
        margin-left: 0;
    }

    .md-justify-between {
        justify-content: space-between;
    }

    .footer-icon::after {
        right: 20px;
    }

    .shipment .vill-map {
        width: 108px;
        height: 50px;
        margin: 34px auto 22px;
        display: block;
    }

    .footer-icon::after {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-V1 .col .phone .text-lg,
    .header-V1 .col .phone .text-md {
        font-size: 18px;
    }

    .header-V1 .col .phone li:last-child .text-lg,
    .header-V1 .col .phone li:last-child span {
        display: none;
    }

    .header-V1 .col .fb-icon {
        margin-top: 6px;
        width: 22px;
        height: 22px;
    }

    .header-V1 .col .logo {
        width: 238px;
        height: 91px;
        margin: 32px auto 0;
    }

    .header-V1 .d-flex .col:last-child ul li {
        font-size: 18px;
        text-align: right;
    }

    .header-V1 .d-flex .col:first-child {
        margin-right: 0;
    }

    .header-V1 .d-flex .col:last-child {
        margin-left: 0;
    }

    .md-justify-between {
        justify-content: space-between;
    }

    .landing-page .icon {
        width: 33px;
        height: 32px;
    }

    .center-icon .d-flex {
        gap: 10px;
    }

    .header-V1 .col .phone li:last-child {
        margin-top: 0;
    }

    .shipment .text-xl {
        font-size: 20px;
    }

    .shipment .serv li {
        font-size: 20px;
        font-weight: 400;
    }

    .shipment .serv li:nth-child(5),
    .shipment .serv li:nth-child(6) {
        display: none;
    }

    .footer-V1 .fb-icon {
        width: 22px;
        height: 22px;
    }

    .footer-V1 p {
        display: none;
    }

    .footer-V1 figure {
        width: 122px;
        height: 26px;
    }

    .header-V1 .d-flex.md-justify-between {
        display: block;
    }

    .header-V1 .d-flex .col:last-child {
        margin-left: 0;
        position: absolute;
        right: 20px;
        top: 0;
    }

    .landing-page .center-icon {
        margin-top: 26px;
        margin-bottom: 26px;
    }

    .landing-pa .map-style iframe {
        height: 166px;
    }

    .shipment .ccc-text {
        margin-top: 0;
        font-size: 16px;
    }

    .shipment .serv li:after {
        width: 4px;
        height: 4px;
        background-color: #262d649c;
        position: absolute;
        left: -11px;
        top: 11px;
    }

    .shipment .vill-map {
        width: 98px;
        height: 45px;
        margin: 34px auto 22px;
        display: block;
    }

    .footer-icon::after {
        display: none;
    }

    .gray-line {
        width: 48px;
        height: 2px;
        background-color: #d7d7d7;
        margin: 19px auto 18px;
        display: block;
    }

    .footer-V1 {
        margin-top: 52px;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .shipment {
        margin-top: 25px;
    }

    .shipment .serv {
        margin-top: 0;
    }

    .landing-page .map-style .map,
    .landing-page .map-style>div {
        width: 100%;
        height: 166px;
    }

}