﻿
/*----------------- header css stop -----------------*/


.home-slider {
    position: relative;
}

.home-slideshow {
    width: 100%;
    z-index: 8;
}

    .home-slideshow .slide {
        width: 100%;
        position: relative;
        min-height: 560px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-repeat: no-repeat;
    }
/*.home-slideshow .slide:after{ position:absolute; left:0; bottom:0; width:100%; height:308px; background-image:url(../images/bannereffet.png); background-repeat:no-repeat; background-position:center; background-size:cover; content:"";}*/
.effectimg {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    bottom: 0;
    z-index: 9;
}

    .effectimg img {
        width: 100%;
    }

.home-slideshow .slide img {
    width: 100%;
}

.home-slideshow .slide .caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    text-align: left;
    z-index: 99;
}

.slidebox .slidebox_one {
    order: 2;
    position: relative;
    /* min-width: 648px; */
    min-height: 560px;
}

.slidebox .slidebox_two {
    order: 1;
    position: relative;
    min-height: 560px;
    box-sizing: border-box;
}

    .slidebox .slidebox_two .con_contant {
        position: absolute;
        left: 0;
        top: 55vh;
        -ms-transition: translate(0, -50%);
        -o-transition: translate(0, -50%);
        -moz-transition: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        box-sizing: border-box;
        padding: 0 50px;
        background-color: rgba(0, 0, 0, 0.7);
        color: #ffffff;
        padding: 2rem;
        border-radius: 30px;
    }

.slidebox .slidebox_one .banner_thumble {
    position: absolute;
    bottom: 0;
    right: 0;
}
/*.home-slideshow .slide h1{color:#f26611; font-size:60px; margin:0; font-weight:bold; line-height:1;}
.home-slideshow .slide h3{color:#fff; margin:0; font-weight:400; font-size:36px; line-height:1;}*/
.home-pager {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
}

    .home-pager span {
        display: inline-block;
        text-indent: -9999px;
        border: solid 2px #346cd1;
        border-radius: 100%;
        width: 14px;
        height: 14px;
        background-color: transparent;
        margin: 0 4px;
    }

        .home-pager span.cycle-pager-active {
            background-color: #346cd1;
            border-color: #346cd1;
        }

.home-slideshow .slide .con {
    /* max-width: 100%; */
    margin: 0;
}


    .home-slideshow .slide .con h2 {
        color: #ffffff;
        padding-bottom: 0;
        margin: 0;
        /*line-height: 60px;*/
        text-align: left;
        margin-bottom: 5px;
    }

    .home-slideshow .slide .con .btn {
        padding: 8px 24px;
        margin-right: 10px;
    }


.home-slideshow .slide .con {
    z-index: 5;
    position: relative;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.5s ease-out;
    transition: opacity 0.4s ease, -webkit-transform 0.5s ease-out;
    transition: opacity 0.4s ease, transform 0.5s ease-out;
    transition: opacity 0.4s ease, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.home-slideshow .slide.cycle-slide-active .con {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.5s ease-out;
    transition: opacity 0.4s ease, -webkit-transform 0.5s ease-out;
    transition: opacity 0.4s ease, transform 0.5s ease-out;
    transition: opacity 0.4s ease, transform 0.5s ease-out, -webkit-transform 0.5s ease-out
}

    .home-slideshow .slide.cycle-slide-active .con > * {
        -webkit-animation: fade-down 1.5s ease both;
        animation: fade-down 1.5s ease both
    }

@-webkit-keyframes fade-down {
    0% {
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fade-down {
    0% {
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.home-pager {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
}

    .home-pager span {
        display: inline-block;
        text-indent: -9999px;
        border: solid 2px #346cd1;
        border-radius: 100%;
        width: 14px;
        height: 14px;
        background-color: transparent;
        margin: 0 4px;
    }

        .home-pager span.cycle-pager-active {
            background-color: #346cd1;
            border-color: #346cd1;
        }

/*--------- hrader area css start --------*/
/** 60% to 30% common media query section start  **/
.hy-col-box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.desk-ri-le-pad {
    padding: 0px;
}
/** 60% to 30% common media query section  end  **/

/** Banner section start **/
.banner-slider {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
}

.desktop-slider {
    min-height: 342px;
    display: block;
}

.mobile-slider {
    display: none;
}
/** Main Banner Slider owl-carousel section start **/
.banner-slider .owl-carousel .fa-bg {
    display: inline-block;
    text-align: center;
    line-height: 34px;
    width: 18px;
    background: rgba(0, 0, 0, 0.30);
    color: #C9C9C9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer;
    padding: 7px 5px;
    height: auto;
}

.banner-slider .owl-carousel .fa-angle-right {
    right: 8px;
    border-radius: 0px;
}

.banner-slider .owl-carousel .fa-angle-left {
    left: 8px;
    border-radius: 0px;
}

.banner-slider .carousel-wrap .owl-nav {
    display: flex;
}
/** .banner-slider .carousel-wrap .owl-nav {
    display: flex;
} **/
.banner-slider .carousel-wrap .owl-dots {
    display: block;
    margin-top: -36px;
    position: relative;
}

.banner-slider .carousel-wrap .owl-dots {
    text-align: center;
    padding-top: 0px;
}

    .banner-slider .carousel-wrap .owl-dots button.owl-dot {
        width: 12px;
        height: 4px;
        border-radius: 0%;
        display: inline-block;
        background: #D0D0D0;
        margin: 0 2px;
    }

        .banner-slider .carousel-wrap .owl-dots button.owl-dot.active {
            background-color: rgba(0, 0, 0, 0.50);
        }

        .banner-slider .carousel-wrap .owl-dots button.owl-dot:focus {
            outline: none;
        }

/** Main Banner Slider owl-carousel section end **/
/** Banner section End **/

/** Other Magazine section start **/
.other-magazine {
    width: 100%;
}

    .other-magazine .issue-h6 {
        font-size: 27px;
        font-weight: 500;
        margin-bottom: 12px;
        margin-top: 0px;
        width: 100%;
    }

    .other-magazine .other-magazine-box {
        width: 100%;
        text-align: center;
    }

        .other-magazine .other-magazine-box .mag-sample {
            width: 100%;
            box-shadow: 1px 3px 5px #d2d2d2;
        }
        /** Start date 15/12/2022 **/
        .other-magazine .other-magazine-box h6 {
            font-size: 18px;
            margin-left: 0px;
            font-weight: 600;
            margin-bottom: 9px;
            min-height: auto;
            margin-top: 11px;
            line-height: 22px;
        }
        /** End date 15/12/2022 **/
        .other-magazine .other-magazine-box .you-pay {
            margin-bottom: 9px;
        }

            .other-magazine .other-magazine-box .you-pay .price {
                font-size: 17px;
                font-weight: 600;
                line-height: 20px;
                margin: 0px;
                color: #ee3137;
            }

            .other-magazine .other-magazine-box .you-pay .offer {
                color: #34a639;
                font-size: 10px;
                margin-left: 5px;
            }

        .other-magazine .other-magazine-box .buy-now {
            border: 1px solid #2378b9;
            border-radius: 5px;
            padding: 8px 15px;
            background: #2378b9;
            color: #fff;
            font-size: 15px;
            width: 95%;
            cursor: pointer;
            display: inline-block;
            margin: 0px 0px 0px 0px;
            line-height: 19px;
            font-weight: 400;
        }

            .other-magazine .other-magazine-box .buy-now:hover {
                border: 1px solid #0e64a7;
                background: #0e64a7;
                color: #fff;
            }




    .other-magazine .owl-carousel .fa-bg {
        display: inline-block;
        text-align: center;
        line-height: 34px;
        width: 18px;
        background: rgba(0, 0, 0, 0.30);
        color: #C9C9C9;
        position: absolute;
        top: 39%;
        transform: translateY(-50%);
        z-index: 100;
        cursor: pointer;
        padding: 7px 5px;
        height: auto;
    }

    .other-magazine .owl-carousel .fa-angle-right {
        right: 8px;
        border-radius: 0px;
    }

    .other-magazine .owl-carousel .fa-angle-left {
        left: 8px;
        border-radius: 0px;
    }

    .other-magazine .carousel-wrap .owl-nav {
        display: flex;
    }
    /** .banner-slider .carousel-wrap .owl-nav {
    display: flex;
} **/
    .other-magazine .carousel-wrap .owl-dots {
        display: block;
        margin-top: -36px;
        position: relative;
    }

    .other-magazine .carousel-wrap .owl-dots {
        text-align: center;
        padding-top: 0px;
        display: none;
    }

        .other-magazine .carousel-wrap .owl-dots button.owl-dot {
            width: 12px;
            height: 4px;
            border-radius: 0%;
            display: inline-block;
            background: #D0D0D0;
            margin: 0 2px;
        }

            .other-magazine .carousel-wrap .owl-dots button.owl-dot.active {
                background-color: rgba(0, 0, 0, 0.50);
            }

            .other-magazine .carousel-wrap .owl-dots button.owl-dot:focus {
                outline: none;
            }





/** Other Magazine section End **/

/** Shipping date offer section start **/
.ship-offer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #ebebeb;
    padding-left: 5%;
    padding-right: 1%;
}

    .ship-offer .shipping-section,
    .ship-offer .date-section,
    .ship-offer .offer-section {
        width: fit-content;
        display: flex;
        margin: 35px 0px;
    }

    .ship-offer .shipping-section,
    .ship-offer .date-section {
        padding-right: 6%;
    }

.text-section h6 {
    font-size: 15px;
    font-weight: 500;
    color: #4f4f4f;
    margin-left: 10px;
    margin-bottom: 0;
    line-height: 21px;
}

.ship-offer .text-section {
    vertical-align: middle;
    display: flex !important;
    align-items: center;
}

.ship-offer .icon-section .sh-icon {
    border: 1px solid #c6c6c6;
    border-radius: 50%;
    width: 49px;
    height: 49px;
}

.icon-section {
    min-width: 50px;
}

/** Shipping date offer section End **/

/** corporote section section Start **/
.corporote-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .corporote-section .corporote-content {
        width: 33.333%;
        padding-right: 4%;
    }

.corporote-content h6 {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 25px;
}

.corporote-content p {
    font-size: 14px;
    color: #4f4f4f;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 5px;
}

.corporote-content a {
    color: #373737;
    font-weight: 600;
    text-decoration: underline;
    font-size: 16px;
}

    .corporote-content a:hover {
        color: #ee1b24;
        text-decoration: none;
    }
/** corporote section section End **/



/*Service Offer start */
.service-offer-Prod {
    padding: 60px 0 40px;
}

.service-offer--head {
    text-align: center;
    margin-bottom: 40px;
}

    .service-offer--head h2 {
        font-size: 30px;
        color: #222;
        letter-spacing: 1px;
        text-transform: capitalize;
        font-weight: 500;
        line-height: 1.4;
        font-family: Poppins, sans-serif;
    }

    .service-offer--head h3 {
        font-size: 20px;
        color: rgba(51,51,51,.8);
        margin-bottom: 25px;
    }

    .service-offer--head a {
        background: #ee0e67;
        color: #fff;
        font-size: 20px;
        box-shadow: 0 4px 6px rgb(0 0 0 / 16%);
        text-align: center;
        padding: 11px 40px 12px;
        border-radius: 3px;
        border: 2px solid #ee0e67;
        font-family: 'Poppins', sans-serif;
    }

        .service-offer--head a:hover {
            background: #f6f6f6;
            color: #ee0e67;
        }

.service-offer-img {
    position: relative;
    margin-bottom: 30px;
}

.service-offer-name {
    background: #fff;
    width: 90%;
    box-shadow: 0 5px 5px rgb(0 0 0 / 5%);
    text-align: center;
    padding: 8px 0;
    margin: 0 auto;
    display: table;
    position: relative;
    margin-top: -25px;
}

    .service-offer-name h5 {
        color: #56355e;
        margin-bottom: 0px;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.5px;
    }

.service-offer-img:hover .service-offer-name h5 {
    color: #eb1d26;
}


/*Service Offer end*/

/*paint-brands*/
.paint-brands {
    padding: 60px 0;
    background: #f0f0f4;
}

.paint-brands-head h3 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    color: #222;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    font-weight: 500;
}

.paint-brands-dtl {
    border-radius: 5px 5px 0 0;
    background: #a23f3a;
    height: 370px;
    position: relative;
}

.paint-brands-dtl-prod {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.paint-brands-dtl-logo {
    margin: 0 auto;
    display: table;
}

    .paint-brands-dtl-logo img {
        margin-top: 30px;
    }

.paint-brands-dtl-nero {
    background: #e8d295;
}

.paint-brands-dtl-berger {
    background: #664a88;
}

.paint-brands-dtl-dulux {
    background: #82a4b6;
}
/*paint-brands-end*/


/*Bootstrap*/
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
/*Bootstrap*/

.section-heading-h5 {
    font-size: 33px;
    margin-left: 0px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 10px;
}

.section-heading-h5-detail {
    font-size: 25px;
    margin-left: 0px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 10px;
}

.InfoDetail p {
    font-size: 15px;
    margin: 0px;
    line-height: 25px;
    color: #4d4d4d;
}

.HeadingInfo {

    margin: 20PX 0px;
    /*background-color: #F6F5F5;*/
    text-align: center;
    color: #0080FF;
    background-color: rgba(96, 134, 240, 0.25);
    box-sizing: border-box;
    padding: 24px;
    border-radius: 20px;
    margin-top: 30px;
}

.seation-info-detial {
    background: #f0f0f4;
    margin-top:20px;
    padding:10px 0px !important;
}

/** Slider owl-carousel section end **/
.quotes-team {
    width: 100%;
    margin:20px 0;

}

.team-section {
    width: 100%;
    border: 1px solid #ececec;
    padding: 5px;
    margin: 0px;
    background: #fff;
    text-align: center;
    min-height: 300px;
}

    .team-section:hover {
        border: 1px solid #e7e7e7;
        box-shadow: 0px 2px 5px #dfdfdf;
    }

    .team-section .team-img {
        width: 11% !important;
        padding: 3px;
        /*float:left;*/
        /*margin-right:10px;*/
    }

    .team-section .dis-p {
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 0;
        color: #2a2a2a;
        text-align: left;
        padding: 8px 3px 2px 5px;
        font-weight:600 !important;
    }

    .team-section .name-h5 {
        font-weight: 600;
        margin-bottom: 0px;
        font-size: 14px;
        color: #2d2d2d;
        text-align: center;
        padding: 4px 3px 1px 5px;
        letter-spacing: 0.2px;
        line-height: 20px;
    }

.articles-section {
    width: 100%;
    border: 1px solid #ececec;
    padding: 5px;
    margin: 0px;
    background: #fff;
    text-align: center;
    min-height: 410px;
}

    .articles-section:hover {
        border: 1px solid #e7e7e7;
        box-shadow: 0px 2px 5px #dfdfdf;
    }

    .articles-section .articles-img {
        width: 100%;
        padding: 3px;
    }

    .articles-section .name-h5 {
        font-weight: 600;
        margin-bottom: 0px;
        font-size: 15px;
        color: #2d2d2d;
        text-align: left;
        padding: 5px 3px 1px 5px;
        letter-spacing: 0.2px;
        line-height: 20px;
    }

    .articles-section .dis-p {
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 0;
        color: #2a2a2a;
        text-align: left;
        padding: 3px 3px 2px 5px;
    }

.checked {
    color: orange;
}
/** owl dots start is hidden**/
.quotes-team .owl-dots {
  /*  display: block;
    margin-top: -30px;
    position: relative;*/
    display: none !important;
}

/** End date 05/12/2023 **/

#team-quots .img-wrapper {
    width: 100%;
}


@media only screen and (max-width: 1050px) {
}

@media only screen and (max-width: 992px) {
    /** Banner section Start **/
    .desktop-slider {
        min-height: 300px;
        display: block;
    }
    /** Banner section End **/

}

@media only screen and (max-width: 768px) {
    /** Banner section Start **/
    .desktop-slider {
        min-height: 230px;
    }
    /** Banner section End **/
    /** Other Magazine section start **/
    .other-magazine .other-magazine-box {
        width: 100%;
        margin: 0% 0% 0% 0%;
    }

    .other-magazine .issue-h6 {
        font-size: 25px;
        margin-bottom: 10px;
        margin-left: 0%;
    }
    /** Other Magazine section start **/
    /** Shipping date offer section Start **/
    .ship-offer .shipping-section,
    .ship-offer .date-section,
    .ship-offer .offer-section {
        margin: 25px 0px;
    }
    /** Shipping date offer section End **/

    /** corporote section section Start **/
    .corporote-section .corporote-content {
        width: 100%;
        padding-right: 0%;
        margin: 2% 0%;
    }

    .corporote-content h6 {
        font-size: 20px;
        margin-bottom: 2px;
        line-height: 23px;
    }

    .corporote-content p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 2px;
    }

    .corporote-content a {
        font-size: 15px;
    }
    /** corporote section section End **/


}

@media only screen and (max-width: 650px) {
    .section-heading-h5 {
        font-size: 21px;
    }
    .InfoDetail p {
        font-size: 14px;
        line-height: 23px;
        margin: 0px;
    }
    
    .privacy-section {
        width: 98%;
        margin: 0 auto;
    }
    /** Banner section Start **/
    .desktop-slider {
        min-height: 193px;
    }
    /** Banner section End **/
}

@media only screen and (max-width: 512px) {
    /** Banner section Start **/
    .desktop-slider {
        display: none;
    }


    .paint-brands-dtl {
        height: 200px;
        margin: 20px;
    }

    .mobile-slider {
        display: block;
       /* min-height: 368px;*/
    }

    .service-offer-Prod {
        padding: 20px 0 40px;
    }

    .banner-slider .carousel-wrap .owl-dots {
        display: none;
    }
    /** Banner section End **/
    /** Other Magazine section start **/
    .other-magazine {
        width: 100%;
        padding: 0% 2%;
    }
        /** Start date 15/12/2022 **/
        .other-magazine .other-magazine-box h6 {
            font-size: 17px;
        }
        /** End date 15/12/2022 **/
        .other-magazine .other-magazine-box .you-pay {
            margin-bottom: 5px;
        }

    /** Other Magazine section End **/
    /** Shipping date offer section Start **/
    .ship-offer .shipping-section,
    .ship-offer .date-section,
    .ship-offer .offer-section {
        margin: 10px 0px;
        width: 100%;
        padding-right: 0%;
    }

    .ship-offer {
        padding: 4% 5%;
    }
    /** Shipping date offer section End **/


}

@media only screen and (max-width: 415px) {
    /** Banner section Start **/
    .mobile-slider {
        display: block;
        /*min-height: 295px;*/
    }
    .service-offer-Prod {
        padding: 20px 0 40px;
    }

    .other-magazine .other-magazine-box .you-pay .price {
        font-size: 18px;
        width: 100%;
        display: block;
    }


    .other-magazine .other-magazine-box .you-pay .offer {
        font-size: 11px;
        margin-left: 0px;
    }
    /** Banner section End **/
}

@media only screen and (max-width: 384px) {
    /** Banner section Start **/
    .mobile-slider {
        display: block;
        /*min-height: 275px;*/
    }
    /** Banner section End **/
}

/*Bootstrap*/
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}
/*Bootstrap*/

.tes {
    color: beige;
}
