/*--------------*/

.Addnew {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0297a5;
}

.background {

    width: 100%;
    height: 100%;
}


.close {
    z-index: 999999 !important;
    pointer-events: none !important;
    pointer-events: auto !important;
    padding: 15px !important;
    width: 40px;
    position: absolute;
    right: 0;
    padding: 15px !important;
    top: 3% !important;
    cursor: pointer;
}

.close>img {

    height: auto;
    width: 100%;
}

.video_close {

    pointer-events: auto !important;
    padding: 15px !important;
    width: 40px;
    position: absolute;
    right: 0;
}

.video_close>img {

    height: auto;
    width: 100%;
}

.BuyRight,
.StoreRight,
.UseItUp,
.PassItOn,
.RecycleTheRest {
    pointer-events: auto !important;
    z-index: 999999 !important;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}


.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    position: absolute;
}

.port {
    display: none;
}

.land {
    display: block;
}

.rightSide,
.headerInner,
.WrapperInner,
.leftSide,
.rightSide,
.keepPainttxt,
.recycleresttxt,
.paintBucket,
.recylewithtxt,
.paintCaretxt,
.sectionwrapper,
.paintSmarterTxt,
.bottomContainer,
.learnomrecta,
.buttonContainer,
.buttonSet,
.findAPaintcareCta,
.leftpanel,
.rightpanel,
.rightTxt {
    position: static;
}

.mainWrapper {
    width: 100%;
    /* height: calc(100% - 40px); */
    height: 100%;
    background: url('./images/blueBackground.jpg');
    background-size: cover;
    z-index: 999;
    position: relative;
    overflow: hidden;
    bottom: 0;
}

.WrapperInner {
    width: 100%;
    height: 100%;
    text-align: center;
    /* background: url('blueBackground.jpg');
    background-size: cover;*/
}

.clearfix {
    clear: both;
}

.headerInner {
    width: 100%;
    height: 9%;
    /* background: #fff;
    -webkit-box-shadow: 0 8px 6px -6px #868686 !important;
    -moz-box-shadow: 0 8px 6px -6px #868686 !important;
    box-shadow: 0 8px 6px -6px #868686 !important;*/
}

.logoimg {
    z-index: 99 !important;
    position: absolute;
    height: 15%;
    width: 100%;
    overflow: hidden;
}

.logoimg img {
    height: 100%;
    width: auto !important;
}

/*.circle {
    background: #fff;
    position: absolute;
    width: 6%;
    height: 12%;
    border-radius: 50%;
    left: 5%;
    top: 1%;
    z-index: 0;
    -webkit-box-shadow: 0 8px 6px -6px #868686 !important;
    -moz-box-shadow: 0 8px 6px -6px #868686 !important;
    box-shadow: 0 8px 6px -6px #868686 !important;
}
*/
.wrappermain {
    width: 100%;
}

.leftSide {
    width: 50%;
    float: left;
}

.rightSide {
    width: 50%;
    float: left;
}

.rightTxt {
    width: 50%;
    float: left;
}

.paintBucketPort {
    width: 50%;
    float: left;
    position: static;
    text-align: right;
    margin-top: -1%;
}

.paintBucketPort img {
    width: 50%;
}

.keepPainttxt {
    width: 67%;
    margin: 14% auto 0% auto;
    float: left;
}

.recycleresttxt {
    width: 46%;
    margin: 0% auto 0% 10%;
    float: left;
}

.keepPainttxt img,
.recycleresttxt img,
.leftSide img,
.recylewithtxt img,
.paintCaretxt img,
.learnomrecta img,
.findAPaintcareCta img {

    width: 100%;
}

.paintBucket {
    position: relative;
    width: 62%;
    float: right !important;
    top: 20%;

}

.recylewithtxt {
    margin: 0.7% auto 0% auto;
    width: 22%;
}

.sectionwrapper {
    width: 100%;

    position: static;
}

.paintCaretxt {
    width: 60%;
    margin: 0% 0% 0% 0%;
}

.learnomrecta {
    width: 25%;
    float: left;

    margin-left: -0.7%;
}

.greenArrowBar {
    position: absolute;
    background: #0297a5;
    border: 6px solid #9ac82b;
    border-top: 0;
    width: 100%;

}

.greenArrowBar:after,
.greenArrowBar:before {
    top: 99%;
    left: 50%;
    border: 1px solid #520b0b00;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.greenArrowBar:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #0297a5;
    border-width: 30px;
    /* margin-left: -35px;*/
    top: -1px;
    transform: translate(-57%, 0%);

}

.greenArrowBar:before {
    border-color: rgba(7, 24, 35, 0);
    border-top-color: #9ac82b;
    border-width: 39px;
    /* margin-left: -44px;*/
    transform: translate(-56%, 0%);
}

.paintSmarterTxt {
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 4%;
}

.paintSmarterTxt img {
    width: 30%;
}

.bottomContainer {
    width: 100%;
    height: 100%;
    background: #fff;
}

.buttonContainer {
    width: 85%;
    height: auto;
    margin: 0 auto;
    clear: both;
}

.buttonSet {
    padding: 1.2% 1% 0.8% 1%;
    width: 15%;
    border-radius: 10px;
    float: left;
    margin: 1%!important;
}

.buttonSet img {
    width: 80%;
}

.BuyRight {
    background-color: #00b9d4;
    border: 5px solid #00b9d4;
}

.StoreRight {
    background-color: #95c527;
    border: 5px solid #95c527;
}

.UseItUp {
    background-color: #688831;
    border: 5px solid #688831;
}

.PassItOn {
    background-color: #f6ce00;
    border: 5px solid #f6ce00;
}

.RecycleTheRest {
    background-color: #f79216;
    border: 5px solid #f79216;
}

.BuyRight.active {
    background-color: #fff;
    border: 5px solid #00b9d4;
    z-index: 999999 !important;
}

.StoreRight.active {
    background-color: #fff;
    border: 5px solid #95c527;
    z-index: 999999 !important;
}

.UseItUp.active {
    background-color: #fff;
    border: 5px solid #688831;
    z-index: 999999 !important;
}

.PassItOn.active {
    background-color: #fff;
    border: 5px solid #f6ce00;
    z-index: 999999 !important;
}

.RecycleTheRest.active {
    background-color: #fff;
    border: 5px solid #f79216;
    z-index: 999999 !important;
}


.buttonSet.active {
    position: relative;

}

.buttonSet.active:after,
.buttonSet.active:before {
    top: 100%;
    left: 50%;
    border: 1px solid #520b0b00;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.buttonSet.active:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 19px;
    transform: translate(-50%);
    top: 98%;

}

.buttonSet.active:before {
    border-color: rgba(7, 24, 35, 0);
    border-top-color: #00b9d4;
    border-width: 25px;
    transform: translate(-50%);

}


.btn1.active:after {
    border-top-color: #fff;
}

.btn1.active:before {
    border-top-color: #00b9d4;
}

.btn2.active:after {
    border-top-color: #fff;
}

.btn2.active:before {
    border-top-color: #95c527;
}

.btn3.active:after {
    border-top-color: #fff;
}

.btn3.active:before {
    border-top-color: #688831;
}

.btn4.active:after {
    border-top-color: #fff;
}

.btn4.active:before {
    border-top-color: #f6ce00;
}

.btn5.active:after {
    border-top-color: #fff;
}

.btn5.active:before {
    border-top-color: #f79216;
}



.footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #0096a1;
    border-top: 6px solid #9bc12f;

}

.findAPaintcareCta {
    width: 14%;
    margin: 0 auto !important;
    position: relative;

    z-index: 999999 !important;
}



/* Swiper */
.swiper-container {
    width: 100%;
    height: 100%;
}

.leftpanel,
.rightpanel {
    float: left;
    text-align: center;
}

.leftpanel {
    width: 50%;
}

.rightpanel {
    width: 40%;
}

.leftpanel img {
    width: 90%;
}

.rightpanel img {
    width: 100%;
}

.slide1img {
    width: 75% !important;
}

.slideWrapper {
    width: 80%;
    position: relative;
    padding: 2.5% 0%;
    margin: 0 auto;
}

.swiper-pagination-bullet {
    border-radius: 0% !important;
}

.swiper-pagination-bullet-active {
    background: #95c527 !important;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    width: 45px !important;
    height: 45px !important;
    background-size: 22px 25px !important;
}

.swiper-button-prev {
    top: 8%;
    left: 10%;
    background-image: url(./images/arrowLeft.png) !important;
    outline: none;
}

.swiper-button-next {
    top: 8%;
    right: 10%;
    background-image: url(./images/arrowRight.png) !important;
    outline: none;
}



@media only screen and (orientation: landscape) {

    .swiper-button-prev,
    .swiper-button-next,
    .swiper-pagination {
        display: none !important;
    }
}




@media screen and (max-width: 1024px) and (min-width: 1024px) and (orientation : landscape) {

    .recylewithtxt,
    .sectionwrapper,
    .paintSmarterTxt,
    .buttonContainer {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }

    .bottomContainer {
        margin-top: -5%;
    }

}

@media only screen and (max-width: 1024px) and (orientation: landscape) {

    .greenArrowBar:before {
        border-width: 25px;
        transform: translate(-56%, 0);
    }

    .greenArrowBar:after {
        border-width: 20px;
        transform: translate(-56%, 0);
    }

    .buttonSet {
        padding: 1.5% 0% 1% 0%
    }

    .buttonSet img {
        width: 100%;
    }

    .BuyRight.active {
        border: 4px solid #00b9d4;
    }

    .StoreRight.active {
        border: 4px solid #95c527;
    }

    .UseItUp.active {
        border: 4px solid #688831;
    }

    .PassItOn.active {
        border: 4px solid #f6ce00;
    }

    .RecycleTheRest.active {
        border: 4px solid #f79216;
    }

    .buttonSet.active:before {
        border-width: 15px;
    }

    .buttonSet.active:after {
        border-width: 10px;
    }



}

@media only screen and (max-width: 899px) and (min-width: 630px) and (orientation: landscape) {

    .paintBucketPort img {
        width: 70%;
    }

    .rightTxt {
        width: 55%;
        margin-left: 50%;
        position: absolute;
    }
    .paintCaretxt {
        width: 60%;
        margin: 2% 0% 0% 2%;
    }
    .learnomrecta {
        margin-left: 2.3%;
    }

    .recylewithtxt {
        width: 18%;
    }

    .close {
        z-index: 999999 !important;
        pointer-events: none !important;
        left: 93% !important;
        pointer-events: auto !important;
        padding: 15px !important;
    }

    .close>img {

        height: auto;
        width: 100%;
    }

    .video_close {

        pointer-events: none !important;
        left: 93% !important;
        pointer-events: auto !important;
        padding: 15px !important;
    }

    .video_close>img {

        height: auto;
        width: 100%;
    }

    .bottomContainer {
        margin-top: 2%;
    }
    .paintBucketPort {
        width: 45%;
        margin-left: 6%;
    }
    .paintSmarterTxt {
        padding-top: 5%;
     }


}



@media only screen and (max-width: 640px) and (orientation: landscape) {

    .paintBucketPort img {
        width: 32%;
    }
    .paintSmarterTxt{
        padding-top: 8%;
    }

    .rightTxt {
        width: 30%;
    }

    .recylewithtxt {
        width: 15%;
    }

    .findAPaintcareCta {
        width: 10%;
    }

    .greenArrowBar:before {
        border-width: 20px;

    }

    .buttonSet {
        padding: 1% 2.2% 0.8%;
        border-radius: 5px;
    }

    .greenArrowBar {
        top: -6px;
    }

    .greenArrowBar:after {
        border-width: 15px;
    }

    .paintSmarterTxt {
        margin-top: 0.5%;
    }

    .paintSmarterTxt img {
        width: 14% !important;
    }

    .buttonSet {
        margin: 0% 1% 0% 1%;
        width: 11%;
    }

    .rightpanel {
        width: 35%;
    }

    .leftpanel img {
        width: 80%;
    }


    .close {
        z-index: 999999 !important;
        pointer-events: none !important;
        left: 90% !important;
        pointer-events: auto !important;
        padding: 10px !important;
    }

    .close>img {

        height: auto;
        width: 100%;
    }

    .paintSmarterTxt img {
        width: 30% !important;
    }




}

@media only screen and (max-width: 590px) and (orientation: landscape) {


    .close {
        z-index: 999999 !important;
        pointer-events: none !important;
        left: 88% !important;
        pointer-events: auto !important;
        padding: 15px !important;
        padding-top: 0px !important;
    }

    .close>img {

        height: auto;
        width: 100%;
    }

    .video_close {

        pointer-events: none !important;
        left: 94% !important;
        pointer-events: auto !important;
        padding: 15px !important;
    }

    .video_close>img {

        height: auto;
        width: 100%;
    }

}


@media only screen and (orientation: portrait) {
    .swiper-container {
        overflow: visible;
    }

    .swiper-button-prev,
    .swiper-button-next,
    .swiper-pagination {
        display: block !important;
    }

    .port {
        display: block;
    }

    .land {
        display: none;
    }

    .logoimg {
        z-index: 99 !important;
        position: absolute;
        height: 12%;
        width: auto;
        left: -12%;
    }

    .leftpanel {
        margin-top: 3%;
    }

    .leftpanel img {
        width: 100%;
        margin-top: 5%;
    }

    .leftSide,
    .rightSide {
        width: 100%;
    }

    .leftSide {
        position: absolute;
        left: 0;
        bottom: 25%;
    }

    .keepPainttxt {
        width: 85%;
        /*  margin: 14% 0% auto 0%;*/
        float: none;
    }

    .recycleresttxt {
        width: 50%;
        margin: 0 auto 0 auto;
        float: none;
    }

    .paintBucket {
        width: 70%;
        left: 15%;
        float: none !important;
    }

    .paintCaretxt {
        width: 90%;
        float: none !important;
    }


    .recylewithtxt {
        margin: 5% auto 0;
        width: 40%;
    }

    .paintBucketPort img {
        width: 90%;
    }

    .learnomrecta {
        width: 45%;
    }

    .greenArrowBar:after {
        border-width: 14px;
    }

    .greenArrowBar:before {
        border-width: 20px;
    }

    .buttonSet {
        padding: 3% 2.8% .8%;
        width: 48%;
        border-radius: 6px;
        margin: 2.5% 1% 1%;
    }

    .paintSmarterTxt img {
        width: 50% !important;
    }

    /* .RecycleTheRest{float:none; clear:both; margin: 2% auto;}*/
    .bottomContainer {
        margin-top: 5%;
    }

    .findAPaintcareCta {
        width: 45%;
    }

    .buttonSet img {
        width: 95%;
    }

    .leftpanel,
    .rightpanel {
        width: 100%;
    }

    .buttonSet.active:before {
        border-width: 17px;
    }

    .buttonSet.active:after {
        border-width: 13px;
    }

    .BuyRight {
        border: 4px solid #00b9d4;
    }

    .StoreRight {
        border: 4px solid #95c527;
    }

    .UseItUp {
        border: 4px solid #688831;
    }

    .PassItOn {
        border: 4px solid #f6ce00;
    }

    .RecycleTheRest {
        border: 4px solid #f79216;
    }

    .BuyRight.active {
        border: 4px solid #00b9d4;
    }

    .StoreRight.active {
        border: 4px solid #95c527;
    }

    .UseItUp.active {
        border: 4px solid #688831;
    }

    .PassItOn.active {
        border: 4px solid #f6ce00;
    }

    .RecycleTheRest.active {
        border: 4px solid #f79216;
    }

    .slideWrapper .buttonSet {
        float: none;
        margin: 2% auto;
        left: 25%;
    }

    .swiper-container {
        overflow: visible;
    }

    .swiper-pagination {
        bottom: -6% !important;
    }

    .close {
    z-index: 999999 !important;
    pointer-events: none !important;
    left: 83% !important;
    pointer-events: auto !important;
    padding: 15px !important;
    padding-top: 0px !important;
}

    .close>img {

        height: auto;
        width: 100%;
    }

    .video_close {

        pointer-events: none !important;
        left: 87% !important;
        pointer-events: auto !important;
        padding: 15px !important;
    }

    .video_close>img {

        height: auto;
        width: 100%;
    }

    

    .btn5 {
        margin-top: 10%;

    }

    .RecycleTheRest {
        margin-top: 2%;
        margin-left: 28%;

    }


}


@media only screen and (max-width: 768px) and (orientation:portrait) {
    
    /*.WrapperInner {
         position: absolute;
        top: 17%; 
    }*/
    
    .recylewithtxt {
        margin: 0% auto 0;
    }

    .keepPainttxt {
        width: 70%;
    }

    .recycleresttxt {
        width: 40%;
    }

    .leftSide {
        bottom: 18%;
    }

    .buttonSet {
        padding: 2% 2.2% 0.8%;
        border-radius: 10px;
    }

    .bottomContainer {
        margin-top: 3%;
    }

    .paintSmarterTxt img {
        width: 70% !important;
    }

    .findAPaintcareCta {
        width: 30%;
    }

    .leftpanel {
        margin-top: 0%;
    }

    .slideWrapper {
        width: 95%;
    }

    .slide1img {
        width: 30% !important;
    }

    .rightpanel img {
        width: 50%;
    }

    .swiper-button-next,
    .swiper-button-prev {
        background-size: 42px 45px !important;
    }

    .leftpanel img {
        margin-top: 5%;
    }

    .rightpanel {
        margin-top: 2%;
    }
}

@media (max-width: 414px) {

    .keepPainttxt {
        width: 78%;
    }

    .recycleresttxt {
        width: 53%;
    }

    .buttonSet {
        padding: 1% 1.2% 0.8%;
        border-radius: 6px;
    }

    .slideWrapper {
        width: 100%;
    }

    .slide1img {
        width: 50% !important;
    }

    .rightpanel img {
        width: 70%;
    }

    .rightpanel {
        margin-top: 3%;
    }

    .swiper-button-next,
    .swiper-button-prev {
        background-size: 22px 25px !important;
    }

    .buttonContainer {
        width: 89%;
        height: auto;
    }

    .leftpanel img {
        margin-top: 3%;
    }

   

}



@media only screen and (max-width: 400px) {

    .headerInner {
        width: 100%;
        height: 12%;
    }

}

@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation: portrait) {
    .headerInner {
        width: 100%;
        height: 17%;
    }

}


@media screen and (min-width: 798px) and (max-width: 798px) and (orientation: landscape),
screen and (min-height: 332px) and (max-height: 332px) and (orientation: landscape) {

    .sectionwrapper {
        width: 1% !important;
        position: static !important;
        margin-bottom: -5% !important;
    }

}

/*iPhone 6s+*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {

    .buttonContainer {
        width: 87.2%;
        height: auto;
    }


}


/*iPhone XSMax*/
@media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 3) and (orientation: portrait) {

    .buttonContainer {
        width: 87.6%;
        height: auto;
    }

    .headerInner {
        width: 100%;
        height: 17%;
    }
}

@media screen and (max-width: 808px) and (min-width: 808px) and (orientation : landscape) {

    .recylewithtxt,
    .sectionwrapper,
    .paintSmarterTxt {
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        transform: scale(0.95);
    }

    .sectionwrapper {
        margin-bottom: 4%;
    }

    .buttonContainer {
        -webkit-transform: scale(.85);
        -moz-transform: scale(.85);
        transform: scale(.85);
    }


    .headerInner {
        width: 100%;
        height: 17%;
    }

}

@media screen and (max-width: 736px) and (min-width: 736px) and (orientation : landscape) {

    .recylewithtxt,
    .sectionwrapper,
    .paintSmarterTxt {
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        transform: scale(0.95);
    }

    .sectionwrapper {
        margin-bottom: 4%;
    }

    .buttonContainer {
        -webkit-transform: scale(.85);
        -moz-transform: scale(.85);
        transform: scale(.85);
    }


    .headerInner {
        width: 100%;
        height: 17%;
    }

}

@media only screen and (max-width: 600px) and (orientation : landscape) {
    .bottomContainer {
        margin-top: 2%;
    }

    .paintSmarterTxt img {
        width: 30% !important;
    }

    .buttonSet {
        padding: 1% 0.2% 0.8%;
        border-radius: 3px;
        box-sizing: border-box;
        width: 18%;
    }

    .greenArrowBar {
        top: -5px;
    }
    .paintSmarterTxt{
        padding-top: 5%;
    }

    .findAPaintcareCta {
        width: 16%;
    }

    .buttonContainer {
        margin: 0% auto;
    }

    .rightpanel img {
        width: 100%;
    }

    .slide1img {
        width: 80% !important;
    }



}


@media only screen and (max-width: 380px) and (min-width: 370px) and (orientation : portrait) {
    .bottomContainer {
        margin-top: 0%;
    }


    .paintSmarterTxt {
        padding-top: 10%;
    }

    .buttonSet {
        width: 48%;
        box-sizing: border-box;
        padding: 2% 2.2% 0.8%;
    }
    .buttonContainer {
        margin: 7% auto;
    }
    .findAPaintcareCta {
        width: 30%;
    }

    .swiper-button-prev,
    .swiper-button-next {
        top: 4.8% !important;
    }

    .headerInner {
        height: 10%;
    }

    .slide1img {
        width: 30% !important;
    }

    .rightpanel img {
        width: 50%;
    }

}



@media only screen and (max-width: 325px) and (orientation : portrait) {
    .bottomContainer {
        margin-top: 3%;
    }
    .buttonContainer {
        margin: 5% auto;
    }


    .paintSmarterTxt {
        padding-top: 8%; 
    }

    .buttonSet {
        width: 48%;
        box-sizing: border-box;
        padding: 2% 2.2% 0.8%;
    }

    .findAPaintcareCta {
        width: 30%;
    }

    .swiper-button-prev,
    .swiper-button-next {
        top: 4.8% !important;
    }

}