/*==============================
=            Global            =
==============================*/


body,
html {
    box-sizing: border-box;
}

:root {
    --icarry-sc-white: white;
    --icarry-sc-black: #000000;
    --icarry-sc-ghost-white: #F8F9FD;
    --icarry-sc-light-grey: #ddd7d7;
    --icarry-sc-lighter-grey: #D9D9D9;
    --icarry-sc-primary-color: #FFCC54;
    --icarry-sc-primary-btn-color: #183346;
    --icarry-sc-red: red;
}


.pointer {
    cursor: pointer;
}

/*==============================
=           BOOTSTAP           =
==============================*/
.icarry-sc-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .icarry-sc-container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .icarry-sc-container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .icarry-sc-container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .icarry-sc-container {
        max-width: 1140px
    }
}

.icarry-sc-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.icarry-sc-fit-content {
    width: fit-content;
}

.icarry-sc-black {
    color: var(--icarry-sc-black);
}

.icarry-sc-text-error {
    color: var(--icarry-sc-red);
    margin-bottom: 10px;
}

.icarry-sc-text {
    font-size: 16px;
}

.icarry-sc-link-button {
    text-decoration: underline;
    color: var(--icarry-sc-black);
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
}

.icarry-sc-form-group {
    padding: 0.5rem 0;
}

.icarry-sc-middle {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}

.icarry-sc-flex-row-reverse {
    flex-direction: row-reverse !important;
}

.icarry-sc-flex-between {
    justify-content: space-between;
}

.icarry-sc-flex-arround {
    justify-content: space-around;
}

.icarry-sc-flex-center {
    justify-content: center;
}

.icarry-sc-d-none {
    display: none;
}

.icarry-sc-text-center {
    text-align: center !important;
}

.icarry-sc-text-right {
    text-align: right !important;
}

.icarry-sc-m-auto {
    margin: auto !important;
}

.icarry-sc-m-center {
    margin: 0 auto;
}

.icarry-sc-ml-0 {
    margin-left: 0 !important;
}

.icarry-sc-mb-3 {
    margin-bottom: 3px;
}

.icarry-sc-mr-10 {
    margin-right: 10px;
}

.icarry-sc-mr-20 {
    margin-right: 20px;
}

.icarry-sc-mb-15 {
    margin-bottom: 15px;
}

.icarry-sc-mb-10 {
    margin-bottom: 10px;
}

.icarry-sc-mb-30 {
    margin-bottom: 30px;
}

.icarry-sc-mb-35 {
    margin-bottom: 35px;
}

.icarry-sc-mb-60 {
    margin-bottom: 60px;
}

.icarry-sc-mt-30 {
    margin-top: 30px;
}

.icarry-sc-mt-15 {
    margin-top: 15px;
}

.icarry-sc-p-15 {
    padding: 15px;
}

.icarry-sc-w-170 {
    width: 170px
}

.icarry-sc-pt-10 {
    padding-top: 10px;
}

.icarry-sc-pb-10 {
    padding-bottom: 10px;
}

.icarry-sc-pt-15 {
    padding-top: 15px;
}

.icarry-sc-pb-15 {
    padding-bottom: 15px;
}

.icarry-sc-pb-30 {
    padding-bottom: 30px;
}

.icarry-sc-pl-35 {
    padding-left: 35px !important;
}

.icarry-sc-pr-35 {
    padding-right: 35px !important;
}

.icarry-sc-pl-0 {
    padding-left: 0;
}

.icarry-sc-pr-0 {
    padding-right: 0;
}

.icarry-sc-pl-15 {
    padding-left: 15px;
}

.icarry-sc-pl-60 {
    padding-left: 60px !important;
}

.icarry-sc-pl-30 {
    padding-left: 30px;
}

.icarry-sc-mr-15 {
    margin-right: 15px;
}

.icarry-sc-gap-30 {
    gap: 30px;
}

.icarry-sc-gap-100 {
    gap: 100px;
}

.icarry-sc-width-80 {
    max-width: 80%;
    width: 100%;
}

.icarry-sc-width-100 {
    width: 100%;
}

.icarry-sc-width-50 {
    width: 50%;
}

.icarry-sc-max-width {
    max-width: 80%;
}


[class*="icarry-sc-col"],
[class*="icarry-sc-col"],
[class*="icarry-sc-col"],
[class*="icarry-sc-colm"] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.icarry-sc-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.icarry-sc-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.icarry-sc-col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.icarry-sc-col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.icarry-sc-col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.icarry-sc-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.icarry-sc-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.icarry-sc-col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.icarry-sc-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.icarry-sc-col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.icarry-sc-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.icarry-sc-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.icarry-sc-col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.icarry-sc-col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.icarry-sc-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


@media (min-width: 768px) {
    .icarry-sc-col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .icarry-sc-col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .icarry-sc-col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .icarry-sc-col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .icarry-sc-col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .icarry-sc-col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .icarry-sc-col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .icarry-sc-col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .icarry-sc-col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .icarry-sc-col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .icarry-sc-col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .icarry-sc-col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .icarry-sc-col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .icarry-sc-col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .icarry-sc-col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .icarry-sc-col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .icarry-sc-col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .icarry-sc-col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .icarry-sc-col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .icarry-sc-col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .icarry-sc-col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .icarry-sc-col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .icarry-sc-col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .icarry-sc-col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .icarry-sc-col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .icarry-sc-col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .icarry-sc-col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .icarry-sc-col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .icarry-sc-col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .icarry-sc-col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .icarry-sc-col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    /* .icarry-sc-col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    } */

    .icarry-sc-col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .icarry-sc-col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .icarry-sc-col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .icarry-sc-col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .icarry-sc-col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .icarry-sc-col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .icarry-sc-col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .icarry-sc-col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .icarry-sc-col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .icarry-sc-col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .icarry-sc-d-sm-none {
        display: none !important;
    }

    .icarry-sc-d-sm-inline {
        display: inline !important;
    }

    .icarry-sc-d-sm-inline-block {
        display: inline-block !important;
    }

    .icarry-sc-d-sm-block {
        display: block !important;
    }

    .icarry-sc-d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .icarry-sc-d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}


@media (min-width: 768px) {
    .icarry-sc-d-md-none {
        display: none !important;
    }

    .icarry-sc-d-md-inline {
        display: inline !important;
    }

    .icarry-sc-d-md-inline-block {
        display: inline-block !important;
    }

    .icarry-sc-d-md-block {
        display: block !important;
    }

    .icarry-sc-d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .icarry-sc-d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .icarry-sc-d-lg-none {
        display: none !important;
    }

    .icarry-sc-d-lg-inline {
        display: inline !important;
    }

    .icarry-sc-d-lg-inline-block {
        display: inline-block !important;
    }

    .icarry-sc-d-lg-block {
        display: block !important;
    }

    .icarry-sc-d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .icarry-sc-d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .icarry-sc-text-xl-right {
        text-align: right !important;
    }

    .icarry-sc-d-xl-none {
        display: none !important;
    }

    .icarry-sc-d-xl-inline {
        display: inline !important;
    }

    .icarry-sc-d-xl-inline-block {
        display: inline-block !important;
    }

    .icarry-sc-d-xl-block {
        display: block !important;
    }

    .icarry-sc-d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .icarry-sc-d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.icarry-sc-justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.icarry-sc-justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.icarry-sc-justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.icarry-sc-align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.icarry-sc-align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.icarry-sc-align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.icarry-sc-align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.icarry-sc-align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}



/*=====================================
=            TRACK MY ORDER           =
=====================================*/
.icarry-track-my-order-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #D9D9D9;
    box-shadow: 0 2px 2px 0 rgba(164, 164, 164, 0.25);
    border-radius: 50px;
    padding: 7px;
}

.icarry-track-my-order-form .input-wrapper {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.icarry-track-my-order-form .input-wrapper input {
    border: none;
    color: #000;
    height: 36px;
    max-width: 160px;
    box-shadow: none;
}

.icarry-track-my-order-form .button-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.icarry-track-my-order-form .button-wrapper button {
    border-radius: 50px;
    background: linear-gradient(86.16deg, #F1B52A 37.77%, #F09E23 71.65%);
    color: #fff;
    text-transform: none;
    font-weight: 600;
    font-size: 16px;
    padding: 0px 16px;
    height: 36px;
    min-height: auto;
}

/* desktop view */



/* mobile view */
#icarry-track-my-order-mobile {}

#icarry-track-my-order-mobile .modal-button-wrapper {}

#icarry-track-my-order-mobile .modal-button-wrapper .modal-button {
    border-radius: 50px;
    background: linear-gradient(86.16deg, #F1B52A 37.77%, #F09E23 71.65%);
    color: #fff;
    text-transform: none;
    font-weight: 600;
    font-size: 16px;
    padding: 0px 16px;
    height: 36px;
    min-height: auto;
}

#icarry-track-my-order-mobile .track-order-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}

#icarry-track-my-order-mobile .track-order-modal.track-order-modal-closed {
    opacity: 0;
    visibility: hidden;
}


.track-order-modal-content {
    max-width: 700px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 30px);
    max-width: 400px;
    overflow-y: auto;
    max-height: calc(100% - 100px);
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}

#icarry-track-my-order-mobile .track-order-modal.track-order-modal-closed .track-order-modal-content {
    margin-top: -100px;
}

.track-order-modal-content .track-order-modal-content-head {
    background: #203a4d;
    padding: 8px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: right !important;
    -ms-flex-pack: right !important;
    justify-content: right !important;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.track-order-modal-content .track-order-modal-content-head .close {}

.track-order-modal-content .track-order-modal-content-head .close svg {
    fill: #fff;
    width: 12px;
    height: auto;
    cursor: pointer;
}

.track-order-modal-content .track-order-modal-content-body {
    background: #fff;
    padding: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.track-order-modal-content .icarry-track-my-order-form {
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 0px none;
}

.track-order-modal-content .icarry-track-my-order-form .input-wrapper input {
    max-width: 100%;
}

/*=====================================
=          PARTNERS SHORTCODE         =
=====================================*/
#icarry-pac {}

/* GRID LAYOUT */
#icarry-pac .pac-grid .single-post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
    padding: 15px 15px 0;
}

/* SLIDER LAYOUT */
#icarry-pac .pac-slider .single-post img {
    margin: 0 auto 20px;
}

#icarry-pac .pac-slider .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

#icarry-pac .pac-slider .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

#icarry-pac .pac-slider .slick-dots li button {
    font-size: 0;
    padding: 0;
    background: rgba(57, 57, 57, 0.3);
    width: 12px;
    height: 12px;
    min-height: auto;
    border-radius: 50px;
    cursor: pointer;
}

#icarry-pac .pac-slider .slick-dots li.slick-active button,
.slick-dots li button:hover {
    background: rgba(57, 57, 57, 1);
}


/*================================================
=          LOGISTICS SOLUTIONS SHORTCODE         =
================================================*/
#icarry-log-sol {
    position: relative;
    padding-bottom: 50px;
}

#icarry-log-sol .single-post .content-wrapper {
    max-width: 440px;
    margin: 0 auto;
}

#icarry-log-sol .single-post .content-wrapper .content {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

#icarry-log-sol .single-post .content-wrapper .title {
    color: #000000;
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
}

#icarry-log-sol .single-post .content-wrapper .title span {
    background: linear-gradient(93.5deg, #E3A81F 2.48%, #F1B52A 23.26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


#icarry-log-sol .slick-arrow {
    position: absolute;
    bottom: 0;
    background: #f5c75b;
    background: -moz-linear-gradient(45deg, #f5c75b 0%, #f1b52a 100%);
    background: -webkit-linear-gradient(45deg, #f5c75b 0%, #f1b52a 100%);
    background: linear-gradient(45deg, #f5c75b 0%, #f1b52a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5c75b', endColorstr='#f1b52a', GradientType=1);
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    opacity: 0.7;
}

#icarry-log-sol .slick-arrow:hover {
    opacity: 1;
}

#icarry-log-sol .prev-arrow.slick-arrow {
    left: calc(50% - 48px);
    padding: 5px 0 0 9px;
}

#icarry-log-sol .next-arrow.slick-arrow {
    left: calc(50% + 13px);
    padding: 5px 0 0 13px;
}

.slideshow .item img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.3);
    /*-webkit-transform: scale(1.2);*/
    transform: scale(1.3);
    /*transform: scale(1.2)*/
}


/*===========================
=          FEATURES         =
===========================*/
#icarry-features .anchors-wrapper {
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 50px;
    padding: 6px;
}

#icarry-features .anchors-wrapper a {
    text-align: center;
    border-radius: 50px;
    padding: 4px 6px;
}

#icarry-features .anchors-wrapper a.active {
    background: #f5c75b;
    background: -moz-linear-gradient(45deg, #f5c75b 0%, #f1b52a 100%);
    background: -webkit-linear-gradient(45deg, #f5c75b 0%, #f1b52a 100%);
    background: linear-gradient(45deg, #f5c75b 0%, #f1b52a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5c75b', endColorstr='#f1b52a', GradientType=1);
}

#icarry-features .anchors-wrapper .icon-wrapper {
    padding: 0;
}

#icarry-features .anchors-wrapper .icon-wrapper img {
    max-width: 25px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#icarry-features .anchors-wrapper .label-wrapper {
    padding: 0;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
}



#icarry-features .slider-wrapper {}

#icarry-features .slider-wrapper .slick-slide:not(.slick-active) {
    z-index: 5;
    transform: scale(0.5);
}

#icarry-features .slider-wrapper .slick-slide {
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    transform: scale(0.8);
    margin: 0 -40px;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    opacity: 1;
    z-index: 10;
}

#icarry-features .slider-wrapper .slick-slide:not(.slick-current.slick-active.slick-center)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    border-radius: 20px;
}

#icarry-features .slider-wrapper .slick-slide.slick-current.slick-active.slick-center {
    z-index: 20;
    position: relative;
    transform: scale(1);
}

#icarry-features .slider-wrapper .slick-slide.slick-current.slick-active.slick-center::before {
    opacity: 0;
}

#icarry-features .slider-wrapper .single-post .inner-wrapper {
    min-height: 250px;
}

#icarry-features .slider-wrapper .slick-slide:not(.slick-current.slick-active.slick-center) .feature-image img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}

#icarry-features .slider-wrapper .single-post .inner-wrapper .feature-image img {
    margin: 0 auto 20px;
    max-width: 70px;
    width: 100%;
}

#icarry-features .slider-wrapper .single-post .inner-wrapper .title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #000000;
}

#icarry-features .slider-wrapper .single-post .inner-wrapper .description {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

#icarry-features .slick-arrow {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    opacity: 0.7;
}

#icarry-features .slick-arrow:hover {
    opacity: 1;
}

#icarry-features .prev-arrow.slick-arrow {
    left: calc(50% - 48px);
    padding: 5px 0 0 9px;
}

#icarry-features .next-arrow.slick-arrow {
    left: calc(50% + 13px);
    padding: 5px 0 0 13px;
}

#icarry-features .slick-arrow svg path {
    stroke: #000;
}


@media screen and (max-width: 991.98px) {
    #icarry-features .anchors-wrapper .icon-wrapper {
        display: none;
    }
}

@media screen and (max-width: 767.98px) {
    #icarry-features .anchors-wrapper {
        display: none;
    }

    #icarry-features .slider-wrapper {
        padding-bottom: 60px;
    }

    #icarry-features .slider-wrapper .slick-slide {
        margin: 0;
    }

}

/*===== ARABIC =====*/
html[lang="ar"] #icarry-features .anchors-wrapper .label-wrapper {
	text-align: right;
	padding-right: 10px;
	padding-left: 0;
}


/*===========================
=         STATISTICS        =
===========================*/
#icarry-statistics .slider-wrapper {}

#icarry-statistics .slider-wrapper .slick-slide:not(.slick-active) {}

#icarry-statistics .slider-wrapper .slick-slide:not(.slick-active) {
    z-index: 5;
    transform: scale(0.5);
}

#icarry-statistics .slider-wrapper .slick-slide {
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    transform: scale(0.8);
    margin: 0 -40px;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    opacity: 1;
    z-index: 10;
}

#icarry-statistics .slider-wrapper .slick-slide:not(.slick-current.slick-active.slick-center)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    border-radius: 20px;
}

#icarry-statistics .slider-wrapper .slick-slide.slick-current.slick-active.slick-center {
    z-index: 10;
    position: relative;
    transform: scale(1);
    z-index: 20;
}

#icarry-statistics .slider-wrapper .slick-slide.slick-current.slick-active.slick-center::before {
    opacity: 0;
}

#icarry-statistics .slider-wrapper .single-post .inner-wrapper {
    min-height: 250px;
}


#icarry-statistics .slider-wrapper .single-post .inner-wrapper .description {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    max-width: 390px;
    margin: 0 auto;
}

#icarry-statistics .slider-wrapper .single-post .inner-wrapper .description .special-text {
    background: linear-gradient(to right, #F1B52A 0%, #F09E23 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#icarry-statistics .slider-wrapper .single-post .inner-wrapper .description .special-text.font-medium {
    font-size: 60px;
    line-height: 60px;
}

#icarry-statistics .slider-wrapper .single-post .inner-wrapper .description .special-text.font-big {
    font-size: 90px;
    line-height: 90px;
}

#icarry-statistics .slider-wrapper .single-post .inner-wrapper .description .special-text.d-block {
    display: block;
}

#icarry-statistics .slick-arrow {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    opacity: 0.7;
}

#icarry-statistics .slick-arrow:hover {
    opacity: 1;
}

#icarry-statistics .prev-arrow.slick-arrow {
    left: calc(50% - 48px);
    padding: 5px 0 0 9px;
}

#icarry-statistics .next-arrow.slick-arrow {
    left: calc(50% + 13px);
    padding: 5px 0 0 13px;
}

#icarry-statistics .slick-arrow svg path {
    stroke: #000;
}

#icarry-statistics .slider-wrapper .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

#icarry-statistics .slider-wrapper .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

#icarry-statistics .slider-wrapper .slick-dots li button {
    font-size: 0;
    padding: 0;
    background: rgba(57, 57, 57, 0.3);
    width: 12px;
    height: 12px;
    min-height: auto;
    border-radius: 50px;
    cursor: pointer;
}

#icarry-statistics .slider-wrapper .slick-dots li.slick-active button,
.slick-dots li button:hover {
    background: rgba(57, 57, 57, 1);
}

@media screen and (max-width: 767.98px) {
    #icarry-statistics .slider-wrapper {
        padding-bottom: 60px;
    }

    #icarry-statistics .slider-wrapper .slick-slide {
        margin: 0;
    }

}

@media screen and (max-width: 479.98px) {
    #icarry-statistics .slider-wrapper .slick-list {
        padding: 0px 20px !important;
    }

    #icarry-statistics .slider-wrapper .slick-slide {
        padding: 10px;
    }

    #icarry-statistics .slider-wrapper .single-post .inner-wrapper .description {
        font-size: 20px;
        line-height: 30px;
    }

    #icarry-statistics .slider-wrapper .single-post .inner-wrapper .description .special-text.font-medium {
        font-size: 40px;
        line-height: 40px;
    }
}



/*===== ARABIC =====*/
html[lang="ar"] #icarry-statistics .slider-wrapper .single-post .inner-wrapper .description .special-text.font-medium {
	font-size: 50px;
	line-height: 90px;
}
html[lang="ar"] #icarry-statistics .slider-wrapper .single-post .inner-wrapper .description .special-text.font-big {
	font-size: 70px;
	line-height: 100px;
}


/*===========================
=          BENEFITS         =
===========================*/
#icarry-benefits .slider-wrapper {}

#icarry-benefits .slider-wrapper .slick-slide:not(.slick-active) {}

#icarry-benefits .slider-wrapper .slick-slide:not(.slick-active) {
    z-index: 5;
    transform: scale(0.5);
}

#icarry-benefits .slider-wrapper .slick-slide {
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    transform: scale(0.8);
    margin: 0 -40px;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    opacity: 1;
    z-index: 10;
}

#icarry-benefits .slider-wrapper .slick-slide:not(.slick-current.slick-active.slick-center)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    border-radius: 20px;
}

#icarry-benefits .slider-wrapper .slick-slide.slick-current.slick-active.slick-center {
    z-index: 10;
    position: relative;
    transform: scale(1);
    z-index: 20;
}

#icarry-benefits .slider-wrapper .slick-slide.slick-current.slick-active.slick-center::before {
    opacity: 0;
}

#icarry-benefits .slider-wrapper .single-post .inner-wrapper {
    min-height: 250px;
}

.icarry-sc-col-12.post_image img {
    margin: 0 auto 15px;
    max-width: 70px;
}

#icarry-benefits .slider-wrapper .single-post .inner-wrapper .title {}

#icarry-benefits .slider-wrapper .single-post .inner-wrapper .title span {
    color: rgb(240, 158, 35);
}

#icarry-benefits .slider-wrapper .single-post .inner-wrapper .description {
    font-size: 14px;
}

#icarry-benefits .slider-wrapper .single-post .inner-wrapper .description .special-text {
    background: linear-gradient(to right, #F1B52A 0%, #F09E23 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#icarry-benefits .slider-wrapper .single-post .inner-wrapper .description .special-text.font-medium {
    font-size: 60px;
    line-height: 60px;
}

#icarry-benefits .slider-wrapper .single-post .inner-wrapper .description .special-text.font-big {
    font-size: 90px;
    line-height: 90px;
}

#icarry-benefits .slider-wrapper .single-post .inner-wrapper .description .special-text.d-block {
    display: block;
}

#icarry-benefits .slick-arrow {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    opacity: 0.7;
}

#icarry-benefits .slick-arrow:hover {
    opacity: 1;
}

#icarry-benefits .prev-arrow.slick-arrow {
    left: calc(50% - 48px);
    padding: 5px 0 0 9px;
}

#icarry-benefits .next-arrow.slick-arrow {
    left: calc(50% + 13px);
    padding: 5px 0 0 13px;
}

#icarry-benefits .slick-arrow svg path {
    stroke: #000;
}

#icarry-benefits .slider-wrapper .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

#icarry-benefits .slider-wrapper .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

#icarry-benefits .slider-wrapper .slick-dots li button {
    font-size: 0;
    padding: 0;
    background: rgba(57, 57, 57, 0.3);
    width: 12px;
    height: 12px;
    min-height: auto;
    border-radius: 50px;
    cursor: pointer;
}

#icarry-benefits .slider-wrapper .slick-dots li.slick-active button,
.slick-dots li button:hover {
    background: rgba(57, 57, 57, 1);
}

@media screen and (max-width: 767.98px) {
    #icarry-benefits .slider-wrapper {
        padding-bottom: 60px;
    }

    #icarry-benefits .slider-wrapper .slick-slide {
        margin: 0;
    }

}


/*====================================================
*******     Register Login Portal  For Menu    *******      
====================================================*/

.mobile-menu-show-hide-item {
    display: none;
}

.ic-primary-register-button a {
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    padding: 17px;
    min-width: 300px;
    background: linear-gradient(29deg, #FFCB54 0%, #FFD064 100%);
    color: black !important;
}

.ic-primary-register-button a:hover {
    background: white !important;
    color: #173246 !important;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}

.ic-secondary-register-button a {
    background: #F3F3F3 !important;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    padding: 18px;
    min-width: 300px;
    color: black !important;
}

.ic-secondary-register-button a:hover {
    background: linear-gradient(29deg, #FFCB54 0%, #FFD064 100%) !important;
    color: black !important;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1) !important;
}

@media (max-width: 1024px) {
    .ic-login-portal-container a {
        color: #fff !important;
        border-bottom: transparent !important;
        flex: 1 1 0% !important;
        padding: 5px 20px !important;
        min-height: 50px !important;
        font-size: 13px !important;
    }

    /* .ic-register-portal-container a {
        background: transparent !important;
        box-shadow: none !important;
        padding: 0 !important;
        flex: 1 1 0% !important;
        padding: 5px 20px !important;
        min-height: 50px !important;
        font-size: 13px !important;
    } */
    .ic-register-mobile-wrapper a {
        background: transparent !important;
        box-shadow: none !important;
        padding: 0 !important;
        flex: 1 1 0% !important;
        padding: 5px 20px !important;
        min-height: 50px !important;
        font-size: 13px !important;
    }

    .mobile-menu-show-hide-item {
        display: initial;
    }
}


/*=====  End of Register Login Portal  ======*/


/*======================================================
=            ICARRY RATES PRICE BY LOCATION            =
======================================================*/

.ic-ondm-price-rate {
    font-size: 40px;
    line-height: 36px;
    font-weight: bold;
	position: relative;
}

.ic-ondm-price-rate strong {
    color: #F1B52A;
    font-size: 35px;
    font-style: italic;
}

.ic-ondm-price-rate::before {
	content: url(https://icarry.com/wp-content/uploads/2023/07/rates-left.png);
	position: absolute;
	left: -25px;
	top: -17px;
}

.ic-ondm-price-rate::after {
	content: url(https://icarry.com/wp-content/uploads/2023/07/rates-right.png);
	position: absolute;
	bottom: -10px;
	right: -30px;
}

/*===== ARABIC =====*/
html[lang="ar"] .ic-ondm-price-rate {
	font-size: 30px;
	line-height: 30px;
}

html[lang="ar"] .ic-ondm-price-rate strong {
	font-size: 28px;
	margin-top: 10px;
	display: block;
}

/*=====  End of ICARRY RATES PRICE BY LOCATION  ======*/

/*=====  Start Admin login portal  ======*/
.icarry-admin-login__box
{
    margin-top: 32px;
    padding: 28px 16px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 1px 1px 10px -3px #ddd;
}
.icarry-admin-login__title
{
    font-size: 14px;
    margin: 10px auto;
}
.icarry-admin-login__btn
{
    display: block;
    background-color: var(--ic-ondm-primary-btn-color);
    color: #fff;
    border-radius: 8px;
    padding: 8px;
    width: 100%;
    transition: .3s;
}
.icarry-admin-login__btn:hover
{
    background-color: var(--ic-ondm-primary-color);
    color: #fff;
}
/*=====  End Admin login portal  ======*/






