/* Thin */

@font-face {
    font-family: 'CodecPro';
    src: url('../../fonts/codec-pro/CodecPro-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'CodecPro';
    src: url('../../fonts/codec-pro/CodecPro-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

/* Extra Light */
@font-face {
    font-family: 'CodecPro';
    src: url('../../fonts/codec-pro/CodecPro-ExtraLight.ttf') format('truetype');
    font-weight: 200;
}
@font-face {
    font-family: 'CodecPro';
    src: url('../../fonts/codec-pro/CodecPro-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

/* Light */
@font-face {
    font-family: 'CodecPro';
    src: url('../../fonts/codec-pro/CodecPro-Light.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'CodecPro';
    src: url('../../fonts/codec-pro/CodecPro-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

/* Regular */
@font-face {
    font-family: 'CodecPro';
    src: url('../../fonts/codec-pro/CodecPro-Regular.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'CodecPro';
    src: url('../../fonts/codec-pro/CodecPro-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/* Medium (News) */
@font-face {
    font-family: 'CodecPro';
    src: url('../../fonts/codec-pro/CodecPro-News.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'CodecPro';
    src: url('../../fonts/codec-pro/CodecPro-NewsItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

/* Bold */
@font-face {
    font-family: 'CodecPro';
    src: url('../../fonts/codec-pro/CodecPro-Bold.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'CodecPro';
    src: url('../../fonts/codec-pro/CodecPro-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

/* Extra Bold */
@font-face {
    font-family: 'CodecPro';
    src: url('../../fonts/codec-pro/CodecPro-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}
@font-face {
    font-family: 'CodecPro';
    src: url('../../fonts/codec-pro/CodecPro-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

/* Black / Heavy */
@font-face {
    font-family: 'CodecPro';
    src: url('../../fonts/codec-pro/CodecPro-Heavy.ttf') format('truetype');
    font-weight: 900;
}
@font-face {
    font-family: 'CodecPro';
    src: url('../../fonts/codec-pro/CodecPro-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}



body {
/*  font-family: "Inter", sans-serif;*/
  font-family: 'CodecPro', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  color: #5D5D5D;
}

a, button {
    text-decoration: none;
    outline: none;
    border: none;
}

h1, h2, h3, h4 ,h5, h6, p {
    margin: 0;
}

h1, h2, h3, h4 ,h5, h6 {
    font-family: "Unbounded", sans-serif;
}

input, select, textarea {
    outline: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px;
    padding: 0 20px;
}

.row {
    margin-left: -20px;
    margin-right: -20px;
}

.row>* {
    padding: 0 20px;
}

.codec-font {
    font-family: 'CodecPro', sans-serif;
}

.weak-password {
    background-color: #FBE1E1;
    padding: 5px 10px;
    border-radius: 4px;
    margin-top: 5px;
}
 
.medium-password {
    background-color: #fd0;
    padding: 5px 10px;
    border-radius: 4px;
    margin-top: 5px;
}
 
.strong-password {
    background-color: #D5F9D5;
    padding: 5px 10px;
    border-radius: 4px;
    margin-top: 5px;
}

.heading-64 {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    color: #0A0A0A;
}

.heading-white {
    color: #fff;
}

.heading-48 {
    color: #0A0A0A;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.heading-40 {
    color: #0A0A0A;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.heading-32 {
    color: #0A0A0A;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.heading-24 {
    color: #0A0A0A;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.weight-700 {
    font-weight: 700;
}

.mt-20-all {
    margin-top: 20px;
}

/*Comming Soon Css Start*/

.comming-soon-section {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), url(../images/banner-bg-img.png);
    height: 100vh;
    padding: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

.comming-soon-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.comming-soon-section img {
    max-width: 300px;
    width: 100%;
    object-fit: contain;
}

.comming-soon-section h1 {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center;
}

/*Comming Soon Css End*/

/*Header Css Start*/

.header {
    background: #0A0A0A;
    padding: 20px 0px;
}

.header-logo {
    max-width: 300px;
    display: block;
}

.header-logo img {
    width: 100%;
    object-fit: contain;
}

.left-header-div {
    display: flex;
    align-items: center;
}

.header-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
}

.header-menu li {
    padding: 0 20px;
}

.header-menu li a {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.header-menu li a:hover, .header-menu .header-menu-active a {
    text-decoration: underline;
}

.header-menu li .dropdown-toggle::after {
    border: none;
    background-image: url(../images/down-angle.png);
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 15px;
    vertical-align: middle;
}

.header-menu li .dropdown-menu {
    background: #0A0A0A;
    padding: 10px 15px;
    border-radius: 0;
    border: none;
}

.header-menu li .dropdown-menu li {
    padding: 0;
    margin-top: 5px;
}

.header-menu li .dropdown-menu li a {
    padding: 5px 0;
    font-size: 18px;
    display: block;
}

.header-menu li.header-menu-li-mobile {
    display: none;
}

.custom-dropdown-header {
    display: none;
    position: absolute;
    top: 100%;
    border-radius: 20px;
    background: #fff;
    padding: 10px 20px;
    z-index: 2;
    list-style-type: none;
    width: 300px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.custom-dropdown-header-menu {
    position: relative;
}

.custom-dropdown-header.custom-dropdown-header-show {
    display: block;
}

.header-menu .custom-dropdown-header-menu-a {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header-menu .custom-dropdown-header-menu-a:after {
    content: '';
    background-image: url(../images/down-angle.png);
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.custom-dropdown-header li a {
    color: #0A0A0A;
    padding: 10px 0;
    display: block;
}

.custom-dropdown-header li {
    padding: 0 !important;
}

.custom-dropdown-header li:not(:last-child) a {
    border-bottom: 1px solid #0A0A0A;
}

.header-menu .custom-dropdown-header-menu.header-menu-active a {
    text-decoration: none;
}

.header-menu .custom-dropdown-header-menu.header-menu-active a.custom-dropdown-header-menu-a {
    text-decoration: underline;
}

.header-menu .custom-dropdown-header-menu.header-menu-active .custom-dropdown-header a:hover {
    text-decoration: underline;
}

.header-menu .custom-dropdown-header-menu.header-menu-active .custom-dropdown-header .header-menu-active a {
    text-decoration: underline;
}


.header-call-btn {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0 20px 0 20px
}

.header-call-btn span {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.header-call-btn a {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    display: flex;
    align-items: flex-end;
    gap: 3px;
}

.header-call-btn a img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.header-call-btn a:hover {
    text-decoration: underline;
}

.header-login-btn {
    background: #FFF;
    padding: 8px;
    width: 56px;
    height: 56px;
    margin-left: 20px;
    border-radius: 8px;
    position: relative;
}

.header-login-btn-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.10);
    background: #fff;
    border-radius: 5px;
    padding: 5px 5px 3px 5px;
    color: #0A0A0A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    opacity: 0;
    transition: ease-in-out 0.1s;
    white-space: nowrap;
}

.header-login-btn-tooltip-login {
    left: auto;
    right: 0;
}

.header-login-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-below {
    background: #fff;
    padding: 16px 0;
}

.header-below-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.header-below-menu li a {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.header-below-menu li a:hover, .header-below-menu .header-below-menu-active a {
    text-decoration: underline;
}

.header-below-menu li .dropdown-toggle::after {
    border: none;
    background-image: url(../images/down-angle-black.png);
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 15px;
    vertical-align: middle;
}

.header-below-menu li .dropdown-menu {
    padding: 10px 15px;
    border-radius: 0;
    border: none;
}

.header-below-menu li .dropdown-menu li {
    margin-top: 5px;
}

.header-below-menu li .dropdown-menu li a {
    padding: 5px 0;
    font-size: 18px;
    display: block;
}

#mobile-menu-toggle {
    background: transparent;
    width: 35px;
    display: none;
    padding: 0;
}

#mobile-menu-toggle img, #mobile-menu-toggle-close img {
    width: 100%;
}

#mobile-menu-toggle-close {
    display: none;
    background: transparent;
    width: 30px;
}

/*.main-header.main-header-sticky {
    position: fixed;
    z-index: 999;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    animation-name: sticky_header_fadein;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
}
*/
@keyframes sticky_header_fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*Header Css End*/

/*Home Css Start*/

.main-banner {
/*    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);*/
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url(../images/banner-bg-img.png);
    position: relative;
    overflow: hidden;
    padding: 75px 0 124px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: -1;
    object-fit: cover;
}

.para-20 {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.para-white {
    color: #FFF;
}

.banner-para {
    font-weight: 500;
}

.white-btn {
    background: #FFF;
    padding: 14px 24px 12px 24px;
    display: inline-block;
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    border-radius: 8px;
}

.white-btn:hover, .white-border-btn:hover {
    text-decoration: underline;
}

.white-border-btn {
    border-radius: 8px;
    border: 2px solid #0A0A0A;
    padding: 12px 16px 10px 16px;
    color: #0A0A0A;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    display: inline-block;
}

.main-banner .white-btn {
    margin-top: 26px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    padding: 14px 24px;
}

.main-banner-form {
    border-radius: 20px;
    border: 1px solid #0A0A0A;
    background: #0A0A0A;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.main-banner-form-title-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
}

.banner-form-heading {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    font-family: "Unbounded", sans-serif;
}

.banner-form-payment-logo {
    display: flex;
    gap: 8px;
}

.quote-form-payment-logo-paypal {
    width: 27px;
    object-fit: contain;
    display: none;
}

.quote-form-payment-logo-american {
    width: 50px;
    object-fit: contain;
}

.quote-form-payment-logo-visa {
    width: 88px;
    object-fit: contain;
}

.quote-form-payment-logo-mastercard {
    width: 45px;
    object-fit: contain;
}

.form-row {
    margin-top: 40px;
}

.form-label {
    color: #0A0A0A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}

.form-label-white {
    color: #fff;
}

.form-control {
    border-radius: 8px;
    border: 1px solid #0A0A0A !important;
    background: #FFF;
    outline: none !important;
    box-shadow: none !important;
    padding: 16px 8px;
    color: #0A0A0A !important;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-top: 8px;
    font-family: 'CodecPro', sans-serif;
}

.form-control::placeholder {
    color: rgba(0, 0, 0, 0.60) !important;
    font-family: 'CodecPro', sans-serif;
}

.form-control-white-bg {
    border-color: #fff !important;
}

.form-control-white-bg[type="file"]::-webkit-file-upload-button {
    border-right: 1px solid #0A0A0A;
}

.form-control-white-bg[type="file"]::file-selector-button {
    border-right: 1px solid #0A0A0A;
}


.note-editor {
    margin-top: 8px;
    background: #fff;
}

.note-editor.fullscreen {
    margin-top: 0;
}

select.form-control {
    background-image: url(../images/down-arrow.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    padding-right: 25px;
}

select.form-control.form-control-select-angle {
    background-image: url(../images/down-angle-black-1.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    padding-right: 35px;
}

textarea.form-control {
    resize: none;
    height: 222px;
}

input[type=number].form-control::-webkit-inner-spin-button,
input[type=number].form-control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].form-control {
    -moz-appearance: textfield;
}

.form-control[type="file"] {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 12px;
    line-height: 57px;
}

.form-row-flex {
    display: flex;
    gap: 20px;
}

.form-row-flex .form-row-flex-width {
    width: 100%;
}

.parcel-item .form-row-flex {
    flex-wrap: wrap;
}

.parcel-item .form-row-flex .form-row-flex-width {
    width: calc(20% - 16px);
}

/*.parcel-wrapper {
    max-height: 545px;
    overflow-y: auto;
}*/

.parcel-wrapper::-webkit-scrollbar {
  width: 5px;
}

.parcel-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
.parcel-wrapper::-webkit-scrollbar-thumb {
  background: #fff; 
  border-radius: 10px;
}

.form-blue-btn {
    border-radius: 8px;
    background: #3BAFD7;
    padding: 14px 24px 12px 24px;
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    display: flex;
    gap: 16px;
    margin-left: auto;
    margin-right: auto;
}

.form-blue-btn img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

#customer_msg_sec {
    text-align: left;
}

.form-blue-btn:hover {
    text-decoration: underline;
}

.addremoveparbtn {
    border-radius: 8px;
    padding: 16px 5px 15px 5px;
    margin-top: 26px;
    width: 100%;
}

.addremoveparbtn i {
    color: #0A0A0A;
    font-size: 25px;
}

.addremoveparbtn:hover {
    background: #fff;
}

.addParcel {
    background: #3BAFD7;
}

.removeParcel {
    background: #dc3545;
}

.form-row-submit {
    margin-top: 95px;
    text-align: center;
}

.main-banner-form:after {
    content: '';
    background-image: url(../images/blue-bg-gradient.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -50%;
    bottom: -50%;
    width: 826px;
    height: 826px;
}

.main-banner-form form {
    position: relative;
    z-index: 1;
}

.about-section {
    padding: 65px 0;
}

.section-top-heading {
    color: #0082C7;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.section-top-heading-black {
    color: #0A0A0A;
}

.blue-btn {
    border-radius: 8px;
    background: #3BAFD7;
    padding: 14px 24px 12px 24px;
    display: inline-block;
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.blue-btn img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.blue-btn:hover {
    text-decoration: underline;
}

.call-btn-div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.call-btn-div span {
    color: #0A0A0A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.call-btn-div a {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    display: flex;
    align-items: flex-end;
}

.call-btn-div a img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.call-btn-div a:hover {
    text-decoration: underline;
}

.two-bnt-div {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}

.section-border-radius-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.section-right-gradient {
    overflow: hidden;
}

.section-right-gradient .container {
    position: relative;
}

.section-right-gradient .container:after {
    content: '';
    background-image: url(../images/blue-bg-gradient.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -400px;
    top: -75px;
    width: 826px;
    height: 826px;
    z-index: -1;
}

.cta-section {
    padding: 72px 0;
}

.cta-section .para-20 {
    max-width: 437px;
}

.cta-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-top: 13px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 40px;
}

.cta-list li {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    display: flex;
    gap: 8px;
    width: 100%;
}

.cta-list li:before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../images/check-bold.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.section-blue {
    background: #3BAFD7;
}

.logo-slider-section {
    padding: 57px 0 71px 0;
}

.logo-slider-section .section-top-heading {
    text-align: center;
    margin-bottom: 19px;
}

.logo-slider-section .heading-40 {
    text-align: center;
    max-width: 812px;
    margin: 0 auto;
    width: 100%;
    padding: 0 12px;
}

.logo-slider-section .para-20 {
    text-align: center;
    max-width: 835px;
    margin: 16px auto 0;
    padding: 0 12px;
}

.custom-gallery-slider {
    overflow: hidden;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}
 
.custom-gallery-slider-track {
    display: flex;
    width: max-content;
    animation-delay: 0.01s;
}
 
 
.custom-gallery-slider-item {
    width: 260px;
    height: 160px;
    padding: 20px 20px;
}
 
 
.custom-gallery-slider-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
    background: #FFF;
    border-radius: 16px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
}

/* Right to Left */
@keyframes custom-gallery-slider-scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
}
 
.custom-gallery-slider-scroll-left .custom-gallery-slider-track {
    animation: custom-gallery-slider-scroll-left 100s linear infinite;
}
 
.custom-gallery-slider-scroll-left:hover .custom-gallery-slider-track {
    animation-play-state: paused;
}

.main-cta-form {
    border-radius: 20px;
    border: 1px solid #0A0A0A;
    background: #0A0A0A;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.main-cta-form-title-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
}

.cta-form-heading {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
}

.cta-form-payment-logo {
    display: flex;
    gap: 8px;
}

.main-cta-form:after {
    content: '';
    background-image: url(../images/blue-bg-gradient.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -50%;
    bottom: -50%;
    width: 826px;
    height: 826px;
}

.main-cta-form form {
    position: relative;
    z-index: 1;
}

.services-section {
    padding: 77px 0;
}

.services-section .heading-48 {
    max-width: 666px;
}

.service-slider-slide-inner {
    padding: 32px 20px;
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 523px;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-slider-slide-inner:before {
    content: '';
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.service-slide-icon {
    width: 64px;
    height: 64px;
    position: relative;
}

.service-slide-title {
    margin-top: 8px;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    position: relative;
}

.service-slide-para {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 8px;
    position: relative;
}

.service-slide-link {
    padding: 14px 24px 12px 24px;
    border-radius: 8px;
    background: #3BAFD7;
    color: #0A0A0A;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    position: relative;
    display: inline-block;
}

.service-slide-link:hover {
    text-decoration: underline;
}

.service-slider-main {
    position: relative;
    margin-top: 70px;
}

.service-slider-main .swiper-button-next::after, .service-slider-main .swiper-button-prev::after {
    display: none;
}

.service-slider-main .swiper-button-next, .service-slider-main .swiper-button-prev {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
}


.service-slider-main .swiper-button-next {
    background-image: url(../images/right-angle.png);
    right: -35px;
}

.service-slider-main .swiper-button-prev {
    background-image: url(../images/left-angle.png);
    left: -35px;
}

.service-slider-main .swiper-pagination {
    position: unset;
    margin-top: 55px;
    display: flex;
    justify-content: center;
    gap: 16px;
}

.service-slider-main .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 12px;
    height: 12px;
    border-radius: 10000px;
    background: rgba(30, 30, 30, 0.40);
    opacity: 1;
}

.service-slider-main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0082C7;
    width: 42px;
}

.process-section-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.process-left-div {
    max-width: 554px;
/*    margin-left: auto;*/
    padding: 50px 0;
}

.process-section-right-img .process-left-div {
    margin-left: auto;
}

.step-divs {
    display: flex;
    gap: 20px;
    margin-top: 100px;
}

.step-icon-div {
    border-radius: 100px;
    background: #3BAFD7;
    padding: 16px;
    height: 80px;
    width: 80px;
    min-width: 80px;
    min-height: 80px;
}

.step-icon-div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.step-div-title {
    color: #0082C7;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
}

.step-div-title-number {
    color: #1E1E1E;
}

.step-div-para {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 20px;
    padding-right: 35px;
}

.step-div-main {
    margin-top: 60px;
    position: relative;
}

.step-div-main:after {
    content: '';
    width: 2px;
    height: 85%;
    position: absolute;
    top: 20px;
    left: 40px;
    z-index: -1;
    background-image: url(../images/step-border-line.png);
/*    background-size: contain;*/
    background-repeat: repeat-y;
}

.choose-section {
    padding: 73px 0;
}

.choose-div-inner {
    display: flex;
    gap: 8px;
    margin-top: 30px;
}

.choose-icon-div {
    min-width: 48px;
    min-height: 48px;
    width: 48px;
    height: 48px;
}

.choose-icon-div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.choose-div-title {
    color: #0A0A0A;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.choose-div-para {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 16px;
}

.choose-main-div {
    margin-top: 78px;
    margin-bottom: 68px;
}

.choose-images-div {
    display: flex;
    gap: 18px;
    max-height: 850px;
}

.choose-images-div-left {
    width: 100%;
}

.full-border-img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.choose-images-div-right .full-border-img {
    height: calc(50% - 8px);
}

.faq-section {
    padding: 85px 0 55px;
}

.faq-tabs ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.faq-tabs .nav-link {
    padding: 16px;
    color: #0A0A0A;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    min-width: 180px;
    outline: none;
    box-shadow: none;
    border-radius: 8px;
}

.faq-tabs .nav-link.active {
    background: #3BAFD7;
}

.faq-tabs {
    margin-top: 47px;
    margin-bottom: 48px;
}

.faq-tabs .accordion .accordion-item {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.80);
    border-radius: 0;
}

.faq-tabs .accordion {
    margin-top: 6px;
}

.faq-tabs .accordion .accordion-button {
    outline: none;
    padding: 20px 16px;
    border-radius: 0 !important;
    border: none !important;
    background: #fff;
    box-shadow: none;
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    font-family: 'CodecPro', sans-serif;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.faq-tabs .accordion .accordion-button::after {
    margin: 0;
    background-image: url(../images/down-angle-black.png);
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.faq-tabs .accordion .accordion-body {
    padding: 0px 16px 20px 16px;
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.section-border-radius-image-div {
    height: 100%;
}

.section-icon {
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 8px;
}

.about-page-section {
    padding: 38px 0 45px;
}

.black-card {
    border-radius: 20px;
    background: #0A0A0A;
    padding: 40px;
    position: relative;
    overflow: hidden;
    position: sticky;
    top: 20px;
}

.black-card:after {
    content: '';
    background-image: url(../images/blue-bg-gradient.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -60%;
    bottom: -60%;
    width: 629px;
    height: 629px;
}

.black-card-title {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.black-card-list {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

.black-card-list li {
    margin-top: 16px;
    display: flex;
    gap: 8px;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.black-card-list li img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.black-card p {
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    position: relative;
    z-index: 1;
}

.black-card-btn {
    display: block;
    width: 100%;
    margin-top: 40px;
    border-radius: 8px;
    background: #3BAFD7;
    padding: 14px 24px 12px 24px;
    color: #0A0A0A;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    position: relative;
    z-index: 1;
}

.black-card-btn:hover {
    text-decoration: underline;
}

.black-card-call-text {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    position: relative;
    z-index: 1;
}

.black-card-call-text a {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.black-card-call-text a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-top: -3px;
}

.black-card-call-text a:hover {
    text-decoration: underline;
}

.about-service-main-div {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.about-service-div-inner {
    width: calc(33.33% - 13.33px);
    padding: 32px 20px;
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 360px;
}

.about-service-div-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
}

.about-service-div-icon {
    width: 64px;
    height: 64px;
    object-fit: contain;
    position: relative;
}

.about-service-div-title {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 8px;
    position: relative;
    min-height: 48px;
}

.about-service-div-para {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 8px;
    position: relative;
}

.about-service-div-link {
    position: relative;
    border-radius: 8px;
    background: #3BAFD7;
    padding: 14px 24px 12px 24px;
    color: #0A0A0A;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    display: inline-block;
}

.about-service-div-link:hover {
    text-decoration: underline;
}

.about-choose-div {
    margin-top: 40px;
}

.about-choose-div-inner {
    display: flex;
    gap: 16px;
    margin-top: 20px;
}

.about-choose-icon-div {
    min-width: 48px;
    min-height: 48px;
    width: 48px;
    height: 48px;
}

.about-choose-icon-div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-choose-div-title {
    color: #0A0A0A;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.about-choose-div-para {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 8px;
}

/*Home Css End*/

/*Breadcumb Css Start*/

.breadcumb-section {
    padding: 50px 0 13px 0;
}

.breadcumb {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}

.breadcumb li {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.breadcumb li.breadcumb-active {
    font-weight: 600;
}

.breadcumb li a {
    color: #0A0A0A;
}

.breadcumb li a:hover {
    text-decoration: underline;
}

/*Breadcumb Css End*/

/*Inner Banner Css Start*/

.inner-banner {
    margin-top: 10px;
}

.inner-banner-div {
    padding: 150px 20px;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    min-height: 391px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.inner-banner-div::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
}

.inner-banner-heading {
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.inner-banner-para {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 8px;
}

/*Inner Banner Css End*/


/*Contact Css Start*/

.contact-section {
    padding: 17px 0 0 0;
}

.contact-sec-img-div {
    width: 100%;
    height: 100%;
}

.contact-sec-img-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px 0 0 16px;
}

.contact-form-div {
    padding: 40px;
    background: #0A0A0A;
    height: 100%;
    width: 100%;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.contact-form-div:after {
    content: '';
    background-image: url(../images/blue-bg-gradient.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -65%;
    bottom: -27%;
    width: 826px;
    height: 826px;
}

.contact-form-div .contact-form {
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.contact-form .form-row {
    margin-top: 20px;
}

.contact-form-title {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
}

.contact-form .form-row-submit {
    margin-top: 40px;
    text-align: left;
}

.form-light-blue-btn {
    padding: 14px 24px 12px 24px;
    border-radius: 8px;
    background: #3BAFD7;
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.form-light-blue-btn:hover {
    text-decoration: underline;
}

/*Contact Css End*/

/*Services Css Start*/

.service-section-one {
    padding: 25px 0 109px;
}

.service-section-two {
    padding: 75px 0;
}

.services-page-section {
    padding: 30px 0;
}

.services-page-list-image {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.services-page-list-title {
    margin-top: 8px;
    color: #0A0A0A;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

.services-page-list-btn {
    padding: 14px 24px;
    border-radius: 8px;
    background: #3BAFD7;
    color: #0A0A0A;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    position: relative;
    margin-top: auto;
}

.services-page-list-btn:hover {
    text-decoration: underline;
}

.services-page-list-div {
    height: 100%;
    padding: 12px 0;
}

.services-page-list-content-div {
    height: calc(100% - 250px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.services-section-icon {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 8px;
}

.services-section-border-radius-image-div img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-section-border-radius-image-div {
    padding-top: 72px;
}

/*Services Css End*/


/*Checkout Css Start*/

.checkout-section {
    padding: 40px 0;
}

.checkout-right-side {
    padding: 20px;
    border-radius: 8px;
    background: rgba(10, 10, 10, 0.10);
    position: sticky;
    top: 20px;
}

.checkout-right-inner {
    margin-top: 40px;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
}

.checkout-right-divider {
    background: rgba(10, 10, 10, 0.30);
    height: 1px;
    margin: 24px 0;
}

.checkout-right-detail-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.checkout-right-detail-list li:not(:first-child) {
    margin-top: 8px;
}

.checkout-right-detail-list li {
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.checkout-right-detail-list.checkout-right-detail-list-service li {
    display: flex;
    gap: 30px;
}

.checkout-right-detail-list-label {
    font-weight: 600;
    min-width: 116px;
    width: 116px;
}

.checkout-right-title-edit-div .checkout-right-title {
    margin-bottom: 0;
}

.checkout-right-title-edit-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
}

.checkout-right-title-edit {
    padding: 10px 25px;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 8px;
    background: #3BAFD7;
    color: #0A0A0A;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.checkout-right-title-edit img {
    width: 18px;
}

.checkout-right-title-edit:hover {
    text-decoration: underline;
}

.checkout-right-title {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.checkout-right-detail-list-size {
    list-style-type: disc;
    padding-left: 0;
}

.checkout-right-price {
    color: #3BAFD7;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.checkout-right-price-incl {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.checkout-right-inner-main-div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.checkout-right-inner-logo {
    max-width: 150px;
    width: 100%;
}

.checkout-right-inner-title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    max-width: 130px;
}

.checkout-detail-div {
    margin-top: 40px;
}

.checkout-detail-heading-div {
    padding: 12px 20px;
    background: rgba(10, 10, 10, 0.10);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.checkout-detail-div.checkout-detail-div-active .checkout-detail-heading-div {
    background: #3BAFD7;
    border-radius: 8px 8px 0 0;
}

.checkout-detail-headings {
    color: #0A0A0A;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
}

.checkout-edit-btn {
    padding: 14px 24px;
    display: none;
    gap: 16px;
    align-items: center;
    border-radius: 8px;
    background: #3BAFD7;
    color: #0A0A0A;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.checkout-edit-btn img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.checkout-edit-btn:hover {
    text-decoration: underline;
}

.checkout-detail-div.checkout-detail-div-previous .checkout-edit-btn {
    display: flex;
}

.checkout-detail-content-div {
    border-radius: 0 0 8px 8px;
    background: rgba(59, 175, 215, 0.10);
    padding: 20px;
    display: none;
}

.checkout-detail-div.checkout-detail-div-active .checkout-detail-content-div {
    display: block;
}

.checkout-right-detail-list.checkout-right-detail-list-parcel li {
    display: flex;
    gap: 30px;
}

.form-control-checkout {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #0A0A0A !important;
    background: #FFF;
    outline: none !important;
    box-shadow: none !important;
    padding: 16px;
    color: #0A0A0A !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-top: 8px;
}

.form-control-checkout::placeholder {
    color: rgba(0, 0, 0, 0.60) !important;
}

.form-control-checkout:not(.pickup-date)[readonly] {
    background: #f5f5f5;
}

select.form-control-checkout {
    background-image: url(../images/down-angle-black.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px);
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.datePickerUpcomming {
    background-image: url(../images/calendar-icon-black.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px);
    padding-right: 46px;
}

.timePicker12 {
    background-image: url(../images/clock-icon.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: calc(100% - 7px);
    padding-right: 25px;
}

.checkout-btn-div {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
}

.checkout-next-btn {
    padding: 14px 24px;
    display: flex;
    gap: 16px;
    align-items: center;
    border-radius: 8px;
    background: #3BAFD7;
    color: #0A0A0A;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.checkout-next-btn img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.checkout-next-btn:hover {
    text-decoration: underline;
}

.form-row-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px;
}

.form-control-checkout-checkbox, .form-control-checkbox {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    cursor: pointer;
}

.form-label-checkbox {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    cursor: pointer;
}

.form-label-checkbox a {
    color: #3BAFD7;
}

.form-label-checkbox a:hover {
    text-decoration: underline;
}

.checkout-detail-form-titles {
    margin-top: 40px;
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.checkout-detail-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-top: 20px;
}

.checkout-detail-list li {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.checkout-detail-items {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

.checkout-detail-items .checkout-detail-items-para {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.payment-wrapper-div {
    margin-top: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.payment-wrapper-div input {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    cursor: pointer;
    margin-top: -4px;
}

.payment-wrapper-div label {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    cursor: pointer;
}

.payment-wrapper-div-img-label {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

.checkout-detail-content-div .form-row-submit {
    text-align: left;
    margin-top: 40px;
}

.checkout-detail-content-div .form-row-submit .form-blue-btn {
    margin-left: 0;
}

.insurance-label-main-div {
/*    display: flex;*/
    gap: 5px;
    width: calc(100% - 40px);
}

.custom-tooltip-div-img {
    width: 20px;
    cursor: pointer;
}

.custom-tooltip-div-main {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 8px;
}

.custom-tooltip-div {
/*    position: absolute;*/
/*    background: #fff;*/
/*    border-radius: 10px;*/
/*    width: 416px;*/
/*    padding: 15px;*/
/*    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #01476B;
/*    top: 0;*/
/*    left: 25px;*/
/*    display: none;*/
/*    opacity: 0;*/
/*    transition: ease-in-out 0.1s;*/
/*    z-index: 1;*/
}

.custom-tooltip-div.custom-tooltip-div-active {
    opacity: 1;
    display: block;
}

.insurance-amount {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #0A0A0A !important;
    background: #f5f5f5;
    outline: none !important;
    box-shadow: none !important;
    padding: 16px;
    color: #0A0A0A !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-top: 8px;
}

.package-number-head {
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-top: 40px;
    text-transform: uppercase;
}

.checkout-detail-div .package-number-head {
    margin-top: 25px;
}

.checkout-right-parcel-list {
    padding: 0;
    max-height: 386px;
    overflow-y: auto;
/*    margin-bottom: 20px;*/
/*    border-bottom: 1px solid rgba(10, 10, 10, 0.30);*/
/*    padding-bottom: 20px;*/
    width: 100%;
}

.checkout-right-parcel-list .package-number-head:first-child {
    margin-top: 0;
}

.checkout-detail-content-msg {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.package-number-head.Parcel-One {
    margin-top: 0;
}

.form-row-checkbox-insurance {
    margin-top: 40px;
    border-radius: 8px;
    background: rgba(59, 175, 215, 0.20);
    padding: 8px;
}

.add-parcel-btn {
    display: flex;
    padding: 14px 16px;
    border-radius: 8px;
    border: 2px solid #0A0A0A;
    background: transparent;
    outline: none;
    align-items: center;
    gap: 16px;
    color: #0A0A0A;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 50%;
}

.add-parcel-btn img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.add-parcel-btn:hover {
    text-decoration: underline;
}

.checkout-right-parcel-list-div {
    border-radius: 4px;
    border: 1px solid #0082C7;
    background: rgba(59, 175, 215, 0.10);
    padding: 8px;
    margin-top: 8px;
}

.package-number-head-div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.checkout-package-delete-btn {
    padding: 0;
    outline: none;
    background: transparent;
    width: 24px;
}

.checkout-package-delete-btn img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

#total_amount_deduct ul {
    margin-top: 15px;
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
}

#total_amount_deduct ul li {
    color: #0A0A0A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 5px;
}

#total_amount_deduct ul li span {
    font-weight: 600;
}

.checkout-detail-form-titles-div {
    margin-top: 40px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkout-detail-form-titles-link {
    color: #000;
    font-size: 16px;
    font-style: normal;
    line-height: 120%;
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block;
}

.checkout-detail-form-titles-link:hover {
    text-decoration: underline;
}

.total-amt-deduct-other-amt {
    background: #fff;
    margin-top: 10px;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.total-amt-deduct-other-amt-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.total-amt-deduct-other-amt-left-icon-div {
    background: rgba(10, 10, 10, 0.10);
    padding: 6px 6px 3px 6px;
    border-radius: 5px;
}

.total-amt-deduct-other-amt-left-icon-div i {
    font-size: 18px;
}

.total-amt-deduct-other-amt-left-content-div-title {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.total-amt-deduct-other-amt-left-content-div-para {
    color: #0A0A0A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.total-amt-deduct-other-amt-right-value {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: #0A0A0A;
}

.total-amt-deduct-final-amt {
    padding: 20px;
    border-radius: 10px;
    background: #3BAFD7;
    margin-top: 20px;
}

.total-amt-deduct-final-amt-label {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.total-amt-deduct-final-amt-value {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: #fff;
}

/*#total_amount_deduct {
    max-width: 500px;
}*/

.checkout-service-options {
    border-radius: 8px;
    border: 1px solid #0A0A0A;
    background: #fff;
    padding: 16px;
}

.checkout-service-options-title {
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.checkout-service-option-div-main {
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 8px;
    margin-top: 20px;
}

.checkout-service-option-div {
    width: calc(50% - 4px);
    padding: 0 8px;
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
}

.checkout-service-option-checkbox {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    cursor: pointer;
}

.checkout-service-option-label-img-div {
    display: flex;
    gap: 8px;
    align-items: center;
}

.checkout-service-option-label {
    color: #0A0A0A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    cursor: pointer;
}

.checkout-service-option-tooltip-div {
    width: 20px;
    min-width: 20px;
}

.checkout-service-option-info-img {
    width: 100%;
    object-fit: contain;
    cursor: pointer;
}

.checkout-service-option-tooltip {
    position: absolute;
    opacity: 0;
    display: none;
    transition: ease-in-out 0.3s;
    background: #fff;
    border-radius: 10px;
    width: auto;
    max-width: 500px;
    padding: 10px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #01476B;
    top: 20px;
    left: 0;
    z-index: 1;
}

.checkout-service-option-tooltip-div:hover .checkout-service-option-tooltip {
    display: block;
    opacity: 1;
}

/*Checkout Css End*/

/*Quote Css Start*/

.quote-section {
    padding: 40px 0;
}

.quote-search-div {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    margin-top: 40px;
}

.quote-search-label {
    color: #0A0A0A;
    font-size: 14;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    display: block;
}

.quote-search-field {
    margin-top: 8px;
    border-radius: 8px;
    border: 1px solid #0A0A0A;
    background: #fff;
    padding: 10px 16px;
    color: #0A0A0A;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    min-width: 343px;
    height: 51px;
}

.quote-search-field::placeholder {
    color: #0A0A0A;
}

select.quote-search-field {
    background-image: url(../images/down-angle-black.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px);
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.heading-32-codec {
    color: #1E1E1E;
    font-family: 'CodecPro', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
}

.quote-delivery-pagination {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    gap: 4px;
}

.quote-delivery-pagination-btn {
    border-radius: 5px;
    background: rgba(10, 10, 10, 0.10);
    padding: 8px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    min-width: 27px;
}

.quote-delivery-pagination-btn.quote-delivery-pagination-btn-active {
    background: #3BAFD7;
}

.quote-delivery-pagination-btn-next, .quote-delivery-pagination-btn-prev {
    background: transparent;
    width: 24px;
    padding: 0;
}

.quote-delivery-pagination-btn-next {
    margin-left: 5px;
}

.quote-delivery-pagination-btn-prev {
    margin-right: 5px;
}

.quote-delivery-pagination-btn-next img, .quote-delivery-pagination-btn-prev img {
    width: 7px;
}

.quote-parcel-detail-div {
/*    margin-top: 79px;*/
    border-radius: 8px;
    background: rgba(10, 10, 10, 0.10);
    padding: 20px;
}

.quote-parcel-detail-title-div {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.quote-detail-headings {
    color: #1E1E1E;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
}

.quote-edit-btn {
    padding: 14px 24px;
    display: flex;
    gap: 16px;
    align-items: center;
    border-radius: 8px;
    background: #3BAFD7;
    color: #0A0A0A;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.quote-edit-btn:hover {
    text-decoration: underline;
}

.quote-edit-btn img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.quote-parcel-detail-inner {
    border-radius: 8px;
    background: #FFF;
    padding: 20px;
    margin-top: 20px;
}

.quote-parcel-detail-label {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    min-width: 160px;
}

.quote-parcel-detail-label-value .quote-parcel-detail-label {
    min-width: 10px;
}

.quote-parcel-detail-value {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.quote-parcel-detail-label-value {
    display: flex;
    gap: 20px;
    align-items: center;
}

.quote-parcel-detail-label-value-div-inner {
    display: flex;
    gap: 20px;
    align-items: center;
}

.quote-parcel-detail-label-value-div {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.quote-parcel-detail-label-value-arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.quote-parcel-detail-label-value-arrow {
    width: 20px;
    height: 20px;
    padding: 0 3px;
}

.quote-parcel-detail-value-bg {
    background: rgba(1, 71, 107, 0.20);
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 4px;
}

.quote-parcel-detail-label-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.quote-parcel-detail-label-value-detail-div {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 10px;
}

.quote-delivery-options {
    border-radius: 8px;
    border: 1px solid rgba(10, 10, 10, 0.40);
    margin-top: 38px;
    overflow: hidden;
}

.quote-delivery-options-head-div {
    padding: 20px 20px 40px 20px;
    background: rgba(59, 175, 215, 0.10);
}

.quote-delivery-options-title {
    color: #1E1E1E;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
}

.quote-delivery-options-para {
    margin-top: 8px;
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.quote-table {
    width: 100%;
    table-layout: fixed;
    min-width: 1300px;
}

.quote-table thead tr th {
    border-top: 1px solid rgba(10, 10, 10, 0.30);
    border-bottom: 1px solid rgba(10, 10, 10, 0.30);
    background: rgba(59, 175, 215, 0.10);
    padding: 20px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    position: sticky;
    top: 0;
    z-index: 10;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.quote-table tbody {
    display: block;
    max-height: 600px;
    overflow-y: auto;
    width: 100%;
}

.quote-table tbody::-webkit-scrollbar {
  width: 10px;
}

.quote-table tbody::-webkit-scrollbar-track {
  border-radius: 100px;
  background: rgba(217, 217, 217, 0.20);
}
 
.quote-table tbody::-webkit-scrollbar-thumb {
  background: #D9D9D9; 
  border-radius: 100px;
}

.quote-table thead, .quote-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.quote-table tbody tr td {
    padding: 20px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.quote-table tbody tr:not(:last-child) {
    border-bottom: 1px solid rgba(10, 10, 10, 0.30);
}

.quote-table-carrier-logo {
    width: 100%;
    max-width: 150px;
    max-height: 60px;
    object-fit: contain;
}

.quote-table-btn {
    border-radius: 8px;
    background: #3BAFD7;
    padding: 14px 24px 12px 24px;
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    white-space: nowrap;
    display: flex;
    gap: 10px;
}

.quote-table-btn:hover {
    text-decoration: underline;
}

.quote-table-price {
    color: #0082C7;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.quote-custom-table-header {
    display: flex;
}

.quote-custom-table-title {
    /*border-top: 1px solid rgba(10, 10, 10, 0.30);*/
    border-bottom: 1px solid rgba(10, 10, 10, 0.30);
    background: rgba(59, 175, 215, 0.10);
    padding: 20px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.quote-custom-table-carrier-width {
    width: 18%;
}

.quote-custom-table-collection-width {
    width: 12%;
}

.quote-custom-table-estimate-width {
    width: 17%;
}

.quote-custom-table-addon-width {
    width: 20%;
}

.quote-custom-table-price-width {
    width: 17%;
}

.quote-custom-table-book-width {
    width: 16%;
}

.quote-custom-table-body .quote-custom-table-body-row:not(:last-child) {
    border-bottom: 1px solid rgba(10, 10, 10, 0.30);
}

.quote-custom-table-body-row {
    display: flex;
}

.quote-custom-table-value {
    padding: 20px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.quote-custom-table-carrier-logo {
    width: 100%;
    max-width: 120px;
    max-height: 60px;
    object-fit: contain;
}

.quote-custom-table-price {
    color: #0082C7;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    word-break: break-word;
}

.quote-custom-table-price .quote-custom-table-price-gst {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.quote-custom-table-value-label, .quote-custom-table-value-icon-left-div {
    display: none;
}

.quote-custom-table-value-addon {
    display: flex;
    align-items: center;
    gap: 8px;
}

.quote-custom-table-value-addon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.quote-custom-table-carrier-value {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
}

/*Quote Css End*/

/*Login Css Start*/

.login-banner {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url(../images/banner-bg-img.png);
    padding: 75px 0 124px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.login-banner-form {
    border-radius: 20px;
    border: 1px solid #0A0A0A;
    background: #0A0A0A;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.login-banner-form:after {
    content: '';
    background-image: url(../images/blue-bg-gradient.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -50%;
    bottom: -50%;
    width: 826px;
    height: 826px;
}

.login-banner-form-title-div {
    z-index: 1;
    position: relative;
}

.login-banner-form-heading {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    font-family: "Unbounded", sans-serif;
}

.login-banner-form form {
    position: relative;
    z-index: 1;
}

#toggle-pass, #c-toggle-pass, #n-toggle-pass {
    position: absolute;
    right: 16px;
    top: 48px;
    color: #000;
    font-size: 18px;
    cursor: pointer;
}

.form-error {
    background: red;
    display: block;
    margin-top: 5px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    border-radius: 8px;
    padding: 6px 8px;
/*    text-transform: capitalize;*/
}

.form-forgot-password-div {
    text-align: right;
    margin-top: 20px;
}

.form-forgot-password-div a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.form-forgot-password-div a:hover {
    text-decoration: underline;
}

.login-banner-form .form-row-submit {
    margin-top: 20px;
}

.form-register-div {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-top: 40px;
}

.form-register-div a {
    color: #fff;
}

.form-register-div a:hover {
    text-decoration: underline;
}

.different-login-btns {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.google-login-btn img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.google-login-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 14px 24px 12px 24px;
    color: #0A0A0A;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    border-radius: 8px;
}

.google-login-btn:hover {
    text-decoration: underline;
}

/*Login Css End*/

/*My Account Css Start*/

.my-account-section {
    padding: 50px 0;
}

.my-account-left-side {
    padding: 20px;
    border-radius: 8px;
    background: rgba(10, 10, 10, 0.10);
    position: sticky;
    top: 20px;
}

.my-account-left-side-inner {
    margin-top: 40px;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
}

.my-account-tab {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.my-account-tab .nav-link {
    width: 100%;
    text-align: left;
    padding: 15px 0 10px;
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    outline: none;
    box-shadow: none;
}

.my-account-tab li:not(:last-child) .nav-link {
    border-bottom: 1px solid rgba(10, 10, 10, 0.30);
}

.my-account-tab .nav-link.active, .my-account-tab .nav-link:hover {
    font-weight: 600;
}

.my-account-tab-content {
    padding: 20px;
    border-radius: 8px;
    background: rgba(10, 10, 10, 0.10);
}

.account-tab-content-heading {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    color: #0A0A0A;
}

.account-tab-content-heading-div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.account-tab-content-back-btn {
    border-radius: 8px;
    background: #3BAFD7;
    padding: 14px 24px 12px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.account-tab-content-back-btn:hover {
    text-decoration: underline;
}

.account-tab-content-back-btn img {
    width: 24px;
    object-fit: contain;
}

.table-main-div {
    margin-top: 40px;
}

.data-table {
    width: 100%;
}

.data-table thead tr th {
    background: #3BAFD7;
    padding: 22px 7px !important;
    border: none !important;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 120%;
}

.data-table thead tr th.dt-type-numeric .dt-column-header {
    flex-direction: row !important;
}

.data-table thead tr th:first-child {
    border-radius: 8px 0 0 0;
    padding-left: 20px !important;
}

.data-table thead tr th:last-child {
    border-radius: 0 8px 0 0;
    padding-right: 20px !important;
}

.data-table tbody tr {
    border: 1px solid #D3D3D3;
}

.data-table tbody tr:nth-child(even) {
    background: #ECECEC;
}

.data-table tbody tr:nth-child(odd) {
    background: #fff;
}

.data-table tbody tr td {
    padding: 19px 7px !important;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    border: none !important;
}

.data-table tbody tr td.dt-type-numeric {
    text-align: center;
}

.data-table tbody tr td.td-bold {
    font-weight: 600;
}

.data-table tbody tr td:first-child {
    padding-left: 20px !important;
}

.data-table tbody tr td:last-child {
    padding-right: 20px !important;
}

.table-action {
    display: flex;
    gap: 10px;
    align-items: center;
}

.table-action a img {
    width: 100%;
    object-fit: contain;
}

.table-action a {
    width: 24px;
    height: 24px;
}

.table-action .account-tab-content-back-btn {
    width: auto;
    height: auto;
}

.table-dropdown .dropdown-toggle {
    margin: 0;
    padding: 0;
    background: none;
}

.table-dropdown .dropdown-toggle img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.table-dropdown .dropdown-toggle::after {
    display: none;
}

.table-dropdown .dropdown-menu {
    min-width: 50px !important;
}

.table-dropdown .dropdown-menu li {
    padding: 5px 10px;
    text-align: center;
}

.table-dropdown .dropdown-menu li a {
    display: block;
}

.table-dropdown .dropdown-menu li a img {
    width: 24px;
    object-fit: contain;
}

.table-route {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.table-route img {
    width: 24px;
    object-fit: contain;
}

.table-status {
    border-radius: 8px;
    background: #D0FFB8;
    padding: 9px 16px;
    color: #1D3611;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    display: inline-block;
}

.table-status-open {
    background: #C6EBFF;
    color: #102F8C;
}

.table-status-pending {
    background: #FFEDB8;
    color: #A16E1C;
}

.table-status-rejected {
    background: #e74c3c3b;
    color: #E74C3C;
}

.dt-container .dt-length {
    color: #1E1E1E !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dt-container .dt-length .dt-input {
    border-radius: 8px;
    border: 1px solid #0A0A0A !important;
    background: #FFF;
    outline: none !important;
    box-shadow: none !important;
    padding: 7px 3px 4px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.dt-container .dt-search label {
    color: #1E1E1E;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.dt-container .dt-search .dt-input {
    border-radius: 8px;
    border: 1px solid #0A0A0A !important;
    background: #FFF;
    outline: none !important;
    box-shadow: none !important;
    padding: 10px 8px;
    color: #0A0A0A !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.dt-container .dt-info {
    color: #1E1E1E !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.table-main-div .dt-layout-table .dt-layout-cell {
    width: 100%;
    overflow-x: auto;
}

.form-control-view {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    width: 100%;
    display: block;
/*    margin-top: 8px;*/
/*    font-family: "Unbounded", sans-serif;*/
}

#payment_method {
    text-transform: capitalize;
}

a.form-control-view {
    color: #3BAFD7;
}

a.form-control-view:hover {
    text-decoration: underline;
}

.form-control-view-route {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.form-control-view-route img {
    width: 24px;
    object-fit: contain;
}

.account-tab-wallet-amt {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 20px;
}

.account-tab-wallet-amt span {
    font-weight: 900;
}


.ticket-id-label {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.ticket-id-value {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.close-ticket-btn {
    border-radius: 8px;
    background: #3BAFD7;
    padding: 10px 15px 7px 15px;
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.close-ticket-btn:hover {
    text-decoration: underline;
}

.ticket-time {
    border-radius: 8px;
    background: #ffffff;
    padding: 10px 15px 7px 15px;
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.ticket-message-box {
    background:#ffeaea;
    border:1px solid #ffb3b3;
    padding:20px;
    border-radius:8px;
    text-align:center;
    margin-top: 20px;
}

.ticket-message-box-title {
    color:#d60000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.ticket-message-box-para {
    color:#555;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 10px;
}

/*#ticketReplies {
    max-height: 380px;
    overflow-y: auto;
    padding-right: 3px;
}

#ticketReplies::-webkit-scrollbar {
  width: 5px;
}

#ticketReplies::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
#ticketReplies::-webkit-scrollbar-thumb {
  background: #3BAFD7; 
  border-radius: 10px;
}*/

.account-white-card {
    background: #fff;
    padding: 0px;
    border-radius: 8px;
}

.account-white-card-inner {
    padding: 20px;
}

.account-white-card-title {
    border-bottom: 1px solid rgba(10, 10, 10, 0.30);
    font-family: "Unbounded", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    color: #0A0A0A;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.account-white-card-title-btn {
    border-radius: 8px;
    background: #3BAFD7;
    padding: 12px 16px 9px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.account-white-card-title-btn:hover {
    text-decoration: underline;
}

.ticket-chat-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
/*    flex-wrap: wrap;*/
}

.ticket-chat-div-right {
    min-width: 180px;
    text-align: right;
}

.account-white-card-inner .ticket-chat-div:not(:last-child) {
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.account-white-card-inner .ticket-chat-div:first-child {
    margin-top: 0;
}

.ticket-chat-title {
    color: #0A0A0A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
}

.ticket-chat-msg {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.ticket-chat-time {
    border-radius: 8px;
    background: #3BAFD7;
    padding: 10px 15px 7px 15px;
    color: #0A0A0A;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    display: inline-block;
}

.consignment-payment-status {
    border-radius: 8px;
    background: #D0FFB8;
    padding: 6px 16px;
    color: #1D3611;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'CodecPro', sans-serif;
    text-transform: none;
}

#ticket_msg {
    margin-top: 40px;
}

.filter-row .form-row {
    margin-top: 21px;
}

.filter-search-div {
    position: relative;
}

.filter-search-icon {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.filter-search-div .form-control {
    padding-left: 47px;
}

.filter-row .form-control {
    margin-top: 4px;
}

.ticket-listing-div {
    border-radius: 16px;
    border: 1px solid #D3D3D3;
    margin-top: 21px;
    overflow: hidden;
}

.ticket-listing-div-inner {
    border-bottom: 1px solid #D3D3D3;
    background: #fff;
    padding: 12px 12px 12px 20px;
    display: flex;
    gap: 23px;
}

.ticket-listing-div .ticket-listing-div-inner:last-child {
    border-bottom: 0;
}

.ticket-listing-div-left {
    padding-top: 10px;
}

.ticket-listing-div-dot {
    width: 9px;
    height: 9px;
    min-width: 9px;
    min-height: 9px;
    border-radius: 1000px;
    background: #25E703;
}

.ticket-listing-div-dot.ticket-listing-div-dot-closed {
    background: #AFA8A5;
}

.ticket-listing-div-right {
    width: calc(100% - 32px);
}

.ticket-listing-div-right-condignment-time-div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.ticket-listing-div-right-condignment-status-div {
    display: flex;
    gap: 8px;
    align-items: center;
}

.ticket-listing-div-right-condignment {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.ticket-listing-div-right-status {
    border-radius: 8px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding: 6px 16px 4px 16px;
    background: #D0FFB8;
    color: #1D3611;
    text-transform: uppercase;
}

.ticket-listing-div-right-status.ticket-listing-div-right-status-closed {
    background: #D3D3D3;
    color: #424242;
}

.ticket-listing-time-para {
    color: #0A0A0A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    opacity: 0.7;
}

.ticket-listing-div-right-issue-div {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    align-items: center;
    justify-content: space-between;
}

.ticket-listing-div-right-issue-div-inner {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ticket-listing-div-right-require {
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.ticket-listing-div-right-issue {
    color: #8E1717;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    border-radius: 8px;
    border: 1px solid #8E1717;
    background: rgba(255, 184, 184, 0.20);
    padding: 6px 16px 4px 16px;
}

.ticket-listing-div-right-issue.ticket-listing-div-right-issue-delay {
    border-color: #424242;
    color: #424242;
    background: #fff;
}

.ticket-listing-div-inner .view-help-desk {
    border-radius: 8px;
    border: 1px solid #0A0A0A;
    padding: 12px 16px 6px 16px;
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    display: flex;
    gap: 5px;
}

.ticket-listing-div-inner .view-help-desk img {
    width: 20px;
    object-fit: contain;
    margin-top: -3px;
}

.ticket-listing-div-inner .view-help-desk:hover {
    text-decoration: underline;
}

.ticket-listing-div-right-msg {
    margin-top: 8px;
    color: #0A0A0A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.account-tab-content-heading-back-div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.account-tab-content-back-btn-heading {
    background: transparent;
    padding: 0;
    margin: 0;
    outline: none;
}

.account-tab-content-back-btn-heading img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.ticket-status-view {
    border-radius: 8px;
    background: #D0FFB8;
    color: #1D3611;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding: 10px 16px 6px 16px;
    text-transform: uppercase;
}

.white-card-new {
    border-radius: 8px;
    border: 1px solid rgba(10, 10, 10, 0.40);
    background: #FFF;
    margin-top: 21px;
}

.white-card-new-inner {
    padding: 20px;
}

.white-card-new-form-row {
    margin-top: 8px;
    display: flex;
    gap: 16px;
    align-items: center;
}

.white-card-new-form-label {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    min-width: 135px;
    width: 135px;
}

.white-card-new-form-control-view {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    word-break: break-word;
}

.white-card-new-form-control-view br {
    display: none;
}

.white-card-new-form-control-view-issue-type {
    border-radius: 8px;
    border: 1px solid #8E1717;
    background: rgba(255, 184, 184, 0.20);
    color: #8E1717;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding: 14px 16px 10px 16px;
}

.white-card-new-form-control-view-download-attachment img {
    width: 30px;
    height: 100%;
    object-fit: contain;
}

.white-card-new-form-control-view-download-attachment {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.white-card-new-form-control-view-download-attachment:hover {
    text-decoration: underline;
}

.white-card-new-title-div {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(10, 10, 10, 0.30);
}

.white-card-new-title {
    color: #1E1E1E;
    font-family: Unbounded;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.white-card-new-title-msg {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 10px;
}

.ticket-chat-attach-submit-div {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 10px;
    flex-wrap: wrap;
}

.reply-chat-file {
    position: relative;
}

.reply-chat-file-custom-design {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 14px 16px 12px 16px;
    border-radius: 8px;
    border: 2px solid #0A0A0A;
}

.reply-chat-file-custom-design-text {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 2px;
}

.reply-chat-file-custom-design img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.reply-chat-file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.ticket-chat-attach-submit-div .form-row-submit {
    margin-top: 0;
}

.white-card-ticket-chat {
    padding: 40px 20px;
    border-bottom: 1px solid rgba(10, 10, 10, 0.30);
    max-height: 585px;
    overflow-y: auto;
}

.white-card-ticket-chat::-webkit-scrollbar {
  width: 5px;
}

.white-card-ticket-chat::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
.white-card-ticket-chat::-webkit-scrollbar-thumb {
  background: #3BAFD7; 
  border-radius: 10px;
}

.white-card-ticket-chat-div-you {
    margin-top: 16px;
    max-width: 500px;
    width: 90%;
    margin-left: auto;
    text-align: right;
}

.white-card-ticket-chat-div-you .white-card-ticket-chat-msg {
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border-radius: 16px 16px 8px 16px;
    background: #3BAFD7;
    padding: 16px;
    display: inline-block;
    text-align: left;
    margin-bottom: 8px;
    word-break: break-all;
}

.white-card-ticket-chat-div-you .white-card-ticket-chat-detail {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.white-card-ticket-chat-div-you .white-card-ticket-chat-authore {
    color: #3BAFD7;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.white-card-ticket-chat-time {
    color: #0A0A0A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.white-card-ticket-chat-div-admin {
    margin-top: 16px;
    max-width: 500px;
    width: 90%;
}

.white-card-ticket-chat-div-admin .white-card-ticket-chat-msg {
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border-radius: 16px 16px 16px 8px;
    background: rgba(10, 10, 10, 0.10);
    padding: 16px;
    display: inline-block;
    text-align: left;
    margin-bottom: 8px;
    word-break: break-all;
}

.white-card-ticket-chat-div-admin .white-card-ticket-chat-detail {
    display: flex;
    gap: 8px;
}

.white-card-ticket-chat-div-admin .white-card-ticket-chat-authore {
    color: rgba(10, 10, 10, 0.30);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.white-card-ticket-chat-download img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.white-card-ticket-chat-div-you .white-card-ticket-chat-download {
    display: block;
    width: 40px;
    margin-left: auto;
    margin-bottom: 8px;
}

.white-card-ticket-chat-div-admin .white-card-ticket-chat-download {
    display: block;
    width: 40px;
    margin-bottom: 8px;
}

.ticket-listing-div-no-found {
    background: #fff;
    padding: 12px 12px 9px 12px;
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.my-account-content-div .no-data-found {
    background: #fff;
    padding: 12px 12px 9px 12px;
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    border-radius: 16px;
}

.my-account-sidebar-ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.account-sidebar-link {
    width: 100%;
    text-align: left;
    padding: 15px 0 10px;
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    outline: none;
    box-shadow: none;
    display: block;
}

.account-sidebar-link.account-sidebar-link-active, .account-sidebar-link:hover {
    font-weight: 600;
}

.my-account-sidebar-ul li:not(:last-child) .account-sidebar-link {
    border-bottom: 1px solid rgba(10, 10, 10, 0.30);
}

.my-account-content-div {
    padding: 20px;
    border-radius: 8px;
    background: rgba(10, 10, 10, 0.10);
}

.account-white-card-option-div {
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
    margin-top: 20px;
}

.account-white-card-option-checkbox {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    cursor: pointer;
}

.account-white-card-option-label-img-div {
    display: flex;
    gap: 8px;
    align-items: center;
}

.account-white-card-option-label {
    color: #0A0A0A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    cursor: pointer;
}

.account-white-card-option-tooltip-div {
    width: 20px;
    min-width: 20px;
}

.account-white-card-option-info-img {
    width: 100%;
    object-fit: contain;
    cursor: pointer;
}

.account-white-card-option-tooltip {
    position: absolute;
    opacity: 0;
    display: none;
    transition: ease-in-out 0.3s;
    background: #fff;
    border-radius: 10px;
    width: auto;
    max-width: 500px;
    padding: 10px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    top: 20px;
    left: 0;
    z-index: 1;
}

.account-white-card-option-tooltip-div:hover .account-white-card-option-tooltip {
    display: block;
    opacity: 1;
}

.shipment-acc-cnt-status-btn-div {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.shipment-acc-cnt-status-btn {
    border-radius: 5px;
    background: #D0FFB8;
    padding: 7px 5px 5px 5px;
    color: #1D3611;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.shipment-acc-cnt-status-btn-refund-pending {
    background: #FFEDB8;
    color: #A16E1C;
}

.shipment-acc-cnt-status-btn-invoiced {
    background: #C6EBFF;
    color: #102F8C;
}

.shipment-acc-cnt-status-btn-overdue {
    background: #e74c3c3b;
    color: #E74C3C;
}

.shipment-acc-cnt-status-btn-complete {
    background: #2ecc7136;
    color: #2ECC71;
}

/*My Account Css End*/

/*Service Overview Css Start*/

.service-overview-section {
    padding: 100px 0;
}

.service-overview-img {
    margin-top: 40px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    max-height: 450px;
}

.normal-table {
    width: 100%;
}

.normal-table thead tr th {
    background: #3BAFD7;
    padding: 16px 10px;
    color: #0A0A0A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.normal-table thead tr th:first-child {
    border-radius: 12px 0 0 0;
    padding-left: 20px;
}

.normal-table thead tr th:last-child {
    border-radius: 0 12px 0 0;
    padding-right: 20px;
}

.normal-table tbody tr {
    border: 1px solid #D3D3D3;
    background: #fff;
}

.normal-table tbody tr td {
    padding: 16px 10px;
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.normal-table tbody tr td.td-bold {
    font-weight: 600;
}

.normal-table tbody tr td:first-child {
    padding-left: 20px;
}

.normal-table tbody tr td:last-child {
    padding-right: 20px;
}

.normal-table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 12px;
}

.normal-table tbody tr:last-child td:last-child {
    border-radius: 0 0 12px 0;
}

.normal-table tbody tr:nth-child(even) {
    background: rgba(59, 175, 215, 0.10);
}

.list-20 {
    margin-bottom: 0;
    padding-left: 25px;
}

.list-20 li {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

/*Service Overview Css End*/

/*Get a Quote Css Start*/

.get-quote-section {
    background-image: linear-gradient(0deg, rgba(10, 10, 10, 0.10) 0%, rgba(10, 10, 10, 0.10) 100%), url(../images/get-quote-bg-img.png);
    position: relative;
    overflow: hidden;
    padding: 65px 0 315px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.get-quote-form-div {
    margin-top: -240px;
}

/*Get a Quote Css End*/


/*Footer Css Start*/

.footer {
    padding: 33px 0 50px 0;
}

.footer-logo {
    max-width: 268px;
    display: block;
    margin-bottom: 18px;
}

.footer-logo img {
    width: 100%;
    object-fit: contain;
}

.footer-left-div .para-20 {
    max-width: 552px;
}

.footer-social-links {
    margin-top: 29px;
    /*display: flex;*/
    display: none;
    gap: 8px;
}

.footer-social-links a {
    width: 27px;
    height: 27px;
}

.footer-social-links a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-social-links a.footer-social-youtube {
    width: 37px;
}

.footer-right-div {
    display: flex;
    gap: 60px;
    justify-content: flex-end;
}

.footer-title {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.footer-link {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}

a.footer-link:hover {
    text-decoration: underline;
}

.footer-right-div-inner {
    display: flex;
    flex-direction: column;
}

/*Footer Css End*/

/*Modal css start*/

.modal .modal-content {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    position: relative;
}

.modal .btn-close {
    position: absolute;
    right: 10px;
    top: 6px;
    padding: 0;
    background: none;
    margin: 0;
    outline: none;
    box-shadow: none;
    opacity: 1;
    cursor: pointer;
    z-index: 1;
}

.modal .btn-close i {
    font-size: 20px;
    color: #1E1E1E;
}

.modal .modal-body {
    padding: 30px;
}

.modal-heading {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    font-family: "Unbounded", sans-serif;
}

.modal-msg, .api-modal-msg {
    color: #5D5D5D;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 0;
    margin-top: 10px;
}

.modal-btn {
    background: #3BAFD7;
    border: 1px solid #3BAFD7;
    padding: 10px 24px 8px;
    color: #0A0A0A;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.modal-btn:hover, .modal-btn-bordered:hover {
    text-decoration: underline;
}

.modal-btn-bordered {
    background: #fff;
    border: 1px solid #1E1E1E;
    padding: 10px 24px 8px;
    color: #1E1E1E;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    border-radius: 8px;
}

.modal-btns {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.modal .form-row {
    margin-top: 20px;
}

/*Modal css end*/

/*Confirmation CSS Start*/

.booking-confirmation-heading-div {
    background: #3BAFD7;
    padding: 12px 20px 6px 20px;
    border-radius: 8px 8px 0 0;
}

.booking-confirmation-heading {
    color: #0A0A0A;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
}

.booking-confirmation-content-div {
    padding: 20px;
    border-radius: 0 0 8px 8px;
    background: rgba(59, 175, 215, 0.10);
}

.confirmation-head-div {
    display: flex;
    gap: 10px;
}

.confirmation-head-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-top: 3px;
}

.form-label-confirmation {
    display: flex;
    gap: 8px;
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}

.form-label-confirmation img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.form-control-view-confirmation {
    margin-top: 20px;
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.confirmation-form-view-carrier-img {
    max-width: 121px;
}

.confirmation-form-view-div .form-control-view-confirmation {
    margin-top: 0;
}

.confirmation-form-view-div {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 20px;
}

.confirmation-shipment-div {
    border-radius: 8px;
    border: 1px solid rgba(10, 10, 10, 0.30);
}

.confirmation-shipment-head-div {
    padding: 12px 20px 6px 20px;
    border-bottom: 1px solid rgba(10, 10, 10, 0.30);
    background: rgba(59, 175, 215, 0.10);
}

.confirmation-shipment-head {
    color: #0A0A0A;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
}

.confirmation-shipment-head-para {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.confirmation-shipment-div-body {
    padding: 20px;
}

.form-label-shipment-details {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.form-control-view-shipment-details {
    margin-top: 8px;
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    word-break: break-word;
}

.form-control-view-shipment-details-download {
    display: flex;
    margin-top: 5px;
    align-items: center;
    gap: 5px;
}

.form-control-view-shipment-details-download img {
    width: 30px;
    height: 100%;
    object-fit: contain;
}

.form-control-view-shipment-details-download .ticket-file-name {
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    word-break: break-all;
}

.form-control-view-shipment-details-download:hover .ticket-file-name {
    text-decoration: underline;
}

.confirmation-shipment-divider {
    margin-top: 40px;
    margin-bottom: 40px;
    height: 1px;
    background: rgba(10, 10, 10, 0.30);
    width: 100%;
}

.confirmation-shipment-title-20 {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.confirmation-shipment-details {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 20px;
}

.confirmation-shipment-details-inner {
    width: calc(50% - 8px);
    border-radius: 4px;
    border: 1px solid #0082C7;
    background: rgba(59, 175, 215, 0.10);
    padding: 16px;
}

.confirmation-shipment-details-title {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.confirmation-shipment-details-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.confirmation-shipment-details-ul li {
    margin-top: 8px;
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: flex;
    gap: 10px;
}

.confirmation-shipment-details-ul li span {
    font-weight: 600;
    width: 100px;
    min-width: 100px;
}

.confirmation-shipment-total-div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.confirmation-shipment-total-div-left {
    width: 75%;
    padding-right: 40px;
}

.confirmation-shipment-total-div-left-ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.confirmation-shipment-total-div-left-ul li {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.confirmation-shipment-total-div-left-ul li:not(:first-child) {
    margin-top: 8px;
}

.confirmation-shipment-total-div-left-ul li span {
    font-weight: 600;
}

.confirmation-shipment-total-div-right {
    width: 25%;
    padding-left: 40px;
    border-left: 1px solid rgba(10, 10, 10, 0.30);
}

.confirmation-shipment-total-amount {
    margin-top: 20px;
    color: #3BAFD7;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.confirmation-shipment-total-incl {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.booking-confirmation-content-div .blue-btn {
    display: flex;
    gap: 16px;
    width: fit-content;
}

.confirmation-msg-box {
    display: flex;
    border-radius: 4px;
    border: 1px solid rgba(10, 10, 10, 0.40);
    padding: 16px;
    gap: 20px;
    align-items: baseline;
}

.confirmation-msg-box-img-div {
    width: 24px;
    min-width: 24px;
}

.confirmation-msg-box-img-div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.confirmation-msg-box-title {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.confirmation-msg-box-para {
    margin-top: 16px;
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

/*Confirmation CSS End*/

/*Policy css start*/

.policy-content-div p:first-child, .policy-content-div h2:first-child {
    margin-top: 0;
}

.policy-content-div p {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 40px;
}

.policy-content-div h2 {
    color: #0A0A0A;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 56px;
}

.policy-content-div ul {
    margin-bottom: 0;
    padding-left: 25px;
    margin-top: 30px;
}

.policy-content-div ul li {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

/*Policy css end*/

/*Item type css start*/

.item-type-wrapper {
    display: flex;
    gap: 15px;
    position: relative;
    align-items: flex-start;
    margin-top: 8px;
}

.custom-dropdown {
    position: relative;
/*    width: calc(50% - 7.5px);*/
    width: 100%;
}

.custom-dropdown .selected {
    border-radius: 8px;
    border: 1px solid #fff;
    background: #FFF;
    outline: none;
    box-shadow: none;
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    cursor: pointer;
    background-image: url(../images/down-arrow.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    padding: 16px 25px 16px 8px;
}

.custom-dropdown .dropdown-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #000;
    max-height: 250px;
    overflow-y: auto;
}

.custom-dropdown .dropdown-item {
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    cursor: pointer;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    padding: 5px 8px;
}

.custom-dropdown .dropdown-item:hover {
    background: #4444ff;
    color: #fff;
}

.hover_preview_dynamic {
/*    width: calc(50% - 7.5px);*/
    width: 100%;
    padding: 20px;
    display: none;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
    position: absolute;
/*    right: 0;*/
    right: -100%;
    top: 0;
    height: 300px;
}

.hover_preview_dynamic .h_img {
    width: 100%;
    max-height: 180px;
    object-fit: contain;
}

.hover_preview_dynamic .h_name {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: "Unbounded", sans-serif;
}

.hover_preview_dynamic .h_desc {
    margin-top: 8px;
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.hover_preview_dynamic .h_link {
    font-size: 14px;
    color: #3BAFD7;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 10px;
    display: inline-block;
}

.hover_preview_dynamic .h_link:hover {
    text-decoration: underline;
}

/*Item type css end*/


/*Order Traking Css Start*/

.order-traking-section {
    padding: 30px 0;
}

.order-traking-div {
    border-radius: 20px;
    border: 1px solid #0A0A0A;
    background: #0A0A0A;
    padding: 20px;
    position: relative;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
}

.order-traking-div:after {
    content: '';
    background-image: url(../images/blue-bg-gradient.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -50%;
    bottom: -50%;
    width: 826px;
    height: 826px;
}

.order-traking-div-title {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    font-family: "Unbounded", sans-serif;
    text-align: center;
}

.order-traking-progress-div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.order-traking-progress-img-div {
    border-radius: 100px;
    background: #3BAFD7;
    padding: 10px;
    height: 60px;
    width: 60px;
    min-width: 60px;
    min-height: 60px;
}

.order-traking-progress-img-div img {
    width: 100%;
}

.order-traking-progress-title {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.order-traking-progress-div-inner {
    opacity: 0.4;
    position: relative;
    width: calc(20% - 16px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.order-traking-progress-div-inner.order-traking-progress-div-inner-active {
    opacity: 1;
}

.order-traking-progress-div .order-traking-progress-div-inner:not(:last-child)::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #3BAFD7;
    position: absolute;
    top: 30px;
    left: 44%;
    z-index: -1;
}

.order-traking-div-inner {
    position: relative;
    z-index: 1;
}

#trackingHistory {
    margin-top: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 0 14px 10px;
}

.trackingHistory-timeline-div {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    position: relative;
}

.trackingHistory-timeline-dot {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 1000px;
    margin-top: 3px;
}

.trackingHistory-timeline-dot::after {
    content: '';
    width: 1.5px;
    height: calc(100% + 20px);
    background: #fff;
    position: absolute;
    left: 6px;
    top: 10px;
}

#trackingHistory .trackingHistory-timeline-div:last-child .trackingHistory-timeline-dot::after {
    display: none;
}

.trackingHistory-timeline-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
}

.trackingHistory-timeline-date {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
}

.order-history-label {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 20px;
}

.order-history-value {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 5px;
}

.order-tracking-div {
    margin-top: 20px;
}

#trackingHistory_toggleBtn {
    background: #FFF;
    padding: 14px 24px 12px 24px;
    display: inline-block;
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    border-radius: 8px;
}

.order-history-estimate {
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
}

.order-history-estimate span {
    font-weight: 600;
}

/*Order Traking Css End*/

/*Quote Modal CSS Start*/

#quote-modal .btn-close i, #add-parcel-modal .btn-close i {
    color: #fff;
}

#quote-modal .modal-body, #add-parcel-modal .modal-body {
    padding: 0;
}

#quote-modal .modal-body .main-banner-form, #add-parcel-modal .modal-body .main-banner-form {
    border-radius: 7px;
    margin-top: 0;
}

#quote-modal .main-banner-form-title-div, #add-parcel-modal .main-banner-form-title-div {
    margin-bottom: 20px;
}

#quote-modal .form-row, #add-parcel-modal .form-row {
    margin-top: 20px;
}

#quote-modal .form-row-submit, #add-parcel-modal .form-row-submit {
    margin-top: 20px;
}

/*Quote Modal CSS End*/

.flatpickr-calendar.hasTime {
    max-width: 190px;
}

.flatpickr-calendar.hasTime .numInput {
    background: transparent;
}

.flatpickr-calendar.hasTime .numInput::selection {
    background: transparent;
    color: inherit;
}

.api-errors-msg {
    background: #3BAFD7;
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    border-radius: 8px;
    padding: 6px 8px;
}

.api-errors-msg br {
    display: none;
}

.api-errors-msg p {
    margin-top: 10px;
}


/*Shipment accordion css start*/

.shipment-accordion {
    margin-top: 16px;
}

.shipment-accordion .accordion-item {
    margin-top: 16px;
    border-radius: 8px !important;
    border: none;
    background: #FFF;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.10);
}

.accordion-header {
    margin-bottom: 0;
    font-family: 'CodecPro', sans-serif;
}

.shipment-accordion .accordion-item .accordion-button {
    padding: 16px 20px;
    border: 1px solid #D3D3D3 !important;
    background: transparent !important;
    outline: none;
    box-shadow: none;
    border-radius: 8px 8px 0 0 !important;
    gap: 7px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shipment-accordion .accordion-item .accordion-button.collapsed {
    border-radius: 8px !important;
}

.shipment-acc-id-div {
    width: calc(15% - 6.66px);
}

.shipment-acc-route-div {
    width: calc(34% - 6.66px);
}

.shipment-acc-carrier-div {
    width: calc(23% - 6.66px);
}

.shipment-acc-price-div {
    width: calc(13% - 6.66px);
}

.shipment-acc-status-div {
    width: calc(13% - 6.66px);
}

.shipment-acc-toggle-div {
    width: calc(2% - 6.66px);
}

.shipment-acc-label {
    display: block;
    color: #1E1E1E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.shipment-acc-id {
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    user-select: text !important;
    -webkit-user-select: text !important;
}

.shipment-acc-route {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.shipment-acc-route img {
    width: 20px;
    object-fit: contain;
}

.shipment-acc-carrier {
    display: flex;
    gap: 4px;
    align-items: center;
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.shipment-acc-price {
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.shipment-acc-carrier img {
    width: 20px;
    object-fit: contain;
}

.shipment-accordion .accordion-item .accordion-button::after {
    display: none;
}

.shipment-acc-toggle-div img {
    width: 15px;
    object-fit: contain;
    transition: ease-in-out 0.3s;
}

.accordion-button:not(.collapsed) .shipment-acc-toggle-div img {
    transform: rotate(-180deg);
}

.shipment-acc-status {
    border-radius: 5px;
    background: #D0FFB8;
    padding: 7px 5px 5px 5px;
    color: #1D3611;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.shipment-acc-status-pending {
    background: #FFEDB8;
    color: #A16E1C;
}

.shipment-acc-status-transit {
    background: #C6EBFF;
    color: #102F8C;
}

.shipment-acc-status-booked {
    background: #3498db45;
    color: #3498DB;
}

.shipment-acc-status-deleted {
    background: #ff18003b;
    color: #ff1800;
}

.shipment-acc-status-manifested {
    background: #8e44ad59;
    color: #8E44AD;
}

.shipment-acc-status-at-pickup {
    background: #f39c1245;
    color: #F39C12;
}

.shipment-acc-status-picked-up {
    background: #e67e224a;
    color: #E67E22;
}

.shipment-acc-status-awaiting-collection {
    background: #f1c40f2b;
    color: #F1C40F;
}

.shipment-acc-status-in-transit {
    background: #2980b940;
    color: #2980B9;
}

.shipment-acc-status-scanned-into-depot {
    background: #5dade24a;
    color: #5DADE2;
}

.shipment-acc-status-sorted-for-delivery {
    background: #f5b04138;
    color: #F5B041;
}

.shipment-acc-status-on-for-delivery {
    background: #27ae604d;
    color: #27AE60;
}

.shipment-acc-status-at-delivery {
    background: #1e844947;
    color: #1E8449;
}

.shipment-acc-status-delivery-attempted {
    background: #d3540033;
    color: #D35400;
}

.shipment-acc-status-delivery-time-scheduled {
    background: #85c1e929;
    color: #85C1E9;
}

.shipment-acc-status-partial-delivery {
    background: #f4d03f38;
    color: #F4D03F;
}

.shipment-acc-status-partial-on-for-delivery {
    background: #d4ac0d42;
    color: #D4AC0D;
}

.shipment-acc-status-complete {
    background: #2ecc7136;
    color: #2ECC71;
}

.shipment-acc-status-complete-returned-to-sender {
    background: #8e6e534a;
    color: #8E6E53;
}

.shipment-acc-status-delayed {
    background: #e74c3c3b;
    color: #E74C3C;
}

.shipment-acc-status-cancelled {
    background: #7f8c8d24;
    color: #7F8C8D;
}

.shipment-acc-status-cancelled-failed-pickup {
    background: #ec706336;
    color: #EC7063;
}

.shipment-acc-status-cancelled-failed-delivery {
    background: #c0392b2e;
    color: #C0392B;
}

.shipment-acc-status-damaged {
    background: #922b2145;
    color: #922B21;
}

.shipment-acc-status-lost {
    background: #2c3e503b;
    color: #2C3E50;
}

.shipment-acc-status-tracking-expired {
    background: #bdc3c729;
    color: #BDC3C7;
}

.shipment-accordion .accordion-body {
    padding: 20px;
    border: 1px solid #D3D3D3;
    border-top: 0;
    border-radius: 0 0 8px 8px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.shipment-acc-cnt-label {
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.shipment-acc-cnt-label-value {
    color: #1E1E1E;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 4px;
}

.shipment-acc-cnt-action-btn-div {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.shipment-acc-cnt-action-btn {
    border-radius: 8px;
/*    background: #3BAFD7;*/
    border: 1px solid #0A0A0A;
    padding: 12px 16px 10px 16px;
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    display: flex;
    gap: 5px;
}

.shipment-acc-cnt-action-btn img {
    width: 20px;
    object-fit: contain;
}

.shipment-acc-cnt-action-btn:hover {
    text-decoration: underline;
}

.shipment-acc-cnt-delivery-div {
    border-radius: 8px;
    background: rgba(211, 211, 211, 0.20);
    padding: 16px;
    margin-top: 20px;
}

.shipment-acc-cnt-delivery-title {
    color: #5D5D5D;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.shipment-acc-cnt-delivery-date {
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-top: 4px;
}

.custom-pagination {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.custom-pagination-showing {
    color: #1E1E1E;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.custom-pagination-div {
    display: flex;
    gap: 2px;
}

.pagination-button {
    outline: none;
    background: transparent;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 13px 17px 10px 17px;
    text-align: center;
    text-decoration: none !important;
    color: inherit;
    border: 1px solid transparent;
    border-radius: 2px;
}

.pagination-button.pagination-button-active, .pagination-button.pagination-button-active:hover {
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: linear-gradient(to bottom, rgba(229.5, 229.5, 229.5, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
    color: inherit;
}

.pagination-button:hover, .pagination-button-prev:hover, .pagination-button-next:hover {
    color: #fff;
    border: 1px solid #111;
    background: linear-gradient(to bottom, rgb(88.4, 88.4, 88.4) 0%, #111 100%);
}

.pagination-button-prev, .pagination-button-next {
    outline: none;
    background: transparent;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 17px 10px 17px;
    text-align: center;
    text-decoration: none !important;
    color: inherit;
    border: 1px solid transparent;
    border-radius: 2px;
}

/*.pagination-button-prev {
    margin-right: 10px;
}

.pagination-button-next {
    margin-left: 10px;
}*/

/*Shipment accordion css end*/

/*Ticket confirmation css start*/

.ticket-confirm-ticket-no {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-top: 20px;
}

.ticket-confirm-link-div {
    border-radius: 4px;
    border: 1px solid #0082C7;
    background: rgba(59, 175, 215, 0.10);
    padding: 16px;
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.ticket-confirm-link-view-text {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    white-space: nowrap;
}

.ticket-confirm-link-view-link {
    color: #3bafd7;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ticket-confirm-link-view-link:hover {
    text-decoration: underline;
}

.ticket-confirm-link-copy-button {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding: 0;
    background: transparent;
    outline: none;
    margin-left: auto;
}

.ticket-confirm-link-copy-button:hover {
    text-decoration: underline;
}

.track-support-blue-card {
    border-radius: 4px;
    border: 1px solid #0082C7;
    background: rgba(59, 175, 215, 0.10);
}

.track-support-blue-card-head {
    padding: 16px;
    border-bottom: 1px solid #0082C7;
}

.track-support-blue-card-title {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.track-support-blue-card-body {
    padding: 16px;
}

.track-support-chat-div {
    display: flex;
    gap: 10px;
}

.track-support-blue-card-body .track-support-chat-div:not(:first-child) {
    margin-top: 15px;
}

.track-support-blue-card-body .track-support-chat-div:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid #0082C7;
}

.track-support-chat-div-left {
    width: 60px;
    min-width: 60px;
}

.track-support-chat-div-user-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.track-support-chat-div-left {
    width: 60px;
    min-width: 60px;
}

.track-support-chat-div-right-time-detail {
    display: flex;
    gap: 15px;
    align-items: center;
}

.track-support-chat-div-right-user {
    border-radius: 8px;
    background: #3BAFD7;
    padding: 5px 5px 3px 5px;
    color: #0A0A0A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    display: inline-block;
}

.track-support-chat-div-right-admin {
    border-radius: 8px;
    background: #3cb900;
    padding: 5px 5px 3px 5px;
    color: #0A0A0A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    display: inline-block;
}

.track-support-chat-div-right-time {
    color: #858585;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.track-support-chat-div-right-para {
    margin-top: 8px;
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.track-support-secure-msg-div {
    border-radius: 4px;
    border: 1px solid #0082C7;
    background: rgba(59, 175, 215, 0.10);
    padding: 16px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.track-support-secure-msg-div-img {
    width: 30px;
    object-fit: contain;
}

.track-support-secure-msg-div-para {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

/*Ticket confirmation css end*/


/*Wallet css Start*/

.wallet-container {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.wallet-container-small-title {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.wallet-container-amount {
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    color: #0A0A0A;
    margin-top: 10px;
}

.wallet-container-add-btn {
    border-radius: 8px;
    background: #3BAFD7;
    padding: 14px 24px 12px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 20px;
}

.wallet-container-add-btn img {
    width: 24px;
    object-fit: contain;
}

.wallet-container-add-btn:hover {
    text-decoration: underline;
}

.wallet-container-right {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 420px;
}

.wallet-container-box {
    background: #e6e6e6;
    border-radius: 10px;
    padding: 23px 20px 15px 20px;
    min-width: 200px;
}

.wallet-container-box-title {
    color: #0A0A0A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
}

.wallet-container-box-amt {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: #0A0A0A;
    margin-top: 10px;
}

.saved-card-account-white-card-inner {
    padding: 0 !important;
    max-height: 430px;
    overflow-y: auto;
}

.saved-card-account-white-card-inner::-webkit-scrollbar {
  width: 5px;
}

.saved-card-account-white-card-inner::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
.saved-card-account-white-card-inner::-webkit-scrollbar-thumb {
  background: #3BAFD7; 
  border-radius: 10px;
}

.saved-cards-label {
    border-bottom: 1px solid rgba(10, 10, 10, 0.30);
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    cursor: pointer;
}

.saved-card-account-white-card-inner .saved-cards-label:last-child {
    border-bottom: 0;
}

.saved-cards-label-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.saved-cards-label-left input[type="radio"] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
}

.saved-cards-label-img {
    background: #082047;
    border-radius: 5px;
    padding: 10px 5px;
    width: 45px;
}

.saved-cards-label-card-no {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.saved-cards-label-expiry {
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.saved-cards-label-selected {
    color: #39b7cb;
    background: #39b7cb26;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 5px 3px 5px;
    display: none;
}

.saved-cards-label:has(input[type="radio"]:checked) .saved-cards-label-selected {
    display: block;
}

.saved-cards-label:hover {
    background: #f2edee;
}

.saved-cards-label:has(input[type="radio"]:checked) {
    background: #e0f3f666;
}

.wallet-summary-box {
    background: #e6e6e6;
    border-radius: 10px;
    padding: 23px 20px 15px 20px;
}

.wallet-summary-title {
    color: #0A0A0A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
}

.wallet-summary-amt {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: #0A0A0A;
    margin-top: 10px;
}

/*Wallet css End*/


/* address api modal issue solve start */

.pac-container {
    z-index: 999999 !important;
}

/* address api modal issue solve end */

/*saved items start */

.suggestion-box{
    position:absolute;
    width:100%;
    background:#0e0e0e;
    border-radius:8px;
    margin-top:5px;
    box-shadow:0 10px 25px rgba(0,0,0,0.5);
    z-index:999;
    overflow:hidden;
    border:1px solid #2a2a2a;
}

.suggestion-heading{
    font-size:13px;
    color:#f5c04e;
    padding:8px 14px;
    border-bottom:1px solid #2a2a2a;
    background:#111;
    font-weight:600;
}

.saved-address-item{
    padding:10px 14px;
    font-size:14px;
    color:#ddd;
    cursor:pointer;
}

.saved-address-item:hover{
    background:#1c1c1c;
    color:#fff;
}

.pickup_suggestions,
.delivery_suggestions{
    display:none;
}


/*saved items emd */





.txt p {
    margin-top: 16px;
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    word-break: break-word;
}

.txt  {
    margin-top: 16px;
    color: #0A0A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    word-break: break-word;
}

.stripe-box{
    width: 100%;
    border-radius: 8px;
    border: 1px solid #0A0A0A !important;
    background: #FFF;
    outline: none !important;
    box-shadow: none !important;
    padding: 16px;
    color: #0A0A0A !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-top: 8px;
}

#use-new-card {
    font-family: 'CodecPro', sans-serifs;
}


.saved-item-dropdown {
    justify-content: flex-end;
    display: flex;
    position: relative;
    margin-bottom: -10px;
}

.saved-item-dropdown-btn::after {
    display: none;
}

.saved-item-dropdown-btn img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.saved-item-dropdown-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #ffffffcc;
    background: #ffffff0d;
    padding: 12px 16px 10px 16px;
    border-radius: 1000px;
    border: 1px solid #ffffff1a;
}

.saved-item-dropdown-btn:hover {
    border-color: #ffffff33;
    color: #fff;
    background: #ffffff1a;
}

.saved-item-dropdown-content {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    border: 1px solid #ffffff1a;
    background: #0c0d0f;
    border-radius: 12px;
    width: 100%;
    max-width: 350px;
    z-index: 1;
    opacity: 0;
    display: none;
    transition: ease-in-out 0.3s;
}

.saved-item-dropdown.saved-item-dropdown-btn-active .saved-item-dropdown-content {
    opacity: 1;
    display: block;
}

.saved-item-dropdown-title {
    padding: 19px 16px 12px 16px;
    border-bottom: 1px solid #ffffff1a;
    color: #ffffff80;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
}

.saved-item-list-div {
    padding: 10px 16px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}

.saved-item-list-div:hover {
    background: #ffffff0d;
}

.saved-item-list-div-title {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 120%;
}

.saved-item-list-div-para {
    color: #ffffff80;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
}

.saved-item-list-div-img {
    width: 20px;
    object-fit: contain;
    min-width: 20px;
}

.saved-item-list-div-right {
    display: none;
}

.saved-item-list-div.saved-item-list-div-selected .saved-item-list-div-right {
    display: block;
}

.saved-item-list-div-main {
    max-height: 426px;
    overflow-y: auto;
}

.saved-item-list-div-main::-webkit-scrollbar {
  width: 5px;
}

.saved-item-list-div-main::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
.saved-item-list-div-main::-webkit-scrollbar-thumb {
  background: #fff; 
  border-radius: 10px;
}

.form-control-view-download-btn img {
    width: 100%;
    object-fit: contain;
}

.form-control-view-download-btn {
    width: 30px;
    display: inline-block;
}

.attachment-link {
    color: #0082C7;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    white-space: nowrap;
}

.attachment-link:hover {
    color: #0082C7;
    text-decoration: underline;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left !important;
}

.contact-page-link-div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
}

.contact-page-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 10px;
}

.contact-page-link img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

a.contact-page-link:hover {
    text-decoration: underline;
}

.contact-section-map {
    width: 100%;
    height: 488px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 30px;
}

.filter-calander-icon {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.filter-date-div .form-control {
    padding-left: 47px;
}

.filter-date-div {
    position: relative;
}

.filter-reset-btn {
    border-radius: 8px;
    background: #3BAFD7;
    padding: 14px 24px 12px 24px;
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 25px;
    display: inline-block;
}

.filter-reset-btn:hover {
    text-decoration: underline;
}

.form-label-star {
    color: red;
    font-size: 25px;
}

/*Toggle css start*/

.settng-left-right-divs {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
    align-items: center;
}

.setting-left-title {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #0A0A0A;
    font-family: 'CodecPro', sans-serif;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 32px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E6E0E9;
    transition: .4s;
    border-radius: 100px;
    border: 2px solid #79747E;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 6px;
    bottom: 6.3px;
    background-color: #79747E;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .toggle-slider {
    background-color: #000;
    border-color: #000;
}

input:checked + .toggle-slider:before {
    transform: translateX(16px);
    background-color: #fff;
    width: 24px;
    height: 24px;
    bottom: 3px;
}

/*Toggle css end*/



.table-receiver-div {
    border-radius: 8px;
    border: 1px solid #C6EBFF;
    background: #C6EBFF;
    padding: 6px 16px;
    color: #102F8C;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    display: inline-block;
}