body {
	font-family:Roboto, arial;
	font-weight:400;
	font-size:12px;
	line-height:20px;
}

.container {
	font-size:15px;
	width: 1290px;
}

.banner_sec{
	position: relative;
} 

.ml-hero {
    overflow: hidden;
    width: 1290px; 
	margin: 0 auto;
}


.ml-hero__container {
	position: absolute;
	top: 35px;
    width: 45%;
}

.ml-hero__content {
    position: relative;
}

.ml-hero__eyebrow {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 15px;
    margin-bottom: 22px;
    border-radius: 30px;
    color: #0f5bd6;
    background: #eef5ff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.25px;
}

.ml-hero__globe {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #ffffff;
    background: #1768dd;
    font-size: 18px;
    line-height: 1;
}

.ml-hero h1 {
	margin: 0;
	color: #fff;
	font-size: 48px;
	line-height: 55px;
	font-weight: 600;
}

.ml-hero h1 span {
    color: #f3bb04;
}

.ml-hero__description {
	margin: 8px 0 15px;
	color: #fff;
	line-height: 26px;
	font-size: 17px;
	font-weight: 400;
}
.ml-hero__benefits {
    display: flex;
    margin: 0 0 31px;
}
.ml-benefit__icon svg {
	height: 40px;
	color: #fff;
	width: 35px;
}
.ml-benefit {
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 18px;
    flex-direction: column;
}
.ml-hero__content ul {
	padding: 0 0 8px 18px;
}
.ml-hero__content ul li {
	color: #fff;
	line-height: 29px;
	font-size: 16px;
	font-weight: 400;
	list-style: none;
	position: relative;
}
.ml-hero__content ul li::before {
	background: url(https://getittome.appsifu.com/assets/images/tick_icon.png) no-repeat;
	height: 30px;
	width: 30px;
	content: "";
	background-size: 12px;
	left: -19px;
	position: absolute;
	top: 7px;
}
.ml-benefit:first-child {
    padding-left: 0;
}

.ml-benefit:last-child {
    border-right: 0;
}

.ml-benefit__icon {
    width: 43px;
    height: 43px;
    min-width: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #0d5fd9;
    font-size: 24px;
    font-weight: 700;
}

.ml-benefit strong {
	display: block;
	color: #fff;
	font-size: 15px;
	margin-bottom: 4px;
	white-space: nowrap;
	font-weight: 400;
}

.ml-benefit small {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
.ml-hero__buttons {
    display: flex;
    gap: 17px;
    flex-wrap: wrap;
}
.ml-hero__buttons a:nth-child(2) {
	background: inherit;
	border: 1px solid #fff;
}
.ml-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 10px 27px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: 0.25s ease;
}

.ml-btn span {
    font-size: 25px;
    line-height: 1;
}

.ml-btn--primary {
    color: #ffffff;
    background: linear-gradient(135deg, #c60d15, #c60d15);
    box-shadow: 0 12px 20px rgba(13, 91, 218, 0.22);
}

.ml-btn--primary:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 25px rgba(13, 91, 218, 0.32);
	text-decoration: none;
	color: #fff;
}

.ml-btn--outline {
    color: #1762d9;
    border: 1.5px solid #2b70e4;
    background: rgba(255, 255, 255, 0.75);
}

.ml-btn--outline:hover {
    color: #ffffff;
    background: #1762d9;
}

.ml-hero__visual {
    position: absolute;
    right: -4%;
    top: 0;
    height: 100%;
    width: 57%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    pointer-events: none;
}

.ml-hero__visual::before {
    content: "";
    position: absolute;
    width: 510px;
    height: 510px;
    right: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(41, 116, 230, 0.12), transparent 68%);
}

.ml-hero__visual img {
    width: min(850px, 100%);
    max-height: 510px;
    object-fit: contain;
    position: relative;
    z-index: 1;
}
.cross-border-shopping {
    padding: 18px 15px;
    background: #ffffff;
}

.shopping-container {
    max-width: 1260px;
    margin: 0 auto;
}

.shopping-heading {
    margin-bottom: 10px;
    text-align: center;
}

.shopping-heading h2 {
	margin: 0 0 3px;
	color: #03173c;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
}

.shopping-heading p {
	margin: 0;
	color: #2c2c2e;
	font-size: 12px;
	font-weight: 400;
}

.shopping-market-row {
	display: flex;
	grid-template-columns: repeat(3, 1fr);
	/* overflow: hidden; */
	/* border: 1px solid #dce3ec; */
	border-radius: 8px;
	background: #ffffff;
	/* box-shadow: 0 4px 12px rgba(9, 48, 105, 0.09); */
	margin: 18px 0 0 0;
	justify-content: space-between;
	gap: 15px;
}
.market-group {
	position: relative;
	/* min-height: 78px; */
	padding: 30px 18px 15px;
	border-right: 1px solid #e4e9f0;
	text-align: center;
	border-radius: 8px;
}

.market-label {
	position: absolute;
	top: -12px;
	left: 50%;
	padding: 6px 10px;
	border-radius: 20px;
	color: #ffffff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.3px;
	transform: translateX(-50%);
	white-space: nowrap;
}
.china-market{
     border: 1px solid #e6c4c2 !important;
}
.usa-market{
     border: 1px solid #b3bbc6 !important;
}
.turkey-market{
     border: 1px solid #dcdbd6 !important;
}
.red-label {
    background: #e6292d;
}

.blue-label {
    background: #1454b8;
}

.yellow-label {
    color: #593c00;
    background: #ffc400;
}

.brand-list {
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 58px;
}

.brand {
    display: inline-block;
    color: #152443;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.2s ease;
    white-space: nowrap;
}

.brand:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

/* Brand colour styling */
.brand-1688 {
    color: #f04a21;
    font-size: 19px;
}

.brand-1688 span {
    font-size: 8px;
}

.brand-taobao {
    color: #f04c24;
    font-size: 18px;
}

.brand-pinduoduo {
    color: #e52835;
    font-size: 16px;
}

.brand-tmall {
    color: #db2732;
    font-size: 15px;
}

.brand-tmall small {
    font-size: 7px;
}

.brand-amazon {
    color: #111111;
    font-size: 15px;
}

.brand-amazon span {
    color: #ff9900;
    font-size: 8px;
}

.brand-ebay {
    color: #e53238;
    font-size: 18px;
    letter-spacing: -1px;
}

.brand-walmart {
    color: #1275bd;
    font-size: 13px;
}

.brand-walmart span {
    color: #f5bc00;
    font-size: 18px;
}

.brand-bestbuy {
    padding: 3px 5px;
    border-radius: 2px;
    color: #111111;
    background: #ffde00;
    font-size: 9px;
    line-height: 0.9;
}

.brand-bestbuy span {
    font-size: 10px;
}

.brand-trendyol {
    color: #f18a00;
    font-size: 14px;
}

.brand-hepsiburada {
    color: #ef721c;
    font-size: 12px;
}

.brand-flipkart {
    color: #1f55ae;
    font-size: 13px;
}

.brand-jio {
    color: #e71c32;
    font-size: 14px;
}
.service-strip {
	width: 1260px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 11px 20px;
	border: 1px solid #e6eaf1;
	border-radius: 7px;
	background: #fbfcfe;
	margin: 0 auto;
}

.service-strip__item {
	color: #122c61;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
	display: flex;
	align-items: center;
}

.service-strip__icon {
	width: 30px;
	height: 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	/* border: 1px solid #d8dfeb; */
	border-radius: 50%;
	color: #102d67;
	background: #ffffff;
	font-size: 23px;
	transition: 0.25s ease;
}

.service-strip__item:hover .service-strip__icon {
    transform: translateY(-2px);
}

.service-strip__item:hover {
    color: #0d5dcc;
}


/* Mobile */
@media (max-width: 575px) {
.service-strip {
	padding: 14px 10px;
	width: 90%;
	align-items: start;
	margin: 0 16px;
	flex-wrap: wrap;
	justify-content: left;
	gap: 25px;
}

   .service-strip__item {
	justify-content: flex-start;
	font-size: 10px;
	width: 42%;
	gap: 5px;
}
}
/* Responsive */
@media (max-width: 767px) {
    .shopping-heading h2 {
        font-size: 16px;
    }

    .shopping-heading p {
        font-size: 10px;
        line-height: 1.4;
    }

    .shopping-market-row {
        flex-direction: column;
    }

    .market-group {
        min-height: 82px;
        border-right: 0;
        border-bottom: 1px solid #e4e9f0;
    }

    .market-group:last-child {
        border-bottom: 0;
    }

    .brand-list {
        gap: 7px;
    }
}
/* Tablet */
@media (max-width: 1050px) {
    .ml-hero__container {
        width: min(100% - 50px, 900px);
        grid-template-columns: 60% 40%;
    }

    .ml-hero__visual {
        opacity: 0.58;
        width: 55%;
        right: -8%;
    }

    .ml-hero__benefits {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 0;
        max-width: 530px;
    }

    .ml-benefit:nth-child(2) {
        border-right: 0;
    }
}

/* Mobile */
@media (max-width: 700px) {
    .ml-hero {
        padding: 45px 15px 0;
        width: 100%;
    }
.banner_sec{
    height: 660px;
}
    .ml-hero__container {
        width: min(100% - 34px, 540px);
        display: block;
        min-height: auto;
    }

    .ml-hero__content {
        padding: 0;
    }

    .ml-hero__visual {
        position: relative;
        width: 100%;
        right: auto;
        top: auto;
        height: 265px;
        margin-top: 20px;
        opacity: 1;
    }

    .ml-hero__visual img {
        max-height: 260px;
    }

    .ml-hero h1 {
        font-size: 33px;
        line-height: 37px;
    }
     .ml-hero h1 br{
        display: none;
    }


    .ml-hero__description {
        font-size: 17px;
    }
     .ml-hero__description br{
        display: none;
    }
    .banner img {
	height: 650px !important;
}
.ml-benefit strong {
	font-size: 11px;
	margin-bottom: 4px;
}
    .ml-hero__benefits {
        grid-template-columns: 1fr 1fr;
    }

    .ml-benefit {
        border-right: 0;
        padding: 0 10px 0 0;
    }

    .ml-btn {
        width: 100%;
    }
}




.why-choose-strip {
	padding: 10px 28px 15px;
	color: #ffffff;
	background: radial-gradient(circle at 50% 0%, rgba(27, 98, 196, 0.2), transparent 38%), linear-gradient(90deg, #011a42 0%, #011a42 52%, #071d45 100%);
	margin: 20px 0 0 0;
}

.why-choose-title {
	margin-bottom: 14px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
}

.why-choose-title span {
    color: #ffc400;
}

.why-choose-grid {
    max-width: 1180px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 0 auto;
}

.why-choose-item {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 2px 23px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.why-choose-item:first-child {
    padding-left: 0;
}

.why-choose-item:last-child {
    padding-right: 0;
    border-right: 0;
}

.why-choose-icon {
    width: 38px;
    min-width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    color: #ffffff;
    font-size: 21px;
}

.why-choose-content {
    display: flex;
    flex-direction: column;
    gap: 3px;
    line-height: 1.05;
}

.why-choose-content strong {
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

.why-choose-content span {
	color: #fff;
	font-size: 12px;
	line-height: 17px;
}

.why-choose-item:hover .why-choose-icon {
    border-color: #ffc400;
    color: #ffc400;
}

/* Tablet */
@media (max-width: 991px) {
    .why-choose-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px 0;
    }

    .why-choose-item {
        padding: 5px 18px;
    }

    .why-choose-item:nth-child(3) {
        border-right: 0;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .why-choose-strip {
        padding: 18px 18px;
    }

    .why-choose-grid {
        grid-template-columns: 1fr;
    }

    .why-choose-item,
    .why-choose-item:first-child,
    .why-choose-item:last-child {
        padding: 12px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    .why-choose-item:last-child {
        border-bottom: 0;
    }
}


.business-cta {
    padding: 0;
    background: #ffffff;
}

.business-cta__inner {
    position: relative;
    max-width: 1180px;
    min-height: 112px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin: 0 auto;
    padding: 14px 110px 14px 22px;
    overflow: hidden;
}

.business-cta__left {
    display: flex;
    align-items: center;
    gap: 13px;
}

.business-cta__logo img {
    width: 100%;
}

.business-cta__person {
    position: relative;
    z-index: 1;
    color: #102f68;
    font-size: 28px;
    font-weight: 800;
    transform: rotate(-25deg);
}

.business-cta__text h3 {
	margin: 0 0 4px;
	color: #0b3479;
	font-size: 20px;
	font-weight: 800;
	line-height: 26px;
}

.business-cta__text p {
	margin: 0;
	color: #002d6e;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
}

.business-cta__buttons {
    display: flex;
    align-items: center;
    gap: 18px;
}

.business-cta__button {
	/* min-width: 178px; */
	height: 43px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 0 18px;
	border-radius: 24px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.25s ease;
}

.business-cta__button span {
    font-size: 20px;
    line-height: 1;
}

.business-cta__button--red {
    color: #ffffff;
    background: linear-gradient(135deg, #f31c2a, #d90d1c);
    box-shadow: 0 7px 14px rgba(221, 20, 33, 0.2);
}

.business-cta__button--red:hover {
    color: #ffffff;
    background: #c80b18;
    transform: translateY(-2px);
    text-decoration: none;
}

.business-cta__button--white {
    border: 1px solid #7c8aa2;
    color: #132d5d;
    background: #ffffff;
}

.business-cta__button--white:hover {
    border-color: #0e4eab;
    color: #ffffff;
    background: #0e4eab;
    transform: translateY(-2px);
    text-decoration: none;
}

.business-cta__person-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 115px;
    height: 108px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.business-cta__person-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: bottom right;
}

/* Tablet */
@media (max-width: 850px) {
    .business-cta__inner {
        padding-right: 25px;
    }

    .business-cta__person-image {
        display: none;
    }

    .business-cta__buttons {
        gap: 10px;
    }

    .business-cta__button {
        min-width: 155px;
    }
}

/* Mobile */
@media (max-width: 650px) {
    .business-cta__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        padding: 20px;
    }

    .business-cta__buttons {
        width: 100%;
        flex-direction: column;
    }

    .business-cta__button {
        width: 100%;
    }
}


.getittome-footer {
    color: #d8e5fa;
    background: #031c42;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
}

.getittome-footer__top {
    position: relative;
    overflow: hidden;
    padding: 25px 0 15px;
    background:
        radial-gradient(circle at 88% 0%, rgba(22, 91, 184, 0.28), transparent 25%),
        linear-gradient(90deg, #041a3d 0%, #072858 52%, #041935 100%);
}

.getittome-footer__container {
    width: min(1280px, calc(100% - 40px));
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.4fr 0.82fr 1.2fr 1.45fr 1.3fr;
    gap: 22px;
    margin: 0 auto;
}

.footer-brand,
.footer-column {
    min-width: 0;
}

.footer-brand {
    padding-right: 22px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-logo {
    display: inline-block;
}

.footer-logo img {
	width: 177px;
	height: auto;
	display: block;
	background: #fff;
	padding: 4px 8px;
	border-radius: 6px;
}

.footer-tagline {
    margin: 2px 0 9px;
    color: #a9c8f7;
    font-size: 10px;
    font-style: italic;
}

.footer-description {
    margin: 15px 0 22px 0;
    color: #cad8ec;
    font-size: 14px;
    line-height: 1.55;
}

.footer-social {
    display: flex;
    gap: 7px;
    margin-top: 12px;
}

.footer-social a {
	width: 35px;
	height: 35px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(186, 215, 255, 0.45);
	border-radius: 50%;
	color: #ffffff;
	font-size: 15px;
	text-decoration: none;
	transition: 0.25s ease;
}

.footer-social a:hover {
    border-color: #ffc400;
    color: #ffc400;
    transform: translateY(-2px);
}

.footer-column h4 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

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

.footer-column li {
    margin-bottom: 4px;
}

.footer-column a {
	color: #d6e2f4;
	font-size: 13px;
	line-height: 29px;
	text-decoration: none;
	transition: 0.2s ease;
}

.footer-column ul a:hover {
    padding-left: 4px;
    color: #ffc400;
}

.footer-services {
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-contact {
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-contact > a {
    display: block;
    margin-bottom: 5px;
    white-space: nowrap;
}

.footer-contact > a i,
.footer-address i {
    width: 15px;
    color: #ffc400;
    text-align: center;
}

.footer-contact > a:hover {
    color: #ffc400;
}

.footer-address {
	margin: 6px 0 0;
	color: #d6e2f4;
	font-size: 13px;
	line-height: 20px;
}

.footer-newsletter {
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-newsletter p {
    margin: 0 0 9px;
    color: #c9d7ec;
    font-size: 14px;
    line-height: 1.45;
}

.footer-newsletter input {
    width: 100%;
    height: 36px;
    margin-bottom: 7px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    outline: none;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    font-size: 12px;
}

.footer-newsletter input::placeholder {
    color: #b5c4dc;
}

.footer-newsletter button {
	width: 100%;
	height: 38px;
	border: 0;
	border-radius: 4px;
	color: #ffffff;
	background: linear-gradient(135deg, #f0272d, #d80d1b);
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: 0.25s ease;
}

.footer-newsletter button:hover {
    background: #bd0a16;
    transform: translateY(-1px);
}

.getittome-footer__bottom {
    padding: 8px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #a9bdd9;
    background: #021631;
    font-size: 12px;
    text-align: center;
}

@media (max-width: 1000px) {

    .footer-services,
    .footer-contact,
    .footer-newsletter {
        padding-left: 0;
        border-left: 0;
    }

    .footer-brand {
        border-right: 0;
        padding-right: 0;
    }
}

@media (max-width: 640px) {
    .getittome-footer__top {
        padding: 30px 0;
    }

    .getittome-footer__container {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }


    .footer-newsletter {
        grid-column: 1 / -1;
    }
}

div.footer{
    display: none !important;
}
footer.text-center{
    display: none !important;
}
.signup-box {
    padding: 0 0 34px;
    background: #ffffff;
}

.signup-banner {
    position: relative;
    min-height: 160px;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 22px 46px;
    border-radius: 13px;
    color: #ffffff;
    background:
        radial-gradient(circle at 25% 50%, rgba(42, 133, 255, 0.3), transparent 34%),
        linear-gradient(110deg, #063b96 0%, #0750bc 55%, #083a90 100%);
    box-shadow: 0 12px 28px rgba(12, 65, 160, 0.18);
}

/* Decorative right-side city area */
.signup-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.24;
    background:
        radial-gradient(circle at 88% 15%, rgba(255,255,255,0.23), transparent 24%),
        linear-gradient(125deg, transparent 55%, rgba(255,255,255,0.06) 100%);
}

.signup-content {
    position: relative;
    z-index: 2;
}

.signup-content h3 {
	margin: 0 0 14px;
	color: #ffffff;
	font-size: 25px;
	font-weight: 600;
	line-height: 32px;
}

.signup-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    min-height: 43px;
    padding: 0 20px;
    border-radius: 6px;
    color: #ffffff;
    background: linear-gradient(135deg, #ef3b2d, #e92019);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
    transition: all 0.25s ease;
}

.signup-btn span {
    font-size: 23px;
    line-height: 1;
}

.signup-btn:hover {
    color: #ffffff;
    background: #d71a13;
    transform: translateY(-2px);
}

/* Parcel illustration */
.signup-visual {
    position: relative;
    z-index: 2;
    width: 190px;
    height: 108px;
    flex: 0 0 190px;
}

.parcel-box {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 83px;
    height: 61px;
    transform: skewY(-8deg);
    filter: drop-shadow(5px 9px 7px rgba(0, 0, 0, 0.25));
}

.parcel-front,
.parcel-side,
.parcel-top,
.parcel-tape {
    position: absolute;
    display: block;
}

.parcel-front {
    left: 0;
    bottom: 0;
    width: 63px;
    height: 55px;
    background: linear-gradient(135deg, #daeaff, #8fbee9);
    border: 1px solid rgba(255,255,255,0.7);
}

.parcel-side {
    right: 0;
    bottom: 0;
    width: 23px;
    height: 55px;
    background: #5b91c9;
    transform: skewY(45deg);
    transform-origin: bottom left;
}

.parcel-top {
    top: -18px;
    left: 9px;
    width: 63px;
    height: 25px;
    background: #f5fbff;
    transform: skewX(-45deg);
    border: 1px solid rgba(255,255,255,0.9);
}

.parcel-tape {
    top: -18px;
    left: 34px;
    width: 14px;
    height: 73px;
    background: rgba(21, 75, 153, 0.85);
    transform: skewX(-45deg);
}

.location-pin {
    position: absolute;
    top: 1px;
    left: 101px;
    width: 34px;
    height: 34px;
    border-radius: 50% 50% 50% 0;
    background: #ec3327;
    transform: rotate(-45deg);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
}

.location-pin::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 11px;
    left: 11px;
    border-radius: 50%;
    background: #ffffff;
}

.route-line {
    position: absolute;
    left: 104px;
    bottom: 21px;
    width: 75px;
    height: 43px;
    border-top: 2px dashed #ffffff;
    border-radius: 50%;
    transform: rotate(15deg);
    opacity: 0.9;
}

.signup-city {
    position: absolute;
    z-index: 1;
    right: 35px;
    bottom: 0;
    width: 310px;
    height: 105px;
    opacity: 0.28;
}

.tower {
    position: absolute;
    bottom: 0;
    display: block;
    background: #001f5d;
}

.tower-1 {
    left: 20px;
    width: 28px;
    height: 72px;
}

.tower-1::before {
    content: "";
    position: absolute;
    top: -23px;
    left: 8px;
    width: 11px;
    height: 27px;
    background: #001f5d;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.tower-2 {
    left: 65px;
    width: 35px;
    height: 91px;
}

.tower-3 {
    left: 112px;
    width: 22px;
    height: 62px;
}

.tower-4 {
    right: 13px;
    width: 28px;
    height: 90px;
}

.tower-4::before {
    content: "";
    position: absolute;
    top: -35px;
    left: 12px;
    width: 3px;
    height: 40px;
    background: #001f5d;
}

.wheel {
    position: absolute;
    right: 58px;
    bottom: 0;
    width: 83px;
    height: 83px;
    border: 4px solid #001f5d;
    border-radius: 50%;
}

.wheel::before,
.wheel::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #001f5d;
    transform: translate(-50%, -50%);
}

.wheel::before {
    width: 4px;
    height: 100%;
}

.wheel::after {
    width: 100%;
    height: 4px;
}

/* Responsive */
@media (max-width: 767px) {
    .signup-banner {
        min-height: auto;
        padding: 28px 24px;
        gap: 15px;
    }

    .signup-visual {
        display: none;
    }

    .signup-content h3 {
        font-size: 19px;
    }

    .signup-city {
        right: -100px;
        opacity: 0.15;
    }
}

@media (max-width: 480px) {
    .signup-content h3 br {
        display: none;
    }

    .signup-btn {
        width: 100%;
        justify-content: center;
    }
}

.banner img {
	margin: 0 auto;
	width: 100%;
	height: 550px;
	object-fit: cover;
}

.top-bar {
	background: #4678CF;
	height:50px;
	line-height:50px;
	color:#fff;
    display: none;
}

.top-bar span {
	display:inline-block;
	margin-right:20px;
	font-size:13px
}

.top-bar .basic-info span {
	position:absolute;
}

.top-bar .basic-info .email {
	margin-left:150px
}


.top-bar i {
	display:inline-block;
	margin-right:5px;
}

.navbar-nav {
	min-height:58px;
        
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color:#fff;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	background:#04c489;;
}

.navbar-nav>li {
	float:left;
}

.navbar-nav .open .dropdown-menu {
	position:Absolute;
}

.logo-nav {
	min-height:100px;
	background:#fff;
	border:none;
	margin-bottom:0px;
	z-index:2;
}

.logo-nav .navbar-brand img {
	max-width:235px;
}

.logo-nav #primary_nav {
	position:relative;
	top:25px;
}

.logo-nav .navbar-nav li a {
	-webkit-transition: background 0.3s; /* Safari */
    transition: background 0.3s;
}

.logo-nav .navbar-nav li a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background:#04c489;
}

.logo-nav a {
	background:#fff;
}

.nav>li {
	display:inline-block;
}

.navbar-nav .open .dropdown-menu {
	background: #001F56;
	min-width: 250px;
	border-radius: 10px;
	margin-top: 10px;
}

.logo-nav .dropdown-menu li a {
	color:#fff;
	font-size:14px;
	padding:10px;
	margin:10px;
	background:transparent;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color:#fff;
}

.logo-nav .dropdown-menu a i {
	display:inline-block;
	margin-right:5px;
}

.footer {
	background:#4678CF;
	color:#454545;
	padding:20px 0px;
}

.footer .title {
	color:#fff;
	font-weight:700;
	display:block;
	margin-bottom:10px;
	font-size:18px;
	text-transform:uppercase;
}

.footer .row div div, .footer .row div a {
	margin-bottom:10px;
	display:block;
}

.footer .row div a {
	color:inherit;
}

.footer .socials i {
	font-size:30px;
	margin-right:20px;
	margin-top:30px;
	display:inline-block;

	-webkit-transition: color 0.7s; /* Safari */
    transition: color 0.7s;
}

.footer div .socials a {
	display:inline-block;
}

.footer div .socials .fa-facebook:hover {
	color:#3765a3;
}

.footer div .socials .fa-twitter:hover {
	color:#5ea9dd;	
}

.footer div .socials .fa-google-plus:hover {
	color:#dc483c;
}

footer {
	background:#1d1d1d;
	color:#fff;
	padding:20px 10px;
	font-size:14px
}

.input-group .form-control {
	z-index:1;
}

#country-selector {
	display:inline-block;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-sm-4 {
  margin-bottom: 20px;
  text-align: center;
  padding: 0 55px;
}
.marketing {
  margin: 20px auto 40px;
  max-width: 900px;
}
.marketing .col-sm-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

.marketing .col-sm-4 img {
  width: 80%;
}

.marketing .row {
  margin-top: 20px;
}





/* HOW IT WORKS */
.page-frame {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}



.offerings {
    float: left;
    display: block;
    margin-right: 3.44828%;
    width: 29.03448%;
    box-sizing: border-box;
    text-align: center;
    padding: 20px 25px 70px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    min-height: 320px;
}

/* margin: 40px 0; */
  
.captions-wrapper {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    margin: 10px 60px 10px;
}

.signupbutton {
    background-color: #04c489;
}


.captions-wrapper .column:first-child:nth-last-child(4), .captions-wrapper .column:first-child:nth-last-child(4) ~ .column {
    float: left;
    display: block;
    margin-right: 3.44828%;
    width: 21.41379%;
}



/* Banner Slider */

#carousel {
position: relative;
width:60%;
margin:0 auto;
}

#slides {
overflow: hidden;
position: relative;
width: 100%;
height: 50px;
}

#slides ul {
list-style: none;
width:100%;
height:250px;
margin: 0;
padding: 0;
position: relative;
}

 #slides li {
width:100%;
height:250px;
float:left;
text-align: center;
position: relative;
font-family:lato, sans-serif;
}
/* Styling for prev and next buttons */
.btn-bar{
    max-width: 346px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 40px;
    width: 100%;
}

 #buttons {
padding:0 0 5px 0;
float:right;
}

#buttons a {
text-align:center;
display:block;
font-size:50px;
float:left;
outline:0;
margin:0 60px;
color:#b14943;
text-decoration:none;
display:block;
padding:9px;
width:35px;
}

a#prev:hover, a#next:hover {
color:#FFF;
text-shadow:.5px 0px #b14943;  
}

.quote-phrase, .quote-author {
font-family:sans-serif;
font-weight:300;
display: table-cell;
vertical-align: middle;
padding: 5px 20px;
font-family:'Lato', Calibri, Arial, sans-serif;
}

.quote-phrase {
height: 200px;
font-size:24px;
color:#FFF;
font-style:italic;
text-shadow:.5px 0px #b14943;  
}

.quote-marks {
font-size:30px;
padding:0 3px 3px;
position:inherit;
}

.quote-author {
font-style:normal;
font-size:20px;
color:#b14943;
font-weight:400;
height: 30px;
}

.quoteContainer, .authorContainer {
display: table;
width: 100%;
}




/* Testimonials */




#carousel1 {
position: relative;
width:60%;
margin:0 auto;
}

#slides1 {
overflow: hidden;
position: relative;
width: 100%;
height: 250px;
}

#slides1 ul {
list-style: none;
width:100%;
height:250px;
margin: 0;
padding: 0;
position: relative;
}

 #slides1 li {
width:100%;
height:250px;
float:left;
text-align: center;
position: relative;
font-family:lato, sans-serif;
}
/* Styling for prev and next buttons */
.btn-bar1{
    max-width: 346px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 40px;
    width: 100%;
}
.footer a:hover, .footer a:focus {
	color: #ed352c !important;
}
 #buttons1 {
     padding:0 0 5px 0;
     float:right;
}
.main-navbar{
    border: 0 !important;
    min-height: inherit !important;
    margin-bottom: 0 !important;
}
.navbar-header{
    position: relative;
    z-index: 1111;
}
.login_box{

}
#buttons1 a {
text-align:center;
display:block;
font-size:50px;
float:left;
outline:0;
margin:0 60px;
color:#b14943;
text-decoration:none;
display:block;
padding:9px;
width:35px;
}

a#prev:hover, a#next:hover {
color:#FFF;
text-shadow:.5px 0px #b14943;  
}

.quote-phrase1, .quote-author1 {
font-family:sans-serif;
font-weight:300;
display: table-cell;
vertical-align: middle;
padding: 5px 20px;
font-family:'Lato', Calibri, Arial, sans-serif;
}

.quote-phrase1 {
height: 200px;
font-size:24px;
color:#FFF;
font-style:italic;
text-shadow:.5px 0px #b14943;  
}

.quote-marks1 {
font-size:30px;
padding:0 3px 3px;
position:inherit;
}

.quote-author1 {
font-style:normal;
font-size:20px;
color:#b14943;
font-weight:400;
height: 30px;
}

.quoteContainer1, .authorContainer1 {
display: table;
width: 100%;
}

@media (max-width:767px){
.logo-nav .container{
    width: 100%;
}
.logo-nav .navbar-brand{
   width: 73%;
}
.logo-nav .navbar-brand img {
	max-width: 100%;
}
.navbar-toggle {
	float: right;
	padding: 8px 7px;
	margin-top: -40px;
	margin-right: 0;
	margin-bottom: 24px;
	border: 1px solid #000;
}
#getittome-navbar{
    margin: 0 0 40px 0;
}
.logo-nav {
	min-height: 90px;
}

}