/* Roboto font family */

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

/*Adding Nexa Font Family */
@font-face {
    font-family: 'NexaLight';
    src: url('../Nexa-Font/Nexa Light.otf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NexaRegular';
    src: url('../Nexa-Font/NexaRegular.otf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NexaBold';
    src: url('../Nexa-Font/NexaXBold.otf');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Adding Nexa Font Family Closed */
body {
    font-family: 'NexaRegular';
}

h2 {
    font-family: 'NexaBold';
}

nav.navbar.navbar-expand-lg {
    background: #066277;
    height: 108px;
}

nav.navbar.navbar-expand-lg .container-fluid {
    max-width: calc(100% - 30px);
}

a.nav-link.dropdown-toggle.first::after {
    vertical-align: -2px;
    background: url(../images/homepage/angle-down.png) !important;
    height: 12px;
    width: 12px;
    background-repeat: no-repeat !important;
    border-top: 0;
    border-left: 0;
}

a.nav-link.dropdown-toggle.second::after {
    vertical-align: -3px;
    background: url(../images/homepage/angle-down.png) !important;
    height: 12px;
    width: 12px;
    background-repeat: no-repeat !important;
    border-top: 0;
    border-left: 0;
}

a {
    text-decoration: none !important;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

li {
    font-family: 'Roboto', sans-serif;
}

ul.navbar-nav li {
    margin: 0 8px 0 0;
    width: auto;
}

ul.navbar-nav li a {
    color: white;
    font-family: 'NexaRegular';
}

@media (max-width: 768px) {
    ul.navbar-nav li a {
        color: white;
        mix-blend-mode: difference;
    }
}

.slider:before {
    position: absolute;
    content: '';
    top: 65px;
    left: 13px;
    background: url('');
    height: 20px;
    width: 40px;
}

.nav-tabs {
    border-bottom: none;
    margin: 0 0 20px;
}

.nav-tabs .nav-link:hover {
    border-bottom: 1px solid #fff;
}

li.nav-item .dropdown-menu {
    border-radius: 12px !important;
    box-shadow: 0px 4px 16px 5px rgba(0, 0, 0, 0.15);
}

li.nav-item .dropdown-menu .country {
    gap: 8px;
    padding: 3px 10px;
}

li.nav-item .dropdown-menu .country .dropdown-item {
    padding: 0.25rem 0;
}

li.nav-item .dropdown-menu .country img {
    object-fit: contain;
    width: 18px;
}

li.nav-item .dropdown-menu a {
    color: #000;
    font-family: NexaRegular;
    font-weight: 500;
    padding: 5px 18px;
}

li.nav-item .dropdown-menu a:last-child {
    padding: 10px 18px;
}

.toggle-box {
    display: none;
}

.dropdown-menu.images .dropdown-item:hover {
    background-color: transparent !important;
}

.accounts a {
    color: #fff;
}

.accounts i {
    color: #fff;
    margin: 0 30px;
}

section.heading {
    padding: 60px 50px 60px;
    background: rgba(64, 185, 234, 0.08);
}

.heading-content h1 {
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    color: #02111B;
    font-family: 'NexaBold';
}

.typewrite {
    float: left;
    width: 100%;
}

.heading-content span.wrap {
    line-height: 46px;
    font-style: italic;
    padding: 23px 0;
    float: left;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.heading-content span.typewrite {
    float: left;
    width: 100%;
    height: 80px;
}

.heading-content span.wrap {
    line-height: 25px;
}

.social-icons.d-flex .icon-size {
    color: #40b9ea;
    font-size: 33px;
}

.social-icons.d-flex .icon-size:hover {
    color: #066277;
}

h1.import-permit {
    font-weight: 800;
    font-size: 24px;
    margin: 0 0 25px;
    color: #066277;
    font-family: 'Nexabold';
}

.get i {
    padding-left: 10px;
}

.heading-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 20px 0 40px;
    font-family: 'Roboto', sans-serif;
    width: calc(100% - 75px);
}

.heading-image img {
    border-radius: 21px;
}

p,
h1 {
    margin-bottom: 0px;
}

.get {
    display: inline-block;
    background: #40B9EA;
    padding: 13px 34px 0px;
    border-radius: 100px;
    min-width: 192px;
    height: 50px;
}

.get:hover {
    background: #066277;
    transform: scale(1.1);
    transition: 0.5s;
}

.get a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.get i.far.fa-long-arrow-right {
    margin: 0px 0px 0px 15px;
}

.text-heading h1 {
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    padding: 50px 0 0;
    font-family: NexaBold;
    text-transform: capitalize;
}

.text-heading p {
    padding: 22px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    width: calc(100% - 264px);
    margin: 0 auto;
}

section.delivery .tabs {
    margin: 58px 0 48px;
}

section.delivery .tabs a {
    color: #000;
    margin: 0 0 0 32px;
}

section.delivery .tabs a:first-child {
    margin: 0px;
}

section.delivery .tabs a.active {
    background: #02111B;
    border-radius: 100px;
    padding: 9px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}

.slider {
    position: relative;
}

.slider a.navbar-brand.left {
    position: absolute;
    left: 13%;
    top: -5px;
}

.slider a.navbar-brand.left img {
    transform: rotate(180deg);
}

.slider a.navbar-brand.right {
    position: absolute;
    right: 14%;
    top: -10px;
}

section.purchase .container {
    max-width: calc(100% - 65px);
}

.purchase-content h1,
.buy-content h1,
.door-to-door-content h1,
.fullfilment-content h1,
.local-delivery-content h1 {
    margin: 5px 0 0;
    font-size: 35px;
    font-family: NexaBold;
}

.purchase-content p,
.buy-content p,
.door-to-door-content p {
    margin: 16px 0 0;
    font-weight: 400;
    font-size: 16px;
    color: #2A2A2A;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
}

.fullfilment-content p,
.local-delivery-content p {
    line-height: 24px;
    margin: 16px 0 0;
    font-weight: 400;
    font-size: 16px;
    color: #2A2A2A;
    font-family: 'Roboto', sans-serif;
}

.local-delivery-content p {
    font-family: 'NexaRegular';
}

.fullfilment-content .delivery-chart .delivery-box p {
    font-weight: 600;
    font-size: 18px;
    font-family: NexaRegular;
    color: rgb(69, 69, 69);
}

.buy-content p,
.door-to-door-content p {
    line-height: 24px;
    font-size: 16px;
}

.delivery-chart {
    margin: 40px 0 31px;
}

.delivery-chart .delivery-box {
    margin: 0 0 40px 0;
    gap: 24px;
    position: relative;
}

img.img-fluid.hidden {
    visibility: visible;
}

.delivery-chart .delivery-box p {
    font-weight: 500;
    font-size: 18px;
    color: #6C6C6C;
    font-family: 'Roboto', sans-serif;
    color: #454545;
}

.delivery-chart .delivery-box:before {
    position: absolute;
    content: '';
    top: 58px;
    left: 13px;
    border-bottom: 2px dotted #066277;
    height: 20px;
    width: 40px;
    display: flex;
    transform: rotate(90deg);
}

section.delivery .tabs .tab-content {
    margin: 28px 0 0;
}

.read {
    display: inline-block;
}

.read.door {
    padding: 30px 0 0;
}

.read a {
    color: #40B9EA !important;
    font-weight: 600;
    font-size: 18px;
}

.read a i {
    margin: 0 8px 0;
}

.delivery-chart .delivery-box:last-child:before {
    display: none;
}

.delivery-chart .delivery-box:last-child {
    margin: 0;
}

section.counter {
    margin: 64px 0px 92px;
}

.nav-tabs .nav-link:hover {
    border-color: snow;
}

section.counter .counter-box {
    width: fit-content;
}

section.counter .counter-box p.heading {
    font-weight: 600;
    font-size: 40px;
}

section.counter .counter-box p {
    text-align: center;
    color: #2A2A2A;
    font-family: Roboto;
}

section.counter .counter-box.one p.heading {
    color: #066277;
    font-family: NexaBold;
}

section.counter .counter-box.two p.heading {
    color: #A568ED;
    font-family: NexaBold;
}

section.counter .counter-box.three p.heading {
    color: #0EAD69;
    font-family: NexaBold;
}

section.counter .counter-box.four p.heading {
    color: #326CE7;
    font-family: NexaBold;
}

section.choose .choose-heading h3 {
    font-weight: 800;
    font-size: 35px;
    font-family: NexaBold;
}

section.choose .choose-heading p {
    padding: 26px 0px 33px 0;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #2A2A2A;
    width: calc(100% - 304px);
    margin: 0 auto;
}

section.choose .choose-box {
    background: #F7F7F7;
    border-radius: 12px;
    padding: 24px 32px 0px;
    min-height: 263px;
}

section.choose .choose-box .icon {
    background: rgba(2, 17, 27, 0.07);
    border-radius: 8px;
    display: inline-block;
    padding: 10px;
}

section.choose .choose-box p {
    line-height: 26px;
}

section.choose .choose-box p.first {
    font-weight: 700;
    font-size: 18px;
    color: #02111B;
    padding: 16px 0 12px;
    font-family: 'Nexabold';
}

section.choose .choose-box p.last {
    font-weight: 400;
    font-size: 16px;
    padding: 0 0 17px;
    font-family: 'Roboto', sans-serif;
    width: calc(100% - 0px);
}

section.locations {
    padding: 60px 0 0px;
}

section.locations .available-content h3 {
    font-weight: 800;
    font-size: 35px;
    padding: 0 0 22px;
    font-family: NexaBold;
    text-transform: capitalize;
}

section.locations .available-content p {
    font-weight: 400;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    width: calc(100% - 354px);
    margin: 0 auto;
}

section.locations .map {
    padding: 60px 0 0;
}

section.ship {
    margin: 60px 0 0;
}

section.ship .inner-box {
    width: calc(100% - 35px);
    margin: 0 auto;
    position: relative;
    transition: 0.5s;
}

section.ship .inner-box:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}

.faq-c:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

section.ship .inner-box .ship-box {
    width: 100% !important;
    position: absolute;
    top: 0;
}

section.ship .ship-content h1 {
    font-weight: 800;
    font-size: 35px;
    font-family: NexaBold;
    text-transform: capitalize;
}

section.ship .ship-content p {
    font-weight: 400;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding: 22px 0 42px;
    width: calc(100% - 215px);
    margin: 0 auto;
}

section.ship .ship-box.one {
    border-radius: 20px;
    height: 283px;
    max-width: 360px !important;
}

section.ship .ship-box.two {
    border-radius: 20px;
    height: 283px;
    max-width: 360px !important;
}

section.ship .ship-box.three {

    border-radius: 20px;
    height: 283px;
    max-width: 360px !important;
}

section.ship .ship-box.one h3,
section.ship .ship-box.two h3,
section.ship .ship-box.three h3 {
    font-weight: 800;
    font-size: 32px;
    color: #fff;
    padding: 32px;
    font-family: NexaBold;
}

section.mobile-app {
    margin: 60px 0 60px;

}

.inner-box {
    width: calc(100% - 15px);
}

.ship-box.one,
.ship-box.two,
.ship-box.three {
    width: calc(100% - 5px);
    margin: 0 auto;
    float: right;
}

section.mobile-app .row {
    border-radius: 25px;
    padding: 10px 0 0;
    background: url('../images/homepage/mobile-banner.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

section.mobile-app .mobile-content h3 {
    font-weight: 800;
    font-size: 35px;
    line-height: 50px;
    letter-spacing: 0.01em;
    color: #fff;
    font-family: NexaBold;
    text-transform: capitalize;
}

section.mobile-app .mobile-content p {
    font-weight: 400;
    font-size: 18px;
    padding: 24px 0 40px;
    color: #fff;
    line-height: 35px;
    font-family: 'Roboto', sans-serif;
}

section.mobile-app .mobile-content p.first {
    width: calc(100% - 136px);
}

section.mobile-app .mobile-content {
    padding: 40px 48px 30px;
    color: #fff;
}

section.mobile-app .mobile-content .play-buttons {
    gap: 7px;
    width: fit-content;
    background: transparent;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #40B9EA;
}

section.mobile-app .mobile-content .play-buttons .apple-content p {
    padding: 0;
    font-size: 15px;
    line-height: 18px;
}

section.mobile-app .mobile-content .play-buttons .apple-content small {
    font-size: 8px;
    margin: 0 0 2px;
}

section.mobile-app .mobile-content .play-buttons .apple-content {
    line-height: 0;
    display: flex;
    flex-direction: column;
    line-height: 9px;
}

section.mobile-app .mobile-content .button-group {
    gap: 26px;
}

footer {
    background: #066277;
    padding: 50px 0;
}

footer ul {
    padding: 0;
    margin-bottom: 0px;
}

footer ul li {
    list-style: none;
    margin: 10px 0;
}

footer ul li:last-child {
    margin: 0;
}

footer ul li a {
    color: #fff;
    word-wrap: break-word;
}

footer ul li a:hover {
    color: #fff;
}

footer .footer-box p {
    font-weight: 800;
    font-size: 18px;
    margin: 0 0 30px 0;
    letter-spacing: 1px;
}

footer .footer-box img {
    max-width: 100%;
    margin: -10px 0 0;
    width: 160px;
}

.error-msg {
    color: #ab4442;
}

.signup.one a {
    background: #066277;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
}

.signup.two a {
    background: #40B9EA;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
}

.signup.three a {
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
}

.table tr td a.first {
    background: #066277;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
}

.table tr td a.second {
    background: #40B9EA;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
}

.table tr td a.third {
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
}

.delivery-box.hide img {
    visibility: visible;
}

img {
    max-width: 100%;
}

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

.form-group label {
    font-family: 'Roboto', sans-serif;
}

.door-to-door-content .delivery-chart .delivery-box::before,
.local-delivery-content .delivery-chart .delivery-box::before {
    position: absolute;
    content: "";
    top: 65px;
    left: 12px;
    border-bottom: 2px dotted rgb(6, 98, 119);
    height: 20px;
    width: 40px;
    display: flex;
    transform: rotate(90deg);
}

.door-to-door-content .delivery-chart .delivery-box:last-child::before,
.local-delivery-content .delivery-chart .delivery-box:last-child::before {
    display: none;
}

.bg-inherit {
    background: inherit !important;
}


.after-login-dropdown .dropdown-menu a.dropdown-item {
    font-size: 13px;
    padding: 9px 5px !important;
}

.after-login-dropdown .dropdown-menu a.dropdown-item:hover {
    background-color: #dbf4ff !important;
}


@media (min-width: 992px) and (max-width: 1114px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .text-center-767 {
        text-align: center !important;
    }

    .heading-content h1 br {
        display: none;
    }
}

.faq-c h3 {
    line-height: 25px;
}

.request select#inputDepartureCountry {
    border-radius: 50px;
    height: 50px;
    width: 95%;
}

.request select#inputDeliveryCountry {
    border-radius: 50px;
    height: 50px;
    width: 95%;
}

@media only screen and (max-width: 500px) {
    .fixed_wrap {
        width: 90% !important;
        right: 20px !important;
    }

    .bottom-part p {
        font-size: 13px;
        font-weight: 500;
    }

    .second-group {
        width: unset !important;
    }

    .second-background {
        margin: 0 !important;
    }

    section.counter .counter-box p.heading {
        font-size: 30px;
    }

    .wa-chat-box-brand-name {
        font-size: 14px !important;
    }

    .survey-box-fixed_wrap {
        width: 85% !important;
        left: 30px !important;
    }

    .wa-chat-bubble-close-btn {
        top: 30px !important;
    }

    .wa-chat-box-content-send-btn {
        margin: 0px 20px 10px !important;
    }
}

@media only screen and (max-width: 450px) {
    #PureChatWidget.purechat.purechat-popped-out-widget.purechat-widget-super-collapsed.purechat-bottom {
        width: 98% !important;
        right: 0px !important;
    }

    #PureChatWidget.purechat.purechat-popped-out-widget {
        width: 95% !important;
    }

    #PureChatWidget.purechat.purechat-popped-out-widget.purechat-widget-super-collapsed .purechat-widget-header {
        width: 100% !important;
    }

    #wa-widget-send-button {
        right: 123px !important;
    }

    #PureChatWidget.purechat.purechat-button-available {
        right: 0px !important;
    }

    div#PureChatWidget.purechat.purechat-widget.purechat-bottom.purechat-bottom-right.purechat-button-available.purechat-style-minimal {
        right: 0px !important;
        max-width: 310px !important;
    }

    #whatsapp-chat-widget #wa-widget-send-button {
        right: 7px !important;
    }

    .chat_custom_btn {
        right: 75px !important;
    }

    .survey_popup_custom_btn {
        left: 120px !important;
    }
}

.goog-te-banner-frame {
    display: none !important;
}

/* Hide the iframe inside body */
body>.skiptranslate {
    display: none !important;
}

/* Make sure the body doesn't shift when Google Translate loads */
body {
    top: 0px !important;
}

.fixed_wrap {
    background-color: white;
    z-index: 16000160 !important;
    margin-bottom: 60px;
    width: 360px;
    position: fixed !important;
    bottom: -52px !important;
    right: 75px;
    border-radius: 10px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font: 400 normal 15px/1.3 -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
}

.chat-container {
    background-color: #066277;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-family: 'Nexa';
}

#otherPoliciesList {
    display: none;
    /* Hide initially */
    /* list-style-type: none; */
    padding: 0;
    margin: 0;
}

#otherPoliciesList li {
    margin: 5px 0;
}

/* Desktop only */
@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.dropdown-menu {
    margin-top: 0;
}

@media(max-width:5000px){li.nav-item.active.login{display:none}a.closebtn{display:none}}@media(max-width:1200px){.container{max-width:100%}ul.navbar-nav li{margin:0 7px 0 0}.navbar-brand img{max-width:100%;width:150px}}@media(max-width:1048px){.accounts i{color:#fff;margin:0}}@media(max-width:991px){.logo img{width:150px}.navbar-brand img{width:125px}.navbar-toggler-icon{color:#fff}a.closebtn{display:block;color: white;text-align:right;margin-right:32px;margin-top:-40px;}.navbar-toggler-icon i{color:#fff;font-weight:400}a.nav-link.dropdown-toggle{text-align:left}a.nav-link.dropdown-toggle img{height:20px;width:20px;margin:-4px 4px 0px-24px}ul.navbar-nav li{margin:0 5px 15px 0}li.nav-item.dropdown.show{width:100%;padding-right:0}li.nav-item.dropdown.dropdown-menu{display:none}li.nav-item.dropdown.show.dropdown-menu.show{display:block}nav.navbar.navbar-expand-lg{display:block;height:auto}li.nav-item.active.login{display:block}.accounts{margin-left:35px}.accounts a{color:#fff}.accounts i{color:#fff;margin:0 0 0-15px}.dropdown-menu.show{width:fit-content;margin:0 auto}li.nav-item{margin-left:0}.toggle-box{display:block;position:relative;margin:0;padding:3rem;height:auto;text-align:center;background:#066277}.menu-items{text-align:left;position:absolute;padding:10px;top:96px;left:0;list-style:none;opacity:0;background-color:#fff;border-radius:0;transform:translateX(-100%);z-index:9}.menu-items li{color:#fff;padding:.5rem}.menu-items li a{color:#066277;text-decoration:none;font-size:18px}.menu-items li a:hover{color:#aeaeae}.check{position:absolute;top:25px;left:25px;height:3rem;width:3rem;opacity:0;z-index:3}.check:hover{cursor:pointer}.check:checked~.menu-items{display:block;transform:translateX(0%);opacity:1;transition:0.3s all}.ham-menu{height:30px;width:30px;position:absolute;top:35px;left:45px;padding:5px;z-index:2;display:flex;flex-direction:column;justify-content:space-around;background:#fff;border-radius:0}.ham-menu.line{background:#066277;border-radius:5px;width:20px;height:4px}.ham-menu.line1{transform-origin:0%0%;transition:transform 100ms ease-in-out}.ham-menu.line3{transform-origin:0%100%;transition:transform 100ms ease-in-out}.check:checked~.ham-menu.line1{transform:rotate(45deg);margin-left:4px}.check:checked~.ham-menu.line2{opacity:0}.check:checked~.ham-menu.line3{transform:rotate(-45deg);margin-left:4px}.logo{position:absolute;right:25px;top:50%;transform:translate(0%,-43%)}li.nav-item.active.login{padding:5px 0}li.nav-item.active.login a.nav-link{display:inline-block;padding:0 5px}div#navbarNav{height:100%;width:0;position:fixed;z-index:999;top:0;right:0;background-color:#066277;overflow-x:hidden;transition:0.5s;padding-top:60px}div#navbarNav.navbar-nav.nav-link{padding:5px 0;text-decoration:none;font-size:16px;color:#818181;display:block;transition:0.3s}div#navbarNav.closebtn{position:absolute;top:0;right:25px;font-size:25px;margin:20px 0 0;color:#111;display:block}.collapse:not(.show){display:initial;transition:0.5s!important;position:fixed!important;top:0!important;right:0!important}ul.navbar-nav.mx-auto{padding:35px 30px 0 35px!important;display:flex;align-items:flex-start!important}.faq-right.card.collapse:not(.show){display:none}}
/* Footer Responsive */
                                            
@media (max-width: 1200px){
    footer ul li a {
        font-size: 15px;
        word-wrap: break-word;
    }
}

@media (max-width: 991px){
    footer ul li a {
        font-size: 12px;
    }
    footer .col-md-2{
        padding-right: 5px;
        padding-left: 5px;
    }
	footer ul li {
		margin: 5px 0;
	}
	
	footer .footer-box p {
		margin: 0 0 15px 0;
	}
}

@media (max-width: 767px){
    footer ul li a {
        font-size: 14px;
        position: relative;
        padding-left: 15px;
    }
    footer .col-md-2{
        padding-right: 25px;
        padding-left: 25px;
        margin: 0 0 40px;
    }
    footer .footer-box p {
        margin: 0 0 15px 0;
    }
    footer ul li {
        margin: 5px 0;
    }
    footer ul li a:after {
        content: '';
        position: absolute;
        height: 5px;
        width: 5px;
        background: white;
        left: 0;
        border-radius: 50%;
        top: 5px;
   }
}