@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

html {
    scroll-behavior: smooth;
}

html,
body {
    font-size: 18px;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #2D3137;
}

::-moz-selection {
    background: #002E6D;
    color: #fff;
}

::selection {
    background: #002E6D;
    color: #fff;
}

p {
    color: #6c7480;
    line-height: 1.75;
}

a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

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

header {
    z-index: 999;
}

header ul {
    margin: 0;
    padding: 0;
}

header ul li {
    list-style: none;
}

.top-bar {
    border-bottom: 1px solid #E8ECF2;
}

.header-contact li a {
    color: #6c7480;
}

.header-contact li a:hover {
    color: #002E6D;
}

.header-contact li a img {
    height: 15px;
    width: auto;
}

.top-bar form {
    display: flex;
    justify-content: end;
}

.select {
    width: 150px;
    height: 40px;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 2px 0 #fff;
    border-radius: 2px;
    position: relative;
    z-index: 9;
}

.select img {
    width: 30px;
}

.select_expand {
    width: 0;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.select_expand::after {
    content: '\003E';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%) rotate(90deg) scaleY(1.75);
    -moz-transform: translate(-50%, -50%) rotate(90deg) scaleY(1.75);
    transform: translate(-50%, -50%) rotate(90deg) scaleY(1.75);
    color: #3e3e3e;
    font-size: 16px;
    pointer-events: none;
    z-index: 2;
    transition: all 250ms cubic-bezier(.4, .25, .3, 1);
    opacity: .6;
}

.select_expand:hover::after {
    opacity: 1
}

.select_expand:checked::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg) scaleX(-1) scaleY(1.75);
    -moz-transform: translate(-50%, -50%) rotate(90deg) scaleX(-1) scaleY(1.75);
    transform: translate(-50%, -50%) rotate(90deg) scaleX(-1) scaleY(1.75);
}

.select_expandLabel {
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.select_close {
    display: none
}

.select_closeLabel {
    display: none;
}

.select_items {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
    padding-top: 40px;
}

.select_input {
    display: none
}

.select_label {
    transition: all 250ms cubic-bezier(.4, .25, .3, 1);
    display: block;
    height: 0;
    font-size: 1rem;
    line-height: 40px;
    overflow: hidden;
    color: #5E6772;
    background-color: #fff;
    cursor: pointer;
    padding-left: 20px;
}

.select_label-placeholder {
    height: 40px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    font-size: 1rem;
}

.select_expand:checked+.select_closeLabel {
    display: block;
}

.select_expand:checked+.select_closeLabel+.select_options .select_label {
    height: 40px;
}

.select_expand:checked+.select_closeLabel+.select_options .select_label:hover {
    background-color: #f7f7f7
}

.select_expand:checked+.select_closeLabel+.select_options+.select_expandLabel {
    display: none
}

.select_input:checked+.select_label {
    height: 40px;
    margin-top: -40px;
}

.navbar-brand img {
    width: 280px;
}

.navbar-nav .nav-link {
    padding: 35px 15px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:active {
    color: #002E6D;
}

a.mega-close {
    position: absolute !important;
    right: 29px;
    top: 10px;
    background: #02152a;
    width: 40px;
    text-align: right;
    z-index: 9;
    height: 56px;
    display: none !important;
}

.navbar .dropdown-menu {
    border: none;
    border-radius: 0;
    width: 100%;
    padding: 0;
}

.navbar .dropdown-menu section {
    background-color: #002E6D;
    border: none;
    border-radius: 0 0 20px 20px;
    padding: 25px 20px 30px 10px;
    width: 100%;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.2);
}

.navbar .nav-item:last-child .dropdown-menu {
    right: 0;
}

.navbar .dropdown-menu {
    background-color: #002E6D;
    border: none;
    border-radius: 0 0 15px 15px;
    padding: 25px 20px 30px 10px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.2);
}

.top-menu .dropdown-menu .dropdown-item {
    padding: 12px 20px;
}

.navbar .dropdown-menu a {
    color: #fff !important;
    font-size: 1rem;
}

.navbar .dropdown-menu a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.navbar .megamenu a:hover {
    background: none !important;
}

.megamenu {
    overflow-x: hidden;
    padding-bottom: 50px;
    width: 100% !important;
    background: none !important;
    box-shadow: none !important;
}

.megamenu li {
    margin: 0 0 8px !important;
}

.megamenu li a {
    padding: 7px 0 !important;
    font-size: .95rem;
    color: #fff;
}

.megamenu .border-start {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

h6.title {
    color: #fff;
    font-weight: 500;
    margin: 0 0 15px;
    font-size: 1.2rem;
}

.col-megamenu p {
    font-size: 1.05rem;
    margin-bottom: 8px;
}

.unstyled-2 a {
    font-size: 14px !important;
    font-weight: 600 !important;
}

.top-menu li a {
    color: #2D3137 !important;
}

.top-menu li a:hover {
    color: #002E6D;
}

.header-right {
    display: flex;
}

.header-right .btn {
    padding: 0 25px;
    line-height: 47px;
    color: #002E6D;
    border-color: #002E6D;
}

.header-right .btn:hover {
    color: #fff;
    background-color: #002E6D;
}

.flag-icon-1 {
    background-color: #000;
}

.myBtn {
    font-size: 15px;
    background: #002E6D !important;
    color: #fff !important;
    font-weight: bold;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    outline: none;
    transition: 0.3s;
    height: 47px;
    width: 47px;
}

.myBtn i {
    margin-left: 8px
}

.fullScreen {
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    background-color: #fff;
    display: none;
    padding: 20px 0;
    z-index: 99;
}

.inputBox {
    background: #fff;
    padding: 2px;
    border-radius: 25px;
    display: flex;
    width: 100%;
    border: solid #bfc8d7 1px;
}

.inputBox input {
    height: 45px;
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    color: #4a4a4a;
    padding-left: 15px;
    background: none;
}

.inputBox button {
    border: none;
    background-color: transparent;
    vertical-align: middle;
    cursor: pointer;
    transition: 0.5s;
    background: #002E6D;
    height: 47px;
    width: 47px;
    color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
}

.inputBox button:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}

.inputBox button i {
    font-size: 30px
}

.closeBtn {
    height: 37px;
    width: 37px;
    border-radius: 16px;
    top: 62px;
    right: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.closeBtn svg {
    height: 1.5em;
}

/* -------------------home---------------------- */
.banner {
    min-height: 650px;
    display: flex;
    align-items: center;
    width: 100%;
}

.banner h2 {
    color: #002E6D;
    font-size: 4.375rem;
    line-height: 80px;
    font-weight: 800;
}

.banner h2 span {
    color: #FFB819;
}

.banner p {
    font-size: 1.25rem;
    font-weight: 300;
}

.btn-default {
    background: #002E6D;
    color: #fff;
    border-radius: 50px;
    padding: 15px 35px;
    display: inline-block;
}

.banner-image {
    background: url(../images/banner-bg.jpg) no-repeat;
    background-size: cover;
    background-position: top left;
    width: 57%;
    height: 100%;
    border-radius: 400px 0 0 400px;
    overflow: hidden;
}

.banner-image img {
    width: 62%;
    max-height: 96%;
    object-fit: contain;
    margin-left: 10%;
}

.banner-icon {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    backdrop-filter: blur(4px);
    left: 14%;
    bottom: 28%;
}

.banner-icon-2 {
    left: auto;
    right: 5%;
    bottom: auto;
    top: 25%;
}

.banner-icon img {
    width: 40px;
    flex-shrink: 0;
    margin: 0;
}

.banner-icon p {
    font-size: 0.8rem;
    flex-shrink: 0;
    line-height: 1.5;
}

.banner-icon p strong {
    font-size: 1.1rem;
    font-weight: 700;
}

/* .banner-text::after {
   position: absolute;
   content: '';
   width: 80px;
   height: 80px;
   background: url(../images/banner-img-4.png) no-repeat;
   background-size: 100% auto;
   left: 30%;
   bottom: -5%;
   z-index: -1;
 } */

.tracking-search {
    width: 100%;
    bottom: 0;
}

.form-control:focus {
    box-shadow: none;
}

.btn-default:hover {
    background-color: #02204A;
    color: #fff;
}

.tracking-search .form-control {
    border-color: #D4E6FF;
    line-height: 2.5;
}

.tracking-search section {
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.06);
    border-radius: 0 15px 15px 15px;
}

.tracking-search p {
    font-size: 0.75rem;
}

.tracking-search span {
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: 12px 12px 0 0;
    margin: 0 0 1px;
}

.tracking-search span::after {
    content: "";
    width: 32px;
    height: 30px;
    position: absolute;
    right: -32px;
    background: url(../images/curve.svg) no-repeat 0 0 / auto !important;
    bottom: 0;
}

.banner::after {
    background-color: #C17D92;
    height: 560px;
    width: 560px;
    border-radius: 100%;
    content: "";
    position: absolute;
    filter: blur(180px);
    bottom: -170px;
    opacity: 0.3;
    z-index: -1;
}

.services section {
    padding: 30px;
    border-radius: 50px;
    background: #F7F8FF;
    border: #E7EDFF solid 1px;
}

.services section li {
    list-style: none;
    padding: 40px 20px;
    border-right: 1px solid #DAE1F8;
    border-bottom: 1px solid #DAE1F8;
}

.services section li:nth-child(3n) {
    border-right: 0;
}

.services section li:nth-child(n+4) {
    border-bottom: 0;
}

.services section li a {
    text-decoration: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.services section h4 {
    font-size: 1.3rem;
}

.services section li a span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px auto;
    width: 85px;
    height: 85px;
    font-size: 1.2rem;
    border-radius: 20px;
    background: #FFF;
    border: solid #E7EDFF 1px;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.services section li:hover a span {
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.06);
    border: solid #FFB819 1px;
}

.services section li:hover a strong {
    background: #FFB819;
}

.services section li a span svg {
    color: #FFB819;
    margin: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.services section li:hover a span svg {
    color: #fff;
}

.services section li a span strong {
    position: absolute;
    background: #002E6D;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    width: 30px;
    line-height: 30px;
    border-radius: 25px;
    text-align: center;
    top: -5px;
    left: -5px;
    box-shadow: 5px 5px 15px rgba(0, 46, 109, 0.3);
}

.services section li a h3 {
    margin-bottom: 15px;
}

.services section li a svg {
    color: #002E6D;
    margin: auto auto 0 auto;
    display: block;
}

.features li div {
    display: grid;
    width: 112px;
    height: 112px;
    background: rgba(232, 243, 250, 1);
    border-radius: 50%;
    place-items: center;
}

.features li div span {
    display: grid;
    place-items: center;
    width: 90px;
    height: 90px;
    background: linear-gradient(rgba(41, 96, 168, 1), rgba(0, 47, 108, 1));
    border-radius: 50%;
}

.shipment-cost {
    background: url(../images/shipment-bg.jpg) no-repeat;
    background-size: auto 100%;
    background-position: bottom left;
}

.shipment-cost .nav-tabs,
.shipment-cost .nav-item,
.shipment-cost .nav-link {
    border: none !important;
}

.shipment-cost .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #002E6D;
    border: none;
}

.shipment-cost .nav-tabs .nav-link {
    font-size: 1.125rem;
    width: 200px;
    height: 60px;
    font-weight: 700;
    background-color: #E0EBFA;
    color: #222;
}

.shipment-cost .tab-content section {
    background: #002E6D;
    padding: 30px 40px;
    border-radius: 0px 50px 0 0;
}

.shipment-cost .tab-content section hr {
    border-color: #fff;
}

.shipment-cost .tab-content article {
    border-radius: 12px;
}

.shipment-cost .tab-content article li {
    font-size: 0.875rem;
    font-weight: 300;
    padding-left: 20px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
}

.shipment-cost .tab-content article li strong {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 4px;
    display: block;
    color: #fff;
}

.shipment-cost .tab-content article li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    height: 7px;
    width: 7px;
    background: #fff;
    border-radius: 50%;
}

.shipment-cost .form-select {
    background: #002e6d url(../images/angle-down.svg) no-repeat right 1.4rem center / auto !important;
    border: solid rgba(255, 255, 255, 0.2) 1px !important;
    height: 50px;
    max-width: 330px;
    padding: 0 20px;
}

.order-total {
    background-color: #E0EBFA;
    padding: 30px 40px;
    border-radius: 0 0 50px 50px;
}

.order-total h2 small {
    font-size: 1rem;
    display: block;
    font-weight: 400;
    color: #222;
}

.order-total h2 {
    font-size: 1.875rem;
    line-height: 35px;
    color: #002E6D;
    font-weight: 700;
}

.radio-container {
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 1.375rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: solid rgba(255, 255, 255, 0.2) 1px !important;
    border-radius: 10px;
    line-height: 65px;
    overflow: hidden;
}

.radio-container img {
    width: 56px;
}

.radio-container-2 img {
    width: 30px;
}

.radio-container h6 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 25px;
    position: relative;
    z-index: 1;
}

.radio-container h6 span {
    font-size: 0.85rem;
    font-weight: 400;
    display: block;
    opacity: 0.75;
}


.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 15px;
    height: 24px;
    width: 24px;
    border: solid #fff 2px;
    border-radius: 50%;
}

.radio-container-2 .checkmark {
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 10px;
    margin-top: 0;
}

.radio-container-2 div {
    height: 56px;
    width: 56px;
    display: grid;
    place-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position: relative;
    z-index: 1;
}


.radio-container:hover input~.checkmark {
    background: rgba(255, 255, 255, 0.2);
}

.radio-container input:checked~.checkmark {
    background: url(../images/check.svg) no-repeat center center/ cover;
    border: solid #FFB819 2px;
}

.radio-container-2 input:checked~.checkmark {
    background: #FFB819;
    border: solid #FFB819 2px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.store-home {
    background: #F7F8FF;
}

.store-home article {
    border-radius: 15px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
}

.store-home article .product-image img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.store-home article:hover .product-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.store-home h6 {
    font-size: 1.1rem;
}

.store-home p {
    font-size: 1rem;
}

.store-home h4 {
    color: rgba(241, 172, 17, 1);
    font-weight: 700;
    font-size: 1.1rem;
}

.store-home .btn {
    color: #002E6D;
    border-color: #002E6D;
}

.store-home .btn:hover {
    color: #fff;
    background-color: #002E6D;
}

.store-home article section {
    border-top: #DDEDF7 solid 1px;
}

.stamps-home section {
    background: #002E6D;
    border-radius: 40px;
}

.stamps-home section::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: url(../images/explore-stamps-bg.png) no-repeat center left/ cover;
}

.stamps-home section h2 {
    font-size: 3rem;
    /*font-size: 2.8rem*/
}

.stamps-home section p {
    font-size: 1.1rem;
    line-height: 36px;
}

.stamps-home section .btn-default:hover {
    background: #fff !important;
    color: #002e6d !important;
}

.business-offering-start h2 {
    font-size: 2.5rem;
    color: #002E6D;
}

.business-offering-start svg {
    font-size: 3.125rem;
    color: #FFB819;
}

.business-offering-2 section {
    padding: 40px 30px 0;
    border-radius: 30px;
    background: url(../images/distribute-bg.jpg);
    background-size: cover;
    border: #E7EDFF solid 1px;
}

.business-offering-2 span {
    display: grid;
    place-items: center;
    width: 80px;
    height: 80px;
    background: linear-gradient(rgba(41, 96, 168, 1), rgba(0, 47, 108, 1));
    border-radius: 50%;
}

.business-offering-2 section article {
    height: 370px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.business-offering-2 section article img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.business-offering-2 section article div {
    background: linear-gradient(to bottom, rgba(0, 46, 109, 0) 0%, rgba(0, 46, 109, 0.3) 31%, rgba(0, 46, 109, 0.7) 68%, rgba(0, 46, 109, 0.71) 69%, rgba(0, 46, 109, 1) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px 35px;
    width: 100%;
    height: 70%;
}

.business-offering-2 section article h3 {
    font-weight: 700;
}

.business-offering-2 section article h3 small {
    font-weight: 300;
    font-size: 0.9rem;
    display: block;
}

.business-offering-2-images {
    margin-bottom: -40px;
}

.partner-with-us li h2 {
    color: #FFB819;
}

.partner-with-us li h3 {
    color: #002E6D;
    font-size: 1rem;
    font-weight: 400;
}

/* -------------------home---------------------- */

.inner-banner {
    position: relative;
    background: linear-gradient(99deg, #E7F1FF 10%, rgba(231, 241, 255, 0) 62%);
}

.inner-banner:after {
    position: absolute;
    content: '';
    width: 24%;
    height: 100%;
    background: #002E6D;
    top: 0;
    right: 0;
}

.inner-banner::before {
    position: absolute;
    content: '';
    background: url(../images/banner-bg.png) no-repeat center;
    background-size: 100% auto;
    width: 50%;
    height: 100%;
    top: 0;
    left: 2%;
}

.inner-banner h1 {
    color: #002E6D;
    font-size: 3.4rem;
    font-weight: 900;
    margin-bottom: 0;
}

.inner-banner p {
    color: #6c7480;
    margin: 15px 0 0 0;
}

.inner-banner nav {
    padding: 10px 15px;
    border-radius: 7px;
    background: rgb(237 245 255);
}

.inner-banner .breadcrumb-item a {
    color: #002E6D;
}

.inner-banner .breadcrumb-item.active {
    color: #7B94B5;
}

.inner-img {
    width: 100%;
    position: relative;
    text-align: center;
    background: url(../images/banner-img-bg.png) no-repeat;
    background-size: auto 100%;
    background-position: center;
}

.inner-img .inner-icon {
    padding: 12px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 20px;
    top: 12%;
}

.inner-img .inner-icon-2 {
    right: auto;
    left: 20px;
    top: auto;
    bottom: 20%;
}

.inner-img .inner-icon span {
    display: block;
    background: #FFB819;
    padding: 10px;
    border-radius: 5px;
    width: 45px;
    flex-shrink: 0;
}

.inner-img .inner-icon span img {
    width: 100%;
}

.inner-img .inner-icon p {
    color: #6c7480;
    text-align: left;
    margin: 0;
    line-height: 1.5;
    font-size: 0.8rem;
    text-transform: capitalize;
}

.inner-img .inner-icon p strong {
    color: #2D3137;
    display: block;
    font-weight: 700;
    font-size: 1.125rem;
}

.inner-banner.inner-banner-2,
.arabic .inner-banner.inner-banner-2 {
    background: none;
}

.inner-banner.inner-banner-2::before {
    background: url(../images/banner-bg-2.png) no-repeat;
    background-size: auto 100%;
    background-position: top left;
    width: 100%;
    height: 120%;
    left: 0;
    top: -10%;
    opacity: 0.5;
}

.arabic .inner-banner.inner-banner-2::before {
    right: 0;
}

.inner-banner.inner-banner-2::after {
    display: none !important;
}

.inner-banner.inner-banner-2 .col-md-7 {
    min-height: 470px;
}

.inner-banner-2-img {
    position: absolute;
    top: 0;
    right: 0;
}

.inner-banner-2-img img {
    height: 470px;
    object-fit: cover;
    border-radius: 0 0 0 80px;
}

.arabic .inner-banner-2-img {
    right: auto;
    left: 0;
}

.arabic .inner-banner-2-img img {
    border-radius: 0 0 80px 0;
}


.inner-content .header-contnet {
    border-bottom: 1px solid #DAE1F8;
}

.inner-content .header-contnet-in {
    border-left: 4px solid #002E6D;
}

.inner-content .header-contnet-in p {
    font-size: 1.125rem;
}

.benefitbox {
    display: flex;
}

.inner-content h2 {
    font-weight: 700;
}

.benefitbox span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    margin-right: 90px;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 50px;
    box-shadow: 0 0 0 1px #FFB819;
    border: 6px solid #fff;
    font-weight: 700;
    background: linear-gradient(180deg, #FFC900 0%, #ECA912 100%);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.benefitbox:hover span {
    border: 3px solid #fff;
    box-shadow: 0 0 0 10px rgba(255, 182, 25, 0.5);
}

.benefitbox span:after {
    position: absolute;
    content: '';
    width: 50px;
    border-top: 1px solid #FFB819;
    top: 50%;
    left: 70px;
}

.benefitbox div {
    padding-top: 16px;
}

.benefitbox h6 {
    font-weight: 500;
}

.qp-premium {
    background: url(../images/qp-premium-bg.jpg);
    background-size: cover;
    padding: 25px;
    border-radius: 15px;
}

.qp-premium h5 {
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
}

.qp-premium p {
    color: #fff;
    opacity: .85;
}

.qp-premium h5 strong {
    font-weight: 700;
    display: block;
}

.qp-premium .btn {
    border-radius: 25px;
    padding: 10px 20px;
    background: #FFB819 !important;
    color: #fff !important;
}

.qp-premium .btn:hover {
    background: #e29d09 !important;
    color: #fff !important;
}

.book-now {
    background: url(../images/book-now-bg.jpg);
    background-size: cover;
    padding: 25px;
    border-radius: 15px;
    border: 1px solid #BBDAEF;
    position: sticky;
    top: 40px;
}

.book-now h5 {
    color: #002E6D;
}

.book-now .form-label {
    color: #565656;
}

.book-now .form-control {
    border-color: #fff;
    box-shadow: none;
    height: 50px;
    color: #6c7480;
}

.book-now .form-control:focus {
    border-color: #002E6D;
}

.book-now button {
    background: #002E6D !important;
    color: #fff !important;
    padding: 10px;
    height: 50px;
}

.book-now input[type="date"]::-webkit-calendar-picker-indicator,
.book-now input[type="time"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: 0.5;
}

.order-now {
    border-radius: 15px;
    padding: 0 40px;
    background: url(../images/order-bg.jpg);
    background-size: cover;
}

.order-now img {
    width: 250px;
    margin-top: -55px;
}

.order-now h4 span {
    color: #FFB819;
}

.order-now .btn {
    background: #fff !important;
    color: #002E6D !important;
    padding: 10px 25px;
}

.order-now .btn:hover {
    background: #FFB819 !important;
    color: #fff !important;
}

.quick-links {
    padding: 30px;
    border-radius: 20px;
    background: #F3F4FF;
}

.quick-links li {
    list-style: none;
    padding: 20px;
    border-right: 1px solid #DAE1F8;
    border-bottom: 1px solid #DAE1F8;
}

.quick-links li:nth-child(3n) {
    border-right: 0;
}

.quick-links li:nth-child(n+4) {
    border-bottom: 0;
}

.quick-links li a {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.quick-links li a span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px auto;
    width: 80px;
    height: 80px;
    font-size: 1.4rem;
    border-radius: 100px;
    background: #FFF;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.quick-links li:hover a span {
    background: #FFB819;
}

.quick-links li a span svg {
    color: #FFB819;
    margin: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.quick-links li:hover a span svg {
    color: #fff;
}

.quick-links li a span strong {
    position: absolute;
    background: #002E6D;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    width: 25px;
    line-height: 25px;
    border-radius: 25px;
    text-align: center;
    top: 0;
    right: 0;
}

.quick-links li a h5 {
    font-size: 1.1rem;
    color: #2D3137;
}

.quick-links li a svg {
    color: #002E6D;
    margin: auto auto 0 auto;
    display: block;
}

.adds-carousel img {
    border-radius: 15px;
}

footer {
    background: #fff;
    border-top: 1px solid #DEE6EF;
}

footer h5 {
    margin-bottom: 15px;
}

footer ul {
    padding: 0;
    margin: 0;
}

footer ul li {
    list-style: none;
    margin-bottom: 5px;
}

footer ul li a {
    color: #6c7480 !important;
    padding: 5px 0;
    display: inline-block;
}

footer ul li a:hover {
    color: #002E6D !important;
}

footer .copy-right {
    background: #F7F8FA;
}

footer ol {
    margin: 0;
    padding: 0;
    display: flex;
}

footer ol li {
    list-style: none;
    margin-right: 12px;
}

footer ol li a {
    border: 1px solid #E0EBFA;
    border-radius: 35px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #002E6D !important;
}

footer ol li a:hover {
    border: 1px solid #002E6D;
    color: #fff !important;
    background: #002E6D !important;
}

.footer-store img {
    width: 220px;
}

.footer-store .footer-store-right img {
    width: 165px;
}

/* ------------all services------------ */
.inner-banner h6 {
    font-weight: 400;
    margin-bottom: 15px;
}

.inner-banner h6 span {
    display: inline-block;
    height: 2px;
    width: 50px;
    background: #FFB819;
    margin-right: 15px;
    position: relative;
    top: -6px;
}

.service-title {
    border-bottom: 1px solid #a1cde5;
}

.service-title h2 {
    color: #002E6D;
    font-weight: 900;
}

.service-title span {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #FFC900 0%, #ECA912 100%);
}

.service-title span img {
    width: 35px;
}

.all-service-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
}

.all-service-box span {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: linear-gradient(180deg, #2960A8 0%, #002F6C 100%);
    box-shadow: 0px 10px 30px 0px rgba(3, 51, 113, 0.35);
    position: relative;
    margin-bottom: 25px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.all-service-box:hover span {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.all-service-box span:after {
    position: absolute;
    content: '';
    width: 110%;
    height: 110%;
    border-radius: 100%;
    top: -12%;
    right: -10%;
    z-index: -1;
    border: 1px solid #FFB819;
}

.all-service-box span img {
    width: 30px;
}

.all-service-box span strong {
    position: absolute;
    background: #FFB819;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    width: 25px;
    line-height: 25px;
    border-radius: 25px;
    text-align: center;
    top: -5px;
    left: -5px;
}

.all-service-box a {
    border: 1px solid #002E6D;
    color: #002E6D;
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    padding: 10px 25px;
    border-radius: 30px;
}

.all-service-box a:hover {
    background: #002E6D;
    color: #ffffff;
}

.service-list {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.06);
    padding: 25px;
}

.service-list li {
    list-style: none;
    margin-bottom: 12px;
}

.service-list li:last-child {
    margin-bottom: 0;
}

.service-list li a {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #6c7480;
    padding: 5px 0;
}

.service-list li a:hover {
    color: #002E6D;
}

.service-list li a img {
    width: 22px;
}

.service-list li a svg {
    margin-left: auto;
    color: #002E6D;
}

/* ------------all services------------ */


/* ------------Corporate PO Box------------ */
.inner-content hr {
    border-color: #DAE1F8;
    opacity: 1;
}

.custom-table {
    padding: 25px;
    border-radius: 15px;
    border: 1px solid #E7EDFF;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.06);
}

.custom-table table {
    margin-bottom: 0;
}

.custom-table tr th,
.custom-table tr td {
    padding: 16px;
    color: #6c7480;
    vertical-align: middle;
}

.custom-table tr th {
    background: #E6EDFF;
    color: #002E6D;
    border-bottom: none;
}

.custom-table tr th:first-child {
    border-radius: 7px 0 0 7px;
}

.custom-table tr th:last-child {
    border-radius: 0 7px 7px 0;
}

.link-yellow {
    font-weight: 600;
    color: #FFB819;
}

.link-yellow:hover {
    text-decoration: underline;
}

.btn-outline-blue {
    border: 1px solid #002E6D;
    color: #002E6D;
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    padding: 10px 25px;
    border-radius: 30px;
}

.btn-outline-blue:hover {
    background: #002E6D;
    color: #ffffff;
}

.details-list {
    padding: 0;
    margin: 0;
}

.details-list li {
    line-height: 1.8;
    margin-bottom: 16px;
    color: #6c7480;
    list-style: none;
    padding-left: 24px;
    background: url(../images/list-arrow.png) no-repeat;
    background-size: 8px auto;
    background-position: 0 7px;
}

.quick-links.po-box-services {
    padding: 20px 10px;
}

.quick-links.po-box-services li a span img {
    width: 30px;
}

.quick-links.po-box-services li:hover a span img {
    filter: brightness(0) invert(1);
}

.quick-links.po-box-services li {
    border-right: 1px solid #DAE1F8 !important;
    border-bottom: none !important;
}

.quick-links.po-box-services li:last-child {
    border-right: none !important;
}

/* ------------Corporate PO Box------------ */

/* ------------Direct Mail------------ */
.additional-box span,
.requirement-box span {
    background: #002E6D;
    width: 90px;
    height: 90px;
}

.requirement-box span {
    width: 70px;
    height: 70px;
}

/* ------------Direct Mail------------ */

/* ------------Printing Services------------ */
.pricing-box {
    border-radius: 15px;
    background: linear-gradient(180deg, #2960A8 0%, #002F6C 100%);
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.06);
    padding: 30px;
    position: relative;
    height: 100%;
}

.pricing-box::before,
.pricing-box::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 5px;
    border-radius: 5px;
    top: 30px;
    right: 30px;
    background: #002E6D;
}

.pricing-box::after {
    width: 50px;
    background: #FFB819;
}

.pricing-box span {
    width: 80px;
    height: 80px;
    background: linear-gradient(180deg, #13396C 0%, rgba(19, 57, 108, 0.00) 100%);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.pricing-box:hover span {
    background: linear-gradient(180deg, #FFB819 0%, #FFB819 100%);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

/* ------------Printing Services------------ */
/* ------------Philatelic Sponsorship------------ */
.pricing-clr {
    position: relative;
    padding: 30px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: -5px 15px 40px 0px rgba(0, 0, 0, 0.12);
    width: calc(100% - 40px);
    height: 100%;
}

.pricing-clr:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: -30px;
    top: 30px;
    z-index: -1;
    border-radius: 20px;
    background: linear-gradient(165deg, #FFA790 10.68%, #B74528 97.68%);
}

.pricing-clr h6 {
    color: #9F4027;
}

.pricing-clr.gold:after {
    background: linear-gradient(157deg, #CFBBFC 7.49%, #492C89 95.82%);
}

.pricing-clr.gold h6 {
    color: #492C89;
}

.pricing-clr.platinum:after {
    background: linear-gradient(168deg, #FFECC2 6.69%, #FAB315 94.62%);
}

.pricing-clr.platinum h6 {
    color: #FFB819;
}

/* ------------Philatelic Sponsorship------------ */

.quick-links.po-box-services-2 {
    background: #002E6D;
    padding: 30px;
    border-radius: 20px;
}

.quick-links.po-box-services-2 li {
    border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-bottom: none !important;
}

.quick-links.po-box-services-2 li p {
    opacity: 0.75;
}

.inner-content .services .container {
    padding: 0;
}

@media all and (min-width: 768px) {
    .inner-banner.inner-banner-2 .col-md-7 {
        padding-right: 3rem;
    }

    .arabic .inner-banner.inner-banner-2 .col-md-7 {
        padding-left: 3rem;
    }

}

@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }

    .top-menu .dropdown-menu {
        border: 0 none;
        display: block;
        padding: 0;
        width: auto;
        min-width: 230px;
        opacity: 0;
        position: absolute;
        right: auto;
        top: -2000px;
        -webkit-transform: translate3d(0px, -10px, 0px) scaleY(1);
        -moz-transform: translate3d(0px, -10px, 0px) scaleY(1);
        transform: translate3d(0px, -10px, 0px) scaleY(1);
        transform-origin: 50% 0 0;
        transition: transform 0.2s cubic-bezier(0.36, 0.66, 0.04, 1) 0s, opacity 0.2s linear 0s, top 0.25s step-end 0s, -webkit-transform 0.2s cubic-bezier(0.36, 0.66, 0.04, 1) 0s;
        z-index: 1;
    }

    .navbar .dropdown:hover .dropdown-menu {
        opacity: 1 !important;
        top: calc(100% - 5px);
        -webkit-transform: translate3d(0px, 0px, 0px) scaleY(1);
        -moz-transform: translate3d(0px, 0px, 0px) scaleY(1);
        transform: translate3d(0px, 0px, 0px) scaleY(1);
        transition-delay: 0.2s;
        transition-duration: 0.45s, 0.3s, 0.45s, 0.45s;
        transition-property: transform, opacity, top, -webkit-transform;
        transition-timing-function: cubic-bezier(0.17, 0.67, 0.52, 1), linear, step-start, cubic-bezier(0.7, 0.67, 0.52, 1);
        z-index: 4;
    }

    .dropdown:hover .tech-mega {
        transition-duration: 0.65s, 0.4s, 0.65s, 0.65s;
    }
}

@media (min-width:1500px) {
    .container {
        max-width: 1400px;
    }

    .inner-banner.inner-banner-2 .col-md-7 {
        width: 55%;
    }

    .inner-banner-2-img {
        width: 45%;
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1500px;
    }


}

@media (min-width:1900px) {
    .container {
        max-width: 1800px;
    }
}

@media (max-width:1800px) {

    html,
    body {
        font-size: 16px;
    }
}

@media (max-width:1600px) {

    html,
    body {
        font-size: 15px;
    }

    .navbar-brand img {
        width: 250px;
    }

    .inner-banner.inner-banner-2 .col-md-7 {
        min-height: 420px;
    }

    .inner-banner-2-img img {
        height: 420px;
    }

    .inner-img .inner-icon {
        padding: 10px;
        right: -20px;
    }

    .inner-img .inner-icon-2 {
        right: auto;
        left: -20px;
    }

    .inner-img img {
        width: 85%;
    }

    .order-now {
        padding: 0 30px;
    }

    .order-now img {
        width: 180px;
        margin-top: -40px;
    }

    .book-now .form-control,
    .book-now button {
        height: 45px;
    }

    .quick-links li a span {
        width: 75px;
        height: 75px;
    }

    .footer-store img {
        width: 180px;
    }

    .footer-store .footer-store-right img {
        width: 140px;
    }

    /* ------------Direct Mail------------ */
    .additional-box span {
        width: 70px;
        height: 70px;
    }

    /* ------------Direct Mail------------ */

    /* ------------Printing Services------------ */
    .pricing-box span {
        width: 70px;
        height: 70px;
    }

    .requirement-box span {
        width: 60px;
        height: 60px;
    }

    /* ------------Printing Services------------ */
    .features li div span {
        width: 80px;
        height: 80px
    }

    .features li div span img {
        width: 35px;
    }


    .banner-icon img {
        width: 35px;
    }

    .banner-text::after {
        width: 65px;
        height: 65px;
    }

    .banner {
        min-height: 530px;
    }

    .book-now .form-control {
        font-size: 0.9rem;
    }
}

@media (max-width:1399.98px) {
    .inner-banner h1 {
        font-size: 2.8rem;
    }

    .inner-banner.inner-banner-2 .col-md-7 {
        min-height: 390px;
    }

    .inner-banner-2-img img {
        height: 390px;
    }

    .qp-premium h5 strong {
        display: inline-block;
    }

    .qp-premium,
    .book-now {
        padding: 20px;
        border-radius: 12px;
    }

    .order-now h4 {
        font-size: 1.2rem;
    }

    /* -------------------home---------------------- */
    .banner {
        min-height: 490px;
    }

    .banner h2 {
        font-size: 3.4rem;
        line-height: 55px;
    }

    .banner-image img {
        width: 70%;
    }

    .banner-icon img {
        width: 35px;
    }

    .banner-icon {
        left: 10%;
        bottom: 25%;
        padding: 12px;
    }

    .banner-icon-2 {
        left: auto;
        right: 2%;
        bottom: auto;
        top: 30%;
    }

    .stamps-home section h2 {
        font-size: 2.4rem;
    }

    .stamps-home section p {
        font-size: 1rem;
        line-height: 30px;
        margin: 0;
    }

    /* -------------------home---------------------- */
}

@media (max-width:1199.98px) {
    .navbar-brand img {
        width: 200px;
    }

    .inner-banner.inner-banner-2 .col-md-7 {
        min-height: 320px;
    }

    .inner-banner-2-img img {
        height: 320px;
    }

    .inner-content .header-contnet-in p {
        font-size: 1.1rem;
    }

    .inner-img .inner-icon {
        display: none;
    }

    .benefitbox span {
        width: 35px;
        height: 35px;
        margin-right: 40px;
        font-size: 1rem;
        border: 3px solid #fff;
    }

    .benefitbox span:after {
        width: 22px;
        left: 41px;
    }

    .benefitbox div {
        padding-top: 7px;
    }

    .book-now .form-control {
        height: 40px;
    }

    .order-now {
        padding: 0 18px;
    }

    .order-now img {
        width: 140px;
        margin-top: 20px;
    }

    .order-now h4 {
        font-size: 1.1rem;
        line-height: 1.5;
    }

    .order-now h4 span {
        display: inline !important;
    }

    .order-now .btn {
        padding: 8px 15px;
    }

    .quick-links {
        padding: 20px;
    }

    .quick-links li {
        padding: 15px;
    }

    .quick-links li a span {
        width: 62px;
        height: 62px;
        font-size: 1.2rem;
    }

    .quick-links li a span strong {
        width: 20px;
        line-height: 20px;
        font-size: 9px;
    }

    /* ------------all services------------ */
    .service-title span {
        width: 65px;
        height: 65px;
    }

    .service-title span img {
        width: 25px;
    }

    .all-service-box span {
        width: 60px;
        height: 60px;
    }

    .all-service-box span img {
        width: 20px;
    }

    /* ------------all services------------ */

    /* ------------Corporate PO Box------------ */
    .quick-links.po-box-services li {
        border-bottom: 1px solid #DAE1F8 !important;
    }

    .quick-links.po-box-services-2 li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    }

    .quick-links.po-box-services li:nth-child(2n),
    .quick-links.po-box-services-2 li:nth-child(2n) {
        border-right: none !important;
    }

    .quick-links.po-box-services li:nth-child(n+3),
    .quick-links.po-box-services-2 li:nth-child(n+3) {
        border-bottom: none !important;
    }

    .quick-links.po-box-services {
        padding: 20px 30px;
    }

    /* ------------Corporate PO Box------------ */

    /* ------------Printing Services------------ */
    .pricing-box {
        padding: 20px;
    }

    .pricing-box::before,
    .pricing-box::after {
        display: none;
    }

    /* ------------Printing Services------------ */
    /* ------------Philatelic Sponsorship------------ */
    .pricing-clr {
        padding: 20px;
    }

    /* ------------Philatelic Sponsorship------------ */
    /* -------------------home---------------------- */
    .banner {
        min-height: 450px;
    }

    .banner h2 {
        font-size: 3rem;
        line-height: 55px;
    }

    .banner p {
        font-size: 1rem;
    }


    .banner-image img {
        width: 80%;
    }

    .banner-icon p {
        font-size: 0.75rem;
    }

    .banner-icon p strong {
        font-size: 1rem;
    }

    .banner-icon img {
        width: 32px;
    }

    .banner-icon {
        left: 13%;
        bottom: 17%;
    }

    .banner-icon-2 {
        left: auto;
        right: 2%;
        bottom: auto;
        top: 30%;
    }

    .banner-text::after {
        width: 55px;
        height: 55px;
        left: 50%;
    }

    .stamps-home section h2 {
        font-size: 2.2rem;
    }

    .business-offering-start h2 {
        font-size: 2rem;
    }

    /* -------------------home---------------------- */
}

@media (max-width:991.98px) {
    header {
        background: #fff;
    }

    .inner-banner.inner-banner-2 .col-md-7 {
        min-height: 270px;
    }

    .inner-banner-2-img img {
        height: 270px;
    }

    .navbar-brand img {
        width: 190px;
        margin: 10px 0;
    }

    .navbar .container {
        position: relative;
    }

    .header-right {
        margin-right: 70px;
    }

    .navbar-nav .nav-link {
        padding: 10px 0;
    }

    h6.title {
        color: #7a828d;
        font-size: 1rem;
    }

    .navbar .dropdown-menu a {
        color: #6c7480 !important;
    }

    .col-megamenu p {
        color: #6c7480 !important;
        font-size: 1rem;
    }

    .navbar .dropdown-menu {
        background: none !important;
        box-shadow: none !important;
        padding: 0 0 0 15px;
    }

    .top-menu .dropdown-menu .dropdown-item {
        padding: 8px 0;
    }

    .navbar .dropdown-menu section {
        padding: 0;
        background: none;
        box-shadow: none;
    }

    .navbar .dropdown-menu section>.row {
        margin: 0;
    }

    .navbar .dropdown-menu section .bg-dark {
        background: none !important;
        padding: 0 !important;
    }

    .navbar .dropdown-menu section hr {
        display: none;
    }

    .navbar .megamenu .col-lg-3 {
        padding: 15px 0 7px 0;
        margin: 0 !important;
        border-bottom: 1px solid #d8dfe9 !important;
    }

    .navbar .navbar-toggler {
        filter: brightness(1) invert(1);
        position: absolute;
        right: 10px;
        top: 14px;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        width: 100%;
        background: #fff;
        z-index: 9;
        left: 0;
        padding: 15px 15px;
        border-radius: 0 0 6px 6px;
        box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    }

    .megamenu {
        padding: 0 0 25px;
    }

    .megamenu .container {
        padding: 0;
    }

    .megamenu .border-start {
        border: none !important;
    }

    .megamenu .col {
        flex: auto;
    }

    .header-right .btn {
        padding: 0 15px;
        line-height: 38px;
        height: 40px;
    }

    .myBtn {
        width: 40px;
        height: 40px;
    }

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }

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


    .quick-links li {
        padding: 20px;
        border-right: 1px solid #DAE1F8;
        border-bottom: 1px solid #DAE1F8;
    }

    .quick-links li:nth-child(n+4) {
        border-bottom: 1px solid #DAE1F8;
    }

    .quick-links li:nth-child(3n) {
        border-right: 1px solid #DAE1F8;
    }

    .quick-links li:nth-child(2n) {
        border-right: 0;
    }

    .quick-links li:nth-child(n+5) {
        border-bottom: 0;
    }

    .footer-store img {
        width: 140px;
    }

    .footer-store .footer-store-right img {
        width: 110px;
    }

    .fullScreen {
        top: 62px;
    }

    .custom-table {
        padding: 18px;
    }

    /* -------------------home---------------------- */
    .banner {
        min-height: 320px;
    }

    .banner h2 {
        font-size: 2.3rem;
        line-height: 40px;
    }

    .banner-icon {
        display: none !important;
    }

    .banner-image {
        width: 55%;
    }

    .banner-text::after {
        display: none;
    }

    .tracking-search span {
        font-size: 1.1rem;
    }

    .services section li:nth-child(2n) {
        border-right: none;
    }

    .services section li:nth-child(3n) {
        border-right: 1px solid #DAE1F8;
    }

    .services section li:nth-child(n+4) {
        border-bottom: 1px solid #DAE1F8;
    }

    .services section li:last-child {
        border-right: none;
    }

    .services section li:nth-child(n+5) {
        border-bottom: none;
    }

    .stamps-home section h2 {
        font-size: 2rem;
    }

    .stamps-home .col-lg-5 img {
        display: none;
    }

    /* -------------------home---------------------- */

}

@media (max-width:767.98px) {
    .inner-banner {
        padding: 20px 0;
    }

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

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

    .order-now img {
        display: none;
    }

    .footer-store img {
        width: 115px;
    }

    .footer-store .footer-store-right img {
        width: 95px;
    }

    .inner-banner {
        background: #E7F1FF;
    }

    .inner-banner::before {
        left: auto;
        right: 4%;
    }

    /* ------------all services------------ */
    .all-service-box {
        padding-bottom: 15px;
    }

    /* ------------all services------------ */
    /* -------------------home---------------------- */
    .banner {
        flex-direction: column;
    }

    .banner h2 {
        font-size: 40px;
        line-height: normal;
    }

    .banner p {
        font-size: 16px;
    }

    .banner::after {
        height: 260px;
        width: 260px;
        bottom: 11%;
        opacity: .5;
    }

    .banner-image-main {
        width: 100%;
    }

    .banner-image {
        width: 100%;
        height: 240px;
        position: relative !important;
        max-width: 510px;
        margin: 0 auto 30px auto;
        border-radius: 20px;
    }

    .banner-image img {
        margin-left: 0;
    }

    .banner-icon {
        display: flex !important;
        left: 5%;
        bottom: 10%;
        padding: 8px;
        border-radius: 5px;
    }

    .banner-icon img {
        width: 28px;
    }

    .banner-icon-2 {
        left: auto;
        right: 5%;
        bottom: auto;
        top: 30%;
    }

    .banner-icon p {
        font-size: 0.65rem;
    }

    .banner-icon p strong {
        font-size: 0.9rem;
    }

    .banner-text {
        text-align: center;
    }

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

    .btn-default {
        padding: 12px 22px;
    }

    .tracking-search p {
        font-size: 13px;
    }

    .tracking-search span {
        font-size: 18px;
    }

    .radio-container {
        display: block !important;
    }

    /* -------------------home---------------------- */

}

@media (max-width:575.98px) {
    header .container {
        padding: 0 16px;
    }

    .navbar-brand img {
        width: 180px;
    }

    .header-right {
        margin-right: 60px;
    }

    .select {
        width: 80px;
    }

    .select label,
    .select_label {
        font-size: 0 !important;
    }

    .inner-content .header-contnet-in {
        border-left: none;
        text-align: center;
        padding-left: 0 !important;
    }

    .inner-content h2 {
        text-align: center;
    }

    .benefitbox {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .benefitbox span {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .benefitbox span:after {
        display: none;
    }

    .inner-content .h5,
    .inner-content h5 {
        font-size: 1.1rem;
    }

    .quick-links {
        padding: 10px 30px;
    }

    .quick-links li {
        padding: 20px 16px;
        border-right: 0 !important;
        border-bottom: 1px solid #DAE1F8 !important;
    }

    .quick-links li:last-child {
        border-bottom: 0 !important;
    }

    .adds-carousel img {
        border-radius: 7px;
    }

    .qp-premium,
    .book-now h5 {
        text-align: center;
    }

    .book-now h5 {
        font-size: 1.2rem;
    }

    footer ol {
        justify-content: center;
        flex-wrap: wrap;
    }

    footer ol li {
        margin: 0 5px;
    }

    .footer-store img {
        width: 60%;
        max-width: 200px;
    }

    .footer-store .footer-store-right img {
        width: 110px;
    }


    .footer-store p {
        width: 100%;
        text-align: center;
    }

    .inner-banner {
        padding: 10px 0;
    }

    .inner-banner .breadcrumb {
        justify-content: center;
    }

    .inner-banner .breadcrumb .breadcrumb-item,
    .inner-banner .breadcrumb .breadcrumb-item a {
        font-size: 14px;
    }

    .container,
    .container-fluid {
        --bs-gutter-x: 3rem;
    }

    /* ------------all services------------ */
    .inner-banner h6 span,
    .service-title span {
        display: none;
    }

    .service-title {
        justify-content: center;
    }

    .service-container {
        text-align: center;
    }

    .all-service-box {
        align-items: center;
    }

    /* ------------all services------------ */

    /* ------------Corporate PO Box------------ */
    .details-list {
        flex-direction: column;
        align-items: center;
    }

    .details-list li {
        background: none;
        padding: 0 15px 15px 15px;
        margin-bottom: 15px;
        border-bottom: 1px dashed #d7e1ea;
        text-align: center;
    }

    .details-list li:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .quick-links.po-box-services {
        padding: 0 30px;
    }

    .quick-links.po-box-services li {
        border-right: none !important;
        border-bottom: 1px solid #DAE1F8 !important;
    }

    .quick-links.po-box-services-2 li {
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    }

    .quick-links.po-box-services li:nth-child(n+3) {
        border-bottom: 1px solid #DAE1F8 !important;
    }

    .quick-links.po-box-services-2 li:nth-child(n+3) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    }

    .quick-links.po-box-services li:last-child,
    .quick-links.po-box-services-2 li:last-child {
        border-bottom: none !important;
    }

    /* ------------Corporate PO Box------------ */
    /* ------------Direct Mail------------ */
    .additional-box span,
    .requirement-box span {
        width: 50px;
        height: 50px;
    }

    /* ------------Direct Mail------------ */

    /* ------------Printing Services------------ */
    .pricing-box {
        text-align: center;
    }

    .pricing-box span {
        margin: 0 auto;
    }

    /* ------------Printing Services------------ */
    /* ------------Philatelic Sponsorship------------ */
    .pricing-clr {
        width: calc(100% - 20px);
        text-align: center;
    }

    .pricing-clr:after {
        right: -20px;
        top: 20px;
        border-radius: 15px;
    }

    /* ------------Philatelic Sponsorship------------ */
    /* -------------------home---------------------- */


    .banner-image {
        border-radius: 12px;
        max-width: calc(100% - 30px);
        margin: 0 auto 22px auto;
    }

    .banner-image img {
        max-height: 95%;
    }

    .banner-icon {
        display: none !important;
    }

    .banner h2 {
        font-size: 26px;
        line-height: normal;
    }

    .services section li {
        border-bottom: 1px solid #DAE1F8 !important;
        padding: 30px 20px;
    }

    .services section li:last-child {
        border-bottom: none !important;
    }

    .stamps-home section h2 {
        font-size: 1.5rem;
    }

    .stamps-home section p {
        font-size: 1rem;
        line-height: 30px;
    }

    .shipment-cost .tab-content section {
        padding: 25px 20px;
    }

    .shipment-cost .tab-content section .row>* {
        width: 50%;
    }

    .shipment-cost .tab-content section .row {
        --bs-gutter-x: 10px
    }

    .shipment-cost .form-select {
        max-width: none;
    }

    .shipment-cost .nav-tabs .nav-link {
        width: 150px;
    }

    .radio-container h6 span {
        font-size: 14px;
    }

    .order-total h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .order-total .btn-default {
        padding: 15px 20px !important;
    }

    .shipment-cost .tab-content section {
        border-radius: 0px 20px 0 0;
    }

    .order-total {
        border-radius: 0 0 20px 20px;
        padding: 20px;
    }

    .shipment-cost .nav-tabs .nav-link {
        font-size: 16px;
    }

    .business-offering-start h2,
    .business-offering-2 h2,
    .partner-with-us h2 {
        text-align: left;
        font-size: 1.3rem;
    }

    .business-offering-2 h3 {
        font-size: 1.1rem;
    }

    .business-offering-start svg {
        font-size: 30px;
    }

    .features li div span,
    .services section li a span {
        width: 70px;
        height: 70px
    }

    .features li div {
        width: 100px;
        height: 100px;
    }

    .services section li a span {
        border-radius: 12px;
    }

    .features li div span img,
    .services section li a span img {
        width: 25px;
    }

    .services section {
        padding: 20px;
        border-radius: 15px;
    }


    .services section li a span strong {
        font-size: 0.7rem;
        width: 25px;
        line-height: 25px;
    }

    .stamps-home section {
        border-radius: 20px;
        text-align: center;
        padding: 30px 20px !important;
    }

    .business-offering-2 span {
        margin: 0 auto;
    }

    .business-offering-2 span {
        width: 65px;
        height: 65px;
    }

    .business-offering-2 span img {
        width: 25px;
    }

    .business-offering-2 section {
        padding: 25px 25px 0;
        border-radius: 20px;
    }

    .business-offering-2 section article {
        height: 240px;
        border-radius: 15px;
    }

    .business-offering-2 section article svg {
        display: none;
    }

    .business-offering-2 section article div {
        padding: 20px;
        justify-content: center !important;
    }

    .services section li {
        border-right: none !important;
    }

    .store-home article {
        text-align: center;
    }

    .all-servies h3 {
        font-size: 1.3rem;
    }

    .inner-content .header-contnet-in p {
        font-size: 1rem;
    }

}

/* -------------------home---------------------- */
@media (max-width:520px) {
    .shipment-cost .tab-content section .row>* {
        width: 100%;
    }

    .radio-container {
        display: flex !important;
        padding-right: 45px !important;
    }

    .radio-container-2 {
        padding-right: 15px !important;
    }

    .radio-container img {
        width: 50px;
    }

    .radio-container-2 div {
        height: 50px;
        width: 50px;
        margin-bottom: 0 !important;
    }

    .radio-container-2 div img {
        width: 25px;
    }
}

@media (max-width:340px) {
    .book-now .col-6 {
        width: 100%;
    }

    .navbar-brand img {
        width: 150px;
        margin: 16px 0;
    }

    .myBtn {
        width: 34px;
        height: 34px;
    }

    .radio-container h6 span {
        font-size: 13px;
    }
}

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

#SpinnerOverlay {
    display: none;
}

.spinner:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #ccc;
    border-top-color: #333;
    animation: spin 0.8s infinite linear;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

/* ---------------------Arabic--------------------- */
/* @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700;900&display=swap'); */

body.arabic {
    /* font-family: 'Rubik', sans-serif; */
    font-family: Helvetica, Arial, sans-serif;
    text-align: right;
}

.arabic .top-bar form {
    justify-content: flex-start;
}

.arabic .select_items {
    text-align: left;
}

.arabic .select_label {
    padding-left: 0;
    padding-right: 20px;
}

.arabic .navbar-expand-lg .navbar-nav {
    flex-direction: row-reverse;
}

.arabic .navbar .nav-item:last-child .dropdown-menu {
    right: auto;
}

.arabic .inner-banner:after {
    right: auto;
    left: 0;
}

.arabic .top-menu li,
.arabic .top-menu a,
.arabic .top-menu h6,
.arabic .top-menu p {
    text-align: right;
}

.arabic section .bg-dark ul li a {
    display: flex;
    flex-direction: row-reverse;
}

.arabic section .bg-dark ul li a svg {
    margin: 0 0 0 10px;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
}

.arabic .inputBox {
    flex-direction: row-reverse;
}

.arabic .inputBox button svg {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1)
}

.arabic .inputBox input {
    text-align: right;
    padding-left: 0;
    padding-right: 15px;
}

.arabic .inner-banner {
    background: linear-gradient(-99deg, #E7F1FF 10%, rgba(231, 241, 255, 0) 62%);
}

.arabic .inner-img {
    background: url(../images/banner-img-bg-ar.png) no-repeat;
    background-size: auto 100%;
    background-position: center;
}

.arabic .inner-img .inner-icon {
    flex-direction: row-reverse;
    right: auto;
    left: 20px;
}

.arabic .inner-img .inner-icon-2 {
    left: auto;
    right: 20px;
}

.arabic .inner-img .inner-icon p {
    text-align: right;
}

.arabic .inner-banner h6 span {
    margin-left: 15px;
}

.arabic .inner-banner::before {
    left: auto;
    right: 2%;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
}

.arabic .inner-banner .breadcrumb {
    flex-direction: row-reverse;
}

.arabic .inner-banner .breadcrumb li:first-child {
    padding-left: var(--bs-breadcrumb-item-padding-x);
}

.arabic .inner-banner .breadcrumb li:first-child:before {
    display: block;
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
}

.arabic .inner-banner .breadcrumb li:last-child {
    padding-left: 0;
}

.arabic .inner-banner .breadcrumb li:last-child:before {
    display: none;
}

.arabic .all-service-box {
    align-items: flex-end;
}

.arabic .all-service-box a {
    flex-direction: row-reverse;
}

.arabic .all-service-box a svg {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
    margin: 0 7px 0 0 !important;
}

.arabic .service-list li a {
    flex-direction: row-reverse;
}

.arabic .service-list li a svg {
    margin-left: 0;
    margin-right: auto;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
}

.arabic footer h5,
.arabic footer h6,
.arabic footer p,
.arabic footer li {
    text-align: right;
}

.arabic footer ol {
    justify-content: flex-end;
}

.arabic .inner-content .header-contnet-in {
    border-left: none;
    border-right: 4px solid #002E6D;
}

.arabic .benefitbox {
    flex-direction: row-reverse;
}

.arabic .benefitbox span {
    margin-right: 0;
    margin-left: 90px;
}

.arabic .benefitbox span:after {
    left: auto;
    right: 70px;
}

.arabic .quick-links li {
    border-right: none;
    border-left: 1px solid #DAE1F8;
}

.arabic .quick-links li:nth-child(3n) {
    border-left: none;
}

.arabic .pricing-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.arabic .pricing-box::before,
.arabic .pricing-box::after {
    right: auto;
    left: 30px;
}

.arabic .details-list li {
    padding-right: 24px;
    background: url(../images/list-arrow-ar.png) no-repeat;
    background-size: 8px auto;
    background-position: right 7px;
}

.arabic .quick-links.po-box-services li {
    border-left: none;
    border-right: 1px solid #DAE1F8 !important;
    border-bottom: none !important;
}

.arabic .quick-links.po-box-services-2 li {
    border-left: none;
    border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-bottom: none !important;
}

.arabic .quick-links.po-box-services li:first-child {
    border-right: none !important;
}

.arabic .banner-image {
    border-radius: 0 400px 400px 0;
}

.arabic .tracking-search section {
    border-radius: 15px 0 15px 15px;
}

.arabic .banner::after {
    right: 0;
}

.arabic .banner-icon {
    left: 13%;
    bottom: 23%;
}

.arabic .banner-icon-2 {
    left: auto;
    right: 8%;
    bottom: auto;
    top: 29%;
}

.arabic .tracking-search span::after {
    left: -32px;
    right: auto;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.arabic .services section li a span strong {
    right: -5px;
    left: auto;
}

.arabic .services section li {
    border-left: 1px solid #DAE1F8;
    border-right: 0;
}

.arabic .services section li:nth-child(3n) {
    border-left: 0;
}

.arabic .shipment-cost .tab-content section {
    border-radius: 50px 0 0 0;
}

.arabic .checkmark {
    left: 15px;
    right: auto;
}

.arabic .radio-container-2 .checkmark {
    left: 0;
}

.arabic .shipment-cost .tab-content article li {
    padding: 0 20px 0 0 !important;
}

.arabic .shipment-cost .tab-content article li::before {
    right: 0;
    left: auto;
}

.arabic .shipment-cost .form-select {
    background: #002e6d url(../images/angle-down.svg) no-repeat left 1.4rem center / auto !important;
}

.arabic .tracking-search .input-group .form-control {
    border-radius: 0 5px 5px 0 !important;
}

.arabic .tracking-search .input-group-text {
    border-radius: 5px 0 0 5px !important;
}

.arabic .banner-image img {
    margin-left: 0;
}

@media (max-width:1600px) {
    .arabic .inner-img .inner-icon {
        left: -20px;
    }

    .arabic .inner-img .inner-icon-2 {
        left: auto;
        right: -20px;
    }
}

@media (max-width:1199.98px) {

    .arabic .quick-links.po-box-services li:nth-child(1),
    .arabic .quick-links.po-box-services li:nth-child(2) {
        border-bottom: 1px solid #DAE1F8 !important;
    }

    .arabic .quick-links.po-box-services-2 li:nth-child(1),
    .arabic .quick-links.po-box-services-2 li:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    }

    .arabic .quick-links.po-box-services li:nth-child(3) {
        border-right: none !important;
    }

    .arabic .banner-icon {
        left: 7%;
        bottom: 18%;
    }

    .arabic .banner-icon-2 {
        left: auto;
        right: 5%;
        bottom: auto;
        top: 33%;
    }
}

@media (max-width:991.98px) {
    .arabic .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }

    .arabic .navbar .navbar-brand {
        margin: 0;
    }

    .arabic .navbar .navbar-toggler {
        right: auto;
        left: 10px;
    }

    .arabic .header-right {
        margin-right: 0;
        margin-left: 70px;
    }

    .arabic .quick-links li:nth-child(2n) {
        border-left: 0;
    }

    .arabic .quick-links li:nth-child(3n) {
        border-left: 1px solid #DAE1F8;
    }

    .arabic .quick-links.po-box-services li:nth-child(3n) {
        border-left: none;
    }

    .arabic .services section li:nth-child(2n) {
        border-left: none;
    }

    .arabic .services section li:nth-child(3n) {
        border-left: 1px solid #DAE1F8;
    }

    .arabic .services section li:nth-child(n+4) {
        border-bottom: 1px solid #DAE1F8;
    }

    .arabic .services section li:last-child {
        border-left: none;
    }

    .arabic .services section li:nth-child(n+5) {
        border-bottom: none;
    }
}

@media (max-width:767.98px) {
    .arabic .banner-image {
        border-radius: 20px;
    }
}

@media (max-width:575.98px) {
    .arabic .all-service-box {
        align-items: center;
    }

    .arabic footer h5,
    .arabic footer h6,
    .arabic footer p,
    .arabic footer li {
        text-align: center;
    }

    .arabic footer ol {
        justify-content: center;
    }

    .arabic .inner-banner nav {
        margin: 0 auto;
    }

    .arabic .inner-content .header-contnet-in {
        border-right: none;
        padding-right: 0 !important;
    }

    .arabic .benefitbox {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .arabic .benefitbox span {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .arabic .quick-links li {
        border-left: none !important;
    }

    .arabic .pricing-box {
        align-items: center;
    }

    .arabic .details-list li {
        background: none;
        padding: 0 15px 15px 15px;
    }

    .arabic .quick-links.po-box-services li {
        border-right: none !important;
    }

    .arabic .services section li {
        border-left: none !important;
    }
}

/* ---------------------Arabic--------------------- */

/* ---------------------Fulfillment Solutions--------------------- */
.blue-italic {
    color: #002E6D;
    font-style: italic;
}

.fullfilment-path {
    border: 1px solid #C5E1F9;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
}

.fullfilment-path img {
    width: auto;
    height: 100px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.fullfilment-path:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.fullfilment-path h6 {
    line-height: 1.7;
    font-weight: 500;
}

.fullfilment-path p {
    color: #E0F0FF;
    opacity: 0.6;
}

.fullfilment-data .custom-table tr td {
    min-width: 170px;
}

.fullfilment-data .custom-table tr td:first-child {
    min-width: 400px;
}

.ecommerce-benefits .benefitbox span {
    box-shadow: 0 0 0 1px #002E6D;
    background: linear-gradient(180deg, #2960A8 0%, #002F6C 100%);
}

.ecommerce-benefits .benefitbox:hover span {
    border: 3px solid #fff;
    box-shadow: 0 0 0 10px rgba(41, 96, 168, 0.3);
}

.ecommerce-benefits .benefitbox span:after {
    border-top: 1px solid rgba(41, 96, 168, 0.3);
}

.ecommerce-gcc ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.ecommerce-gcc ul li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ecommerce-gcc ul li img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.ecommerce-process ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 30px;
}

.ecommerce-process ul li p {
    margin: 0;
    font-weight: 500;
}

.ecommerce-process ul li h6 {
    width: 41px;
    border-radius: 35px;
    text-align: center;
    line-height: 35px;
    display: block;
    border: 3px solid #fff;
    color: #fff;
    flex-shrink: 0;
    margin: 0 90px 0 0;
    background: linear-gradient(180deg, #2960A8 0%, #002F6C 100%);
    box-shadow: 0 0 0 1px #002E6D;
    position: relative;
}

.ecommerce-process ul li h6:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 100%;
    top: 0;
    right: -80px;
    background: url(../images/ecommerce-arrow.png) no-repeat;
    background-size: 100% auto;
    background-position: center;
}

.ecommerce-process ul li span {
    width: 55px;
    height: 55px;
    display: flex;
    border-radius: 45px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: linear-gradient(180deg, #2960A8 0%, #002F6C 100%);
}

.ecommerce-process ul li span img {
    width: auto;
    height: 25px;
}

@media (max-width:1199.98px) {
    .ecommerce-gcc ul {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:575.98px) {
    .ecommerce-gcc ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .ecommerce-process ul li {
        flex-direction: column;
        text-align: center;
        padding-bottom: 25px;
    }

    .ecommerce-process ul li h6 {
        display: none;
    }
}

/* ---------------------Fulfillment Solutions--------------------- */


/*-------------------ecommerce-solutions-pricing--------------*/
.pricing .card {
    border: none;
    border-radius: 30px;
    transition: all 0.2s;
    border: solid #DFEBFA 1px;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    letter-spacing: .1rem;
    font-weight: 400;
    height: 99px;
    color: #fff !important;
    background: linear-gradient(to bottom, rgba(255, 201, 0, 1) 0%, rgba(236, 169, 18, 1) 100%);
    border-radius: 25px 25px 2px 2px;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    display: grid;
    place-items: center;
}

.pricing .btn {
    background: #FFB819;
    border: none;
}

.pricing .badge {
    font-size: 15px;
}

.pricing small {
    font-size: 1.4rem;
    position: relative;
    top: -17px;
    font-weight: 700;
    left: -2px;
}

.card-price-dollar small {
    font-size: 1.8rem;
    top: -13px;
}

.pricing li {
    color: #848199;
}

.pricing li span {
    color: #FFB819;
}

.standard .card-title {
    background: linear-gradient(to bottom, rgba(41, 96, 168, 1) 0%, rgba(0, 47, 108, 1) 100%);
}

.standard .btn {
    background: #063675;
}

.standard li span {
    color: #063675;
}

.premium .card-title {
    background: linear-gradient(to bottom, rgba(151, 193, 192, 1) 1%, rgba(128, 164, 163, 1) 100%);
}

.premium .btn {
    background: #81A6A5;
}

.premium li span {
    color: #81A6A5;
}

.pricing .card-price {
    font-size: 3rem;
    margin: 0;
}

.pricing .card-price .period {
    font-size: 15px;
}

.pricing ul li {
    margin-bottom: 1rem;
}

.pricing .text-muted {
    opacity: 0.7;
}

.pricing .btn {
    letter-spacing: .1rem;
    font-weight: 400;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
}

@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }

    .pricing .card:hover .btn {
        opacity: 1;
    }
}

/*-------------------ecommerce-solutions-pricing--------------*/


/*-------------------Order Creation--------------*/
.create-order-box {
    border-radius: 15px;
    padding: 25px;
    background: url(../images/order-bg-2.jpg);
    background-size: cover;
}

    .create-order-box span {
        width: 70px;
        height: 70px;
        border-radius: 7px;
        padding: 20px;
    }

.btn-yellow {
    background: #FFB819;
    color: #fff;
    line-height: 45px;
    padding: 0 25px;
    border-radius: 45px;
}

    .btn-yellow:hover {
        background: #cd900d;
        color: #fff;
    }

.btn-blue {
    background: #002E6D;
    color: #fff;
    line-height: 45px;
    padding: 0 25px;
    border-radius: 45px;
}

    .btn-blue:hover {
        background: #042554;
        color: #fff;
    }

.btn-gray {
    background: #E1E7F1;
    color: #5f6266;
    line-height: 45px;
    padding: 0 25px;
    border-radius: 45px;
}

    .btn-gray:hover {
        background: #c8d2e3;
        color: #454a51;
    }

.bulk-steps {
    border-radius: 20px;
    background: #002e6c;
    padding: 10px 40px 30px 40px;
}

    .bulk-steps span {
        width: 120px;
        height: 120px;
        padding: 20px;
        border: 20px solid #002e6c;
        position: relative;
        z-index: 1;
    }

    .bulk-steps p {
        color: #CCD5E2;
    }

        .bulk-steps p a {
            color: #FFB819;
            font-weight: 500;
            padding-bottom: 3px;
            border-bottom: 1px solid #FFB819;
        }

    .bulk-steps li {
        position: relative;
    }

        .bulk-steps li::after {
            position: absolute;
            content: '';
            width: 100%;
            height: 1px;
            top: 60px;
            left: 50%;
            background: #fff;
            opacity: 0.3;
        }

        .bulk-steps li:last-child::after {
            display: none;
        }

.bulk-form {
    padding: 25px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}

    .bulk-form .order-type input {
        display: none;
    }

    .bulk-form .order-type img {
        height: 25px;
        width: 25px;
        object-fit: contain;
    }

    .bulk-form .order-type label {
        background: #E7EDFF;
        padding: 15px 20px;
        border-radius: 10px;
        text-align: center;
        height: 100%;
        min-width: 180px;
        flex: 1;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .bulk-form .order-type input[type="radio"]:checked ~ label {
        background: #FFB819;
        color: #fff;
    }

        .bulk-form .order-type input[type="radio"]:checked ~ label img {
            filter: brightness(0) invert(1);
        }

    .bulk-form .order-send input {
        position: absolute;
        top: 50%;
        width: 20px;
        height: 20px;
        border-radius: 20px;
        margin-top: -10px;
        right: 20px;
        box-shadow: none;
        border-color: #bcc2d5;
    }

    .bulk-form .order-send label {
        border-radius: 10px;
        padding: 15px 50px 15px 15px;
        border: 1px solid #DEE6FE;
        display: flex;
        align-items: center;
        font-weight: 600;
        cursor: pointer;
    }

        .bulk-form .order-send label img {
            width: 50px;
            flex-shrink: 0;
        }

        .bulk-form .order-send label small {
            display: block;
            font-weight: 400;
        }

    .bulk-form .order-send .form-check-input:checked ~ label,
    .bulk-form .address-main .form-check-input:checked ~ label {
        border-color: #FFB819;
    }

    .bulk-form .form-check-input:checked {
        background-color: #FFB819;
        border-color: #FFB819;
    }

    .bulk-form input {
        box-shadow: none !important;
    }

    .bulk-form .form-label {
        color: #6c7480;
    }

    .bulk-form .form-control {
        border: 1px solid #DEE6FE;
        min-height: 50px;
    }

        .bulk-form .form-control:focus {
            border: 1px solid #a1a7ba;
        }

    .bulk-form .address-main label {
        border: 1px solid #DEE6FE;
        padding: 15px;
        border-radius: 12px;
        color: #6c7480;
    }

    .bulk-form .address-main li {
        padding: 10px 0;
        color: #6c7480;
        display: flex;
    }

    .bulk-form .address-main input {
        position: absolute;
        top: 17px;
        right: 15px;
        border-color: #bcc2d5;
        width: 20px;
        height: 20px;
    }

    .bulk-form .address-main li svg {
        margin-top: 2px;
        opacity: 0.5;
    }

    .bulk-form .address-main .btn,
    .bulk-form .table .btn {
        color: #fff;
        border-radius: 5px;
        width: 35px;
        line-height: 35px;
        padding: 0;
    }

        .bulk-form .address-main .btn.btn-edit,
        .bulk-form .table .btn.btn-edit {
            background: #92D2FF;
        }

        .bulk-form .address-main .btn.btn-trash,
        .bulk-form .table .btn.btn-trash {
            background: #F86868;
        }

    .bulk-form .form-check-input {
        border-color: #bcc2d5;
    }

.bulk-form-2 .order-number .form-control {
    width: 100px;
}

.bulk-form-2 .upload-doc label {
    border: 1px dashed #bcc2d5;
    border-radius: 12px;
    padding: 30px 15px;
}

.bulk-form .table th,
.bulk-form .table td {
    padding: 15px 10px;
    vertical-align: middle;
    color: #6c7480;
    font-size: 0.9rem;
}

.bulk-form .table th {
    background: #c8dced;
    font-weight: 500;
}

.profile-info {
    border-radius: 15px;
    padding: 20px;
    background: url(../images/profile-bg.jpg);
    background-size: cover;
}

    .profile-info img {
        width: 70px;
        height: 70px;
        object-fit: cover;
    }

    .profile-info h5 small {
        font-size: 70%;
    }

    .profile-info .balance h5 {
        color: #FFB819;
    }

.profile-info-list p {
    color: #B4C2D4;
    margin: 0 0 5px 0;
}

.profile-info-list .btn {
    color: #002e6c;
}

.plans-group .plan-box {
    background: #CBEFE9;
    border-radius: 10px;
    padding: 20px 20px 15px 20px;
    box-shadow: 0 10px 20px rgba(53, 172, 136, 0.15);
}

    .plans-group .plan-box.inactive {
        background: #FFD8D8;
        box-shadow: 0 10px 20px rgba(255, 55, 55, 0.15);
    }

    .plans-group .plan-box span {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        background: #35AC89;
    }

        .plans-group .plan-box span img {
            width: 22px;
        }

    .plans-group .plan-box small {
        color: #35AC89;
        font-weight: 500;
    }

    .plans-group .plan-box.inactive span {
        background: #E75F5F;
    }

    .plans-group .plan-box.inactive small,
    .plans-group .plan-box.inactive a {
        color: #E75F5F;
    }

    .plans-group .plan-box p {
        margin: 2px 0;
        color: #707F93;
        font-size: 0.9rem;
    }

.message-wall {
    background: #F0F9FF;
    border-radius: 12px;
    padding: 25px;
    height: 100%;
}

    .message-wall li {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 15px;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

        .message-wall li:last-child {
            border: none;
            margin-bottom: 5px;
        }

        .message-wall li p {
            margin: 0;
        }

            .message-wall li p a {
                color: #FFB819;
                font-weight: 500;
            }

        .message-wall li span {
            width: 45px;
            line-height: 45px;
            border-radius: 45px;
            text-align: center;
            color: #fff;
            display: block;
            background: #459CCD;
            flex-shrink: 0;
        }

            .message-wall li span.red {
                background: #E75F5F;
            }

            .message-wall li span.green {
                background: #35AC89;
            }

.profile-links a {
    display: block;
    border: 1px solid #CCDBEB;
    border-radius: 12px;
    padding: 20px 10px 12px 10px;
    height: 100%;
    text-align: center;
}

    .profile-links a img {
        width: 45px;
        margin-bottom: 10px;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

    .profile-links a:hover img {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }

.profile-tracking {
    background: #FAFBFF;
}

@media (max-width: 1199.98px) {
    .bulk-steps {
        padding: 10px 20px 20px 20px;
    }

        .bulk-steps span {
            width: 100px;
            height: 100px;
            padding: 15px;
        }

        .bulk-steps li::after {
            top: 50px;
        }

    .bulk-form .order-type > div {
        width: 25%;
    }
}

@media (max-width: 767.98px) {
    .bulk-steps li::after {
        display: none;
    }

    .bulk-form .order-type > div {
        width: 45%;
    }
}

@media (max-width: 575.98px) {
    .bulk-form {
        padding: 20px;
    }

        .bulk-form .order-type > div {
            width: 100%;
        }
}

/*-------------------Order Creation--------------*/
/*-------------------Makan E--------------*/
.makane-table .custom-table td,
.makane-table .custom-table th {
    border-radius: 0 !important;
    border: 1px solid #d3d9e9;
}

.publisher-table img {
    width: 40px;
}

.publisher-table.custom-table tr th,
.publisher-table.custom-table tr td {
    padding: 10px;
    font-size: 0.9rem;
}

.publisher-table li {
    position: relative;
    padding: 3px 0 3px 15px;
}

    .publisher-table li:before {
        position: absolute;
        content: '';
        width: 6px;
        height: 6px;
        background: #FFB819;
        border-radius: 10px;
        top: 10px;
        left: 0;
    }

.before-none:before {
    display: none;
}

/*-------------------Makan E--------------*/

.rms-benefitbox span:after {
    display: none;
}

.rms-benefitbox span {
    margin-right: 20px;
}

.rms-benefitbox div {
    padding-top: 0;
}

.rms-benefitbox {
    padding: 20px 25px;
    height: 100%;
}

    .rms-benefitbox p {
        font-size: 18px;
    }

.certificate-area {
    --bs-columns: 7;
    grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
    grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
    gap: var(--bs-gap, 1.5rem);
}

.rms-title img {
    height: 50px;
}

.rms-ul li span {
    color: #063675;
}

.rms-ul li {
    position: relative;
    margin-bottom: 15px;
    color: #848199;
    font-weight: 500;
}

.rms-ul span {
    position: absolute;
    left: 0;
    top: 0;
}

.rms-ul div {
    padding-left: 30px;
}

.rms-ul-sub li::before {
    height: 10px;
    width: 10px;
    content: "";
    display: block;
    position: absolute;
    background: #FFB819;
    border-radius: 50%;
    left: 0;
    top: 5px;
}

.rms-ul-sub li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.arabic .rms-ul span {
    position: absolute;
    left: auto;
    right: 0;
}

.arabic .rms-ul div {
    padding-left: 0;
    padding-right: 30px;
}

.arabic .rms-benefitbox span {
    margin-right: 0;
    margin-left: 20px;
}

.arabic .rms-ul-sub li {
    padding-left: 0;
    padding-right: 20px;
}

    .arabic .rms-ul-sub li::before {
        left: auto;
        right: 0;
    }

@media (max-width:1199.98px) {
    .certificate-area {
        --bs-columns: 4;
    }
}

@media (max-width:575.98px) {
    .certificate-area {
        --bs-columns: 3;
        text-align: center;
    }
}

/*----------------------------------------*/