/* Minification failed. Returning unminified contents.
(267,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(268,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(269,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(277,25): run-time error CSS1039: Token not allowed after unary operator: '-f'
(286,37): run-time error CSS1039: Token not allowed after unary operator: '-d'
(287,44): run-time error CSS1046: Expect comma, found '165'
(287,50): run-time error CSS1046: Expect comma, found ')'
(287,74): run-time error CSS1039: Token not allowed after unary operator: '-d'
(287,93): run-time error CSS1039: Token not allowed after unary operator: '-c'
(289,66): run-time error CSS1039: Token not allowed after unary operator: '-d'
(289,88): run-time error CSS1039: Token not allowed after unary operator: '-d'
(289,98): run-time error CSS1039: Token not allowed after unary operator: '-d'
(289,119): run-time error CSS1039: Token not allowed after unary operator: '-d'
(290,74): run-time error CSS1039: Token not allowed after unary operator: '-d'
(290,161): run-time error CSS1039: Token not allowed after unary operator: '-d'
 */
/*body {
    background: linear-gradient(rgba(255,255,255,.94), rgba(255,255,255,.9)),url('../Images/abiretailhub.png') no-repeat 0 5%;
}*/

.mrgn-btm-15 {
    margin-bottom: 15px;
}
/*for firefox -h3*/
.heading {
    font-weight: 600;
    font-size: 1.58rem;
}

.home {
    height: 500px;
}

.mimg {
    max-width: 100%;
    height: auto;
}

.login-landing {
    width: 25rem;
}
/*.text-home h2 {
        width: 86%;
        height: 50%;
        margin-left: auto;
        margin-top: 15%;
    }*/
#myTab {
    align-items: center;
    overflow-x: auto;
    border: none;
    flex-wrap: nowrap;
}

    #myTab .nav-item {
        margin: 0px 30px;
    }

    #myTab > li > a {
        padding: 0px;
        border: none;
    }

        #myTab > li > a:hover {
            background-color: transparent;
        }

    #myTab > li > a {
        background-color: transparent;
    }

    #myTab > .nav-item {
        padding-bottom: 10px;
        margin-right: 15px;
    }

    #myTab .nav-tabs > li.active > a {
        background-color: transparent;
    }

    #myTab::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
#myTab {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.ret-navgate {
    display: none;
    text-shadow: 0px 0px 10px black;
}

.ret-img-container {
    position: relative;
    height: 115px;
    padding: 10px;
}

    .ret-img-container .container {
        width: 95% !important;
    }

.ret-img {
    transition: all 0.4s ease-in-out;
    padding: 15px 0;
    width: 160px;
    max-height: 100px;
    /*filter: grayscale(100);*/
}

#myTab > .nav-item.active .ret-img, #myTab > .nav-item .ret-img:hover {
    /*filter: none;*/
    transform: scale(1.1);
}

#myTab .nav-link {
    position: relative;
}

    #myTab .nav-link.active:before {
        position: absolute;
        left: -12%;
        top: 0;
        height: 30px;
        width: 30px;
        border-left: 3px solid #228be6;
        border-top: 3px solid #228be6;
        content: "";
        -webkit-transition: all, 0.7s;
        -o-transition: all, 0.7s;
        transition: all, 0.7s;
    }

    #myTab .nav-link:before {
        position: absolute;
        left: -12%;
        top: 0;
        height: 0px;
        width: 0px;
        content: "";
    }

    #myTab .nav-link.active:after {
        position: absolute;
        right: -12%;
        bottom: 0;
        height: 30px;
        width: 30px;
        border-right: 3px solid #228be6;
        border-bottom: 3px solid #228be6;
        content: "";
        -webkit-transition: all, 0.7s;
        -o-transition: all, 0.7s;
        transition: all, 0.7s;
    }

    #myTab .nav-link:after {
        position: absolute;
        right: -12%;
        bottom: 0;
        height: 0px;
        width: 0px;
        content: "";
    }

#myTabContent {
    -webkit-transition: all, 0.7s;
    -o-transition: all, 0.7s;
    transition: all, 0.7s;
}

    #myTabContent a {
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.custom-card-prnt {
    padding: 10px 10px !important;
}

.tab-content {
    padding: 30px 60px 30px 60px;
}

.products {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    height: 355px;
    padding: 60px 30px;
    text-align: center;
    transition: 0.3s;
    border-radius: 5px;
    color: #444444;
    border: 2px solid transparent;
}

    .products:hover {
        border: 2px solid #e6e8ed;
        transition: ease-in-out .3s;
    }

    .product-icon {
        height: 90px;
    }

/*.products p, .products a, .products span {
    color: #444444;
}*/

.products p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 4.5rem;
    margin-bottom: 0;
}

/*.products span {
    font-weight: 600;
}*/

/*.products .proda:hover span {
    font-weight: bold;
    transition: ease-in-out .3s;
}*/

.launch {
    border: 1px solid #e6e8ed;
    border-radius: 5px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    background-color: ghostwhite;
    z-index: 9;
    padding: 5px;
    cursor: pointer;
    display: inline-block;
}

    .launch:hover {
        font-weight: 600;
        transition: ease-in-out .3s;
    }

.aprimary {
    border: 3px solid #0795ff;
    background-color: #0795ff;
    color: white;
}

    .aprimary:hover {
        color: white;
    }

.prev-img {
    position: absolute;
    left: 2vw;
    top: 27%;
    font-size: 2em;
    z-index: 2;
    /*text-shadow: 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white;*/
}

.next-img {
    position: absolute;
    right: 2vw;
    top: 27%;
    font-size: 2em;
    z-index: 2;
    /*text-shadow: 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white;*/
}

    .prev-img:hover, .next-img:hover {
        cursor: pointer;
    }


.ribbon-container {
    --d: 6px; /* folded part */
    --c: #48c348; /* color */
    --f: 14px; /* ribbon font-size */
    width: 200px;
    position: relative;
}

    .ribbon-container::before {
        content: attr(data-ribbon);
        position: absolute;
        font-size: var(--f);
        top: 0;
        right: 0;
        transform: translate(29.29%, -100%) rotate(45deg);
        color: #fff;
        text-align: center;
        border: 1px solid transparent;
        border-bottom: 0;
        transform-origin: bottom left;
        padding: 8px 85px calc(var(--d) + 8px);
        background: linear-gradient(rgb(93 165 93) 0 0) bottom/100% var(--d) no-repeat var(--c);
        background-clip: padding-box;
        clip-path: polygon(0 0,100% 0,100% 100%,calc(100% - var(--d)) calc(100% - var(--d)),var(--d) calc(100% - var(--d)),0 100%);
        -webkit-mask: linear-gradient(135deg,transparent calc(50% - var(--d) * 0.707),#fff 0) bottom left, linear-gradient(-135deg, transparent calc(50% - var(--d) * 0.707), #fff 0)bottom right;
        -webkit-mask-size: 300vmax 300vmax;
        -webkit-mask-composite: destination-in;
        mask-composite: intersect;
    }

.ribbon-left::before {
    left: 0;
    right: auto;
    transform: translate(-29.29%, -100%) rotate(-45deg);
    transform-origin: bottom right;
}

.sel-ret-div {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0795ff;
    color: white;
    text-align: center;
    font-weight: 600;
}

.col1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

#mediaplayer {
    border: none;
}

    #mediaplayer .k-mediaplayer-titlebar {
        display: none !important;
    }

.carousel-item {
    min-height: 300px;
    height: 100%;
    width: 100%;
}

.carousel-caption h3, .carousel-caption h4 {
    color: #013289;
}

.carousel-caption h3, .carousel-caption h4 {
    padding: .5em;
}

.carousel-caption button {
    border-color: #00bfff;
    margin-top: 1em;
}

/* Animation delays */
.carousel-caption h3 {
    animation-delay: 1s;
}

.carousel-caption h4 {
    animation-delay: 2s;
}

@-webkit-keyframes divPlay-fadeout {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@keyframes divPlay-fadeout {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

.divPlay {
    position: absolute;
    left: 50%;
    top: 40%;
    width: 52px;
    height: 52px;
    z-index: 19;
    margin-left: -26px;
    margin-top: -26px;
    background: rgba(0,0,0,.5);
    border-radius: 50%;
    -webkit-animation: divPlay-fadeout .5s linear 1 normal forwards;
    animation: divPlay-fadeout .5s linear 1 normal forwards;
    pointer-events: none;
    display: none;
}

    .divPlay.play-css {
        -webkit-animation: none;
        animation: none;
        display: block;
    }

.play-icon {
    margin: 6px;
}

.k-mediaplayer-media {
    cursor: pointer;
}

.k-draghandle {
    width: 8px;
    height: 8px;
}


/* Media queries */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .tab-content {
        padding: 30px;
    }

    .bk-img {
        text-align: center;
    }

    .container {
        width: 90%;
    }
}

.navbar-brand-style {
    height: 10rem;
}

    .navbar-brand-style img {
        height: 12rem;
    }

/*.static-posit {
    position: relative;
    top: 30%;
}*/

span.sel-retail {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 5;
}

.down-swipe {
    font-size: 15px;
    position: relative;
}

    .down-swipe:before {
        content: "\f063";
        font-size: 15px;
        animation: blinker 2.5s linear infinite;
    }

@keyframes blinker {
    30% {
        opacity: 0;
    }
}

.static-text {
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 280px) {
    /*body {
        background: linear-gradient(rgba(255,255,255,.94), rgba(255,255,255,.9)),url('../Images/abiretailhub.png') no-repeat 0 1%;
        background-size: 100%;
    }*/
    .static-text {
        font-size: 1.2rem;
    }

    .divPlay {
        top: 50%;
    }

    .navbar-brand-style img {
        height: 10rem;
    }

    span.sel-retail {
        font-size: 0.9rem;
    }

    .divPlay {
        width: 40px;
        height: 40px;
    }

    .login-landing {
        width: 100%;
    }

    .home {
        height: unset;
        margin-top: 30px;
    }

    .col1 {
        width: 20.33333333%;
    }

    .col11 {
        width: 79.66666667%;
    }

    #mediaplayer {
        width: auto;
    }

    .carousel-item {
        min-height: 280px;
    }
}

@media only screen and (min-width: 320px) {
    /*body {
        background: linear-gradient(rgba(255,255,255,.94), rgba(255,255,255,.9)),url('../Images/abiretailhub.png') no-repeat 0 2%;
        background-size: 100%;
    }*/
    .static-text {
        font-size: 1.3rem
    }

    .navbar-brand-style img {
        height: 12rem;
    }

    span.sel-retail {
        font-size: 1.1rem;
    }

    .carousel-item {
        min-height: 240px;
    }

    .login-landing {
        width: 100%;
    }

    .home {
        height: unset;
        margin-top: 30px;
    }

    .col1 {
        width: 18.33333333%;
    }

    .col11 {
        width: 81.66666667%;
    }
}

@media only screen and (min-width: 375px) {
    .static-text {
        font-size: calc(1.325rem + .9vw);
    }

    h2 {
        padding: .2rem;
    }

    .container {
        width: 90%;
    }

    .col1 {
        width: 18.33333333%;
    }

    .col11 {
        width: 81.66666667%;
    }
}

@media only screen and (min-width: 540px) {
    .container {
        width: 90%;
    }

    .carousel-item {
        min-height: 300px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .container {
        width: 90%;
    }

    /*body {
        background: linear-gradient(rgba(255,255,255,.94), rgba(255,255,255,.9)),url('../Images/abiretailhub.png') no-repeat 0 5%;
    }*/

    .login-landing {
        width: 100%;
    }

    h2 {
        padding: inherit;
    }

    .col1 {
        width: 12.33333333%;
    }

    .col11 {
        width: 87.66666667%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .login-landing {
        width: 25rem;
    }

    h2 {
        padding: inherit;
    }

    #mediaplayer {
        width: auto;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .divPlay {
        width: 80px;
        height: 80px;
        top: 45%;
    }

    span.sel-retail {
        font-size: 1.5rem;
    }

    .static-text {
        font-size: 2rem;
    }
}

/* laptops with 4k resolution and width 2560px and up */
@media only screen and (min-width: 1915px) {
    .static-text {
        margin-top: 5rem;
    }
}

@media only screen and (min-width: 2299px) {
    .static-text {
        margin-top: 3rem;
        font-size: 3rem;
    }

    span.sel-retail {
        font-size: 1.5rem;
    }

    .navbar-brand-style {
        height: 12rem;
    }

        .navbar-brand-style img {
            height: 14rem;
        }
}

@media only screen and (min-width: 2560px) {
    /*body {
        background: linear-gradient(rgba(255,255,255,.94), rgba(255,255,255,.9)),url('../Images/abiretailhub.png') no-repeat 4% 8%;
    }*/

    .container {
        max-width: 1928px;
    }
}
/* Media queries */

