@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Racing+Sans+One&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    color: #000000;
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,
h5,
h6,
.h7,
.h8 {
    font-weight: 700;
}

h1, .h1 {
	font-size: 55px;
}

h2, .h2 {
	font-size: 60px;
}

h3, .h3 {
	font-size: 45px;
}

h4, .h4 {
	font-size: 40px;
}

h5, .h5 {
	font-size: 35px;
}

h6, .h6 {
	font-size: 30px;
}

.h7 {
	font-size: 20px;
}

.h8 {
	font-size: 14px;
}

#header .navbar-nav a:hover {
    color: #F95607;
    background: transparent;
}

.footer-inner a:hover {
    color: #F95607;
    background: transparent;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a {
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}

p {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 400;
    /* color: #CBCBCB; */
}

.p1{
    font-size: 18px;
}

.p2{
    font-size: 16px;
}

.p3{
    font-size: 14px;
}

.p4{
    font-size: 13px;
}

.text-blue {
    color: #1E335C !important;
}

.text-orange {
    color: #F95607 !important;
}

.text-green {
    color: #2C9850 !important;
}

.text-gray {
    color: #474747 !important;
}

.text-light-gray  ,.text-gray{
/*    color: #666666 !important;*/
color: #000 !important;
    font-weight: 500;
}


.bg-blue {
    background-color: #1E335C !important;
}

.bg-orange {
    background-color: #F95607 !important;
}

.bg-green {
    background-color: #2C9850 !important;
}

.bg-gray {
    background-color: #474747 !important;
}

.bg-light-orange {
    background-color: #FFF3ED !important;
}

.bg-light-blue {
    background-color: #F0FAFF !important;
}

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


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

.ul_list_style {
            list-style: unset !important;
}

b, strong {
    font-weight: bold;
}


/*============================================================
    HELPER
============================================================*/
.bg-dark {
    background-color: #1E335C!important;
}


.btn {
    padding: 7px 25px;
    font-size: 20px;
    font-weight: 700;
    transition: all 0.5s;
    color: #fff;
  /*  box-shadow: none !important;
    outline: none !important;*/
    border-radius: 50px;
    margin-top: 30px;
    border: none;
}


.btn-check:focus+.btn, .btn:focus ,.btn:focus-visible ,.call-now-btn:focus ,.call-now-btn:focus-visible{
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important
}

.call-now-btn:hover  ,.btn:hover {
    /* box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25); */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.lg-btn {
    padding: 11px 5%;
}
.bold_font ,th.fw-normal.p4.text-gray {
    font-weight: 800 !important;
}
.md-btn {
    padding: 10px 3%;
}

hr.my-5 ,hr.my-4 {
   margin: 14px 0 !important;
    border: 2px dotted #15345a;
    background: transparent;
}

.small-btn {
    padding: 5px 20px;
    min-height: auto;
    min-width: auto;
    font-size: 14px;
}

.dark-btn{
    color: #fff !important;
    border-color: #1E9BFC;
    background: #F95607;
}

.blue-btn{
    color: #fff !important;
    background: linear-gradient(113.55deg, #213A54 10.78%, #4980BA 124.62%);
}


body>section {
    padding: 130px 0;
    position: relative;
}

.section-title {
    position: relative;
    z-index: 11;
    padding-bottom: 60px;
    margin-bottom: 80px;
}

.section-title:after {
    position: absolute;
    background: #D9D9D9;
    content: '';
    width: 55%;
    height: 1px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.section-title h2 {
    position: relative;
    display: inline-block;
    color: #1E335C;
    margin-bottom: 25px;
}

.section-title h2 span {
    color: #F95607;
}

.section-title h6 {
    color: #494949;
    font-weight: 400;
    font-style: italic;
}


.title-with-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-with-btn>* {
    width: 100%;
}




/*============================================================
    NAVBAR
============================================================*/

#header{
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    box-shadow: 0px 2px 4px 0px #0000001A;
    /* padding: 19px 0; */
    background: #fff;
    transition: top 0.8s;
}

.transparent-header {
    background-color: transparent !important;
    position: absolute !important;
}

#header  .navbar-nav .nav-link {
    font-size: 20px;
    font-weight: 500;
    margin-left: 40px;
    color: #18171E;
}


#header .navbar-toggler {
    color: #ababab;
    border: none !important;
    outline: none !important;
    box-shadow: none;
}

#header .navbar-brand img {
    max-height: 85px;
}


#header .navbar-nav .dropdown-menu {
    left: auto;
    /* right: 0; */
    border-radius: 0;
    /* box-shadow: 0px 4.883720874786377px 8.54651165008545px 0px #0000004F; */
    /* border: none; */
    border-top: 3px solid #F95607;
}

#header .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding: 14px 25px;
}

#header .navbar-nav .nav-link.dropdown-toggle:after {
    display: none;
}

#header .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #F95607;
    /* font-weight: 700; */
    background: transparent;
}

.navbar-btns a {
    font-size: 18px;
    font-weight: 700;
    color: #20335B;
}

.call-now-btn {
    color: #fff !important;
    background: #F95607;
    padding: 15px 33px;
    border-radius: 50px;
    text-decoration: none;
    min-width: 115px;
    display: inline-block;
    border: none;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    margin-left: 40px;
}


#header .navbar-nav .dropdown-toggle:before {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: '';
    border-top: .3em solid #F95607;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    right: -10px;
    top: 19px;
}

/*============================================================
   HERO BANNER
============================================================*/

.hero-banner{
    background-image: url(../images/van_bg.jpg);
    background-size: cover;
    background-position: top right;
    /* min-height: calc(100vh - 100px); */
    /* align-items: flex-end; */
    display: flex;
    position: relative;
    padding: 5px 0 60px;
    overflow: hidden;
    min-height: 800px;
}

.strip-image {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
/*
.hero-banner:after{
    background-size: cover;
    background-position: top right;
    mask-image: url(../images/white_strip.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    content: '';
} */

.hero-banner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1D2D4F;
    opacity: 0.9;
}

.hero-banner-inner {
    position: relative;
    text-align: center;
    margin-top: 80px;
}

.hero-banner-inner h1 {
    font-size: 5.5rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1;
    text-align: center;
}

.hero-banner-inner h1 span {
    color: #fff;
    display: block;
    font-size: 157%;
    font-weight: 900;
}

.hero-banner-inner h2 {
    color: #fff;
}

.hero-banner-inner h2 span {
    color: #F95607;
}

.track-order-box {
    background: rgb(255 255 255 / 90%);
    border-radius: 20px;
    /* padding: 50px 45px; */
    text-align: center;
    z-index: 11;
    position: relative;
}

.track-order-content {
    padding: 50px 45px 40px;
}

.track-order-content h6 {
    font-size: 24px !important;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.track-order-content .form-check-label {
    color: #666666;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}


.track-order-box .form-check-input:checked {
    background-color: #ff5623;
    border-color: #ff5623;
}
.track-order-box .form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgb(255 86 35 / 28%);
}


.track-order-content .form-control {
    margin: 10px 0;
    min-height: 50px;
    border: 2px solid #E9E9E9;
    text-align: center;
    border-radius: 50px;
}

.track-order-content button.btn {
    background: linear-gradient(93.49deg, #F95607 -171.52%, #1E335C 95.4%);
    text-transform: uppercase;
    width: 100%;
    min-height: 50px;
    margin: 0;
}

.track-order-content p {
    color: #666666;
    font-size: 14px;
    margin: 24px 0 0;
}

.track-order-footer {
    text-align: center;
    padding: 30px 15px;
    background: #FFDFCF;
    border-radius: 0 0 20px 20px;
}



.mars {
    min-height: 200vh;
    min-width: 200vh;
    /* margin-top: -95px;
    margin-left: -95px; */
    /* -webkit-animation: orb 56.4261314589s linear infinite; */
    animation: orb 35s linear infinite;
    animation-direction: reverse;
}

.solar-syst div {
    border-radius: 1000px;
    top: 76%;
    left: 49%;
    position: absolute;
    z-index: 9;
}

.solar-syst div:not(.sun) {
    border: 3px solid rgb(255 255 255 / 30%);
}



/* .solar-syst div:not(.sun):before {
    left: 50%;
    content: "";
    position: absolute;
} */

/* .solar-syst div:not(.sun):after {
    left: 0%;
    content: "";
    position: absolute;
} */

.mars:before, .mars:after {
    content: "";
    position: absolute;
    height: 35px;
    width: 60px;
    background-image: url(../images/hero-icon-boat.svg);
    background-repeat: no-repeat;
    background-size: contain;
}



.mars:before {
    left: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(21deg) translateX(-50%);
    -moz-transform: rotate(21deg) translateX(-50%);
}

.mars:after {
    right: 50%;
    bottom: 0;
    margin-bottom: -5px;
    -webkit-transform: rotate(199deg) translateX(-50%);
    -moz-transform: rotate(199deg) translateX(-50%);
}

@-webkit-keyframes orb {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

@keyframes orb {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}






.car-animation {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 1;
    width: 100%;
    transform: translateY(-14px) rotate(-1.4deg);
}

g#carPath{
    transform: translateY(28px) rotate(1.4deg);
}

.plane-animation {
    position: absolute;
    top: 0;
    left: 54%;
    z-index: 1;
    width: 100%;
}

.boat-animation {
    position: absolute;
    bottom: 16px;
    left: 71%;
    z-index: 1;
    width: 100%;
}


.boat-animation svg{
    overflow: visible;
}

/*============================================================
    CONTENT DIV
============================================================*/

.content-div h2 {
    color: #1E335C;
    margin-bottom: 35px;
}

.content-div h2 span {
    color: #F95607;
}

.bg-para {
    margin: 35px 0;
}

.content-div h5 {
    color: #494949;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 40px;
}

.bg-para {
    padding: 25px;
    background: #FFE6DA;
    border-radius: 10px;
}

.bg-para p {
    margin: 0;
}


/*============================================================
    SERVICES
============================================================*/

.services-inner {
    max-width: 1230px;
    margin: auto;
    position: relative;
}

.services-inner:after {
    background-image: url(../images/line.svg);
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 12%;
    left: 2%;
    background-size: 93%;
}

.service-row {
    margin-bottom: 280px;
    position: relative;
    --bs-gutter-x: 6rem;
    z-index: 1;
}

.service-inner {
    display: flex;
    align-items: flex-start;
    column-gap: 50px;
}

.service-inner p {
    color: #494949;
    font-size: 20px;
    margin: 0;
}

.service-content {
    max-width: 350px;
}

.service-content h3 {
    margin-bottom: 20px;
    padding: 10px 0;
}

/*============================================================
   MISSION
============================================================*/

.mission-main{
    background-image: url(../images/mission-bg2.png);
    background-size: cover;
    background-position: right center;
    position: relative;
    background-attachment: fixed;
}


.fade-image img:last-child {
    opacity: 1;
    position: relative;
    mix-blend-mode: color;
}

.fade-image img {
    position: absolute;
    opacity: 0.4;
}

.fade-image {
    position: relative;
}


/*============================================================
   ViSION
============================================================*/

.vision-main{
    background-image: url(../images/vision-bg-2.png);
    background-size: cover;
    background-position: left center;
    position: relative;
    background-attachment: fixed;
}

.vision-main .fade-image img {
    opacity: 0.7;
}


#container{
    /* max-width:900px; */
    width:100%;
    overflow:hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    /* margin-right: -50%; */
    transform: translate(-50%, -17.5%) rotate(-0.3deg);
  }
  /* Bottom hack for IE*/
  #container svg{
    width:100%;
    padding-bottom: 15%;
    height: 1px;
    overflow: visible;
   }


/*============================================================
   FOOTER
============================================================*/

.footer-inner {
    background-color:#18171E;
    position: relative;
}

.search-content {
    position: relative;
    text-align: center;
    max-width: 569px;
    margin-left: auto;
}



.search-content .form-control {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    box-shadow: none;
    outline: none;
    min-height: 70px;
    text-indent: 25px;
}

.search-content button {
    /* width: 48px; */
    height: 50px;
    border: none;
    border-radius: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.search-content .form-control::placeholder {
    color: #ccc;
}

.footer_top_row {
    padding-bottom: 60px;
    border-bottom: 1px solid rgb(255 255 255 / 22%);
    margin-bottom: 60px;
}

.footer-content {
    max-width: 445px;
}

.footer-content p {
    color: #fff;
    font-size: 14px;
}

.footer-content p a{
    text-decoration: underline;
    color: #fff;
}

.footer-links {
    max-width: 260px;
}



.footer-links h4 {
    font-size: 22px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
}

.footer-links p {
    color: #fff;
    margin-bottom: 23px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
}

.footer-links p img {
    width: 15px;
    margin: 3px 14px 0 0;
    height: 15px;
}

.footer-links ul li a {
    font-size: 14px;
    margin-bottom: 22px;
    display: block;
    color: #ffffff;
    font-weight: 400;
}

.footer_bottom_row {
    background: #fff;
    margin-top: 80px;
    padding: 20px;
}

.copyright-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.copyright-content p, .copyright-content ul li a {
    color: #1E335C;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 22px;
}

.copyright-content p {
    max-width: 70%;
}

.social_icon {
    margin-top: 50px;
}

.social_icon li a {
    color: #fff;
    font-size: 24px;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    margin-right: 15px;
}

.social_icon li a:hover {
    color: #ff5623;
}


.inner-page-banner {
    background-image: url(../images/inner-banner-bg.png);
    background-size: cover;
    height: 200px;
    padding: 0;
    background-position: center;
}

.inner-page-banner h5 {
    max-width: 1200px;
    margin-inline: auto;
}

.overlap-sec {
    margin-top: -90px;
}

.overlap-sec .shadow-box {
    max-width: 1200px;
    margin: 0 auto;
}

.shadow-box {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px #00000026;
    padding: 20px;
    position: relative;
}


.shadow-box-header {
    border-bottom: 1px solid #E0DEDD;
    padding-inline: 60px;
    box-shadow: 0px 0px 10px 0px #00000026;
}

.shadow-box-header ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 6%;
}

.shadow-box-header ul li {
    padding: 34px 0 30px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #F95607;
    filter: grayscale(100%);
    color: #494949;
    border-bottom: 4px solid transparent;
    line-height: 1.2;
}

.shadow-box-header ul li img{
    filter: grayscale(100%);
    max-height: 20px;
}

.shadow-box-header ul li.active {
    filter: grayscale(0);
    color: #F95607;
    font-weight: 700;
    border-color: #F95607;
}

.shadow-box-header ul li.active img {
    filter: grayscale(0);
}

.shadow-box-body {
    padding: 60px;
}

.bg-box {
    border-radius: 20px;
    padding:30px;
}
.icon-row p.p2 {
    font-weight: 500;
}
.box-title {
    color: #1E335C;
    text-transform: uppercase;
}


.custom-form label {
    margin-bottom: 3px;
    font-size: 14px;
    color: #494949;
    font-weight: 700;
    margin-top: 10px;
}

.custom-form label span {
    font-weight: 400;
}

.custom-form .form-control {
    border-color: #D6D8DC;
/*    box-shadow: none !important;*/
    border-radius: 6px;
    min-height: 40px;
    font-size: 14px;
}

.custom-form .input-group-text {
    background: #FFDFCF;
    color: #F95607;
    height: 26px;
    width: 42px;
    position: absolute;
    right: 7px;
    padding: 5px;
    text-align: center;
    border: none;
    justify-content: center;
    align-items: center;
    border-radius: 4px !important;
    top: 7px;
    z-index: 9;
}

.custom-check .form-check-inline {
    margin-right: 4rem;
}


.custom-check .form-check-input:checked {
    background-color: #ff5623;
    border-color: #ff5623;
}
.custom-check .form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgb(255 86 35 / 28%);
}

.custom-check .form-check-label {
    color: #666666;
    font-size: 14px;
    font-weight: 600;
    /* text-transform: uppercase; */
    vertical-align: middle;
    margin: 0;
    padding-left: 13px;
}

.custom-check .form-check-input {
    border-color: #D9D9D9;
    width: 20px;
    height: 20px;
}

p.xs-small {
    font-size: 11px;
    margin-top: 10px;
}

.courier-heading {
    border-radius: 5px;
    margin-bottom: 20px;
}



.select-courier {
    /* display: grid;
    grid-template-columns: repeat(5, 1fr); */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.courier-box {
    /* border: 1px solid #DDDDDD;
    border-radius: 5px; */
    position: relative;
    /* margin-bottom: 20px; */
}

.courier-box .form-check-label {
    display: block;
    margin: 0;
}

.courier-box .form-check-input {
    float: right;
    /* right: 20px; */
    /* top: 30px; */
    border-width: 2px;
    min-width: 26px;
    min-height: 26px;
    border-color: #1E335C;
}

.courier-box .form-check-input ~ img {
    filter: grayscale(100%);
}


.courier-box .form-check-input:checked {
    background-color: #fff;
}

.courier-box .form-check-input:checked ~ img{
    filter: grayscale(0);
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23F95607'/%3e%3c/svg%3e");
}

.courier-box .form-check-input:focus {
    box-shadow: none;
}

.courier-box .form-check {
    padding: 0;
}


.courier-row {
    cursor: pointer;
    display: flex;
    column-gap: 20px;
    align-items: center;
    padding-left: 24px;
}

/* .courier-name {
    width: 70%;
    display: flex;
    align-items: center;
    column-gap: 20px;
} */

.courier-name img {
    box-shadow: 0px 0px 5px 0px #00000026;
    background: #fff;
    border-radius: 5px;
}

.courier-price {
    width: 20%;
}

.courier-action {
    width: 26px;
    text-align: right;
}

.courier-row p {
    margin: 0;
}

.icon-row {
    display: flex;
    align-items: flex-start;
    column-gap: 15px;
    padding:5px 0;
}

.icon-row img {
    margin-top: 3px;
}

.icon-row p {
    margin: 0;
}

.shipping-total li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.credit-card-details .card-header {
    padding: 1rem;
    background: #fff;
}

.credit-card-details .form-control {
    min-height: 50px;
    box-shadow: none;
    font-size: 14px;
    border-color: #ced4da;
}


.track-field {
    display: flex;
    align-items: center;
    max-width: 750px;
    column-gap: 15px;
}

.track-field .form-control {
    margin: 20px 0 10px;
    min-height: 50px;
    border: 2px solid #E9E9E9;
    text-indent: 20px;
    border-radius: 50px;
    font-size: 14px !important;
}

.track-field button.btn {
    background: linear-gradient(93.49deg, #F95607 -171.52%, #1E335C 95.4%);
    text-transform: uppercase;
    /* width: 100%; */
    min-height: 40px;
    margin: 0;
    color: #fff;
}

.track-content p {
/*    color: #666666;*/
    font-size: 15px;
    font-weight:500;
    /* margin: 24px 0 0; */
}


.history-row {
    margin-bottom: 30px;
    column-gap: 100px;
    display: flex;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: relative;
}

.history-row:last-child {
    margin-bottom: 0px;
}


.history-main {
    position: relative;
    max-width: 550px;
}

.history-main .default-line {
    content: "";
    position: absolute;
    left: 45%;
    width: 2px;
    background: #DDE0E7;
    height: calc(100% - 60px);
    transform: translateX(-50%);
    top: 5px;
}

.history-row:after {
    background-color: #B689C6;
    background-size: 100%;
    top: 3px;
    left: 45%;
    transform: translateX(-50%);
    height: 19px;
    width: 19px;
    content:"";
    position: absolute;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #DDE0E7;
    z-index: 1;
}

.history-row:nth-child(2)::after {
    background-color:#F3A458;
}

.history-row:nth-child(3)::after {
    background-color: #D0655B;
}

.history-row:nth-child(4)::after {
    background-color: #68AFDE;
}

.history-row:nth-child(5)::after {
    background-color: #51BB88;
}

.history-box {
    width: 100%;
}

.history-box .fw-bold {
    font-weight: 600 !important;
    text-transform: uppercase;
}

.page-top-banner {
    background-size: cover;
    padding: 200px 0;
    background-position: 78%;
}

.page-top-banner h3 {
    color: #fff;
    text-transform: uppercase;
}

.page-top-banner h3 span {
    display: block;
    color: #F95607;
}

.service-title {
    margin-bottom: 80px;
}

.service-title h2 {
    color: #1E335C;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    column-gap: 30px;
}

.service-title h2 span {
    color: #F95607;
    font-size: 55%;
}

.service-box-icon {
    padding: 7%;
    border: 10px solid #fff;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    bottom: 0;
}

.service-box-image {
    position: relative;
}

.service-box {
    box-shadow: 0px 0px 20px 0px #00000026;
    border-radius: 20px;
    margin-bottom: 50px;
}

.service-box-content {
    padding: 60px;
    padding-top: 45px;
}

.service-box-content h6 {
    font-weight: 600;
    color: #1E335C;
    margin: 0;
    min-height: 72px;
}

.read-more-content{
	display: none;
	padding-top: 22px;
}

.read-more-btn {
    font-size: 18px;
    font-weight: 600;
    color: #F95607 !important;
    border: 1px solid #F95607;
    border-radius: 50px;
    padding: 2px 14px;
    display: inline-block;
    margin-top: 25px;
    position: relative;
}

.read-more-btn:after {
    position: relative;
    display: inline-block;
    content: "\f078";
    font-family: 'FontAwesome';
    font-size: 75%;
    margin-left: 5px;
}

.read-more-btn.read-active:after {
    transform: rotate(180deg);
}

.read-more-btn.read-active {
    color: #fff !important;
    background-color: #F95607;
}

/*============================================================
   shipment Type
============================================================*/
span.tooltiptext:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: black;
    left: 142px;
    top: -4px;
    transform: rotate(45deg);
    z-index: -1;
}
.tooltip-parent {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.tooltip-custom {
    position: relative;
    display: inline-block;
}

.tooltip-custom span.tooltiptext {
visibility: hidden;
    width: 100%;
    min-width: 320px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    font-size: 12px;
    top: 36px;
    left: -136px;
}

.tooltip-custom:hover .tooltiptext {
    visibility: visible;
}


.input-group-dropdown{
background: #FFDFCF;
    color: #F95607;
    height: 26px;
    position: absolute;
    right: 7px;
    text-align: center;
    border: none;
    border-radius: 4px !important;
    top: 7px;
    z-index: 9;
    outline: none;
    }


.shipping-radio-main input[type="radio"]+label {
    width: 100%;
}

.shipping-radio-main input[type="radio"]:checked+label p{
  color:#fff
}

.shipping-radio-main input[type="radio"]:checked+label .shipment-detail-type {
    border-color: transparent;
    background-color: #1E335C;
}

.shipping-radio-main input[type="radio"]:checked+label .shipment-detail-type svg path {
    fill: #fff;
}

.shipping-radio-main input[type="radio"]:checked+label .shipment-detail-type:after {
    color: #F95607;
    display: block;
    content: "\f00c";
    font-family: 'FontAwesome';
    line-height: normal;
}

.shipping-radio-main input[type="radio"] {
    display: none;
}


.shipment-detail-type {
    border: 1px solid #D6D8DC;
    padding: 8px 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 5px;
}

li.country-code-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 3px 7px;
}

li.country-code-option:hover {

    background-color: #80808021;
    cursor: pointer;
}
li.package-type-option:hover{
   background-color: #80808021;
    cursor: pointer;
}

.country-code-ul {
    max-height: 200px;
    overflow-y: auto;
    min-width: 114px;
}

.shipment-icon-cont {
    display: flex;
    align-items: center;
    gap: 9px;
}
.shipment-icon-cont p {
    color: #666666;
    font-weight: 700;
    font-size: 16px;
    margin: 0px;
    line-height: 19.5px;
}
.shipment-detail-type.shipment-selected {
    background-color: #1E335C;
}


.shipment-selected .shipment-icon-cont p {
    color: white;
}

.shipment-selected .shipment-icon-cont svg path {
    fill: white !important;
}
input.businessContactCheck {
    width: 22px;
    height: 22px;
    border-radius: 0px !important;
    border-width: 2px;
    margin: 0px;
}
input.businessContactCheck:checked {

    background-color: #f73c0c;
    border-color: #f73c0c;
        box-shadow: none !important;

}
.businessContactCheck.form-check-input:focus {
    border-color: #F73c0c;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(255 75 36 / 31%);
}

select.form-control.shipment-desc-select {
    color: #666666;
    font-weight: 400;
    font-size: 16px;
    background-image: url(https://marsaexpress.codingserver.com/images/downarrow.png);
    background-repeat: no-repeat;
    background-position: 97% 49%;
}


select.form-control.shipment-desc-select option {
    color: #666666;
    font-weight: 600;
    font-size: 16px;

}


.shipment-detail-type.shipment-selected i.fa.fa-check {
    color: #F95607;
    display: block;
}



.shipment-detail-type i.fa.fa-check {
    display: none;
}

.shipment-package-select {
    padding: 9px 10px;
    background-color: white;
    text-align: start;
    border: 1px solid #D6D8DC;
    font-size: 14px;
    font-weight: 400;
    /* background-image: url(https://marsaexpress.codingserver.com/images/downarrow.png); */
    background-repeat: no-repeat;
    background-position: 97% 49%;
}
.shipment-package-ul {
    height: 250px;
    overflow-y: auto;
 }


.shipment-package-select.dropdown-toggle:before {
    content: "" !important;
    border: none !important;
}


.shipment-package-select.dropdown-toggle::after {

    margin-left: 7.255em;
    vertical-align: 0.275em;
        border: none;


}
li.package-type-option {
    padding: 3px 10px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    cursor: pointer;
}

li.package-type-option strong {
    color: #666666;
    font-size: 16px;
    font-weight: 700;
}
li.package-type-option span {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
}

.payment-method {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.payment-method input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #324D68;
  border-radius: 50%;
  position: relative;
  outline: none;
}

.payment-method input[type="radio"]:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1E3051;
  position: absolute;
  top: 3px;
  left: 3px;
}

.payment-method input[type="radio"]:focus {
  border-color: #1E3051;
}
 .payment-method input[type="radio"]:checked + label {
         font-weight: 700 !important;
    }


.payment-method .form-check-label {
    color: #1E335C;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding-left: 13px;
}

.payment-method .form-check-input {
    width: 20px;
    height: 20px;
    border: 2px solid #1E335C;
}




/*============================================================
   contact-page-css
============================================================*/


.contact-form .form-control {
    border-color: #D6D8DC;
    box-shadow: none !important;
    border-radius: 6px;
    min-height: 50px;
    font-size: 14px;
    color: #494949;
}


.contact-icon-row img {
    width: 15px;
    margin: 3px 14px 0 0;
    height: 15px;
}

.contact-icon-row {
    margin-bottom: 23px;
    display: flex;
}

.contact-icon-row p {
    font-size: 18px;
    font-weight: 400;
    color: #494949;
    margin: 0;
}

.contact-us-main {
    overflow: hidden;
}

.contact-map {
    position: relative;
    padding-bottom: 65%;
    margin-top: 77px;
}
.contact-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 10px;
}

.contact-map:after {
    background: #1E335C;
    position: absolute;
    content: '';
    width: 100%;
    height: 124%;
    top: -12%;
    right: -60%;
    border-radius: 10px;
}


.add-more-row ul {
    flex: 1;
}

.add-more-row ul li input {
    width: 22px;
    border: none;
    text-align: center;
    outline: none;
}


.admin-main-box .card-body {
    width: 100%;
}

.logout_btn img {
    display: none;
}


@media screen and (min-width:1501px){
    .container {
        max-width: 1700px;
        padding: 0 5rem;
    }
}


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

h2, .h2 {
	font-size: 50px;
}

h3, .h3 {
	font-size: 40px;
}

h4, .h4 {
	font-size: 35px;
}

h5, .h5 {
	font-size: 30px;
}

h6, .h6 {
	font-size: 25px;
}

#header .navbar-nav .nav-link {
    font-size: 16px;
    margin-left: 25px;
}

.navbar-btns a {
    font-size: 16px;
}

.hero-banner-inner h1 {
    font-size: 4rem;
}

.call-now-btn {
    margin-left: 20px;
}

.car-animation {
    transform: translateY(0px) rotate(-1.4deg);
}

.section-title h2 img {
    max-width: 35px;
}

.service-box-icon img {
    max-width: 50px;
}
.service-box-icon {
    padding: 5%;
    border: 5px solid #fff;
}

.service-box-content {
    padding: 40px !important;
}

.service-box-content h6 {
    min-height: 60px;
}

}

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

    h2, .h2 {
        font-size: 40px;
    }

    h3, .h3 {
        font-size: 30px;
    }

    h4, .h4 {
        font-size: 28px;
    }

    h5, .h5 {
        font-size: 24px;
    }

    h6, .h6 {
        font-size: 20px;
    }

    #header .navbar-nav .nav-link {
        font-size: 14px;
        margin-left: 20px;
    }

    .navbar-btns a {
        font-size: 14px;
    }

    .hero-banner-inner h1 {
        font-size: 4rem;
    }

    .track-order-content {
        padding: 30px;
    }

    .hero-banner {
        padding: 60px 0 30px;
        min-height: 670px;
    }


    .track-order-content h6 {
        font-size: 20px !important;
        margin-bottom: 20px;
    }

    #header .navbar-brand img {
        max-height: 65px;
    }

    p {
        font-size: 16px;
    }

    .content-div h2 {
        margin-bottom: 20px;
    }

    .content-div h5 {
        margin-bottom: 20px;
    }

    .services-inner:after {
        background-size: 93%;
    }

    body>section {
        padding: 100px 0;
    }

    .car-animation {
        transform: translateY(5px) rotate(-1.4deg);
    }

    .boat-animation {
        bottom: 12px;
    }

    .section-title h2 img {
        max-width: 30px;
    }

    .page-top-banner {
        padding: 150px 0;
    }

    .service-box-content {
        padding: 30px !important;
    }

    .service-box-content h6 {
        min-height: 48px;
    }


    }

    @media screen and (max-width:1199px){
        .hero-banner-inner h1 {
            font-size: 3rem;
        }

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

        .call-now-btn {
            padding: 10px 15px;
        }

        .hero-banner-inner {
            margin-top: 0;
            margin-bottom: 40px;
        }

        .man-mbl-img {
            max-width: 300px;
            margin: auto;
        }

        .car-animation {
            transform: translateY(16px) rotate(-1.4deg);
        }

        .shadow-box-header {
            padding-inline: 30px;
        }

        .shadow-box-header ul {
            column-gap: 20px;
        }

        .shadow-box-body {
            padding: 30px;
        }
    }

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

        .shadow-box-header ul li {
            padding: 20px 0;
        }

        .shadow-box-header ul li span {
            display: block;
            margin-top: 10px;
        }

    .tooltip-custom span.tooltiptext.below-tooltip {
         top: 34px;
        left: -277px;
    }

    span.below-tooltip.tooltiptext:after {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        background-color: black;
        top: -3px;
        left: 283px;
        transform: rotate(45deg);
        z-index: -1;
    }
   span.tooltiptext:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: black;
    left: -5px;
    top: 10px;
    transform: rotate(45deg);
    z-index: -1;
}


.tooltip-custom span.tooltiptext {

    top: 0px;
    left: 30px;
}


        .service-row {
            margin-bottom: 120px;
            --bs-gutter-x: 1.5rem;
        }

        .section-title h2 img {
            max-width: 20px;
        }

        .sidebar .nav-item .nav-link span {
            white-space: normal;
            line-height: 1.5;
        }

    }


    @media screen and (max-width:991px){
        table thead {
            /*border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;*/
          }

          /* table tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
          } */

          table td {
            border-bottom: 1px solid #ddd;
           /* display: block;*/ 
            font-size: .8em;
            text-align: left;
          }

          table td::before {
            content: attr(data-label);
            float: left;
            font-weight: bold;
            text-transform: uppercase;
          }

        .hero-banner-inner h1 {
            font-size: 2.5rem;
        }

        h2, .h2 {
            font-size: 30px;
        }

        .call-now-btn {
            padding: 10px 15px;
        }

        .hero-banner-inner {
            margin-top: 0;
            margin-bottom: 40px;
        }

        h3, .h3 {
            font-size: 25px;
        }

        h5, .h5 {
            font-size: 20px;
        }

        h6, .h6 {
            font-size: 18px;
        }

        .service-inner img {
            max-width: 60px;
        }

        .service-inner {
            column-gap: 20px;
        }



        .service-content h3 {
            margin-bottom: 10px;
            padding: 0;
        }

        .service-inner p {
            font-size: 17px;
        }

        .mission-main {
            background-position: 77% center;
            background-attachment: inherit;
        }

        .vision-main {
            background-position: 25% center;
            background-attachment: inherit;
        }


    .search-content {
        margin: auto;
        margin-top: 30px;
    }

    .footer_top_row {
        text-align: center;
    }

    .footer_bottom_row {
        margin-top: 50px;
    }

    .copyright-content {
        align-items: center;
        flex-direction: column;
        text-align: center;
        row-gap: 20px;
    }

    .btn {
        font-size: 17px;
    }

    .footer-content {
        max-width: 100%;
    }
    .section-title {
        padding-bottom: 30px;
        margin-bottom: 40px;
    }

    .car-animation {
        transform: translateY(22px) rotate(-1.4deg);
    }

    .boat-animation {
        bottom: 6px;
    }

    .navbar-btns a i{
        font-size: 17px;
        background: #F95607;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 50%;
        display: inline-block;
        color: #fff;
    }

    #header .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding: 8px 20px;
    }

    .select-courier {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 20px;
    }

    .courier-box {
        width: 31%;
    }


.logout_btn {
    margin: auto 10px 50px !important;
    padding: 7px;
    font-size: 14px;
}
    }


    @media screen and (max-width:767px){
        .hero-banner {
            padding-bottom: 70px;
        }

        .track-order-content .form-control {
            margin: 15px 0;
            min-height: 40px;
            font-size: 14px;
        }

        .track-order-content button.btn {
            min-height: 40px;
            font-size: 14px;
        }

        .man-mbl-img {
            max-width: 150px;
        }

        .hero-banner-inner h1 {
            font-size: 2rem;
        }

        .footer-links {
            margin-bottom: 50px;
        }

        .search-content .form-control {
            font-size: 16px;
            min-height: 55px;
        }

        .search-content button {
            height: 43px;
            right: 6px;
            top: 6px;
            font-size: 15px;
            padding: 7px 15px !important;
        }

        .copyright-content p, .copyright-content ul li a {
            font-size: 13px;
            max-width: 100%;
        }

        .footer-links ul li a {
            margin-bottom: 15px;
        }

        body>section {
            padding: 70px 0;
        }

        .services-inner:after {
            display: none;
        }

        .service-inner {
            margin-top: 20px;
        }

        .service-inner p {
            font-size: 15px;
        }

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

        .car-animation {
            transform: translateY(37px) rotate(-1.4deg);
        }

        .shadow-box, .shadow-box-body {
            padding: 30px 20px;
        }

        .custom-form .input-group {
            margin-bottom: 10px;
        }

        .courier-name {
            width: 48%;
            column-gap: 10px;
        }

        .courier-name img {
            max-width: 40px;
        }

        .courier-row {
            padding: 10px;
            column-gap: 15px;
        }

        .courier-price {
            width: 23%;
        }

        .courier-action {
            width: 15%;
        }

        .courier-box .form-check-input {
            min-width: 20px;
            min-height: 20px;
        }


        .bg-box {
            border-radius: 20px;
            padding: 15px;
        }

        .custom-check .form-check-inline {
            margin-right: 2rem;
        }

        .history-box .fw-bold {
            font-size: 13px;
        }

        .history-box .p2 {
            font-size: 12px;
        }

        .history-row {
            column-gap: 20px;
            margin-bottom: 10px;
        }

        .history-row:after {
            top: 0px;
            height: 15px;
            width: 15px;
            border: 1px solid #DDE0E7;
        }

        .page-top-banner {
            padding: 80px 0;

        }

        .shadow-box-header ul li {
            font-size: 12px;
        }

        .shadow-box-header {
            padding-inline: 20px;
        }

        .courier-box {
            width: 46%;
        }
    }

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#dc3545}.has-error .form-control{border-color:#dc3545;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#dc3545;background-color:#f2dede;border-color:#dc3545}.has-error .form-control-feedback{color:#dc3545}
#frmFilter {
    display: flex;
    align-items: center;
    gap: 4px; /* Space between form elements */
    flex-wrap: wrap;
}

#frmFilter .form-group {
    margin-bottom: 0; /* Remove default margin for consistency */
    display: flex;
    align-items: center;
}

#frmFilter select,
#frmFilter button,
#frmFilter a {
    height: 38px; /* Set equal height for select and buttons */
    padding: 8px 12px; /* Consistent padding */
    border-radius: 4px; /* Rounded corners */
    font-size: 14px; /* Set a consistent font size */
}

/* #frmFilter select:focus, #frmFilter button:hover, #frmFilter a:hover {
    outline: none;
    border-color: #007bff;
    background-color: #0056b3;
    color: #fff;
} */

#frmFilter select {
    border: 1px solid #ddd;
    background-color: #fff;
    height: 38px; /* Ensure equal height for the select dropdown */
    width: 200px; /* Fixed width for the select dropdown */
}

#frmFilter input {
    border: 1px solid #ddd;
    background-color: #fff;
    height: 38px; /* Ensure equal height for the select dropdown */
    width: 200px; /* Fixed width for the select dropdown */
}

#frmFilter button {
    border: none;
    color: #fff;
    cursor: pointer;
    height: 38px; /* Same height as the select dropdown */
}

#frmFilter .btn-primary {
    background-color: #c94e1d; /* Bootstrap primary color */
    border-radius: 25px;
}

#frmFilter .btn-danger {
    background-color: #dc3545; /* Bootstrap danger color */
    border-radius: 25px;
}

#frmFilter .btn-danger:hover  {
    outline: none;
    border-color: #007bff; /* Highlight on focus */
    background-color: #f60404; /* Darker on hover for primary */
    color: #fff;
}

/* Hover and Focus Effects */
#frmFilter button:hover,
#frmFilter a:hover {
    outline: none;
    border-color: #f34a06; /* Highlight on focus */
    background-color: #f34a06; /* Darker on hover for primary */
    color: #fff;
}

/* Responsive Design */
@media (max-width: 768px) {
    #frmFilter {
        flex-direction: column; /* Stack elements on smaller screens */
        align-items: stretch; /* Stretch to container width */
    }

    #frmFilter .form-group {
        width: 100%; /* Full width for smaller screens */
    }

    #frmFilter select,
    #frmFilter button,
    #frmFilter a {
        width: 100%; /* Full width for smaller screens */
    }
}

tr{
  font-weight: 500;
}

.tab-1 {
    background-color: rgba(255, 0, 0, 0.5);
}

.register-nav-ul.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
    background: #F95607 !important;
    padding: 15px 33px;
/*    border-radius: 50px;*/
    text-decoration: none;
    min-width: 115px;
    display: inline-block;
    border: none;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
/*    margin-left: 40px;*/
}

.register-nav-ul.nav-pills .nav-link {
    color: #F95607 !important;
    font-weight: 700;
}

.toggle_pswd {
    position: absolute;
    top: 12px;
    right: 19px;
}

.password_toggle_div {
    position: relative;
}

.register-nav-ul {
    display: flex;
    width: 100%;
    justify-content: flex-start !important;
    margin-bottom: 20px;
    border-collapse: collapse !important;
}

.register-nav-li {
    width: 100%;
    max-width: 48%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); /* Apply shadow to the whole block */
}

.register-nav-a {
    width: 100%;
    text-align: center;
    border: 2px solid #F95607;
    padding: 10px;
    background-color: #ffffff;
    display: block; /* Ensures it takes full width */
}



.email-class { 
   color: white;
}

.email-class:hover {
   text-decoration: underline;
}

.disclaimer-email-class { 
   color: red;
}

.disclaimer-email-class:hover {
   text-decoration: underline;
   color: red !important;
}

.email-class-international { 
   color: #F95607;
}

.email-class-international:hover {
   text-decoration: underline;
   color: #F95607 !important;

}

.delete-document {
    color: red !important;
}

/*  admin pages */

/*.track-content h2  {
   font-size: 40px !important;
   font-weight: 700 !important;
   line-height: 1.2 !important;
}


.track-content h3 {
    font-size: 28px;
    color: #1E335C;
    margin-bottom: 8px;
    margin-top: 22px;
}

.track-content p a {
 color: #F95607;
}


.track-content p a : hover {
 text-decoration: underline !important;
 color: #F95607 !important;

}
.track-content  span  {
   font-size: 40px !important;
   font-weight: 700 !important;
   line-height: 1.2 !important;
}
.track-content p {
   font-size: 20px;
   font-weight: 500;
   line-height: 1.5;
   margin-bottom: 0px !important;
}


.track-content ul li {
 margin: 8px 0px;
 font-size: 20px;
 line-height: 1.2;
 font-weight: 500;
}
.track-content ul {
 list-style: none !important;
}*/

/* Base styles for sortable columns */




