html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

:focus {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    max-width: 100%
}

::-moz-selection {
    background: #20065f;
    text-shadow: none;
    color: #fff
}

::selection {
    background: #20065f;
    color: #fff;
    text-shadow: none
}

.btn-ripple {
    overflow: hidden
}

.ripple-effect {
    position: absolute;
    border-radius: 50%;
    animation: ripple-animation 2s
}

@keyframes ripple-animation {
    from {
        transform: scale(1);
        opacity: .4
    }

    to {
        transform: scale(100);
        opacity: 0
    }
}

.btn {
    font-size: 14px;
    line-height: 1.2;
    padding: 18px 20px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 5px;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    position: relative;
    min-width: 162px
}

.btn.btn-blueGem {
    color: #fff;
    border-radius: 4px;
    border: 1px solid #472F92;
    background-color: #472F92
}

.btn.btn-border-gray {
    color: #000;
    border-radius: 4px;
    border: solid 1px #d2d2d2;
    background-color: transparent
}

.btn.btn-crimson {
    color: #fff;
    border-radius: 4px;
    border: 1px solid #f7315c;
    background-color: #f7315c
}

.btn.btn-white {
    color: #ED1846;
    border-radius: 4px;
    border: 1px solid #fff;
    background-color: #fff
}

.btn.btn-border-crimson {
    color: #ED1846;
    border-radius: 4px;
    border: 1px solid #ED1846;
    background-color: transparent;
    overflow: hidden
}

.btn.btn-border-white {
    color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    background-color: transparent;
    overflow: hidden
}

.btn.btn-text {
    color: #472F92;
    padding: 10px 0
}

.btn.btn-text:hover {
    color: #000
}

.btn.btn-form {
    padding: 16px 20px
}

.btn::after {
    transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -ms-transition: all ease-in-out 200ms
}

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

    25% {
        opacity: 0;
        transform: translateX(10px) scale(.9)
    }

    26% {
        opacity: 0;
        transform: translateX(-10px) scale(.9)
    }

    55% {
        opacity: 1;
        transform: translateX(0) scale(1)
    }
}

@-webkit-keyframes translateArrow {
    0% {
        opacity: 1;
        transform: translateX(0) scale(1)
    }

    25% {
        opacity: 0;
        transform: translateX(10px) scale(.9)
    }

    26% {
        opacity: 0;
        transform: translateX(-10px) scale(.9)
    }

    55% {
        opacity: 1;
        transform: translateX(0) scale(1)
    }
}

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

    25% {
        opacity: 0;
        transform: translateX(-10px) scale(.9)
    }

    26% {
        opacity: 0;
        transform: translateX(10px) scale(.9)
    }

    55% {
        opacity: 1;
        transform: translateX(0) scale(1)
    }
}

@-webkit-keyframes translateLeftArrow {
    0% {
        opacity: 1;
        transform: translateX(0) scale(1)
    }

    25% {
        opacity: 0;
        transform: translateX(-10px) scale(.9)
    }

    26% {
        opacity: 0;
        transform: translateX(10px) scale(.9)
    }

    55% {
        opacity: 1;
        transform: translateX(0) scale(1)
    }
}

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

    25% {
        opacity: 0;
        transform: translateY(10px) scale(.9)
    }

    26% {
        opacity: 0;
        transform: translateY(-10px) scale(.9)
    }

    55% {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

@-webkit-keyframes aniDownArrow {
    0% {
        opacity: 1;
        transform: translateY(0) scale(1)
    }

    25% {
        opacity: 0;
        transform: translateY(10px) scale(.9)
    }

    26% {
        opacity: 0;
        transform: translateY(-10px) scale(.9)
    }

    55% {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

@keyframes tabSlideDown {
    0% {
        opacity: 0;
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes tabSlideDown {
    0% {
        opacity: 0;
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes rotateImg {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0) translateY(80px);
        transform: translate3d(-100%, -100%, 0) translateY(80px)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) translateY(0);
        transform: translate3d(0, 0, 0) translateY(0)
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 110;
        stroke-dashoffset: -110
    }

    100% {
        stroke-dasharray: 5;
        stroke-dashoffset: 1
    }
}

@keyframes dashArrow {
    0% {
        stroke-dasharray: 110;
        stroke-dashoffset: -110
    }

    100% {
        stroke-dasharray: 0;
        stroke-dashoffset: 1
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(.1, .1);
        -moz-transform: scale(.1, .1);
        -o-transform: scale(.1, .1);
        -ms-transform: scale(.1, .1);
        transform: scale(.1, .1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }
}

::-moz-selection {
    background: #2655b6;
    color: #fff
}

::selection {
    background: #2655b6;
    color: #fff
}

* {
    outline: none !important
}

.wht_customScroll {
    scrollbar-color: rgba(255, 255, 255, .7) rgba(234, 234, 234, .5);
    scrollbar-width: thin
}

.wht_customScroll::-webkit-scrollbar {
    width: 3px
}

.wht_customScroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(234, 234, 234, .5);
    border-radius: 10px
}

.wht_customScroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .7);
    border-radius: 10px
}

.wht_customScroll::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, .7)
}

.blueGem_customScroll {
    scrollbar-width: thin
}

.blueGem_customScroll::-webkit-scrollbar {
    width: 5px
}

.blueGem_customScroll::-webkit-scrollbar-track {
    border-radius: 10px;
    border: none
}

.blueGem_customScroll::-webkit-scrollbar-thumb {
    background: #472F92;
    border-radius: 10px
}

.blueGem_customScroll::-webkit-scrollbar-thumb:hover {
    background: #211645
}

a {
    color: #472F92
}

a:hover {
    color: #000
}

img {
    height: auto
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: normal;
    font-family: "Montserrat", sans-serif
}

h1 {
    font-size: 36px;
    line-height: 1.2
}

@media screen and (min-width:576px) {
    h1 {
        font-size: 46px;
        line-height: 1.2
    }
}

@media screen and (min-width:768px) {
    h1 {
        font-size: 56px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    h1 {
        font-size: 66px;
        line-height: 1.2
    }
}

@media screen and (min-width:1200px) {
    h1 {
        font-size: 76px;
        line-height: 1.2
    }
}

@media screen and (min-width:1400px) {
    h1 {
        font-size: 76px;
        line-height: 1.2
    }
}

h2 {
    font-size: 30px;
    line-height: 1.1
}

@media screen and (min-width:576px) {
    h2 {
        font-size: 32px;
        line-height: 1.1
    }
}

@media screen and (min-width:768px) {
    h2 {
        font-size: 36px;
        line-height: 1.1
    }
}

@media screen and (min-width:992px) {
    h2 {
        font-size: 40px;
        line-height: 1.1
    }
}

@media screen and (min-width:1200px) {
    h2 {
        font-size: 44px;
        line-height: 1.2
    }
}

@media screen and (min-width:1400px) {
    h2 {
        font-size: 44px;
        line-height: 1.2
    }
}

h3 {
    font-size: 18px;
    line-height: 1.2
}

@media screen and (min-width:576px) {
    h3 {
        font-size: 20px;
        line-height: 1.2
    }
}

@media screen and (min-width:768px) {
    h3 {
        font-size: 23px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    h3 {
        font-size: 26px;
        line-height: 1.2
    }
}

@media screen and (min-width:1200px) {
    h3 {
        font-size: 32px;
        line-height: 1.2
    }
}

@media screen and (min-width:1400px) {
    h3 {
        font-size: 32px;
        line-height: 1.2
    }
}

@media screen and (min-width:1800px) {
    h3 {
        font-size: 44px;
        line-height: 1.2
    }
}

h4 {
    font-size: 18px;
    line-height: 1.2
}

@media screen and (min-width:768px) {
    h4 {
        font-size: 20px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    h4 {
        font-size: 24px;
        line-height: 1.2
    }
}

@media screen and (min-width:1200px) {
    h4 {
        font-size: 28px;
        line-height: 1.2
    }
}

@media screen and (min-width:1400px) {
    h4 {
        font-size: 28px;
        line-height: 1.2
    }
}

@media screen and (min-width:1800px) {
    h4 {
        font-size: 34px;
        line-height: 1.2
    }
}

h5 {
    font-size: 16px;
    line-height: 1.2
}

@media screen and (min-width:768px) {
    h5 {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    h5 {
        font-size: 20px;
        line-height: 1.2
    }
}

@media screen and (min-width:1200px) {
    h5 {
        font-size: 22px;
        line-height: 1.2
    }
}

@media screen and (min-width:1400px) {
    h5 {
        font-size: 22px;
        line-height: 1.2
    }
}

h6 {
    font-size: 14px;
    line-height: 1
}

@media screen and (min-width:768px) {
    h6 {
        font-size: 15px;
        line-height: 1
    }
}

@media screen and (min-width:992px) {
    h6 {
        font-size: 15px;
        line-height: 1
    }
}

@media screen and (min-width:1200px) {
    h6 {
        font-size: 16px;
        line-height: 1
    }
}

@media screen and (min-width:1400px) {
    h6 {
        font-size: 16px;
        line-height: 1
    }
}

@media screen and (min-width:1800px) {
    h6 {
        font-size: 22px;
        line-height: 1
    }
}

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

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

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

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

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

.font-weight-800 {
    font-weight: 800
}

.font-weight-900 {
    font-weight: 900
}

a {
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1
}

.swiper-button-next.swiper-button-disabled:after,
.swiper-button-prev.swiper-button-disabled:after {
    opacity: .3
}

.color-wht {
    color: #fff !important
}

.color-blueGem {
    color: #472F92 !important
}

.color-crimson {
    color: #ED1846 !important
}

.color-red {
    color: #E52116 !important
}

.bg-white {
    background-color: #fff
}

.bg-lightGray {
    background-color: #fafafa
}

.bg-crimson {
    background-color: #ED1846
}

.bg-aliceBlue {
    background-color: #F0FAFB
}

.bg-light-aliceBlue {
    background-color: #fafdfd
}

.bg-blueGem {
    background-color: #472F92
}

.bg-darkCrimson {
    background-color: #e01d47
}

.lg-headingText {
    font-size: 30px;
    line-height: 1.2
}

@media screen and (min-width:768px) {
    .lg-headingText {
        font-size: 30px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    .lg-headingText {
        font-size: 30px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .lg-headingText {
        font-size: 36px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .lg-headingText {
        font-size: 36px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .lg-headingText {
        font-size: 46px;
        line-height: 1.3
    }
}

.md-headingText {
    font-size: 18px;
    line-height: 1.3
}

@media screen and (min-width:768px) {
    .md-headingText {
        font-size: 22px;
        line-height: 1.3
    }
}

@media screen and (min-width:992px) {
    .md-headingText {
        font-size: 22px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .md-headingText {
        font-size: 24px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .md-headingText {
        font-size: 24px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .md-headingText {
        font-size: 34px;
        line-height: 1.3
    }
}

.md2-headingText {
    font-size: 28px;
    line-height: 1.2
}

@media screen and (min-width:768px) {
    .md2-headingText {
        font-size: 28px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    .md2-headingText {
        font-size: 28px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .md2-headingText {
        font-size: 30px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .md2-headingText {
        font-size: 30px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .md2-headingText {
        font-size: 36px;
        line-height: 1.3
    }
}

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

.btn:hover {
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms
}

body {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #fff;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-weight: 400
}

@media screen and (min-width:768px) {
    body {
        font-size: 15px;
        line-height: 1.6
    }
}

@media screen and (min-width:992px) {
    body {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1200px) {
    body {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    body {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    body {
        font-size: 20px;
        line-height: 1.6
    }
}

body.lockScroll {
    position: fixed !important
}

.page-overlay {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: -1;
    -webkit-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
    opacity: 0;
    visibility: hidden
}

.page-overlay.show {
    z-index: 90;
    width: 100%;
    height: 100%;
    opacity: .5;
    visibility: visible
}

.page-overlay.nav-search-overlay {
    top: 70px
}

.lang-dropdown>a {
    width: 35px;
    color: #7f7f7f;
    font-weight: 500;
    position: relative;
    height: 35px;
    padding-right: 14px;
    display: inline-block;
    font-size: 18px
}

.lang-dropdown>a:hover {
    color: #ED1846
}

.lang-dropdown>a.dropdown-toggle::after {
    content: '\E804';
    font-family: "fontello";
    border: none;
    font-size: 6px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 8px;
    position: absolute
}

.lang-dropdown .dropdown-menu {
    width: 160px;
    height: auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .05);
    margin: 0;
    padding: 0;
    border: none
}

.lang-dropdown .dropdown-menu .wpml-ls-legacy-list-horizontal {
    padding: 0;
    border: none
}

.lang-dropdown .dropdown-menu .wpml-ls-legacy-list-horizontal .wpml-ls-item {
    display: block
}

.lang-dropdown .dropdown-menu .wpml-ls-legacy-list-horizontal a span.wpml-ls-display {
    display: none
}

.lang-dropdown .dropdown-menu li {
    padding: 0;
    position: relative
}

.lang-dropdown .dropdown-menu li a {
    white-space: nowrap;
    display: block;
    padding: 0 30px;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    line-height: 48px;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms
}

.lang-dropdown .dropdown-menu li a .langText {
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    line-height: 48px;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms
}

.lang-dropdown .dropdown-menu li a:hover {
    background-color: #eaf4f5;
    color: #31b5c1
}

.lang-dropdown .dropdown-menu li a:hover .langText {
    color: #31b5c1
}

.lang-dropdown .dropdown-menu li.wpml-ls-current-language a {
    color: #31b5c1;
    background-color: #eaf4f5
}

div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
    color: #000 !important
}

div.asl_r .results .item .asl_content {
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox !important;
    display: flex !important
}

div.asl_r.vertical {
    padding: 0 !important;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1) !important;
    background: #efefef !important
}

.top-search-box-wrap {
    background-color: #fff;
    position: fixed;
    z-index: 101;
    top: 0;
    height: 110px;
    padding: 20px 15px 30px;
    width: 100%;
    left: 0;
    right: 0;
    box-shadow: inset 0 -1px 2px rgba(0, 0, 0, .1);
    transform: translateY(-110%);
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms
}

.top-search-box-wrap.open {
    transform: translateY(0)
}

.top-search-box-wrap .top-search-close-btn {
    position: absolute;
    right: 30px;
    color: #000;
    font-size: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    border: none;
    background-color: transparent;
    padding: 0;
    height: 28px;
    line-height: 28px
}

.top-search-box-wrap .top-search-close-btn:hover {
    color: #ED1846
}

.top-search-box-wrap .top-search-box-container {
    width: 600px
}

.top-search-box-wrap .top-search-box-container .top-search-box {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #d5d5d5
}

.top-search-box-wrap .top-search-box-container .top-search-box #ajaxsearchlite1 .probox,
.top-search-box-wrap .top-search-box-container .top-search-box div.asl_w .probox {
    height: 50px;
    background-color: #fff;
    background-image: none
}

.top-search-box-wrap .top-search-box-container .top-search-box div.asl_w .probox .promagnifier .innericon svg {
    fill: #b9b9b9;
    width: 28px
}

.top-search-box-wrap .top-search-box-container .top-search-box div.asl_m .probox .proinput {
    margin: 0 0 0 0;
    padding: 0 0
}

.top-search-box-wrap .top-search-box-container .top-search-box div.asl_w .probox .proclose,
.top-search-box-wrap .top-search-box-container .top-search-box div.asl_w .probox .promagnifier,
.top-search-box-wrap .top-search-box-container .top-search-box div.asl_w .probox .prosettings {
    height: 50px
}

.top-search-box-wrap .top-search-box-container .top-search-box div.asl_w .probox .promagnifier {
    height: 50px;
    background-image: none;
    background-color: #fff
}

.top-search-box-wrap .top-search-box-container .top-search-box div.asl_w .probox .proloading {
    height: 30px;
    width: 30px;
    margin-top: 10px
}

.top-search-box-wrap .top-search-box-container .top-search-box div.asl_m .probox div.asl_simple-circle {
    border: 4px solid #999
}

.top-search-box-wrap .top-search-box-container .top-search-box div.asl_r.vertical {
    padding: 0;
    background: #f5f5f5;
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, .1)
}

.top-search-box-wrap .top-search-box-container .top-search-box #ajaxsearchlite1 input {
    color: #7f7f7f !important;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 !important;
    background-color: #fff !important;
    width: 100% !important;
    border: none !important;
    height: 100% !important;
    font-weight: 500
}

@media screen and (min-width:768px) {
    .top-search-box-wrap .top-search-box-container .top-search-box #ajaxsearchlite1 input {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .top-search-box-wrap .top-search-box-container .top-search-box #ajaxsearchlite1 input {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .top-search-box-wrap .top-search-box-container .top-search-box #ajaxsearchlite1 input {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .top-search-box-wrap .top-search-box-container .top-search-box #ajaxsearchlite1 input {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .top-search-box-wrap .top-search-box-container .top-search-box #ajaxsearchlite1 input {
        font-size: 20px;
        line-height: 1.6
    }
}

.top-search-box-wrap .top-search-box-container .top-search-box #ajaxsearchlite1 input::-webkit-input-placeholder {
    color: #7f7f7f !important
}

.top-search-box-wrap .top-search-box-container .top-search-box #ajaxsearchlite1 input::-moz-placeholder {
    color: #7f7f7f !important
}

.top-search-box-wrap .top-search-box-container .top-search-box #ajaxsearchlite1 input:-ms-input-placeholder {
    color: #7f7f7f !important
}

.top-search-box-wrap .top-search-box-container .top-search-box #ajaxsearchlite1 input:-moz-placeholder {
    color: #7f7f7f !important
}

.top-search-box-wrap .top-search-box-container .top-search-box #ajaxsearchlite1 .top-search-btn {
    background-color: transparent;
    border: none;
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    color: #7f7f7f;
    font-size: 20px;
    padding: 0;
    text-align: right
}

.top-search-box-wrap .top-search-box-container .top-search-box #ajaxsearchlite1 .top-search-btn:hover {
    color: #31b5c1
}

.nav-section .main-navbar {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    top: 0;
    background-color: transparent;
    width: 100%;
    padding: 10px 0;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms
}

.nav-section .main-navbar>.container-fluid {
    padding-right: 30px;
    padding-left: 30px
}

.nav-section .main-navbar .main-navbar-inr {
    width: 100%
}

.nav-section .main-navbar .navbar-box {
    width: 240px
}

.nav-section .main-navbar .navbar-brand {
    width: 180px;
    height: 53px;
    padding: 0;
    position: relative;
    margin-right: 15px
}

.nav-section .main-navbar .navbar-brand img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    vertical-align: top
}

.nav-section .main-navbar.fixed-navbar {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.nav-section .main-navbar .headerMenu .navbar-nav>li {
    margin: 0 10px
}

.nav-section .main-navbar .headerMenu .navbar-nav>li>a {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    padding: 4px 0;
    font-weight: 600;
    position: relative;
    display: block
}

.nav-section .main-navbar .headerMenu .navbar-nav>li>a:before {
    content: '';
    background-color: #ED1846;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms
}

.nav-section .main-navbar .headerMenu .navbar-nav>li>a:hover {
    color: #ED1846
}

.nav-section .main-navbar .headerMenu .navbar-nav>li>a:hover:before {
    width: 100%
}

.nav-section .main-navbar .headerMenu .navbar-nav>li.current-menu-item>a {
    color: #ED1846
}

.nav-section .main-navbar .headerMenu .navbar-nav>li.current-menu-item>a:before {
    width: 100%
}

.nav-section .main-navbar .headerMenu .navbar-nav>li.menu-item-has-children {
    position: relative
}

.nav-section .main-navbar .headerMenu .navbar-nav>li.menu-item-has-children>a:after {
    content: '\E804';
    font-family: fontello;
    border: none;
    font-size: 5px;
    margin-left: 5px;
    top: -2px;
    position: relative
}

.nav-section .main-navbar .headerMenu .navbar-nav>li.menu-item-has-children>.sub-menu {
    display: none;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    text-align: left;
    list-style: none;
    width: 446px;
    max-height: 362px;
    border-radius: 5px;
    padding: 20px 25px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .05);
    background-color: #fff;
    webkit-column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    overflow-y: auto
}

.nav-section .main-navbar .headerMenu .navbar-nav>li.menu-item-has-children>.sub-menu>li>a {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.3;
    padding: 5px 0;
    font-weight: 500;
    display: block
}

.nav-section .main-navbar .headerMenu .navbar-nav>li.menu-item-has-children>.sub-menu>li>a:hover {
    color: #ED1846
}

.nav-section .main-navbar .headerMenu .navbar-nav>li.menu-item-has-children>.sub-menu>li>.sub-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-section .main-navbar .headerMenu .navbar-nav>li.menu-item-has-children>.sub-menu>li>.sub-menu>li {
    position: relative;
    padding-left: 12px
}

.nav-section .main-navbar .headerMenu .navbar-nav>li.menu-item-has-children>.sub-menu>li>.sub-menu>li:after {
    content: '\E810';
    font-family: fontello;
    color: #31b5c1;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 6px
}

.nav-section .main-navbar .headerMenu .navbar-nav>li.menu-item-has-children>.sub-menu>li>.sub-menu>li>a {
    color: #7f7f7f;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 1.3;
    padding: 5px 0;
    font-weight: 600;
    display: block
}

.nav-section .main-navbar .headerMenu .navbar-nav>li.menu-item-has-children>.sub-menu>li>.sub-menu>li>a:hover {
    color: #ED1846
}

.nav-section .main-navbar .headerMenu .tag-btn-crimson {
    padding: 5px 15px;
    background-color: #ED1846;
    color: #fff;
    border-radius: 20px;
    margin-left: 0;
    margin-right: 50px;
    margin-left: 30px;
    font-weight: 600;
    min-width: auto
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu {
    background: transparent
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai {
    background: transparent
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item {
    margin: 0 12px
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item.main-magamenu-item>ul {
    width: 700px !important
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item>a.mega-menu-link {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    padding: 4px 0;
    font-weight: 600;
    position: relative;
    display: block;
    background: transparent !important;
    height: auto
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item>a.mega-menu-link:before {
    content: '';
    background-color: #ED1846;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item>a.mega-menu-link:hover {
    background: transparent;
    color: #ED1846
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item>a.mega-menu-link:hover:before {
    width: 100%
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item.mega-current_page_item>a.mega-menu-link,
.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item.mega-current-menu-parent>a.mega-menu-link {
    background: transparent;
    color: #ED1846
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item.mega-current_page_item>a.mega-menu-link:before,
.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item.mega-current-menu-parent>a.mega-menu-link:before {
    width: 100%
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    vertical-align: middle;
    line-height: 15px;
    content: '\E804';
    font-family: fontello;
    font-size: 5px
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
    border-radius: 5px;
    padding: 0 8px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .05);
    background-color: #fff
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-megamenu>ul.mega-sub-menu #menu-header-mega-menu-three>li {
    list-style: none
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-megamenu>ul.mega-sub-menu #menu-header-mega-menu-three>li>a {
    font-size: 14px;
    line-height: 1.3;
    padding: 5px 0;
    font-weight: 500;
    color: #000;
    font-family: "Montserrat", sans-serif;
    display: inline-block
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-megamenu>ul.mega-sub-menu #menu-header-mega-menu-three>li>a:hover {
    color: #ED1846
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item {
    list-style: none
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item>a {
    font-size: 13px;
    line-height: 1.3;
    padding: 5px 0;
    font-weight: 600;
    color: #000;
    font-family: "Montserrat", sans-serif;
    pointer-events: none
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item.shipping-servicelink>a {
    pointer-events: auto
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item.shipping-servicelink>a:hover {
    color: #ED1846
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item>ul>li {
    padding: 0;
    list-style: none;
    transition: all 0.3s ease-in-out
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item>ul>li>a {
    color: #7f7f7f;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 1.3;
    padding: 6px 0 6px 15px;
    font-weight: 600;
    display: block;
    position: relative
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item>ul>li>a:after {
    content: '\E807';
    font-family: fontello;
    color: #31b5c1;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 8px
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item>ul>li>a:hover {
    color: #ED1846
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item>ul>li>a:hover:after {
    animation-name: translateArrow;
    animation-duration: 1.4s;
    animation-fill-mode: forwards;
    animation-timing-function: linear
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item>ul>li.current_page_item>a {
    color: #ED1846
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-flyout ul.mega-sub-menu {
    border-radius: 5px;
    padding: 15px 25px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .05);
    background-color: #fff
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.3;
    padding: 5px 0;
    font-weight: 500;
    background-color: transparent !important
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: #ED1846
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current_page_item a.mega-menu-link {
    color: #ED1846
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item {
    margin: 0 12px
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item.main-magamenu-item>ul {
    width: 700px !important
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item>a.mega-menu-link {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    padding: 4px 0;
    font-weight: 600;
    position: relative;
    display: block;
    background: transparent !important;
    height: auto
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item>a.mega-menu-link:before {
    content: '';
    background-color: #ED1846;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item>a.mega-menu-link:hover {
    background: transparent;
    color: #ED1846
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item>a.mega-menu-link:hover:before {
    width: 100%
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item.mega-current_page_item>a.mega-menu-link,
.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item.mega-current-menu-parent>a.mega-menu-link {
    background: transparent;
    color: #ED1846
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item.mega-current_page_item>a.mega-menu-link:before,
.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item.mega-current-menu-parent>a.mega-menu-link:before {
    width: 100%
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    vertical-align: middle;
    line-height: 15px;
    content: '\E804';
    font-family: fontello;
    font-size: 5px
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu {
    border-radius: 5px;
    padding: 0 8px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .05);
    background-color: #fff
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu #menu-header-mega-menu-three>li {
    list-style: none
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu #menu-header-mega-menu-three>li>a {
    font-size: 14px;
    line-height: 1.3;
    padding: 5px 0;
    font-weight: 500;
    color: #000;
    font-family: "Montserrat", sans-serif;
    display: inline-block
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu #menu-header-mega-menu-three>li>a:hover {
    color: #ED1846
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item {
    list-style: none
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item>a {
    font-size: 13px;
    line-height: 1.3;
    padding: 5px 0;
    font-weight: 600;
    color: #000;
    font-family: "Montserrat", sans-serif;
    pointer-events: none
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item.shipping-servicelink>a {
    pointer-events: auto
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item.shipping-servicelink>a:hover {
    color: #ED1846
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item>ul>li {
    padding: 0;
    list-style: none;
    transition: all 0.3s ease-in-out
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item>ul>li>a {
    color: #7f7f7f;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 1.3;
    padding: 6px 0 6px 15px;
    font-weight: 600;
    display: block;
    position: relative
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item>ul>li>a:after {
    content: '\E807';
    font-family: fontello;
    color: #31b5c1;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 8px
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item>ul>li>a:hover {
    color: #ED1846
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item>ul>li>a:hover:after {
    animation-name: translateArrow;
    animation-duration: 1.4s;
    animation-fill-mode: forwards;
    animation-timing-function: linear
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item>ul>li.current_page_item>a {
    color: #ED1846
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-flyout ul.mega-sub-menu {
    border-radius: 5px;
    padding: 15px 25px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .05);
    background-color: #fff
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.3;
    padding: 5px 0;
    font-weight: 500;
    background-color: transparent !important
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: #ED1846
}

.nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current_page_item a.mega-menu-link {
    color: #ED1846
}

.nav-section .main-navbar .tag-btn-crimson {
    padding: 5px 15px;
    background-color: #f7315c;
    color: #fff;
    border-radius: 20px;
    margin-left: 30px;
    margin-right: 20px;
    font-weight: 600;
    min-width: auto
}

.nav-section .main-navbar .navbar-rightSide .btn {
    min-width: 75px;
    padding: 11px 13px;
    font-weight: 600
}

.nav-section .main-navbar .navbar-rightSide .btn-search {
    width: 26px;
    text-align: center;
    font-size: 19px;
    margin-right: 7px;
    color: #7c7c7c
}

.nav-section .main-navbar .navbar-rightSide .btn-search:hover {
    color: #ED1846
}

.nav-section.inr-nav-section .main-navbar .navbar-brand {
    width: 120px;
    height: 40px;
    padding: 0;
    position: relative;
    margin-right: 15px
}

.nav-section.inr-nav-section .main-navbar .navbar-brand img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    vertical-align: top
}

.nav-section.inr-nav-section .main-navbar .navbar-brand img.white-logo {
    display: block;
    position: absolute;
    left: 0
}

.nav-section.inr-nav-section .main-navbar .navbar-brand img.color-logo {
    display: none;
    position: absolute;
    left: 0
}

.nav-section.inr-nav-section .main-navbar .headerMenu .navbar-nav>li>a {
    color: #fff
}

.nav-section.inr-nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item>a.mega-menu-link {
    color: #fff
}

.nav-section.inr-nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item>a.mega-menu-link {
    color: #fff
}

.nav-section.inr-nav-section .main-navbar .lang-dropdown>a {
    color: #fff
}

.nav-section.inr-nav-section .main-navbar .navbar-rightSide .btn-search {
    color: #fff
}

.nav-section.inr-nav-section .main-navbar .navbar-rightSide .btn.btn-border-gray {
    color: #fff
}

.nav-section.inr-nav-section .main-navbar .navbar-rightSide .btn.btn-blueGem {
    background-color: #ED1846;
    border: 1px solid #ED1846
}

.nav-section.inr-nav-section .main-navbar.fixed-navbar {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.nav-section.inr-nav-section .main-navbar.fixed-navbar .navbar-brand img.color-logo {
    display: block
}

.nav-section.inr-nav-section .main-navbar.fixed-navbar .navbar-brand img.white-logo {
    display: none
}

.nav-section.inr-nav-section .main-navbar.fixed-navbar .headerMenu .navbar-nav>li>a {
    color: #000
}

.nav-section.inr-nav-section .main-navbar.fixed-navbar .headerMenu .navbar-nav>li.current-menu-item>a {
    color: #ED1846
}

.nav-section.inr-nav-section .main-navbar.fixed-navbar .headerMenu .navbar-nav>li.current-menu-item>a:before {
    width: 100%
}

.nav-section.inr-nav-section .main-navbar.fixed-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item>a.mega-menu-link {
    color: #000
}

.nav-section.inr-nav-section .main-navbar.fixed-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item>a.mega-menu-link {
    color: #000
}

.nav-section.inr-nav-section .main-navbar.fixed-navbar .lang-dropdown>a {
    color: #7f7f7f
}

.nav-section.inr-nav-section .main-navbar.fixed-navbar .navbar-rightSide .btn-search {
    color: #000
}

.nav-section.inr-nav-section .main-navbar.fixed-navbar .navbar-rightSide .btn.btn-border-gray {
    color: #000
}

.nav-section.inr-nav-section .main-navbar.fixed-navbar .navbar-rightSide .btn.btn-blueGem {
    background-color: #472F92;
    border: 1px solid #472F92
}

.comn-py {
    padding: 80px 0
}

.sec-heading-block {
    position: relative;
    max-width: 852px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px
}

.sec-heading-block .secHeadingText {
    font-size: 30px;
    line-height: 1.2
}

@media screen and (min-width:768px) {
    .sec-heading-block .secHeadingText {
        font-size: 30px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    .sec-heading-block .secHeadingText {
        font-size: 30px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .sec-heading-block .secHeadingText {
        font-size: 36px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .sec-heading-block .secHeadingText {
        font-size: 36px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .sec-heading-block .secHeadingText {
        font-size: 46px;
        line-height: 1.3
    }
}

.sec-heading-block .secSubHeadingText {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500
}

@media screen and (min-width:768px) {
    .sec-heading-block .secSubHeadingText {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .sec-heading-block .secSubHeadingText {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .sec-heading-block .secSubHeadingText {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .sec-heading-block .secSubHeadingText {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .sec-heading-block .secSubHeadingText {
        font-size: 20px;
        line-height: 1.6
    }
}

.sec-heading-block .trustStar {
    width: 21px;
    display: inline-block;
    line-height: 1;
    vertical-align: top;
    position: relative;
    top: -2px
}

.home-banner-sec .home-banner {
    height: 550px;
    padding-top: 74px;
    position: relative
}

.home-banner-sec .home-banner .home-banner-contrent {
    width: calc(100% - 622px);
    padding-right: 60px
}

.home-banner-sec .home-banner .home-banner-contrent .text-content {
    margin-bottom: 40px
}

.home-banner-sec .home-banner .home-banner-contrent .text-content .home-banner-heading1 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700
}

@media screen and (min-width:576px) {
    .home-banner-sec .home-banner .home-banner-contrent .text-content .home-banner-heading1 {
        font-size: 40px;
        line-height: 1.2
    }
}

@media screen and (min-width:768px) {
    .home-banner-sec .home-banner .home-banner-contrent .text-content .home-banner-heading1 {
        font-size: 40px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    .home-banner-sec .home-banner .home-banner-contrent .text-content .home-banner-heading1 {
        font-size: 46px;
        line-height: 1.2
    }
}

@media screen and (min-width:1200px) {
    .home-banner-sec .home-banner .home-banner-contrent .text-content .home-banner-heading1 {
        font-size: 50px;
        line-height: 1.2
    }
}

@media screen and (min-width:1400px) {
    .home-banner-sec .home-banner .home-banner-contrent .text-content .home-banner-heading1 {
        font-size: 50px;
        line-height: 1.2
    }
}

@media screen and (min-width:1800px) {
    .home-banner-sec .home-banner .home-banner-contrent .text-content .home-banner-heading1 {
        font-size: 64px;
        line-height: 1.2
    }
}

.home-banner-sec .home-banner .home-banner-contrent .text-content .home-banner-heading2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700
}

@media screen and (min-width:576px) {
    .home-banner-sec .home-banner .home-banner-contrent .text-content .home-banner-heading2 {
        font-size: 46px;
        line-height: 1.2
    }
}

@media screen and (min-width:768px) {
    .home-banner-sec .home-banner .home-banner-contrent .text-content .home-banner-heading2 {
        font-size: 56px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    .home-banner-sec .home-banner .home-banner-contrent .text-content .home-banner-heading2 {
        font-size: 66px;
        line-height: 1.2
    }
}

@media screen and (min-width:1200px) {
    .home-banner-sec .home-banner .home-banner-contrent .text-content .home-banner-heading2 {
        font-size: 70px;
        line-height: 1.2
    }
}

@media screen and (min-width:1400px) {
    .home-banner-sec .home-banner .home-banner-contrent .text-content .home-banner-heading2 {
        font-size: 70px;
        line-height: 1.2
    }
}

@media screen and (min-width:1800px) {
    .home-banner-sec .home-banner .home-banner-contrent .text-content .home-banner-heading2 {
        font-size: 80px;
        line-height: 1.2
    }
}

.home-banner-sec .home-banner .home-banner-contrent .text-content p {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500
}

@media screen and (min-width:768px) {
    .home-banner-sec .home-banner .home-banner-contrent .text-content p {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    .home-banner-sec .home-banner .home-banner-contrent .text-content p {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (min-width:1200px) {
    .home-banner-sec .home-banner .home-banner-contrent .text-content p {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .home-banner-sec .home-banner .home-banner-contrent .text-content p {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .home-banner-sec .home-banner .home-banner-contrent .text-content p {
        font-size: 24px;
        line-height: 1.3
    }
}

.home-banner-sec .home-banner .home-banner-contrent .btn-holder .videoPlay-btn-holder {
    position: relative;
    margin-left: 40px
}

.home-banner-sec .home-banner .home-banner-contrent .btn-holder .videoPlay-btn-holder .videoPlay-btn {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 0 10px 40px 0 rgba(101, 101, 101, .16);
    background-color: #fff;
    color: #ED1846;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    border: none
}

.home-banner-sec .home-banner .home-banner-contrent .btn-holder .videoPlay-btn-holder .play-btn-text {
    margin-top: 10px;
    width: 87px;
    position: relative
}

.home-banner-sec .home-banner .home-banner-contrent .btn-holder .videoPlay-btn-holder .play-btn-text:after {
    content: '\E802';
    font-family: "fontello";
    position: absolute;
    font-size: 40px;
    bottom: 9px;
    line-height: 46px;
    right: -19px;
    color: #bdbdbd
}

.home-banner-sec .home-banner .home-videoImg-holder {
    width: 622px;
    height: 410px
}

.home-banner-sec .home-banner .home-videoImg-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home-banner-sec .home-banner .bgVideo-holder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.home-banner-sec .home-banner .bgVideo-holder>video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center
}

.counter-sec {
    padding-top: 25px;
    padding-bottom: 35px
}

.counter-sec.promotion-counter-sec {
    padding-top: 50px;
    padding-bottom: 50px
}

.counter-sec .counter-block {
    color: #000;
    text-align: center
}

.counter-sec .counter-block .counterNumbText {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px
}

@media screen and (min-width:768px) {
    .counter-sec .counter-block .counterNumbText {
        font-size: 24px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    .counter-sec .counter-block .counterNumbText {
        font-size: 24px;
        line-height: 1.2
    }
}

@media screen and (min-width:1200px) {
    .counter-sec .counter-block .counterNumbText {
        font-size: 28px;
        line-height: 1.2
    }
}

@media screen and (min-width:1400px) {
    .counter-sec .counter-block .counterNumbText {
        font-size: 28px;
        line-height: 1.2
    }
}

@media screen and (min-width:1800px) {
    .counter-sec .counter-block .counterNumbText {
        font-size: 36px;
        line-height: 1.2
    }
}

.counter-sec .counter-block .counterInfoText {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500
}

.companyInfoTestimonial-sec {
    background-color: #F0FAFB;
    position: relative;
    overflow: hidden
}

.companyInfoTestimonial-sec:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 477px;
    height: auto;
    background-color: #31b5c1
}

.companyInfoTestimonial-sec .companyInfo-block {
    width: 585px
}

.companyInfoTestimonial-sec .companyInfo-block .mainHeadingText {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700
}

@media screen and (min-width:768px) {
    .companyInfoTestimonial-sec .companyInfo-block .mainHeadingText {
        font-size: 30px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    .companyInfoTestimonial-sec .companyInfo-block .mainHeadingText {
        font-size: 30px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .companyInfoTestimonial-sec .companyInfo-block .mainHeadingText {
        font-size: 36px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .companyInfoTestimonial-sec .companyInfo-block .mainHeadingText {
        font-size: 36px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .companyInfoTestimonial-sec .companyInfo-block .mainHeadingText {
        font-size: 46px;
        line-height: 1.3
    }
}

.companyInfoTestimonial-sec .companyInfo-block .companyInfo-list-block .headingText {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 15px
}

@media screen and (min-width:768px) {
    .companyInfoTestimonial-sec .companyInfo-block .companyInfo-list-block .headingText {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    .companyInfoTestimonial-sec .companyInfo-block .companyInfo-list-block .headingText {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (min-width:1200px) {
    .companyInfoTestimonial-sec .companyInfo-block .companyInfo-list-block .headingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .companyInfoTestimonial-sec .companyInfo-block .companyInfo-list-block .headingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .companyInfoTestimonial-sec .companyInfo-block .companyInfo-list-block .headingText {
        font-size: 24px;
        line-height: 1.3
    }
}

.companyInfoTestimonial-sec .companyInfo-block .companyInfo-list-block ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.companyInfoTestimonial-sec .companyInfo-block .companyInfo-list-block ul li {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    padding-left: 32px;
    position: relative;
    margin-bottom: 15px
}

.companyInfoTestimonial-sec .companyInfo-block .companyInfo-list-block ul li::after {
    content: '\E803';
    font-family: "fontello";
    border: none;
    font-size: 20px;
    position: absolute;
    left: 0;
    color: #31b5c1;
    top: 0;
    line-height: 1
}

.companyInfoTestimonial-sec .companyInfo-block .companyInfo-list-block .btn-holder {
    margin-top: 30px
}

.companyInfoTestimonial-sec .companyInfo-block .companyInfo-list-block .btn-holder>.btn {
    margin-right: 16px;
    min-width: 162px
}

.companyInfoTestimonial-sec .testimonial-block-slider-wrap {
    width: calc(100% - 585px);
    padding-right: 20px;
    position: relative;
    z-index: 2
}

.companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider {
    position: relative;
    width: 400px;
    max-width: 100%;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .04);
    box-sizing: border-box
}

.companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider:after {
    content: '\e800';
    font-family: "fontello";
    position: absolute;
    font-size: 60px;
    color: #c8ecee;
    right: 435px;
    top: 262px;
    z-index: 2
}

.companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .swiper-container {
    width: 100%;
    height: 100%;
    background-color: #fff
}

.companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .swiper-button-next,
.companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .swiper-button-prev {
    top: 180px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    box-shadow: 0 15px 46px 0 rgba(0, 0, 0, .17);
    background-color: #fff;
    color: #000
}

.companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .swiper-button-next:after,
.companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .swiper-button-prev:after {
    font-size: 16px
}

.companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .swiper-button-next {
    right: -20px;
    left: auto
}

.companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .swiper-button-next:after {
    content: '\e807';
    font-family: "fontello"
}

.companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .swiper-button-prev {
    right: auto;
    left: -20px
}

.companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .swiper-button-prev:after {
    content: '\e806';
    font-family: "fontello"
}

.companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .testimonial-block {
    width: 400px
}

.companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .testimonial-block .testimonial-user-img {
    width: 100%;
    height: 340px;
    background-color: #e6e5e5
}

.companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .testimonial-block .testimonial-user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .testimonial-block .testimonial-content {
    padding: 35px 35px;
    background-color: #fff
}

.companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .testimonial-block .testimonial-content .nameText {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block
}

@media screen and (min-width:768px) {
    .companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .testimonial-block .testimonial-content .nameText {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    .companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .testimonial-block .testimonial-content .nameText {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (min-width:1200px) {
    .companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .testimonial-block .testimonial-content .nameText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .testimonial-block .testimonial-content .nameText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .testimonial-block .testimonial-content .nameText {
        font-size: 24px;
        line-height: 1.3
    }
}

.companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .testimonial-block .testimonial-content p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500
}

@media screen and (min-width:768px) {
    .companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .testimonial-block .testimonial-content p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .testimonial-block .testimonial-content p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .testimonial-block .testimonial-content p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1400px) {
    .companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .testimonial-block .testimonial-content p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1800px) {
    .companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .testimonial-block .testimonial-content p {
        font-size: 18px;
        line-height: 1.6
    }
}

.feature-sec {
    padding-top: 80px
}

.feature-content-wrap {
    position: relative
}

.feature-content-wrap .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto
}

.feature-content-wrap .swiper-slide {
    background-size: cover;
    background-position: center
}

.feature-content-wrap .gallery-content {
    width: 100%
}

.feature-content-wrap .gallery-content .swiper-slide {
    width: 578px !important;
    opacity: .4
}

.feature-content-wrap .gallery-content .swiper-slide.swiper-slide-active {
    opacity: 1
}

.feature-content-wrap .gallery-content .swiper-slide.swiper-slide-active .feature-content-info .des-content {
    transform: translateY(-90px);
    opacity: 1
}

.feature-content-wrap .gallery-nav {
    box-sizing: border-box;
    margin: 10px 0
}

.feature-content-wrap .gallery-nav .nav-item {
    color: #7f7f7f;
    font-weight: 700;
    padding: 5px 15px 5px 0;
    margin: 10px 0;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 15px;
    line-height: 1.6;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .feature-content-wrap .gallery-nav .nav-item {
        font-size: 15px;
        line-height: 1.6
    }
}

@media screen and (min-width:992px) {
    .feature-content-wrap .gallery-nav .nav-item {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1200px) {
    .feature-content-wrap .gallery-nav .nav-item {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .feature-content-wrap .gallery-nav .nav-item {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .feature-content-wrap .gallery-nav .nav-item {
        font-size: 20px;
        line-height: 1.6
    }
}

.feature-content-wrap .gallery-nav .nav-item:after {
    content: '';
    width: 0;
    height: 2px;
    background-color: #ED1846;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms
}

.feature-content-wrap .gallery-nav .swiper-slide {
    height: 100%;
    opacity: 1
}

.feature-content-wrap .gallery-nav .swiper-slide-thumb-active .nav-item {
    color: #ED1846;
    font-size: 16px;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .feature-content-wrap .gallery-nav .swiper-slide-thumb-active .nav-item {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .feature-content-wrap .gallery-nav .swiper-slide-thumb-active .nav-item {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .feature-content-wrap .gallery-nav .swiper-slide-thumb-active .nav-item {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .feature-content-wrap .gallery-nav .swiper-slide-thumb-active .nav-item {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .feature-content-wrap .gallery-nav .swiper-slide-thumb-active .nav-item {
        font-size: 20px;
        line-height: 1.6
    }
}

.feature-content-wrap .gallery-nav .swiper-slide-thumb-active .nav-item:after {
    width: 40px
}

.feature-content-wrap .feature-content-left {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(-100px);
    z-index: 2
}

.feature-content-wrap .feature-content-right {
    padding-left: 385px;
    width: 100%;
    position: relative
}

.feature-content-wrap .feature-content-right .feature-content-info .feature-img-holder {
    width: 100%;
    height: 416px;
    border-radius: 5px;
    background-color: #f4f5fa;
    padding: 13px
}

.feature-content-wrap .feature-content-right .feature-content-info .feature-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.feature-content-wrap .feature-content-right .feature-content-info .des-content {
    background-color: #fff;
    transform: translateY(100px);
    opacity: 0;
    padding: 35px 40px;
    width: 470px;
    border-radius: 5px;
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .05);
    margin-left: auto;
    margin-right: auto;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms
}

.feature-content-wrap .feature-content-right .feature-content-info .des-content .headingText {
    font-size: 18px;
    line-height: 1.3
}

@media screen and (min-width:768px) {
    .feature-content-wrap .feature-content-right .feature-content-info .des-content .headingText {
        font-size: 22px;
        line-height: 1.3
    }
}

@media screen and (min-width:992px) {
    .feature-content-wrap .feature-content-right .feature-content-info .des-content .headingText {
        font-size: 22px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .feature-content-wrap .feature-content-right .feature-content-info .des-content .headingText {
        font-size: 24px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .feature-content-wrap .feature-content-right .feature-content-info .des-content .headingText {
        font-size: 24px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .feature-content-wrap .feature-content-right .feature-content-info .des-content .headingText {
        font-size: 34px;
        line-height: 1.3
    }
}

.feature-content-wrap .feature-content-right .feature-content-info .des-content p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400
}

@media screen and (min-width:768px) {
    .feature-content-wrap .feature-content-right .feature-content-info .des-content p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .feature-content-wrap .feature-content-right .feature-content-info .des-content p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .feature-content-wrap .feature-content-right .feature-content-info .des-content p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1400px) {
    .feature-content-wrap .feature-content-right .feature-content-info .des-content p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1800px) {
    .feature-content-wrap .feature-content-right .feature-content-info .des-content p {
        font-size: 18px;
        line-height: 1.6
    }
}

.feature-content-wrap .feature-content-right .swiper-button-next,
.feature-content-wrap .feature-content-right .swiper-button-prev {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    box-shadow: 0 15px 46px 0 rgba(0, 0, 0, .07);
    background-color: #fff;
    color: #000;
    text-align: center;
    line-height: 40px;
    top: 60%
}

.feature-content-wrap .feature-content-right .swiper-button-next:after,
.feature-content-wrap .feature-content-right .swiper-button-prev:after {
    font-size: 16px
}

.feature-content-wrap .feature-content-right .swiper-button-next {
    right: 10px;
    left: auto
}

.feature-content-wrap .feature-content-right .swiper-button-next:after {
    content: '\e807';
    font-family: "fontello"
}

.feature-content-wrap .feature-content-right .swiper-button-prev {
    right: auto;
    left: 10px
}

.feature-content-wrap .feature-content-right .swiper-button-prev:after {
    content: '\e806';
    font-family: "fontello"
}

.logo-slider-sec .logo-slider .slick-slide img {
    width: 145px;
    height: 55px;
    object-fit: contain;
    margin: 0 auto
}

.logo-slider-sec .logo-slider .slick-list {
    padding: 0 !important
}

.logo-slider-sec .logo-slider .slick-arrow {
    display: none !important
}

.getStarted-sec {
    overflow: hidden
}

.getStarted-sec .container {
    position: relative
}

.getStarted-sec .wht-comn-form {
    max-width: 330px;
    padding: 0 15px
}

.getStarted-sec .wht-comn-form .hbspt-form .hs-button {
    width: 100%
}

.getStarted-sec .placeholder-label {
    background-color: #e01d47
}

.getStarted-sec .graphic-img-col {
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden
}

.getStarted-sec .graphic-img-col .graphic-img-holder {
    width: 490px;
    height: 382px
}

.getStarted-sec .graphic-img-col .graphic-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.wht-comn-form {
    transition: opacity 0.4s ease-in-out
}

.wht-comn-form.jobDetail-form-faded {
    opacity: 0
}

.wht-comn-form.form-faded {
    opacity: 0
}

.wht-comn-form .form-group {
    margin-bottom: 20px
}

.wht-comn-form .form-control-holder {
    width: 100%;
    height: auto;
    position: relative
}

.wht-comn-form .form-control-holder.js-control label.placeholder-label {
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 13px;
    color: #fff;
    padding: 0 5px;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms
}

.wht-comn-form .form-control-holder.js-control label.placeholder-label sup {
    top: 0;
    color: #fff
}

.wht-comn-form .form-control-holder.js-control .form-control.not-empty~label.placeholder-label {
    top: -10px;
    font-size: 12px;
    font-weight: 600;
    width: auto
}

.wht-comn-form .form-control-holder.js-control .form-control.is-empty:focus~label.placeholder-label {
    top: -10px;
    font-size: 12px;
    font-weight: 600;
    width: auto
}

.wht-comn-form .form-control-holder.js-control .form-control.is-empty~label.placeholder-label {
    width: calc(100% - 40px)
}

.wht-comn-form .form-control-holder .placeholder-label {
    font-size: 14px;
    font-weight: 500;
    color: #fff
}

.wht-comn-form .form-control-holder .form-control {
    width: 100%;
    height: 50px;
    background: transparent;
    color: #fff;
    box-shadow: none;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    border-radius: 5px;
    border: solid 1px rgba(255, 255, 255, .5)
}

.wht-comn-form .form-control-holder .form-control:focus {
    border: solid 1px #fff
}

.wht-comn-form .form-control-holder .form-control::-webkit-input-placeholder {
    color: #fff
}

.wht-comn-form .form-control-holder .form-control::-moz-placeholder {
    color: #fff
}

.wht-comn-form .form-control-holder .form-control:-ms-input-placeholder {
    color: #fff
}

.wht-comn-form .form-control-holder .form-control:-moz-placeholder {
    color: #fff
}

.wht-comn-form .hbspt-form .submitted-message h2 {
    font-size: 16px;
    line-height: 1.4;
    color: #fff
}

.wht-comn-form .hbspt-form .form-columns-2 {
    width: auto !important;
    box-sizing: border-box;
    max-width: none;
    margin-left: -8px;
    margin-right: -8px
}

.wht-comn-form .hbspt-form .form-columns-2 .hs-form-field {
    width: 50%;
    padding: 0 8px
}

.wht-comn-form .hbspt-form .form-columns-2 .input {
    margin-right: 0 !important
}

.wht-comn-form .hbspt-form .form-columns-2 .hs-input {
    width: 100% !important;
    max-width: 100%
}

.wht-comn-form .hbspt-form .form-columns-1 {
    width: 100% !important;
    box-sizing: border-box;
    max-width: 100%
}

.wht-comn-form .hbspt-form .form-columns-1 .input {
    margin-right: 0 !important
}

.wht-comn-form .hbspt-form .form-columns-1 .hs-input {
    width: 100% !important;
    max-width: 100%
}

.wht-comn-form .hbspt-form select.hs-input option {
    color: #000
}

.wht-comn-form .hbspt-form .hs-input {
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    background: transparent;
    color: #fff;
    box-shadow: none;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    border-radius: 5px;
    border: solid 1px rgba(255, 255, 255, .5)
}

.wht-comn-form .hbspt-form .hs-input:focus {
    border: solid 1px #fff
}

.wht-comn-form .hbspt-form .hs-input::-webkit-input-placeholder {
    color: #fff
}

.wht-comn-form .hbspt-form .hs-input::-moz-placeholder {
    color: #fff
}

.wht-comn-form .hbspt-form .hs-input:-ms-input-placeholder {
    color: #fff
}

.wht-comn-form .hbspt-form .hs-input:-moz-placeholder {
    color: #fff
}

.wht-comn-form .hbspt-form textarea.hs-input {
    height: 80px !important;
    resize: none !important
}

.wht-comn-form .hbspt-form .hs-form-field {
    margin-bottom: 10px !important
}

.wht-comn-form .hbspt-form .hs-form-field label {
    font-family: "Montserrat", sans-serif;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600
}

.wht-comn-form .hbspt-form .hs-form-field label span {
    color: #ffffff !important
}

.wht-comn-form .hbspt-form .hs-form-field label.hs-error-msg {
    color: #fff;
    margin: 0
}

.wht-comn-form .hbspt-form .hs-form-required {
    color: #fff !important
}

.wht-comn-form .hbspt-form .hs-error-msg {
    font-family: "Montserrat", sans-serif;
    color: #fff
}

.wht-comn-form .hbspt-form .hs-error-msgs {
    margin: 0 !important
}

.wht-comn-form .hbspt-form .hs-error-msgs label {
    font-family: "Montserrat", sans-serif !important;
    color: #fff !important
}

.wht-comn-form .hbspt-form .actions {
    padding: 0 !important;
    width: 100%;
    margin: 0 !important
}

.wht-comn-form .hbspt-form .hs-button {
    outline: none !important;
    color: #ED1846 !important;
    border-radius: 4px;
    border: 1px solid #fff !important;
    background-color: #fff !important;
    padding: 16px 20px !important;
    font-size: 14px !important;
    font-family: "Montserrat", sans-serif !important;
    text-transform: uppercase;
    line-height: 1.2 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    min-width: 162px !important;
    box-sizing: border-box !important
}

.fileUpload-holder {
    position: relative
}

.fileUpload-holder .wpcf7-form-control-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block
}

.fileUpload-holder input[type="file"] {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    width: 100%;
    text-indent: -99px
}

.fileUpload-holder .fileUpload-info-content .ic-upload {
    font-size: 22px;
    line-height: 22px;
    color: #fff
}

.fileUpload-holder .fileUpload-info-content .text-content .headingText {
    color: #fff;
    font-size: 14px
}

.fileUpload-holder .fileUpload-info-content .text-content p {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.bg-darkCrimson .form-control-holder label.placeholder-label {
    background-color: #e01d47
}

.wht-bg-form .form-control-holder label.placeholder-label {
    background-color: #fff
}

.wht-bg-form .btn-holder .btn {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16)
}

.circle-radio label {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    cursor: pointer
}

.circle-radio label .circle-box {
    display: inline-block;
    width: 20px;
    height: 20px;
    left: 0;
    border: none;
    border-radius: 100%;
    border: 1px solid #e6e7e8;
    position: relative
}

.circle-radio input[type="radio"] {
    opacity: 0;
    position: absolute
}

.circle-radio input[type="radio"]:checked+label .circle-box::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #31b5c1;
    position: absolute;
    left: 4px;
    transform-origin: 0 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto
}

.circle-radio input[type="radio"]:checked+label .circle-box {
    border: 1px solid #31b5c1
}

.custom-checkbox label {
    display: inline-block;
    position: relative;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
    cursor: pointer
}

.custom-checkbox label .square-box {
    display: inline-block;
    width: 20px;
    height: 20px;
    left: 0;
    border: none;
    border-radius: 4px;
    border: solid 1px #dbdbdb;
    position: relative
}

.custom-checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute
}

.custom-checkbox input[type="checkbox"]:checked+label {
    color: #000
}

.custom-checkbox input[type="checkbox"]:checked+label .square-box::after {
    content: '';
    width: 5px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 12px;
    transform-origin: 0 0;
    top: 2px
}

.custom-checkbox input[type="checkbox"]:checked+label .square-box {
    border: 1px solid #31b5c1;
    background-color: #31b5c1
}

.custom-checkbox-card {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    border: solid 1px #e6e7e8;
    background-color: #fff;
    position: relative
}

.custom-checkbox-card .custom-checkbox-card-inr {
    width: 100%;
    height: 100%;
    position: relative
}

.custom-checkbox-card .custom-checkbox-card-inr .ps__thumb-y {
    width: 3px;
    background-color: #d0d0d0;
    right: 0
}

.custom-checkbox-card .custom-checkbox-card-inr .ps__rail-y {
    width: 3px;
    right: 0
}

.custom-checkbox-card .custom-checkbox {
    margin-top: 12px
}

.custom-checkbox-card .custom-checkbox:first-child {
    margin-top: 0
}

.comn-form {
    transition: opacity 0.4s ease-in-out
}

.comn-form.contact-form-faded {
    opacity: 0
}

.comn-form.form-faded {
    opacity: 0
}

.comn-form .noteText {
    font-size: 14px;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .comn-form .noteText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .comn-form .noteText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .comn-form .noteText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1400px) {
    .comn-form .noteText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1800px) {
    .comn-form .noteText {
        font-size: 18px;
        line-height: 1.6
    }
}

.comn-form .form-group {
    margin-bottom: 20px
}

.comn-form .form-group .form-control-label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px
}

.comn-form .form-group .form-control-label sup {
    top: 0;
    color: #ED1846
}

.comn-form .form-control-holder {
    width: 100%;
    height: auto;
    position: relative
}

.comn-form .form-control-holder.js-control label.placeholder-label {
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 13px;
    color: #000;
    padding: 0 5px;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms
}

.comn-form .form-control-holder.js-control label.placeholder-label sup {
    top: 0;
    color: #ED1846
}

.comn-form .form-control-holder.js-control label.placeholder-label.label-fixedTop {
    top: -10px;
    font-size: 12px;
    font-weight: 600;
    width: auto !important
}

.comn-form .form-control-holder.js-control .form-control.not-empty~label.placeholder-label {
    top: -10px;
    font-size: 12px;
    font-weight: 600;
    width: auto
}

.comn-form .form-control-holder.js-control .form-control.is-empty:focus~label.placeholder-label {
    top: -10px;
    font-size: 12px;
    font-weight: 600;
    width: auto
}

.comn-form .form-control-holder.js-control .form-control.is-empty~label.placeholder-label {
    width: calc(100% - 40px)
}

.comn-form .form-control-holder .placeholder-label {
    font-size: 14px;
    font-weight: 500;
    color: #303030
}

.comn-form .form-control-holder .form-control {
    width: 100%;
    height: 50px;
    background: #fff;
    color: #000;
    box-shadow: none;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    border-radius: 5px;
    border: solid 1px #e6e7e8
}

.comn-form .form-control-holder .form-control:focus {
    border: solid 1px #31b5c1
}

.comn-form .form-control-holder .form-control::-webkit-input-placeholder {
    color: #000;
    font-weight: 400
}

.comn-form .form-control-holder .form-control::-moz-placeholder {
    color: #000;
    font-weight: 400
}

.comn-form .form-control-holder .form-control:-ms-input-placeholder {
    color: #000;
    font-weight: 400
}

.comn-form .form-control-holder .form-control:-moz-placeholder {
    color: #000;
    font-weight: 400
}

.comn-form .form-control-holder select.form-control {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    background-image: url(../../../../../../../../themes/eShipper/assets/images/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: right 12px center;
    padding-right: 30px
}

.comn-form .form-control-holder textarea.form-control {
    height: 90px;
    resize: none;
    padding: 12px 15px
}

.comn-form .form-control-holder.search-control-holder .search-btn {
    position: absolute;
    width: 30px;
    top: 0;
    bottom: 0;
    right: 5px;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 16px;
    color: #7d7d7d
}

.comn-form .form-control-holder.search-control-holder .search-btn:hover {
    color: #31b5c1
}

.comn-form .form-control-holder.search-control-holder .form-control {
    padding: 8px 35px 8px 15px
}

.comn-form.blog-filter-content .search-control-holder .clear-search-btn {
    position: absolute;
    width: 24px;
    top: 0;
    bottom: 0;
    right: 30px;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 11px;
    color: #7d7d7d
}

.comn-form.blog-filter-content .search-control-holder .clear-search-btn:hover {
    color: #31b5c1
}

.comn-form.blog-filter-content .search-control-holder .form-control {
    padding: 8px 50px 8px 15px
}

.comn-form .hbspt-form .form-columns-2 {
    width: auto !important;
    box-sizing: border-box;
    max-width: none;
    margin-left: -8px;
    margin-right: -8px
}

.comn-form .hbspt-form .form-columns-2 .hs-form-field {
    width: 50%;
    padding: 0 8px
}

.comn-form .hbspt-form .form-columns-2 .input {
    margin-right: 0 !important
}

.comn-form .hbspt-form .form-columns-2 .hs-input {
    width: 100% !important;
    max-width: 100%
}

.comn-form .hbspt-form .form-columns-1 {
    width: 100% !important;
    box-sizing: border-box;
    max-width: 100%
}

.comn-form .hbspt-form .form-columns-1 .input {
    margin-right: 0 !important
}

.comn-form .hbspt-form .form-columns-1 .hs-input {
    width: 100% !important;
    max-width: 100%
}

.comn-form .hbspt-form .hs-input {
    width: 100%;
    height: 46px;
    background: #fff;
    color: #000;
    box-shadow: none;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    border-radius: 5px;
    border: solid 1px #e6e7e8;
    box-sizing: border-box
}

.comn-form .hbspt-form .hs-input:focus {
    border: solid 1px #31b5c1;
    box-shadow: none !important
}

.comn-form .hbspt-form .hs-input::-webkit-input-placeholder {
    color: #000;
    font-weight: 400
}

.comn-form .hbspt-form .hs-input::-moz-placeholder {
    color: #000;
    font-weight: 400
}

.comn-form .hbspt-form .hs-input:-ms-input-placeholder {
    color: #000;
    font-weight: 400
}

.comn-form .hbspt-form .hs-input:-moz-placeholder {
    color: #000;
    font-weight: 400
}

.comn-form .hbspt-form textarea.hs-input {
    height: 80px !important;
    resize: none !important
}

.comn-form .hbspt-form .hs-form-field {
    margin-bottom: 10px !important
}

.comn-form .hbspt-form .hs-form-field label {
    font-family: "Montserrat", sans-serif;
    color: #000 !important;
    font-size: 13px;
    font-weight: 600
}

.comn-form .hbspt-form .hs-form-field label span {
    color: #000 !important
}

.comn-form .hbspt-form .hs-form-field label.hs-error-msg {
    color: #E52116;
    margin: 0
}

.comn-form .hbspt-form .hs-error-msg {
    font-family: "Montserrat", sans-serif;
    color: #E52116
}

.comn-form .hbspt-form .hs-error-msgs {
    margin: 0 !important
}

.comn-form .hbspt-form .hs-error-msgs label {
    font-family: "Montserrat", sans-serif !important;
    color: #E52116 !important
}

.comn-form .hbspt-form .actions {
    padding: 0 !important;
    width: 100%;
    margin: 0 !important
}

.comn-form .hbspt-form .hs-button {
    outline: none !important;
    color: #ffffff !important;
    border-radius: 4px;
    border: 1px solid #ED1846 !important;
    background-color: #ED1846 !important;
    padding: 16px 20px !important;
    font-size: 14px !important;
    font-family: "Montserrat", sans-serif !important;
    text-transform: uppercase;
    line-height: 1.2 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    min-width: 162px !important;
    box-sizing: border-box !important
}

.press-logo-section .press-logo-content {
    width: 850px;
    margin: 0 auto -25px
}

.press-logo-section .press-logo-content .press-logo-holder {
    width: calc(20% - 40px);
    margin: 25px 20px
}

.press-logo-section .press-logo-content .press-logo-holder img {
    width: 100%;
    height: 50px;
    object-fit: contain
}

.trustpilot-sec .sec-heading-block .trustpilot-button-block {
    width: 180px;
    position: relative
}

.trustpilot-sec .sec-heading-block .trustpilot-button-block .button-next,
.trustpilot-sec .sec-heading-block .trustpilot-button-block .button-prev {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 0 15px 46px 0 rgba(0, 0, 0, .07);
    background-color: #fff;
    color: #000;
    position: absolute;
    line-height: 60px;
    text-align: center
}

.trustpilot-sec .sec-heading-block .trustpilot-button-block .button-next:after,
.trustpilot-sec .sec-heading-block .trustpilot-button-block .button-prev:after {
    font-size: 16px
}

.trustpilot-sec .sec-heading-block .trustpilot-button-block .button-next {
    right: 0;
    left: auto
}

.trustpilot-sec .sec-heading-block .trustpilot-button-block .button-next:after {
    content: '\e807';
    font-family: "fontello"
}

.trustpilot-sec .sec-heading-block .trustpilot-button-block .button-prev {
    right: 80px;
    left: auto
}

.trustpilot-sec .sec-heading-block .trustpilot-button-block .button-prev:after {
    content: '\e806';
    font-family: "fontello"
}

.trustpilot-sec .trustpilot-slider-content {
    padding: 0 40px
}

.trustpilot-sec .trustpilot-slider-content .trustpilot-slider {
    margin-bottom: -40px;
    position: relative
}

.trustpilot-sec .trustpilot-slider-content .trustpilot-slider:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 220px;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff 72%);
    z-index: 2;
    display: none
}

.trustpilot-sec .trustpilot-slider-content .trustpilot-slider:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 220px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 72%);
    z-index: 2;
    display: none
}

.trustpilot-sec .trustpilot-slider-content .trustpilot-slider .swiper-container {
    width: 100%;
    height: 100%
}

.trustpilot-sec .trustpilot-slider-content .trustpilot-slider .swiper-slide {
    padding: 25px 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 320px
}

.trustpilot-sec .trustpilot-slider-content .trustpilot-slider .trustpilot-slider-block {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 15px 46px 0 rgba(0, 0, 0, .09);
    overflow: hidden
}

.trustpilot-sec .trustpilot-slider-content .trustpilot-slider .trustpilot-slider-block img {
    width: 100%
}

.integration-sec .integration-content .integration-list {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 248px;
    overflow: hidden;
    transition: all 0.5s ease-in-out
}

.integration-sec .integration-content .integration-list li {
    height: 124px;
    width: 20%;
    position: relative;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    cursor: pointer
}

.integration-sec .integration-content .integration-list li:hover {
    background-color: rgba(255, 255, 255, .07)
}

.integration-sec .integration-content .integration-list li .image-holder {
    width: 160px;
    height: 45px
}

.integration-sec .integration-content .integration-list li .image-holder img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.integration-sec .integration-content .integration-list li:nth-child(-n+5) {
    border-left: 1px solid rgba(255, 255, 255, .2)
}

.integration-sec .integration-content .integration-list li:nth-child(-n+5):after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 18%, #472f92)
}

.integration-sec .integration-content .integration-list li:nth-child(n+6) {
    border-left: 1px solid rgba(255, 255, 255, .2);
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.integration-sec .integration-content .integration-list li:nth-child(n+6):after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 18%, #472f92)
}

.integration-sec .integration-content .integration-list li:nth-child(1) {
    border-left: none
}

.integration-sec .integration-content .integration-list li:nth-child(6) {
    border-left: none
}

.integration-sec .integration-content .integration-list li:nth-child(6):before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0;
    top: -1px;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 18%, #472f92)
}

.integration-sec .integration-content .integration-list li:nth-child(10):before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: -1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 18%, #472f92)
}

.integration-sec .integration-content .integration-list li:nth-child(11) {
    border-left: none
}

.integration-sec .integration-content .integration-list li:nth-child(11):before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0;
    top: -1px;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 18%, #472f92)
}

.integration-sec .integration-content .integration-list li:nth-child(16) {
    border-left: none
}

.integration-sec .integration-content .integration-list li:nth-child(16):before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0;
    top: -1px;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 18%, #472f92)
}

.integration-sec .integration-content .integration-list li:nth-child(15) :before,
.integration-sec .integration-content .integration-list li:nth-child(20) :before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: -1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 18%, #472f92)
}

.integration-sec .integration-content .integration-list li:nth-child(6),
.integration-sec .integration-content .integration-list li:nth-child(11),
.integration-sec .integration-content .integration-list li:nth-child(16) {
    border-left: none
}

.integration-sec .integration-content .integration-list.full-show {
    height: 500px;
    overflow: hidden
}

.integration-sec .integration-content .integration-list.full-show li:nth-child(n+6):nth-child(-n+15):after {
    display: none
}

.integration-sec .integration-content .integration-list.full-show li:nth-child(n+10) {
    border-left: 1px solid rgba(255, 255, 255, .2);
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.integration-sec .integration-content .integration-list.full-show li:nth-child(n+10):after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 18%, #472f92)
}

.integration-sec .integration-content .integration-list.full-show li:nth-child(1) {
    border-left: none
}

.integration-sec .integration-content .integration-list.full-show li:nth-child(6),
.integration-sec .integration-content .integration-list.full-show li:nth-child(11),
.integration-sec .integration-content .integration-list.full-show li:nth-child(16) {
    border-left: none
}

.integration-sec .integration-content .btn-holder {
    margin-top: 35px
}

.comn-footer-sec {
    position: relative
}

.comn-footer-sec>.comn-py {
    padding: 80px 15px
}

.comn-footer-sec .newsletter-sec {
    width: 100%;
    overflow: hidden
}

.comn-footer-sec .newsletter-sec .sec-heading-block {
    max-width: 435px
}

.comn-footer-sec .newsletter-sec .sec-heading-block .secSubHeadingText {
    font-size: 12px
}

.comn-footer-sec .newsletter-sec .newsletter-form iframe {
    width: 100% !important
}

.comn-footer-sec .newsletter-sec .newsletter-form .hbspt-form {
    width: 100% !important
}

.comn-footer-sec .newsletter-sec .newsletter-form .form-control-holder .form-control {
    width: 373px;
    height: 50px;
    border-radius: 5px;
    border: solid 1px rgba(151, 151, 151, .33);
    background-color: #fff;
    margin-right: 15px;
    color: #000;
    font-size: 14px;
    font-weight: 500
}

.comn-footer-sec .newsletter-sec .newsletter-form .form-control-holder .form-control:focus {
    box-shadow: none;
    border: 1px solid #31b5c1
}

.comn-footer-sec .newsletter-sec .newsletter-form .btn-holder .btn {
    min-width: 140px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16)
}

.comn-footer-sec .footer-content .footer-content-block .logo-holder {
    width: 165px;
    height: auto;
    margin-bottom: 40px
}

.comn-footer-sec .footer-content .footer-content-block .logo-holder img {
    width: 100%
}

.comn-footer-sec .footer-content .footer-content-block .info-block {
    margin-bottom: 40px
}

.comn-footer-sec .footer-content .footer-content-block .info-block .headingText {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #000
}

@media screen and (min-width:768px) {
    .comn-footer-sec .footer-content .footer-content-block .info-block .headingText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .comn-footer-sec .footer-content .footer-content-block .info-block .headingText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .comn-footer-sec .footer-content .footer-content-block .info-block .headingText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1400px) {
    .comn-footer-sec .footer-content .footer-content-block .info-block .headingText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1800px) {
    .comn-footer-sec .footer-content .footer-content-block .info-block .headingText {
        font-size: 18px;
        line-height: 1.6
    }
}

.comn-footer-sec .footer-content .footer-content-block .info-block .ph-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    color: #000
}

@media screen and (min-width:768px) {
    .comn-footer-sec .footer-content .footer-content-block .info-block .ph-text {
        font-size: 22px;
        line-height: 1.3
    }
}

@media screen and (min-width:992px) {
    .comn-footer-sec .footer-content .footer-content-block .info-block .ph-text {
        font-size: 22px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .comn-footer-sec .footer-content .footer-content-block .info-block .ph-text {
        font-size: 24px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .comn-footer-sec .footer-content .footer-content-block .info-block .ph-text {
        font-size: 24px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .comn-footer-sec .footer-content .footer-content-block .info-block .ph-text {
        font-size: 34px;
        line-height: 1.3
    }
}

.comn-footer-sec .footer-content .footer-content-block .info-block .ph-text:hover {
    color: #ED1846
}

.comn-footer-sec .footer-content .footer-content-block .info-block.social-block ul {
    margin: 12px 0 0 0;
    padding: 0;
    list-style: none
}

.comn-footer-sec .footer-content .footer-content-block .info-block.social-block ul li {
    display: inline-block;
    vertical-align: middle
}

.comn-footer-sec .footer-content .footer-content-block .info-block.social-block ul li a {
    font-size: 17px;
    line-height: 1;
    margin-left: 20px;
    display: inline-block;
    color: #000
}

.comn-footer-sec .footer-content .footer-content-block .info-block.social-block ul li a:hover {
    color: #ED1846
}

.comn-footer-sec .footer-content .footer-content-block .info-block.social-block ul li:first-child a {
    margin-left: 0
}

.comn-footer-sec .footer-content .footer-content-block .info-block.social-block ul li a .ic-facebook {
    font-size: 20px
}

.comn-footer-sec .footer-content .footer-content-block .info-block.social-block ul li a .ic-linkedin {
    font-size: 20px;
    position: relative;
    top: -2px
}

.comn-footer-sec .footer-content .footer-content-block .info-block.social-block ul li a .ic-insta {
    font-size: 20px
}

.comn-footer-sec .footer-content .footer-content-block .inquiries-info-block h6 {
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    color: #7f7f7f
}

.comn-footer-sec .footer-content .footer-content-block .inquiries-info-block a {
    font-size: 13px;
    line-height: 1.3;
    color: #7f7f7f;
    font-weight: 500;
    display: inline-block;
    word-break: break-all
}

.comn-footer-sec .footer-content .footer-content-block .inquiries-info-block a:hover {
    color: #ED1846
}

.comn-footer-sec .footer-content .footer-content-block .footer-lang-dropdown>a {
    font-size: 12px;
    font-weight: 600;
    line-height: 26px;
    display: inline-block;
    padding: 5px 15px;
    color: #000;
    height: 36px;
    border-radius: 22.5px;
    background-color: #cceff2
}

.comn-footer-sec .footer-content .footer-content-block .footer-lang-dropdown>a .ic-globe {
    font-size: 14px;
    margin-right: 4px
}

.comn-footer-sec .footer-content .footer-content-block .footer-lang-dropdown>a.dropdown-toggle::after {
    content: '\e804';
    font-family: "fontello";
    font-size: 6px;
    border: none;
    margin-left: 5px
}

.comn-footer-sec .footer-content .footer-content-block .footer-lang-dropdown .dropdown-menu {
    width: 160px;
    border-radius: 5px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .05);
    border: none;
    padding: 0
}

.comn-footer-sec .footer-content .footer-content-block .footer-lang-dropdown .dropdown-menu .wpml-ls-legacy-list-horizontal {
    padding: 0;
    border: none
}

.comn-footer-sec .footer-content .footer-content-block .footer-lang-dropdown .dropdown-menu .wpml-ls-legacy-list-horizontal .wpml-ls-item {
    display: block
}

.comn-footer-sec .footer-content .footer-content-block .footer-lang-dropdown .dropdown-menu .wpml-ls-legacy-list-horizontal a span.wpml-ls-display {
    display: none
}

.comn-footer-sec .footer-content .footer-content-block .footer-lang-dropdown .dropdown-menu li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    display: block;
    line-height: 45px;
    padding: 0 30px;
    text-transform: uppercase
}

.comn-footer-sec .footer-content .footer-content-block .footer-lang-dropdown .dropdown-menu li a:hover {
    color: #31b5c1;
    font-weight: 500;
    background-color: #eaf4f5
}

.comn-footer-sec .footer-content .footer-content-block .footer-lang-dropdown .dropdown-menu li.wpml-ls-current-language a {
    color: #31b5c1;
    background-color: #eaf4f5
}

.comn-footer-sec .footer-content .footer-content-block .headingText {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .comn-footer-sec .footer-content .footer-content-block .headingText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .comn-footer-sec .footer-content .footer-content-block .headingText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .comn-footer-sec .footer-content .footer-content-block .headingText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1400px) {
    .comn-footer-sec .footer-content .footer-content-block .headingText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1800px) {
    .comn-footer-sec .footer-content .footer-content-block .headingText {
        font-size: 18px;
        line-height: 1.6
    }
}

.comn-footer-sec .footer-content .footer-content-block .menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.comn-footer-sec .footer-content .footer-content-block .menu.location a {
    pointer-events: none
}

.comn-footer-sec .footer-content .footer-content-block .menu li {
    margin-bottom: 8px
}

.comn-footer-sec .footer-content .footer-content-block .menu li a {
    font-size: 14px;
    line-height: 1.5;
    color: #7f7f7f;
    font-weight: 500
}

@media screen and (min-width:768px) {
    .comn-footer-sec .footer-content .footer-content-block .menu li a {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .comn-footer-sec .footer-content .footer-content-block .menu li a {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .comn-footer-sec .footer-content .footer-content-block .menu li a {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1400px) {
    .comn-footer-sec .footer-content .footer-content-block .menu li a {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1800px) {
    .comn-footer-sec .footer-content .footer-content-block .menu li a {
        font-size: 18px;
        line-height: 1.6
    }
}

.comn-footer-sec .footer-content .footer-content-block .menu li a:hover {
    color: #ED1846
}

.comn-footer-sec .footer-content .footer-content-block .menu li.current_page_item a {
    color: #ED1846
}

.comn-footer-sec .footer-content .footer-content-block .widget_nav_menu {
    flex: none;
    max-width: 100%;
    padding: 0
}

.comn-footer-sec .copyRight-sec {
    background-color: #fff;
    padding: 20px 15px
}

.comn-footer-sec .copyRight-sec p {
    font-size: 12px;
    font-weight: 500;
    color: #7f7f7f
}

.btn-tag-wht {
    font-size: 12px;
    font-weight: 500;
    border-radius: 28px;
    border: solid 1px #e6e7e8;
    padding: 10px 20px;
    border-radius: 28px;
    border: solid 1px #e6e7e8;
    line-height: 1.3;
    color: #fff
}

.btn-tag-wht:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .4)
}

.btn-tag-gray {
    font-size: 12px;
    font-weight: 500;
    border-radius: 28px;
    border: solid 1px #e6e7e8;
    padding: 10px 20px;
    border-radius: 28px;
    border: solid 1px #e6e7e8;
    line-height: 1.3;
    color: #58595b
}

.btn-tag-gray:hover {
    color: #ED1846;
    border: solid 1px #ED1846
}

.inr-banner-sec {
    height: 520px;
    position: relative
}

.inr-banner-sec .inr-banner-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.inr-banner-sec .inr-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inr-banner-sec .inr-banner-image:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%
}

.inr-banner-sec .inr-banner-image>video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center
}

.inr-banner-sec .banner-contrent,
.inr-banner-sec .banner-content {
    position: relative
}

.inr-banner-sec .banner-contrent .content-holder,
.inr-banner-sec .banner-content .content-holder {
    max-width: 100%;
    margin-top: 74px
}

.inr-banner-sec .banner-contrent .content-holder.eShipper-plus,
.inr-banner-sec .banner-content .content-holder.eShipper-plus {
    max-width: 100%
}

.inr-banner-sec .banner-contrent .content-holder .pageTitel-text,
.inr-banner-sec .banner-content .content-holder .pageTitel-text {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700
}

@media screen and (min-width:768px) {

    .inr-banner-sec .banner-contrent .content-holder .pageTitel-text,
    .inr-banner-sec .banner-content .content-holder .pageTitel-text {
        font-size: 30px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {

    .inr-banner-sec .banner-contrent .content-holder .pageTitel-text,
    .inr-banner-sec .banner-content .content-holder .pageTitel-text {
        font-size: 30px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {

    .inr-banner-sec .banner-contrent .content-holder .pageTitel-text,
    .inr-banner-sec .banner-content .content-holder .pageTitel-text {
        font-size: 36px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {

    .inr-banner-sec .banner-contrent .content-holder .pageTitel-text,
    .inr-banner-sec .banner-content .content-holder .pageTitel-text {
        font-size: 36px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {

    .inr-banner-sec .banner-contrent .content-holder .pageTitel-text,
    .inr-banner-sec .banner-content .content-holder .pageTitel-text {
        font-size: 46px;
        line-height: 1.3
    }
}

.inr-banner-sec .banner-contrent .content-holder .xl-headingText,
.inr-banner-sec .banner-content .content-holder .xl-headingText {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px
}

@media screen and (min-width:576px) {

    .inr-banner-sec .banner-contrent .content-holder .xl-headingText,
    .inr-banner-sec .banner-content .content-holder .xl-headingText {
        font-size: 40px;
        line-height: 1.2
    }
}

@media screen and (min-width:768px) {

    .inr-banner-sec .banner-contrent .content-holder .xl-headingText,
    .inr-banner-sec .banner-content .content-holder .xl-headingText {
        font-size: 40px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {

    .inr-banner-sec .banner-contrent .content-holder .xl-headingText,
    .inr-banner-sec .banner-content .content-holder .xl-headingText {
        font-size: 46px;
        line-height: 1.2
    }
}

@media screen and (min-width:1200px) {

    .inr-banner-sec .banner-contrent .content-holder .xl-headingText,
    .inr-banner-sec .banner-content .content-holder .xl-headingText {
        font-size: 50px;
        line-height: 1.2
    }
}

@media screen and (min-width:1400px) {

    .inr-banner-sec .banner-contrent .content-holder .xl-headingText,
    .inr-banner-sec .banner-content .content-holder .xl-headingText {
        font-size: 50px;
        line-height: 1.2
    }
}

@media screen and (min-width:1800px) {

    .inr-banner-sec .banner-contrent .content-holder .xl-headingText,
    .inr-banner-sec .banner-content .content-holder .xl-headingText {
        font-size: 64px;
        line-height: 1.2
    }
}

.inr-banner-sec .banner-contrent .content-holder .xxl-headingText,
.inr-banner-sec .banner-content .content-holder .xxl-headingText {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px
}

@media screen and (min-width:576px) {

    .inr-banner-sec .banner-contrent .content-holder .xxl-headingText,
    .inr-banner-sec .banner-content .content-holder .xxl-headingText {
        font-size: 46px;
        line-height: 1.2
    }
}

@media screen and (min-width:768px) {

    .inr-banner-sec .banner-contrent .content-holder .xxl-headingText,
    .inr-banner-sec .banner-content .content-holder .xxl-headingText {
        font-size: 56px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {

    .inr-banner-sec .banner-contrent .content-holder .xxl-headingText,
    .inr-banner-sec .banner-content .content-holder .xxl-headingText {
        font-size: 66px;
        line-height: 1.2
    }
}

@media screen and (min-width:1200px) {

    .inr-banner-sec .banner-contrent .content-holder .xxl-headingText,
    .inr-banner-sec .banner-content .content-holder .xxl-headingText {
        font-size: 70px;
        line-height: 1.2
    }
}

@media screen and (min-width:1400px) {

    .inr-banner-sec .banner-contrent .content-holder .xxl-headingText,
    .inr-banner-sec .banner-content .content-holder .xxl-headingText {
        font-size: 70px;
        line-height: 1.2
    }
}

@media screen and (min-width:1800px) {

    .inr-banner-sec .banner-contrent .content-holder .xxl-headingText,
    .inr-banner-sec .banner-content .content-holder .xxl-headingText {
        font-size: 80px;
        line-height: 1.2
    }
}

.inr-banner-sec .banner-contrent .content-holder .banner-subHeadingText,
.inr-banner-sec .banner-content .content-holder .banner-subHeadingText {
    line-height: 1.67 !important;
    font-size: 16px;
    line-height: 1.2
}

@media screen and (min-width:768px) {

    .inr-banner-sec .banner-contrent .content-holder .banner-subHeadingText,
    .inr-banner-sec .banner-content .content-holder .banner-subHeadingText {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {

    .inr-banner-sec .banner-contrent .content-holder .banner-subHeadingText,
    .inr-banner-sec .banner-content .content-holder .banner-subHeadingText {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (min-width:1200px) {

    .inr-banner-sec .banner-contrent .content-holder .banner-subHeadingText,
    .inr-banner-sec .banner-content .content-holder .banner-subHeadingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {

    .inr-banner-sec .banner-contrent .content-holder .banner-subHeadingText,
    .inr-banner-sec .banner-content .content-holder .banner-subHeadingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {

    .inr-banner-sec .banner-contrent .content-holder .banner-subHeadingText,
    .inr-banner-sec .banner-content .content-holder .banner-subHeadingText {
        font-size: 24px;
        line-height: 1.3
    }
}

.inr-banner-sec .banner-contrent .content-holder .latest-tag,
.inr-banner-sec .banner-content .content-holder .latest-tag {
    background-color: rgba(49, 181, 193, .4);
    font-size: 11px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 50px
}

.inr-banner-sec .banner-contrent .content-holder .btn-holder,
.inr-banner-sec .banner-content .content-holder .btn-holder {
    margin-top: 35px
}

.inr-banner-sec .banner-contrent .content-holder .btn-holder .btn.btn-crimson,
.inr-banner-sec .banner-content .content-holder .btn-holder .btn.btn-crimson {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16)
}

.inr-banner-sec .banner-contrent .content-holder .btn-holder .videoPlay-btn-holder,
.inr-banner-sec .banner-content .content-holder .btn-holder .videoPlay-btn-holder {
    position: relative
}

.inr-banner-sec .banner-contrent .content-holder .btn-holder .videoPlay-btn-holder .videoPlay-btn,
.inr-banner-sec .banner-content .content-holder .btn-holder .videoPlay-btn-holder .videoPlay-btn {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 0 10px 40px 0 rgba(101, 101, 101, .16);
    background-color: #fff;
    color: #ED1846;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    border: none
}

.inr-banner-sec .banner-contrent .content-holder .btn-holder .videoPlay-btn-holder .play-btn-text,
.inr-banner-sec .banner-content .content-holder .btn-holder .videoPlay-btn-holder .play-btn-text {
    margin-top: 10px;
    width: 87px;
    position: relative
}

.inr-banner-sec .banner-contrent .content-holder .btn-holder .videoPlay-btn-holder .play-btn-text:after,
.inr-banner-sec .banner-content .content-holder .btn-holder .videoPlay-btn-holder .play-btn-text:after {
    content: '\E802';
    font-family: "fontello";
    position: absolute;
    font-size: 40px;
    bottom: 9px;
    line-height: 46px;
    right: -19px;
    color: #bdbdbd
}

.inr-banner-sec .banner-contrent .content-holder .blogDetail-smInfo-holder .smInfo-block,
.inr-banner-sec .banner-content .content-holder .blogDetail-smInfo-holder .smInfo-block {
    margin-right: 20px;
    margin-top: 15px
}

.inr-banner-sec .banner-contrent .content-holder .blogDetail-smInfo-holder .smInfo-block .icon-img,
.inr-banner-sec .banner-content .content-holder .blogDetail-smInfo-holder .smInfo-block .icon-img {
    line-height: 1;
    height: 16px
}

.inr-banner-sec .banner-contrent .content-holder .blogDetail-smInfo-holder .smInfo-block .textInfo,
.inr-banner-sec .banner-content .content-holder .blogDetail-smInfo-holder .smInfo-block .textInfo {
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    line-height: 1
}

.inr-banner-sec .banner-contrent .content-holder .blogDetail-smInfo-holder .smInfo-block .textInfo .font-weight-300,
.inr-banner-sec .banner-content .content-holder .blogDetail-smInfo-holder .smInfo-block .textInfo .font-weight-300 {
    font-weight: 300 !important
}

.inr-banner-sec .banner-contrent .content-holder .blogDetail-smInfo-holder .smInfo-block .user-img,
.inr-banner-sec .banner-content .content-holder .blogDetail-smInfo-holder .smInfo-block .user-img {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    overflow: hidden
}

.inr-banner-sec .banner-contrent .content-holder .blogDetail-smInfo-holder .smInfo-block .user-img img,
.inr-banner-sec .banner-content .content-holder .blogDetail-smInfo-holder .smInfo-block .user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%
}

.inr-banner-sec .banner-contrent .content-holder .tag-holder,
.inr-banner-sec .banner-content .content-holder .tag-holder {
    margin-top: 35px
}

.inr-banner-sec .banner-contrent .content-holder .banner-contact-info,
.inr-banner-sec .banner-content .content-holder .banner-contact-info {
    margin-top: 20px
}

.inr-banner-sec .banner-contrent .content-holder .banner-contact-info .contact-info-block,
.inr-banner-sec .banner-content .content-holder .banner-contact-info .contact-info-block {
    padding: 0 30px;
    border-left: 1px solid rgba(255, 255, 255, .5)
}

.inr-banner-sec .banner-contrent .content-holder .banner-contact-info .contact-info-block:first-child,
.inr-banner-sec .banner-content .content-holder .banner-contact-info .contact-info-block:first-child {
    padding-left: 0;
    border-left: none
}

.inr-banner-sec .banner-contrent .content-holder .banner-contact-info .contact-info-block .headingText,
.inr-banner-sec .banner-content .content-holder .banner-contact-info .contact-info-block .headingText {
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    color: #b3b3b3
}

@media screen and (min-width:768px) {

    .inr-banner-sec .banner-contrent .content-holder .banner-contact-info .contact-info-block .headingText,
    .inr-banner-sec .banner-content .content-holder .banner-contact-info .contact-info-block .headingText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {

    .inr-banner-sec .banner-contrent .content-holder .banner-contact-info .contact-info-block .headingText,
    .inr-banner-sec .banner-content .content-holder .banner-contact-info .contact-info-block .headingText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {

    .inr-banner-sec .banner-contrent .content-holder .banner-contact-info .contact-info-block .headingText,
    .inr-banner-sec .banner-content .content-holder .banner-contact-info .contact-info-block .headingText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1400px) {

    .inr-banner-sec .banner-contrent .content-holder .banner-contact-info .contact-info-block .headingText,
    .inr-banner-sec .banner-content .content-holder .banner-contact-info .contact-info-block .headingText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1800px) {

    .inr-banner-sec .banner-contrent .content-holder .banner-contact-info .contact-info-block .headingText,
    .inr-banner-sec .banner-content .content-holder .banner-contact-info .contact-info-block .headingText {
        font-size: 18px;
        line-height: 1.6
    }
}

.inr-banner-sec .banner-contrent .content-holder .banner-contact-info .contact-info-block .infoText,
.inr-banner-sec .banner-content .content-holder .banner-contact-info .contact-info-block .infoText {
    font-weight: 700;
    color: #fff;
    font-size: 22px;
    line-height: 1.2
}

@media screen and (min-width:768px) {

    .inr-banner-sec .banner-contrent .content-holder .banner-contact-info .contact-info-block .infoText,
    .inr-banner-sec .banner-content .content-holder .banner-contact-info .contact-info-block .infoText {
        font-size: 22px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {

    .inr-banner-sec .banner-contrent .content-holder .banner-contact-info .contact-info-block .infoText,
    .inr-banner-sec .banner-content .content-holder .banner-contact-info .contact-info-block .infoText {
        font-size: 24px;
        line-height: 1.2
    }
}

@media screen and (min-width:1200px) {

    .inr-banner-sec .banner-contrent .content-holder .banner-contact-info .contact-info-block .infoText,
    .inr-banner-sec .banner-content .content-holder .banner-contact-info .contact-info-block .infoText {
        font-size: 26px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {

    .inr-banner-sec .banner-contrent .content-holder .banner-contact-info .contact-info-block .infoText,
    .inr-banner-sec .banner-content .content-holder .banner-contact-info .contact-info-block .infoText {
        font-size: 26px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {

    .inr-banner-sec .banner-contrent .content-holder .banner-contact-info .contact-info-block .infoText,
    .inr-banner-sec .banner-content .content-holder .banner-contact-info .contact-info-block .infoText {
        font-size: 32px;
        line-height: 1.3
    }
}

.inr-banner-sec .banner-contrent .content-holder .banner-contact-info .contact-info-block .infoText a,
.inr-banner-sec .banner-content .content-holder .banner-contact-info .contact-info-block .infoText a {
    color: #fff
}

.inr-banner-sec .banner-contrent .content-holder .banner-contact-info .contact-info-block .infoText a:hover,
.inr-banner-sec .banner-content .content-holder .banner-contact-info .contact-info-block .infoText a:hover {
    color: #000
}

.inr-banner-sec .banner-contrent .sec-down-arrow,
.inr-banner-sec .banner-content .sec-down-arrow {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 27px;
    width: 75px;
    text-align: center
}

.inr-banner-sec .banner-contrent .sec-down-arrow .arrow-img,
.inr-banner-sec .banner-content .sec-down-arrow .arrow-img {
    width: 30px;
    height: 30px;
    display: inline-block;
    animation-name: aniDownArrow;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.inr-banner-sec .banner-contrent .sec-down-arrow .arrow-img img,
.inr-banner-sec .banner-content .sec-down-arrow .arrow-img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.inr-banner-sec .banner-contrent .sec-down-arrow .moreText,
.inr-banner-sec .banner-content .sec-down-arrow .moreText {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: #ED1846;
    margin-top: 5px
}

.partnership-sec {
    background-color: #fdfdfd
}

.partnership-sec .image-holder {
    width: 100%;
    height: 640px
}

.partnership-sec .image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.partnership-sec .partnership-content-card {
    padding: 40px 50px 50px;
    width: 623px;
    border-radius: 2px;
    box-shadow: 0 20px 60px 0 rgba(0, 0, 0, .05);
    background-color: #fff;
    transform: translateX(-60px)
}

.partnership-sec .partnership-content-card p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

@media screen and (min-width:768px) {
    .partnership-sec .partnership-content-card p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .partnership-sec .partnership-content-card p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .partnership-sec .partnership-content-card p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .partnership-sec .partnership-content-card p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .partnership-sec .partnership-content-card p {
        font-size: 20px;
        line-height: 1.6
    }
}

.partnership-sec .partnership-content-card .btn-holder {
    margin-top: 40px
}

.partnerBenefit-sec .partnerBenefit-content .partnerBenefit-card-col {
    margin-bottom: 25px
}

.partnerBenefit-sec .partnerBenefit-content .partnerBenefit-card {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .03);
    background-color: #fff;
    padding: 40px;
    min-height: 292px;
    height: 100%
}

.partnerBenefit-sec .partnerBenefit-content .partnerBenefit-card .headingText {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 18px
}

@media screen and (min-width:768px) {
    .partnerBenefit-sec .partnerBenefit-content .partnerBenefit-card .headingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:992px) {
    .partnerBenefit-sec .partnerBenefit-content .partnerBenefit-card .headingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .partnerBenefit-sec .partnerBenefit-content .partnerBenefit-card .headingText {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .partnerBenefit-sec .partnerBenefit-content .partnerBenefit-card .headingText {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .partnerBenefit-sec .partnerBenefit-content .partnerBenefit-card .headingText {
        font-size: 30px;
        line-height: 1.3
    }
}

.partnerBenefit-sec .partnerBenefit-content .partnerBenefit-card p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .partnerBenefit-sec .partnerBenefit-content .partnerBenefit-card p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .partnerBenefit-sec .partnerBenefit-content .partnerBenefit-card p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .partnerBenefit-sec .partnerBenefit-content .partnerBenefit-card p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1400px) {
    .partnerBenefit-sec .partnerBenefit-content .partnerBenefit-card p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1800px) {
    .partnerBenefit-sec .partnerBenefit-content .partnerBenefit-card p {
        font-size: 18px;
        line-height: 1.6
    }
}

.partnerBenefit-sec .partnerBenefit-content .partnerBenefit-card .icon-holder {
    width: 60px;
    height: 54px;
    margin-bottom: 25px
}

.partnerBenefit-sec .partnerBenefit-content .partnerBenefit-card .icon-holder img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.partnerBenefit-sec .partnerBenefit-content .btn-holder {
    margin-top: 25px
}

.partnerBenefit-sec .partnerBenefit-content .partnerBenefit-content-slider .swiper-container {
    width: 100%;
    height: 100%
}

.partnerBenefit-sec .partnerBenefit-content .partnerBenefit-content-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.partnerBenefit-sec .partnerBenefit-content .partnerBenefit-content-slider .swiper-button-holder {
    position: relative;
    width: 135px;
    height: 60px;
    margin: 10px auto 0
}

.partnerBenefit-sec .partnerBenefit-content .partnerBenefit-content-slider .swiper-button-holder .swiper-button-next,
.partnerBenefit-sec .partnerBenefit-content .partnerBenefit-content-slider .swiper-button-holder .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 0 15px 46px 0 rgba(0, 0, 0, .07);
    background-color: #fff;
    color: #000
}

.partnerBenefit-sec .partnerBenefit-content .partnerBenefit-content-slider .swiper-button-holder .swiper-button-next:after,
.partnerBenefit-sec .partnerBenefit-content .partnerBenefit-content-slider .swiper-button-holder .swiper-button-prev:after {
    font-size: 16px
}

.partnerBenefit-sec .partnerBenefit-content .partnerBenefit-content-slider .swiper-button-holder .swiper-button-next {
    right: 0;
    left: auto
}

.partnerBenefit-sec .partnerBenefit-content .partnerBenefit-content-slider .swiper-button-holder .swiper-button-next:after {
    content: '\e807';
    font-family: "fontello"
}

.partnerBenefit-sec .partnerBenefit-content .partnerBenefit-content-slider .swiper-button-holder .swiper-button-prev {
    right: auto;
    left: 0
}

.partnerBenefit-sec .partnerBenefit-content .partnerBenefit-content-slider .swiper-button-holder .swiper-button-prev:after {
    content: '\e806';
    font-family: "fontello"
}

.partnerBenefit-sec.options-sec .partnerBenefit-content .partnerBenefit-card {
    padding: 35px 30px
}

.eShipper-sec {
    position: relative
}

.eShipper-sec .companyInfo-block .mainHeadingText {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700
}

@media screen and (min-width:768px) {
    .eShipper-sec .companyInfo-block .mainHeadingText {
        font-size: 30px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    .eShipper-sec .companyInfo-block .mainHeadingText {
        font-size: 30px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .eShipper-sec .companyInfo-block .mainHeadingText {
        font-size: 36px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .eShipper-sec .companyInfo-block .mainHeadingText {
        font-size: 36px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .eShipper-sec .companyInfo-block .mainHeadingText {
        font-size: 46px;
        line-height: 1.3
    }
}

.eShipper-sec .companyInfo-block .companyInfo-list-block .headingText {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600
}

@media screen and (min-width:768px) {
    .eShipper-sec .companyInfo-block .companyInfo-list-block .headingText {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    .eShipper-sec .companyInfo-block .companyInfo-list-block .headingText {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (min-width:1200px) {
    .eShipper-sec .companyInfo-block .companyInfo-list-block .headingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .eShipper-sec .companyInfo-block .companyInfo-list-block .headingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .eShipper-sec .companyInfo-block .companyInfo-list-block .headingText {
        font-size: 24px;
        line-height: 1.3
    }
}

.eShipper-sec .companyInfo-block .companyInfo-list-block ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.eShipper-sec .companyInfo-block .companyInfo-list-block ul li {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    padding-left: 32px;
    position: relative;
    margin-bottom: 20px
}

.eShipper-sec .companyInfo-block .companyInfo-list-block ul li::after {
    content: '\E803';
    font-family: "fontello";
    border: none;
    font-size: 20px;
    position: absolute;
    left: 0;
    color: #31b5c1;
    top: 0;
    line-height: 1;
    font-weight: 500
}

.eShipper-sec .companyInfo-block .companyInfo-list-block .btn-holder .btn {
    min-width: 162px
}

.eShipper-sec .right-img-holder {
    width: 546px;
    height: 430px
}

.eShipper-sec .right-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.service-sec .service-slider-wrap {
    position: relative
}

.service-sec .service-slider-wrap .service-slider-nav {
    height: 60px;
    padding-right: 50px;
    position: absolute;
    top: 0;
    z-index: 2;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    width: 100%
}

.service-sec .service-slider-wrap .service-slider-nav .swiper-container {
    width: 100%;
    height: 100%
}

.service-sec .service-slider-wrap .service-slider-nav .swiper-slide {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    position: relative
}

.service-sec .service-slider-wrap .service-slider-nav .swiper-slide:after {
    content: '';
    border-left: 1px solid rgba(255, 255, 255, .3);
    position: absolute;
    width: 1px;
    height: 22px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.service-sec .service-slider-wrap .service-slider-nav .swiper-slide .nav-item {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    line-height: 1.3 !important;
    font-weight: 600;
    padding: 0 10px;
    text-align: center
}

@media screen and (min-width:768px) {
    .service-sec .service-slider-wrap .service-slider-nav .swiper-slide .nav-item {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .service-sec .service-slider-wrap .service-slider-nav .swiper-slide .nav-item {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .service-sec .service-slider-wrap .service-slider-nav .swiper-slide .nav-item {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .service-sec .service-slider-wrap .service-slider-nav .swiper-slide .nav-item {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .service-sec .service-slider-wrap .service-slider-nav .swiper-slide .nav-item {
        font-size: 20px;
        line-height: 1.6
    }
}

.service-sec .service-slider-wrap .service-slider-nav .swiper-slide:first-child:after {
    display: none
}

.service-sec .service-slider-wrap .service-slider-nav .swiper-slide.swiper-slide-thumb-active {
    background-color: #31b5c1
}

.service-sec .service-slider-wrap .service-slider-nav .swiper-slide.swiper-slide-thumb-active:after {
    display: none
}

.service-sec .service-slider-wrap .service-slider-nav .swiper-button-next,
.service-sec .service-slider-wrap .service-slider-nav .swiper-button-prev {
    width: 36px;
    height: 36px;
    border-radius: 30px;
    box-shadow: 0 15px 46px 0 rgba(0, 0, 0, .07);
    background-color: #fff;
    color: #000;
    line-height: 36px;
    margin-top: 0;
    transform: translateY(-50%)
}

.service-sec .service-slider-wrap .service-slider-nav .swiper-button-next:after,
.service-sec .service-slider-wrap .service-slider-nav .swiper-button-prev:after {
    font-size: 14px
}

.service-sec .service-slider-wrap .service-slider-nav .swiper-button-next {
    right: 10px;
    left: auto
}

.service-sec .service-slider-wrap .service-slider-nav .swiper-button-next:after {
    content: '\e807';
    font-family: "fontello"
}

.service-sec .service-slider-wrap .service-slider-nav .swiper-button-prev {
    right: auto;
    left: -40px
}

.service-sec .service-slider-wrap .service-slider-nav .swiper-button-prev:after {
    content: '\e806';
    font-family: "fontello"
}

.service-sec .service-slider-wrap .service-slider-content {
    position: relative
}

.service-sec .service-slider-wrap .service-slider-content .swiper-pagination {
    color: #fff;
    position: absolute;
    top: 125px;
    right: 564px;
    width: 100px;
    left: auto;
    text-align: left
}

.service-sec .service-slider-wrap .service-slider-content .swiper-pagination .swiper-pagination-current {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    padding-left: 25px
}

@media screen and (min-width:768px) {
    .service-sec .service-slider-wrap .service-slider-content .swiper-pagination .swiper-pagination-current {
        font-size: 30px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    .service-sec .service-slider-wrap .service-slider-content .swiper-pagination .swiper-pagination-current {
        font-size: 30px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .service-sec .service-slider-wrap .service-slider-content .swiper-pagination .swiper-pagination-current {
        font-size: 36px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .service-sec .service-slider-wrap .service-slider-content .swiper-pagination .swiper-pagination-current {
        font-size: 36px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .service-sec .service-slider-wrap .service-slider-content .swiper-pagination .swiper-pagination-current {
        font-size: 46px;
        line-height: 1.3
    }
}

.service-sec .service-slider-wrap .service-slider-content .swiper-pagination .swiper-pagination-current:after {
    content: '0';
    position: absolute;
    left: 0
}

.service-sec .service-slider-wrap .service-slider-content .swiper-pagination .swiper-pagination-total {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    padding-left: 13px;
    position: relative
}

@media screen and (min-width:768px) {
    .service-sec .service-slider-wrap .service-slider-content .swiper-pagination .swiper-pagination-total {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .service-sec .service-slider-wrap .service-slider-content .swiper-pagination .swiper-pagination-total {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .service-sec .service-slider-wrap .service-slider-content .swiper-pagination .swiper-pagination-total {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .service-sec .service-slider-wrap .service-slider-content .swiper-pagination .swiper-pagination-total {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .service-sec .service-slider-wrap .service-slider-content .swiper-pagination .swiper-pagination-total {
        font-size: 20px;
        line-height: 1.6
    }
}

.service-sec .service-slider-wrap .service-slider-content .swiper-pagination .swiper-pagination-total:after {
    content: '0';
    position: absolute;
    left: 0;
    top: -3px
}

.service-sec .service-slider-wrap .service-slider-content .swiper-pagination:after {
    content: '';
    width: 51px;
    height: 1px;
    border: solid 1px #b6b6b6;
    position: absolute;
    left: 98px;
    top: 26px
}

.service-sec .service-slider-wrap .service-slider-content .swiper-button-next,
.service-sec .service-slider-wrap .service-slider-content .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 0 15px 46px 0 rgba(0, 0, 0, .07);
    background-color: #fff;
    color: #000
}

.service-sec .service-slider-wrap .service-slider-content .swiper-button-next:after,
.service-sec .service-slider-wrap .service-slider-content .swiper-button-prev:after {
    font-size: 16px
}

.service-sec .service-slider-wrap .service-slider-content .swiper-button-next {
    right: -50px;
    left: auto
}

.service-sec .service-slider-wrap .service-slider-content .swiper-button-next:after {
    content: '\e807';
    font-family: "fontello"
}

.service-sec .service-slider-wrap .service-slider-content .swiper-button-prev {
    right: auto;
    left: -70px
}

.service-sec .service-slider-wrap .service-slider-content .swiper-button-prev:after {
    content: '\e806';
    font-family: "fontello"
}

.service-sec .service-slider-wrap .service-slider-content .swiper-container {
    padding-right: 50px
}

.service-sec .service-slider-wrap .service-slider-content .swiper-slide.swiper-slide-active .content-slide-block .dsc-content-card-wrap .dsc-content-card {
    transform: translateX(0);
    opacity: 1
}

.service-sec .service-slider-wrap .service-slider-content .content-slide-block .img-holder {
    width: 100%;
    height: 594px;
    position: relative
}

.service-sec .service-slider-wrap .service-slider-content .content-slide-block .img-holder:after {
    content: '';
    opacity: .6;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 18%, #000000);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

.service-sec .service-slider-wrap .service-slider-content .content-slide-block .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    width: 520px;
    margin: auto;
    z-index: 2
}

.service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap .dsc-content-card {
    background-color: #fff;
    width: 100%;
    min-height: 450px;
    height: auto;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
    padding: 35px 45px 45px;
    transform: translateX(100%);
    opacity: 0;
    transition: all ease-in-out 500ms;
    -webkit-transition: all ease-in-out 500ms;
    -moz-transition: all ease-in-out 500ms;
    -ms-transition: all ease-in-out 500ms;
    margin-top: 40px
}

.service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap .dsc-content-card .headingText {
    font-size: 28px;
    line-height: 1.2
}

@media screen and (min-width:768px) {
    .service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap .dsc-content-card .headingText {
        font-size: 28px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    .service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap .dsc-content-card .headingText {
        font-size: 28px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap .dsc-content-card .headingText {
        font-size: 30px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap .dsc-content-card .headingText {
        font-size: 30px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap .dsc-content-card .headingText {
        font-size: 36px;
        line-height: 1.3
    }
}

.service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap .dsc-content-card p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

@media screen and (min-width:768px) {
    .service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap .dsc-content-card p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap .dsc-content-card p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap .dsc-content-card p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap .dsc-content-card p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap .dsc-content-card p {
        font-size: 20px;
        line-height: 1.6
    }
}

.service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap .dsc-content-card p+p {
    margin-top: 20px
}

.service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap .dsc-content-card .btn-holder {
    margin-top: 25px
}

.service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap .dsc-content-card .btn-holder .btn {
    width: 180px
}

.page-template-template-home .howWork-sec .howWork-content .howWork-block-col .howWork-block .icon-holder {
    width: 40px;
    height: 36px
}

.page-template-template-home .howWork-sec .howWork-content .howWork-block-col .howWork-block .headingText {
    font-size: 14px
}

.howWork-sec .howWork-content {
    padding-top: 20px;
    padding-bottom: 20px
}

.howWork-sec .howWork-content .howWork-block-col {
    padding-right: 12px;
    padding-left: 12px;
    position: relative
}

.howWork-sec .howWork-content .howWork-block-col:first-child .howWork-block.aos-animate {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.howWork-sec .howWork-content .howWork-block-col:first-child .arrow-box {
    display: none
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(2) .howWork-block.aos-animate {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(2).aos-animate .arrow-box img {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(2).aos-animate .arrow-box svg path {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(2).aos-animate .arrow-box svg polyline {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(2) .arrow-box.aos-animate img {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(2) .arrow-box.aos-animate svg path {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(2) .arrow-box.aos-animate svg polyline {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(3) .howWork-block.aos-animate {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(3).aos-animate .arrow-box img {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(3).aos-animate .arrow-box svg path {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(3).aos-animate .arrow-box svg polyline {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(3) .arrow-box {
    transform: rotateX(180deg);
    bottom: -18px;
    top: auto
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(3) .arrow-box.aos-animate img {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(3) .arrow-box.aos-animate svg path {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(3) .arrow-box.aos-animate svg polyline {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(4) .howWork-block.aos-animate {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(4).aos-animate .arrow-box img {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(4).aos-animate .arrow-box svg path {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(4).aos-animate .arrow-box svg polyline {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(4) .arrow-box.aos-animate img {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(4) .arrow-box.aos-animate svg path {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(4) .arrow-box.aos-animate svg polyline {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(5) .howWork-block.aos-animate {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(5).aos-animate .arrow-box img {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(5).aos-animate .arrow-box svg path {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(5).aos-animate .arrow-box svg polyline {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(5) .arrow-box {
    transform: rotateX(180deg);
    bottom: -18px;
    top: auto
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(5) .arrow-box.aos-animate img {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(5) .arrow-box.aos-animate svg path {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(5) .arrow-box.aos-animate svg polyline {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(6) .howWork-block.aos-animate {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(6).aos-animate .arrow-box img {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(6).aos-animate .arrow-box svg path {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(6).aos-animate .arrow-box svg polyline {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(6) .arrow-box.aos-animate img {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(6) .arrow-box.aos-animate svg path {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.howWork-sec .howWork-content .howWork-block-col:nth-child(6) .arrow-box.aos-animate svg polyline {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.howWork-sec .howWork-content .howWork-block-col .arrow-box svg path {
    stroke-dasharray: 110;
    stroke-dashoffset: -110
}

.howWork-sec .howWork-content .howWork-block-col .arrow-box svg polyline {
    stroke-dasharray: 110;
    stroke-dashoffset: -110
}

.howWork-sec .howWork-content .howWork-block-col.aos-animate .arrow-box svg path {
    stroke-dasharray: 110;
    stroke-dashoffset: -110;
    animation: dash 0.3s linear forwards
}

.howWork-sec .howWork-content .howWork-block-col.aos-animate .arrow-box svg polyline {
    stroke-dasharray: 110;
    stroke-dashoffset: -110;
    animation: dashArrow 0.3s linear forwards
}

.howWork-sec .howWork-content .howWork-block-col .arrow-box {
    position: absolute;
    top: -18px;
    left: -40px;
    overflow: hidden
}

.howWork-sec .howWork-content .howWork-block-col .arrow-box.aos-animate img {
    -webkit-animation-name: rotateImg;
    animation-name: rotateImg;
    -webkit-animation-duration: calc(1s / 2);
    animation-duration: calc(1s / 2);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.howWork-sec .howWork-content .howWork-block-col .howWork-block {
    width: 170px;
    height: 170px;
    border-radius: 100%;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .03);
    background-color: #fff;
    padding: 20px;
    text-align: center;
    position: relative
}

.howWork-sec .howWork-content .howWork-block-col .howWork-block.aos-animate {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: calc(1s / 2);
    animation-duration: calc(1s / 2);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.howWork-sec .howWork-content .howWork-block-col .howWork-block .icon-holder {
    width: 40px;
    height: 36px;
    margin: 0 auto 5px
}

.howWork-sec .howWork-content .howWork-block-col .howWork-block .icon-holder img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.howWork-sec .howWork-content .howWork-block-col .howWork-block .headingText {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3 !important
}

.howWork-sec .howWork-content .howWork-block-col .howWork-block p {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500
}

.howWork-sec.return-howWork-sec .howWork-content .howWork-block-col {
    padding-right: 50px;
    padding-left: 50px
}

.howWork-sec.return-howWork-sec .howWork-content .howWork-block-col .howWork-block .carrier-list {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px
}

.howWork-sec.return-howWork-sec .howWork-content .howWork-block-col .howWork-block .carrier-list .carrier-img {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    border: 1px solid #ccc;
    margin: 0 5px
}

.howWork-sec.return-howWork-sec .howWork-content .howWork-block-col .howWork-block .carrier-list .carrier-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.howWork-sec.shopify-howWork-sec .howWork-content .howWork-block-col {
    padding-right: 35px;
    padding-left: 35px
}

.howWork-sec.shopify-howWork-sec .howWork-content .howWork-block-col .howWork-block {
    width: 220px;
    height: 220px;
    padding: 30px 25px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .03)
}

.howWork-sec.shopify-howWork-sec .howWork-content .howWork-block-col .howWork-block .icon-holder {
    margin: 0 auto 10px
}

.howWork-sec.shopify-howWork-sec.air-freight .howWork-content .howWork-block-col .howWork-block .icon-holder {
    width: 68px;
    height: 68px
}

.howWork-sec.shopify-howWork-sec.air-freight .howWork-content .howWork-block-col.focus:before {
    display: none
}

.howWork-sec.shopify-howWork-sec.air-freight .howWork-content .howWork-block-col.focus:after {
    display: none
}

.howWork-sec.shopify-howWork-sec.air-freight .howWork-content .howWork-block-col:before {
    display: none
}

.howWork-sec.eShipper-howWork-sec .howWork-content .howWork-block-col .howWork-block {
    width: 210px;
    height: 210px;
    padding: 20px 28px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .03)
}

.howWork-sec.eShipper-howWork-sec .howWork-content .howWork-block-col .howWork-block .icon-holder {
    margin: 0 auto 10px
}

.howWork-sec.eCommerce-howWork-sec .howWork-content .howWork-block-col .howWork-block {
    width: 260px;
    height: 260px;
    padding: 20px 25px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .03)
}

.howWork-sec.eCommerce-howWork-sec .howWork-content .howWork-block-col .howWork-block .icon-holder {
    margin: 0 auto 10px
}

.howWork-sec.amazonFba-howWork-sec .howWork-content .howWork-block-col .howWork-block {
    width: 260px;
    height: 260px;
    padding: 20px 25px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .03)
}

.howWork-sec.amazonFba-howWork-sec .howWork-content .howWork-block-col .howWork-block .icon-holder {
    margin: 0 auto 15px
}

.howWork-sec.amazonFba-howWork-sec .howWork-content .howWork-block-col .howWork-block .headingText {
    margin: 0 auto 12px
}

.howWork-sec.amazonFba_tab2 .howWork-content .howWork-block-col .howWork-block .icon-holder {
    margin: 0 auto 15px
}

.howWork-sec.amazonFba_tab2 .howWork-content .howWork-block-col .howWork-block p {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600
}

.comn-dscInfo-holder .main-heading-block {
    margin-bottom: 30px
}

.comn-dscInfo-holder .main-heading-block .sub-headingText {
    font-size: 16px;
    line-height: 1.2
}

@media screen and (min-width:768px) {
    .comn-dscInfo-holder .main-heading-block .sub-headingText {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    .comn-dscInfo-holder .main-heading-block .sub-headingText {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (min-width:1200px) {
    .comn-dscInfo-holder .main-heading-block .sub-headingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .comn-dscInfo-holder .main-heading-block .sub-headingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .comn-dscInfo-holder .main-heading-block .sub-headingText {
        font-size: 24px;
        line-height: 1.3
    }
}

.comn-dscInfo-holder .dsc-content-block .comn-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.comn-dscInfo-holder .dsc-content-block .comn-list>li {
    padding-left: 20px;
    position: relative;
    margin-top: 25px
}

.comn-dscInfo-holder .dsc-content-block .comn-list>li:first-child {
    margin-top: 0
}

.comn-dscInfo-holder .dsc-content-block .comn-list>li:after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #ED1846;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 100%
}

.comn-dscInfo-holder .dsc-content-block .comn-list>li p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

@media screen and (min-width:768px) {
    .comn-dscInfo-holder .dsc-content-block .comn-list>li p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .comn-dscInfo-holder .dsc-content-block .comn-list>li p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .comn-dscInfo-holder .dsc-content-block .comn-list>li p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .comn-dscInfo-holder .dsc-content-block .comn-list>li p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .comn-dscInfo-holder .dsc-content-block .comn-list>li p {
        font-size: 20px;
        line-height: 1.6
    }
}

.comn-dscInfo-holder .dsc-content-block .comn-list>li a {
    color: #ED1846
}

.comn-dscInfo-holder .dsc-content-block .comn-list>li a:hover {
    color: #31b5c1
}

.comn-dscInfo-holder .dsc-content-block .dsc-text p+p {
    margin-top: 20px
}

.comn-dscInfo-holder .btn-holder {
    margin-top: 40px
}

.comn-dscInfo-holder .img-holder img {
    width: 100%
}

.service-sec-001 .dscInfo-col-001 {
    width: calc(100% - 472px);
    padding-right: 60px
}

.service-sec-001 .infoList-col-001 {
    width: 472px;
    margin-top: -168px;
    position: relative
}

.service-sec-001 .infoList-col-001 .infoList-block {
    width: 100%;
    min-height: 480px;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .04);
    background-color: #472F92;
    padding: 50px 50px
}

.service-sec-001 .infoList-col-001 .infoList-block .headingText {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    .service-sec-001 .infoList-col-001 .infoList-block .headingText {
        font-size: 22px;
        line-height: 1.3
    }
}

@media screen and (min-width:992px) {
    .service-sec-001 .infoList-col-001 .infoList-block .headingText {
        font-size: 22px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .service-sec-001 .infoList-col-001 .infoList-block .headingText {
        font-size: 24px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .service-sec-001 .infoList-col-001 .infoList-block .headingText {
        font-size: 24px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .service-sec-001 .infoList-col-001 .infoList-block .headingText {
        font-size: 34px;
        line-height: 1.3
    }
}

.service-sec-001 .infoList-col-001 .infoList-block .check-list-holder ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.service-sec-001 .infoList-col-001 .infoList-block .check-list-holder ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 32px;
    position: relative;
    margin-bottom: 20px;
    color: #fff
}

@media screen and (min-width:768px) {
    .service-sec-001 .infoList-col-001 .infoList-block .check-list-holder ul li {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .service-sec-001 .infoList-col-001 .infoList-block .check-list-holder ul li {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .service-sec-001 .infoList-col-001 .infoList-block .check-list-holder ul li {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .service-sec-001 .infoList-col-001 .infoList-block .check-list-holder ul li {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .service-sec-001 .infoList-col-001 .infoList-block .check-list-holder ul li {
        font-size: 20px;
        line-height: 1.6
    }
}

.service-sec-001 .infoList-col-001 .infoList-block .check-list-holder ul li::after {
    content: '\E803';
    font-family: "fontello";
    border: none;
    font-size: 20px;
    position: absolute;
    left: 0;
    color: #fff;
    top: 2px;
    line-height: 1
}

.service-sec-001 .infoList-col-001 .infoList-block .btn-holder {
    margin-top: 35px
}

.service-sec-001 .infoList-col-001 .infoList-block .list-content-holder {
    padding: 0;
    margin: 40px 0
}

.service-sec-001 .infoList-col-001 .infoList-block .list-content-holder .headingText {
    font-size: 16px;
    line-height: 1.5;
    line-height: 1.4 !important;
    font-weight: 600;
    color: #fff
}

@media screen and (min-width:768px) {
    .service-sec-001 .infoList-col-001 .infoList-block .list-content-holder .headingText {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .service-sec-001 .infoList-col-001 .infoList-block .list-content-holder .headingText {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .service-sec-001 .infoList-col-001 .infoList-block .list-content-holder .headingText {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .service-sec-001 .infoList-col-001 .infoList-block .list-content-holder .headingText {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .service-sec-001 .infoList-col-001 .infoList-block .list-content-holder .headingText {
        font-size: 20px;
        line-height: 1.6
    }
}

.service-sec-001 .infoList-col-001 .infoList-block .list-content-holder .dsc-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #fff
}

@media screen and (min-width:768px) {
    .service-sec-001 .infoList-col-001 .infoList-block .list-content-holder .dsc-text p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .service-sec-001 .infoList-col-001 .infoList-block .list-content-holder .dsc-text p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .service-sec-001 .infoList-col-001 .infoList-block .list-content-holder .dsc-text p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1400px) {
    .service-sec-001 .infoList-col-001 .infoList-block .list-content-holder .dsc-text p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1800px) {
    .service-sec-001 .infoList-col-001 .infoList-block .list-content-holder .dsc-text p {
        font-size: 18px;
        line-height: 1.6
    }
}

.service-sec-001 .infoList-col-001 .infoList-block .list-content-holder .icon-holder {
    width: 56px;
    height: 54px
}

.service-sec-001 .infoList-col-001 .infoList-block .list-content-holder .icon-holder img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.service-sec-001.usShipping .infoList-col-001 {
    margin-top: 0
}

.solution-slider-sec .solution-slider {
    position: relative
}

.solution-slider-sec .solution-slider .swiper-button-next,
.solution-slider-sec .solution-slider .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 0 15px 46px 0 rgba(0, 0, 0, .07);
    background-color: #fff;
    color: #000
}

.solution-slider-sec .solution-slider .swiper-button-next:after,
.solution-slider-sec .solution-slider .swiper-button-prev:after {
    font-size: 16px
}

.solution-slider-sec .solution-slider .swiper-button-next {
    right: -70px;
    left: auto
}

.solution-slider-sec .solution-slider .swiper-button-next:after {
    content: '\e807';
    font-family: "fontello"
}

.solution-slider-sec .solution-slider .swiper-button-prev {
    right: auto;
    left: -70px
}

.solution-slider-sec .solution-slider .swiper-button-prev:after {
    content: '\e806';
    font-family: "fontello"
}

.solution-slider-sec .solution-slider .swiper-container {
    width: 100%;
    height: 100%;
    padding: 0 25px
}

.solution-slider-sec .solution-slider .swiper-slide {
    padding: 20px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 320px;
    transition: all 0.3s ease-in-out
}

.solution-slider-sec .solution-slider .swiper-slide.swiper-slide-duplicate-prev .slide-content-holder,
.solution-slider-sec .solution-slider .swiper-slide.swiper-slide-prev .slide-content-holder {
    box-shadow: none;
    transition: all 0.3s ease-in-out
}

.solution-slider-sec .solution-slider .swiper-slide .slide-content-holder {
    width: 150px;
    height: 150px;
    border-radius: 5px;
    box-shadow: 0 7px 30px 0 rgba(0, 0, 0, .1);
    border: solid 1px rgba(131, 210, 217, 0);
    background-color: #fff;
    overflow: hidden;
    position: relative;
    line-height: 98px;
    transition: all 0.3s ease-in-out
}

.solution-slider-sec .solution-slider .swiper-slide .slide-content-holder .img-holder {
    width: 150px;
    height: auto;
    padding: 25px;
    transition: all 0.3s ease-in-out;
    text-align: center
}

.solution-slider-sec .solution-slider .swiper-slide .slide-content-holder .img-holder img {
    width: auto;
    max-width: 100px;
    max-height: 50px;
    object-fit: contain;
    margin: 0 auto
}

.solution-slider-sec .solution-slider .swiper-slide .slide-content-holder .dsc-content-block {
    width: 260px;
    position: absolute;
    position: absolute;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    padding: 0 25px
}

.solution-slider-sec .solution-slider .swiper-slide .slide-content-holder .dsc-content-block h3 {
    font-size: 19px;
    font-weight: 700;
    transform: translateY(100px);
    margin-bottom: 10px;
    opacity: 0;
    transition: all 0.5s cubic-bezier(.77, 0, .175, 1)
}

.solution-slider-sec .solution-slider .swiper-slide .slide-content-holder .dsc-content-block p {
    transform: translateY(200px);
    opacity: 0;
    font-size: 13px;
    font-weight: 400;
    transition: all 0.5s cubic-bezier(.77, 0, .175, 1)
}

.solution-slider-sec .solution-slider .swiper-slide:hover {
    width: 260px !important;
    transition: all 0.3s ease-in-out
}

.solution-slider-sec .solution-slider .swiper-slide:hover .slide-content-holder {
    width: 260px;
    height: 260px;
    line-height: normal
}

.solution-slider-sec .solution-slider .swiper-slide:hover .slide-content-holder .img-holder {
    width: 150px;
    height: auto;
    padding: 30px 20px 20px;
    text-align: left
}

.solution-slider-sec .solution-slider .swiper-slide:hover .slide-content-holder .dsc-content-block {
    opacity: 1;
    top: auto;
    left: 0;
    position: relative
}

.solution-slider-sec .solution-slider .swiper-slide:hover .slide-content-holder .dsc-content-block h3 {
    transform: translateY(0);
    opacity: 1
}

.solution-slider-sec .solution-slider .swiper-slide:hover .slide-content-holder .dsc-content-block p {
    transform: translateY(0);
    opacity: 1
}

.service-sec-002 {
    height: 750px;
    position: relative
}

.service-sec-002:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 477px;
    height: auto;
    background-color: #31b5c1
}

.service-sec-002 .dscInfo-col-002 {
    width: calc(100% - 530px);
    padding-right: 50px
}

.service-sec-002 .right-col-002 {
    width: 530px;
    height: 350px;
    position: relative;
    z-index: 2
}

.service-sec-002 .right-col-002 .video-container {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #31b5c1
}

.service-sec-002 .right-col-002 .video-container .play-btn {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, .4);
    font-size: 14px;
    line-height: 60px;
    text-align: center;
    border: none;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0
}

.service-sec-002 .right-col-002 .video-container #ytvideo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer
}

.service-sec-002 .right-col-002 .video-container iframe {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.service-sec-002 .right-col-002 .video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.service-sec-002 .right-col-002 .video-container .video-img-holder {
    width: 100%;
    height: 100%
}

.service-sec-002 .right-col-002 .video-container .video-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.block5050-sec .block5050-block {
    background-color: #fff;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .01)
}

.block5050-sec .block5050-block a {
    color: inherit
}

.block5050-sec .block5050-block .img-holder {
    width: 100%;
    height: 350px
}

.block5050-sec .block5050-block .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.block5050-sec .block5050-block .dsc-content {
    padding: 25px 35px
}

.block5050-sec .block5050-block .dsc-content .headingText {
    font-size: 18px;
    line-height: 1.3;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms
}

@media screen and (min-width:768px) {
    .block5050-sec .block5050-block .dsc-content .headingText {
        font-size: 22px;
        line-height: 1.3
    }
}

@media screen and (min-width:992px) {
    .block5050-sec .block5050-block .dsc-content .headingText {
        font-size: 22px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .block5050-sec .block5050-block .dsc-content .headingText {
        font-size: 24px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .block5050-sec .block5050-block .dsc-content .headingText {
        font-size: 24px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .block5050-sec .block5050-block .dsc-content .headingText {
        font-size: 34px;
        line-height: 1.3
    }
}

.block5050-sec .block5050-block .dsc-content p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

@media screen and (min-width:768px) {
    .block5050-sec .block5050-block .dsc-content p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .block5050-sec .block5050-block .dsc-content p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .block5050-sec .block5050-block .dsc-content p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .block5050-sec .block5050-block .dsc-content p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .block5050-sec .block5050-block .dsc-content p {
        font-size: 20px;
        line-height: 1.6
    }
}

.block5050-sec .block5050-block:hover {
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .06)
}

.block5050-sec .block5050-block:hover .headingText {
    color: #31b5c1
}

.shipperPlus-sec .shipperPlus-row {
    min-height: 640px;
    position: relative
}

.shipperPlus-sec .shipperPlus-row .left-col {
    width: 550px;
    height: 640px;
    background-color: #472F92;
    position: absolute;
    left: 0;
    top: 0
}

.shipperPlus-sec .shipperPlus-row .left-col .logo-holder {
    width: 317px;
    height: 84px
}

.shipperPlus-sec .shipperPlus-row .left-col .logo-holder img {
    width: 100%
}

.shipperPlus-sec .shipperPlus-row .left-col .graphic-img-1 {
    width: 125px;
    height: 202px;
    position: absolute;
    left: 10px;
    top: -50px
}

.shipperPlus-sec .shipperPlus-row .left-col .graphic-img-1 img {
    width: 100%
}

.shipperPlus-sec .shipperPlus-row .left-col .graphic-img-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 225px;
    height: 295px
}

.shipperPlus-sec .shipperPlus-row .left-col .graphic-img-2 img {
    width: 100%
}

.shipperPlus-sec .shipperPlus-row .right-col {
    width: calc(100% - 550px);
    margin-left: auto
}

@keyframes lineDraw1 {
    from {
        width: 1px
    }

    to {
        width: 125px
    }
}

@keyframes lineDraw2 {
    from {
        width: 1px
    }

    to {
        width: 222px
    }
}

@keyframes lineDraw3 {
    from {
        width: 1px
    }

    to {
        width: 125px
    }
}

@keyframes translateCard {
    from {
        transform: translateX(200px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

.billingProcess-sec .billingProcess-content-wrap .headingText {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 35px
}

@media screen and (min-width:768px) {
    .billingProcess-sec .billingProcess-content-wrap .headingText {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .billingProcess-sec .billingProcess-content-wrap .headingText {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .billingProcess-sec .billingProcess-content-wrap .headingText {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .billingProcess-sec .billingProcess-content-wrap .headingText {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .billingProcess-sec .billingProcess-content-wrap .headingText {
        font-size: 20px;
        line-height: 1.6
    }
}

.billingProcess-sec .billingProcess-content-wrap .billingProcess-content {
    width: 510px
}

.billingProcess-sec .billingProcess-content-wrap .billingProcess-content .left-block {
    width: 160px;
    position: relative
}

.billingProcess-sec .billingProcess-content-wrap .billingProcess-content .left-block:after {
    content: '';
    width: 11px;
    height: 113px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../../../../../../../../themes/eShipper/assets/images/shipping-services/line.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.billingProcess-sec .billingProcess-content-wrap .billingProcess-content .right-block {
    width: calc(100% - 160px);
    position: relative
}

.billingProcess-sec .billingProcess-content-wrap .billingProcess-content .right-block .globe-holder {
    width: 91px;
    height: 90px;
    margin-left: auto;
    position: relative
}

.billingProcess-sec .billingProcess-content-wrap .billingProcess-content .right-block .globe-holder img {
    width: 100%
}

.billingProcess-sec .billingProcess-content-wrap .billingProcess-content .right-block .globe-holder .dot {
    width: 5px;
    height: 5px;
    background-color: #e01d47;
    position: absolute;
    border-radius: 100%
}

.billingProcess-sec .billingProcess-content-wrap .billingProcess-content .right-block .globe-holder .dot1 {
    left: 18px;
    top: 15px
}

.billingProcess-sec .billingProcess-content-wrap .billingProcess-content .right-block .globe-holder .dot2 {
    left: 36px;
    bottom: 15px
}

.billingProcess-sec .billingProcess-content-wrap .billingProcess-content .right-block .globe-holder .dot3 {
    right: 6px;
    bottom: 35px
}

.billingProcess-sec .billingProcess-content-wrap .billingProcess-content .right-block .eCard-row {
    position: absolute;
    width: 100%
}

.billingProcess-sec .billingProcess-content-wrap .billingProcess-content .right-block .eCard-row .eCard-img {
    width: 36px;
    height: 36px;
    position: absolute;
    transition: all 0.5s ease-in-out
}

.billingProcess-sec .billingProcess-content-wrap .billingProcess-content .right-block .eCard-row .eCard-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.billingProcess-sec .billingProcess-content-wrap .billingProcess-content .right-block .eCard-row:after {
    content: '';
    position: absolute;
    background-image: url(../../../../../../../../themes/eShipper/assets/images/shipping-services/line-2.svg);
    background-repeat: repeat-x;
    width: 0
}

.billingProcess-sec .billingProcess-content-wrap .billingProcess-content .right-block .eCard-row.eCard-row1 .eCard-img {
    top: 0;
    right: 0;
    right: 198px
}

.billingProcess-sec .billingProcess-content-wrap .billingProcess-content .right-block .eCard-row.eCard-row1:after {
    top: 17px;
    height: 1px;
    right: 72px
}

.billingProcess-sec .billingProcess-content-wrap .billingProcess-content .right-block .eCard-row.eCard-row2 .eCard-img {
    top: 42px;
    right: 0;
    right: 238px
}

.billingProcess-sec .billingProcess-content-wrap .billingProcess-content .right-block .eCard-row.eCard-row2:after {
    top: 52px;
    height: 1px;
    right: 10px
}

.billingProcess-sec .billingProcess-content-wrap .billingProcess-content .right-block .eCard-row.eCard-row3 .eCard-img {
    top: 60px;
    right: 0;
    right: 182px
}

.billingProcess-sec .billingProcess-content-wrap .billingProcess-content .right-block .eCard-row.eCard-row3:after {
    top: 72px;
    height: 1px;
    right: 55px
}

.billingProcess-sec .billingProcess-content-wrap .billingProcess-content.aos-animate .right-block .eCard-row .eCard-img {
    -webkit-animation-name: translateCard;
    animation-name: translateCard;
    -webkit-animation-duration: calc(1s * 0.8);
    animation-duration: calc(1s * 0.8);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.billingProcess-sec .billingProcess-content-wrap .billingProcess-content.aos-animate .right-block .eCard-row:after {
    -webkit-animation-duration: calc(1s * 0.8);
    animation-duration: calc(1s * 0.8);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.billingProcess-sec .billingProcess-content-wrap .billingProcess-content.aos-animate .right-block .eCard-row.eCard-row1:after {
    -webkit-animation-name: lineDraw1;
    animation-name: lineDraw1;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.billingProcess-sec .billingProcess-content-wrap .billingProcess-content.aos-animate .right-block .eCard-row.eCard-row1 .eCard-img {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.billingProcess-sec .billingProcess-content-wrap .billingProcess-content.aos-animate .right-block .eCard-row.eCard-row2:after {
    -webkit-animation-name: lineDraw2;
    animation-name: lineDraw2;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.billingProcess-sec .billingProcess-content-wrap .billingProcess-content.aos-animate .right-block .eCard-row.eCard-row2 .eCard-img {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.billingProcess-sec .billingProcess-content-wrap .billingProcess-content.aos-animate .right-block .eCard-row.eCard-row3:after {
    -webkit-animation-name: lineDraw3;
    animation-name: lineDraw3;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s
}

.billingProcess-sec .billingProcess-content-wrap .billingProcess-content.aos-animate .right-block .eCard-row.eCard-row3 .eCard-img {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s
}

.billingProcess-sec .billingProcess-content-wrap .btn-holder {
    margin-top: 70px
}

.blogDetail-social-block ul {
    margin: 25px 0 0 0;
    padding: 0;
    list-style: none
}

.blogDetail-social-block ul li {
    display: inline-block;
    vertical-align: middle
}

.blogDetail-social-block ul li a {
    font-size: 17px;
    line-height: 1;
    margin-left: 20px;
    display: inline-block;
    color: #000
}

.blogDetail-social-block ul li a:hover {
    color: #ED1846
}

.blogDetail-social-block ul li:first-child a {
    margin-left: 0
}

.blogDetail-social-block ul li a .ic-facebook {
    font-size: 20px;
    color: #2f5b9e
}

.blogDetail-social-block ul li a .ic-linkedin {
    font-size: 20px;
    position: relative;
    top: -2px;
    color: #007cbd
}

.blogDetail-social-block ul li a .ic-youtube {
    color: red
}

.blogDetail-social-block ul li a .ic-insta {
    font-size: 20px;
    color: #d70064
}

.blogDetail-social-block ul li a .ic-twitter {
    color: #00a5f7
}

.blogDetail-sec .blog-container {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px
}

.blogDetail-sec .blogDetail-row .blogDetail-left-col {
    width: 280px
}

.blogDetail-sec .blogDetail-row .blogDetail-left-col .pin-wrapper .blogDetail-left-block {
    top: 73px !important
}

.blogDetail-sec .blogDetail-row .blogDetail-left-col .blogDetail-left-block .list-group {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .04)
}

.blogDetail-sec .blogDetail-row .blogDetail-left-col .blogDetail-left-block .list-group .list-group-item {
    border-radius: 0 !important;
    border: solid 1px #eee;
    font-size: 14px;
    font-weight: 500;
    color: #000
}

.blogDetail-sec .blogDetail-row .blogDetail-left-col .blogDetail-left-block .list-group .list-group-item.active {
    background-color: #eaf4f5;
    color: #31b5c1
}

.blogDetail-sec .blogDetail-row .blogDetail-left-col .blogDetail-left-block .list-group .list-group-item.active:active,
.blogDetail-sec .blogDetail-row .blogDetail-left-col .blogDetail-left-block .list-group .list-group-item.active:focus {
    background-color: #eaf4f5;
    color: #31b5c1
}

.blogDetail-sec .blogDetail-row .blogDetail-left-col .blogDetail-left-block .list-group .list-group-item:hover {
    background-color: #eaf4f5;
    color: #31b5c1
}

.blogDetail-sec .blogDetail-row .blogDetail-left-col .blogDetail-left-block .list-group .list-group-item:active,
.blogDetail-sec .blogDetail-row .blogDetail-left-col .blogDetail-left-block .list-group .list-group-item:focus {
    background-color: transparent;
    color: #000
}

.blogDetail-sec .blogDetail-row .blogDetail-right-col {
    width: 280px
}

.blogDetail-sec .blogDetail-row .blogDetail-right-col .pin-wrapper .blogDetail-right-block {
    top: 73px !important
}

.blogDetail-sec .blogDetail-row .blogDetail-right-col .blogDetail-form-block {
    width: 100%;
    padding: 30px 20px
}

.blogDetail-sec .blogDetail-row .blogDetail-right-col .blogDetail-form-block .headingText {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    .blogDetail-sec .blogDetail-row .blogDetail-right-col .blogDetail-form-block .headingText {
        font-size: 22px;
        line-height: 1.3
    }
}

@media screen and (min-width:992px) {
    .blogDetail-sec .blogDetail-row .blogDetail-right-col .blogDetail-form-block .headingText {
        font-size: 22px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .blogDetail-sec .blogDetail-row .blogDetail-right-col .blogDetail-form-block .headingText {
        font-size: 24px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .blogDetail-sec .blogDetail-row .blogDetail-right-col .blogDetail-form-block .headingText {
        font-size: 24px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .blogDetail-sec .blogDetail-row .blogDetail-right-col .blogDetail-form-block .headingText {
        font-size: 34px;
        line-height: 1.3
    }
}

.blogDetail-sec .blogDetail-row .blogDetail-right-col .blogDetail-form-block .wht-comn-form .form-group {
    margin-bottom: 20px
}

.blogDetail-sec .blogDetail-row .blogDetail-right-col .blogDetail-form-block .wht-comn-form .hbspt-form .actions {
    text-align: center
}

.blogDetail-sec .blogDetail-row .blogDetail-right-col .blogDetail-form-block .wht-comn-form .hbspt-form .actions .hs-button {
    width: 100%
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col {
    width: calc(100% - 560px);
    padding: 0 60px
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-dscInfo-holder {
    margin-bottom: 40px
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-dscInfo-holder blockquote {
    position: relative;
    padding-left: 35px;
    width: 100%;
    padding-top: 75px;
    margin: 0 0 40px 0
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-dscInfo-holder blockquote:after {
    content: '';
    width: 3px;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #31b5c1;
    position: absolute
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-dscInfo-holder blockquote:before {
    content: '\e800';
    font-family: "fontello";
    position: absolute;
    left: 35px;
    top: 0;
    font-size: 60px;
    color: #c8ecee;
    display: inline-block;
    line-height: 60px
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-dscInfo-holder h2 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-dscInfo-holder h2 {
        font-size: 22px;
        line-height: 1.3
    }
}

@media screen and (min-width:992px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-dscInfo-holder h2 {
        font-size: 22px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-dscInfo-holder h2 {
        font-size: 24px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-dscInfo-holder h2 {
        font-size: 24px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-dscInfo-holder h2 {
        font-size: 34px;
        line-height: 1.3
    }
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-dscInfo-holder p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 30px
}

@media screen and (min-width:768px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-dscInfo-holder p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-dscInfo-holder p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-dscInfo-holder p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-dscInfo-holder p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-dscInfo-holder p {
        font-size: 20px;
        line-height: 1.6
    }
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-dscInfo-holder p a {
    color: #ED1846
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-dscInfo-holder p a:hover {
    border-bottom: 1px solid #ED1846
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-dscInfo-holder p+p {
    margin-top: 20px
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-dscInfo-holder .btn-holder {
    margin-top: 30px
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-img-holder {
    width: 100%
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-img-holder img {
    width: 100%
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-quote-block {
    position: relative;
    padding-left: 35px;
    width: 100%
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-quote-block:after {
    content: '';
    width: 3px;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #31b5c1;
    position: absolute
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-quote-block .blog-quote-content {
    width: 100%
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-quote-block .blog-quote-content .ic-quote {
    font-size: 60px;
    color: #c8ecee;
    display: inline-block;
    line-height: 60px;
    margin-bottom: 20px
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-quote-block .blog-quote-content p+p {
    margin-top: 20px
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-quote-block .blog-quote-content .quote-name {
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 20px
}

@media screen and (min-width:768px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-quote-block .blog-quote-content .quote-name {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-quote-block .blog-quote-content .quote-name {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-quote-block .blog-quote-content .quote-name {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-quote-block .blog-quote-content .quote-name {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-quote-block .blog-quote-content .quote-name {
        font-size: 20px;
        line-height: 1.6
    }
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-quote-block .blog-quote-content .quote-name:after {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 20px;
    height: 1px;
    border: solid 1px #a7a4a4
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-001-block {
    border: solid 1px #e8e8e8
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-001-block .img-holder {
    width: 100%;
    height: 262px
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-001-block .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-001-block .dsc-content {
    padding: 25px 30px
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-001-block .dsc-content h2 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px
}

@media screen and (min-width:768px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-001-block .dsc-content h2 {
        font-size: 22px;
        line-height: 1.3
    }
}

@media screen and (min-width:992px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-001-block .dsc-content h2 {
        font-size: 22px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-001-block .dsc-content h2 {
        font-size: 24px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-001-block .dsc-content h2 {
        font-size: 24px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-001-block .dsc-content h2 {
        font-size: 34px;
        line-height: 1.3
    }
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-001-block .dsc-content p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

@media screen and (min-width:768px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-001-block .dsc-content p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-001-block .dsc-content p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-001-block .dsc-content p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-001-block .dsc-content p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-001-block .dsc-content p {
        font-size: 20px;
        line-height: 1.6
    }
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-001-block .dsc-content p a {
    color: #ED1846
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-001-block .dsc-content p a:hover {
    border-bottom: 1px solid #ED1846
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-001-block .dsc-content .btn-holder {
    margin-top: 15px
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-001-block .readMore-link {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
    color: #ED1846
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-001-block .readMore-link .ic-angle-right {
    display: inline-block
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-001-block .readMore-link:hover {
    color: #31b5c1
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-001-block .readMore-link:hover .ic-angle-right {
    animation-name: translateArrow;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-002-block {
    border: solid 1px #e8e8e8;
    padding: 25px 30px 30px;
    width: 100%
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-002-block .blog-002-content {
    width: 100%;
    position: relative;
    min-height: 200px
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-002-block .blog-002-content .img-holder {
    width: 183px;
    height: 244px;
    position: absolute;
    right: -15px;
    top: 10px;
    bottom: 10px;
    margin: auto
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-002-block .blog-002-content .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-002-block .blog-002-content .dsc-content {
    width: calc(100% - 183px);
    padding-right: 20px
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-002-block .blog-002-content .dsc-content h2 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px
}

@media screen and (min-width:768px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-002-block .blog-002-content .dsc-content h2 {
        font-size: 22px;
        line-height: 1.3
    }
}

@media screen and (min-width:992px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-002-block .blog-002-content .dsc-content h2 {
        font-size: 22px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-002-block .blog-002-content .dsc-content h2 {
        font-size: 24px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-002-block .blog-002-content .dsc-content h2 {
        font-size: 24px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-002-block .blog-002-content .dsc-content h2 {
        font-size: 34px;
        line-height: 1.3
    }
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-002-block .blog-002-content .dsc-content p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

@media screen and (min-width:768px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-002-block .blog-002-content .dsc-content p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-002-block .blog-002-content .dsc-content p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-002-block .blog-002-content .dsc-content p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-002-block .blog-002-content .dsc-content p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-002-block .blog-002-content .dsc-content p {
        font-size: 20px;
        line-height: 1.6
    }
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-002-block .blog-002-content .dsc-content p a {
    color: #ED1846
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-002-block .blog-002-content .dsc-content p a:hover {
    border-bottom: 1px solid #ED1846
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-002-block .blog-002-content .dsc-content .btn-holder {
    margin-top: 20px
}

.blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-002-block .blog-002-content .dsc-content .btn-holder .btn {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16)
}

.blog-listing-holder {
    margin-top: -60px
}

.blog-listing-holder .alm-reveal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog-listing-holder .row {
    margin-right: -20px;
    margin-left: -20px
}

.blog-listing-holder .col-md-4 {
    padding-left: 20px;
    padding-right: 20px
}

.blog-listing-holder .btn-holder {
    margin-top: 50px
}

.blog-listing-holder .btn-holder .btn {
    min-width: 180px
}

.blog-listing-block {
    width: 100%;
    margin-top: 60px
}

.blog-listing-block .blog-img-holder {
    width: 100%;
    height: 240px
}

.blog-listing-block .blog-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blog-listing-block .blog-dsc-content {
    padding-top: 25px
}

.blog-listing-block .blog-dsc-content .dateText {
    color: #68686e;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 10px
}

.blog-listing-block .blog-dsc-content a .headingText {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    color: #000;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    min-height: 93px
}

@media screen and (min-width:768px) {
    .blog-listing-block .blog-dsc-content a .headingText {
        font-size: 22px;
        line-height: 1.3
    }
}

@media screen and (min-width:992px) {
    .blog-listing-block .blog-dsc-content a .headingText {
        font-size: 22px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .blog-listing-block .blog-dsc-content a .headingText {
        font-size: 24px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .blog-listing-block .blog-dsc-content a .headingText {
        font-size: 24px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .blog-listing-block .blog-dsc-content a .headingText {
        font-size: 34px;
        line-height: 1.3
    }
}

.blog-listing-block .blog-dsc-content a:hover .headingText {
    color: #31b5c1
}

.blog-listing-block .blog-dsc-content .tag-holder {
    margin-top: 30px
}

.blog-listing-block.partner-listing-block .blog-img-holder {
    width: 100%;
    height: 150px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    padding: 15px
}

.blog-listing-block.partner-listing-block .blog-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.blog-listing-block.partner-listing-block .blog-dsc-content a .headingText {
    text-align: center
}

.tc-sec .tc-content h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 18px
}

@media screen and (min-width:768px) {
    .tc-sec .tc-content h2 {
        font-size: 30px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    .tc-sec .tc-content h2 {
        font-size: 30px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .tc-sec .tc-content h2 {
        font-size: 36px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .tc-sec .tc-content h2 {
        font-size: 36px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .tc-sec .tc-content h2 {
        font-size: 46px;
        line-height: 1.3
    }
}

.tc-sec .tc-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .tc-sec .tc-content p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .tc-sec .tc-content p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .tc-sec .tc-content p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1400px) {
    .tc-sec .tc-content p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1800px) {
    .tc-sec .tc-content p {
        font-size: 18px;
        line-height: 1.6
    }
}

.tc-sec .tc-content p b {
    font-weight: 600
}

.tc-sec .tc-content p+p {
    margin-top: 25px
}

.tc-sec .tc-content .dateText {
    font-weight: 500;
    font-size: 12px
}

.tc-sec .tc-content .img-list {
    margin: 15px 0;
    padding: 0;
    list-style: none
}

.tc-sec .tc-content .img-list li {
    margin: 10px 20px 10px 0
}

.tc-sec .tc-content .img-list li img {
    width: 110px;
    height: 35px;
    object-fit: contain
}

.search-form-sec {
    padding-top: 160px
}

.search-form-sec .search-form-container {
    width: 600px
}

.search-form-sec .search-form-container .search-form-box {
    width: 100%;
    padding-right: 70px;
    position: relative;
    border-bottom: 2px solid #d5d5d5
}

.search-form-sec .search-form-container .search-form-box input {
    color: #7f7f7f;
    font-size: 16px;
    line-height: 1.5;
    padding: 12px 0;
    background-color: #fff;
    width: 100%;
    border: none;
    height: 55px;
    font-weight: 500
}

@media screen and (min-width:768px) {
    .search-form-sec .search-form-container .search-form-box input {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .search-form-sec .search-form-container .search-form-box input {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .search-form-sec .search-form-container .search-form-box input {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .search-form-sec .search-form-container .search-form-box input {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .search-form-sec .search-form-container .search-form-box input {
        font-size: 20px;
        line-height: 1.6
    }
}

.search-form-sec .search-form-container .search-form-box .search-btn {
    background-color: transparent;
    border: none;
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    color: #7f7f7f;
    font-size: 20px;
    padding: 0;
    text-align: right
}

.search-form-sec .search-form-container .search-form-box .search-btn:hover {
    color: #31b5c1
}

.search-form-sec .search-form-container .search-form-box .search-clear-btn {
    background-image: url(../../../../../../../../themes/eShipper/assets/images/search-clear.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 40px;
    top: 16px;
    border-radius: 100%;
    border: none;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms
}

.search-form-sec .search-form-container .search-form-box .search-clear-btn:hover {
    box-shadow: 1px 2px 5px rgba(99, 99, 99, .5)
}

.search-sec .search-content .search-content-block {
    padding: 40px 0;
    border-top: solid 1px #efefef
}

.search-sec .search-content .search-content-block h2 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 15px
}

@media screen and (min-width:768px) {
    .search-sec .search-content .search-content-block h2 {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:992px) {
    .search-sec .search-content .search-content-block h2 {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .search-sec .search-content .search-content-block h2 {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .search-sec .search-content .search-content-block h2 {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .search-sec .search-content .search-content-block h2 {
        font-size: 30px;
        line-height: 1.3
    }
}

.search-sec .search-content .search-content-block h2 a {
    color: #000
}

.search-sec .search-content .search-content-block h2 a:hover {
    color: #31b5c1
}

.search-sec .search-content .search-content-block h2 .divider {
    font-weight: 300
}

.search-sec .search-content .search-content-block h2 .highlight-text {
    background-color: #31b5c1;
    color: #fff;
    padding: 0 5px;
    display: inline-block
}

.search-sec .search-content .search-content-block h2 .hilite {
    background-color: #31b5c1;
    color: #fff;
    padding: 0 5px;
    display: inline-block
}

.search-sec .search-content .search-content-block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .search-sec .search-content .search-content-block p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .search-sec .search-content .search-content-block p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .search-sec .search-content .search-content-block p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .search-sec .search-content .search-content-block p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .search-sec .search-content .search-content-block p {
        font-size: 20px;
        line-height: 1.6
    }
}

.integration-tab-sec .sec-heading-block {
    max-width: 700px
}

.integration-tab-sec .integration-tab-wrap .nav {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.integration-tab-sec .integration-tab-wrap .nav::-webkit-scrollbar {
    display: none
}

.integration-tab-sec .integration-tab-wrap .nav .nav-item .nav-link {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    background-color: transparent;
    border: none;
    height: 44px;
    line-height: 44px;
    padding: 0 30px
}

.integration-tab-sec .integration-tab-wrap .nav .nav-item .nav-link.active {
    border-radius: 50px;
    background-color: #472F92;
    color: #fff
}

.integration-tab-sec .integration-tab-wrap .tab-content {
    margin-top: 30px
}

.integration-tab-sec .integration-tab-wrap .tab-pane.active {
    animation: tabSlideDown 0.3s ease-out
}

.integration-tab-sec .integration-tab-wrap .integration-card-col {
    margin-top: 25px
}

.integration-tab-sec .integration-tab-wrap .integration-card {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .03);
    background-color: #fff;
    padding: 40px;
    min-height: 292px;
    height: 100%;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms
}

.integration-tab-sec .integration-tab-wrap .integration-card .headingText {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms
}

@media screen and (min-width:768px) {
    .integration-tab-sec .integration-tab-wrap .integration-card .headingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:992px) {
    .integration-tab-sec .integration-tab-wrap .integration-card .headingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .integration-tab-sec .integration-tab-wrap .integration-card .headingText {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .integration-tab-sec .integration-tab-wrap .integration-card .headingText {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .integration-tab-sec .integration-tab-wrap .integration-card .headingText {
        font-size: 30px;
        line-height: 1.3
    }
}

.integration-tab-sec .integration-tab-wrap .integration-card p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #000
}

@media screen and (min-width:768px) {
    .integration-tab-sec .integration-tab-wrap .integration-card p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .integration-tab-sec .integration-tab-wrap .integration-card p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .integration-tab-sec .integration-tab-wrap .integration-card p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1400px) {
    .integration-tab-sec .integration-tab-wrap .integration-card p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1800px) {
    .integration-tab-sec .integration-tab-wrap .integration-card p {
        font-size: 18px;
        line-height: 1.6
    }
}

.integration-tab-sec .integration-tab-wrap .integration-card .icon-holder {
    width: 125px;
    height: 48px;
    margin-bottom: 35px
}

.integration-tab-sec .integration-tab-wrap .integration-card .icon-holder img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.integration-tab-sec .integration-tab-wrap .integration-card:hover {
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .06)
}

.integration-tab-sec .integration-tab-wrap .integration-card:hover .headingText {
    color: #31b5c1
}

ul.circle-listing {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.circle-listing li {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    padding-left: 32px;
    position: relative;
    margin-top: 20px
}

ul.circle-listing li::after {
    content: '\E803';
    font-family: "fontello";
    border: none;
    font-size: 20px;
    position: absolute;
    left: 0;
    color: #31b5c1;
    top: 0;
    line-height: 1
}

.guideline-sec .image-holder {
    width: 550px;
    height: 638px
}

.guideline-sec .image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.guideline-sec .guideline-card-holder .guideline-card {
    padding: 40px 50px 50px;
    width: 623px;
    border-radius: 2px;
    box-shadow: 0 20px 60px 0 rgba(0, 0, 0, .05);
    background-color: #fff;
    transform: translateX(-60px)
}

.guideline-sec .guideline-card-holder .guideline-card .heading-block .headingText {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700
}

@media screen and (min-width:768px) {
    .guideline-sec .guideline-card-holder .guideline-card .heading-block .headingText {
        font-size: 30px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    .guideline-sec .guideline-card-holder .guideline-card .heading-block .headingText {
        font-size: 30px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .guideline-sec .guideline-card-holder .guideline-card .heading-block .headingText {
        font-size: 36px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .guideline-sec .guideline-card-holder .guideline-card .heading-block .headingText {
        font-size: 36px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .guideline-sec .guideline-card-holder .guideline-card .heading-block .headingText {
        font-size: 46px;
        line-height: 1.3
    }
}

.guideline-sec .guideline-card-holder .guideline-card .heading-block .sub-headingText {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500
}

@media screen and (min-width:768px) {
    .guideline-sec .guideline-card-holder .guideline-card .heading-block .sub-headingText {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    .guideline-sec .guideline-card-holder .guideline-card .heading-block .sub-headingText {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (min-width:1200px) {
    .guideline-sec .guideline-card-holder .guideline-card .heading-block .sub-headingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .guideline-sec .guideline-card-holder .guideline-card .heading-block .sub-headingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .guideline-sec .guideline-card-holder .guideline-card .heading-block .sub-headingText {
        font-size: 24px;
        line-height: 1.3
    }
}

.guideline-sec .guideline-card-holder .guideline-card p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

@media screen and (min-width:768px) {
    .guideline-sec .guideline-card-holder .guideline-card p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .guideline-sec .guideline-card-holder .guideline-card p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .guideline-sec .guideline-card-holder .guideline-card p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .guideline-sec .guideline-card-holder .guideline-card p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .guideline-sec .guideline-card-holder .guideline-card p {
        font-size: 20px;
        line-height: 1.6
    }
}

.guideline-sec .document-list-sec {
    margin-top: 70px
}

.guideline-sec .document-list-sec .main-heading {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3
}

@media screen and (min-width:768px) {
    .guideline-sec .document-list-sec .main-heading {
        font-size: 22px;
        line-height: 1.3
    }
}

@media screen and (min-width:992px) {
    .guideline-sec .document-list-sec .main-heading {
        font-size: 22px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .guideline-sec .document-list-sec .main-heading {
        font-size: 24px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .guideline-sec .document-list-sec .main-heading {
        font-size: 24px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .guideline-sec .document-list-sec .main-heading {
        font-size: 34px;
        line-height: 1.3
    }
}

.guideline-sec .document-list-sec .document-list-holder {
    margin-top: 30px
}

.guideline-sec .document-list-sec .document-list-holder .document-block-col {
    padding: 0 22px
}

.guideline-sec .document-list-sec .document-list-holder .document-block-col .document-block {
    width: 170px;
    height: 170px;
    border-radius: 100%;
    border: solid 1px rgba(131, 210, 217, .56);
    background-color: #fff;
    padding: 30px 25px
}

.guideline-sec .document-list-sec .document-list-holder .document-block-col .document-block .icon-holder {
    width: 40px;
    height: 42px;
    margin: 0 auto 15px
}

.guideline-sec .document-list-sec .document-list-holder .document-block-col .document-block .icon-holder img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.guideline-sec .document-list-sec .document-list-holder .document-block-col .document-block p {
    font-size: 14px;
    line-height: 1.43;
    font-weight: 500
}

.guideline-sec .document-list-sec .document-list-holder .document-block-col .document-block.aos-animate {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: calc(1s / 2);
    animation-duration: calc(1s / 2);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.guideline-sec .document-list-sec .document-list-holder .document-block-col:first-child .document-block.aos-animate {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.guideline-sec .document-list-sec .document-list-holder .document-block-col:nth-child(2) .document-block.aos-animate {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.guideline-sec .document-list-sec .document-list-holder .document-block-col:nth-child(3) .document-block.aos-animate {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.guideline-sec .document-list-sec .document-list-holder .document-block-col:nth-child(4) .document-block.aos-animate {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.guideline-sec .document-list-sec .document-list-holder .document-block-col:nth-child(5) .document-block.aos-animate {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.guideline-sec .document-list-sec .smInfoText sup {
    top: -.1em;
    line-height: 1
}

.todo-sec .todo-row .todo-col .todo-block {
    width: 100%;
    padding: 30px 35px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .01);
    background-color: #fff;
    height: 100%
}

.todo-sec .todo-row .todo-col .todo-block .do-heading,
.todo-sec .todo-row .todo-col .todo-block .dont-heading {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700
}

@media screen and (min-width:768px) {

    .todo-sec .todo-row .todo-col .todo-block .do-heading,
    .todo-sec .todo-row .todo-col .todo-block .dont-heading {
        font-size: 22px;
        line-height: 1.3
    }
}

@media screen and (min-width:992px) {

    .todo-sec .todo-row .todo-col .todo-block .do-heading,
    .todo-sec .todo-row .todo-col .todo-block .dont-heading {
        font-size: 22px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {

    .todo-sec .todo-row .todo-col .todo-block .do-heading,
    .todo-sec .todo-row .todo-col .todo-block .dont-heading {
        font-size: 24px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {

    .todo-sec .todo-row .todo-col .todo-block .do-heading,
    .todo-sec .todo-row .todo-col .todo-block .dont-heading {
        font-size: 24px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {

    .todo-sec .todo-row .todo-col .todo-block .do-heading,
    .todo-sec .todo-row .todo-col .todo-block .dont-heading {
        font-size: 34px;
        line-height: 1.3
    }
}

.todo-sec .todo-row .todo-col .todo-block .do-heading {
    color: #09a93c
}

.todo-sec .todo-row .todo-col .todo-block .dont-heading {
    color: #ED1846
}

.todo-sec .todo-row .todo-col .todo-block .todo-list-holder .todo-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.todo-sec .todo-row .todo-col .todo-block .todo-list-holder .todo-list>li {
    padding-left: 20px;
    position: relative;
    margin-top: 25px
}

.todo-sec .todo-row .todo-col .todo-block .todo-list-holder .todo-list>li:first-child {
    margin-top: 10px
}

.todo-sec .todo-row .todo-col .todo-block .todo-list-holder .todo-list>li:after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #ED1846;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 100%
}

.todo-sec .todo-row .todo-col .todo-block .todo-list-holder .todo-list>li p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

@media screen and (min-width:768px) {
    .todo-sec .todo-row .todo-col .todo-block .todo-list-holder .todo-list>li p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .todo-sec .todo-row .todo-col .todo-block .todo-list-holder .todo-list>li p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .todo-sec .todo-row .todo-col .todo-block .todo-list-holder .todo-list>li p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .todo-sec .todo-row .todo-col .todo-block .todo-list-holder .todo-list>li p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .todo-sec .todo-row .todo-col .todo-block .todo-list-holder .todo-list>li p {
        font-size: 20px;
        line-height: 1.6
    }
}

.todo-sec .todo-row .todo-col .todo-block .todo-list-holder .todo-list>li>ol {
    margin: 0;
    padding: 0 0 0 20px
}

.todo-sec .todo-row .todo-col .todo-block .todo-list-holder .todo-list>li>ol li {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 5px
}

@media screen and (min-width:768px) {
    .todo-sec .todo-row .todo-col .todo-block .todo-list-holder .todo-list>li>ol li {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .todo-sec .todo-row .todo-col .todo-block .todo-list-holder .todo-list>li>ol li {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .todo-sec .todo-row .todo-col .todo-block .todo-list-holder .todo-list>li>ol li {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .todo-sec .todo-row .todo-col .todo-block .todo-list-holder .todo-list>li>ol li {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .todo-sec .todo-row .todo-col .todo-block .todo-list-holder .todo-list>li>ol li {
        font-size: 20px;
        line-height: 1.6
    }
}

.todo-sec .todo-row .todo-col .todo-block .todo-list-holder .todo-list>li>ol li a {
    color: #ED1846
}

.todo-sec .todo-row .todo-col .todo-block .todo-list-holder .todo-list>li>ol li a:hover {
    color: #31b5c1
}

.todo-sec .todo-row .todo-col .todo-block .todo-list-holder .todo-list>li a {
    color: #ED1846
}

.todo-sec .todo-row .todo-col .todo-block .todo-list-holder .todo-list>li a:hover {
    color: #31b5c1
}

.damageClaim-sec {
    height: auto;
    position: relative
}

.damageClaim-sec:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 90px;
    width: 477px;
    height: auto;
    background-color: #31b5c1
}

.damageClaim-sec .dscInfo-col {
    width: calc(100% - 440px);
    padding-right: 60px
}

.damageClaim-sec .right-col {
    width: 440px;
    height: 510px;
    position: relative;
    z-index: 2
}

.damageClaim-sec .right-col .img-holder {
    width: 100%;
    height: 100%
}

.damageClaim-sec .right-col .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.callToAction-sec {
    padding: 70px 0;
    overflow: hidden
}

.callToAction-sec .callToAction-row {
    width: 100%
}

.callToAction-sec .callToAction-row .left-col {
    width: 800px
}

.callToAction-sec .callToAction-row .left-col .left-block .heading-block {
    margin-bottom: 10px
}

.callToAction-sec .callToAction-row .left-col .left-block .dsc-text p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

@media screen and (min-width:768px) {
    .callToAction-sec .callToAction-row .left-col .left-block .dsc-text p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .callToAction-sec .callToAction-row .left-col .left-block .dsc-text p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .callToAction-sec .callToAction-row .left-col .left-block .dsc-text p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .callToAction-sec .callToAction-row .left-col .left-block .dsc-text p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .callToAction-sec .callToAction-row .left-col .left-block .dsc-text p {
        font-size: 20px;
        line-height: 1.6
    }
}

.callToAction-sec .callToAction-row .left-col .left-block .dsc-text .md-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3
}

@media screen and (min-width:768px) {
    .callToAction-sec .callToAction-row .left-col .left-block .dsc-text .md-text {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:992px) {
    .callToAction-sec .callToAction-row .left-col .left-block .dsc-text .md-text {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .callToAction-sec .callToAction-row .left-col .left-block .dsc-text .md-text {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .callToAction-sec .callToAction-row .left-col .left-block .dsc-text .md-text {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .callToAction-sec .callToAction-row .left-col .left-block .dsc-text .md-text {
        font-size: 30px;
        line-height: 1.3
    }
}

.callToAction-sec .callToAction-row .right-col {
    width: calc(100% - 800px)
}

.callToAction-sec .callToAction-row .right-col .right-block .btn {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16)
}

.comn-leftOver-sec {
    overflow: hidden
}

.comn-leftOver-sec .comn-leftOver-row {
    width: 100%
}

.comn-leftOver-sec .comn-leftOver-row .image-holder {
    width: 550px;
    height: 638px
}

.comn-leftOver-sec .comn-leftOver-row .image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.comn-leftOver-sec .comn-leftOver-row .image-holder .image-holder-content .logo-holder {
    width: 250px
}

.comn-leftOver-sec .comn-leftOver-row .image-holder .image-holder-content .logo-holder img {
    width: 100%
}

.comn-leftOver-sec .comn-leftOver-row .image-holder .image-holder-content .plus-icon {
    width: 40px;
    padding: 40px 0
}

.comn-leftOver-sec .comn-leftOver-row .image-holder .image-holder-content .plus-icon img {
    width: 100%
}

.comn-leftOver-sec .comn-leftOver-row .leftOver-card-holder .leftOver-card {
    padding: 40px 50px 50px;
    width: 623px;
    border-radius: 2px;
    box-shadow: 0 20px 60px 0 rgba(0, 0, 0, .05);
    background-color: #fff;
    transform: translateX(-60px)
}

.tooltip {
    padding: .3rem 0
}

.tooltip .arrow {
    display: none
}

.tooltip .tooltip-inner {
    background-color: #6b6b6b;
    font-family: "Montserrat", sans-serif;
    font-size: 12px
}

.video-modal-full {
    height: 100%
}

.video-modal-full .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.video-modal-full .modal-content .close {
    position: absolute;
    right: 0;
    color: #000;
    font-size: 19px;
    top: 0;
    margin: auto;
    border: none;
    padding: 0;
    width: 46px;
    height: 46px;
    line-height: 28px;
    z-index: 2;
    background-color: #fff;
    border-radius: 100%;
    opacity: .9
}

.video-modal-full .modal-content .modal-body {
    overflow-y: auto;
    padding: 0;
    height: 100%;
    width: 100%
}

.video-modal-full .modal-content .modal-body .embed-responsive {
    height: 100%
}

.video-modal-full .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0
}

.video-modal-md .modal-content {
    border: 0;
    border-radius: 0
}

.video-modal-md .modal-content .close {
    position: absolute;
    right: 0;
    color: #000;
    font-size: 19px;
    top: 0;
    margin: auto;
    border: none;
    padding: 0;
    width: 46px;
    height: 46px;
    line-height: 28px;
    z-index: 2;
    background-color: #fff;
    border-radius: 100%;
    opacity: .9
}

.video-modal-md .modal-content .modal-body {
    padding: 0
}

.howItWorks-sec {
    position: relative;
    overflow: hidden
}

.howItWorks-sec .sec-heading-block {
    max-width: 980px
}

.howItWorks-sec .howItWorks-block-sec {
    position: relative;
    width: 100%;
    min-height: 630px
}

.howItWorks-sec .howItWorks-block-sec:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 477px;
    height: auto;
    background-color: #fff
}

.howItWorks-sec .howItWorks-block-sec .howItWorks-block-row {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2
}

.howItWorks-sec .howItWorks-block-sec .howItWorks-block-row .dscInfo-col {
    width: calc(100% - 600px);
    padding-left: 85px
}

.howItWorks-sec .howItWorks-block-sec .howItWorks-block-row .img-col {
    width: 600px;
    height: 495px;
    position: relative;
    z-index: 2
}

.howItWorks-sec .howItWorks-block-sec .howItWorks-block-row .img-col .img-holder {
    width: 100%;
    height: 100%
}

.howItWorks-sec .howItWorks-block-sec .howItWorks-block-row .img-col .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .04)
}

.howItWorks-sec .howItWorks-block-sec.even-block:after {
    right: 0;
    left: auto
}

.howItWorks-sec .howItWorks-block-sec.even-block .dscInfo-col {
    padding-right: 85px;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.howItWorks-sec .howItWorks-block-sec.even-block .img-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.blog-listing-sec .blog-filter-holder {
    border-radius: 5px;
    border: solid 1px rgba(151, 151, 151, .16);
    background-color: #fdfdfd;
    padding: 20px;
    width: 100%;
    margin-bottom: 40px
}

.featureBenefit-sec .featureBenefit-content {
    margin-top: -30px
}

.featureBenefit-sec .featureBenefit-content .featureBenefit-card-col {
    margin-top: 30px
}

.featureBenefit-sec .featureBenefit-content .featureBenefit-card {
    padding: 0 18px;
    min-height: 240px;
    height: 100%
}

.featureBenefit-sec .featureBenefit-content .featureBenefit-card .headingText {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff
}

@media screen and (min-width:768px) {
    .featureBenefit-sec .featureBenefit-content .featureBenefit-card .headingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:992px) {
    .featureBenefit-sec .featureBenefit-content .featureBenefit-card .headingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .featureBenefit-sec .featureBenefit-content .featureBenefit-card .headingText {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .featureBenefit-sec .featureBenefit-content .featureBenefit-card .headingText {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .featureBenefit-sec .featureBenefit-content .featureBenefit-card .headingText {
        font-size: 30px;
        line-height: 1.3
    }
}

.featureBenefit-sec .featureBenefit-content .featureBenefit-card p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #fff
}

@media screen and (min-width:768px) {
    .featureBenefit-sec .featureBenefit-content .featureBenefit-card p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .featureBenefit-sec .featureBenefit-content .featureBenefit-card p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .featureBenefit-sec .featureBenefit-content .featureBenefit-card p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1400px) {
    .featureBenefit-sec .featureBenefit-content .featureBenefit-card p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1800px) {
    .featureBenefit-sec .featureBenefit-content .featureBenefit-card p {
        font-size: 18px;
        line-height: 1.6
    }
}

.featureBenefit-sec .featureBenefit-content .featureBenefit-card .dsc-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #fff
}

@media screen and (min-width:768px) {
    .featureBenefit-sec .featureBenefit-content .featureBenefit-card .dsc-text {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .featureBenefit-sec .featureBenefit-content .featureBenefit-card .dsc-text {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .featureBenefit-sec .featureBenefit-content .featureBenefit-card .dsc-text {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1400px) {
    .featureBenefit-sec .featureBenefit-content .featureBenefit-card .dsc-text {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1800px) {
    .featureBenefit-sec .featureBenefit-content .featureBenefit-card .dsc-text {
        font-size: 18px;
        line-height: 1.6
    }
}

.featureBenefit-sec .featureBenefit-content .featureBenefit-card .icon-holder {
    width: 56px;
    height: 54px
}

.featureBenefit-sec .featureBenefit-content .featureBenefit-card .icon-holder img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.featureBenefit-sec .featureBenefit-content .featureBenefit-card .textTruncate .morelink {
    color: #ED1846;
    font-size: 14px;
    font-weight: 500
}

.featureBenefit-sec .featureBenefit-content .featureBenefit-card .textTruncate .morelink:hover {
    color: #31b5c1
}

.featureBenefit-sec .featureBenefit-content .featureBenefit-card .textTruncate .remaining-content span {
    display: none
}

.featureBenefit-sec .featureBenefit-content .featureBenefit-card .textTruncate .linkText-block {
    display: block
}

.faq-accordion-holder {
    max-width: 940px;
    margin: 0 auto
}

.faq-accordion-holder .faq-accordion {
    width: 100%;
    box-shadow: none
}

.faq-accordion-holder .faq-accordion .card {
    border: none;
    border-bottom: solid 1px #e4e4e4
}

.faq-accordion-holder .faq-accordion .card .card-header {
    padding: 0;
    background: transparent;
    border: none;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 15px;
    position: relative;
    cursor: pointer
}

.faq-accordion-holder .faq-accordion .card .card-header:before {
    content: '\e811';
    font-family: "fontello";
    position: absolute;
    font-size: 6px;
    right: 0;
    top: 28px;
    color: #31b5c1
}

.faq-accordion-holder .faq-accordion .card .card-header.collapsed:before {
    content: '\e812';
    color: #7a7d7e
}

.faq-accordion-holder .faq-accordion .card .card-header.collapsed .headingText {
    color: #7a7d7e
}

.faq-accordion-holder .faq-accordion .card .card-header .headingText {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #31b5c1
}

@media screen and (min-width:768px) {
    .faq-accordion-holder .faq-accordion .card .card-header .headingText {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .faq-accordion-holder .faq-accordion .card .card-header .headingText {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .faq-accordion-holder .faq-accordion .card .card-header .headingText {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .faq-accordion-holder .faq-accordion .card .card-header .headingText {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .faq-accordion-holder .faq-accordion .card .card-header .headingText {
        font-size: 20px;
        line-height: 1.6
    }
}

.faq-accordion-holder .faq-accordion .card .card-body {
    padding: 0 0 20px
}

.faq-accordion-holder .faq-accordion .card .card-body p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #000
}

@media screen and (min-width:768px) {
    .faq-accordion-holder .faq-accordion .card .card-body p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .faq-accordion-holder .faq-accordion .card .card-body p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .faq-accordion-holder .faq-accordion .card .card-body p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1400px) {
    .faq-accordion-holder .faq-accordion .card .card-body p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1800px) {
    .faq-accordion-holder .faq-accordion .card .card-body p {
        font-size: 18px;
        line-height: 1.6
    }
}

.faq-accordion-holder .faq-accordion .card .card-body p a {
    color: #31b5c1
}

.faq-accordion-holder .faq-accordion .card .card-body p a:hover {
    color: #ED1846
}

.faq-accordion-holder .faq-accordion .card .card-body .video-holder {
    padding-bottom: 56.25%;
    position: relative
}

.faq-accordion-holder .faq-accordion .card .card-body .video-holder iframe {
    width: 100%;
    position: absolute;
    height: 100% !important;
    left: 0;
    top: 0
}

.faq-accordion-holder .faq-accordion .card:last-child {
    border: none
}

.testimonial-sec {
    width: 100%;
    position: relative
}

.testimonial-sec:after {
    content: '';
    width: 30%;
    height: 100%;
    background-color: #31b5c1;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0
}

.testimonial-sec .testimonial-holder .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto
}

.testimonial-sec .testimonial-holder .swiper-slide {
    background-size: cover;
    background-position: center
}

.testimonial-sec .testimonial-holder .testimonial-left-content {
    width: 325px;
    padding: 85px 0;
    background-color: #31b5c1;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

.testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav-holder {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px
}

.testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav-holder .swiper-button-next,
.testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav-holder .swiper-button-prev {
    left: 44px;
    right: auto;
    width: 30px;
    height: 20px;
    border-radius: 50px;
    background-color: transparent;
    color: #fff;
    opacity: .8
}

.testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav-holder .swiper-button-next:after,
.testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav-holder .swiper-button-prev:after {
    font-size: 12px
}

.testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav-holder .swiper-button-next {
    top: 0;
    transform: rotate(-180deg);
    transform-origin: bottom
}

.testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav-holder .swiper-button-next:after {
    content: '\e804';
    font-family: "fontello"
}

.testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav-holder .swiper-button-prev {
    bottom: 0;
    top: auto
}

.testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav-holder .swiper-button-prev:after {
    content: '\e804';
    font-family: "fontello"
}

.testimonial-sec .testimonial-holder .testimonial-left-content .heading-block {
    margin-bottom: 30px;
    position: relative;
    padding-right: 40px;
    z-index: 2
}

.testimonial-sec .testimonial-holder .testimonial-left-content .heading-block p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #fff
}

@media screen and (min-width:768px) {
    .testimonial-sec .testimonial-holder .testimonial-left-content .heading-block p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .testimonial-sec .testimonial-holder .testimonial-left-content .heading-block p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .testimonial-sec .testimonial-holder .testimonial-left-content .heading-block p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1400px) {
    .testimonial-sec .testimonial-holder .testimonial-left-content .heading-block p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1800px) {
    .testimonial-sec .testimonial-holder .testimonial-left-content .heading-block p {
        font-size: 18px;
        line-height: 1.6
    }
}

.testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav {
    height: 300px
}

.testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav .swiper-slide {
    height: 100%;
    opacity: 1
}

.testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav .swiper-slide.swiper-slide-thumb-active .nav-item {
    background-color: #fff
}

.testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav .swiper-slide.swiper-slide-thumb-active .nav-item .info-block {
    color: #000
}

.testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav .swiper-slide .nav-item {
    width: 100%;
    padding: 20px 30px;
    border-radius: 4px 0 0 4px;
    cursor: pointer
}

.testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav .swiper-slide .nav-item .img-holder {
    width: 60px;
    height: 60px;
    border-radius: 100%
}

.testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav .swiper-slide .nav-item .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%
}

.testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav .swiper-slide .nav-item .info-block {
    width: calc(100% - 60px);
    padding-left: 20px;
    color: #fff
}

.testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav .swiper-slide .nav-item .info-block .nameText {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav .swiper-slide .nav-item .info-block .nameText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav .swiper-slide .nav-item .info-block .nameText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav .swiper-slide .nav-item .info-block .nameText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1400px) {
    .testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav .swiper-slide .nav-item .info-block .nameText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1800px) {
    .testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav .swiper-slide .nav-item .info-block .nameText {
        font-size: 18px;
        line-height: 1.6
    }
}

.testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav .swiper-slide .nav-item .info-block .infoText {
    font-weight: 400;
    font-size: 12px
}

.testimonial-sec .testimonial-holder .testimonial-right-content {
    width: calc(100% - 325px);
    height: 100%;
    padding: 60px 0 60px 50px
}

.testimonial-sec .testimonial-holder .testimonial-right-content .testimonial-content-info {
    width: 100%;
    background-color: #F0FAFB;
    padding: 80px 40px
}

.testimonial-sec .testimonial-holder .testimonial-right-content .testimonial-content-info .testimonial-img-holder {
    width: 245px;
    height: 245px;
    border-radius: 100%
}

.testimonial-sec .testimonial-holder .testimonial-right-content .testimonial-content-info .testimonial-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%
}

.testimonial-sec .testimonial-holder .testimonial-right-content .testimonial-content-info .testimonial-des-content {
    width: calc(100% - 245px);
    padding-top: 110px;
    padding-left: 50px;
    position: relative
}

.testimonial-sec .testimonial-holder .testimonial-right-content .testimonial-content-info .testimonial-des-content:after {
    content: '\e800';
    font-family: "fontello";
    position: absolute;
    font-size: 60px;
    line-height: 60px;
    color: #c8ecee;
    left: 50px;
    top: 0;
    z-index: 2
}

.testimonial-sec .testimonial-holder .testimonial-right-content .testimonial-content-info .testimonial-des-content .dsc-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .testimonial-sec .testimonial-holder .testimonial-right-content .testimonial-content-info .testimonial-des-content .dsc-text p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .testimonial-sec .testimonial-holder .testimonial-right-content .testimonial-content-info .testimonial-des-content .dsc-text p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .testimonial-sec .testimonial-holder .testimonial-right-content .testimonial-content-info .testimonial-des-content .dsc-text p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .testimonial-sec .testimonial-holder .testimonial-right-content .testimonial-content-info .testimonial-des-content .dsc-text p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .testimonial-sec .testimonial-holder .testimonial-right-content .testimonial-content-info .testimonial-des-content .dsc-text p {
        font-size: 20px;
        line-height: 1.6
    }
}

.testimonial-sec .testimonial-holder .testimonial-right-content .testimonial-content-info .testimonial-des-content .user-info {
    margin-top: 25px
}

.testimonial-sec .testimonial-holder .testimonial-right-content .testimonial-content-info .testimonial-des-content .user-info .nameText {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3
}

@media screen and (min-width:768px) {
    .testimonial-sec .testimonial-holder .testimonial-right-content .testimonial-content-info .testimonial-des-content .user-info .nameText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:992px) {
    .testimonial-sec .testimonial-holder .testimonial-right-content .testimonial-content-info .testimonial-des-content .user-info .nameText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .testimonial-sec .testimonial-holder .testimonial-right-content .testimonial-content-info .testimonial-des-content .user-info .nameText {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .testimonial-sec .testimonial-holder .testimonial-right-content .testimonial-content-info .testimonial-des-content .user-info .nameText {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .testimonial-sec .testimonial-holder .testimonial-right-content .testimonial-content-info .testimonial-des-content .user-info .nameText {
        font-size: 30px;
        line-height: 1.3
    }
}

.testimonial-sec .testimonial-holder .testimonial-right-content .testimonial-content-info .testimonial-des-content .user-info .infoText {
    font-size: 12px;
    font-weight: 500;
    color: #7f7f7f
}

.overview-sec {
    position: relative
}

.overview-sec:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: 55px;
    width: 477px;
    height: auto;
    background-color: #31b5c1
}

.overview-sec .dscInfo-col {
    width: calc(100% - 523px);
    padding-left: 80px
}

.overview-sec .right-col {
    width: 523px;
    height: 549px;
    position: relative;
    z-index: 2
}

.overview-sec .right-col .img-holder {
    width: 100%;
    height: 100%
}

.overview-sec .right-col .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.infoBlock-sec {
    padding: 40px 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    overflow: hidden
}

.infoBlock-sec .infoBlock-content-wrap {
    width: 100%
}

.infoBlock-sec .infoBlock-content-wrap .infoBlock-block .text-content {
    width: calc(100% - 50px);
    padding-left: 30px
}

.infoBlock-sec .infoBlock-content-wrap .infoBlock-block .text-content .headingText {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #000
}

@media screen and (min-width:768px) {
    .infoBlock-sec .infoBlock-content-wrap .infoBlock-block .text-content .headingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:992px) {
    .infoBlock-sec .infoBlock-content-wrap .infoBlock-block .text-content .headingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .infoBlock-sec .infoBlock-content-wrap .infoBlock-block .text-content .headingText {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .infoBlock-sec .infoBlock-content-wrap .infoBlock-block .text-content .headingText {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .infoBlock-sec .infoBlock-content-wrap .infoBlock-block .text-content .headingText {
        font-size: 30px;
        line-height: 1.3
    }
}

.infoBlock-sec .infoBlock-content-wrap .infoBlock-block .text-content .dsc-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #000
}

@media screen and (min-width:768px) {
    .infoBlock-sec .infoBlock-content-wrap .infoBlock-block .text-content .dsc-text p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .infoBlock-sec .infoBlock-content-wrap .infoBlock-block .text-content .dsc-text p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .infoBlock-sec .infoBlock-content-wrap .infoBlock-block .text-content .dsc-text p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1400px) {
    .infoBlock-sec .infoBlock-content-wrap .infoBlock-block .text-content .dsc-text p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1800px) {
    .infoBlock-sec .infoBlock-content-wrap .infoBlock-block .text-content .dsc-text p {
        font-size: 18px;
        line-height: 1.6
    }
}

.infoBlock-sec .infoBlock-content-wrap .infoBlock-block .text-content .dsc-text p .link-text {
    font-weight: 600;
    color: #ED1846
}

.infoBlock-sec .infoBlock-content-wrap .infoBlock-block .text-content .dsc-text p .link-text:hover {
    color: #31b5c1
}

.infoBlock-sec .infoBlock-content-wrap .infoBlock-block .text-content .dsc-text p .link-text .ic-angle-right {
    font-size: 12px
}

.infoBlock-sec .infoBlock-content-wrap .infoBlock-block .icon-holder {
    width: 50px;
    height: 50px
}

.infoBlock-sec .infoBlock-content-wrap .infoBlock-block .icon-holder img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.video-slider-sec .video-slider-wrap {
    width: 100%;
    position: relative
}

.video-slider-sec .video-slider-wrap:after {
    content: '';
    width: 100%;
    height: 290px;
    background-color: #f2fbfc;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.video-slider-sec .video-slider-wrap .video-slider-swiper {
    width: 940px;
    margin: 0 auto;
    z-index: 2
}

.video-slider-sec .video-slider-wrap .video-slider-swiper .swiper-container {
    width: 100%;
    height: 100%
}

.video-slider-sec .video-slider-wrap .video-slider-swiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.video-slider-sec .video-slider-wrap .video-slider-swiper .swiper-slide .item {
    width: 100%;
    padding-bottom: 56.25%;
    height: auto !important;
    position: relative
}

.video-slider-sec .video-slider-wrap .video-slider-swiper .swiper-slide .item iframe {
    width: 100%;
    position: absolute;
    height: 100% !important;
    left: 0;
    top: 0
}

.video-slider-sec .video-slider-wrap .swiper-button-next,
.video-slider-sec .video-slider-wrap .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 0 15px 46px 0 rgba(0, 0, 0, .07);
    background-color: #fff;
    color: #000
}

.video-slider-sec .video-slider-wrap .swiper-button-next:after,
.video-slider-sec .video-slider-wrap .swiper-button-prev:after {
    font-size: 16px
}

.video-slider-sec .video-slider-wrap .swiper-button-next {
    right: -70px;
    left: auto
}

.video-slider-sec .video-slider-wrap .swiper-button-next:after {
    content: '\e807';
    font-family: "fontello"
}

.video-slider-sec .video-slider-wrap .swiper-button-prev {
    right: auto;
    left: -70px
}

.video-slider-sec .video-slider-wrap .swiper-button-prev:after {
    content: '\e806';
    font-family: "fontello"
}

.comnQus-tab-sec .sec-heading-block {
    max-width: 700px
}

.comnQus-tab-sec .comnQus-tab-wrap {
    max-width: 940px;
    margin: 0 auto
}

.comnQus-tab-sec .comnQus-tab-wrap .nav {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.comnQus-tab-sec .comnQus-tab-wrap .nav .nav-item .nav-link {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    background-color: transparent;
    border: none;
    height: 44px;
    line-height: 44px;
    padding: 0 30px;
    white-space: nowrap
}

.comnQus-tab-sec .comnQus-tab-wrap .nav .nav-item .nav-link.active {
    border-radius: 50px;
    background-color: #472F92;
    color: #fff;
    padding: 0 30px
}

.comnQus-tab-sec .comnQus-tab-wrap .tab-content {
    margin-top: 30px
}

.comnQus-tab-sec .comnQus-tab-wrap .tab-pane.active {
    animation: tabSlideDown 0.3s ease-out
}

.comn-howItWorks-sec .howItWorks-block-sec {
    position: relative;
    width: 100%;
    min-height: 630px;
    background-color: #F0FAFB
}

.comn-howItWorks-sec .howItWorks-block-sec:after {
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 477px;
    height: auto;
    background-color: #31b5c1
}

.comn-howItWorks-sec .howItWorks-block-sec .howItWorks-block-row {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2
}

.comn-howItWorks-sec .howItWorks-block-sec .howItWorks-block-row .dscInfo-col {
    width: calc(100% - 530px);
    padding-right: 85px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.comn-howItWorks-sec .howItWorks-block-sec .howItWorks-block-row .img-col {
    width: 530px;
    height: 350px;
    position: relative;
    z-index: 2;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.comn-howItWorks-sec .howItWorks-block-sec .howItWorks-block-row .img-col .img-holder {
    width: 100%;
    height: 100%
}

.comn-howItWorks-sec .howItWorks-block-sec .howItWorks-block-row .img-col .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.comn-howItWorks-sec .howItWorks-block-sec.even-block {
    background-color: #fff
}

.comn-howItWorks-sec .howItWorks-block-sec.even-block:after {
    right: auto;
    left: 0;
    background-color: #472F92
}

.comn-howItWorks-sec .howItWorks-block-sec.even-block .dscInfo-col {
    padding-left: 85px;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.comn-howItWorks-sec .howItWorks-block-sec.even-block .img-col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.block002-sec .block002-block {
    height: 100%;
    min-height: 180px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .01);
    background-color: #fff;
    padding: 40px
}

.block002-sec .block002-block .text-content {
    width: calc(100% - 50px);
    padding-left: 30px
}

.block002-sec .block002-block .text-content .headingText {
    color: #000;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms
}

@media screen and (min-width:768px) {
    .block002-sec .block002-block .text-content .headingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:992px) {
    .block002-sec .block002-block .text-content .headingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .block002-sec .block002-block .text-content .headingText {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .block002-sec .block002-block .text-content .headingText {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .block002-sec .block002-block .text-content .headingText {
        font-size: 30px;
        line-height: 1.3
    }
}

.block002-sec .block002-block .text-content .dsc-text p {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .block002-sec .block002-block .text-content .dsc-text p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .block002-sec .block002-block .text-content .dsc-text p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .block002-sec .block002-block .text-content .dsc-text p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .block002-sec .block002-block .text-content .dsc-text p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .block002-sec .block002-block .text-content .dsc-text p {
        font-size: 20px;
        line-height: 1.6
    }
}

.block002-sec .block002-block .icon-holder {
    width: 60px;
    height: 60px
}

.block002-sec .block002-block .icon-holder img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.block002-sec a.block002-block:hover {
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .06)
}

.block002-sec a.block002-block:hover .text-content .headingText {
    color: #31b5c1
}

.story-sec {
    min-height: 640px;
    position: relative
}

.story-sec:before {
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 80px;
    width: 50%;
    height: auto;
    background-color: #472F92
}

.story-sec .story-row {
    background-color: #472F92
}

.story-sec .story-row .story-left-col {
    width: calc(100% - 540px);
    padding-left: 30px;
    padding-right: 30px
}

.story-sec .story-row .story-left-col .storyLeftPinned {
    width: 530px
}

.story-sec .story-row .story-right-col {
    width: 540px;
    padding-top: 50px;
    padding-bottom: 50px
}

.story-sec .story-row .story-right-col .story-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.story-sec .story-row .story-right-col .story-list li {
    position: relative
}

.story-sec .story-row .story-right-col .story-list li:after {
    content: '';
    height: 0;
    transition: all 0.3s ease-in-out;
    width: 1px;
    position: absolute;
    background-color: rgba(255, 255, 255, .7);
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 2
}

.story-sec .story-row .story-right-col .story-list li.focus:after {
    height: 100%
}

.story-sec .story-row .story-right-col .story-list li.focus .story-content .infoBox {
    opacity: 1
}

.story-sec .story-row .story-right-col .story-list li.focus .story-content .circle {
    background-color: #ED1846;
    opacity: 1
}

.story-sec .story-row .story-right-col .story-list li:last-child .story-content {
    padding-bottom: 0;
    min-height: auto
}

.story-sec .story-row .story-right-col .story-list li:last-child:before {
    top: 0
}

.story-sec .story-row .story-right-col .story-list li:last-child:after {
    top: 0
}

.story-sec .story-row .story-right-col .story-list .story-content {
    position: relative;
    z-index: 5;
    padding-bottom: 60px;
    min-height: 180px;
    padding-left: 20px
}

.story-sec .story-row .story-right-col .story-list .story-content .circle {
    width: 10px;
    height: 10px;
    opacity: .3;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    left: -4px;
    position: absolute;
    top: 50px
}

.story-sec .story-row .story-right-col .story-list .story-content .infoBox {
    padding: 40px 35px;
    opacity: .4;
    transition: all 0.3s ease-in-out;
    width: 500px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .03);
    background-color: #fff;
    position: relative
}

.story-sec .story-row .story-right-col .story-list .story-content .infoBox .batch-img-holder {
    width: 52px;
    height: 52px;
    position: absolute;
    top: 10px;
    right: 10px
}

.story-sec .story-row .story-right-col .story-list .story-content .infoBox .batch-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.story-sec .story-row .story-right-col .story-list .story-content .infoBox .headingText {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px
}

@media screen and (min-width:768px) {
    .story-sec .story-row .story-right-col .story-list .story-content .infoBox .headingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:992px) {
    .story-sec .story-row .story-right-col .story-list .story-content .infoBox .headingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .story-sec .story-row .story-right-col .story-list .story-content .infoBox .headingText {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .story-sec .story-row .story-right-col .story-list .story-content .infoBox .headingText {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .story-sec .story-row .story-right-col .story-list .story-content .infoBox .headingText {
        font-size: 30px;
        line-height: 1.3
    }
}

.story-sec .story-row .story-right-col .story-list .story-content .infoBox p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #000
}

@media screen and (min-width:768px) {
    .story-sec .story-row .story-right-col .story-list .story-content .infoBox p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .story-sec .story-row .story-right-col .story-list .story-content .infoBox p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .story-sec .story-row .story-right-col .story-list .story-content .infoBox p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1400px) {
    .story-sec .story-row .story-right-col .story-list .story-content .infoBox p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1800px) {
    .story-sec .story-row .story-right-col .story-list .story-content .infoBox p {
        font-size: 18px;
        line-height: 1.6
    }
}

.mTeam-sec .mTeam-content-wrap .mTeam-block-col .mTeam-block .img-holder {
    width: 100%
}

.mTeam-sec .mTeam-content-wrap .mTeam-block-col .mTeam-block .img-holder img {
    width: 100%
}

.mTeam-sec .mTeam-content-wrap .mTeam-block-col .mTeam-block .dsc-info-content {
    padding: 10px 20px;
    background-color: #fff;
    text-align: center
}

.mTeam-sec .mTeam-content-wrap .mTeam-block-col .mTeam-block .dsc-info-content .headingText {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px
}

@media screen and (min-width:768px) {
    .mTeam-sec .mTeam-content-wrap .mTeam-block-col .mTeam-block .dsc-info-content .headingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:992px) {
    .mTeam-sec .mTeam-content-wrap .mTeam-block-col .mTeam-block .dsc-info-content .headingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .mTeam-sec .mTeam-content-wrap .mTeam-block-col .mTeam-block .dsc-info-content .headingText {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .mTeam-sec .mTeam-content-wrap .mTeam-block-col .mTeam-block .dsc-info-content .headingText {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .mTeam-sec .mTeam-content-wrap .mTeam-block-col .mTeam-block .dsc-info-content .headingText {
        font-size: 30px;
        line-height: 1.3
    }
}

.mTeam-sec .mTeam-content-wrap .mTeam-block-col .mTeam-block .dsc-info-content .designationText {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    min-height: 45px
}

@media screen and (min-width:768px) {
    .mTeam-sec .mTeam-content-wrap .mTeam-block-col .mTeam-block .dsc-info-content .designationText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .mTeam-sec .mTeam-content-wrap .mTeam-block-col .mTeam-block .dsc-info-content .designationText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .mTeam-sec .mTeam-content-wrap .mTeam-block-col .mTeam-block .dsc-info-content .designationText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1400px) {
    .mTeam-sec .mTeam-content-wrap .mTeam-block-col .mTeam-block .dsc-info-content .designationText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1800px) {
    .mTeam-sec .mTeam-content-wrap .mTeam-block-col .mTeam-block .dsc-info-content .designationText {
        font-size: 18px;
        line-height: 1.6
    }
}

.mTeam-sec .mTeam-content-wrap .mTeam-block-col .mTeam-block .dsc-info-content .social-list {
    margin: 5px 0 10px 0;
    padding: 0;
    list-style: none
}

.mTeam-sec .mTeam-content-wrap .mTeam-block-col .mTeam-block .dsc-info-content .social-list li a {
    padding: 5px 10px;
    color: #000;
    font-size: 16px
}

.mTeam-sec .mTeam-content-wrap .mTeam-block-col .mTeam-block .dsc-info-content .social-list li a:hover {
    color: #ED1846
}

.error-sec .error-img {
    width: 338px
}

.error-sec .error-img img {
    width: 100%
}

.thanku-sec {
    min-height: 600px
}

.thanku-sec .thanku-img {
    width: 130px;
    margin-bottom: 30px
}

.thanku-sec .thanku-img img {
    width: 100%
}

.thanku-sec .text-content {
    max-width: 445px
}

.eplus-team-sec {
    width: 100%
}

.eplus-team-sec .eplus-team-slider {
    width: 100%;
    position: relative
}

.eplus-team-sec .eplus-team-slider .swiper-container {
    width: 100%;
    height: 100%
}

.eplus-team-sec .eplus-team-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.eplus-team-sec .eplus-team-slider .swiper-slide .image-holder {
    width: 100%;
    height: 390px
}

.eplus-team-sec .eplus-team-slider .swiper-slide .image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.eplus-team-sec .eplus-team-slider .swiper-button-next,
.eplus-team-sec .eplus-team-slider .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 0 15px 46px 0 rgba(0, 0, 0, .07);
    background-color: #fff;
    color: #000;
    transform: translateY(50px)
}

.eplus-team-sec .eplus-team-slider .swiper-button-next:after,
.eplus-team-sec .eplus-team-slider .swiper-button-prev:after {
    font-size: 16px
}

.eplus-team-sec .eplus-team-slider .swiper-button-next {
    right: -70px;
    left: auto
}

.eplus-team-sec .eplus-team-slider .swiper-button-next:after {
    content: '\e807';
    font-family: "fontello"
}

.eplus-team-sec .eplus-team-slider .swiper-button-prev {
    right: auto;
    left: -70px
}

.eplus-team-sec .eplus-team-slider .swiper-button-prev:after {
    content: '\e806';
    font-family: "fontello"
}

.contact-map-sec {
    position: relative
}

.contact-map-sec:after {
    content: '';
    opacity: .6;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 30%, #000000);
    width: 100%;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.contact-map-sec .contact-google-map {
    position: relative
}

.contact-map-sec .contact-google-map .images_wrap img {
    width: 100%;
    height: auto
}

.contact-map-sec .contact-google-map .point_style {
    position: relative
}

.contact-map-sec .contact-google-map .point_style .pulse {
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 10px 0 0 -8px;
    -webkit-transform: rotateX(55deg);
    -moz-transform: rotateX(55deg);
    -o-transform: rotateX(55deg);
    -ms-transform: rotateX(55deg);
    transform: rotateX(55deg);
    z-index: -2
}

.contact-map-sec .contact-google-map .point_style .pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -12px 0 0 -20px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    box-shadow: 0 0 1px 2px #89849b;
    animation-delay: 1.1s
}

.contact-map-sec .contact-google-map #map_canvas {
    width: 100%;
    height: 100%
}

.contact-map-sec .wrap_svl_center {
    display: flex
}

.contact-map-sec .wrap_svl_center_box {
    width: 100%
}

.contact-map-sec .wrap_svl_center_box .wrap_svl {
    width: 100%
}

.contact-map-sec .wrap_svl_center_box .wrap_svl .images_wrap {
    width: 100%
}

.contact-map-sec .contact-form-container {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 73px;
    bottom: 0
}

.contact-map-sec .contact-form-wrap {
    width: 600px;
    height: auto;
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, .07);
    background-color: #fff;
    padding: 20px 40px 40px;
    position: relative;
    z-index: 2;
    margin-left: auto
}

.contact-map-sec .contact-form-wrap .heading-block {
    margin-bottom: 20px
}

.contact-map-sec .contact-form-wrap .contact-form .form-control-holder textarea.form-control {
    height: 85px;
    resize: none
}

.link-text {
    display: inline-block;
    color: #ED1846
}

.link-text .ic-angle-right {
    display: inline-block
}

.link-text:hover {
    color: #31b5c1
}

.link-text:hover .ic-angle-right {
    animation-name: translateArrow;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.gm-style .gm-style-iw-c {
    padding: 15px 15px 5px 15px !important;
    color: #000;
    font-size: 14px;
    font-weight: 500
}

.gm-style .gm-style-iw-t {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
    -webkit-animation-duration: calc(1s * 0.8);
    animation-duration: calc(1s * 0.8);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.contact-directory-sec {
    overflow: hidden
}

.contact-directory-sec .contact-directory-wrap .custom-left-col {
    width: 225px
}

.contact-directory-sec .contact-directory-wrap .custom-right-col {
    width: calc(100% - 225px)
}

.contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock {
    color: #fff
}

.contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .heading-block {
    padding-bottom: 20px;
    min-height: 51px
}

.contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .heading-block .headingText {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700
}

@media screen and (min-width:768px) {
    .contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .heading-block .headingText {
        font-size: 22px;
        line-height: 1.3
    }
}

@media screen and (min-width:992px) {
    .contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .heading-block .headingText {
        font-size: 22px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .heading-block .headingText {
        font-size: 24px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .heading-block .headingText {
        font-size: 24px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .heading-block .headingText {
        font-size: 34px;
        line-height: 1.3
    }
}

.contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block {
    padding-left: 25px;
    position: relative
}

.contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block:after {
    content: '';
    background-image: url(../../../../../../../../themes/eShipper/assets/images/contact-us/pin-wht.svg);
    background-size: 16px 21px;
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 21px
}

.contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block .each-content-block {
    margin-bottom: 30px
}

.contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block .each-content-block .location-dsc-text p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

@media screen and (min-width:768px) {
    .contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block .each-content-block .location-dsc-text p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block .each-content-block .location-dsc-text p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block .each-content-block .location-dsc-text p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block .each-content-block .location-dsc-text p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block .each-content-block .location-dsc-text p {
        font-size: 20px;
        line-height: 1.6
    }
}

.contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block .each-content-block .location-dsc-text p .phNo-text {
    font-weight: 600;
    color: #fff
}

.contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block .each-content-block .smHeadingText {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400
}

@media screen and (min-width:768px) {
    .contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block .each-content-block .smHeadingText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block .each-content-block .smHeadingText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block .each-content-block .smHeadingText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1400px) {
    .contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block .each-content-block .smHeadingText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1800px) {
    .contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block .each-content-block .smHeadingText {
        font-size: 18px;
        line-height: 1.6
    }
}

.contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block .each-content-block .smInfo-text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #fff
}

@media screen and (min-width:768px) {
    .contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block .each-content-block .smInfo-text {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block .each-content-block .smInfo-text {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block .each-content-block .smInfo-text {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block .each-content-block .smInfo-text {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block .each-content-block .smInfo-text {
        font-size: 20px;
        line-height: 1.6
    }
}

.contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block .each-content-block .smInfo-text a {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #fff
}

@media screen and (min-width:768px) {
    .contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block .each-content-block .smInfo-text a {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block .each-content-block .smInfo-text a {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block .each-content-block .smInfo-text a {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block .each-content-block .smInfo-text a {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block .each-content-block .smInfo-text a {
        font-size: 20px;
        line-height: 1.6
    }
}

.contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block .each-content-block .smInfo-text a:hover {
    color: #ED1846
}

.job-listing-sec .job-listing-holder {
    margin-top: -30px
}

.job-listing-sec .job-listing-holder .job-listing-col {
    margin-top: 30px
}

.job-listing-sec .job-listing-holder .job-listing-block {
    padding: 40px;
    height: 100%;
    width: 100%;
    border: solid 1px rgba(151, 151, 151, .26);
    background-color: #fff
}

.job-listing-sec .job-listing-holder .job-listing-block .addsText {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    .job-listing-sec .job-listing-holder .job-listing-block .addsText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .job-listing-sec .job-listing-holder .job-listing-block .addsText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .job-listing-sec .job-listing-holder .job-listing-block .addsText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1400px) {
    .job-listing-sec .job-listing-holder .job-listing-block .addsText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1800px) {
    .job-listing-sec .job-listing-holder .job-listing-block .addsText {
        font-size: 18px;
        line-height: 1.6
    }
}

.job-listing-sec .job-listing-holder .job-listing-block .jobHeadingText {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    .job-listing-sec .job-listing-holder .job-listing-block .jobHeadingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:992px) {
    .job-listing-sec .job-listing-holder .job-listing-block .jobHeadingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .job-listing-sec .job-listing-holder .job-listing-block .jobHeadingText {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .job-listing-sec .job-listing-holder .job-listing-block .jobHeadingText {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .job-listing-sec .job-listing-holder .job-listing-block .jobHeadingText {
        font-size: 30px;
        line-height: 1.3
    }
}

.job-listing-sec .job-listing-holder .job-listing-block .jobInfo-content .jobInfo-row {
    font-size: 14px;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .job-listing-sec .job-listing-holder .job-listing-block .jobInfo-content .jobInfo-row {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .job-listing-sec .job-listing-holder .job-listing-block .jobInfo-content .jobInfo-row {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .job-listing-sec .job-listing-holder .job-listing-block .jobInfo-content .jobInfo-row {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1400px) {
    .job-listing-sec .job-listing-holder .job-listing-block .jobInfo-content .jobInfo-row {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1800px) {
    .job-listing-sec .job-listing-holder .job-listing-block .jobInfo-content .jobInfo-row {
        font-size: 18px;
        line-height: 1.6
    }
}

.job-listing-sec .job-listing-holder .job-listing-block .jobInfo-content .jobInfo-row .titleText {
    font-weight: 600
}

.job-listing-sec .job-listing-holder .job-listing-block .jobInfo-content .jobInfo-row .infoText {
    font-weight: 400
}

.job-listing-sec .job-listing-holder .job-listing-block .btn-holder {
    margin-top: 30px
}

.job-listing-sec .job-listing-holder .job-listing-block .btn-holder .link-text {
    font-size: 12px;
    font-weight: 700
}

.instant-quote-sec .instant-quote-form-holder {
    width: 660px;
    margin-top: 30px;
    position: relative
}

.instant-quote-sec .instant-quote-form-holder:after {
    content: '';
    width: 100%;
    height: 100%;
    border: solid 1px #979797;
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: transparent
}

.instant-quote-sec .instant-quote-form-wrap {
    width: 100%;
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, .07);
    background-color: #fff;
    padding: 20px 40px 40px;
    position: relative;
    z-index: 2
}

.instant-quote-sec .instant-quote-form-wrap .heading-block {
    margin-bottom: 20px
}

.instant-quote-sec .instant-quote-form-wrap .instant-quote-form .hr-divider {
    margin-top: 0;
    margin-bottom: 20px
}

.instant-quote-sec .instant-quote-form-wrap .instant-quote-form .form-block-heading {
    margin-bottom: 18px
}

.instant-quote-sec .instant-quote-form-wrap .instant-quote-form .form-block-heading .block-headingText {
    font-size: 16px;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .instant-quote-sec .instant-quote-form-wrap .instant-quote-form .form-block-heading .block-headingText {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .instant-quote-sec .instant-quote-form-wrap .instant-quote-form .form-block-heading .block-headingText {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .instant-quote-sec .instant-quote-form-wrap .instant-quote-form .form-block-heading .block-headingText {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .instant-quote-sec .instant-quote-form-wrap .instant-quote-form .form-block-heading .block-headingText {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .instant-quote-sec .instant-quote-form-wrap .instant-quote-form .form-block-heading .block-headingText {
        font-size: 20px;
        line-height: 1.6
    }
}

.form-row {
    margin-right: -10px;
    margin-left: -10px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px
}

.jobDetail-sec {
    padding-top: 150px
}

.jobDetail-sec .jobDetail-row {
    min-height: 800px
}

.jobDetail-sec .jobDetail-row .jobDetail-right-col {
    width: 520px
}

.jobDetail-sec .jobDetail-row .jobDetail-right-col .pin-wrapper .jobDetail-right-block {
    top: 73px !important
}

.jobDetail-sec .jobDetail-row .jobDetail-right-col .jobDetail-form-block {
    width: 100%;
    padding: 30px 40px 40px
}

.jobDetail-sec .jobDetail-row .jobDetail-right-col .jobDetail-form-block .headingText {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    .jobDetail-sec .jobDetail-row .jobDetail-right-col .jobDetail-form-block .headingText {
        font-size: 30px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    .jobDetail-sec .jobDetail-row .jobDetail-right-col .jobDetail-form-block .headingText {
        font-size: 30px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .jobDetail-sec .jobDetail-row .jobDetail-right-col .jobDetail-form-block .headingText {
        font-size: 36px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .jobDetail-sec .jobDetail-row .jobDetail-right-col .jobDetail-form-block .headingText {
        font-size: 36px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .jobDetail-sec .jobDetail-row .jobDetail-right-col .jobDetail-form-block .headingText {
        font-size: 46px;
        line-height: 1.3
    }
}

.jobDetail-sec .jobDetail-row .jobDetail-main-col {
    width: calc(100% - 520px);
    padding: 0 50px 0 0
}

.jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-main-headingText {
    margin-bottom: 30px
}

.jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder {
    margin-bottom: 35px
}

.jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .headingText1 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px
}

@media screen and (min-width:768px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .headingText1 {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:992px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .headingText1 {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .headingText1 {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .headingText1 {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .headingText1 {
        font-size: 30px;
        line-height: 1.3
    }
}

.jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .headingText2 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 10px
}

@media screen and (min-width:768px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .headingText2 {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .headingText2 {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (min-width:1200px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .headingText2 {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .headingText2 {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .headingText2 {
        font-size: 24px;
        line-height: 1.3
    }
}

.jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

@media screen and (min-width:768px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder p {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder p {
        font-size: 20px;
        line-height: 1.6
    }
}

.jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder p a {
    color: #ED1846
}

.jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder p a:hover {
    border-bottom: 1px solid #ED1846
}

.jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder p+p {
    margin-top: 20px
}

.jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .job-each-content-block {
    margin-bottom: 30px
}

.jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .job-each-content-block .smHeadingText {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

@media screen and (min-width:768px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .job-each-content-block .smHeadingText {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .job-each-content-block .smHeadingText {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .job-each-content-block .smHeadingText {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .job-each-content-block .smHeadingText {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .job-each-content-block .smHeadingText {
        font-size: 20px;
        line-height: 1.6
    }
}

.jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .job-each-content-block .smInfo-text p {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600
}

@media screen and (min-width:768px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .job-each-content-block .smInfo-text p {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .job-each-content-block .smInfo-text p {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (min-width:1200px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .job-each-content-block .smInfo-text p {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .job-each-content-block .smInfo-text p {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .job-each-content-block .smInfo-text p {
        font-size: 24px;
        line-height: 1.3
    }
}

.jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .job-each-content-block .smInfo-text a {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600
}

@media screen and (min-width:768px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .job-each-content-block .smInfo-text a {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .job-each-content-block .smInfo-text a {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (min-width:1200px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .job-each-content-block .smInfo-text a {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .job-each-content-block .smInfo-text a {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .job-each-content-block .smInfo-text a {
        font-size: 24px;
        line-height: 1.3
    }
}

.jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder .job-each-content-block .smInfo-text a:hover {
    color: #ED1846
}

.jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder ul.circle-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder ul.circle-list li {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    padding-left: 32px;
    position: relative;
    margin-top: 20px
}

.jobDetail-sec .jobDetail-row .jobDetail-main-col .jobDetail-main-contant .job-dscInfo-holder ul.circle-list li::after {
    content: '\E803';
    font-family: "fontello";
    border: none;
    font-size: 20px;
    position: absolute;
    left: 0;
    color: #31b5c1;
    top: 0;
    line-height: 1
}

.business-sec .business-content {
    margin-top: -25px
}

.business-sec .business-content .business-card-col {
    margin-top: 25px
}

.business-sec .business-content .business-card {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .03);
    background-color: #fff;
    padding: 35px;
    height: 100%
}

.business-sec .business-content .business-card .headingText {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 18px
}

@media screen and (min-width:768px) {
    .business-sec .business-content .business-card .headingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:992px) {
    .business-sec .business-content .business-card .headingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .business-sec .business-content .business-card .headingText {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .business-sec .business-content .business-card .headingText {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .business-sec .business-content .business-card .headingText {
        font-size: 30px;
        line-height: 1.3
    }
}

.business-sec .business-content .business-card p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .business-sec .business-content .business-card p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .business-sec .business-content .business-card p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .business-sec .business-content .business-card p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1400px) {
    .business-sec .business-content .business-card p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1800px) {
    .business-sec .business-content .business-card p {
        font-size: 18px;
        line-height: 1.6
    }
}

.business-sec .business-content .business-card .infoList-holder {
    width: 100%;
    height: 200px;
    overflow-y: auto;
    position: relative
}

.business-sec .business-content .business-card .infoList-holder ul {
    margin: -10px 0 0 0;
    padding: 0;
    list-style: none
}

.business-sec .business-content .business-card .infoList-holder ul li {
    padding-left: 15px;
    position: relative;
    margin-top: 12px
}

.business-sec .business-content .business-card .infoList-holder ul li p {
    font-size: 13px;
    line-height: 1.3;
    font-weight: 500;
    color: #31b5c1
}

.business-sec .business-content .business-card .infoList-holder ul li::after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    left: 0;
    top: 5px;
    position: absolute;
    background-color: #ED1846
}

.business-sec .business-content .business-card .infoList-holder .ps__thumb-y {
    width: 3px;
    background-color: #31b5c1;
    right: 0
}

.business-sec .business-content .business-card .infoList-holder .ps__rail-y {
    width: 3px;
    right: 0
}

.comn-form-modal.track-modal .modal-dialog {
    width: 380px
}

.comn-form-modal .comn-form-wrap {
    background-color: #fff;
    padding: 30px 40px 40px
}

.comn-form-modal .close.modal-close-btn {
    position: absolute;
    z-index: 2;
    right: 5px;
    top: 5px;
    font-size: 34px;
    color: rgba(0, 0, 0, .32);
    width: 30px;
    height: 30px;
    line-height: 30px
}

.haveQus-sec .haveQus-content-wrap .wht-comn-form {
    max-width: 640px
}

.haveQus-sec .haveQus-content-wrap .wht-comn-form .form-control-holder textarea.form-control {
    height: 120px;
    resize: none
}

.getStarted-form-sec .form-content-wrap .wht-comn-form {
    max-width: 620px
}

.getStarted-form-sec .form-content-wrap .wht-comn-form .hbspt-form .actions {
    text-align: center
}

.getStarted-form-sec .form-content-wrap .wht-comn-form .btn-holder .btn {
    width: 300px
}

.amazon-tabNav-sec {
    position: relative
}

.amazon-tabNav-sec:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: transparent;
    margin: auto;
    top: 0;
    bottom: 0
}

.amazon-tabNav-sec .topCaption-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    top: 10px;
    background-color: #fff;
    z-index: 2;
    padding: 5px 0
}

.amazon-tabNav-sec .tabNav-block {
    padding: 40px 0
}

.amazon-tabNav-sec .tabNav-block a {
    width: 438px;
    height: 85px;
    border-radius: 42.5px;
    border: solid 1px #dedede;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #000;
    padding: 10px 35px;
    background-color: #fff
}

@media screen and (min-width:768px) {
    .amazon-tabNav-sec .tabNav-block a {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    .amazon-tabNav-sec .tabNav-block a {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (min-width:1200px) {
    .amazon-tabNav-sec .tabNav-block a {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .amazon-tabNav-sec .tabNav-block a {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .amazon-tabNav-sec .tabNav-block a {
        font-size: 24px;
        line-height: 1.3
    }
}

.amazon-tabNav-sec .tabNav-block a.activeTab {
    background-color: #472F92;
    color: #fff;
    border: solid 1px #472F92
}

.amazon-tabNav-sec .tabNav-block a.activeTab:hover {
    background-color: #472F92;
    color: #fff;
    border: solid 1px #472F92
}

.amazon-tabNav-sec .tabNav-block a:hover {
    color: #472F92;
    border: solid 1px #472F92
}

.amazon-tabNav-sec .tabNav-middle-block {
    position: relative;
    height: 100%;
    text-align: center;
    z-index: 2
}

.amazon-tabNav-sec .tabNav-middle-block .btn-middle {
    width: 130px;
    border-radius: 18.5px;
    background-color: #e9e9e9;
    padding: 5px 10px
}

.amazon-tabNav-sec .tabNav-middle-block .btn-middle .textInfo {
    color: #7f7f7f;
    font-size: 16px;
    font-weight: 700;
    line-height: 1
}

.amazon-tabNav-sec .tabNav-middle-block .btn-middle .ic-left-arrow,
.amazon-tabNav-sec .tabNav-middle-block .btn-middle .ic-right-arrow {
    color: #7f7f7f;
    font-size: 15px;
    position: relative;
    top: 2px
}

.amazon-tabNav-sec .tabNav-middle-block .btn-middle .ic-right-arrow {
    animation-name: translateArrow;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.amazon-tabNav-sec .tabNav-middle-block .btn-middle .ic-left-arrow {
    animation-name: translateLeftArrow;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.benefit-list-sec {
    overflow: hidden
}

.benefit-list-sec.tab2 {
    position: relative
}

.benefit-list-sec.tab2 .benefit-list-row {
    position: static
}

.benefit-list-sec.tab2 .benefit-list-row .map-col {
    width: 525px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    padding: 30px
}

.benefit-list-sec.tab2 .benefit-list-row .map-col .img-holder {
    width: 100%
}

.benefit-list-sec.tab2 .benefit-list-row .map-col .img-holder img {
    width: 100%
}

.benefit-list-sec .benefit-list-row {
    width: 100%;
    position: relative;
    min-height: 780px
}

.benefit-list-sec .benefit-list-row .benefit-list-col {
    width: calc(100% - 432px);
    padding-right: 80px
}

.benefit-list-sec .benefit-list-row .benefit-list-col ul.circle-listing li {
    line-height: 1.43;
    color: #fff;
    font-weight: 500
}

.benefit-list-sec .benefit-list-row .benefit-list-col ul.circle-listing li a {
    color: #31b5c1
}

.benefit-list-sec .benefit-list-row .benefit-list-col ul.circle-listing li a:hover {
    color: #fff
}

.benefit-list-sec .benefit-list-row .benefit-list-col ul.circle-listing li .blockquote {
    font-size: 14px;
    line-height: 1.43;
    font-weight: 500;
    margin: 15px 0;
    padding: 0 0 0 25px;
    position: relative
}

.benefit-list-sec .benefit-list-row .benefit-list-col ul.circle-listing li .blockquote:after {
    content: '';
    position: absolute;
    left: 10px;
    width: 2px;
    height: 100%;
    background-color: #31b5c1;
    margin: auto;
    top: 0;
    bottom: 0
}

.benefit-list-sec .benefit-list-row .tips-list-col {
    width: 432px;
    background-color: #31b5c1;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 80px;
    padding: 50px
}

.benefit-list-sec .benefit-list-row .tips-list-col ul.circle-listing li::after {
    content: '\e814';
    color: #fff
}

.amazonFba-graph-sec .graph-img-holder-wrap {
    width: 1008px;
    border: solid 1px #dcdcdc;
    padding: 22px
}

.amazonFba-graph-sec .graph-img-holder-wrap .graph-img-holder {
    width: 100%
}

.amazonFba-graph-sec .graph-img-holder-wrap .graph-img-holder img {
    width: 100%
}

#amazonFba_tab1_sec,
#amazonFba_tab2_sec,
#amazonFba_tab3_sec,
#amazonFba_tab4_sec,
#amazonFba_tab5_sec,
#amazonFba_tab6_sec {
    display: none
}

.testimonial-video-slider-sec .testimonial-video-slider-wrap {
    width: 100%;
    position: relative
}

.testimonial-video-slider-sec .testimonial-video-slider-wrap:after {
    content: '';
    width: 100%;
    height: 290px;
    background-color: #f2fbfc;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.testimonial-video-slider-sec .testimonial-video-slider-wrap .testimonial-video-slider-swiper {
    width: 940px;
    margin: 0 auto;
    z-index: 2
}

.testimonial-video-slider-sec .testimonial-video-slider-wrap .testimonial-video-slider-swiper .swiper-container {
    width: 100%;
    height: 100%
}

.testimonial-video-slider-sec .testimonial-video-slider-wrap .testimonial-video-slider-swiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.testimonial-video-slider-sec .testimonial-video-slider-wrap .testimonial-video-slider-swiper .swiper-slide .item {
    width: 100%;
    height: auto !important;
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%
}

.testimonial-video-slider-sec .testimonial-video-slider-wrap .testimonial-video-slider-swiper .swiper-slide .item .play-video-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(234deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .7) 100%);
    z-index: 3
}

.testimonial-video-slider-sec .testimonial-video-slider-wrap .testimonial-video-slider-swiper .swiper-slide .item .play-video-wrap.hideClass {
    z-index: -1
}

.testimonial-video-slider-sec .testimonial-video-slider-wrap .testimonial-video-slider-swiper .swiper-slide .item iframe {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0
}

.testimonial-video-slider-sec .testimonial-video-slider-wrap .testimonial-video-slider-swiper .swiper-slide .item .user-info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px 30px;
    color: #fff;
    z-index: 4;
    display: none;
    width: 100%
}

.testimonial-video-slider-sec .testimonial-video-slider-wrap .testimonial-video-slider-swiper .swiper-slide .item .user-info.show {
    display: block
}

.testimonial-video-slider-sec .testimonial-video-slider-wrap .testimonial-video-slider-swiper .swiper-slide .item .user-info .nameText {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (min-width:768px) {
    .testimonial-video-slider-sec .testimonial-video-slider-wrap .testimonial-video-slider-swiper .swiper-slide .item .user-info .nameText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:992px) {
    .testimonial-video-slider-sec .testimonial-video-slider-wrap .testimonial-video-slider-swiper .swiper-slide .item .user-info .nameText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .testimonial-video-slider-sec .testimonial-video-slider-wrap .testimonial-video-slider-swiper .swiper-slide .item .user-info .nameText {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .testimonial-video-slider-sec .testimonial-video-slider-wrap .testimonial-video-slider-swiper .swiper-slide .item .user-info .nameText {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .testimonial-video-slider-sec .testimonial-video-slider-wrap .testimonial-video-slider-swiper .swiper-slide .item .user-info .nameText {
        font-size: 30px;
        line-height: 1.3
    }
}

.testimonial-video-slider-sec .testimonial-video-slider-wrap .testimonial-video-slider-swiper .swiper-slide .item .user-info .dText {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (min-width:768px) {
    .testimonial-video-slider-sec .testimonial-video-slider-wrap .testimonial-video-slider-swiper .swiper-slide .item .user-info .dText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .testimonial-video-slider-sec .testimonial-video-slider-wrap .testimonial-video-slider-swiper .swiper-slide .item .user-info .dText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .testimonial-video-slider-sec .testimonial-video-slider-wrap .testimonial-video-slider-swiper .swiper-slide .item .user-info .dText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1400px) {
    .testimonial-video-slider-sec .testimonial-video-slider-wrap .testimonial-video-slider-swiper .swiper-slide .item .user-info .dText {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1800px) {
    .testimonial-video-slider-sec .testimonial-video-slider-wrap .testimonial-video-slider-swiper .swiper-slide .item .user-info .dText {
        font-size: 18px;
        line-height: 1.6
    }
}

.testimonial-video-slider-sec .testimonial-video-slider-wrap .swiper-button-next,
.testimonial-video-slider-sec .testimonial-video-slider-wrap .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 0 15px 46px 0 rgba(0, 0, 0, .07);
    background-color: #fff;
    color: #000
}

.testimonial-video-slider-sec .testimonial-video-slider-wrap .swiper-button-next:after,
.testimonial-video-slider-sec .testimonial-video-slider-wrap .swiper-button-prev:after {
    font-size: 16px
}

.testimonial-video-slider-sec .testimonial-video-slider-wrap .swiper-button-next {
    right: -70px;
    left: auto
}

.testimonial-video-slider-sec .testimonial-video-slider-wrap .swiper-button-next:after {
    content: '\e807';
    font-family: "fontello"
}

.testimonial-video-slider-sec .testimonial-video-slider-wrap .swiper-button-prev {
    right: auto;
    left: -70px
}

.testimonial-video-slider-sec .testimonial-video-slider-wrap .swiper-button-prev:after {
    content: '\e806';
    font-family: "fontello"
}

.trucking-sec .trucking-row .trucking-col {
    width: 20%;
    padding: 0 15px
}

.trucking-sec .trucking-row .square-card {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .03);
    background-color: #fff;
    padding: 20px;
    height: 100%
}

.trucking-sec .trucking-row .infoText {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500
}

@media screen and (min-width:768px) {
    .trucking-sec .trucking-row .infoText {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .trucking-sec .trucking-row .infoText {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .trucking-sec .trucking-row .infoText {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .trucking-sec .trucking-row .infoText {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .trucking-sec .trucking-row .infoText {
        font-size: 20px;
        line-height: 1.6
    }
}

.trucking-sec .trucking-row .icon-image {
    width: 65px;
    height: 60px;
    margin-bottom: 20px
}

.trucking-sec .trucking-row .icon-image img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.air-section .border-circle {
    width: 100%
}

.air-section .border-circle .infoText {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500
}

@media screen and (min-width:768px) {
    .air-section .border-circle .infoText {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    .air-section .border-circle .infoText {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (min-width:1200px) {
    .air-section .border-circle .infoText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .air-section .border-circle .infoText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .air-section .border-circle .infoText {
        font-size: 24px;
        line-height: 1.3
    }
}

.air-section .border-circle .icon-image {
    width: 180px;
    height: 180px;
    margin-bottom: 10px
}

.air-section .border-circle .icon-image img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.noData-holder {
    width: 100%
}

.noData-holder .noData-text {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    text-align: center
}

@media screen and (min-width:768px) {
    .noData-holder .noData-text {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    .noData-holder .noData-text {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (min-width:1200px) {
    .noData-holder .noData-text {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .noData-holder .noData-text {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .noData-holder .noData-text {
        font-size: 24px;
        line-height: 1.3
    }
}

.alm-btn-wrap {
    padding: 25px 0 25px !important
}

.ajax-load-more-wrap.grey .alm-load-more-btn {
    background-color: #ED1846 !important
}

.wp-block-button__link {
    color: #ED1846 !important;
    border-radius: 4px !important;
    border: 1px solid #ED1846 !important;
    background-color: transparent !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    padding: 18px 25px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important
}

.wp-block-button__link:hover {
    background-color: #fff4f6 !important
}

.iq-response {
    padding: 0 11px;
    color: #472f92;
    font-weight: 700;
    font-size: 30px
}

.iq-no-result-air,
.iq-no-result-ground,
.iq-no-result-sp {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8);
    top: 0
}

.iq-result {
    position: relative;
    background-color: #d8ecee;
    padding-bottom: 7px;
    padding-top: 10px;
    min-height: 220px;
    text-align: center
}

.iq-result h3 {
    padding: 7px;
    color: #472f92;
    margin: 0 auto 1.25rem;
    font-size: 1.125rem
}

.iq-cost {
    padding: 0 7px;
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 1rem
}

.iq-savings {
    color: red
}

.iq-oldcost {
    text-decoration: line-through
}

.error-msg {
    color: red;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500
}

@media screen and (min-width:768px) {
    .error-msg {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .error-msg {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .error-msg {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1400px) {
    .error-msg {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1800px) {
    .error-msg {
        font-size: 18px;
        line-height: 1.6
    }
}

#launcher {
    width: 110px !important;
    padding: 0px !important;
    margin: 10px 10px !important
}

.calcPricing-block-wrap {
    width: 100%
}

.calcPricing-block-holder {
    width: 100%;
    padding: 0 15px
}

.calcPricing-block-holder .col-form-label {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600
}

@media screen and (min-width:768px) {
    .calcPricing-block-holder .col-form-label {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .calcPricing-block-holder .col-form-label {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .calcPricing-block-holder .col-form-label {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1400px) {
    .calcPricing-block-holder .col-form-label {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (min-width:1800px) {
    .calcPricing-block-holder .col-form-label {
        font-size: 18px;
        line-height: 1.6
    }
}

.calcPricing-block-holder .btn-holder .btn.btn-text {
    min-width: auto;
    padding: 0 10px
}

.calcPricing-block-holder .calcPricing-block-col-right {
    padding: 40px 20px 40px 20px;
    background-color: #472F92
}

.calcPricing-block-holder .calcPricing-block-col-right .calcPricing-block .block-headingText {
    color: #fff;
    padding-bottom: 18px;
    position: relative
}

.calcPricing-block-holder .calcPricing-block-col-right .calcPricing-block .block-headingText:after {
    content: '';
    width: 88px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    margin: auto
}

.calcPricing-block-holder .calcPricing-block-col-right .calcPricing-block .calcPricing-checkbox-holder .priceText-holder {
    color: #fff
}

.calcPricing-block-holder .calcPricing-block-col-right .calcPricing-block .calcPricing-checkbox-holder .priceText-holder .priceText {
    line-height: 1.6
}

.calcPricing-block-holder .calcPricing-block-col-right .calcPricing-block .calcPricing-checkbox-holder .priceText-holder:first-child {
    border-top: none
}

.calcPricing-block-holder .calcPricing-block-col-left {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f9f9f9
}

.calcPricing-block-holder .calcPricing-block-col-left .calcPricing-block .calcPricing-checkbox-holder .priceText-holder {
    padding: 18px 0;
    margin: 0;
    border-top: 1px solid #e6e6e6
}

.calcPricing-block-holder .calcPricing-block-col-left .calcPricing-block .calcPricing-checkbox-holder .priceText-holder:first-child {
    border-top: none
}

.calcPricing-block-holder .calcPricing-block-col-left .calcPricing-block .calcPricing-checkbox-holder .priceText-holder .priceText {
    color: #472F92
}

.switch {
    display: inline-block;
    height: 24px;
    position: relative;
    width: 44px
}

.switch input {
    display: none
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s
}

.slider:before {
    background-color: #fff;
    bottom: 3px;
    content: "";
    height: 18px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 18px
}

input:checked+.slider {
    background-color: #31b5c1
}

input:checked+.slider:before {
    transform: translateX(18px)
}

.slider.round {
    border-radius: 34px
}

.slider.round:before {
    border-radius: 50%
}

.calcPricing-block {
    width: 100%
}

.calcPricing-block .block-headingText {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600
}

@media screen and (min-width:768px) {
    .calcPricing-block .block-headingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:992px) {
    .calcPricing-block .block-headingText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1200px) {
    .calcPricing-block .block-headingText {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .calcPricing-block .block-headingText {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .calcPricing-block .block-headingText {
        font-size: 30px;
        line-height: 1.3
    }
}

.calcPricing-block .block-headingText .light-smText {
    font-size: 11px;
    font-weight: 500;
    text-transform: capitalize
}

.calcPricing-block .calcPricing-checkbox-holder.disabled-block {
    pointer-events: none;
    opacity: .6
}

.calcPricing-block .calcPricing-checkbox-holder .custom-checkbox label {
    text-transform: uppercase
}

.calcPricing-block .calcPricing-checkbox-holder .custom-checkbox input[type="checkbox"]:checked+label .square-box {
    border: 1px solid #ED1846;
    background-color: #ED1846
}

.calcPricing-block .calcPricing-checkbox-holder .custom-checkbox input[type="checkbox"]:checked+label {
    color: #ED1846
}

.calcPricing-block .calcPricing-checkbox-holder .priceText-holder {
    position: relative;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    margin: 10px 0;
    color: #000;
    letter-spacing: 1px
}

.calcPricing-block .calcPricing-checkbox-holder .priceText-holder .priceText {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 2px
}

.calcPricing-block .calcPricing-checkbox-holder .priceText-holder .priceText .light-smText {
    font-size: 11px;
    font-weight: 500;
    text-transform: capitalize
}

.calcPricing-block .calcPricing-checkbox-holder .priceText-holder .priceText .priceValue {
    font-family: 'Montserrat', sans-serif !important;
    line-height: 1.4
}

.total-calcText {
    padding: 15px 20px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .01);
    background-color: #472F92;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600
}

@media screen and (min-width:768px) {
    .total-calcText {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .total-calcText {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .total-calcText {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1400px) {
    .total-calcText {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (min-width:1800px) {
    .total-calcText {
        font-size: 20px;
        line-height: 1.6
    }
}

.total-calcText .priceText {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700
}

@media screen and (min-width:768px) {
    .total-calcText .priceText {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    .total-calcText .priceText {
        font-size: 18px;
        line-height: 1.2
    }
}

@media screen and (min-width:1200px) {
    .total-calcText .priceText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1400px) {
    .total-calcText .priceText {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width:1800px) {
    .total-calcText .priceText {
        font-size: 24px;
        line-height: 1.3
    }
}

.price-modal .modal-dialog {
    width: 80%;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto
}

.price-modal .close.modal-close-btn {
    position: absolute;
    z-index: 2;
    right: 5px;
    top: 5px;
    font-size: 34px;
    color: rgba(0, 0, 0, .32);
    width: 30px;
    height: 30px;
    line-height: 30px
}

.price-modal .modal-body {
    padding: 30px;
    position: relative
}

.price-modal .modal-body #spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .9);
    z-index: 3;
    text-align: center
}

.price-modal .calcPricing-tab-holder .calcPricing-tab {
    margin: 0;
    padding: 0;
    list-style: none
}

.price-modal .calcPricing-tab-holder .calcPricing-tab .li-item {
    margin: 0 8px
}

.price-modal .calcPricing-tab-holder .calcPricing-tab .li-item a {
    padding: 15px 36px;
    border-radius: 4px;
    border: solid 1px #31b5c1;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #31b5c1
}

.price-modal .calcPricing-tab-holder .calcPricing-tab .li-item a:hover {
    background-color: #31b5c1;
    color: #fff
}

.price-modal .calcPricing-tab-holder .calcPricing-tab .li-item.active a {
    border: solid 1px #31b5c1;
    background-color: #31b5c1;
    color: #fff
}

.price-slider-holder {
    width: 100%;
    position: relative;
    margin-bottom: 35px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto
}

.price-slider-holder .noUi-horizontal .noUi-handle {
    width: 15px;
    height: 30px;
    object-fit: contain;
    border-radius: 4px !important;
    box-shadow: 0 2px 5px 1px #472f92;
    border: solid 3px #472F92;
    background-color: #f0f0f0;
    right: -8px;
    top: -5px
}

.price-slider-holder .noUi-connect {
    background: #472F92
}

.price-slider-holder .noUi-horizontal {
    height: 22px
}

.price-slider-holder .noUi-target {
    background-color: #f0f0f0;
    border: none
}

.price-slider-holder .noUi-handle:after,
.price-slider-holder .noUi-handle:before {
    display: none
}

.price-slider-holder .noUi-tooltip {
    font-size: 14px;
    margin-bottom: 5px;
    background-color: #472F92;
    padding: 2px 10px;
    color: #fff;
    font-weight: 600;
    border: none
}

.price-slider-holder .noUi-tooltip:after {
    content: '';
    position: absolute;
    bottom: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #472F92;
    left: 0;
    right: 0;
    margin: auto;
    width: 5px
}

.comn_table {
    padding: 0;
    width: 100%;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .05)
}

.comn_table .comn_table-row {
    border-top: 1px solid #f2f1f1;
    background-color: #fff
}

.comn_table .comn_table-row:nth-child(1) {
    border-top: none
}

.comn_table .comn_table-row:nth-child(2) {
    border-top: none
}

.comn_table .comn_table-row.comn_table-row-head {
    border-bottom: none;
    background-color: transparent;
    position: relative;
    margin: 0;
    border-top: none
}

.comn_table .comn_table-row.comn_table-row-head .comn_table-cell {
    color: #000;
    padding: 15px 15px;
    font-size: 16px;
    line-height: 1.4;
    background-color: #F0FAFB;
    font-weight: 600
}

.comn_table .comn_table-row .comn_table-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding: 10px 15px;
    overflow: hidden;
    list-style: none;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    color: #000
}

.comn_table .comn_table-row .comn_table-cell .dataText {
    width: 100%;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    color: #000
}

.comn_table .comn_table-row .comn_table-cell .comn_table-cell-head {
    color: #000;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    padding: 0 5px 0 0
}

.comn_table .badge {
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    padding: 4px 12px;
    background-color: transparent
}

.comn_table .badge.badge-crimson {
    border: solid 1px #ED1846;
    color: #ED1846
}

.comn_table-wrap .smBottomInfo-list {
    margin: 20px 0 0;
    padding: 0 0 0 16px
}

.comn_table-wrap .smBottomInfo-list li {
    color: #7f7f7f;
    font-size: 12px;
    margin: 0 0 5px 0;
    font-weight: 500
}

.comn_table-wrap .pricing-table {
    padding: 0;
    width: 100%;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .05)
}

.comn_table-wrap .pricing-table thead th {
    color: #000;
    padding: 15px 15px;
    font-size: 16px;
    line-height: 1.4;
    background-color: #F0FAFB;
    font-weight: 600;
    vertical-align: middle;
    text-align: center
}

.comn_table-wrap .pricing-table tbody tr {
    border-top: 1px solid #f2f1f1;
    background-color: #fff
}

.comn_table-wrap .pricing-table tbody td {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    color: #000;
    padding: 10px 15px;
    vertical-align: middle;
    text-align: center
}

.comn_table-wrap .pricing-table .badge {
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    padding: 4px 12px;
    background-color: transparent
}

.comn_table-wrap .pricing-table .badge.badge-crimson {
    border: solid 1px #ED1846;
    color: #ED1846
}

@media screen and (min-width:175px) {
    .tp-widget-wrapper {
        font-size: 0;
        text-align: left !important
    }
}

@media only screen and (min-width:1200px) {
    .jobDetail-sec .jobDetail-row .jobDetail-main-col {
        min-height: 700px
    }

    .job-container {
        margin-bottom: 100px
    }

    .mMenu-wrap,
    .mMenu-toggler {
        display: none
    }
}

@media only screen and (min-width:1450px) and (max-width:1680px) {
    .feature-content-wrap .feature-content-right {
        padding-left: 520px
    }
}

@media only screen and (min-width:1800px) {
    .comn-form .form-control-holder .form-control {
        font-size: 15px;
        height: 55px
    }

    .comn-form .form-control-holder.js-control label.placeholder-label {
        top: 15px
    }

    .instant-quote-sec .instant-quote-form-holder:after {
        top: -20px;
        right: -20px
    }

    .instant-quote-sec .instant-quote-form-holder {
        width: 880px
    }

    .container {
        max-width: 1600px
    }

    .inr-banner-sec {
        height: 645px
    }

    .comn-py {
        padding: 100px 0
    }

    .sec-heading-block {
        max-width: 920px;
        margin-bottom: 55px
    }

    .inr-banner-sec {
        height: 685px
    }

    .inr-banner-sec .banner-content .content-holder {
        max-width: 1000px
    }

    .howWork-sec.eCommerce-howWork-sec .howWork-content .howWork-block-col .howWork-block {
        width: 338px;
        height: 338px;
        padding: 25px 30px
    }

    .howWork-sec.eCommerce-howWork-sec .howWork-content .howWork-block-col .howWork-block .icon-holder {
        margin: 0 auto 15px
    }

    .howWork-sec .howWork-content .howWork-block-col .howWork-block .headingText.mb-2 {
        margin-bottom: .5rem !important
    }

    .howWork-sec .howWork-content .howWork-block-col .howWork-block p {
        font-size: 14px;
        line-height: 1.4
    }

    .howWork-sec .howWork-content .howWork-block-col {
        padding-right: 15px;
        padding-left: 15px
    }

    .howWork-sec .howWork-content .howWork-block-col .arrow-box {
        position: absolute;
        top: -20px;
        left: -48px;
        overflow: hidden
    }

    .howWork-sec .howWork-content .howWork-block-col .arrow-box svg {
        width: 100px;
        height: 40px
    }

    .howWork-sec .howWork-content .howWork-block-col .howWork-block {
        width: 220px;
        height: 220px;
        padding: 25px 20px
    }

    .howWork-sec .howWork-content .howWork-block-col .howWork-block .icon-holder {
        width: 62px;
        height: 64px;
        margin: 0 auto 8px
    }

    .btn {
        font-size: 18px;
        padding: 20px 35px;
        min-width: 230px
    }

    .getStarted-sec .wht-comn-form {
        max-width: 420px
    }

    .getStarted-sec .graphic-img-col .graphic-img-holder {
        width: 630px;
        height: auto
    }

    .companyInfoTestimonial-sec .companyInfo-block .companyInfo-list-block .btn-holder {
        margin-top: 45px
    }

    .companyInfoTestimonial-sec .companyInfo-block .companyInfo-list-block .btn-holder>.btn {
        margin-right: 20px;
        min-width: 230px
    }

    .feature-content-wrap .feature-content-right {
        padding-left: 400px;
        width: calc(100% - 400px);
        margin-left: auto
    }

    .feature-content-wrap .feature-content-right .feature-content-info .feature-img-holder {
        height: 600px;
        padding: 20px
    }

    .feature-content-wrap .gallery-content .swiper-slide {
        width: 940px !important
    }

    .feature-content-wrap .feature-content-right .feature-content-info .des-content {
        padding: 45px 50px;
        width: 800px
    }

    .integration-sec .integration-content .integration-list li .image-holder {
        width: 200px;
        height: 65px
    }

    .integration-sec .integration-content .btn-holder {
        margin-top: 55px
    }

    .service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap .dsc-content-card .btn-holder .btn {
        width: 230px
    }

    .service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap {
        width: 720px
    }

    .service-sec .service-slider-wrap .service-slider-content .content-slide-block .img-holder {
        height: 730px
    }

    .service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap .dsc-content-card {
        min-height: 540px;
        padding: 40px 55px 55px
    }

    .service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap .dsc-content-card .btn-holder {
        margin-top: 40px
    }

    .service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap .dsc-content-card .btn-holder .btn {
        width: 230px
    }

    .service-sec .service-slider-wrap .service-slider-content .swiper-pagination .swiper-pagination-current {
        padding-left: 33px
    }

    .service-sec .service-slider-wrap .service-slider-content .swiper-pagination {
        top: 130px;
        right: 785px;
        width: 110px
    }

    .service-sec .service-slider-wrap .service-slider-content .swiper-pagination:after {
        width: 80px
    }

    .service-sec .service-slider-wrap .service-slider-content .swiper-button-next,
    .service-sec .service-slider-wrap .service-slider-content .swiper-button-prev {
        width: 80px;
        height: 80px;
        border-radius: 80px
    }

    .service-sec .service-slider-wrap .service-slider-content .swiper-button-next:after,
    .service-sec .service-slider-wrap .service-slider-content .swiper-button-prev:after {
        font-size: 22px
    }

    .service-sec .service-slider-wrap .service-slider-content .swiper-button-next:after,
    .service-sec .service-slider-wrap .service-slider-content .swiper-button-prev:after {
        font-size: 22px
    }

    .service-sec .service-slider-wrap .service-slider-content .swiper-button-next {
        right: -75px
    }

    .service-sec .service-slider-wrap .service-slider-content .swiper-button-prev {
        left: -90px
    }

    .service-sec .service-slider-wrap .service-slider-nav {
        height: 75px
    }

    .press-logo-section .press-logo-content {
        width: 1100px
    }

    .trustpilot-sec .sec-heading-block .swiper-button-block .swiper-button-prev {
        right: 100px;
        left: auto
    }

    .trustpilot-sec .sec-heading-block .swiper-button-block .swiper-button-next,
    .trustpilot-sec .sec-heading-block .swiper-button-block .swiper-button-prev {
        width: 80px;
        height: 80px;
        border-radius: 80px
    }

    .trustpilot-sec .sec-heading-block .swiper-button-block .swiper-button-next:after,
    .trustpilot-sec .sec-heading-block .swiper-button-block .swiper-button-prev:after {
        font-size: 22px
    }

    .logo-slider-sec .logo-slider .slick-slide img {
        width: 190px;
        height: 75px
    }

    .comn-footer-sec .newsletter-sec .newsletter-form .form-control-holder .form-control {
        width: 450px;
        height: 55px;
        font-size: 15px
    }

    .counter-sec .counter-block .counterNumbText {
        margin-bottom: 5px
    }

    .counter-sec .counter-block .counterInfoText {
        font-size: 20px
    }

    .inr-banner-sec .banner-contrent .content-holder .btn-holder .videoPlay-btn-holder .play-btn-text,
    .inr-banner-sec .banner-content .content-holder .btn-holder .videoPlay-btn-holder .play-btn-text {
        width: 130px
    }

    .companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .testimonial-block {
        width: 500px
    }

    .companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider {
        width: 500px
    }

    .companyInfoTestimonial-sec .companyInfo-block .companyInfo-list-block ul li::after {
        font-size: 24px
    }

    .companyInfoTestimonial-sec .companyInfo-block .companyInfo-list-block ul li {
        font-size: 18px;
        padding-left: 40px;
        margin-bottom: 20px
    }

    .companyInfoTestimonial-sec .companyInfo-block .companyInfo-list-block ul li::after {
        font-size: 24px
    }

    .companyInfoTestimonial-sec .companyInfo-block .companyInfo-list-block .headingText {
        margin-bottom: 25px
    }

    .companyInfoTestimonial-sec .companyInfo-block {
        width: 1000px
    }

    .companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .testimonial-block .testimonial-user-img {
        height: 440px
    }

    .companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider:after {
        font-size: 75px;
        right: 550px;
        top: 340px
    }

    .companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .swiper-button-next,
    .companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .swiper-button-prev {
        top: 210px;
        width: 60px;
        height: 60px;
        border-radius: 86px
    }

    .companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .swiper-button-next {
        right: -30px
    }

    .companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider .swiper-button-prev {
        left: -30px
    }

    .counter-sec {
        padding-bottom: 50px;
        padding-top: 30px
    }

    .nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item>a.mega-menu-link {
        font-size: 18px
    }

    .nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item {
        margin: 0 20px
    }

    .nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item>a.mega-menu-link {
        font-size: 18px
    }

    .nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item {
        margin: 0 20px
    }

    .nav-section .main-navbar .headerMenu .navbar-nav>li>a {
        font-size: 18px
    }

    .howItWorks-sec .howItWorks-block-sec .howItWorks-block-row .img-col {
        width: 800px;
        height: 660px
    }

    .howItWorks-sec .howItWorks-block-sec .howItWorks-block-row .dscInfo-col {
        width: calc(100% - 800px)
    }

    .howItWorks-sec .howItWorks-block-sec {
        min-height: 900px
    }

    .howItWorks-sec .howItWorks-block-sec:after {
        width: 777px
    }

    .comn-footer-sec .newsletter-sec .sec-heading-block .secSubHeadingText {
        font-size: 15px
    }

    .comn-footer-sec .newsletter-sec .sec-heading-block {
        max-width: 550px
    }

    .howItWorks-sec .sec-heading-block {
        max-width: 1300px
    }

    .inr-banner-sec .banner-contrent .content-holder .pageTitel-text,
    .inr-banner-sec .banner-content .content-holder .pageTitel-text {
        font-size: 46px
    }

    .partnership-sec .image-holder {
        height: 760px
    }

    .partnership-sec .partnership-content-card {
        padding: 50px 65px 60px;
        width: 100%
    }

    .eShipper-sec .companyInfo-block .companyInfo-list-block ul li {
        font-size: 18px;
        padding-left: 40px;
        margin-bottom: 20px
    }

    .eShipper-sec .companyInfo-block .companyInfo-list-block ul li:after {
        font-size: 24px
    }

    .eShipper-sec .right-img-holder {
        width: 746px;
        height: 588px
    }

    .blog-listing-block .blog-img-holder {
        height: 320px
    }

    .service-sec-001 .infoList-col-001 .infoList-block {
        padding: 60px 60px
    }

    .service-sec-001 .infoList-col-001 {
        width: 600px;
        margin-top: -200px
    }

    .service-sec-001 .dscInfo-col-001 {
        width: calc(100% - 600px);
        padding-right: 80px
    }

    .service-sec-001 .infoList-col-001 .infoList-block .check-list-holder ul li {
        padding-left: 38px
    }

    .service-sec-001 .infoList-col-001 .infoList-block .check-list-holder ul li:after {
        font-size: 24px;
        top: 8px
    }

    .howWork-sec.shopify-howWork-sec .howWork-content .howWork-block-col .howWork-block {
        width: 320px;
        height: 320px;
        padding: 30px 30px
    }

    .howWork-sec.shopify-howWork-sec .howWork-content .howWork-block-col .arrow-box {
        left: -60px
    }

    .howWork-sec.shopify-howWork-sec .howWork-content .howWork-block-col .arrow-box svg {
        width: 130px;
        height: 52px
    }

    .faq-accordion-holder {
        max-width: 1200px
    }

    .wht-comn-form .form-control-holder .form-control {
        height: 55px
    }

    .wht-comn-form .form-control-holder.js-control label.placeholder-label {
        top: 16px
    }

    .wht-comn-form .form-group {
        margin-bottom: 25px
    }

    .getStarted-form-sec .form-content-wrap .wht-comn-form {
        max-width: 760px
    }

    .comn-leftOver-sec .comn-leftOver-row .image-holder {
        width: 700px;
        height: 812px
    }

    .comn-leftOver-sec .comn-leftOver-row .leftOver-card-holder {
        width: calc(100% - 700px)
    }

    .comn-leftOver-sec .comn-leftOver-row .leftOver-card-holder .leftOver-card {
        padding: 50px 60px 60px;
        width: 930px
    }

    ul.circle-listing li {
        font-size: 20px;
        line-height: 1.5;
        padding-left: 38px;
        margin-top: 22px
    }

    ul.circle-listing li::after {
        font-size: 24px;
        top: 3px
    }

    .amazon-tabNav-sec .tabNav-block a {
        width: 600px;
        height: 110px;
        border-radius: 80px;
        padding: 15px 45px
    }

    .amazon-tabNav-sec .tabNav-middle-block .btn-middle {
        width: 200px;
        border-radius: 50px;
        padding: 15px 20px
    }

    .amazon-tabNav-sec .tabNav-middle-block .btn-middle .textInfo {
        font-size: 22px
    }

    .amazon-tabNav-sec .topCaption-text {
        font-size: 18px;
        top: 20px;
        padding: 5px 0
    }

    .amazon-tabNav-sec .tabNav-block {
        padding: 60px 0
    }

    .amazon-tabNav-sec .tabNav-middle-block .btn-middle .ic-left-arrow,
    .amazon-tabNav-sec .tabNav-middle-block .btn-middle .ic-right-arrow {
        font-size: 22px
    }

    .benefit-list-sec .benefit-list-row .tips-list-col {
        width: 540px
    }

    .benefit-list-sec .benefit-list-row .benefit-list-col {
        width: calc(100% - 540px)
    }

    .benefit-list-sec.tab2 .benefit-list-row .map-col {
        width: 670px
    }

    .howWork-sec.amazonFba-howWork-sec .howWork-content .howWork-block-col .howWork-block {
        width: 320px;
        height: 320px;
        padding: 30px 30px
    }

    .howWork-sec.amazonFba-howWork-sec .howWork-content .howWork-block-col .arrow-box {
        left: -55px
    }

    .howWork-sec.amazonFba-howWork-sec .howWork-content .howWork-block-col .arrow-box svg {
        width: 115px;
        height: 45px
    }

    .amazonFba-graph-sec .graph-img-holder-wrap {
        width: 1200px
    }

    .story-sec:before {
        bottom: 100px
    }

    .story-sec .story-row .story-right-col .story-list .story-content .infoBox {
        padding: 45px 50px;
        width: 650px
    }

    .story-sec .story-row .story-left-col .storyLeftPinned {
        width: 650px
    }

    .story-sec .story-row .story-left-col {
        width: calc(100% - 650px);
        padding-left: 50px;
        padding-right: 50px
    }

    .story-sec .story-row .story-right-col {
        width: 650px;
        padding-top: 60px;
        padding-bottom: 60px
    }

    .eplus-team-sec .eplus-team-slider .swiper-slide .image-holder {
        height: 540px
    }

    .eplus-team-sec .eplus-team-slider .swiper-button-next {
        right: -100px;
        left: auto
    }

    .eplus-team-sec .eplus-team-slider .swiper-button-next:after,
    .eplus-team-sec .eplus-team-slider .swiper-button-prev:after {
        font-size: 22px
    }

    .eplus-team-sec .eplus-team-slider .swiper-button-next,
    .eplus-team-sec .eplus-team-slider .swiper-button-prev {
        width: 80px;
        height: 80px;
        border-radius: 80px
    }

    .eplus-team-sec .eplus-team-slider .swiper-button-prev {
        right: auto;
        left: -100px
    }

    .overview-sec .dscInfo-col {
        width: calc(100% - 700px);
        padding-left: 100px
    }

    .overview-sec .right-col {
        width: 700px;
        height: 735px
    }

    .howWork-sec.eShipper-howWork-sec .howWork-content .howWork-block-col .howWork-block {
        width: 270px;
        height: 270px
    }

    .haveQus-sec .haveQus-content-wrap .wht-comn-form .form-control-holder textarea.form-control {
        height: 135px
    }

    .haveQus-sec .haveQus-content-wrap .wht-comn-form {
        max-width: 750px
    }

    .guideline-sec .guideline-row .image-holder {
        width: 700px;
        height: 812px
    }

    .guideline-sec .guideline-row .guideline-card-holder {
        width: calc(100% - 700px)
    }

    .guideline-sec .guideline-row .guideline-card-holder .guideline-card {
        padding: 50px 60px 60px;
        width: 930px
    }

    .guideline-sec .document-list-sec .document-list-holder .document-block-col .document-block {
        width: 220px;
        height: 220px
    }

    .damageClaim-sec:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 60px;
        width: 680px;
        background-color: #31b5c1
    }

    .damageClaim-sec .right-col {
        width: 600px;
        height: 695px
    }

    .damageClaim-sec .dscInfo-col {
        width: calc(100% - 600px);
        padding-right: 80px
    }

    .solution-slider-sec .solution-slider .swiper-slide .slide-content-holder {
        width: 220px;
        height: 150px
    }

    .solution-slider-sec .solution-slider .swiper-slide .slide-content-holder .img-holder {
        width: 220px
    }

    .solution-slider-sec .solution-slider .swiper-slide .slide-content-holder .img-holder img {
        max-width: 140px;
        max-height: 65px
    }

    .solution-slider-sec .solution-slider .swiper-slide .slide-content-holder .dsc-content-block p {
        font-size: 15px
    }

    .solution-slider-sec .solution-slider .swiper-slide:hover .slide-content-holder {
        width: 260px;
        height: 320px
    }

    .service-sec-002:after {
        width: 35%
    }

    .service-sec-002 .right-col-002 {
        width: 680px;
        height: 450px
    }

    .service-sec-002 .dscInfo-col-002 {
        width: calc(100% - 680px);
        padding-right: 70px
    }

    .video-slider-sec .video-slider-wrap .video-slider-swiper {
        width: 1200px
    }

    .video-slider-sec .video-slider-wrap .video-slider-swiper .swiper-slide .item {
        height: 640px
    }

    .video-slider-sec .video-slider-wrap:after {
        height: 430px
    }

    .video-slider-sec .video-slider-wrap .swiper-button-next {
        right: -95px;
        left: auto
    }

    .video-slider-sec .video-slider-wrap .swiper-button-prev {
        right: auto;
        left: -95px
    }

    .video-slider-sec .video-slider-wrap .swiper-button-next,
    .video-slider-sec .video-slider-wrap .swiper-button-prev {
        width: 80px;
        height: 80px;
        border-radius: 80px
    }

    .comnQus-tab-sec .comnQus-tab-wrap .nav .nav-item .nav-link {
        font-size: 18px;
        height: 54px;
        line-height: 54px;
        padding: 0 30px
    }

    .comnQus-tab-sec .comnQus-tab-wrap {
        max-width: 1200px
    }

    .comn-howItWorks-sec .howItWorks-block-sec .howItWorks-block-row .dscInfo-col {
        width: calc(100% - 680px);
        padding-right: 90px
    }

    .comn-howItWorks-sec .howItWorks-block-sec .howItWorks-block-row .img-col {
        width: 680px;
        height: 450px
    }

    .comn-howItWorks-sec .howItWorks-block-sec:after {
        width: 35%
    }

    .comn-leftOver-sec .comn-leftOver-row .image-holder .image-holder-content .logo-holder {
        width: 360px
    }

    .testimonial-sec:after {
        width: 25%
    }

    .contact-directory-sec .contact-directory-wrap .custom-left-col {
        width: 300px
    }

    .contact-directory-sec .contact-directory-wrap .custom-right-col {
        width: calc(100% - 300px)
    }

    .shipperPlus-sec .shipperPlus-row .left-col {
        width: 660px
    }

    .price-modal .modal-dialog {
        width: 80%;
        max-width: 1220px
    }
}

@media only screen and (max-width:1300px) {
    .nav-section.inr-nav-section .main-navbar .navbar-brand {
        width: 170px;
        height: 50px;
        margin-right: 10px
    }

    .nav-section .main-navbar .tag-btn-crimson {
        padding: 5px 10px;
        margin-left: 10px;
        margin-right: 10px
    }

    .nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item {
        margin: 0 8px
    }

    .nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item {
        margin: 0 8px
    }
}

@media only screen and (max-width:1199px) {
    [data-aos=fade-left] {
        transform: none !important;
        opacity: 1 !important
    }

    .aos-animate {
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important
    }

    .counter-sec {
        padding-bottom: 50px;
        padding-top: 25px
    }

    .service-sec .service-slider-wrap .service-slider-content .swiper-button-next {
        right: -10px
    }

    .service-sec .service-slider-wrap .service-slider-content .swiper-button-prev {
        left: -30px
    }

    .companyInfoTestimonial-sec .companyInfo-block {
        width: 500px
    }

    .companyInfoTestimonial-sec .testimonial-block-slider-wrap {
        width: calc(100% - 500px)
    }

    .companyInfoTestimonial-sec:after {
        width: 400px
    }

    .companyInfoTestimonial-sec .testimonial-block-slider-wrap .testimonial-block-slider:after {
        font-size: 36px;
        right: 425px;
        top: 305px;
        line-height: 1
    }

    .howWork-sec .howWork-content {
        padding-top: 0;
        padding-bottom: 0
    }

    .howWork-sec .howWork-content .howWork-block-col {
        padding-bottom: 30px;
        width: 320px;
        margin: 0 auto
    }

    .howWork-sec .howWork-content .howWork-block-col:last-child {
        padding-bottom: 0
    }

    .howWork-sec .howWork-content .howWork-block-col:last-child:after {
        display: none
    }

    .howWork-sec .howWork-content .howWork-block-col:after {
        content: '';
        height: 0;
        transition: all 0.3s ease-in-out;
        width: 1px;
        position: absolute;
        background-color: #472F92;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-30px);
        z-index: 2
    }

    .howWork-sec .howWork-content .howWork-block-col:before {
        content: '';
        width: 10px;
        height: 10px;
        opacity: .3;
        background-color: transparent;
        border: 1px solid #7E6DB2;
        border-radius: 100%;
        text-align: center;
        left: -4px;
        position: absolute;
        top: 50%;
        transform: translateY(-30px);
        z-index: 3
    }

    .howWork-sec .howWork-content .howWork-block-col.focus:after {
        height: 100%
    }

    .howWork-sec .howWork-content .howWork-block-col.focus:before {
        background-color: #ED1846;
        opacity: 1;
        border: 1px solid #ED1846
    }

    .howWork-sec .howWork-content .howWork-block-col:last-child:before {
        transform: translateY(-22px)
    }

    .howWork-sec .howWork-content .howWork-block-col .arrow-box {
        display: none
    }

    .howWork-sec .howWork-content .howWork-block-col .howWork-block {
        margin: 0 auto
    }

    .getStarted-sec .graphic-img-col .graphic-img-holder {
        width: 435px;
        height: 340px
    }

    .comn-footer-sec .newsletter-sec .newsletter-form .form-control-holder .form-control {
        width: 325px
    }

    .howItWorks-sec .howItWorks-block-sec .howItWorks-block-row .dscInfo-col {
        width: calc(100% - 450px);
        padding-left: 50px
    }

    .howItWorks-sec .howItWorks-block-sec .howItWorks-block-row .img-col {
        width: 450px;
        height: 370px
    }

    .howItWorks-sec .howItWorks-block-sec.even-block .dscInfo-col {
        padding-right: 50px
    }

    .howItWorks-sec .howItWorks-block-sec:after {
        width: 300px
    }

    .howItWorks-sec .howItWorks-block-sec {
        min-height: 520px
    }

    .eShipper-sec .right-img-holder {
        width: 100%;
        height: auto
    }

    .partnership-sec .image-holder {
        height: 565px
    }

    .partnership-sec .partnership-content-card {
        padding: 35px 30px 40px;
        width: calc(100% + 50px)
    }

    .partnerBenefit-sec .partnerBenefit-content .partnerBenefit-card {
        padding: 30px
    }

    .blog-listing-block .blog-img-holder {
        height: 200px
    }

    .blog-listing-holder .col-md-4 {
        padding-left: 15px;
        padding-right: 15px
    }

    .blog-listing-holder .row {
        margin-right: -15px;
        margin-left: -15px
    }

    .blog-listing-block {
        width: 100%;
        margin-top: 40px
    }

    .blog-listing-holder {
        margin-top: -40px
    }

    .inr-banner-sec {
        height: 480px
    }

    .service-sec-001 .infoList-col-001 .infoList-block {
        min-height: 440px;
        padding: 40px 30px
    }

    .service-sec-001 .dscInfo-col-001 {
        width: calc(100% - 440px);
        padding-right: 30px
    }

    .service-sec-001 .infoList-col-001 {
        width: 440px;
        margin-top: -140px
    }

    .comn-leftOver-sec .comn-leftOver-row .image-holder {
        width: 460px;
        height: 534px
    }

    .comn-leftOver-sec .comn-leftOver-row .leftOver-card-holder .leftOver-card {
        padding: 30px 30px 40px;
        width: 530px
    }

    .featureBenefit-sec .featureBenefit-content .featureBenefit-card {
        padding: 0
    }

    .amazon-tabNav-sec .tabNav-block a {
        width: 370px
    }

    .amazonFba-graph-sec .graph-img-holder-wrap {
        width: 100%
    }

    .benefit-list-sec .benefit-list-row .tips-list-col {
        width: 380px;
        padding: 30px
    }

    .benefit-list-sec .benefit-list-row .benefit-list-col {
        width: calc(100% - 380px);
        padding-right: 40px
    }

    .benefit-list-sec.tab2 .benefit-list-row .map-col {
        width: 420px
    }

    .job-listing-sec .job-listing-holder .job-listing-block {
        padding: 30px 25px
    }

    .jobDetail-sec .jobDetail-row .jobDetail-right-col .jobDetail-form-block {
        width: 100%;
        padding: 20px 20px 20px
    }

    .jobDetail-sec .jobDetail-row .jobDetail-right-col {
        width: 360px
    }

    .jobDetail-sec .jobDetail-row .jobDetail-main-col {
        width: calc(100% - 360px);
        padding: 0 20px 0 0
    }

    .integration-tab-sec .integration-tab-wrap .integration-card {
        padding: 30px 25px
    }

    .eplus-team-sec .eplus-team-slider .swiper-button-next {
        right: calc(50% - 100px);
        bottom: -75px;
        top: auto;
        transform: translateX(-50%);
        left: auto
    }

    .eplus-team-sec .eplus-team-slider .swiper-button-prev {
        left: calc(50% + -100px);
        bottom: -75px;
        top: auto;
        transform: translateX(50%);
        right: auto
    }

    .eplus-team-sec .eplus-team-slider {
        margin-bottom: 75px
    }

    .story-sec .story-row .story-right-col .story-list .story-content .infoBox {
        padding: 30px 15px 20px;
        width: 380px
    }

    .story-sec .story-row .story-left-col .storyLeftPinned {
        width: 420px
    }

    .story-sec .story-row .story-left-col {
        width: calc(100% - 380px);
        padding-left: 50px;
        padding-right: 50px
    }

    .story-sec .story-row .story-right-col {
        width: 380px
    }

    .partnerBenefit-sec.options-sec .partnerBenefit-content .partnerBenefit-card {
        padding: 25px 15px;
        min-height: auto;
        height: 100%
    }

    .partnerBenefit-sec.options-sec .partnerBenefit-content .partnerBenefit-card-col {
        margin-bottom: 0
    }

    .overview-sec .dscInfo-col {
        width: calc(100% - 460px);
        padding-left: 40px
    }

    .overview-sec .right-col {
        width: 460px;
        height: 483px
    }

    .overview-sec:after {
        width: 400px
    }

    .callToAction-sec .callToAction-row .right-col {
        width: calc(100% - 600px)
    }

    .callToAction-sec .callToAction-row .left-col {
        width: 600px
    }

    .business-sec .business-content .business-card {
        padding: 25px
    }

    .guideline-sec .guideline-row .image-holder {
        width: 500px;
        height: 585px
    }

    .guideline-sec .guideline-row .guideline-card-holder {
        width: calc(100% - 500px)
    }

    .guideline-sec .guideline-row .guideline-card-holder .guideline-card {
        padding: 30px 30px 40px;
        width: max-content
    }

    .guideline-sec .document-list-sec .document-list-holder .document-block-col {
        padding: 0 10px
    }

    .damageClaim-sec .right-col {
        width: 360px;
        height: 420px
    }

    .damageClaim-sec .dscInfo-col {
        width: calc(100% - 360px);
        padding-right: 40px
    }

    .damageClaim-sec:after {
        bottom: 50px;
        width: 340px
    }

    .solution-slider-sec .solution-slider .swiper-button-prev {
        right: auto;
        left: -35px
    }

    .solution-slider-sec .solution-slider .swiper-button-next {
        right: -35px;
        left: auto
    }

    .service-sec-002:after {
        width: 35%
    }

    .service-sec-002 {
        height: auto
    }

    .service-sec-002 .right-col-002 {
        width: 400px;
        height: 264px
    }

    .service-sec-002 .dscInfo-col-002 {
        width: calc(100% - 400px);
        padding-right: 30px
    }

    .video-slider-sec .video-slider-wrap .swiper-button-next {
        right: -30px;
        left: auto
    }

    .video-slider-sec .video-slider-wrap .swiper-button-prev {
        right: auto;
        left: -30px
    }

    .comn-howItWorks-sec .howItWorks-block-sec .howItWorks-block-row .img-col {
        width: 400px;
        height: 264px
    }

    .comn-howItWorks-sec .howItWorks-block-sec.even-block .dscInfo-col {
        padding-left: 40px
    }

    .comn-howItWorks-sec .howItWorks-block-sec .howItWorks-block-row .dscInfo-col {
        width: calc(100% - 400px);
        padding-right: 40px
    }

    .comn-howItWorks-sec .howItWorks-block-sec {
        min-height: auto
    }

    .comn-howItWorks-sec .howItWorks-block-sec:after {
        width: 35%
    }

    .testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav .swiper-slide .nav-item {
        padding: 20px 20px
    }

    .testimonial-sec .testimonial-holder .testimonial-left-content {
        width: 300px
    }

    .testimonial-sec .testimonial-holder .testimonial-right-content {
        width: calc(100% - 300px);
        height: 100%;
        padding: 50px 0 50px 40px
    }

    .testimonial-sec .testimonial-holder .testimonial-right-content .testimonial-content-info .testimonial-img-holder {
        width: 145px;
        height: 145px
    }

    .testimonial-sec .testimonial-holder .testimonial-right-content .testimonial-content-info .testimonial-des-content {
        width: calc(100% - 145px);
        padding-top: 80px;
        padding-left: 30px
    }

    .testimonial-right-content .testimonial-content-info .testimonial-des-content:after {
        font-size: 50px;
        line-height: 50px;
        left: 30px
    }

    .contact-map-sec .contact-form-wrap {
        width: 445px;
        padding: 20px 20px 40px
    }

    .block5050-sec .block5050-block .img-holder {
        height: 260px
    }

    .block5050-sec .block5050-block .dsc-content {
        padding: 25px 25px;
        min-height: 160px
    }

    .testimonial-video-slider-sec .testimonial-video-slider-wrap .testimonial-video-slider-swiper {
        width: 800px
    }

    .testimonial-video-slider-sec .testimonial-video-slider-wrap .swiper-button-next {
        right: -30px;
        left: auto
    }

    .testimonial-video-slider-sec .testimonial-video-slider-wrap .swiper-button-prev {
        right: auto;
        left: -30px
    }

    .headerMenu {
        display: none !important
    }

    .nav-section .main-navbar>.container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }

    .nav-section .main-navbar .navbar-brand {
        width: 132px !important;
        height: 38px !important;
        margin-right: 10px !important
    }

    .mMenu-toggler {
        background-color: transparent;
        border: none;
        width: 32px;
        margin-left: auto;
        color: #fff;
        font-size: 14px
    }

    .fixed-navbar .mMenu-toggler {
        color: #7f7f7f
    }

    .for-mMenu-header {
        width: 100%
    }

    .mMenu-wrap {
        transform: translateX(-110%);
        transition: transform 0.3s ease-in-out;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        overflow: auto;
        display: block !important;
        width: 100%;
        padding: 0 0 !important;
        background-color: #fff;
        z-index: 999
    }

    .mMenu-wrap .lang-dropdown>a {
        height: 27px;
        width: 122px;
        border-radius: 18px;
        background-color: #eaf7f8;
        color: #000;
        padding: 0 25px 0 6px
    }

    .mMenu-wrap .lang-dropdown>a .icon-holder {
        width: 20px;
        font-size: 16px;
        margin-right: 6px
    }

    .mMenu-wrap .lang-dropdown>a .langNeme-text {
        color: #000;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 1
    }

    .mMenu-wrap .lang-dropdown>a.dropdown-toggle::after {
        right: 8px
    }

    .mMenu-wrap .mMenu-close {
        background-color: transparent;
        border: none;
        position: absolute;
        right: 10px;
        top: 15px
    }

    .mMenu-wrap .nav-sec {
        padding: 10px 15px
    }

    .mMenu-wrap.open-mMenu {
        transform: translateX(0)
    }

    .mMenu-wrap #mega-menu-header-top-menu .navbar-rightSide {
        margin: 0 15px !important
    }

    .mMenu-wrap #mega-menu-header-top-menu .navbar-rightSide .mega-menu-link {
        display: none !important
    }

    .mMenu-wrap #mega-menu-header-top-menu .navbar-rightSide .mega-sub-menu {
        background-color: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        padding: 0 0 !important;
        display: block !important
    }

    .mMenu-wrap #mega-menu-header-top-menu .navbar-rightSide .mega-sub-menu li {
        padding: 0 !important;
        list-style: none !important;
        margin: 15px 0
    }

    .mMenu-wrap #mega-menu-header-top-menu .navbar-rightSide .mega-sub-menu li ul {
        list-style: none !important;
        margin: -15px 0 !important
    }

    .mMenu-wrap #mega-menu-header-top-menu .navbar-rightSide .mega-sub-menu li ul a {
        color: #000;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        line-height: 1.4;
        padding: 4px 0;
        font-weight: 600;
        position: relative;
        display: block;
        background: transparent !important;
        height: auto
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item>a.mega-menu-link {
        color: #000 !important
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu .mega-menu-toggle.mega-menu-open+#mega-menu-header-top-menu,
    .mMenu-wrap #mega-menu-wrap-header-top-menu .mega-menu-toggle+#mega-menu-header-top-menu {
        width: 100% !important;
        z-index: 999 !important;
        position: relative !important;
        height: auto !important;
        transform: translateX(0) !important;
        display: block;
        background-color: #fff
    }

    .mMenu-wrap #mega-menu-header-top-menu-dubai .navbar-rightSide {
        margin: 0 15px !important
    }

    .mMenu-wrap #mega-menu-header-top-menu-dubai .navbar-rightSide .mega-menu-link {
        display: none !important
    }

    .mMenu-wrap #mega-menu-header-top-menu-dubai .navbar-rightSide .mega-sub-menu {
        background-color: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        padding: 0 0 !important;
        display: block !important
    }

    .mMenu-wrap #mega-menu-header-top-menu-dubai .navbar-rightSide .mega-sub-menu li {
        padding: 0 !important;
        list-style: none !important;
        margin: 15px 0
    }

    .mMenu-wrap #mega-menu-header-top-menu-dubai .navbar-rightSide .mega-sub-menu li ul {
        list-style: none !important;
        margin: -15px 0 !important
    }

    .mMenu-wrap #mega-menu-header-top-menu-dubai .navbar-rightSide .mega-sub-menu li ul a {
        color: #000;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        line-height: 1.4;
        padding: 4px 0;
        font-weight: 600;
        position: relative;
        display: block;
        background: transparent !important;
        height: auto
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item>a.mega-menu-link {
        color: #000 !important
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle.mega-menu-open+#mega-menu-header-top-menu-dubai,
    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle+#mega-menu-header-top-menu-dubai {
        width: 100% !important;
        z-index: 999 !important;
        position: relative !important;
        height: auto !important;
        transform: translateX(0) !important;
        display: block;
        background-color: #fff
    }

    .mMenu-wrap .tag-btn-crimson {
        padding: 5px 15px;
        background-color: #ED1846;
        color: #fff;
        border-radius: 20px;
        margin-left: 0;
        margin-right: 50px;
        margin-left: 30px;
        font-weight: 600;
        min-width: auto
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu .mega-menu-toggle {
        background-color: transparent !important;
        display: none !important
    }

    .mMenu-wrap .nav-section.inr-nav-section .main-navbar.fixed-navbar #mega-menu-wrap-header-top-menu .mega-menu-toggle .mega-toggle-block-1:after {
        color: #000000 !important
    }

    .mMenu-wrap .nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item.main-magamenu-item>ul {
        width: 100% !important;
        border-radius: 0
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle {
        background-color: transparent !important;
        display: none !important
    }

    .mMenu-wrap .nav-section.inr-nav-section .main-navbar.fixed-navbar #mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle .mega-toggle-block-1:after {
        color: #000000 !important
    }

    .mMenu-wrap .nav-section .main-navbar .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item.main-magamenu-item>ul {
        width: 100% !important;
        border-radius: 0
    }

    .mMenu-wrap .top-search-box-wrap {
        padding: 0 15px 15px;
        position: relative;
        top: auto;
        transform: translateY(0);
        height: auto;
        border-bottom: none;
        box-shadow: none
    }

    .mMenu-wrap .top-search-box-wrap #ajaxsearchlite1 .probox .proinput input,
    .mMenu-wrap .top-search-box-wrap div.asl_w .probox .proinput input {
        color: #7f7f7f !important;
        top: 10px
    }

    .mMenu-wrap .top-search-box-wrap .top-search-box-container .top-search-box {
        border-bottom: 1px solid #d5d5d5
    }

    .mMenu-wrap .top-search-box-wrap .top-search-box-container {
        width: 100%
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-flyout ul.mega-sub-menu {
        padding: 15px 15px;
        border-radius: 0;
        background-color: #f7f7f7;
        position: relative
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item>a.mega-menu-link:before {
        display: none
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item>a.mega-menu-link {
        padding: 8px 0
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
        padding: 0;
        box-shadow: none
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-flyout ul.mega-sub-menu {
        box-shadow: none;
        background: #ffffff !important
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item,
    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        padding: 0 !important
    }

    .mMenu-wrap .headerMenu #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item>a.mega-menu-link {
        color: #000000 !important
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu .mega-menu-toggle+#mega-menu-header-top-menu {
        background: #ffffff !important
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-closed,
    .mMenu-wrap #mega-menu-wrap-header-top-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-open {
        display: none !important
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-flyout ul.mega-sub-menu {
        padding: 15px 15px;
        border-radius: 0;
        background-color: #f7f7f7;
        position: relative
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item>a.mega-menu-link:before {
        display: none
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item>a.mega-menu-link {
        padding: 8px 0
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu {
        padding: 0;
        box-shadow: none
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-flyout ul.mega-sub-menu {
        box-shadow: none;
        background: #ffffff !important
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item,
    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        padding: 0 !important
    }

    .mMenu-wrap .headerMenu #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item>a.mega-menu-link {
        color: #000000 !important
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle+#mega-menu-header-top-menu-dubai {
        background: #ffffff !important
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-closed,
    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-open {
        display: none !important
    }

    .mMenu-wrap .tag-btn-crimson {
        padding: 5px 10px;
        margin-left: 14px;
        margin-right: 0
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu {
        background: transparent
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item {
        margin: 15px 15px
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item.main-magamenu-item>ul {
        width: 100% !important
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item>a.mega-menu-link {
        color: #000;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        line-height: 1.4;
        padding: 4px 0;
        font-weight: 600 !important;
        position: relative;
        display: block;
        background: transparent !important;
        height: auto
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item>a.mega-menu-link:before {
        content: '';
        background-color: #ED1846;
        width: 0;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all ease-in-out 300ms;
        -webkit-transition: all ease-in-out 300ms;
        -moz-transition: all ease-in-out 300ms;
        -ms-transition: all ease-in-out 300ms
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item>a.mega-menu-link:hover {
        background: transparent;
        color: #ED1846
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item>a.mega-menu-link:hover:before {
        width: 100%
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
        vertical-align: middle;
        line-height: 15px;
        content: '\E804' !important;
        font-family: fontello;
        font-size: 7px
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
        border-radius: 5px;
        padding: 0 8px;
        box-shadow: none;
        background-color: #fff
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-megamenu>ul.mega-sub-menu #menu-header-mega-menu-three>li {
        list-style: none
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-megamenu>ul.mega-sub-menu #menu-header-mega-menu-three>li>a {
        font-size: 14px;
        line-height: 1.3;
        padding: 5px 0;
        font-weight: 500;
        color: #000;
        font-family: "Montserrat", sans-serif;
        display: inline-block
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-megamenu>ul.mega-sub-menu #menu-header-mega-menu-three>li>a:hover {
        color: #ED1846
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item {
        list-style: none
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item>a {
        font-size: 14px;
        line-height: 1.3;
        padding: 5px 0;
        font-weight: 500;
        color: #000;
        font-family: "Montserrat", sans-serif;
        pointer-events: none
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item.shipping-servicelink>a {
        pointer-events: auto
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item>ul>li {
        padding: 0;
        list-style: none;
        transition: all 0.3s ease-in-out
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item>ul>li>a {
        color: #7f7f7f;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        line-height: 1.3;
        padding: 6px 0 6px 15px;
        font-weight: 600;
        display: block;
        position: relative
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item>ul>li>a:after {
        content: '\E807';
        font-family: fontello;
        color: #31b5c1;
        font-size: 10px;
        position: absolute;
        left: 0;
        top: 8px
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item>ul>li>a:hover {
        color: #ED1846
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item>ul>li>a:hover:after {
        animation-name: translateArrow;
        animation-duration: 1.4s;
        animation-fill-mode: forwards;
        animation-timing-function: linear
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-flyout ul.mega-sub-menu {
        border-radius: 5px;
        padding: 5px 15px;
        box-shadow: none;
        background-color: #fff
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        color: #000;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        line-height: 1.3;
        padding: 5px 0;
        font-weight: 500;
        background-color: transparent !important
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
        color: #ED1846
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu #mega-menu-header-top-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
        font-weight: 600 !important
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai {
        background: transparent
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item {
        margin: 15px 15px
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item.main-magamenu-item>ul {
        width: 100% !important
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item>a.mega-menu-link {
        color: #000;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        line-height: 1.4;
        padding: 4px 0;
        font-weight: 600 !important;
        position: relative;
        display: block;
        background: transparent !important;
        height: auto
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item>a.mega-menu-link:before {
        content: '';
        background-color: #ED1846;
        width: 0;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all ease-in-out 300ms;
        -webkit-transition: all ease-in-out 300ms;
        -moz-transition: all ease-in-out 300ms;
        -ms-transition: all ease-in-out 300ms
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item>a.mega-menu-link:hover {
        background: transparent;
        color: #ED1846
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item>a.mega-menu-link:hover:before {
        width: 100%
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
        vertical-align: middle;
        line-height: 15px;
        content: '\E804' !important;
        font-family: fontello;
        font-size: 7px
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu {
        border-radius: 5px;
        padding: 0 8px;
        box-shadow: none;
        background-color: #fff
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu #menu-header-mega-menu-three>li {
        list-style: none
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu #menu-header-mega-menu-three>li>a {
        font-size: 14px;
        line-height: 1.3;
        padding: 5px 0;
        font-weight: 500;
        color: #000;
        font-family: "Montserrat", sans-serif;
        display: inline-block
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu #menu-header-mega-menu-three>li>a:hover {
        color: #ED1846
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item {
        list-style: none
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item>a {
        font-size: 14px;
        line-height: 1.3;
        padding: 5px 0;
        font-weight: 500;
        color: #000;
        font-family: "Montserrat", sans-serif;
        pointer-events: none
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item.shipping-servicelink>a {
        pointer-events: auto
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item>ul>li {
        padding: 0;
        list-style: none;
        transition: all 0.3s ease-in-out
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item>ul>li>a {
        color: #7f7f7f;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        line-height: 1.3;
        padding: 6px 0 6px 15px;
        font-weight: 600;
        display: block;
        position: relative
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item>ul>li>a:after {
        content: '\E807';
        font-family: fontello;
        color: #31b5c1;
        font-size: 10px;
        position: absolute;
        left: 0;
        top: 8px
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item>ul>li>a:hover {
        color: #ED1846
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu .has-subMenu-item>ul>li>a:hover:after {
        animation-name: translateArrow;
        animation-duration: 1.4s;
        animation-fill-mode: forwards;
        animation-timing-function: linear
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-flyout ul.mega-sub-menu {
        border-radius: 5px;
        padding: 5px 15px;
        box-shadow: none;
        background-color: #fff
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        color: #000;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        line-height: 1.3;
        padding: 5px 0;
        font-weight: 500;
        background-color: transparent !important
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
        color: #ED1846
    }

    .mMenu-wrap #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
        font-weight: 600 !important
    }

    .mMenu-wrap .bottom-btn-holder {
        padding: 15px 15px
    }

    .mMenu-wrap .bottom-btn-holder .btn {
        line-height: 1;
        font-size: 13px
    }

    .mMenu-wrap .mMegaMenu-sec {
        height: calc(100% - 220px);
        overflow: auto
    }

    .mMenu-wrap .dropdown.lang-dropdown {
        margin-left: 30px
    }

    .mMenu-wrap .tag-btn-holder {
        margin-left: 20px
    }

    .blogDetail-sec .blogDetail-row .blogDetail-main-col {
        width: 100%;
        padding: 0 0
    }

    .blogDetail-sec .blog-container {
        padding-right: 15px;
        padding-left: 15px
    }

    .counter-sec .counter-block .counterInfoText {
        font-size: 15px
    }

    .blogDetail-sec .blogDetail-row .blogDetail-right-col {
        width: 290px;
        margin: 0 auto
    }

    .calcPricing-block-holder .calcPricing-block-col-right {
        padding-left: 15px;
        padding-right: 15px
    }

    .calcPricing-block-holder .calcPricing-block-col-left {
        padding-right: 15px
    }
}

@media only screen and (max-width:991px) {
    .counter-sec .counter-block {
        margin: 15px 0
    }

    .counter-sec {
        padding-bottom: 40px;
        padding-top: 40px
    }

    .counter-sec .counter-block .counterInfoText {
        font-size: 14px
    }

    .counter-sec .counter-block .counterNumbText {
        margin-bottom: 5px
    }

    .companyInfoTestimonial-sec {
        padding-bottom: 0 !important
    }

    .companyInfoTestimonial-sec .companyInfo-block .mainHeadingText {
        margin-bottom: 20px
    }

    .companyInfoTestimonial-sec .companyInfo-block {
        width: 100%
    }

    .companyInfoTestimonial-sec .testimonial-block-slider-wrap {
        position: relative;
        width: 100%;
        padding-top: 50px;
        margin-top: 50px;
        padding-bottom: 80px
    }

    .companyInfoTestimonial-sec .testimonial-block-slider-wrap:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: calc(50% + 365px);
        height: auto;
        background-color: #31b5c1;
        right: -50%
    }

    .companyInfoTestimonial-sec:after {
        display: none
    }

    .service-sec .service-slider-wrap .service-slider-nav .swiper-slide .nav-item {
        font-size: 14px
    }

    .service-sec .service-slider-wrap .service-slider-content .content-slide-block .img-holder {
        height: 330px
    }

    .service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap {
        width: calc(100% - 20px);
        max-width: 100%;
        top: -120px;
        margin-left: auto;
        margin-right: 0;
        position: relative;
        margin-bottom: -100px;
        right: 0
    }

    .service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap .dsc-content-card {
        min-height: auto
    }

    .service-sec .service-slider-wrap .service-slider-content .swiper-button-next,
    .service-sec .service-slider-wrap .service-slider-content .swiper-button-prev {
        width: 50px;
        height: 50px
    }

    .service-sec .service-slider-wrap .service-slider-content .swiper-button-next {
        right: auto;
        left: 50%;
        transform: translateX(10px);
        top: auto;
        bottom: 0
    }

    .service-sec .service-slider-wrap .service-slider-content .swiper-button-prev {
        left: auto;
        right: 50%;
        transform: translateX(-10px);
        top: auto;
        bottom: 0
    }

    .service-sec .service-slider-wrap .service-slider-content .swiper-pagination {
        display: none
    }

    .service-sec .service-slider-wrap .service-slider-content .swiper-container {
        padding-right: 0
    }

    .service-sec .service-slider-wrap .service-slider-nav {
        padding-right: 0
    }

    .press-logo-section .press-logo-content .press-logo-holder img {
        height: 40px
    }

    .comn-footer-sec .newsletter-sec .newsletter-form .form-control-holder {
        width: calc(100% - 140px);
        padding-right: 10px
    }

    .comn-footer-sec .newsletter-sec .newsletter-form .form-control-holder .form-control {
        width: 100%
    }

    .comn-footer-sec .newsletter-sec hr {
        margin-top: 40px !important
    }

    .feature-content-wrap .feature-content-right {
        padding-left: 300px;
        width: 100%
    }

    .feature-content-wrap .feature-content-right .feature-content-info .feature-img-holder {
        height: 300px
    }

    .feature-content-wrap .gallery-content .swiper-slide {
        width: 100% !important
    }

    .sec-heading-block {
        margin-bottom: 30px
    }

    .press-logo-section .press-logo-content {
        width: 550px;
        margin: 0 auto -15px;
        max-width: 100%
    }

    .press-logo-section .press-logo-content .press-logo-holder {
        width: calc(33.33% - 20px);
        margin: 15px 10px
    }

    .logo-slider-sec .logo-slider .slick-slide img {
        width: 120px;
        height: 30px
    }

    .getStarted-sec .graphic-img-col .graphic-img-holder {
        width: 100%;
        height: auto
    }

    .integration-sec .integration-content .integration-list li {
        width: 50%;
        height: 100px
    }

    .integration-sec .integration-content .integration-list li:nth-child(-n+5):after {
        display: none
    }

    .integration-sec .integration-content .integration-list li {
        border: none !important
    }

    .integration-sec .integration-content .integration-list li .image-holder {
        width: 140px;
        height: 35px
    }

    .integration-sec .integration-content .integration-list {
        height: 500px
    }

    .integration-sec .integration-content .integration-list.full-show {
        height: 1000px
    }

    .howItWorks-sec .howItWorks-block-sec .howItWorks-block-row .img-col {
        width: 100%;
        height: auto;
        margin: 0 auto 40px;
        max-width: 100%
    }

    .howItWorks-sec .howItWorks-block-sec .howItWorks-block-row .dscInfo-col {
        width: 100%;
        padding-left: 0
    }

    .howItWorks-sec .howItWorks-block-sec.even-block .dscInfo-col {
        padding-right: 0
    }

    .howItWorks-sec .howItWorks-block-sec {
        min-height: auto;
        padding: 80px 0
    }

    .howItWorks-sec .howItWorks-block-sec:nth-of-type(1) {
        padding-top: 0
    }

    .howItWorks-sec .howItWorks-block-sec.even-block:after {
        right: 0;
        left: 0
    }

    .howItWorks-sec .howItWorks-block-sec:after {
        width: 100%;
        height: 80px;
        top: 0
    }

    .comn-dscInfo-holder .main-heading-block {
        margin-bottom: 20px
    }

    .howItWorks-sec .howItWorks-block-sec .howItWorks-block-row .img-col {
        position: relative
    }

    .howItWorks-sec .howItWorks-block-sec .howItWorks-block-row .img-col:after {
        content: '';
        position: absolute;
        left: -50%;
        right: -50%;
        top: 0;
        bottom: 0;
        width: auto;
        height: 50%;
        background-color: #fff
    }

    .howItWorks-sec .howItWorks-block-sec .howItWorks-block-row .img-col .img-holder {
        position: relative;
        z-index: 2
    }

    .partnership-sec .image-holder {
        height: auto
    }

    .partnership-sec .partnership-content-card {
        padding: 35px 30px 40px;
        width: calc(100% - 20px);
        transform: translateX(0) translateY(-120px);
        margin-left: auto;
        position: relative;
        margin-bottom: -120px
    }

    .service-sec-001 .dscInfo-col-001 {
        width: 100%;
        padding-right: 0
    }

    .service-sec-001 .infoList-col-001 {
        margin-top: -110px
    }

    .comn-leftOver-sec .comn-leftOver-row .image-holder {
        width: 460px;
        height: 534px
    }

    .comn-leftOver-sec .comn-leftOver-row .leftOver-card-holder .leftOver-card {
        padding: 30px 30px 40px;
        width: 100%;
        transform: translateX(15px) translateY(-20px)
    }

    .amazon-tabNav-sec .tabNav-block a {
        width: 380px;
        max-width: 100%;
        height: 70px;
        z-index: 2;
        margin: auto;
        position: relative
    }

    .amazon-tabNav-sec .tabNav-middle-block {
        display: none
    }

    .amazon-tabNav-sec .tabNav-block {
        padding: 40px 10px 0 10px;
        display: inline-block;
        clear: both
    }

    #videoHolder {
        width: auto !important
    }

    #tabs-walmart {
        width: 150px !important
    }

    .amazon-tabNav-sec {
        padding-bottom: 40px
    }

    .benefit-list-sec .benefit-list-row .benefit-list-col {
        width: 100%;
        padding-right: 0
    }

    .benefit-list-sec .benefit-list-row .tips-list-col {
        width: 380px;
        padding: 30px;
        position: relative;
        top: 0;
        margin-left: auto;
        max-width: 100%
    }

    .benefit-list-sec.tab2 .benefit-list-row .map-col {
        width: 420px;
        position: relative;
        margin-left: auto
    }

    .amazon-tabNav-sec .topCaption-text {
        top: 0
    }

    .jobDetail-sec .jobDetail-row .jobDetail-right-col {
        width: 100%
    }

    .jobDetail-sec .jobDetail-row .jobDetail-main-col {
        width: 100%;
        padding: 0 0 0 0
    }

    .eplus-team-sec .eplus-team-slider .swiper-slide .image-holder {
        width: 100%;
        height: auto
    }

    .story-sec {
        background-color: #472F92;
        padding-top: 80px !important
    }

    .story-sec::before {
        display: none
    }

    .story-sec .story-row .story-left-col .storyLeftPinned {
        width: 100%
    }

    .story-sec .story-row .story-left-col {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .overview-sec .right-col {
        width: 460px;
        height: 483px;
        margin: 0 0 40px
    }

    .overview-sec .dscInfo-col {
        width: 100%;
        padding-left: 0
    }

    .overview-sec:after {
        display: none
    }

    .partnerBenefit-sec.options-sec .partnerBenefit-content .partnerBenefit-card-col {
        margin-bottom: 15px;
        margin-top: 15px
    }

    .partnerBenefit-sec.options-sec .partnerBenefit-content .partnerBenefit-card {
        padding: 25px 25px
    }

    .callToAction-sec .callToAction-row .right-col {
        width: 100%
    }

    .callToAction-sec .callToAction-row .left-col {
        width: 100%
    }

    .guideline-sec .guideline-row .image-holder {
        width: 460px;
        height: 533px
    }

    .guideline-sec .guideline-row .guideline-card-holder {
        width: 100%
    }

    .guideline-sec .guideline-row .guideline-card-holder .guideline-card {
        padding: 30px 30px 40px;
        width: 100%;
        transform: translateX(15px) translateY(-20px)
    }

    .guideline-sec .document-list-sec .document-list-holder .document-block-col {
        padding: 0 10px
    }

    .damageClaim-sec .right-col {
        width: 360px;
        height: 420px;
        margin-bottom: 40px
    }

    .damageClaim-sec .dscInfo-col {
        width: 100%;
        padding-right: 0
    }

    .damageClaim-sec:after {
        display: none
    }

    .service-sec-002:after {
        display: none
    }

    .service-sec-002 .right-col-002 {
        width: 400px;
        height: 264px
    }

    .service-sec-002 .dscInfo-col-002 {
        width: 100%;
        padding-right: 0
    }

    .video-slider-sec .video-slider-wrap .swiper-button-next {
        right: calc(50% - 100px);
        bottom: -75px;
        top: auto;
        transform: translateX(-50%);
        left: auto
    }

    .video-slider-sec .video-slider-wrap .swiper-button-prev {
        left: calc(50% + -100px);
        bottom: -75px;
        top: auto;
        transform: translateX(50%);
        right: auto
    }

    .video-slider-sec .video-slider-wrap .video-slider-swiper .swiper-slide .item {
        height: 362px
    }

    .video-slider-sec .video-slider-wrap .video-slider-swiper {
        width: 680px
    }

    .comnQus-tab-sec .comnQus-tab-wrap .nav .nav-item .nav-link {
        padding: 0 15px
    }

    .comn-howItWorks-sec .howItWorks-block-sec .howItWorks-block-row .dscInfo-col {
        width: 100%;
        padding-right: 0
    }

    .comn-howItWorks-sec .howItWorks-block-sec .howItWorks-block-row .img-col {
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px
    }

    .comn-howItWorks-sec .howItWorks-block-sec:after {
        display: none
    }

    .comn-howItWorks-sec .howItWorks-block-sec.even-block .dscInfo-col {
        padding-left: 0
    }

    .featureBenefit-sec .featureBenefit-content .featureBenefit-card-col {
        margin-top: 40px
    }

    .featureBenefit-sec .featureBenefit-content .featureBenefit-card {
        min-height: auto
    }

    .trustpilot-sec .trustpilot-slider-content {
        padding: 0 5px
    }

    .contact-map-sec .contact-form-container {
        width: 100%;
        position: relative;
        left: 0;
        right: auto;
        top: auto;
        padding-top: 0;
        bottom: auto;
        padding: 40px 0
    }

    .contact-map-sec .contact-form-wrap {
        margin-right: auto;
        margin-left: auto
    }

    .contact-directory-sec .contact-directory-wrap .custom-left-col {
        width: 100%;
        margin-bottom: 30px
    }

    .contact-directory-sec .contact-directory-wrap .custom-right-col {
        width: 100%
    }

    .video-slider-sec .video-slider-wrap:after {
        display: none
    }

    .testimonial-sec .testimonial-holder .testimonial-right-content .testimonial-content-info .testimonial-des-content {
        width: 100%;
        padding-top: 40px;
        padding-left: 0
    }

    .testimonial-sec .testimonial-holder .testimonial-right-content .testimonial-content-info .testimonial-des-content:after {
        font-size: 30px;
        line-height: 30px;
        left: 0
    }

    .testimonial-sec .testimonial-holder .testimonial-right-content .testimonial-content-info {
        padding: 40px 40px
    }

    .testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav .swiper-slide .nav-item .img-holder {
        width: 46px;
        height: 46px;
        border-radius: 100%
    }

    .testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav .swiper-slide .nav-item .info-block {
        width: calc(100% - 46px);
        padding-left: 10px;
        color: #fff
    }

    .testimonial-sec .testimonial-holder .testimonial-left-content {
        width: 260px
    }

    .testimonial-sec .testimonial-holder .testimonial-right-content {
        width: calc(100% - 260px);
        height: 100%;
        padding: 30px 0 20px 20px
    }

    .testimonial-sec .testimonial-holder .testimonial-right-content .testimonial-content-info {
        padding: 40px 20px
    }

    .shipperPlus-sec .shipperPlus-row .left-col {
        width: 100%;
        height: 400px;
        position: relative
    }

    .shipperPlus-sec .shipperPlus-row .right-col {
        width: 100%;
        padding-top: 30px
    }

    .testimonial-video-slider-sec .testimonial-video-slider-wrap .testimonial-video-slider-swiper {
        width: 100%
    }

    .testimonial-video-slider-sec .testimonial-video-slider-wrap .testimonial-video-slider-swiper .swiper-slide .item {
        height: 388px
    }

    .testimonial-video-slider-sec .testimonial-video-slider-wrap .swiper-button-next {
        right: -30px;
        left: auto
    }

    .testimonial-video-slider-sec .testimonial-video-slider-wrap .swiper-button-prev {
        right: auto;
        left: -30px
    }

    .trucking-sec .trucking-row .trucking-col {
        width: 33.33%;
        padding: 0 15px
    }

    .calcPricing-block-holder .calcPricing-block-col-left {
        border-left: none
    }

    .price-modal .modal-body {
        padding: 30px
    }

    .feature-content-wrap .feature-content-right .feature-content-info .des-content {
        padding: 25px 20px;
        width: 420px
    }

    .feature-content-wrap .gallery-nav .nav-item {
        font-size: 14px !important;
        line-height: 1.5 !important;
        margin: 6px 0
    }

    .feature-content-wrap .gallery-nav .swiper-slide-thumb-active .nav-item:after {
        display: none
    }

    .price-modal .calcPricing-tab-holder .calcPricing-tab .li-item {
        margin: 0 5px
    }

    .price-modal .calcPricing-tab-holder .calcPricing-tab .li-item a {
        padding: 10px 15px
    }

    .price-modal .modal-dialog {
        width: 80%
    }

    .calcPricing-block-holder .calcPricing-block-col-right .calcPricing-block .block-headingText {
        padding-bottom: 15px
    }

    .service-sec .service-slider-wrap .service-slider-nav .swiper-button-prev {
        right: auto;
        left: -18px
    }

    .service-sec .service-slider-wrap .service-slider-nav .swiper-button-next {
        right: -18px;
        left: auto
    }
}

@media only screen and (max-width:767px) {
    .testimonial-video-slider-sec .testimonial-video-slider-wrap .testimonial-video-slider-swiper .swiper-slide .item .user-info {
        padding: 15px 15px
    }

    .counter-sec .counter-block {
        color: #000;
        margin: 10px 0
    }

    .feature-content-wrap .gallery-content .swiper-slide {
        width: 100% !important
    }

    .feature-content-wrap .feature-content-right {
        padding-left: 0;
        width: 100%
    }

    .feature-content-wrap .feature-content-left {
        position: relative;
        width: 100%;
        top: 0;
        bottom: 0;
        margin: auto;
        transform: translateY(0)
    }

    .feature-content-wrap .feature-content-right .feature-content-info .feature-img-holder {
        height: 234px;
        width: 325px;
        margin: 0 auto;
        padding: 8px
    }

    .feature-content-wrap .feature-content-right .feature-content-info .des-content {
        padding: 15px 15px;
        width: 302px
    }

    .feature-content-wrap .gallery-content .swiper-slide.swiper-slide-active .feature-content-info .des-content {
        transform: translateY(-40px);
        opacity: 1
    }

    .feature-content-wrap .gallery-nav .swiper-slide-thumb-active .nav-item:after {
        display: none
    }

    .feature-content-wrap .gallery-nav .swiper-slide {
        width: auto
    }

    .feature-sec .sec-heading-block {
        margin-bottom: 0
    }

    .getStarted-sec .graphic-img-col {
        position: relative;
        order: 2;
        margin-top: -30px
    }

    .service-sec .service-slider-wrap .service-slider-nav .swiper-slide {
        width: auto
    }

    .service-sec .service-slider-wrap .service-slider-nav {
        height: 35px;
        padding-right: 0
    }

    .service-sec .service-slider-wrap .service-slider-content .swiper-container {
        padding-right: 0
    }

    .service-sec .service-slider-wrap .service-slider-content .content-slide-block .img-holder {
        height: 210px
    }

    .service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap {
        width: calc(100% - 30px);
        max-width: 100%;
        top: -20px;
        margin-left: auto;
        margin-right: 0;
        position: relative;
        margin-bottom: 0;
        right: 0;
        left: 0;
        margin-left: 15px;
        margin-right: 15px
    }

    .service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap .dsc-content-card {
        padding: 20px;
        min-height: auto;
        margin-top: 0
    }

    .service-sec .service-slider-wrap .service-slider-nav .swiper-slide .nav-item {
        font-size: 12px
    }

    .service-sec .service-slider-wrap .service-slider-content .swiper-button-next {
        left: auto;
        transform: translateX(0);
        top: 50%;
        bottom: auto;
        right: -6px;
        width: 38px;
        height: 38px
    }

    .service-sec .service-slider-wrap .service-slider-content .swiper-button-prev {
        left: -6px;
        right: auto;
        transform: translateX(0);
        top: 50%;
        bottom: auto;
        width: 38px;
        height: 38px
    }

    .service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap .dsc-content-card .headingText {
        font-size: 18px;
        line-height: 1.2
    }

    .service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap .dsc-content-card p+p {
        margin-top: 5px
    }

    .service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap .dsc-content-card .btn-holder .btn {
        padding: 0;
        min-width: auto;
        border: none;
        width: auto !important
    }

    .service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap .dsc-content-card .btn-holder .btn.ripple-effect {
        animation: none
    }

    .service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap .dsc-content-card .btn-holder {
        margin-top: 5px
    }

    .feature-content-wrap .gallery-nav {
        position: relative;
        height: 55px
    }

    .feature-content-wrap .gallery-nav:after {
        content: '';
        left: 0;
        width: 1px;
        position: absolute;
        top: 0;
        bottom: 0;
        background-color: #fff;
        z-index: 2
    }

    .feature-content-wrap .gallery-nav .nav-item {
        padding: 10px 5px 10px 5px;
        width: 100%;
        height: 100%;
        background-color: #fbfbfb;
        text-align: center;
        border-left: 1px solid #f3f3f3;
        font-size: 13px !important;
        margin: 0;
        line-height: 1.3 !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .companyInfoTestimonial-sec .companyInfo-block .companyInfo-list-block .btn-holder>.btn {
        margin-right: 5px;
        min-width: 150px
    }

    .btn {
        font-size: 12px
    }

    .companyInfoTestimonial-sec .testimonial-block-slider-wrap {
        padding-right: 10px;
        padding-left: 10px
    }

    .companyInfoTestimonial-sec .testimonial-block-slider-wrap:after {
        width: calc(50% + 300px)
    }

    .companyInfoTestimonial-sec .companyInfo-block .companyInfo-list-block ul li {
        margin-bottom: 20px
    }

    .service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap .dsc-content-card .btn-holder .btn {
        width: 160px
    }

    .trustpilot-sec .trustpilot-slider-content .trustpilot-slider:before {
        display: none
    }

    .trustpilot-sec .trustpilot-slider-content .trustpilot-slider:after {
        display: none
    }

    .trustpilot-sec .sec-heading-block .swiper-button-block {
        width: 134px;
        position: relative;
        position: absolute;
        bottom: 100px;
        left: 0;
        right: 0;
        margin: auto
    }

    .trustpilot-sec {
        position: relative
    }

    .trustpilot-sec .sec-heading-block {
        position: static
    }

    .service-sec .service-slider-wrap .service-slider-content .content-slide-block .dsc-content-card-wrap .dsc-content-card p {
        font-size: 14px;
        line-height: 1.5
    }

    .comn-footer-sec>.comn-py {
        padding: 50px 15px 20px
    }

    .comn-footer-sec .footer-content .footer-content-block .logo-holder {
        margin-bottom: 25px
    }

    .comn-footer-sec .footer-content .footer-content-block .info-block {
        margin-bottom: 25px
    }

    .footer-lang-dropdown {
        margin-bottom: 25px
    }

    .inr-banner-sec .banner-content .content-holder .btn-holder {
        margin-top: 30px
    }

    .inr-banner-sec .banner-content .content-holder .xl-headingText {
        font-size: 24px;
        line-height: 1.2
    }

    .inr-banner-sec .banner-content .content-holder .xxl-headingText {
        font-size: 26px;
        line-height: 1.5;
        margin-bottom: 15px
    }

    .inr-banner-sec .banner-content .content-holder .btn-holder .btn {
        padding: 10px 15px
    }

    .inr-banner-sec .banner-content .content-holder .btn-holder .videoPlay-btn-holder .videoPlay-btn {
        width: 40px;
        height: 40px;
        font-size: 14px;
        line-height: 40px
    }

    .inr-banner-sec .banner-content .content-holder .pageTitel-text {
        font-size: 17px;
        margin-bottom: 15px
    }

    .inr-banner-sec .banner-content .content-holder .lg-headingText {
        font-size: 18px;
        line-height: 1.2
    }

    .inr-banner-sec .banner-contrent .content-holder .banner-subHeadingText,
    .inr-banner-sec .banner-content .content-holder .banner-subHeadingText {
        font-size: 14px
    }

    .inr-banner-sec {
        height: auto;
        min-height: 260px;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .inr-banner-sec .banner-content .btn.btn-border-white {
        color: #ed1846;
        border: 1px solid #ed1846
    }

    .inr-banner-sec .banner-content .content-holder {
        margin-top: 80px
    }

    .inr-banner-sec .inr-banner-image {
        width: 100%
    }

    .inr-banner-sec .inr-banner-image.inr-banner-video {
        width: 100%;
        padding-bottom: 56.25%
    }

    .inr-banner-sec .inr-banner-image.inr-banner-video video {
        width: 100%;
        position: absolute;
        height: 100% !important;
        left: 0;
        top: 0
    }

    .blog-filter-content.comn-form .form-control-holder {
        margin-bottom: 5px;
        margin-top: 5px
    }

    .inr-banner-sec.blog-listing {
        padding-bottom: 80px
    }

    .inr-banner-sec.blog-listing .banner-content .sec-down-arrow {
        bottom: -65px
    }

    .inr-banner-sec.blog-listing .banner-content .sec-down-arrow .moreText {
        color: #fff
    }

    .inr-banner-sec.blog-listing .banner-content .sec-down-arrow .arrow-img {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        border: 1px solid #fff;
        padding: 6px
    }

    .blog-listing-block .blog-dsc-content a .headingText {
        min-height: auto
    }

    .service-sec-001 .infoList-col-001 {
        margin-top: 0
    }

    .comn-leftOver-sec .comn-leftOver-row .image-holder {
        width: 100%;
        height: auto
    }

    .instant-quote-sec .instant-quote-form-holder {
        width: 100%
    }

    .instant-quote-sec .instant-quote-form-wrap {
        padding: 20px 15px 30px
    }

    .featureBenefit-sec .featureBenefit-content .featureBenefit-card {
        min-height: auto
    }

    .amazon-tabNav-sec {
        margin-top: 40px
    }

    .benefit-list-sec.tab2 .benefit-list-row .map-col {
        width: 100%;
        margin: auto
    }

    .integration-tab-sec .integration-tab-wrap .nav .nav-item .nav-link {
        font-size: 13px;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        text-align: center
    }

    .integration-tab-sec .integration-tab-wrap .tab-content {
        margin-top: 0
    }

    .story-sec .story-row .story-right-col .story-list .story-content .infoBox {
        padding: 30px 15px 20px;
        width: 325px
    }

    .mTeam-content-slider {
        position: relative;
        padding-bottom: 40px
    }

    .mTeam-content-slider .swiper-slide {
        width: 260px
    }

    .mTeam-content-slider .swiper-slide .mTeam-block-col {
        width: 260px
    }

    .mTeam-content-slider .swiper-button-next,
    .mTeam-content-slider .swiper-button-prev {
        width: 60px;
        height: 60px;
        border-radius: 30px;
        box-shadow: 0 15px 46px 0 rgba(0, 0, 0, .07);
        background-color: #fff;
        color: #000;
        transform: translateY(50px)
    }

    .mTeam-content-slider .swiper-button-next:after,
    .mTeam-content-slider .swiper-button-prev:after {
        font-size: 16px
    }

    .mTeam-content-slider .swiper-button-next {
        right: calc(50% - 100px);
        bottom: -35px;
        top: auto;
        transform: translateX(-50%);
        left: auto
    }

    .mTeam-content-slider .swiper-button-next:after {
        content: '\e807';
        font-family: "fontello"
    }

    .mTeam-content-slider .swiper-button-prev {
        left: calc(50% + -100px);
        bottom: -35px;
        top: auto;
        transform: translateX(50%);
        right: auto
    }

    .mTeam-content-slider .swiper-button-prev:after {
        content: '\e806';
        font-family: "fontello"
    }

    .story-sec .story-row .story-right-col {
        width: 100%
    }

    .overview-sec .right-col {
        width: 100%;
        height: auto;
        margin: 0 auto 40px
    }

    .guideline-sec .guideline-row .image-holder {
        width: 100%
    }

    .guideline-sec .document-list-sec .document-list-holder .document-block-col .document-block {
        margin: 10px 0
    }

    .todo-sec .todo-row .todo-col .todo-block {
        padding: 30px 25px
    }

    .damageClaim-sec .right-col {
        width: 100%
    }

    .solution-slider-sec .solution-slider .swiper-button-next {
        right: 0
    }

    .solution-slider-sec .solution-slider .swiper-button-prev {
        left: 0
    }

    .solution-slider-sec .solution-slider .swiper-slide:hover {
        width: 300px !important
    }

    .video-slider-sec .video-slider-wrap .video-slider-swiper {
        width: 100%
    }

    .video-slider-sec .video-slider-wrap .video-slider-swiper .swiper-slide .item {
        height: 260px
    }

    .inr-banner-sec .banner-content .content-holder .banner-contact-info .contact-info-block .infoText {
        font-size: 15px
    }

    .inr-banner-sec .banner-contrent .content-holder .banner-contact-info .contact-info-block,
    .inr-banner-sec .banner-content .content-holder .banner-contact-info .contact-info-block {
        padding: 0
    }

    .inr-banner-sec .banner-content .content-holder .banner-contact-info {
        margin-top: 5px
    }

    .inr-banner-sec .banner-content .content-holder .banner-contact-info .contact-info-block {
        border-left: none
    }

    .faq-accordion-holder .faq-accordion .card .card-body .video-holder iframe {
        height: 260px
    }

    .testimonial-sec:after {
        display: none
    }

    .testimonial-sec .testimonial-holder .testimonial-left-content {
        width: 100%
    }

    .testimonial-sec .testimonial-holder .testimonial-right-content {
        width: 100%;
        height: auto;
        padding: 0
    }

    .testimonial-sec {
        background-color: #31b5c1;
        padding: 50px 0
    }

    .testimonial-sec .testimonial-holder .testimonial-left-content {
        padding: 0
    }

    .testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav {
        height: auto
    }

    .testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav .swiper-slide .nav-item {
        border-radius: 4px
    }

    .testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav-holder .swiper-button-next {
        left: 0;
        top: 0;
        transform: rotate(90deg);
        transform-origin: center;
        margin: 0;
        bottom: auto
    }

    .testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav-holder .swiper-button-prev {
        left: 33px;
        top: 0;
        transform: rotate(-90deg);
        transform-origin: center;
        margin: 0;
        bottom: auto
    }

    .testimonial-sec .testimonial-holder .testimonial-left-content .testimonial-left-nav-holder {
        position: relative;
        padding-top: 30px;
        padding-bottom: 10px
    }

    .testimonial-sec .testimonial-holder .testimonial-right-content .testimonial-content-info {
        padding: 30px 30px
    }

    .comn-leftOver-sec .comn-leftOver-row .image-holder .image-holder-content .logo-holder {
        padding: 40px 0
    }

    .comn-leftOver-sec .comn-leftOver-row .image-holder .image-holder-content .plus-icon {
        padding: 0 0
    }

    .fancybox-content iframe {
        width: 100%
    }

    .contact-map-sec .contact-form-wrap {
        max-width: 100%
    }

    .contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .heading-block {
        padding-bottom: 15px;
        min-height: auto
    }

    .contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock .dsc-content-block .each-content-block {
        margin-bottom: 15px
    }

    .contact-directory-sec .contact-directory-wrap .custom-right-col .contact-infoBlock {
        margin-top: 20px
    }

    .contact-directory-sec .contact-directory-wrap .custom-left-col {
        margin-bottom: 10px
    }

    .result.instant-quote-form-wrap .btn {
        min-width: 120px
    }

    .service-sec-002 .right-col-002 {
        width: 100%;
        height: auto
    }

    .billingProcess-sec .billingProcess-content-wrap .billingProcess-content {
        width: 335px;
        overflow: hidden
    }

    .billingProcess-sec .billingProcess-content-wrap .billingProcess-content .left-block {
        width: 100%
    }

    .billingProcess-sec .billingProcess-content-wrap .billingProcess-content .left-block .img-holder {
        width: 72px;
        margin: 0 auto 40px
    }

    .billingProcess-sec .billingProcess-content-wrap .billingProcess-content .left-block:after {
        content: '';
        width: 13px;
        height: 100px;
        transform: rotateZ(-270deg);
        left: 0;
        right: 0;
        bottom: -70px;
        top: auto
    }

    .billingProcess-sec .billingProcess-content-wrap .billingProcess-content .right-block {
        width: 270px;
        position: relative;
        height: 100px;
        margin: 0 auto
    }

    .billingProcess-sec .billingProcess-content-wrap .billingProcess-content .right-block .eCard-row.eCard-row2:after {
        width: 190px
    }

    .billingProcess-sec .billingProcess-content-wrap .billingProcess-content .right-block .eCard-row.eCard-row1:after {
        width: 90px
    }

    .billingProcess-sec .billingProcess-content-wrap .btn-holder {
        margin-top: 40px
    }

    .testimonial-video-slider-sec .testimonial-video-slider-wrap .testimonial-video-slider-swiper {
        width: 100%
    }

    .testimonial-video-slider-sec .testimonial-video-slider-wrap .testimonial-video-slider-swiper .swiper-slide .item {
        height: 300px
    }

    .testimonial-video-slider-sec .testimonial-video-slider-wrap .swiper-button-next {
        right: auto;
        left: 50%;
        transform: translateX(10px);
        top: auto;
        bottom: 0
    }

    .testimonial-video-slider-sec .testimonial-video-slider-wrap .swiper-button-prev {
        left: auto;
        right: 50%;
        transform: translateX(-10px);
        top: auto;
        bottom: 0
    }

    .testimonial-video-slider-sec .testimonial-video-slider-wrap {
        padding-bottom: 65px
    }

    .testimonial-video-slider-sec .testimonial-video-slider-wrap:after {
        display: none
    }

    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-002-block .blog-002-content .dsc-content {
        width: 100%
    }

    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-002-block .blog-002-content {
        display: block !important
    }

    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-002-block .blog-002-content .img-holder {
        width: 183px;
        height: 244px;
        position: relative;
        right: auto;
        top: 10px;
        bottom: 10px;
        margin: 0;
        left: -10px
    }

    .blogDetail-sec .blogDetail-row .blogDetail-main-col .blogDetail-main-contant .blog-002-block .blog-002-content {
        min-height: auto
    }

    .inr-banner-sec .banner-content .content-holder .btn-holder .videoPlay-btn-holder .play-btn-text img {
        display: none !important
    }

    .inr-banner-sec .banner-content .content-holder .btn-holder .videoPlay-btn-holder .play-btn-text {
        background-image: url(../../../../../../../../themes/eShipper/assets/images/returns/play-video-text-wht.png);
        background-size: contain;
        height: 20px;
        background-repeat: no-repeat
    }

    .inr-banner-sec .banner-content {
        padding-bottom: 40px
    }

    .inr-banner-sec .banner-content .content-holder .blogDetail-smInfo-holder .smInfo-block {
        margin-right: 12px
    }

    .blogDetail-sec {
        padding-top: 20px
    }

    .blogDetail-sec .blogDetail-row .blogDetail-right-col .blogDetail-form-block {
        padding: 25px 20px
    }

    .blogDetail-sec .blogDetail-row .blogDetail-right-col .blogDetail-form-block .headingText {
        margin-bottom: 15px
    }

    .comn-form-modal .comn-form-wrap {
        padding: 30px 25px 30px
    }

    .comn-form-modal.track-modal .modal-dialog {
        width: 360px
    }

    .trucking-sec .trucking-row .trucking-col {
        width: 100%;
        padding: 0 15px
    }

    .dropdown.lang-dropdown {
        margin-left: 10px
    }

    .nav-section .main-navbar .tag-btn-crimson {
        margin-left: 25px
    }

    .mMenu-wrap .dropdown.lang-dropdown {
        margin-left: 15px
    }

    .mMenu-wrap .tag-btn-holder {
        margin-left: 0
    }

    .search-form-sec .search-form-container {
        width: 100%;
        padding: 0 15px
    }

    .comnQus-tab-sec .comnQus-tab-wrap .tab-content {
        margin-top: 15px
    }

    .calcPricing-sec .calcPricing-block-holder {
        padding: 0 15px
    }

    .calcPricing-sec .calcPricing-block-holder .border-left {
        border-left: none !important;
        border-top: 1px solid #dee2e6 !important;
        margin: 10px 0 0;
        padding-top: 12px
    }

    .calcPricing-sec .price-slider-block .price-slider-holder {
        margin-top: 40px;
        margin-bottom: 35px
    }

    .calcPricing-sec .total-calcText {
        font-size: 14px
    }

    .mobile_float_sec {
        background-color: #ED1846;
        font-family: inherit;
        bottom: -2px;
        position: fixed;
        display: none;
        z-index: 99;
        height: 60px;
        left: 0;
        right: 0;
        text-align: center;
        box-shadow: 2px -1px 10px 0 rgba(0, 0, 0, .6)
    }

    .mobile_float_sec a {
        padding: 7px 0;
        cursor: pointer
    }

    .mobile_float_sec a img {
        width: 16px
    }

    .stiky-border {
        border-right: 2px solid rgba(255, 255, 255, .2)
    }

    .comn-footer-sec {
        padding-bottom: 60px
    }

    #launcher {
        bottom: 60px !important
    }

    .mobile_float_sec a p {
        font-size: 13px;
        font-weight: 500;
        line-height: 1.3;
        letter-spacing: 1.7px;
        text-align: center;
        color: #fff;
        margin-top: 2px
    }

    .price-modal .modal-body {
        padding: 25px 15px
    }

    .calcPricing-block-holder {
        padding: 0 15px
    }

    .calcPricing-block .calcPricing-checkbox-holder .custom-checkbox label {
        font-size: 12px
    }

    .price-modal .calcPricing-tab-holder .calcPricing-tab .li-item a {
        border: none;
        padding: 5px 10px;
        border-radius: 0;
        display: block
    }

    .price-modal .calcPricing-tab-holder .calcPricing-tab .li-item {
        margin: 0
    }

    .price-modal .calcPricing-tab-holder .calcPricing-tab .li-item.active a {
        border: none;
        background-color: #31b5c1
    }

    .comn-py {
        padding: 50px 0
    }

    .service-sec-001.comn-py {
        padding: 35px 0
    }

    .blogDetail-sec .blogDetail-row .blogDetail-right-col {
        width: 100%
    }

    .inr-banner-sec .banner-content .content-holder .tag-holder {
        margin-top: 15px
    }

    .feature-content-wrap .feature-content-right .swiper-button-next,
    .feature-content-wrap .feature-content-right .swiper-button-prev {
        display: block
    }

    .calcPricing-block .calcPricing-checkbox-holder .priceText-holder .priceText {
        font-size: 16px
    }

    .calcPricing-block .calcPricing-checkbox-holder .priceText-holder {
        font-size: 13px
    }

    .service-sec .service-slider-wrap .service-slider-nav .swiper-button-next,
    .service-sec .service-slider-wrap .service-slider-nav .swiper-button-prev {
        width: 28px;
        height: 28px;
        line-height: 28px;
        margin-top: -20px;
        transform: translateY(-50%)
    }

    .service-sec .service-slider-wrap .service-slider-nav .swiper-button-next {
        right: -10px;
        left: auto
    }

    .service-sec .service-slider-wrap .service-slider-nav .swiper-button-prev {
        right: auto;
        left: -10px
    }

    .counter-sec {
        padding-bottom: 25px;
        padding-top: 25px
    }

    .counter-sec .counter-block .counterNumbText {
        font-size: 16px;
        line-height: 1.2
    }

    .comn_table-wrap .pricing-table thead th {
        padding: 10px 5px;
        font-size: 13px;
        line-height: 1.4
    }

    .comn_table-wrap .pricing-table tbody td {
        font-size: 13px;
        line-height: 1.4;
        padding: 6px 5px
    }

    .comn_table-wrap .pricing-table .badge {
        font-size: 11px;
        padding: 3px 8px
    }
}

@media only screen and (max-width:575px) {
    .btn {
        min-width: 155px
    }

    .comn-form-modal.track-modal .modal-dialog {
        width: 340px;
        margin: .5rem auto
    }

    .dropdown.lang-dropdown {
        margin-left: 0
    }

    .nav-section .main-navbar .tag-btn-crimson {
        margin-left: 10px
    }

    .comn-footer-sec .newsletter-sec .newsletter-form .form-control-holder {
        width: 100%;
        padding-right: 0
    }

    .comn-footer-sec .newsletter-sec .newsletter-form .btn-holder .btn {
        min-width: 100%;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16);
        margin-top: 15px
    }

    .solution-slider-sec .solution-slider .swiper-slide:hover {
        width: 300px !important
    }

    .logo-slider-sec .logo-slider .slick-slide img {
        width: 100px;
        height: 25px
    }

    .price-modal .modal-dialog {
        width: 90%
    }
}

#tabs-walmart {
    color: #ffffff !important;
    background-color: #f7315c !important
}

@media only screen and (max-width:600px) {
    #desktop-PBX {
        display: none
    }

    #mobile-PBX {
        display: block !important
    }

    #desktop-CPX {
        display: none
    }

    #mobile-CPX {
        display: block !important
    }
}
}

@media only screen and (max-width:600px) {
    .colsFb {
        width: 100% !important
    }
}

#more1,
#more2,
#more3,
#more4,
#more5 {
    display: none
}

#tabs-freight {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    padding: 30px 35px;
    background-color: #f0fafb;
    box-shadow: 0 0 9px #aeadad
}

#mega-menu-wrap-header-top-menu-dubai,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai ul.mega-sub-menu,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-row,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-column,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai a.mega-menu-link,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai span.mega-menu-badge {
    transition: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    border: 0;
    bottom: auto;
    box-sizing: border-box;
    clip: auto;
    color: #666;
    display: block;
    float: none;
    font-family: inherit;
    font-size: 14px;
    height: auto;
    left: auto;
    line-height: 1.7;
    list-style-type: none;
    margin: 0;
    min-height: auto;
    max-height: none;
    opacity: 1;
    outline: none;
    overflow: visible;
    padding: 0;
    position: relative;
    pointer-events: auto;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    transform: none;
    top: auto;
    vertical-align: baseline;
    visibility: inherit;
    width: auto;
    word-wrap: break-word;
    white-space: normal
}

#mega-menu-wrap-header-top-menu-dubai:before,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai:before,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai ul.mega-sub-menu:before,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item:before,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-row:before,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-column:before,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai a.mega-menu-link:before,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai span.mega-menu-badge:before,
#mega-menu-wrap-header-top-menu-dubai:after,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai:after,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai ul.mega-sub-menu:after,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item:after,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-row:after,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-column:after,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai a.mega-menu-link:after,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai span.mega-menu-badge:after {
    display: none
}

#mega-menu-wrap-header-top-menu-dubai {
    border-radius: 0
}

@media only screen and (min-width:1201px) {
    #mega-menu-wrap-header-top-menu-dubai {
        background: #222
    }
}

#mega-menu-wrap-header-top-menu-dubai.mega-keyboard-navigation .mega-menu-toggle:focus,
#mega-menu-wrap-header-top-menu-dubai.mega-keyboard-navigation .mega-toggle-block:focus,
#mega-menu-wrap-header-top-menu-dubai.mega-keyboard-navigation .mega-toggle-block a:focus,
#mega-menu-wrap-header-top-menu-dubai.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus,
#mega-menu-wrap-header-top-menu-dubai.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus,
#mega-menu-wrap-header-top-menu-dubai.mega-keyboard-navigation #mega-menu-header-top-menu-dubai a:focus,
#mega-menu-wrap-header-top-menu-dubai.mega-keyboard-navigation #mega-menu-header-top-menu-dubai input:focus,
#mega-menu-wrap-header-top-menu-dubai.mega-keyboard-navigation #mega-menu-header-top-menu-dubai li.mega-menu-item a.mega-menu-link:focus {
    outline: 3px solid #109cde;
    outline-offset: -3px
}

#mega-menu-wrap-header-top-menu-dubai.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus {
    outline-offset: 2px
}

#mega-menu-wrap-header-top-menu-dubai.mega-keyboard-navigation>li.mega-menu-item>a.mega-menu-link:focus {
    background: #333;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    border-color: #fff
}

@media only screen and (max-width:1200px) {
    #mega-menu-wrap-header-top-menu-dubai.mega-keyboard-navigation>li.mega-menu-item>a.mega-menu-link:focus {
        color: #fff;
        background: #333
    }
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai {
    visibility: visible;
    text-align: left;
    padding: 0 0 0 0
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai a.mega-menu-link {
    cursor: pointer;
    display: inline
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai a.mega-menu-link .mega-description-group {
    vertical-align: middle;
    display: inline-block;
    transition: none
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai a.mega-menu-link .mega-description-group .mega-menu-title,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai a.mega-menu-link .mega-description-group .mega-menu-description {
    transition: none;
    line-height: 1.5;
    display: block
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai a.mega-menu-link .mega-description-group .mega-menu-description {
    font-style: italic;
    font-size: .8em;
    text-transform: none;
    font-weight: 400
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon>a.mega-menu-link {
    display: flex;
    align-items: center
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon>a.mega-menu-link:before {
    flex: 0 0 auto;
    align-self: flex-start
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-tabbed.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon>a.mega-menu-link {
    display: block
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item.mega-icon-top>a.mega-menu-link {
    display: table-cell;
    vertical-align: middle;
    line-height: initial
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item.mega-icon-top>a.mega-menu-link:before {
    display: block;
    margin: 0 0 6px 0;
    text-align: center
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item.mega-icon-top>a.mega-menu-link>span.mega-title-below {
    display: inline-block;
    transition: none
}

@media only screen and (max-width:1200px) {
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item.mega-icon-top>a.mega-menu-link {
        display: block;
        line-height: 40px
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item.mega-icon-top>a.mega-menu-link:before {
        display: inline-block;
        margin: 0 6px 0 0;
        text-align: left
    }
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item.mega-icon-right>a.mega-menu-link:before {
    float: right;
    margin: 0 0 0 6px
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-animating>ul.mega-sub-menu {
    pointer-events: none
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-disable-link>a.mega-menu-link,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu li.mega-disable-link>a.mega-menu-link {
    cursor: inherit
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item-has-children.mega-disable-link>a.mega-menu-link,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>li.mega-menu-item-has-children.mega-disable-link>a.mega-menu-link {
    cursor: pointer
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai p {
    margin-bottom: 10px
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai input,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai img {
    max-width: 100%
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item>ul.mega-sub-menu {
    display: block;
    visibility: hidden;
    opacity: 1;
    pointer-events: auto
}

@media only screen and (max-width:1200px) {
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item>ul.mega-sub-menu {
        display: none;
        visibility: visible;
        opacity: 1
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
        display: block
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile>ul.mega-sub-menu,
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-hide-sub-menu-on-mobile>ul.mega-sub-menu {
        display: none
    }
}

@media only screen and (min-width:1201px) {
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai[data-effect="fade"] li.mega-menu-item>ul.mega-sub-menu {
        opacity: 0;
        transition: opacity 200ms ease-in, visibility 200ms ease-in
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai[data-effect="fade"].mega-no-js li.mega-menu-item:hover>ul.mega-sub-menu,
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai[data-effect="fade"].mega-no-js li.mega-menu-item:focus>ul.mega-sub-menu,
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai[data-effect="fade"] li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai[data-effect="fade"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
        opacity: 1
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu,
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
        opacity: 0;
        transform: translate(0, 10px);
        transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover>ul.mega-sub-menu,
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus>ul.mega-sub-menu,
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
        opacity: 1;
        transform: translate(0, 0)
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu,
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai[data-effect="slide_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
        transform: translate(0, 10px);
        transition: transform 200ms ease-in, visibility 200ms ease-in
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai[data-effect="slide_up"].mega-no-js li.mega-menu-item:hover>ul.mega-sub-menu,
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai[data-effect="slide_up"].mega-no-js li.mega-menu-item:focus>ul.mega-sub-menu,
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai[data-effect="slide_up"] li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
        transform: translate(0, 0)
    }
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children>ul.mega-sub-menu {
    display: none
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on>ul.mega-sub-menu {
    display: block
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai.mega-no-js li.mega-menu-item:hover>ul.mega-sub-menu,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai.mega-no-js li.mega-menu-item:focus>ul.mega-sub-menu,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu {
    visibility: visible
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
    visibility: inherit;
    opacity: 1;
    display: block
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-1-columns>ul.mega-sub-menu>li.mega-menu-item {
    float: left;
    width: 100%
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns>ul.mega-sub-menu>li.mega-menu-item {
    float: left;
    width: 50%
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns>ul.mega-sub-menu>li.mega-menu-item {
    float: left;
    width: 33.33333%
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns>ul.mega-sub-menu>li.mega-menu-item {
    float: left;
    width: 25%
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-5-columns>ul.mega-sub-menu>li.mega-menu-item {
    float: left;
    width: 20%
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-6-columns>ul.mega-sub-menu>li.mega-menu-item {
    float: left;
    width: 16.66667%
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item a[class^='dashicons']:before {
    font-family: dashicons
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item a.mega-menu-link:before {
    display: inline-block;
    font: inherit;
    font-family: dashicons;
    position: static;
    margin: 0 6px 0 0;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    background: transparent;
    height: auto;
    width: auto;
    top: auto
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item.mega-hide-text a.mega-menu-link:before {
    margin: 0
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before {
    margin: 0 6px 0 0
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-align-bottom-left.mega-toggle-on>a.mega-menu-link {
    border-radius: 0
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-align-bottom-right>ul.mega-sub-menu {
    right: 0
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-align-bottom-right.mega-toggle-on>a.mega-menu-link {
    border-radius: 0
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu.mega-menu-item {
    position: static
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item {
    margin: 0 0 0 0;
    display: inline-block;
    height: auto;
    vertical-align: middle
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item.mega-item-align-right {
    float: right
}

@media only screen and (min-width:1201px) {
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item.mega-item-align-right {
        margin: 0 0 0 0
    }
}

@media only screen and (min-width:1201px) {
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item.mega-item-align-float-left {
        float: left
    }
}

@media only screen and (min-width:1201px) {
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item>a.mega-menu-link:hover {
        background: #333;
        color: #fff;
        font-weight: 400;
        text-decoration: none;
        border-color: #fff
    }
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
    background: #333;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    border-color: #fff
}

@media only screen and (max-width:1200px) {
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
        color: #fff;
        background: #333
    }
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    background: #333;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    border-color: #fff
}

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

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
        color: #fff;
        background: #333
    }
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item>a.mega-menu-link {
    line-height: 40px;
    height: 40px;
    padding: 0 10px 0 10px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    outline: none
}

@media only screen and (min-width:1201px) {
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item.mega-multi-line>a.mega-menu-link {
        line-height: inherit;
        display: table-cell;
        vertical-align: middle
    }
}

@media only screen and (max-width:1200px) {
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item.mega-multi-line>a.mega-menu-link br {
        display: none
    }
}

@media only screen and (max-width:1200px) {
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item {
        display: list-item;
        margin: 0;
        clear: both;
        border: 0
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item.mega-item-align-right {
        float: none
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-item>a.mega-menu-link {
        border-radius: 0;
        border: 0;
        margin: 0;
        line-height: 40px;
        height: 40px;
        padding: 0 10px;
        background: transparent;
        text-align: left;
        color: #fff;
        font-size: 14px
    }
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
    width: 100%;
    float: left
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column {
    float: left;
    min-height: 1px
}

@media only screen and (min-width:1201px) {
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-1 {
        width: 100%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-2 {
        width: 50%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-2 {
        width: 100%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-3 {
        width: 33.33333%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-3 {
        width: 66.66667%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-3 {
        width: 100%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-4 {
        width: 25%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-4 {
        width: 50%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-4 {
        width: 75%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-4 {
        width: 100%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-5 {
        width: 20%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-5 {
        width: 40%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-5 {
        width: 60%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-5 {
        width: 80%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-5 {
        width: 100%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-6 {
        width: 16.66667%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-6 {
        width: 33.33333%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-6 {
        width: 50%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-6 {
        width: 66.66667%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-6 {
        width: 83.33333%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-6 {
        width: 100%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-7 {
        width: 14.28571%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-7 {
        width: 28.57143%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-7 {
        width: 42.85714%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-7 {
        width: 57.14286%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-7 {
        width: 71.42857%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-7 {
        width: 85.71429%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-7-of-7 {
        width: 100%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-8 {
        width: 12.5%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-8 {
        width: 25%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-8 {
        width: 37.5%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-8 {
        width: 50%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-8 {
        width: 62.5%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-8 {
        width: 75%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-7-of-8 {
        width: 87.5%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-8-of-8 {
        width: 100%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-9 {
        width: 11.11111%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-9 {
        width: 22.22222%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-9 {
        width: 33.33333%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-9 {
        width: 44.44444%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-9 {
        width: 55.55556%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-9 {
        width: 66.66667%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-7-of-9 {
        width: 77.77778%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-8-of-9 {
        width: 88.88889%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-9-of-9 {
        width: 100%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-10 {
        width: 10%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-10 {
        width: 20%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-10 {
        width: 30%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-10 {
        width: 40%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-10 {
        width: 50%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-10 {
        width: 60%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-7-of-10 {
        width: 70%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-8-of-10 {
        width: 80%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-9-of-10 {
        width: 90%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-10-of-10 {
        width: 100%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-11 {
        width: 9.09091%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-11 {
        width: 18.18182%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-11 {
        width: 27.27273%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-11 {
        width: 36.36364%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-11 {
        width: 45.45455%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-11 {
        width: 54.54545%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-7-of-11 {
        width: 63.63636%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-8-of-11 {
        width: 72.72727%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-9-of-11 {
        width: 81.81818%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-10-of-11 {
        width: 90.90909%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-11-of-11 {
        width: 100%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-12 {
        width: 8.33333%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-12 {
        width: 16.66667%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-12 {
        width: 25%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-12 {
        width: 33.33333%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-12 {
        width: 41.66667%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-12 {
        width: 50%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-7-of-12 {
        width: 58.33333%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-8-of-12 {
        width: 66.66667%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-9-of-12 {
        width: 75%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-10-of-12 {
        width: 83.33333%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-11-of-12 {
        width: 91.66667%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-12-of-12 {
        width: 100%
    }
}

@media only screen and (max-width:1200px) {
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column {
        width: 100%;
        clear: both
    }
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    padding: 15px 15px 15px 15px;
    width: 100%
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu {
    z-index: 999;
    border-radius: 0;
    background: #f1f1f1;
    border: 0;
    padding: 0 0 0 0;
    position: absolute;
    width: 100%;
    max-width: none;
    left: 0
}

@media only screen and (max-width:1200px) {
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu {
        float: left;
        position: static;
        width: 100%
    }
}

@media only screen and (min-width:1201px) {
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-1 {
        width: 100%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-2 {
        width: 50%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-2 {
        width: 100%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-3 {
        width: 33.33333%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-3 {
        width: 66.66667%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-3 {
        width: 100%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-4 {
        width: 25%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-4 {
        width: 50%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-4 {
        width: 75%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-4 {
        width: 100%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-5 {
        width: 20%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-5 {
        width: 40%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-5 {
        width: 60%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-5 {
        width: 80%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-5-of-5 {
        width: 100%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-6 {
        width: 16.66667%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-6 {
        width: 33.33333%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-6 {
        width: 50%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-6 {
        width: 66.66667%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-5-of-6 {
        width: 83.33333%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-6-of-6 {
        width: 100%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-7 {
        width: 14.28571%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-7 {
        width: 28.57143%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-7 {
        width: 42.85714%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-7 {
        width: 57.14286%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-5-of-7 {
        width: 71.42857%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-6-of-7 {
        width: 85.71429%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-7-of-7 {
        width: 100%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-8 {
        width: 12.5%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-8 {
        width: 25%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-8 {
        width: 37.5%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-8 {
        width: 50%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-5-of-8 {
        width: 62.5%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-6-of-8 {
        width: 75%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-7-of-8 {
        width: 87.5%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-8-of-8 {
        width: 100%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-9 {
        width: 11.11111%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-9 {
        width: 22.22222%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-9 {
        width: 33.33333%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-9 {
        width: 44.44444%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-5-of-9 {
        width: 55.55556%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-6-of-9 {
        width: 66.66667%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-7-of-9 {
        width: 77.77778%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-8-of-9 {
        width: 88.88889%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-9-of-9 {
        width: 100%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-10 {
        width: 10%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-10 {
        width: 20%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-10 {
        width: 30%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-10 {
        width: 40%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-5-of-10 {
        width: 50%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-6-of-10 {
        width: 60%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-7-of-10 {
        width: 70%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-8-of-10 {
        width: 80%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-9-of-10 {
        width: 90%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-10-of-10 {
        width: 100%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-11 {
        width: 9.09091%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-11 {
        width: 18.18182%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-11 {
        width: 27.27273%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-11 {
        width: 36.36364%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-5-of-11 {
        width: 45.45455%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-6-of-11 {
        width: 54.54545%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-7-of-11 {
        width: 63.63636%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-8-of-11 {
        width: 72.72727%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-9-of-11 {
        width: 81.81818%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-10-of-11 {
        width: 90.90909%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-11-of-11 {
        width: 100%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-12 {
        width: 8.33333%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-12 {
        width: 16.66667%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-12 {
        width: 25%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-12 {
        width: 33.33333%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-5-of-12 {
        width: 41.66667%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-6-of-12 {
        width: 50%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-7-of-12 {
        width: 58.33333%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-8-of-12 {
        width: 66.66667%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-9-of-12 {
        width: 75%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-10-of-12 {
        width: 83.33333%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-11-of-12 {
        width: 91.66667%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-12-of-12 {
        width: 100%
    }
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu .mega-description-group .mega-menu-description {
    margin: 5px 0
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item ul.mega-sub-menu {
    clear: both
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    margin-left: 10px
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
    margin-left: 10px
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    color: #666;
    font-family: inherit;
    font-size: 14px;
    display: block;
    float: left;
    clear: none;
    padding: 15px 15px 15px 15px;
    vertical-align: top
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item.mega-menu-clear,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-clear {
    clear: left
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
    color: #555;
    font-family: inherit;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    text-align: left;
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
    vertical-align: top;
    display: block;
    visibility: inherit;
    border: 0
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title:hover,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title:hover {
    border-color: rgba(0, 0, 0, 0)
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    color: #555;
    font-family: inherit;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    text-align: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    vertical-align: top;
    display: block;
    border: 0
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
    border-color: rgba(0, 0, 0, 0)
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus {
    color: #555;
    font-weight: 700;
    text-decoration: none;
    background: rgba(0, 0, 0, 0)
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover>span.mega-title-below,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover>span.mega-title-below,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus>span.mega-title-below,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus>span.mega-title-below {
    text-decoration: none
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
    color: #666;
    font-family: inherit;
    font-size: 14px;
    text-transform: none;
    text-decoration: none;
    font-weight: 400;
    text-align: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    vertical-align: top;
    display: block;
    border: 0
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover {
    border-color: rgba(0, 0, 0, 0)
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon>a.mega-menu-link,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon>a.mega-menu-link {
    display: flex
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:focus,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:focus {
    color: #666;
    font-weight: 400;
    text-decoration: none;
    background: rgba(0, 0, 0, 0)
}

@media only screen and (max-width:1200px) {
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu {
        border: 0;
        padding: 10px;
        border-radius: 0
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item {
        width: 100%;
        clear: both
    }
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu.mega-no-headers>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu.mega-no-headers>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    color: #666;
    font-family: inherit;
    font-size: 14px;
    text-transform: none;
    text-decoration: none;
    font-weight: 400;
    margin: 0;
    border: 0;
    padding: 0 0 0 0;
    vertical-align: top;
    display: block
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu.mega-no-headers>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu.mega-no-headers>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu.mega-no-headers>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu.mega-no-headers>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus {
    color: #666;
    font-weight: 400;
    text-decoration: none;
    background: rgba(0, 0, 0, 0)
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: absolute;
    width: 250px;
    max-width: none;
    padding: 0 0 0 0;
    border: 0;
    background: #f1f1f1;
    border-radius: 0
}

@media only screen and (max-width:1200px) {
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-flyout ul.mega-sub-menu {
        float: left;
        position: static;
        width: 100%;
        padding: 0;
        border: 0;
        border-radius: 0
    }
}

@media only screen and (max-width:1200px) {
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
        clear: both
    }
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: #f1f1f1;
    color: #666;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px 0 10px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child>a.mega-menu-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

@media only screen and (max-width:1200px) {
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child>a.mega-menu-link {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child>a.mega-menu-link {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

@media only screen and (max-width:1200px) {
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child>a.mega-menu-link {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #ddd;
    font-weight: 400;
    text-decoration: none;
    color: #666
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    position: absolute;
    left: 100%;
    top: 0
}

@media only screen and (max-width:1200px) {
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
        position: static;
        left: 0;
        width: 100%
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
        padding-left: 20px
    }
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    content: '\f140';
    font-family: dashicons;
    font-weight: 400;
    display: inline-block;
    margin: 0 0 0 6px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: transparent;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    display: inline;
    height: auto;
    width: auto;
    background: transparent;
    position: relative;
    pointer-events: auto;
    left: auto;
    min-width: auto;
    line-height: inherit;
    color: inherit;
    font-size: inherit;
    padding: 0
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item-has-children li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    float: right
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item-has-children.mega-collapse-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after {
    content: '\f142'
}

@media only screen and (max-width:1200px) {
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
        float: right
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after {
        content: '\f142'
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile>a.mega-menu-link>span.mega-indicator {
        display: none
    }
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children)>a.mega-menu-link>span.mega-indicator,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-item-has-children.mega-hide-arrow>a.mega-menu-link>span.mega-indicator {
    display: none
}

@media only screen and (min-width:1201px) {
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-flyout li.mega-menu-item a.mega-menu-link>span.mega-indicator:after {
        content: '\f139'
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {
        text-align: right
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link>span.mega-indicator {
        float: left
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link>span.mega-indicator:after {
        content: '\f141';
        margin: 0 6px 0 0
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {
        float: right;
        margin: 0 0 0 6px
    }

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
        left: -100%;
        top: 0
    }
}

@media only screen and (min-width:1201px) {
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai.mega-menu-accordion>li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
        float: right
    }
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li[class^='mega-lang-item']>a.mega-menu-link>img {
    display: inline
}

#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai a.mega-menu-link>img.wpml-ls-flag,
#mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai a.mega-menu-link>img.iclflag {
    display: inline;
    margin-right: 8px
}

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

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-hide-on-mobile,
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-hide-on-mobile,
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-hide-on-mobile {
        display: none
    }
}

@media only screen and (min-width:1201px) {

    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai li.mega-hide-on-desktop,
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-hide-on-desktop,
    #mega-menu-wrap-header-top-menu-dubai #mega-menu-header-top-menu-dubai>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-hide-on-desktop {
        display: none
    }
}

@media only screen and (max-width:1200px) {
    #mega-menu-wrap-header-top-menu-dubai:after {
        content: "";
        display: table;
        clear: both
    }
}

#mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle {
    display: none;
    z-index: 1;
    cursor: pointer;
    background: #222;
    border-radius: 2px 2px 2px 2px;
    line-height: 40px;
    height: 40px;
    text-align: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    white-space: nowrap
}

#mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle img {
    max-width: 100%;
    padding: 0
}

@media only screen and (max-width:1200px) {
    #mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }
}

#mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle .mega-toggle-blocks-left,
#mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle .mega-toggle-blocks-center,
#mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle .mega-toggle-blocks-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-preferred-size: 33.33%;
    -webkit-flex-basis: 33.33%;
    flex-basis: 33.33%
}

#mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle .mega-toggle-blocks-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

#mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
    margin-left: 6px
}

#mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle .mega-toggle-blocks-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

#mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block {
    margin-left: 3px;
    margin-right: 3px
}

#mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle .mega-toggle-blocks-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

#mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 6px
}

#mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle .mega-toggle-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    outline: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

@media only screen and (max-width:1200px) {
    #mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle+#mega-menu-header-top-menu-dubai {
        background: #222;
        padding: 0 0 0 0;
        display: none
    }

    #mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle.mega-menu-open+#mega-menu-header-top-menu-dubai {
        display: block
    }
}

#mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle .mega-toggle-block-1 {
    cursor: pointer
}

#mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle .mega-toggle-block-1:after {
    content: '\f333';
    font-family: 'dashicons';
    font-size: 24px;
    color: #ddd;
    margin: 0 0 0 5px
}

#mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
    color: #ddd;
    font-size: 14px
}

#mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-open {
    display: none
}

#mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-closed {
    display: inline
}

#mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after {
    content: '\f153'
}

#mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-label-open {
    display: inline
}

#mega-menu-wrap-header-top-menu-dubai .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-label-closed {
    display: none
}

#mega-menu-wrap-header-top-menu-dubai {
    clear: both
}