﻿body {
    background: rgba(235,235,235,1);
    background: -moz-linear-gradient(left, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 39%, rgba(245,245,245,1) 80%, rgba(252,252,252,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(235,235,235,1)), color-stop(39%, rgba(255,255,255,1)), color-stop(80%, rgba(245,245,245,1)), color-stop(100%, rgba(252,252,252,1)));
    background: -webkit-linear-gradient(left, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 39%, rgba(245,245,245,1) 80%, rgba(252,252,252,1) 100%);
    background: -o-linear-gradient(left, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 39%, rgba(245,245,245,1) 80%, rgba(252,252,252,1) 100%);
    background: -ms-linear-gradient(left, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 39%, rgba(245,245,245,1) 80%, rgba(252,252,252,1) 100%);
    background: linear-gradient(to right, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 39%, rgba(245,245,245,1) 80%, rgba(252,252,252,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#fcfcfc', GradientType=1 );
}

.show {
    display: block;
}

.hide {
    display: none;
}

a:link {
    text-decoration: none;
}

.container-banner {
    background: rgba(57,73,88,1);
    background: -moz-linear-gradient(left, rgba(57,73,88,1) 0%, rgba(57,73,88,1) 32%, rgba(86,101,115,1) 73%, rgba(57,73,88,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57,73,88,1)), color-stop(32%, rgba(57,73,88,1)), color-stop(73%, rgba(86,101,115,1)), color-stop(100%, rgba(57,73,88,1)));
    background: -webkit-linear-gradient(left, rgba(57,73,88,1) 0%, rgba(57,73,88,1) 32%, rgba(86,101,115,1) 73%, rgba(57,73,88,1) 100%);
    background: -o-linear-gradient(left, rgba(57,73,88,1) 0%, rgba(57,73,88,1) 32%, rgba(86,101,115,1) 73%, rgba(57,73,88,1) 100%);
    background: -ms-linear-gradient(left, rgba(57,73,88,1) 0%, rgba(57,73,88,1) 32%, rgba(86,101,115,1) 73%, rgba(57,73,88,1) 100%);
    background: linear-gradient(to right, rgba(57,73,88,1) 0%, rgba(57,73,88,1) 32%, rgba(86,101,115,1) 73%, rgba(57,73,88,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394958', endColorstr='#394958', GradientType=1 );
    min-height: 20rem;
}

.banner-mobile {
    visibility: hidden;
    display: none;
}

.banner-desktop {
    visibility: visible;
    display: block;
}

.dealDBox {
    border: 2px solid #C91F1F;
    -webkit-box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.75);
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 1px none #212121;
}

.layout-4 {
    position: relative;
    background: linear-gradient(to right, #f9f8f8 0%, #ffffff 100%);
}

.banner-Deal {
    max-width: 25rem;
    color: #f9f8f8;
    background-color: #C91F1F;
    padding: 2.3rem;
    margin: 4rem;
}

    .banner-Deal h2 {
        font-size: 2.5rem;
        font-weight: bold;
    }

.banner-Deal-box {
    top: 5rem;
    left: 50vw;
    align-items: center;
}


.box-custom-2 {
    position: relative;
    z-index: 1;
    padding: 30px 20px;
}

#submit:disabled{
    cursor: not-allowed;
}

.BannerDD {
    background-image: url(images/dealdd/banner-home2.jpg);
    background-position: -30vw 100%;
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    min-height: 23rem;
    /*background-attachment: fixed;*/
    /*top: 1vh;*/
}

.DBanner {
    position: absolute;
    /*background-color:  rgba(0, 0, 0, 0.2);*/
    background-size: 568px 398px;
    overflow: hidden;
    height: 21rem;
    width: 40vw;
    top: 20vw;
    left: 50vw;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8);
    background-position: -35vw 50%;
    transform: translateY(-50%);
    z-index: 3;
    animation: dd3 10s 2;
    animation-delay: 4s;
}

/*concetpt*/

.whoHeader {
    top: 2rem;
    position: absolute;
    -webkit-box-shadow: 10px 10px 39px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 39px -11px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 39px -11px rgba(0,0,0,0.75);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    color: white;
    font-size: 2rem;
    z-index: 3;
    background: rgba(201,31,31,1);
    max-width: 17vw;
    padding: 0.7rem;
}

.conCept {
    padding-top: 3rem;
    min-height: 32rem;
    background: rgba(57,73,88,1);
    background: -moz-linear-gradient(left, rgba(57,73,88,1) 0%, rgba(57,73,88,1) 32%, rgba(86,101,115,1) 73%, rgba(57,73,88,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57,73,88,1)), color-stop(32%, rgba(57,73,88,1)), color-stop(73%, rgba(86,101,115,1)), color-stop(100%, rgba(57,73,88,1)));
    background: -webkit-linear-gradient(left, rgba(57,73,88,1) 0%, rgba(57,73,88,1) 32%, rgba(86,101,115,1) 73%, rgba(57,73,88,1) 100%);
    background: -o-linear-gradient(left, rgba(57,73,88,1) 0%, rgba(57,73,88,1) 32%, rgba(86,101,115,1) 73%, rgba(57,73,88,1) 100%);
    background: -ms-linear-gradient(left, rgba(57,73,88,1) 0%, rgba(57,73,88,1) 32%, rgba(86,101,115,1) 73%, rgba(57,73,88,1) 100%);
    background: linear-gradient(to right, rgba(57,73,88,1) 0%, rgba(57,73,88,1) 32%, rgba(86,101,115,1) 73%, rgba(57,73,88,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394958', endColorstr='#394958', GradientType=1 );
}

.conceptDD {
    position: relative;
    min-height: 18rem;
    min-width: 18rem;
    left: -4vw;
    /*top: -10vh;*/
}



.boxConcept {
    webkit-box-shadow: 10px 10px 31px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 31px -11px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 31px -11px rgba(0,0,0,0.75);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 39%, rgba(245,245,245,1) 80%, rgba(252,252,252,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(235,235,235,1)), color-stop(39%, rgba(255,255,255,1)), color-stop(80%, rgba(245,245,245,1)), color-stop(100%, rgba(252,252,252,1)));
    background: -webkit-linear-gradient(left, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 39%, rgba(245,245,245,1) 80%, rgba(252,252,252,1) 100%);
    background: -o-linear-gradient(left, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 39%, rgba(245,245,245,1) 80%, rgba(252,252,252,1) 100%);
    background: linear-gradient(to right, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 39%, rgba(245,245,245,1) 80%, rgba(252,252,252,1) 100%);
    position: absolute;
    color: #485E72;
    margin: auto;
    z-index: 2;
    /*left: -5vw;*/
    /*top: -5vh;*/
}

    .boxConcept:hover {
        border: 2px solid #C91F1F;
    }

.img-sell {
    max-width: 50vw;
}


.headContent h2 {
    font-size: 1.5rem;
    color: #000000;
    font-weight: 100;
}

.headCon h1 {
    color: #C91F1F;
    font-size: 2rem;
    font-weight: 400;
}

.imgConcept {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 10vw;
}



.pleaseRegis {
    left: 16rem;
    /*position: absolute;*/
    background: rgba(199,36,39,1);
    background-color: #C91F1F;
    background-size: cover;
    color: #fff;
    z-index: 2;
    max-height: 18rem;
    max-width: 50vw;
    padding: 2rem;
    -webkit-box-shadow: 10px 10px 39px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 39px -11px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 39px -11px rgba(0,0,0,0.75);
}

.threeStepBox {
    position: absolute;
    -webkit-box-shadow: 10px 10px 39px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 39px -11px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 39px -11px rgba(0,0,0,0.75);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    color: white;
    font-size: 2rem;
    z-index: 3;
    background: rgba(201,31,31,1);
    max-width: 30vw;
    padding: 0.5rem;
    left: 50vw;
}

h2, h1 {
    font-size: 2rem;
}

.stepHeader {
    position: absolute;
    -webkit-box-shadow: 10px 10px 39px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 39px -11px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 39px -11px rgba(0,0,0,0.75);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    color: white;
    font-size: 2rem;
    z-index: 3;
    background: rgba(201,31,31,1);
    max-width: 17vw;
    padding: 0.5rem;
}

/*form1*/

.formHeader1 {
    left: 10vw;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: -1rem;
    top: 2rem;
}

    .formHeader1 h1 {
        font-size: 2rem;
    }

.container-form1 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    min-height: 100vh;
    background-size: cover;
    background: rgba(235,235,235,1);
    background: -moz-linear-gradient(left, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 39%, rgba(245,245,245,1) 80%, rgba(252,252,252,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(235,235,235,1)), color-stop(39%, rgba(255,255,255,1)), color-stop(80%, rgba(245,245,245,1)), color-stop(100%, rgba(252,252,252,1)));
    background: -webkit-linear-gradient(left, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 39%, rgba(245,245,245,1) 80%, rgba(252,252,252,1) 100%);
    background: -o-linear-gradient(left, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 39%, rgba(245,245,245,1) 80%, rgba(252,252,252,1) 100%);
    background: -ms-linear-gradient(left, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 39%, rgba(245,245,245,1) 80%, rgba(252,252,252,1) 100%);
    background: linear-gradient(to right, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 39%, rgba(245,245,245,1) 80%, rgba(252,252,252,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#fcfcfc', GradientType=1 );
}

.card-form-1 {
    -webkit-box-shadow: 10px 10px 39px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 39px -11px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 39px -11px rgba(0,0,0,0.75);
    padding-top: 3rem;
    max-width: 70vw;
    margin-top: 19rem;
}

#slider {
    max-width: 100%;
}

.ui-slider {
    position: relative;
    border: none;
    background: #C91F1F;
}


#slider .ui-slider-handle:hover,
#slider .ui-slider-handle:focus {
    background: #E80000;
    border: 2px solid #fff;
}

.img-render .galleryBox > div {
    display: inline-block;
    position: relative;
    width: 200px;
    min-height: 100px;
    padding: .25rem;
    border: 1px solid #808080;
    text-align: center;
    margin-bottom: .25rem;
    margin-right: .25rem;
}

.img-render .galleryBox > div img {
    max-width: 190px;
    max-height: 190px;
    display: initial;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
.ps-close-img {
    /*position: absolute;
    top: -10px;
    cursor: pointer;*/
    position: absolute;
    top: -10px;
    right: -5px;
    cursor: pointer;
}

.img-input {
    max-width: 100%;
    max-height: 13rem;
}


/*.input-imgfile {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}*/



.detialBox {
    min-height: 16rem;
}

.js--del--bullet {
    padding-left: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.button {
    background-color: transparent;
    border: 0;
    color: #fefbef;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    transition: background-color 300ms, border-color 300ms, box-shadow 150ms;
    width: 100%;
    max-width: 4vw;
    cursor: pointer;
}

    .button:focus {
        outline: none;
    }

    .button:active {
        transform: scale(0.98);
        transition: none;
    }

.button--primary.button--solid:focus, .button--primary.button--hollow:focus {
    box-shadow: 0 0 0 3px #fefbef, 0 0 0 5px #C91F1F;
}

.background--dark .button--primary.button--solid:focus, .background--dark .button--primary.button--hollow:focus {
    box-shadow: 0 0 0 3px #403f3c, 0 0 0 5px #C91F1F;
}

.button--primary.button--solid {
    background-color: #C91F1F;
}

    .button--primary.button--solid:hover {
        background-color: #ff635a;
    }

    .button--primary.button--solid:active {
        background-color: #ff1f12;
    }

    .button--primary.button--solid[disabled]:hover {
        background-color: #C91F1F !important;
    }

.button--primary.button--hollow {
    color: #C91F1F;
    border: 3px solid #C91F1F;
}

    .button--primary.button--hollow:hover {
        border-color: #ff635a;
        color: #ff635a;
    }

    .button--primary.button--hollow:active {
        border-color: #ff1f12;
        color: #ff1f12;
    }

    .button--primary.button--hollow[disabled]:hover {
        color: #C91F1F;
        border: 3px solid #C91F1F;
    }

.button--tertiary.button--hollow {
    color: #808080;
    border: 3px solid #808080;
}

    .button--tertiary.button--hollow:hover {
        border-color: #929292;
        color: #929292;
    }

    .button--tertiary.button--hollow:active {
        border-color: #6e6e6e;
        color: #6e6e6e;
        transform: scale(0.98);
        transition: none;
    }

    .button--tertiary.button--hollow[disabled]:hover {
        color: #808080;
        border: 3px solid #808080;
    }

.background--dark .button--tertiary.button--hollow {
    color: #939393;
    border: 3px solid #939393;
}

    .background--dark .button--tertiary.button--hollow:hover {
        border-color: #b6b6b6;
        color: #b6b6b6;
    }

    .background--dark .button--tertiary.button--hollow:active {
        border-color: #4a4a4a;
        color: #4a4a4a;
    }

    .background--dark .button--tertiary.button--hollow[disabled]:hover {
        color: #939393;
        border: 3px solid #939393;
    }

.button--medium {
    min-width: 8rem;
    border-radius: 0.75rem;
    min-height: 2.5rem;
}

    .button--medium.button--icon [class^="icon-"] {
        height: 1rem;
        margin-right: 0.3rem;
        position: relative;
        top: 0.125rem;
        width: 1rem;
    }

.conceptMobile {
    display: none;
}

@media (min-width: 37.5em) {
    .action-row {
        display: flex;
        flex-direction: row-reverse;
    }
}

.action-row .button:first-of-type {
    margin-right: 0;
}



@media only screen and (max-width: 1100px) {

    .banner-mobile {
        visibility: hidden;
        display: none;
    }

    .banner-desktop {
        visibility: visible;
        display: block;
    }

    .banner-Deal {
        min-width: 23rem;
    }

    .BannerDD {
        min-height: 19rem;
    }

    .whoHeader {
        left: 4vw !important;
        margin-top: -1rem;
    }

    .formHeader1 {
        left: 5vw;
        margin-top: -1rem;
    }

    .card-form-1 {
        max-width: 80vw;
    }

    .conceptDD {
        min-height: 16rem;
        min-width: 16rem;
    }

    .stepHeader {
        max-width: 23vw;
    }

    .conCept {
        min-height: 30rem;
    }
}


/*Mobile*/
@media only screen and (max-width: 600px) {
    body {
        font-size: 16px !important;
    }

    .banner-mobile {
        visibility: visible;
        display: block ;
    }

    .banner-desktop {
        visibility: hidden;
        display: none;
    }

    .BannerDD {
        min-height: 17rem;
        background-position: -70vw 100%;
    }

    .banner-Deal-box, .DBanner {
        left: 5vw;
        width: 90vw;
    }

    .DBanner {
        top: 12rem;
        height: 18rem;
    }

    .dealDBox {
        max-width: 100vw;
    }

    .banner-Deal {
        max-width: 100vw;
    }

    .card-body {
        padding: 0px;
    }

    .card-form-1 {
        max-width: 92vw;
    }

    .formHeader1 {
        left: 3vw;
        margin-top: -3rem;
    }

    .stepHeader {
        max-width: 80vw;
    }

    .banner-Deal-Logo {
        margin-top: 3rem;
    }

    .conceptDD {
        position: relative;
        min-width: 18rem;
        left: 10vw;
        top: 5rem;
    }

    .boxConcept {
        width: 80%;
    }

    .imgConcept {
        max-width: 28vw;
    }

    .whoHeader {
        max-width: 100vw !important;
        left: 10vw;
        margin-top: 0;
    }

    .container-banner {
        min-height: 21.5rem;
    }

    .conCept {
        display: none;
    }


    .conceptMobile {
        display: block;
        background: rgba(254,254,254,1);
        background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 0%, rgba(74,94,112,1) 7%, rgba(57,73,88,1) 30%, rgba(57,73,88,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(0%, rgba(226,226,226,1)), color-stop(7%, rgba(74,94,112,1)), color-stop(30%, rgba(57,73,88,1)), color-stop(100%, rgba(57,73,88,1)));
        background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 0%, rgba(74,94,112,1) 7%, rgba(57,73,88,1) 30%, rgba(57,73,88,1) 100%);
        background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 0%, rgba(74,94,112,1) 7%, rgba(57,73,88,1) 30%, rgba(57,73,88,1) 100%);
        background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 0%, rgba(74,94,112,1) 7%, rgba(57,73,88,1) 30%, rgba(57,73,88,1) 100%);
        background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 0%, rgba(74,94,112,1) 7%, rgba(57,73,88,1) 30%, rgba(57,73,88,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#394958', GradientType=0 );
        position: relative;
        color: #485E72;
        margin: auto;
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    .imgConceptMobile {
        max-width: 15vw;
        max-height: 15vw;
    }

    .conceptBoxMobile:hover {
        background: rgba(254,254,254,1);
        background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 0%, rgba(74,94,112,1) 4%, rgba(72,89,105,1) 49%, rgba(57,73,88,1) 84%, rgba(57,73,88,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(0%, rgba(226,226,226,1)), color-stop(4%, rgba(74,94,112,1)), color-stop(49%, rgba(72,89,105,1)), color-stop(84%, rgba(57,73,88,1)), color-stop(100%, rgba(57,73,88,1)));
        background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 0%, rgba(74,94,112,1) 4%, rgba(72,89,105,1) 49%, rgba(57,73,88,1) 84%, rgba(57,73,88,1) 100%);
        background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 0%, rgba(74,94,112,1) 4%, rgba(72,89,105,1) 49%, rgba(57,73,88,1) 84%, rgba(57,73,88,1) 100%);
        background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 0%, rgba(74,94,112,1) 4%, rgba(72,89,105,1) 49%, rgba(57,73,88,1) 84%, rgba(57,73,88,1) 100%);
        background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 0%, rgba(74,94,112,1) 4%, rgba(72,89,105,1) 49%, rgba(57,73,88,1) 84%, rgba(57,73,88,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#394958', GradientType=0 );
    }

    .button--tertiary, .button--primary {
        font-size: 1.1rem;
    }
}

.shadowed {
    -webkit-filter: drop-shadow(2px 2px 2px #222);
    filter: drop-shadow(2px 2px 2px #222);
}


/* fadeinUp */
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 0.7s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

/* CheckBOx */
.checkbox {
    display: table;
    width: 100%;
}

.checkbox__input-wrapper {
    display: table-cell;
    padding-right: 0.5rem;
}

.checkbox__label {
    display: table-cell;
    width: 100%;
    cursor: pointer;
    vertical-align: middle;
}

.checkbox__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    background: transparent;
    border: 1px solid;
    border-color: #d9d9d9;
    border-radius: 4px;
    width: 18px;
    height: 18px;
    box-shadow: 0 0 0 0 #C91F1F inset;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    vertical-align: -4px;
    outline: 0;
    position: relative;
}

    .checkbox__input:checked {
        border: none;
        border-color: #C91F1F;
        box-shadow: 0 0 0 10px #C91F1F inset;
    }

    .checkbox__input:after {
        width: 10px;
        height: 8px;
        margin-left: -5px;
        margin-top: -4px;
        border-radius: 4px;
        background: url(https://cdn.shopify.com/s/assets/checkout/checkbox-tick-66a9a39f70a44a226223ef4c61a701d2d10afaa73ba8846a509fbe58a82f3f36.svg);
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: scale(0.2);
        opacity: 0;
        transition: all 0.2s ease-in-out 0.1s;
    }

    .checkbox__input:checked:after {
        transform: scale(1);
        opacity: 1;
    }


/*popOver*/
.popOver {
    margin: 0.5rem;
}

.popOver p{
    margin: 0;
}

.popOver .sub {
    color: #E30000;
}

.popOver ul {
    list-style-type: none;
    padding-left: 0px;
    margin: 0rem;
}

.popOver ul li:before {
    content: '';
    display: inline-block;
    height: 15px;
    width: 15px;
    background-size: 15px;
    background-image: url(/images/icon/ulRight.jpg);
    background-repeat: no-repeat;
    margin-right: 5px;
}

input[readonly] {
    cursor: pointer;
}

.popOver hr {
    margin: 0px;
    padding: 0px;
}

/*addPromo*/
.promoDel {
    vertical-align: baseline;
    height: 1rem;
    width: 1.7rem;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.numPromo {
    padding: 6px 12px;
}

.numPromoAdd {
    color: white;
}

.add-img h1 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.add-img {
    max-width: 25rem;
    position: relative;
    text-align: center;
    color: #96AFB3;
    opacity: 1;
}

.add-img:hover {
    opacity: 0.7;
}

/*switch*/

.switcher input[type=checkbox] {
    position: absolute;
    height: 0;
    width: 0;
    z-index: 2;
    visibility: hidden;
}

.switcher label {
    cursor: pointer;
    text-indent: -9999px;
    width: 2.2rem;
    height: 1.2rem;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

    .switcher label:before {
        content: '';
        position: absolute;
        top:1px;
        left: 1px;
        width: 1.1rem;
        height: 1.1rem;
        background: #fff;
        border-radius: 90px;
        transition: 0.3s;
    }

.switcher input:checked + label {
    background: #bada55;
}

.switcher input:checked + label:before{
    left: calc(100% - 3px);
    transform: translateX(-100%);
}

.switcher label:active:before {
    width: 15px;
}

.inputPercent {
    min-width: 2rem;
}

/*Mobile*/
@media only screen and (max-width: 600px) {
    .banner-mobile {
        visibility: visible;
        display: block;
    }

    .banner-desktop {
        visibility: hidden;
        display: none;
    }

    .BannerDD {
        min-height: 17rem;
        background-position: -70vw 100%;
    }

    .banner-Deal-box, .DBanner {
        left: 5vw;
        width: 90vw;
    }

    .DBanner {
        top: 12rem;
        height: 18rem;
    }

    .dealDBox {
        max-width: 100vw;
    }

    .banner-Deal {
        max-width: 100vw;
    }

    .card-body {
        padding: 0px;
    }

    .card-form-1 {
        max-width: 92vw;
    }

    .formHeader1 {
        left: 19vw;
        margin-top: -0.5rem;
    }

    .stepHeader {
        max-width: 60vw;
    }

    .banner-Deal-Logo {
        margin-top: 3rem;
    }

    .conceptDD {
        position: relative;
        min-width: 18rem;
        left: 10vw;
        top: 5rem;
    }

    .boxConcept {
        width: 80%;
    }

    .imgConcept {
        max-width: 28vw;
    }

    .whoHeader {
        max-width: 100vw !important;
        left: 10vw;
        margin-top: 0;
    }

    .container-banner {
        min-height: 21.5rem;
    }

    .conCept {
        display: none;
    }


    .conceptMobile {
        display: block;
        background: rgba(254,254,254,1);
        background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 0%, rgba(74,94,112,1) 7%, rgba(57,73,88,1) 30%, rgba(57,73,88,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(0%, rgba(226,226,226,1)), color-stop(7%, rgba(74,94,112,1)), color-stop(30%, rgba(57,73,88,1)), color-stop(100%, rgba(57,73,88,1)));
        background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 0%, rgba(74,94,112,1) 7%, rgba(57,73,88,1) 30%, rgba(57,73,88,1) 100%);
        background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 0%, rgba(74,94,112,1) 7%, rgba(57,73,88,1) 30%, rgba(57,73,88,1) 100%);
        background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 0%, rgba(74,94,112,1) 7%, rgba(57,73,88,1) 30%, rgba(57,73,88,1) 100%);
        background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 0%, rgba(74,94,112,1) 7%, rgba(57,73,88,1) 30%, rgba(57,73,88,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#394958', GradientType=0 );
        position: relative;
        color: #485E72;
        margin: auto;
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    .imgConceptMobile {
        max-width: 15vw;
        max-height: 15vw;
    }

    .conceptBoxMobile:hover {
        background: rgba(254,254,254,1);
        background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 0%, rgba(74,94,112,1) 4%, rgba(72,89,105,1) 49%, rgba(57,73,88,1) 84%, rgba(57,73,88,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(0%, rgba(226,226,226,1)), color-stop(4%, rgba(74,94,112,1)), color-stop(49%, rgba(72,89,105,1)), color-stop(84%, rgba(57,73,88,1)), color-stop(100%, rgba(57,73,88,1)));
        background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 0%, rgba(74,94,112,1) 4%, rgba(72,89,105,1) 49%, rgba(57,73,88,1) 84%, rgba(57,73,88,1) 100%);
        background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 0%, rgba(74,94,112,1) 4%, rgba(72,89,105,1) 49%, rgba(57,73,88,1) 84%, rgba(57,73,88,1) 100%);
        background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 0%, rgba(74,94,112,1) 4%, rgba(72,89,105,1) 49%, rgba(57,73,88,1) 84%, rgba(57,73,88,1) 100%);
        background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 0%, rgba(74,94,112,1) 4%, rgba(72,89,105,1) 49%, rgba(57,73,88,1) 84%, rgba(57,73,88,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#394958', GradientType=0 );
    }

    .button--tertiary, .button--primary {
        font-size: 1.1rem;
    }

    .offSetForm {
        margin-left: 1rem;
        margin-top: 1rem;
    }

    .smAnd {
        display: none;
    }

    .priceSmallTitle {
        min-width: 170px;
    }

    ul {
        padding-left: 2rem;
    }

    .img-fluid {
        max-width: 100%;
        height: auto;
        left: 0;
    }

    .add-img h1 {
        font-size: 1.6rem;
    }
}