/*fonts-starts-here*/

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Black.eot");
    src: url("../fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Roboto-Black.woff2") format("woff2"),
        url("../fonts/Roboto-Black.woff") format("woff"),
        url("../fonts/Roboto-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Bold.eot");
    src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Roboto-Bold.woff2") format("woff2"),
        url("../fonts/Roboto-Bold.woff") format("woff"),
        url("../fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Medium.eot");
    src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Roboto-Medium.woff2") format("woff2"),
        url("../fonts/Roboto-Medium.woff") format("woff"),
        url("../fonts/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Thin.eot");
    src: url("../fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Roboto-Thin.woff2") format("woff2"),
        url("../fonts/Roboto-Thin.woff") format("woff"),
        url("../fonts/Roboto-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.eot");
    src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Roboto-Regular.woff2") format("woff2"),
        url("../fonts/Roboto-Regular.woff") format("woff"),
        url("../fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Light.eot");
    src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Roboto-Light.woff2") format("woff2"),
        url("../fonts/Roboto-Light.woff") format("woff"),
        url("../fonts/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Black.woff2") format("woff2"),
        url("../fonts/Inter-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-ExtraLight.woff2") format("woff2"),
        url("../fonts/Inter-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Bold.woff2") format("woff2"),
        url("../fonts/Inter-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"),
        url("../fonts/Inter-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Light.woff2") format("woff2"),
        url("../fonts/Inter-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Thin.woff2") format("woff2"),
        url("../fonts/Inter-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Medium.woff2") format("woff2"),
        url("../fonts/Inter-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Regular.woff2") format("woff2"),
        url("../fonts/Inter-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-SemiBold.woff2") format("woff2"),
        url("../fonts/Inter-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*fonts-end-here*/

:root {
    --primary-color: #035460;
    --secondary-color: #f4f6f7;
}

html,
body {
    font-family: "Inter";
    color: #43525a;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

*:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

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

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 16px;
    color: #43525a;
    /* font-family: 'Montserrat'; */
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto';
} */
.roboto-txt {
    font-family: "Roboto";
}

.intr-txt {
    font-family: "Inter";
}

/**typography-css-starts**/

h1,
.heading1 {
    font-size: 40px;
    font-weight: 900;
    line-height: 46px;
    letter-spacing: 1.2px;
}

h2,
.heading2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 58.09px;
    letter-spacing: 0.2px;
}

h3,
.heading3 {
    font-size: 30px;
    font-weight: 800;
    line-height: 35px;
    letter-spacing: 0.2px;
}

h4,
.heading4 {
    font-size: 36px;
    font-weight: 600;
    line-height: 43.57px;
    letter-spacing: 0.2px;
}

h5,
.heading5 {
    font-size: 32px;
    font-weight: 700;
    line-height: 38.73px;
    letter-spacing: 0.2px;
}

h6,
.heading6 {
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.heading7 {
    font-size: 22px;
    font-weight: 600;
    line-height: 26.6px;
    letter-spacing: 0.2px;
}

.heading8 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.2px;
}

.heading9 {
    font-size: 24px;
    font-weight: 600;
    line-height: 26.6px;
    letter-spacing: 0.2px;
}

.text-lg {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.text-md {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.46px;
}

.text-sm {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.46px;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.theme-white * {
    color: #fff;
}

.pri-color {
    color: #43525a;
}

.black-text {
    color: #000;
}

.border-radius-lg {
    border-radius: 29px;
}

.border-radius-md {
    border-radius: 5px;
}

.border-radius--md {
    border-radius: 10px;
}

.border-radius-sm {
    border-radius: 20px;
}

/* footer * {
  color: #43525a;
} */

.text-underline {
    text-decoration: underline !important;
}

/**typography-css-ends**/

/**common-css-starts**/
.container-header {
    max-width: 1230px;
    padding: 0 15px;
}

.container {
    max-width: 1230px;
    padding: 0 15px;
}

.container-md {
    max-width: 1020px;
    padding: 0 15px;
}

.container-sm {
    max-width: 984px;
    padding: 0 15px;
}

.container-md-1 {
    max-width: 1063px;
}

.container-sm-1 {
    max-width: 1020px;
}

.bg-primary {
    background-color: var(--primary-color);
}

.bg-secondary {
    background-color: var(--secondary-color);
}

.pri-color {
    color: var(--primary-color);
}

.light-gray {
    background-color: var(--secondary-color);
}

input[type="text"],
input[type="email"],
input[type="phone"],
input[type="search"],
input[type="password"],
input[type="date"],
input[type="url"],
input[type="tel"],
textarea,
select,
input[type="number"],
input[type="file"] {
    border: 0.5px solid #c1c1c1;
    padding: 8.5px 10px;
    width: 100%;
    font-size: 16px;
    border-radius: 3px;
    background: #fff;
    color: #43525a;
    font-weight: 300;
    height: 41px;
    letter-spacing: 0.2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.track-input input[type="text"] {
    height: 50px;
    padding: 13px 16px !important;
    border-color: #acacac80;
    border-radius: 5px;
    padding-bottom: 5px;
}

.selectdiv:after {
    content: "";
    color: #333;
    top: 44px;
    right: 12px;
    position: absolute;
    pointer-events: none;
    background-image: url(../images/select-arrow.png);
    width: 12px;
    height: 17px;
    background-repeat: no-repeat;
    line-height: 17px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus,
input[type="number"]:focus,
input[type="file"]:focus {
    border: 0.5px solid #acacac;
}

.select-input-field {
    border: 0.5px solid #c1c1c1;
    padding: 8.5px 10px;
    width: 100%;
    font-size: 16px;
    border-radius: 3px;
    background: #fff;
    color: #ababab;
    font-weight: 300;
    height: 41px;
    letter-spacing: 0.2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-input-field:focus,
.select-input-field:hover {
    border: 0.5px solid #acacac;
    color: #ababab;
}

/* .selectdiv .dropdown-toggle::after {
    display: none;
}

.selectdiv .dropdown-item.active,
.selectdiv .dropdown-item:active {
    background-color: #185260;
}

select,
.select-input-field {
    color: #ABABAB;
} */

/* #topic.option-selected,
.otherclass {
    color: #43525A;
}

.otherclass {
    border: 0.5px solid #ACACAC;
    color: #43525A;
} */
/**********/

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-search__field,
.select2-selection__clear {
    display: none;
}

label#topic-error {
    bottom: -26px;
    position: absolute;
    left: 0;
}

/***********/
textarea.input-field {
    height: 120px;
    resize: none;
}

.input-field::placeholder {
    color: #ababab;
}

.input-field:-ms-input-placeholder {
    color: #ababab;
}

.input-field::-ms-input-placeholder {
    color: #ababab;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.cursor-pointer {
    cursor: pointer;
}

.sec-pd {
    padding: 80px 0;
}

.sec-pd-about {
    padding: 100px 0;
}

.client-logo-slider .slick-track {
    align-items: center;
    justify-content: center;
    display: flex;
}

.client-logo-slider .slick-slide img {
    margin: 0 auto;
}

.shipping-carriers img {
    max-width: 150px;
}

.client-logo-slider .slick-dots button {
    background: #256376;
    border-radius: 50px;
    width: 12px;
    height: 12px;
}

.client-logo-slider .slick-dots li {
    margin: 0;
}

.client-logo-slider .slick-dots .slick-active button {
    background: #8d9496;
}

.client-logo-slider .slick-dots {
    top: 100px;
}

.about-slider .slick-dots button {
    background: #256376;
    border-radius: 50px;
    width: 12px;
    height: 12px;
}

.about-slider .slick-dots li {
    margin: 0;
}

.about-slider .slick-dots .slick-active button {
    background: #8d9496;
}

/* latest common css */

.primary-button {
    box-shadow: none;
    color: #111827;
    height: 48px;
    text-align: center;
    display: flex;
    padding: 16px 30px;
    align-items: center;
    border-radius: 100px;
    background: #ffed50;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    justify-content: center;
    border: none;
}

.primary-button:hover {
    background-color: #e8d63f;
}

.outline-button-light {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    display: flex;
    height: 48px;
    padding: 16px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.outline-button-light:hover {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.outline-button-dark {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 500px;
    background: transparent;
    display: flex;
    height: 48px;
    padding: 16px 30px;
    justify-content: center;
    align-items: center;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    box-shadow: none;
}

.outline-button-dark:hover {
    border: 1px solid #000;
    color: black;
}

.secondary-button {
    display: flex;
    height: 48px;
    padding: 16px 30px;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 500px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    cursor: pointer;
}

.secondary-button:hover {
    background: #363636;
}

.drop-shadow-small {
    box-shadow: 0px 2px 6px 0px rgba(16, 24, 40, 0.06);
}

.heading-2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
}

.text-neutral-900 {
    color: #111827;
}

/**common-css-ends**/
.about-bg {
    width: 100%;
    background: var(--primary-color);
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 229px; */
    padding: 70px 0 80px;
}

.services-width {
    max-width: 750px;
    margin: 0 auto;
}

.services-width-md {
    max-width: 900px;
    margin: 0 auto;
}

.services-width--lg {
    max-width: 940px;
    margin: 0 auto;
}

.tab-content>.tab-pane:not(.active),
.pservice-item>.service-outer:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}

/****footer css****/
.get-bg {
    width: 100%;
    background: var(--primary-color);
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    padding: 70px 0;
    background-position: center;
}

.track-yellow-btn {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.46px;
    color: #595846;
    padding: 10px 20px;
    height: 51px;
    background: linear-gradient(180deg,
            rgba(251, 234, 65, 1) 0%,
            rgba(214, 203, 95, 1) 100%);
    box-shadow: 0px 6px 9px rgb(0 0 0 / 5%), 0px 15px 20px rgb(108 111 6 / 15%);
    min-width: 193px;
    border-radius: 5px;
    border: 1px solid #e5dc28;
    transition: 0.2s ease-in-out;
}

.track-yellow-btn:hover,
.track-btn:hover {
    border: 1px solid #e5dc28;
    transition: 0.2s ease-in-out;
    background: linear-gradient(0deg,
            rgb(249, 236, 6) 0%,
            rgb(233, 227, 105) 98%);
    color: #595846;
    box-shadow: none;
}

.track-yellow-btn:focus,
.track-btn:focus,
.track-yellow-btn:active,
.track-btn:active {
    border: 1px solid #e5dc28 !important;
    transition: 0.2s ease-in-out;
    background: linear-gradient(0deg,
            rgb(249, 236, 6) 0%,
            rgb(233, 227, 105) 98%);
    color: #595846 !important;
}

/* 
.transparent-btn:hover {
    color: #fff;
} */

.trans-section {
    margin: 80px 0px;
}

.trans-inner {
    padding: 70px 50px;
}

.footer-btn {
    min-width: 265px;
}

/****footer css end****/
/***about us page css*******/
.about-left {
    width: 42%;
}

.about-right {
    width: 58%;
    position: absolute;
    right: 0px;
    bottom: 0;
}

/***contac us page css****/
.form-inner label {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #43525a;
    margin-bottom: 8px;
}

.form-inner {
    padding: 32px 42px 47px;
}

.field-wrapper {
    margin-top: 38px;
}

.form-inner label.error {
    color: #f53a3a;
    font-size: 12px;
    margin-bottom: 0;
}

.form-inner span {
    color: black;
}

.contact-bg {
    width: 100%;
    background: var(--primary-color);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 77px 0 80px;
}

/***track page css****/
.track-width {
    max-width: 803px;
    margin: 0 auto;
}

.delivery-box {
    padding: 45px;
    max-width: 410px;
    margin-right: 0;
    margin-left: auto;
}

.StepProgress {
    position: relative;
    padding-left: 45px;
    list-style: none;
}

.StepProgress:not(:last-child)::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: 10px;
    height: 100%;
    border-left: 2px solid #ccc;
}

.StepProgress-item {
    position: relative;
    counter-increment: list;
}

.StepProgress-item:not(:last-child) {
    padding-bottom: 20px;
}

.StepProgress-item::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -37px;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
}

.StepProgress-item::before {
    border-left: 2px dotted #b3b3b3;
}

.StepProgress-item.is-done::after {
    content: "";
    font-size: 10px;
    color: #fff;
    text-align: center;
    border: 2px solid var(--primary-color);
    background-color: var(--primary-color);
}

.StepProgress-item.current::before {
    border-left: 2px solid var(--primary-color);
}

.StepProgress strong {
    display: block;
}

.StepProgress-item:not(:last-child)::before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -28px;
    height: 100%;
    width: 10px;
}

.StepProgress-item.is-done.loction-img::after {
    content: "";
    background: #185460 url(../images/loction.png);
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: 3px 2px;
}

.StepProgress-item.is-done.tick-img::after {
    content: "";
    background: #185460 url(../images/tick.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 2px 4px;
}

.step-nav a {
    color: #000;
    width: 100%;
}

.step-nav a.active .step {
    /* background-color:var(--primary-color); */
    color: #fff;
}

/* .step {
    height: 40px;
    width: 40px;
    background-color: #fff5e3;
} */

.step-nav li:nth-child(odd) .step::after {
    position: absolute;
    content: "";
    display: inline-block;
    height: 10px;
    width: 230px;
    background: #fff5e3;
    left: 0%;
}

.step-nav li:nth-child(even) .step::before {
    position: absolute;
    content: "";
    display: inline-block;
    height: 10px;
    width: 230px;
    background: #fff5e3;
    left: 0%;
}

.step-nav a.active .step::after {
    background-color: var(--primary-color);
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}

.step-nav a.active .step::before {
    background-color: var(--primary-color);
}

.step-nav li {
    width: 33%;
}

/***home page css******/
/* header */

/* .custom-header {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(58.23deg, #1f6979 28.61%, #195b70 67.93%, #425375 91.39%);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    padding: 7px 0;
    position: fixed;
    width: 100%;
} */
.main-wrapper {
    padding-top: 72px;
}

.header-sec {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.2s linear 0s;
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(58.23deg, #1f6979 28.61%, #195b70 67.93%, #425375 91.39%); */
    padding: 7px 0;
}

.header-sec.header-small {
    background: white;
    -moz-box-shadow: 0px 2px 6px 0px rgba(16, 24, 40, 0.06);
    -webkit-box-shadow: 0px 2px 6px 0px rgba(16, 24, 40, 0.06);
    box-shadow: 0px 2px 6px 0px rgba(16, 24, 40, 0.06);
}

.header-sec.header-small .mobile-header-logo {
    display: block;
}

.header-sec.header-small .mobile-header-logo a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-sec.header-small .mobile-header-logo,
.header-sec.header-small .header-logo {
    height: 50px;
}

.header-sec.header-small .header-logo {
    display: none;
}

.header-sec.header-small .header-menu .header-menu-item a {
    color: #111827;
}

.track-btn {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.46px;
    color: #484504;
    padding: 14px 27px;
    background: linear-gradient(180deg, #faed00 0%, #d0ca55 100%);
    box-shadow: 0px 6px 9px rgb(0 0 0 / 5%), 0px 15px 20px rgb(108 111 6 / 15%);
    border-radius: 36px;
    border: 1px solid #e5dc28;
    height: 51px;
}

.custom-nav-bar .nav-link.active {
    font-weight: 600;
    color: #ffffff;
    text-decoration: underline !important;
}

.custom-nav-bar .nav-link:focus {
    color: #ffffff;
}

.my-nav-links a {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.custom-nav-bar .nav-item {
    padding: 0px 10px;
}

.custom-nav-bar .nav-link:hover {
    text-decoration: underline !important;
    color: #c4ced4;
}

.navbar-toggler .icon-bar.icon-bar:first-child {
    margin-top: 0;
}

.navbar-toggler .icon-bar {
    height: 3px;
    width: 100%;
    /* background: #fff; */
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
}

.navbar-toggler .icon-bar {
    height: 2px;
    width: 100%;
    /* background: #fff; */
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
}

.navbar-toggler {
    /* width: 25px; */
    /* height: 30px; */
    padding: 0;
    /* border: none; */
    line-height: 0;
    cursor: pointer;
    margin-left: 20px;
}

.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(5px);
    -moz-transform: rotate(45deg) translateY(5px);
    -ms-transform: rotate(45deg) translateY(5px);
    -o-transform: rotate(45deg) translateY(5px);
    transform: rotate(45deg) translateY(5px);
}

.navbar-toggler .icon-bar.icon-bar:first-child {
    margin-top: 0;
}

.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(2) {
    display: none;
}

.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-5px);
    -moz-transform: rotate(-45deg) translateY(-5px);
    -ms-transform: rotate(-45deg) translateY(-5px);
    -o-transform: rotate(-45deg) translateY(-5px);
    transform: rotate(-45deg) translateY(-5px);
}

/**home page css******/

.banner-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 1090px;
    padding: 97px 0;
}

.white-banner-sec {
    width: 100%;
    background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 64.73%);
    box-shadow: 0px 30px 60px rgb(0 0 0 / 10%), 0px 67px 80px rgb(0 0 0 / 7%),
        0px 102px 96px rgb(0 0 0 / 5%);
    border-radius: 17px;
    padding: 51px 47px;
    max-width: 840px;
    margin: 0 auto;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.border-right:after {
    content: "";
    border-right: 1px solid #e3e3e3;
    width: 2px;
    height: 100px;
    position: absolute;
    right: 0;
}

.about-section {
    padding: 60px 0 80px;
}

.service-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.service-img {
    width: 40%;
}

.service-content {
    width: 60%;
    padding-left: 100px;
}

.about-slider .slick-prev.slick-arrow {
    background: url(../images/previous-arrow.png) no-repeat;
    padding: 28px;
    content: "";
    position: absolute;
    top: 50%;
    left: -100px;
}

.about-slider .slick-next.slick-arrow {
    background: url(../images/next-arrow.png) no-repeat;
    padding: 28px;
    content: "";
    position: absolute;
    top: 50%;
    right: -70px;
}

.service-slider .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.service-slider .slick-slide {
    height: inherit !important;
    display: flex;
}

.about-slider .slick-next:before {
    /* background: url('../images/next-arrow.png') no-repeat;
    padding: 28px;
    content: "";
    position: absolute;
    top: -50%; */
    font-size: 0;
}

.about-slider .slick-prev:before {
    /* background: url('../images/next-arrow.png') no-repeat;
    padding: 28px;
    content: "";
    position: absolute;
    top: -50%;
    right: 40px;
    transform: rotate(180deg); */
    font-size: 0;
}

.service-text {
    margin-top: 50.5px;
    margin-bottom: 32px;
}

.services-heading {
    margin-bottom: 50px;
}

.services-heading h3 {
    text-transform: capitalize;
    margin-bottom: 10px;
}

.service-tabs {
    margin-bottom: 50px;
}

.service-tabs .nav-link.active {
    background: linear-gradient(58.23deg,
            #1f6979 37.85%,
            #195b70 67.93%,
            #425375 91.39%);
    color: #ffffff;
    cursor: pointer;
}

.service-tabs {
    margin-bottom: 50px;
    width: 100%;
}

.service-tabs .nav-link {
    padding: 5px 9px;
    background: #f1f1f1;
    border-radius: 21px;
    color: rgba(67, 82, 90, 0.7);
    font-size: 15px;
    cursor: pointer;
}

.service-tabs li:not(:last-child) {
    margin: 0 20px 0 0;
}

.service-tabs li {
    width: 100%;
    text-align: center;
}

.about-img:before {
    content: "";
    width: 220px;
    height: 160px;
    position: absolute;
    background-image: url(../images/grid-top.png);
    left: -40px;
    top: -40px;
    z-index: -1;
    background-repeat: no-repeat;
}

.about-img:after {
    content: "";
    width: 250px;
    height: 160px;
    position: absolute;
    background-image: url(../images/grid-dot-bottom.png);
    right: -90px;
    bottom: -90px;
    z-index: -1;
    background-repeat: no-repeat;
}

.about-text h2 {
    margin-bottom: 8px;
}

.about-text p {
    margin-bottom: 32px;
}

.text-row {
    padding: 42.5px 0;
}

.text-row h3 {
    margin-bottom: 32px;
}

.multi-bg {
    background: url("../images/about-img.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.multi-row {
    padding: 80px 0 93px;
}

.multi-left h3 {
    margin-bottom: 25px;
}

.multi-text {
    margin-bottom: 68px;
}

.zapier-bg {
    background: #fff;
    border-radius: 18px;
    padding: 27px 0px;
    min-width: 345px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 175px;
}

.zapier-bg-border {
    margin-top: 40px;
    border-top: 1px solid #ffffff;
}

.zapier-outer {
    max-width: 330px;
}

.max-width-md {
    max-width: 950px;
    margin: 0 auto;
}

/* 
.img-grid {
    margin-top: 48px;
} */

.int-text-2 {
    padding-top: 21px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 1rem;
}

.white-logo-box {
    background: #fff;
    border-radius: 14.83px;
    padding: 27px 5px;
    max-width: 107px;
    filter: drop-shadow(0px 6.24299px 12.486px rgba(0, 0, 0, 0.08));
    display: flex;
    align-items: center;
    justify-content: center;
    height: 107px;
    margin: 0 auto;
}

.white-logo-bottom {
    background: #fff;
    border-radius: 14.83px;
    padding: 27px 5px;
    max-width: 176px;
    filter: drop-shadow(0px 6.24299px 12.486px rgba(0, 0, 0, 0.08));
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    margin: 0 auto;
}

.article-col-1 span {
    color: #232326;
    border: 1px solid #232326;
    border-radius: 21px;
    padding: 5px 12px;
    margin-top: 81px;
}

.article-col-1 h3 {
    margin-top: 32px;
}

.article-col-2 {
    padding: 48px;
    background: #f4f6f7;
    border-radius: 32px;
}

.logo-img {
    margin-bottom: 32px;
}

.article-col-2 h6 {
    margin-bottom: 32px;
}

.bounce-to-left {
    position: relative;
    transition: color 400ms;
    transform: translateZ(0);
    z-index: 1;
    line-height: 34px;
    font-size: 16px;
    letter-spacing: 0.46px;
    display: inline-block;
}

.read-more-animation-outer:hover a {
    color: #fff !important;
}

.read-more-animation-outer {
    width: 100%;
    max-width: 131px;
}

.bounce-to-left::before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 2px;
    z-index: -1;
    background: linear-gradient(58.23deg,
            #1f6979 37.85%,
            #195b70 67.93%,
            #425375 91.39%);
    transition-property: transform;
    transform-origin: 95% 50%;
    transition: 400ms ease-out;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.bounce-to-left:hover::before {
    border-radius: 100px;
    width: 150px;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.green-arrow {
    background: #185260;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.white-arrow-btn img {
    padding: 9px 13px;
    background: linear-gradient(58.23deg,
            #1f6979 37.85%,
            #195b70 67.93%,
            #425375 91.39%);
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.footer-list .active {
    font-weight: 500;
    text-decoration: underline !important;
}

.footer-list li a:hover {
    text-decoration: underline !important;
}

#result {
    margin-top: 20px;
    color: #206273;
}

/*******track page css*******/

.track {
    position: relative;
    background-color: #f0f0f0;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 110px;
    margin-top: 50px;
}

.track::after {
    content: "";
    height: 7px;
    position: absolute;
    width: 0%;
    left: 2px;
    right: 2px;
    background: var(--primary-color);
}

.track .step {
    list-style-type: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: -23px;
    position: relative;
    text-align: center;
    opacity: 0.7;
}

.track .step.active {
    opacity: 1;
}

.track .step:nth-child(1) {
    text-align: left;
}

.track .step:last-child {
    text-align: right;
}

.track .step.active .icon {
    background-color: var(--primary-color);
}

.track .icon {
    display: inline-block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    position: relative;
    border-radius: 100%;
    background: #ddd;
    text-align: center;
    z-index: 111;
}

.track .step .icon img {
    width: 20px;
}

.track .step.active .icon img {
    filter: brightness(0) invert(1);
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));

    background: -webkit-radial-gradient(rgba(20, 20, 20, 0.8),
            rgba(0, 0, 0, 0.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: "";
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
        rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
        rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
        rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
        rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

/***********/

.mag img {
    max-width: 1200px;
}

.magnify {
    position: relative;
    cursor: none;
}

.magnify-large {
    position: absolute;
    display: none;
    width: 100px;
    height: 100px;
    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
        0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
        0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
        0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.show-all {
    color: var(--primary-color);
    text-decoration: underline !important;
    display: inline-block;
}

.search-icon {
    background: transparent;
    position: absolute;
    right: 3px;
    top: 0px;
    color: #fff;
    padding: 0;
    height: 48px;
    width: 40px;
}

.input-group input {
    border-radius: 50px !important;
    height: 47px;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 300;
    color: #858585;
    background: #fff;
}

.help-bg {
    width: 100%;
    background: var(--primary-color);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 88px 0 95px;
}

.help-list li {
    list-style: disc;
}

.help-list-number {
    list-style: number;
}

.help-width {
    max-width: 570px;
    margin: 0 auto;
}

.help-tabber a {
    background: #fff;
    color: #43525a;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    border-radius: 0;
}

.help-tabber .nav-link.active {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        linear-gradient(58.23deg, #1f6979 28.61%, #195b70 67.93%, #425375 91.39%);
    color: #fff;
    border-radius: 0;
}

.help-tabber .nav-link:focus,
.help-tabber .nav-link:hover {
    border-color: transparent;
    color: #43525a;
}

.help-tabber .nav-link.active:focus,
.help-tabber .nav-link.active:hover {
    color: #fff;
}

.ddu-scroll-padding {
    scroll-padding-top: 126px;
}

#page_search_form {
    width: 100%;
}

.first-line {
    width: 37%;
}

.second-line {
    width: 11%;
}

.third-line {
    width: 13%;
}

.fourth-line {
    width: 15%;
}

.fifth-line {
    width: 24%;
}

@media only screen and (max-width: 1920px) and (min-width: 1600px) {
    .banner-bg {
        height: 1280px;
    }
}

@media screen and (max-width: 1360px) {
    .magnifiedImg img {
        max-width: 1000px;
    }
}

@media screen and (max-width: 1200px) {
    .about-img:after {
        right: 0;
    }

    .white-banner-sec {
        bottom: 0px;
    }

    .banner-bg {
        height: 780px;
        padding: 60px 0;
    }

    .service-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .about-slider .slick-prev.slick-arrow {
        left: -70px;
    }

    .magnifiedImg img {
        max-width: 850px;
    }

    .first-line {
        width: 100%;
    }

    .second-line {
        width: 33%;
    }

    .third-line {
        width: 33%;
    }

    .fourth-line {
        width: 33%;
    }

    .fifth-line {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {

    /*****header css start*****/
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        /* margin: 0px -30px; */
        z-index: 1;
        background: #fff;
        /* border-top: 1px solid; */
    }

    .my-nav-links a {
        color: #000;
        padding: 7px 0;
    }

    .custom-nav-bar .nav-link.active {
        color: #000;
    }

    .my-nav-links {
        padding: 10px 10px;
    }

    .track-btn {
        font-size: 14px;
        line-height: 30px;
        padding: 5px 20px;
        height: 42px;
        min-width: 120px;
    }

    .header-btn {
        padding: 0 15px 10px;
    }

    .custom-header {
        padding: 0px 0;
    }

    /*****header css end*****/
    .contact-bg {
        padding: 40px 0;
    }

    .delivery-box {
        padding: 35px;
        max-width: 100%;
    }

    .get-bg {
        height: auto;
        padding: 40px 0;
    }

    h1,
    .heading1 {
        font-size: 31px;
        line-height: 32px;
    }

    h2,
    .heading2 {
        font-size: 35px;
    }

    h3,
    .heading3 {
        font-size: 26px;
        line-height: 34px;
    }

    h4,
    .heading4 {
        font-size: 24px;
        line-height: 28px;
    }

    h5,
    .heading5 {
        font-size: 25px;
        line-height: 28.73px;
    }

    .heading7 {
        font-size: 18px;
    }

    .heading8 {
        font-size: 18px;
    }

    .text-lg {
        font-size: 16px;
        line-height: 25px;
    }

    .text-md {
        font-size: 14px;
        line-height: 22px;
    }

    .services-width,
    .services-width--lg {
        max-width: 100%;
    }

    .sec-pd,
    .sec-pd-about {
        padding: 50px 0;
    }

    .step-nav li:nth-child(odd) .step::after,
    .step-nav li:nth-child(even) .step::before {
        width: 300px;
    }

    .trans-inner {
        padding: 20px 40px;
    }

    .trans-section {
        margin: 40px 0px;
    }

    .about-section {
        padding: 50px 0 50px;
    }

    .service-tabs .nav-link {
        font-size: 12px;
    }

    .service-tabs li:not(:last-child) {
        margin: 0 5px 0 0;
    }

    .white-banner-sec {
        padding: 30px 30px;
        max-width: 600px;
    }

    .multi-text {
        margin-bottom: 38px;
    }

    .multi-row {
        padding: 50px 0 50px;
    }

    .article-col-1 span {
        margin-top: 0;
    }

    .article-col-2 {
        padding: 30px;
    }

    .shipping-carriers img {
        max-width: 120px;
    }

    .about-slider .slick-next.slick-arrow {
        right: -10px;
        z-index: 1;
    }

    .about-slider .slick-prev.slick-arrow {
        left: -10px;
        z-index: 1;
    }

    .about-slider .slick-prev.slick-arrow {
        background-size: 40px;
        padding: 20px;
    }

    .about-slider .slick-next.slick-arrow {
        background-size: 40px;
        padding: 20px;
    }

    .border-right:after {
        width: 10px;
        height: 70px;
    }

    .magnifiedImg img {
        max-width: 650px;
    }
}

@media screen and (max-width: 767px) {

    h1,
    .heading1 {
        font-size: 31px;
        line-height: 39.77px;
    }

    h2,
    .heading2 {
        font-size: 28px;
        line-height: 35.09px;
    }

    h3,
    .heading3 {
        font-size: 22px;
        line-height: 30px;
    }

    h5,
    .heading5 {
        font-size: 22px;
        line-height: 30px;
    }

    h6,
    .heading6 {
        font-size: 24px;
    }

    .heading7 {
        font-size: 16px;
        line-height: 24px;
    }

    .heading8 {
        font-size: 18px;
        line-height: 24px;
    }

    .heading9 {
        font-size: 20px;
        line-height: 24px;
    }

    .text-lg {
        font-size: 17px;
        line-height: 23px;
    }

    .text-md {
        font-size: 15px;
        line-height: 22px;
    }

    .delivery-box {
        padding: 25px;
    }

    .about-bg {
        padding: 40px 0;
    }

    .help-bg {
        padding: 45px 0;
    }

    .about-left,
    .about-right {
        width: 100%;
    }

    .container-header {
        padding: 0 15px;
    }

    .border-right:after {
        display: none;
    }

    .services-heading {
        margin-bottom: 20px;
    }

    .text-row {
        padding: 0 0;
    }

    .text-row h3 {
        margin-bottom: 10px;
    }

    .white-banner-sec {
        padding: 20px 20px;
    }

    .white-banner-sec {
        position: unset;
    }

    .banner-bg {
        padding: 30px 0 0;
        height: 490px;
    }

    .service-tabs .nav-item button {
        width: 100%;
    }

    .service-tabs .nav-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .service-tabs li:not(:last-child) {
        margin: 0 0px 12px 0px;
    }

    .service-tabs .nav-link {
        font-size: 15px;
    }

    .service-img img {
        margin-bottom: 20px;
    }

    .multi-row {
        padding: 30px 0 30px;
    }

    .article-col-1 h3 {
        margin-top: 12px;
    }

    .service-img {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .service-content {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }

    .about-slider .slick-dots {
        bottom: -40px;
    }

    .service-tabs {
        margin-bottom: 20px;
    }

    .about-section {
        padding: 40px 0 40px;
    }

    .trans-inner {
        padding: 20px 20px;
    }

    .multi-left h3 {
        margin-bottom: 20px;
    }

    .multi-text {
        margin-bottom: 24px;
    }

    .article-col-2 {
        padding: 20px;
    }

    .trans-section {
        margin: 10px 0px;
    }

    .track-yellow-btn {
        font-size: 14px;
        line-height: 30px;
        padding: 5px 20px;
        height: 42px;
        min-width: 120px;
    }

    .about-text p {
        margin-bottom: 20px;
    }

    .article-col-2 h6 {
        margin-bottom: 20px;
    }

    .bounce-to-left {
        line-height: 31px;
    }

    .navbar-collapse {
        margin: 0px -16px;
    }

    .zapier-bg-border {
        border-top: none;
        border-bottom: 1px solid #fff;
        margin-bottom: 40px;
    }

    .magnifiedImg img {
        max-width: 520px;
    }

    .field-wrapper {
        margin-top: 20px;
    }

    .form-inner {
        padding: 30px 20px;
    }

    .bounce-to-left:hover::before {
        width: 122px;
    }

    .bounce-to-left {
        font-size: 14px;
    }

    .bounce-to-left::before {
        top: 3px;
        height: 26px;
        width: 26px;
    }

    .read-more-animation-outer img {
        margin-top: -3px;
        max-width: 30px;
    }

    .about-right {
        position: unset;
    }

    .footer-btn {
        min-width: 220px;
    }

    .zapier-outer {
        max-width: 100%;
    }

    /* latest common css */
    .heading-2 {
        font-size: 36px;
        font-weight: bold;
        line-height: 44px;
    }
}

@media screen and (max-width: 600px) {
    div#translate-container {
        margin-top: 15px !important;
    }

    .service-outer {
        display: initial;
    }

    .zapier-bg {
        min-width: 100%;
    }

    .banner-bg {
        height: 380px;
        padding: 20px 0 0;
    }

    .white-banner-sec {
        max-width: 300px;
    }

    .about-slider .slick-prev.slick-arrow {
        background-size: 24px;
        padding: 12px;
        top: 30%;
    }

    .about-slider .slick-next.slick-arrow {
        background-size: 24px;
        padding: 12px;
        top: 30%;
    }

    .magnifiedImg img {
        max-width: 460px;
    }

    .track-input input[type="text"] {
        height: 45px;
        padding: 10px 11px !important;
        font-size: 13px;
    }

    .footer-btn,
    .first-line,
    .second-line,
    .third-line,
    .fourth-line,
    .fifth-line {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    div#translate-container {
        margin-top: 15px !important;
    }

    .container {
        max-width: 1230px;
        padding: 0 15px;
    }

    h1,
    .heading1 {
        font-size: 23px;
        line-height: 28px;
    }

    h3,
    .heading3 {
        font-size: 20px;
        line-height: 25px;
    }

    h5,
    .heading5 {
        font-size: 18px;
        line-height: 22px;
    }

    h6,
    .heading6 {
        font-size: 16px;
    }

    .heading7 {
        font-size: 14px;
        line-height: 20px;
    }

    .heading8 {
        font-size: 14px;
        line-height: 18px;
    }

    .text-lg {
        font-size: 14px;
        line-height: 20px;
    }

    .text-md {
        font-size: 14px;
        line-height: 20px;
    }

    .sec-pd,
    .sec-pd-about {
        padding: 30px 0;
    }

    .about-bg {
        padding: 40px 0;
    }

    .track .step {
        margin-top: -13px;
    }

    .track .icon {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }

    .track .step .icon img {
        width: 15px;
    }

    .magnifiedImg img {
        max-width: 370px;
    }

    .main-wrapper {
        padding-top: 74px;
    }
}

@media screen and (max-width: 480px) {
    .magnifiedImg img {
        max-width: 260px;
    }
}

@media screen and (max-width: 360px) {
    .magnifiedImg img {
        max-width: 200px;
    }

    .banner-bg {
        height: 330px;
    }
}

@keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    50% {
        transform: scale(1.3);
        opacity: 1;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

.header-sec {
    background-color: #fff;
}

.header-sec .primary-button {
    background-color: #000;
    color: #fff;
}

.header-sec .primary-button:hover {
    background-color: #363636;
}

.header-sec .outline-button-light {
    color: #111827;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.header-sec .outline-button-light:hover {
    border: 1px solid #000;
}

.header-sec .header-logo {
    width: 100%;
    max-width: 237px;
    padding: 0;
}

.header-sec .header-logo img {
    width: 100%;
}

.header-sec.home-header .header-menu {
    gap: 24px;
}

.header-sec.home-header.header-small .header-menu {
    gap: 24px;
}

.header-sec.white-header {
    background: #005d69;
    background: none;
}

.header-sec.white-header .primary-button {
    background: #ffed50;
    color: #111827;
}

.header-sec.white-header .primary-button:hover {
    background-color: #E8D63F;
}

.header-sec.white-header .outline-button-light {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.header-sec.white-header .outline-button-light:hover {
    border-color: #fff;
}

.header-sec.white-header .header-logo .img-fluid {
    filter: invert(1) brightness(100);
}

.header-sec.white-header .header-menu .header-menu-item a {
    color: #fff;
}

.header-sec.white-header.header-small {
    background-color: #fff;
}

.header-sec.white-header.header-small .header-menu .header-menu-item a {
    color: #111827;
}

.header-sec.white-header.header-small .primary-button {
    background-color: #000;
    color: #fff;
}

.header-sec.white-header.header-small .primary-button:hover {
    background-color: #363636;
}

.header-sec.header-small .mobile-header-logo {
    height: auto;
    width: 100%;
    max-width: 237px;
}

.header-sec.header-small .mobile-header-logo img {
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-sec .header-logo {
        max-width: 177px;
    }

    .header-sec.header-small .mobile-header-logo {
        max-width: 177px;
    }
}

@media (max-width: 991px) {
    .mobile-header-logo {
        width: 100%;
        max-width: 177px;
    }

    .header-sec.white-header {
        background-color: #fff;
    }

    .header-sec.header-small .mobile-header-logo {
        max-width: 177px;
    }

    .header-sec .primary-button {
        background: #ffed50;
        color: #111827;
    }

    .header-sec .primary-button:hover {
        background-color: #E8D63F;
    }

    .header-sec.white-header.header-small .primary-button {
        background: #ffed50;
        color: #111827;
    }

    .header-sec.white-header.header-small .primary-button:hover {
        background-color: #E8D63F;
    }

    .navbar-collapse {
        transition: none;
    }
}

::placeholder {
    color: #9CA3AF;
}

.broadreach-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 112px;
}

.sub-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #599DA3;
    margin-bottom: 24px;
}

.page-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.02em;
}

.banner-heading-wrap .sub-title {
    margin-bottom: 24px;
}

.banner-heading-wrap .page-title {
    margin-bottom: 32px;
}

.banner-heading-wrap .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #D9E6E8;
    margin-bottom: 0;
}

.banner-heading-wrap .link-dv {
    margin-top: 48px;
}

.block-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.02em;
    color: #111827;
}

.block-heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.02em;
    width: 431px;
}

.block-text {
    font-size: 16.13px;
    font-weight: 400;
    line-height: 24px;
    color: #374151;
}

.small-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #111827;
}

.broadreach-btn {
    display: inline-block;
    border-radius: 100px;
    background-color: #FFED50;
    color: #111827;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    padding: 15px 30px;
    transition: all 0.1s ease;
}

.broadreach-btn:hover {
    background-color: #E8D63F;
}

.broadreach-btn:disabled {
    background-color: #F3F4F6;
    color: #9CA3AF;
}

.broadreach-btn.black-btn {
    background-color: #000;
    color: #fff;
}

.broadreach-btn.black-btn:hover {
    background-color: #363636;
}

.broadreach-btn.outline-btn {
    background-color: transparent;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.broadreach-btn.outline-btn:hover {
    background-color: transparent;
    border: 1px solid #000;
}

.broadreach-logo-section .block-heading {
    width: 630px;
    color: #111827;
    margin-inline: auto;
}

.broadreach-logo-section .block-logo-list {
    margin-top: 64px;
}

.block-logo-list .l-img {
    vertical-align: middle;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 32px;
}

.block-logo-list a {
    display: inline-block;
    cursor: default;
}

.block-logo-list .slick-arrow {
    display: none !important;
}

.broadreach-expand-card-wrap {
    max-width: 940px;
    background-color: #008993;
    padding: 0 77px;
    margin-inline: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.broadreach-expand-card-wrap .expand-img-shape-bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.broadreach-expand-card-caption {
    width: 100%;
    max-width: 358px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.broadreach-expand-card-caption .link-dv {
    margin-top: 32px;
}

.broadreach-expand-card-img {
    position: relative;
    z-index: 1;
    padding: 40px 0;
}

.broadreach-expand-card-img .expand-img-shape {
    display: block;
    clip-path: polygon(9% 0%, 100% 16%, 100% 100%, 0% 100%);
    max-width: 352px;
}

.broadreach-integrations-logo {
    max-width: 682px;
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 12px;
    row-gap: 12px;
}

.broadreach-integrations-logo li {
    width: 87px;
    height: 87px;
    background-color: #F3F4F6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.broadreach-integrations-logo li a {
    display: inline-block;
    cursor: default;
}

.highlight-shape-1 {
    background: url("../../images/svg/highlights1.svg") no-repeat center;
    background-size: cover;
    padding: 0 5px;
}

.highlight-shape-2 {
    background: url("../../images/svg/highlights2.svg") no-repeat center;
    background-size: cover;
    padding: 0 5px;
}

@media (min-width: 992px) {
    .broadreach-hide-web {
        display: none;
    }
}

@media (max-width: 1199px) {
    .broadreach-container {
        padding: 0 56px;
    }
}

@media (max-width: 991px) {
    .broadreach-hide-mob {
        display: none;
    }

    .broadreach-container {
        padding: 0 16px;
    }

    .page-title {
        font-size: 36px;
        line-height: 44px;
        letter-spacing: -0.02em;
    }

    .block-title {
        font-size: 36px;
        line-height: 44px;
        letter-spacing: -0.02em;
    }

    .block-heading {
        font-size: 20px;
        line-height: 28px;
    }

    .block-logo-list .l-img {
        padding-inline: 16px;
    }

    .broadreach-integrations-logo {
        column-gap: 6px;
        flex-wrap: nowrap;
    }

    .broadreach-integrations-logo:not(:last-child) {
        margin-bottom: 6px;
    }

    .broadreach-integrations-logo li {
        width: 62px;
        height: 62px;
    }

    .broadreach-integrations-logo li a {
        width: 38px;
    }
}

.home-main-wrapper {
    padding-top: 0;
}

.broadreach-home-hero-section {
    padding-block: 222px 150px;
    background: linear-gradient(to bottom, #005D69 75%, transparent 0);
    color: #fff;
    min-height: calc(100vh + 72px);
    position: relative;
    display: flex;
    align-items: center;
}

.broadreach-home-hero-section .home-map-city-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.broadreach-home-hero-section .home-map-city-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.home-banner-wrap {
    width: 100%;
    position: relative;
    z-index: 2;
}

.home-banner-wrap .banner-heading-wrap {
    max-width: 618px;
    margin-inline: auto;
    margin-top: -180px;
}

.home-banner-wrap .banner-heading-wrap .description {
    color: #D9E6E8;
}

.home-curve-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.home-curve-shape svg {
    width: 100%;
    height: auto;
}

.home-top-info-section {
    padding-block: 48px 75px;
}

.home-top-info-row {
    max-width: 1008px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px 24px;
}

.home-top-info-card {
    padding: 24px;
    border: 1px solid #E5E7EB;
    border-radius: 24px;
}

.home-top-info-card .home-top-info-img {
    margin-bottom: 16px;
}

.home-top-info-card .block-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.home-our-services-section {
    padding-block: 75px;
}

.home-our-services-section .link-dv {
    margin-top: 64px;
}

.home-our-services-title-wrap {
    margin-bottom: 64px;
}

.home-our-services-row {
    max-width: 1008px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 48px;
}

.home-our-services-card {
    background-color: #F5F9F9;
}

.our-services-caption {
    padding: 32px;
}

.our-services-caption .small-heading {
    margin-bottom: 24px;
}

.home-value-added-section {
    padding-block: 75px 150px;
}

.home-value-added-section .link-dv {
    margin-top: 64px;
    text-align: center;
}

.home-value-added-title-wrap {
    max-width: 624px;
    margin-bottom: 64px;
}

.home-value-added-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 48px 24px;
}

.home-value-added-card {
    border: 1px solid #E5E7EB;
    border-radius: 5px;
    padding: 24px;
}

.home-value-added-card .v-img {
    margin-bottom: 32px;
}

.home-value-added-card .small-heading {
    margin-bottom: 16px;
}

.home-broadreach-logo-section {
    padding-block: 100px;
    background-color: #F9FAFB;
}

.home-market-updates-section {
    padding-block: 150px 75px;
}

.home-market-heading {
    margin-bottom: 64px;
}

.home-market-row {
    max-width: 1008px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    position: relative;
}

.home-market-img {
    flex: none;
    margin-top: -38px;
}

.home-market-caption {
    background-color: #F5F9F9;
    width: 100%;
    max-width: 480px;
    padding: 32px 40px;
    position: absolute;
    right: -30px;
}

.home-market-caption .sub-heading-wrap {
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #111827;
}

.home-market-caption .small-heading {
    margin-bottom: 24px;
}

.home-market-caption .link-dv {
    margin-top: 24px;
}

.home-market-caption .link-dv .read-btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #111827;
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.home-technology-section {
    padding-block: 75px 150px;
}

.home-technology-section .link-dv {
    margin-top: 64px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 12px;
    width: 502.99px;
}

.home-technology-section .link-dv .doc-btn {
    display: flex;
    column-gap: 8px;
    align-items: center;
    height: 48px;
}

.home-technology-section .link-dv .contact-btn {
    height: 48px;
}

.home-technology-card {
    background-color: #EBF2F3;
    padding: 48px 64px;
}

.home-technology-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
}

.home-technology-caption {
    width: 100%;
    max-width: 481px;
}

.home-technology-caption .block-title {
    margin-bottom: 32px;
}

.about-technology-img {
    width: 100%;
    max-width: 525px;
}

.home-our-technology-row {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 24px;
}

.home-our-tech-card {
    background-color: #EBF2F3;
    padding: 32px 24px;
}

.home-our-tech-card .tech-icon {
    margin-bottom: 32px;
}

.home-our-tech-card .small-heading {
    margin-bottom: 16px;
}

.home-integrations-bot-shape {
    margin-top: -2px;
    margin-bottom: -2px;
}

.home-integrations-section {
    padding-block: 150px;
    background-color: #005D69;
    position: relative;
}

.home-integrations-caption .sub-title {
    margin-bottom: 24px;
}

.home-integrations-caption .block-title {
    max-width: 624px;
    color: #fff;
    margin-inline: auto;
    margin-bottom: 64px;
}

.home-integrations-logo {
    max-width: 682px;
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 12px;
    row-gap: 12px;
}

.home-integrations-logo li {
    width: 87px;
    height: 87px;
}

.home-integrations-logo li a {
    display: inline-block;
    cursor: default;
}

.integrations-contact-wrap {
    margin-top: 150px;
    margin-inline: auto;
    max-width: 800px;
    border-radius: 20px;
    background: #008993;
    color: #fff;
    padding: 64px 12px;
    position: relative;
    overflow: hidden;
}

.integrations-contact-wrap .integrations-shape-bx-1 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.integrations-contact-wrap .integrations-shape-bx-2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.integrations-contact-wrap .integrations-shape-bx-mob {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.integrations-contact-wrap .integrations-contact-cap {
    position: relative;
    z-index: 1;
}

.integrations-contact-wrap .block-heading {
    max-width: 572px;
    margin-inline: auto;
}

.integrations-contact-wrap .link-dv {
    margin-top: 48px;
}

@media (min-width: 576px) {
    .broadreach-home-hero-section .home-map-city-img .map-hide-tab {
        display: none;
    }
}

@media (max-width: 768px) {
    .home-technology-section .link-dv {
        width: auto;
        /* Removes the fixed width */
    }

    .block-heading {
        width: auto;
        /* Removes the fixed width */
    }

    .broadreach-logo-section .block-heading {
        width: auto;
    }
}

@media (min-width: 992px) {
    .home-technology-section .link-dv.broadreach-hide-web {
        display: none;
    }
}

@media (max-width: 1199px) {
    .home-top-info-section {
        padding-block: 48px;
    }

    .home-top-info-row {
        grid-template-columns: repeat(1, 100%);
        max-width: 624px;
        margin-inline: auto;
    }

    .home-value-added-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .broadreach-home-hero-section .home-map-city-img {
        top: 64px;
    }

    .home-our-services-section {
        padding-block: 100px 50px;
    }

    .home-our-services-row {
        grid-template-columns: repeat(1, 100%);
        max-width: 480px;
    }

    .home-broadreach-logo-section {
        padding-block: 64px;
    }

    .home-value-added-section {
        padding-block: 50px 100px;
    }

    .home-value-added-title-wrap {
        text-align: center;
        margin-inline: auto;
    }

    .home-value-added-row {
        grid-template-columns: repeat(1, 100%);
        max-width: 624px;
        margin-inline: auto;
    }

    .home-market-updates-section {
        padding-block: 100px 50px;
    }

    .home-market-row {
        display: block;
        max-width: 600px;
    }

    .home-market-caption {
        margin-top: 64px;
        position: static;
        max-width: 100%;
    }

    .home-technology-section {
        padding-block: 50px 100px;
    }

    .home-technology-section .broadreach-container {
        padding: 0;
    }

    .home-technology-section .link-dv {
        margin-top: 0;
        padding: 16px 16px 100px;
        flex-direction: column;
        align-items: center;
        background-color: #EBF2F3;
    }

    .home-technology-card {
        padding: 100px 16px 64px;
    }

    .home-technology-row {
        display: block;
    }

    .home-technology-caption .link-dv {
        display: none;
    }

    .about-technology-img {
        margin-top: 64px;
    }

    .home-our-technology-row {
        margin-top: 0;
        grid-template-columns: repeat(1, 100%);
    }

    .home-our-tech-card {
        padding: 0 40px;
    }

    .home-our-tech-card .tech-icon {
        margin-bottom: 26px;
    }

    .home-our-tech-card .block-text {
        margin-bottom: 48px;
    }

    .home-integrations-top-shape {
        margin-bottom: -5px;
    }

    .home-integrations-bot-shape {
        margin-top: -5px;
    }

    .home-integrations-section {
        padding-block: 100px;
    }

    .home-integrations-caption .broadreach-hide-web .home-integrations-logo {
        column-gap: 6px;
        flex-wrap: nowrap;
    }

    .home-integrations-caption .broadreach-hide-web .home-integrations-logo:not(:last-child) {
        margin-bottom: 6px;
    }

    .home-integrations-caption .broadreach-hide-web .home-integrations-logo li {
        width: 62px;
        height: 62px;
    }

    .integrations-contact-wrap {
        margin-top: 100px;
    }
}

@media (max-width: 767px) {
    .broadreach-home-hero-section {
        min-height: auto;
        padding-block: 173px 262px;
    }

    .home-banner-wrap .banner-heading-wrap {
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .broadreach-home-hero-section .home-map-city-img {
        bottom: 0;
        top: auto;
    }

    .broadreach-home-hero-section .home-map-city-img .map-hide-mob {
        display: none;
    }

    .home-integrations-top-shape {
        margin-bottom: -5px;
    }

    .home-integrations-top-shape svg {
        width: 100%;
        height: 20px;
    }

    .home-integrations-bot-shape {
        margin-top: -11px;
        margin-bottom: -6px;
    }

    .home-integrations-bot-shape svg {
        width: 100%;
        height: 20px;
    }
}

@media (max-width: 525px) {
    .broadreach-home-hero-section .home-map-city-img {
        top: 0;
        bottom: 0;
    }

    .broadreach-home-hero-section .home-map-city-img img {
        object-fit: contain;
        object-position: center bottom;
    }
}

.broadreach-about-hero-section {
    position: relative;
    overflow: hidden;
}

.about-banner-wrap {
    background-color: #005D69;
    padding-block: 150px 64px;
    color: #fff;
    position: relative;
}

.about-banner-wrap .container-relative {
    position: relative;
    z-index: 15;
}

.about-banner-wrap .banner-heading-wrap {
    max-width: 664px;
    margin-inline: auto;
}

.about-banner-wrap .about-circle-img {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
}

.about-banner-video-wrap {
    background-repeat: no-repeat;
    background-position: center 160%;
    background-size: cover;
    position: relative;
}

.about-banner-video-wrap .about-bg-shape {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -25%;
    z-index: -1;
}

.about-banner-video-wrap .about-bg-shape img {
    width: 100%;
}

.about-banner-video {
    width: 100%;
    max-width: 966px;
    padding-inline: 52px;
    margin: 0 auto;
    position: relative;
    display: flex;
}

.about-banner-video video {
    width: 100%;
    border-radius: 16px;
}

.about-our-story-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 150px;
}

.about-block-caption {
    width: 100%;
    max-width: 495px;
}

.about-block-caption .block-title {
    margin-bottom: 32px;
}

.about-block-caption .block-heading {
    color: #374151;
    margin-bottom: 34px;
    font-size: 20px;
    font-weight: 600;
    width: auto;
    line-height: 28px;
    letter-spacing: -0.02em;
}

.about-block-caption .block-text:not(:last-child) {
    margin-bottom: 24px;
}

.about-block-img {
    width: 100%;
    max-width: 571px;
}

.about-our-story-section {
    padding-block: 150px 75px;
}

.about-cross-border-section {
    padding-block: 75px;
}

.about-broadreach-logo-section {
    padding-block: 75px;
}

.about-expand-card-section {
    padding-block: 75px 150px;
}

.about-expand-card-wrap {
    max-width: 940px;
    background-color: #008993;
    padding: 0 77px;
    margin-inline: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-expand-card-wrap .expand-img-shape-bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.about-expand-card-caption {
    width: 100%;
    max-width: 302px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.about-expand-card-caption .link-dv {
    margin-top: 32px;
}

.about-expand-card-img {
    position: relative;
    z-index: 1;
    padding: 40px 0;
}

.about-expand-card-img .expand-img-shape {
    display: block;
    clip-path: polygon(9% 0%, 100% 16%, 100% 100%, 0% 100%);
    max-width: 352px;
}

@media (max-width: 1199px) {
    .about-our-story-row {
        column-gap: 90px;
    }
}

@media (max-width: 991px) {
    .about-banner-wrap {
        padding-block: 100px;
    }

    .about-banner-video {
        padding-inline: 0;
    }

    .about-circle-shape {
        width: 110%;
        bottom: -50%;
        left: -5%;
    }

    .about-banner-video-wrap {
        background: linear-gradient(to bottom, #005D69 62%, transparent 0);
    }

    .about-our-story-section {
        padding-block: 100px 50px;
    }

    .about-cross-border-section,
    .about-broadreach-logo-section {
        padding-block: 50px;
    }

    .about-expand-card-section {
        padding-block: 50px 100px;
    }

    .about-our-story-row {
        flex-wrap: wrap;
    }

    .about-block-caption {
        max-width: 100%;
    }

    .about-block-caption .block-title {
        text-align: center;
        margin-bottom: 64px;
    }

    .about-block-caption .about-block-img {
        margin-inline: auto;
        margin-bottom: 48px;
    }

    .about-block-caption .block-heading {
        margin-bottom: 48px;
    }

    .about-block-caption .link-dv {
        margin-top: 64px;
        text-align: center;
    }

    .about-expand-card-wrap {
        padding: 24px;
        display: block;
    }

    .about-expand-card-wrap .expand-img-shape-bg {
        top: auto;
    }

    .about-expand-card-caption .block-heading {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.02em;
    }

    .about-expand-card-img {
        padding: 0;
        margin-top: 64px;
        text-align: right;
    }
}

@media (max-width: 575px) {
    .about-banner-wrap {
        padding-block: 100px;
    }

    .about-banner-wrap .about-circle-img {
        top: 85%;
    }

    .about-banner-wrap .about-circle-img img {
        transform: scale(2);
    }

    .about-banner-video video {
        border-radius: 6.7px;
    }
}

.help-center-hero-section {
    background-color: #005D69;
    color: #fff;
    padding-block: 100px;
    position: relative;
}

.help-center-hero-section .help-shape-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.help-center-hero-section .banner-heading-wrap {
    max-width: 1216px;
    margin-inline: auto;
    position: relative;
}

.help-center-hero-section .help-plane-shape {
    position: absolute;
    left: 30%;
    top: -30px;
}

.help-search-box {
    margin-top: 48px;
}

.help-serach-wrap {
    width: 100%;
    max-width: 420px;
    margin-inline: auto;
}

#help_search_form {
    display: flex;
    position: relative;
}

#help_search_form .search-input {
    width: 100%;
    border-radius: 100px;
    overflow: hidden;
}

#help_search_form .form-control {
    padding: 15px 20px;
    padding-left: 48px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    background-color: #FFF;
    border: none;
}

#help_search_form .help-search-btn {
    border: none;
    box-shadow: none;
    background: none;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
}

.help-center-faq-topics-section {
    padding-block: 150px;
}

.help-faq-topics-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 48px;
    margin-block: 64px;
    max-width: 1008px;
    margin-inline: auto;
}

.help-faq-topics-card {
    border: 1px solid #D1D5DB;
    background: #FFF;
    padding: 40px 24px;
    grid-gap: 48px;
}

.help-faq-topics-card .help-topics-img {
    margin-bottom: 32px;
}

.help-faq-topics-card .block-heading {
    margin-bottom: 24px;
    color: #111827;
}

.help-faq-topics-card .link-dv {
    margin-top: 32px;
}

.help-faq-topics-card .link-dv .read-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: #005D69;
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
}

.help-expand-card-box {
    padding-top: 64px;
    border-top: 1px solid #D1D5DB;
    max-width: 1008px;
    margin-inline: auto;
}

.help-expand-card-box .broadreach-expand-card-wrap {
    max-width: 100%;
}

@media (min-width: 576px) {
    .help-hide-tab {
        display: none;
    }
}

@media (min-width: 992px) {
    .help-expand-card-box .broadreach-expand-card-wrap {
        padding-inline: 96px;
    }
}

@media (max-width: 991px) {
    .help-center-hero-section .banner-heading-wrap .page-title {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -0.02em;
    }

    #help_search_form .form-control {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .help-center-faq-topics-section {
        padding-block: 100px;
    }

    .help-faq-topics-row {
        grid-template-columns: repeat(1, 100%);
        max-width: 624px;
    }

    .help-faq-topics-card .block-heading {
        font-size: 24px;
        line-height: 32px;
    }

    .help-expand-card-box {
        max-width: 624px;
    }

    .help-expand-card-box .broadreach-expand-card-wrap {
        padding-inline: 28px;
    }

    .broadreach-expand-card-wrap {
        padding: 24px;
        display: block;
    }

    .broadreach-expand-card-wrap .expand-img-shape-bg {
        top: auto;
    }

    .broadreach-expand-card-caption .block-heading {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.02em;
    }

    .broadreach-expand-card-img {
        padding: 0;
        margin-top: 64px;
        text-align: right;
    }
}

@media (max-width: 575px) {
    .help-hide-mob {
        display: none;
    }

    .help-center-hero-section .help-shape-img {
        left: 0;
    }

    .help-center-hero-section .help-shape-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.broadreach-service-hero-section {
    padding-block: 100px 160px;
    position: relative;
}

.broadreach-service-hero-section .service-bg-color {
    background-color: #EBF2F3;
    clip-path: polygon(0 0, 100% 0, 100% 53%, 0% 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.broadreach-service-hero-section .hero-polygon-shape {
    position: absolute;
    right: 0;
    bottom: 0;
}

.broadreach-service-hero-section .hero-polygon-shape img {
    width: 100%;
}

.hero-service-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-gap: 64px;
}

.service-block-caption .page-title {
    color: #111827;
    margin-bottom: 32px;
}

.service-block-caption .link-dv {
    margin-top: 48px;
}

.service-block-img {
    width: 100%;
    max-width: 488px;
    margin-left: auto;
}

.service-info-sections {
    padding-block: 75px;
}

.service-txt-img-sec {
    width: 100%;
    max-width: 976px;
    padding-block: 75px;
    margin-inline: auto;
}

.service-txt-img-sec .block-title {
    margin-bottom: 64px;
}

.service-txt-img-row {
    display: flex;
    align-items: center;
    column-gap: 48px;
    row-gap: 48px;
}

.service-bx-img {
    width: 100%;
    max-width: 464px;
}

.service-block-txt {
    width: 100%;
    max-width: 431px;
    margin-left: auto;
}

.service-block-txt .block-txt {
    margin-bottom: 48px;
}

.service-block-txt .small-heading {
    margin-bottom: 16px;
}

.service-block-txt .link-dv {
    margin-top: 64px;
}

.service-map-sec {
    padding-block: 75px;
    text-align: center;
}

.service-map-sec .service-map-img {
    max-width: 922px;
    margin-inline: auto;
    margin-top: 64px;
}

.service-our-technology-section {
    background-color: #EBF2F3;
    padding-block: 100px;
}

.service-our-technology-section .link-dv {
    text-align: center;
    margin-top: 64px;
}

.service-tec-heading {
    max-width: 854px;
    margin-inline: auto;
    margin-bottom: 64px;
}

.service-tec-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 48px 24px;
}

.service-tec-card .service-tec-img {
    margin-bottom: 32px;
}

.service-tec-card .small-heading {
    margin-bottom: 16px;
}

.service-broadreach-logo-section {
    padding-block: 150px 75px;
}

.service-business-section {
    padding-block: 75px;
}

.service-business-section .block-title {
    margin-bottom: 64px;
    max-width: 624px;
    margin-inline: auto;
}

.service-business-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 64px 24px;
}

.service-business-card {
    padding-inline: 24px;
}

.service-business-card .service-business-img {
    margin-bottom: 32px;
}

.service-business-card .small-heading {
    margin-bottom: 16px;
}

.service-integrations-section {
    padding-block: 75px 150px;
}

.service-integrations-section .block-title {
    max-width: 624px;
    margin-inline: auto;
    margin-bottom: 64px;
}

.service-fulfillment-section {
    background-color: #005D69;
    padding-block: 64px;
    text-align: center;
    position: relative;
}

.service-fulfillment-section .service-fulfillment-shape {
    background-color: #005D69;
    clip-path: polygon(30% 0%, 70% 8%, 100% 0, 100% 83%, 70% 100%, 30% 92%, 0% 100%, 0 13%);
    position: absolute;
    left: 0;
    right: 0;
    top: -34px;
    bottom: -34px;
    z-index: 0;
}

.service-fulfillment-caption {
    max-width: 474px;
    margin-inline: auto;
    position: relative;
}

.service-fulfillment-caption .block-heading {
    color: #fff;
}

.service-fulfillment-caption .link-dv {
    margin-top: 32px;
}

@media (min-width: 992px) {
    .service-block-caption .highlight-shape-1 {
        background: none;
        padding: 0;
    }

    .service-txt-img-row-1 {
        column-gap: 100px;
    }

    .service-txt-img-row-2 {
        column-gap: 81px;
    }

    .service-txt-img-row-3 {
        column-gap: 92px;
    }

    .service-txt-img-no-cost-sec .service-bx-img {
        max-width: 543px;
    }

    .service-txt-img-no-cost-sec .service-block-txt {
        max-width: 341px;
    }
}

@media (max-width: 991px) {
    .broadreach-service-hero-section {
        padding-block: 64px 0;
        text-align: center;
    }

    .broadreach-service-hero-section .service-bg-color {
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
        bottom: 64px;
    }

    .hero-service-row {
        grid-template-columns: repeat(1, 100%);
    }

    .service-block-img {
        margin-inline: auto;
    }

    .service-info-sections {
        padding-block: 50px;
    }

    .service-txt-img-sec {
        padding-block: 50px;
    }

    .service-txt-img-sec .block-title {
        text-align: center;
    }

    .service-txt-img-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .service-block-txt {
        margin-inline: auto;
    }

    .service-block-txt .link-dv {
        text-align: center;
    }

    .service-map-sec {
        padding-block: 50px;
    }

    .service-tec-row {
        grid-template-columns: repeat(1, 100%);
        max-width: 624px;
        margin-inline: auto;
    }

    .service-tec-heading .highlight-shape-2 {
        padding: 0;
        background: none;
    }

    .service-broadreach-logo-section {
        padding-block: 100px 50px;
    }

    .service-business-section {
        padding-block: 50px;
    }

    .service-business-section .link-dv {
        margin-top: 64px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 12px;
        column-gap: 12px;
    }

    .service-business-row {
        grid-template-columns: repeat(1, 100%);
    }

    .service-integrations-section {
        padding-block: 50px 100px;
    }

    .service-fulfillment-caption .block-heading {
        font-size: 24px;
        line-height: 32px;
    }

    .service-fulfillment-caption .link-dv {
        margin-top: 56px;
    }
}

.broadreach-contact-hero-section {
    background-color: #005D69;
    padding-block: 72px 0;
    position: relative;
}

.broadreach-contact-hero-section .contact-boxes-shape {
    position: absolute;
    top: -48px;
    right: -115px;
    z-index: -1;
}

.contact-banner-row-wrap {
    padding-block: 114px;
    position: relative;
    z-index: 1;
}

.contact-banner-row {
    display: flex;
}

.contact-banner-caption {
    width: 100%;
    max-width: 446px;
}

.contact-banner-caption .block-title {
    color: #fff;
    margin-bottom: 32px;
}

.contact-banner-caption .block-text {
    color: #D9E6E8;
}

.contact-banner-caption a {
    color: #D9E6E8;
}

.contact-banner-caption a:hover {
    text-decoration: underline;
}

.contact-banner-form-wrap {
    width: 100%;
    max-width: 620px;
    background-color: #fff;
    border-radius: 12px;
    padding: 28px;
    margin-left: auto;
}

.contact-banner-form-wrap .row {
    margin: 0 -11px;
}

.contact-banner-form-wrap .row [class*=col-] {
    padding: 0 11px;
    margin-bottom: 32px;
}

.contact-banner-form-wrap .field-wrapper {
    margin-top: 0;
}

.contact-banner-form-wrap .contact-banner-form {
    padding: 0;
}

.contact-banner-form-wrap .contact-banner-form label {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #111827;
}

.contact-banner-form-wrap .contact-banner-form label.error {
    color: #f53a3a;
    font-size: 12px;
    margin-bottom: 0;
}

.contact-banner-form-wrap .contact-banner-form .input-field {
    padding: 8px 12px;
    border: 1px solid #E5E7EB;
    background-color: #fff;
    border-radius: 8px;
}

.contact-banner-form-wrap .contact-banner-form .broadreach-btn {
    border: none;
    width: 100%;
}

@media (min-width: 992px) {
    .contact-banner-row {
        column-gap: 150px;
    }
}

@media (max-width: 991px) {
    .broadreach-contact-hero-section {
        padding-block: 64px 0;
    }

    .broadreach-contact-hero-section .contact-boxes-shape {
        top: 0;
        right: 0;
        z-index: 0;
    }

    .contact-banner-row-wrap {
        padding-block: 100px;
    }

    .contact-banner-row {
        flex-wrap: wrap;
    }

    .contact-banner-caption {
        text-align: center;
        margin-inline: auto;
        margin-bottom: 64px;
    }

    .contact-banner-form-wrap {
        padding: 24px;
        margin-inline: auto;
    }

    .contact-banner-form-wrap .row [class*=col-] {
        margin-bottom: 24px;
    }
}

.footer-wrapper {
    background-color: #EBF2F3;
    padding-block: 100px;
}

.footer-logo {
    margin-bottom: 16px;
}

.footer-logo a {
    display: inline-flex;
    align-items: center;
    column-gap: 6px;
}

/*# sourceMappingURL=custom.css.map */