* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Volte';
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
    font-weight: 400;
}

@font-face {
font-display:swap;
    font-family: 'Volte';
    src: url('/wp-content/themes/cdnprintplastic/css/Volte-Medium.woff2') format('woff2'),
        url('/wp-content/themes/cdnprintplastic/css/Volte-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
font-display:swap;
    font-family: 'Volte';
    src: url('/wp-content/themes/cdnprintplastic/css/../fonts/Volte-Bold.woff2') format('woff2'),
        url('/wp-content/themes/cdnprintplastic/css/../fonts/Volte-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
font-display:swap;
    font-family: 'Volte';
    src: url('/wp-content/themes/cdnprintplastic/css/../fonts/Volte-Regular.woff2') format('woff2'),
        url('/wp-content/themes/cdnprintplastic/css/../fonts/Volte-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
font-display:swap;
    font-family: 'Volte';
    src: url('/wp-content/themes/cdnprintplastic/css/../fonts/Volte-Semibold.woff2') format('woff2'),
        url('/wp-content/themes/cdnprintplastic/css/../fonts/Volte-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}






@media (min-width: 1500px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1500px;
    }
}

textarea,
p,
input,
div,
span,
li,
button {
    font-family: 'Volte';
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

p {
    line-height: 27px;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    font-family: 'Volte';
}

img {
    max-width: 100%;
    border: 0;
	height:auto !important;
}

.clear {
    clear: both;
    float: none;
    width: 100%;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

a {
    text-decoration: none !important;
    transition: all 0.2s ease-in;
    color: #1f1f1f;
}

a:hover {
    color: #b592aa;
}

a,
span {
    display: inline-block;
}

:focus {
    box-shadow: none !important;
    outline: none !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .0rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-sizing: border-box;
}

/*------------------common-css End-------------------*/


/*------------------Header End-------------------*/

.xzp7-smimg img{     width: 150px;padding: 10px; border: solid 1px #90908f; background-color:#fff}
.darkHeader,
.search-wrap {
    z-index: 999;
    background: rgb(248, 248, 248);
    color: #000;
}

.darkHeader .navbar-light .navbar-nav .nav-link {
    color: #000;
    transition: all 0.5s ease-in;
}

.darkHeader .navbar-light .navbar-nav .nav-link:hover {
    color: #fee72f;

}

.darkHeader .logo {
    width: 180px;
}

.top-menu-bg.darkHeader {
    position: fixed;
    width: 100%;
}

.navbar-brand img {
    width: 180px;
}

.top-menu-bg {
    background: #000;
}

.top-menu-bg.darkHeader {
    position: fixed;
    width: 100%;
    background: #000;
}

.menu-area {
    background: #000
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0 solid transition !important;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.mainmenu a,
.navbar-default .navbar-nav>li>a,
.mainmenu ul li a,
.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    padding: 16px 12px;
    /* font-family: 'Roboto',sans-serif; */
    display: block !important;
    text-transform: uppercase;
    font-weight: 600;
}

.mainmenu .active a,
.mainmenu .active a:focus,
.mainmenu .active a:hover,
.mainmenu li a:hover,
.mainmenu li a:focus,
.navbar-default .navbar-nav>.show>a,
.navbar-default .navbar-nav>.show>a:focus,
.navbar-default .navbar-nav>.show>a:hover {
    color: #fff;
    
}

/*==========Sub Menu=v==========*/
.mainmenu .collapse ul>li:hover>a {
/*     background: #fff; */
    color: #000;
}

.mainmenu .collapse ul ul>li:hover>a,
.navbar-default .navbar-nav .show .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .show .dropdown-menu>li>a:hover {
    background: #f96b6a;
}

.mainmenu .collapse ul ul ul>li:hover>a {
    background: #000;
    color: #fff;
}

.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
    background: #000;
    color: #fff;
}

.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
    background: #f96b6a
}

.mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu {
    background: #f96b6a
}

/******************************Drop-down menu work on hover**********************************/
.mainmenu {
    background: none;
    border: 0 solid;
    margin: 0;
    padding: 0;
    min-height: 20px;
    width: 100%;
}

@media only screen and (min-width: 767px) {
    .mainmenu .collapse ul li:hover>ul {
        display: block
    }

    .mainmenu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none
    }

    /*******/
    .mainmenu .collapse ul ul li {
        position: relative
    }

    .mainmenu .collapse ul ul li:hover>ul {
        display: block
    }

    .mainmenu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 250px;
        display: none
    }

    /*******/
    .mainmenu .collapse ul ul ul li {
        position: relative
    }

    .mainmenu .collapse ul ul ul li:hover ul {
        display: block
    }

    .mainmenu .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        min-width: 250px;
        display: none;
        z-index: 1
    }

}

@media only screen and (max-width: 767px) {
    .navbar-nav .show .dropdown-menu .dropdown-menu>li>a {
        padding: 16px 15px 16px 35px
    }

    .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu>li>a {
        padding: 16px 15px 16px 45px
    }
}

.headphn ul {
    padding-top: 16px;
}

.headphn ul li a {
    color: #f96b6a;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.5s ease-in;
    text-transform: uppercase;
}

.headphn ul li a:hover,
.headphn ul li a i:hover {
    color: #fff;
}

.headphn ul li i {
    color: #f96b6a;
    font-size: 25px;
    padding-right: 5px;
    padding-top: 14px;
    display: inline-block;
    transition: all 0.5s ease-in;
}

.upheadr {
    background-color: #000;
    padding-top: 10px;
}

.upheadr ul li a {
    color: #fff;
    text-align: right;
    float: right;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    right: 108px;
    z-index: 222;
}

.headphn {
    padding-top: 4px;
}

.hednum {
    letter-spacing: 3px;
}

/*------------------enq-form css-------------------*/
.enq-form {
    position: fixed;
    z-index: 9999;
    width: 280px;
    background: #fff;
    right: -280px;
    top: 70%;
    transition: all .8s cubic-bezier(0.43, 1.07, 0.66, 1.15) .2s;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 15px;
	box-shadow: 0px 0px 10px #ccc;
}

.enq-form.formslidup {
    right: 0;
}

.mainformenquiry {
    position: relative;
    z-index: 33;
}

.formrotate {
    transform: rotate(270deg);
    position: absolute;
    z-index: 555;
    right: 236px;
    top: 39px;
    top: 53px;
    width: 59%;
    height: 15px;
    text-align: center;
}


.enq-form .title {
    background-color: #f96b6a;
    /* border: 1px solid #000; */
    padding: 7px 6px 17px 8px !important;
    color: #fff !important;
    box-shadow: 0px 0px 10px #ddd;
    border-radius: 5px 5px 0 0;
    font-size: 20px !important;
    margin: 0;
    font-weight: 600;
    border: 1px solid #f96b6a, ;
}

.enq-form .subtitle {
    background-color: #f96b6a;

    padding: 7px 20px 13px 20px !important;
    color: #fff !important;
    box-shadow: 0px 0px 10px #ddd;
    border-radius: 5px 5px 0 0;
    font-size: 16px !important;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #f96b6a, ;
    display: none;
    opacity: 0;
    width: 120px;
}

.enq-form.formslidup .title {
    display: none !important;
    opacity: 0;
}

.enq-form.formslidup .subtitle {
    display: inline-block !important;
    opacity: 1 !important;

}

.enq-form .messageenqform {
    font-size: 22px;
    font-weight: bold;
    color: #f96b6a;
    text-align: center;
}

.enq-form .group {
    position: relative;
    margin-bottom: 15px;
}

.enq-form input {
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.enq-form textarea {
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.enq-form button {
    display: block;
    margin: 12px auto;
    cursor: pointer;
    transition: all .4s ease;
   color: #fff !important;
    border: 1px solid #f96b6a;
    background-color: #f96b6a;
    font-size: 18px;
    border-radius: 5px;
    padding: 6px 18px;
}

.enq-form button:hover {
    border: 1px solid #f96b6a;
    background-color: #fff;
    color: #f96b6a !important;
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 5px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    z-index: 99;
    font-size: 15px;
    border: none;
    outline: none;
    background-color: #f96b6a;
    color: #fff;
    cursor: pointer;
    padding: 7px;
    border: 1px solid transparent;
}

#myBtn:hover {
    background-color: #000;
    color: #f96b6a;
    border: 1px solid #f96b6a;
}

.art-box form {
    position: absolute;
    top: 192px;
    z-index: 22;
    left: 90px;
    padding: 15px;
    opacity: 0;
    cursor: pointer !important;

}

.art-box .common-btn {
    position: relative;
    cursor: pointer;

}



/*------------------banner css-------------------*/

.banner {

    position: relative;
    z-index: 0;
}
.desktop { display: block;}
.mobile-banner{ display:none;}
.banner-contt {
    position: absolute;
    top: 30%;
    left: 4%;

}

.banner-titll {
    font-size: 36px;
    color: #000;
    font-weight: 300;

    font-family: 'Montserrat', sans-serif;
    animation-name: fade-in-out;
    animation-duration: 7s;
    animation-iteration-count: 2;
}

@-webkit-keyframes fade-in-out {
    0% {
        letter-spacing: -0.5em;
        filter: blur(12px) opacity(0%);
    }

    30% {
        letter-spacing: 0;
        filter: blur(0) opacity(1);
    }

    70% {
        letter-spacing: 0;
        filter: blur(0) opacity(1);
    }

    100% {
        letter-spacing: -0.5em;
        filter: blur(12px) opacity(0%);
    }
}

.banrsubtitl {
    font-size: 65px;
    font-weight: 900;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

.common-btn {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    padding: 10px 30px;
    border-radius: 5px;
    margin-top: 20px;
    transition: all 0.5s ease-in;
    background-color: #f96b6a;
    border: 1px solid transparent;
    z-index: 2;
    position: relative;
}


.common-btn:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: #183d6e;
    box-shadow: 0px 0px 10px #ccc;
}

/* <----------------card------------------------> */
.card {
    padding: 30px 0px 60px 0px;
}

.card-box {
    position: relative;
}

.card-box {
    border: 2px solid transparent;
    transition: all 0.5s ease-in;
}

.card-box:hover {
    border: 2px solid #000;
}

.card-nmm {
    position: absolute;
    font-size: 27px;
    font-weight: 600;
    bottom: 0;
    margin: auto;
    left: 0px;
    right: 0px;
    text-align: center;
    color: #fff;
    transition: all 0.5s ease-in;
    background: #333333;
    padding: 20px 0px;
}

.card-box:hover .card-nmm {
    padding: 30px 0px;
    text-align: center;
    bottom: 0px;
    color: #183d6e;
    background-color: rgb(248, 248, 248);
}

.artwork:hover .art-box a {
    background: transparent;
    border: 1px solid #fff;
}


/* <---------------printer-----------------> */
.printer {
    padding: 70px 0px;
    background-image: url('/wp-content/themes/cdnprintplastic/css/../images/printer-bg_02.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.print-new {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 2px;
    left: -33px;
    font-weight: 600;
    z-index: 22;
    padding: 24px 62px;
}

.printer:after {
    content: "";
    position: absolute;
    background-color: #f86b6a;
    width: 271px;
    height: 143px;
    transform: skew(-55deg);
    top: 1px;
    left: -173px;
}

.printrtitl {
    font-size: 50px;
    color: #fff;
    text-align: center;
    padding: 0px 0px 40px 0px;
    font-weight: 600;
}

.printer-box {
    background-color: #1d70a3;
    height: 100%;
    padding: 30px 20px;
    transition: all 0.5s ease-in;
    border: 2px solid transparent;
}

.printer-box:hover {
    border: 2px solid #fff;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 5px;
}

.printer-box p {
    color: #fff;
}

.printer-info img {
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {

        transform: translatey(-20px);
    }

    100% {

        transform: translatey(0px);
    }
}

.printnmm {
    font-size: 34px;
    font-weight: 600;
    color: #fff;
}

.printr-btn {
    margin: auto;
    margin-top: 20px
}

/* <-------------------about----------------------> */
.about {
    padding: 70px 0px;
}

.abouttitll {
    font-size: 40px;
    font-weight: 600;
}

.about-circl {
    background-image: linear-gradient(to right, #395899, #5978b9);
    width: 300px;
    height: 300px;
    border-radius: 100%;
    border: 4px solid #fff;
    box-shadow: 0px 0px 10px #ccc;
    position: absolute;
    bottom: -82px;
    right: -17px;
    color: #fff;
    text-align: center;
    padding: 0px;
    transition: all 0.5s ease-in;
}

.pentcirle {
    font-size: 85px;
    font-weight: bold;
}

.hexyear {
    font-size: 36px;
    font-weight: 600;
    margin-top: -10px;
}

.lstexprinc {
    font-size: 23px;
}

.about-box img {
    border: 2px solid transparent;
    transition: all 0.5s ease-in;
}

.about-box:hover .about-circl {
    background-image: linear-gradient(to right, #f96b6a, #f96b6a);

    border-radius: 10px;
}

.about-box img:hover {
    border: 2px solid #000;
    box-shadow: 0px 0px #ccc;
}

.about-circl .figures img {
    border: 2px solid transparent !important;
    transition: all 0.5s ease-in;
}
.about-circl .figures img:hover {
    border: 2px solid transparent !important;
    box-shadow: 0px 0px #ccc;
}

/* <--------------artbox------------------> */
.artwork {
    background-image: url('/wp-content/themes/cdnprintplastic/css/../images/jpw-min-min.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0px;
    margin-top: 80px;
    transition: all 0.5s ease-in;
}

.art-box1 {
    width: 380px;
    height: 380px;
    background-color: rgba(22, 76, 147, .5);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    border: 1px solid transparent;
    transition: all 0.5s ease-in;
}

.artwork:hover .art-box1 {
    background-color: rgba(249, 107, 106, .7);
    border: 1px solid #000;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 90px;
    color: #000;
}

.arttitl {
    font-size: 31px;
    font-weight: 600;
    color: #fff;
}

.art-box img {
    animation: float 6s ease-in-out infinite;
}

/* <-------------blog--------------------> */
.blog {
    padding: 70px 0px;
}

.blog-img {
    justify-content: center;
    display: flex;


}

.blog-box {
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    transition: all 0.5s ease-in;
    border: 2px solid transparent;
}

.blog-box:hover {
    border: 2px solid #000;
    transform: translateY(10px);
    border-radius: 10px;
}

.blogtxt {
    font-size: 24px;
    font-weight: 600;
    padding: 10px 20px;
    text-align: center;
    transition: all 0.5s ease-in;
}

.blog-box:hover .blogtxt {
    background-color: rgba(22, 76, 147, .8);
    color: #fff;
}

/* <-------------seller-----------------> */

#offerSlider1 .owl-prev {
    position: absolute;
    top: 50%;
    right: 20px;
    display: none;
}

#offerSlider1 .owl-prev span {
    background-color: #ccc;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

#offerSlider1.owl-next span {
    background-color: #ccc;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

#offerSlider1 .owl-next {
    position: absolute;
    display: none;
    top: 50%;
    left: 20px;
}

#offerSlider1 .owl-nav {
    display: none;
}

#offerSlider1 .owl-dot span {
    background-color: #ccc;
    width: 15px;
    height: 15px;
    margin: 2px;
    border-radius: 50%;
}

#offerSlider1 .owl-dot.active span {
    background-color: #f96b6a;
    width: 15px;
    height: 15px;
    margin: 2px;
    border-radius: 50%;
}

#offerSlider1 .owl-dots {
    display: flex;
    z-index: 20;
    position: relative;
    bottom: -24px;
    justify-content: center;
}

.slider-spon {
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    padding: 20px 30px;
    width: 100%;
    margin: 10px;
    border: 1px solid transparent;
}
.slider-spon-new {
    background-color: #fff;
   box-shadow: 0px 0px 30px #e9e9e9;
    padding: 20px 30px;
    width: 100%;
    margin: 10px;
    border: 1px solid transparent;
    text-align: center;
    height: 100%;
}
.slider-spon-new  p{
    margin-top: 20px;
}
.incard1-new {
    background-color: #efefef;
    padding: 60px 0px;
    margin-bottom: 0px !important;
    transition: all 0.5s ease-in;
}

.slider-spon:hover {
    border: 1px solid #000;
}

.seller {
    padding: 20px 0px 70px 0px;
}

.seller .owl-carousel .owl-item img {
    display: block;
    width: 65%;
    margin: auto;
    left: 0px;
    right: 0px;
}



footer {
    background-image: linear-gradient(to right, #206dd3, #183d6e);
    padding: 70px 0px 30px 0px;
    color: #fff;
}

.footrheading {
    font-size: 30px;
    color: #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    transition: all 0.5s ease-in;
    font-weight: 600;
}

.footrheading:after {
    content: '';
    position: absolute;
    height: 2px;
    background-color: #fff;
    width: 30%;
    bottom: 0px;
    left: 0px;
    transition: all 0.5s ease-in;
}

.footrheading:hover:after {
    width: 100%;
}

.footer-box ul li a {
    font-size: 18px;
    padding: 3px 0px;
    color: #fff;
    transition: all 0.5s ease-in;
}

.footer-box ul li a:hover {
    transform: scale(1.1);
}

.social-icon ul li i {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    margin-right: 10px;
    background-color: #fff;
    color: #000;
    align-items: center;
    justify-content: center;
    margin-top: 20px;

}

.footer-content,
.footer-content a {
    font-size: 16px;
/*     padding-top: 30px; */
    color: #fff;
}


.footer-bottom {
    padding-top: 30px;
}
address {
    margin-bottom: 0px;
}

.footer-subscribe {
    font-size: 19px;
    font-weight: 600;
    background-color: #f30505;
    color: #fff;
    padding: 9px 30px;
    border-radius: 5px;
    border: 1px solid transparent;
    margin-left: 14px;
    border: 1px solid transparent;
}

.footer-subscribe:hover {
    border: 1px solid #000;
}

.social-link ul li a {
    margin-right: 7px;
}

.Newsletter .form-control {
    display: block;
    width: 95%;
    height: calc(2.5em + 0.75rem + 0px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 7.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-sizing: border-box;
    margin-left: 17px;
}

.social-link {
    margin-left: -7px;
}

.social-link ul {
    margin-left: 9px;
}

.social-link ul li a i {
    background-color: #fff;
    color: #000;
    display: inline-block;
    font-size: 26px;

    width: 49px;
    height: 49px;
    border-radius: 100%;
    line-height: 52px;
    margin: auto;
    left: 0px;
    right: 0px;
    text-align: center;
    transition: all 0.5s ease-in;
}

.social-link ul li a i:hover {
    border-radius: 0px;
}

.hexnews {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    margin-top: 30px;
}


/* <--------------club card----------------> */
.incard {
    padding: 70px 0px;
}
.zc-ncard {
    padding: 40px 0px 20px;
}
.zc-ncard2 {
    padding: 0px 0px 50px;
}
.zc-ncard3 {
    padding: 0px 0px 50px;
}
.mt-4, .my-4 {
    margin-top: 0.5rem !important;
}
.incard-gift{
    padding-top: 0px;
}
.incard_2 {
    padding: 0px 0px 70px;
}

.banner-inrcontt {
    position: absolute;
    top: 40%;
    left: 5%;
    font-size: 65px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: #fff;
}
.system{
    margin-bottom: 0px;
}
.rfsubtitlpp {
    font-size: 30px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 0px;
    margin-top: 20px;
}
.id-cards .rfsubtitl2-new{
    margin-top: 20px;
    margin-bottom: 10px;
}
.id-cards {
    padding: 50px 0px !important;
}
.id-cards .rfsubtitl {
    margin: 20px 0px 10px;
}
.id-cards ul {
    padding-left: 0px !important;
}
.id-cards li {
    padding-right: 40px !important;
    width: 330px;
    list-style: none;
    list-style-type: none !important;
}
.id-cards ul li a{
    font-size: 20px;
}
.maing-gallery {
    column-width: 310px;
    column-gap: 5px;
}

.modal input {
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.modal textarea {
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 100px;
}

.modal .submitt {
    margin: 0px auto 10px 0;
    cursor: pointer;
    transition: all .4s ease;
    color: #fff !important;
    background:#f96b6a;
    font-size: 19px;
    padding: 6px 19px;
    border-radius: 5px;
    border: none;
}

.modal .submitt:hover {
    background:#21487d;
    color: #fff !important;
}
.media{
    background: none;
}
.policy{
    padding-top: 50px;
}
.policy ul{
    margin: 0px;
    padding: 0px;
}
.policy ul li{
    display: inline-block;
}
.policy ul li a{
    font-size: 18px;
}



.maing-gallery a {
  display: block;
  position: relative;
  transition: all 0.5s ease-in;
  margin-bottom: 5px;
}

.maing-gallery img:hover {
  border: 2px solid #000;
  -webkit-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;
  border-radius: 5px;

}


.maing-gallery img {
  width: 100%;
  cursor: pointer;
}

.maing-gallery img {
  border: 2px solid transparent;

}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  background: #7f8c8d;
  perspective: 1000;
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}

.inner-gallery {
    padding: 40px 0px 70px 0px;
}


.incard1 {
    background-color: #efefef;
    padding: 60px 0px;
    margin-bottom: 60px;
    transition: all 0.5s ease-in;
}


.incard1:hover .common-btn {
    border: 1px solid #fff;
}

.cardtitl {
    color: #0474b8;
    font-size: 30px;
    font-weight: 600;
    padding: 30px 0px 20px 0px;
}
.card-new {
    color: #0474b8;
    font-size: 30px;
    font-weight: 600;
    padding: 30px 0px 0px 0px;
}

.cardtitl1 {
    color: #0474b8;
    font-size: 30px;
    font-weight: 600;
    padding: 10px 0px 8px 0px;
}
.cardtitl12 {
    color: #0474b8;
    font-size: 30px;
    font-weight: 600;
    padding: 0px 0px 0px 0px;
}
.incard-box2 {
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    height: 100%;
    padding: 20px 20px;
}
.incard-box-new {
    background: none;
    box-shadow: none;
    height: 100%;
    padding: 20px 0px;
}
.card-gift {
    background: #fff;
    padding: 15px 15px;
    box-shadow: 0px 0px 10px #ccc;
    margin-top: 40px;
    margin-bottom: 50px;
}
.card-gift ul{
    display: flex;
    justify-content: center;
}
.card-gift ul li {
    margin: 10px 10px 10px;
}
.strong{
    margin-bottom: 10px;
    font-size: 20px;
}
.cardtitl13 {
    color: #0474b8;
    font-size:26px;
    font-weight: 600;
    padding: 0px 0px 0px 0px;
}
.gift-list{
    margin: 0px;
    padding: 0px 0px 30px;

}
.gift-list li{
    display:inline-block;
    width: 24%;
}
.incard-box ul,
.key-box ul,
.hotel-box1 ul,
.smart-box ul {
    padding-left: 20px;
}

.key-card {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.incard-box ul li,
.key-box ul li,
.hotel-box1 ul li,
.smart-box ul li {
    list-style-type: disc;
    font-size: 19px;
}
.number li {
    list-style-type: auto !important;
    font-size: 20px;
}

.incard-box img {
    border: 1px solid transparent;
box-shadow: 0px 0px 30px #e9e9e9;
    transition: all 0.5s ease-in;
}
.incard-box-new img {
    border: 0px solid transparent;
    box-shadow:none !important;
    transition: all 0.5s ease-in;
    margin-bottom: 20px;
}
.cardtitl134 {
    color: #0474b8;
    font-size: 40px;
    font-weight: 600;
    padding: 0px 0px 30px 0px;
    text-align: center;
}
.cardtitl1345 {
    color: #0474b8;
    font-size: 40px;
    font-weight: 600;
    padding: 0px 0px 10px 0px;
    text-align: left;
}
.learn-more{
    background:#f96b6a;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid transparent;
}
.learn-more:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: #183d6e;
    box-shadow: 0px 0px 10px #ccc;
}
.icon-box{
    display: flex;
    margin-bottom: 20px;
}
.icon-box p{
    margin-top: 18px;
    padding-left: 20px;
}
.industries{
    padding-bottom: 50px;
}
.learn-more i{
    padding-left: 10px;
}
.incard-box-new img:hover {
    border:0px solid #000 !important;
    transform: translate(10px);
}
.incard-box img:hover {
    border: 1px solid #000;
    transform: translate(10px);
}

.key-card {
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 5px;
    padding: 20px;
}
.zc-bg{
    background-color: #e4e3e4;
    box-shadow: 0px 0px 0px #ccc;
    border-radius: 5px;
    padding: 20px;
    border: 0px solid #000;
    height: 100%;
}
.zc-bg .key-card{
    background:none !important;
    box-shadow: none;
    padding: 0px;
}
.incard-box-icon{
    height: 100%;
}
.key-card-new {
    width: 100%;
    padding: 0px;
}
.keytitll {
    font-size: 26px;
    font-weight: 600;
}

.keytitll2 {
    font-size: 26px;
    font-weight: 600;
    padding: 40px 0px 0px 0px;
    margin-bottom: -20px;
}

.key-style {
    position: relative;
    height: 283px;
    display: flex;
    align-items: center;

}

.hexstyle {
    color: #262626;
    font-weight: 600;
    text-align: center;
    font-size: 20px;


}

.inkeycard {
    padding: 70px 0px 40px 0px;
}

.key-box1 {
    width: calc(20% - 0px);
    padding: 0px 10px;
}


/* <--------------hotel---------------------> */
.hotel {
    padding: 60px 0px;
}

.rftitl {
    font-size: 40px;
    color: #0474b8;
}

.rfcard {
    font-size: 35px;
    font-weight: 600;
    color: #0474b8
}

.rfsubtitl {
    font-size: 30px;
    font-weight: 600;
    color: #262626;
}
.rfsubtitl2 {
    font-size: 30px;
    font-weight: 600;
    color: #262626;
    margin: 0px;
}
.rfsubtitl2-new {
    font-size: 20px;
    font-weight: 600;
    color: #262626;
    margin: 0px;
}
.rfsubtitl2-new2 {
    font-size: 20px;
    font-weight: 600;
    color: #262626;
    margin: 0px;
    margin-top: 15px;
}
.new-text{
    margin-bottom: 4px;
}

.hotel-img1 img {
    box-shadow: 0px 0px 10px #ccc;
    transition: all 0.5s ease-in;
    border: 1px solid transparent;
}

.hotel-imgc img {
    box-shadow: 0px 0px 5px #ccc;
    transition: all 0.5s ease-in;
    border: 1px solid transparent;
}

.hotel-imgc img:hover,
.hotel-img1 img:hover {
    border: 1px solid #000;
    border-radius: 5px;
}

.hotel-imgc {
    margin-top: 30px;
    justify-content: space-between;
}

.hotel1 {
    padding: 20px 0px;
}

/* <-----------printer---------------------> */
.zebra {
    padding: 60px 0px;
}

.inr-printer {
    padding: 0px 0px 80px 0px;
}

.zebratitl {
    color: #0474b8;
    font-size: 32px;
    text-align: center;
    font-weight: 600;
}

.zebra-contt {
    width: 80%;
    margin: auto;
    left: 0px;
    right: 0px;
    text-align: center;
}

.printer-info1 {
    box-shadow: 0px 0px 15px #f1ecec;
    background-color: #fff;
    height: 100%;
    padding: 25px 20px;
    transition: all 0.5s ease-in;
    border: 1px solid transparent;
}

.printer-info1:hover {
    border: 1px solid #000;
    border-radius: 5px;
    color: #0474b8
}

.printer-type1 {
    box-shadow: 0px 0px 15px #f1ecec;
    background-color: #fff;
    padding: 30px 9px;
    height: 298px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in;
}

.printer-type ul li {
    font-size: 18px;
    transition: all 0.5s ease-in;
}

.printer-type ul li span {
    font-weight: 600;
}

.printer-info1:hover .printer-type ul li {
    color: #0474b8
}

.printer-info1:hover .printer-type1 {
    transform: translate(10px);
}

.printerpdf {
    font-size: 26px;
    font-weight: 600;
}

/* <-----------smart-----------------> */
.smart-box1 {
    width: 50%;
    float: right;
    margin-left: auto;
}

.has-cad{
    padding: 70px 0px;
    background-image: url('/wp-content/themes/cdnprintplastic/css/../images/has-cad-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.has-cad p{
    color: #fff;
}
.has-box{
    background: #fff;
    border-radius: 5px;
    padding: 25px 25px 0px 25px;
}
.add-qr{
    text-align: center;
    padding: 50px 0px;
}
.add-qr h4{
    font-size: 40px;
    font-weight: 900;
}
.add-qr p{
    padding: 15px 250px;
}
.add-qr h3 a{
    font-size: 40px;
    font-weight: 900;
    color: #0474b8;
    padding: 15px 280px;
    margin-top: 30px;
}


.merchants{
    padding: 70px 0px;
    background: #efefef;
}
.merchants .cardtitl13{
    text-align: center;
}
.merchants h3{
    text-align: center;
}
.merchants p{
    text-align: center;
}

.stripe{
    padding: 70px 0px;
}






.pdf-desi img{ width:100px}

.pdf-desi p{font-size: 15px;}   







.contact-new-bg{ background-color:#f5f6fa; }
.contact-nn { color: #0474b8;font-size: 24px;font-weight: 600;padding: 0px 0px 5px 0px;text-align: left;}
.padd-conn{ padding: 15px  15px 15px 0px;}
.padd-conn-text{ font-size:20px; padding-bottom: 5px;}
.new-contact-page{ max-width: 1200px; margin: auto}
.contact-nn-f { color: #0474b8;font-size: 28px;font-weight: 600;padding: 0px 0px 12px 0px;text-align: left;}


.new-contact-page .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 400; 
    line-height: 1.5; font-family: 'Volte';
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
  

}

.new-contact-page textarea{ height: auto!important}


.common-submit {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    padding: 10px 30px;
    border-radius: 5px;
    transition: all 0.5s ease-in;
    background-color: #f96b6a;
    border: 1px solid transparent;
    z-index: 2;
    position: relative;
}


.common-submit:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: #183d6e;
    box-shadow: 0px 0px 10px #ccc;
}

.gc-card-main{ max-width:1150px; margin:auto;}

.gc-card-main .incard-box img {
    border: 1px solid transparent;
    box-shadow: 0px 0px 0px #ccc;
    transition: all 0.5s ease-in;
}

.card-box10{     box-shadow: 0 0 50px #f3efef; padding:15px; height:100%}
.new-box-ul ul { margin-left: 20px; margin-bottom: 20px}
.new-box-ul ul li{ font-size: 18px; margin-bottom: 5px; list-style-type: disc}


.nuvia-21box{ background-color:#f7f7f7; margin: auto; padding: 30px 0 0 0}
.nuvia-10{ max-width: 1100px; margin: auto; padding: 50px 0}

#specTable tr:first-child td:nth-child(1) {
    background: #0474b8;
    width: 50%;
    height: 55px;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    padding: 0;
}

#specTable tr:first-child td:nth-child(2) {
    background: #f96b6a;
    width: 50%;
    height: 55px;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    padding: 0;
}

.prd-layout1 .spc-tbl td.item-dpt1 {
    width: 25%;
    font-size: 16px;
    font-weight: 700;
    background: #e5e5e5;
    border-left: none;
}

.prd-layout1 .spc-tbl td {
    vertical-align: middle;
    padding: 15px 10px;
    font-size: 15px;
    border-left: 1px solid #c7c7c8;
    border-bottom: 1px solid #969696;
}

.prd-layout1 .spc-tbl td.item-dpt2 {
    min-width: 12.5%;
    vertical-align: top;
    font-weight: 700;
    background: #f2f2f2;
}
.prd-layout1 .spc-tbl td {
    vertical-align: middle;
    padding: 15px 10px;
    font-size: 15px;
    border-left: 1px solid #c7c7c8;
    border-bottom: 1px solid #969696;
}

.cardtitlzxpnn {
    color: #0474b8!important;
    font-size: 22px;
    font-weight: 600;
    padding: 0px 0px 15px 0px;
    text-align: left;
}

.artwork-form-sec{ max-width: 1000px; margin: auto; box-shadow: 0 0 30px #f3f0f0; padding: 25px; background-color:#e2effa;}
.artwork-form-sec label {
    font-size: 18px;
    font-weight: 600;
}


label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 18px;
}




/*---------------------------------get-wuote-------------------------------*/
.form-field .btn {
    min-width: 170px;
    margin-top: 15px;
}
.common-content {

    padding: 10px 0px 50px;
    width: 80%;
    margin: auto;
    border: 1px solid transparent;
    box-shadow: 0px 0px 10px #ccc;
    transition: all 0.5s ease-in;
      margin-top: 50px;
      margin-bottom: 50px;
	 background-color: #e2effa;
}
.form-field label {
    display: block;
    font-size: 18px;
    margin: 0 0 5px;
    font-weight: bold;
}
.form-field input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="file"], input[type="url"], input[type="number"], input[type="date"], select, textarea, .form-control {
/*     font-family: 'Volte-Regular'; */
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
    border-radius: 0 !important;
    color: #373737;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px !important;
    padding: 13px 10px;
    position: relative;
    width: 100%;
    height: 48px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}
.wpcf7-form-control-wrap{ width: 100%; }
.form-field [class^="col-"], .form-field [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 22px;
}
.btn {
    display: inline-block;
    /*font-family: 'Volte-Medium';*/
    position: relative;
    border: 1px solid #e9769d;
    border-radius: 3px;
    font-size: 18px;
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    padding: 13px 30px 11px;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    text-decoration: none !important;
    white-space: normal;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    background-color: #e9769d;
    box-shadow: none;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
}
.custom-upload .btn {
    white-space: nowrap;
    color: #0278bf;
    border: 1px solid #bfbfbf !important;
    text-transform: none;
    letter-spacing: normal;
    border-radius: 0;
    background: #ffffff !important;
    min-width: 150px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -1px 0 0!important;
    /*font-family: 'Volte-Regular';*/
    font-weight: normal;
}
.custom-upload {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.grecaptcha-badge {
    bottom: 66px !important;
}



.about-box img {
    width: 735px;
    margin-right: 40px;
    float: left;
}
.custom-upload p {
    display: flex;
    width: 100%;
}

.mnmwp-menu-nav{padding:0 !important;}
.enq-form.formslidup input::placeholder { font-size: 15px;}
.enq-form.formslidup textarea::placeholder { font-size: 15px;}
.has-cad h2 { font-size: 36px;    color: #fff;}
.add-qr2{padding: 50px 0px 20px 0px;}
.seller2 h4.printrtitl.text-dark { margin-top: 0;}
.indesktop img {filter: brightness(0.7);}
.incard.zc-ncard ul { padding-bottom: 15px;}
.pad-bottom{padding-bottom:20px;}
.contact-nn-f p {font-size: 36px; font-weight: 600;}



/* --------------media-query----------- */


@media (max-width:1600px) {	
.printnmm {	font-size: 32px;}	
.common-btn {  font-size: 22px;	padding: 8px 30px;}	
.navbar-collapse #mnmwp-main-menu > ul > li > a {font-size: 12px !important;}	
	
	
}










@media (max-width:1440px) {
    .container {
        max-width: 95%;
        margin: auto;
    }

    .mainmenu a,
    .navbar-default .navbar-nav>li>a,
    .mainmenu ul li a,
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 15px;
    }

    .headphn ul li a {
        font-size: 17px;
    }

    .navbar-brand img {
        width: 199px;
    }

    .banner-titll {
        font-size: 38px;
    }

    .banrsubtitl {
        font-size: 65px;
    }

    .card {
        padding: 17px 0px 50px 0px;
    }


    .card,
    .printer {
        padding: 60px 0px;
    }

    .printrtitl {
        font-size: 46px;
        padding: 0px 0px 37px 0px;

    }

    .printnmm {
        font-size: 30px;
    }

    p {
        line-height: 27px;
        font-size: 18px;
    }

    .pentcirle {
        font-size: 75px;
    }

    .about-circl {
        width: 295px;
        height: 295px;
    }

    .lstexprinc {
        font-size: 20px;
    }

    .hexyear {
        font-size: 31px;
        margin-top: -14px;
    }

    .abouttitll {
        font-size: 36px;
    }

    .blog {
        padding: 60px 0px;
    }

    .blogtxt {
        font-size: 22px;
        padding: 6px 20px;
    }

    .seller {
        padding: 39px 0px 44px 0px;
    }

    .footrheading {
        font-size: 25px;
        margin-bottom: 21px;
    }

    .social-link ul li a i {
        font-size: 25px;
        width: 45px;
        height: 45px;
        line-height: 45px;

    }

    .hexnews {
        font-size: 22px;
        margin-left: -12px;
    }

    .footer-box ul li a {

        padding: 5px 0px;


    }

    .headphn ul {
        padding-top: 19px;
        line-height: 21px;
    }
.add-qr h4 { font-size: 26px;}
.add-qr h3 a { font-size: 26px;}	
.card-nmm { font-size: 24px; bottom: 25px;}	
.card, .printer { padding: 40px 0px 60px 0px; }	
.Newsletter .form-control { margin-left: 8px;}
.banner-inrcontt {   font-size: 52px;}	
.cercel-404 { margin: 0 auto !important;}	
	
	
	
	
	
	
}



@media (max-width:1366px) {

    .mainmenu a,
    .navbar-default .navbar-nav>li>a,
    .mainmenu ul li a,
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 13px;
    }

    .navbar-brand img {
        width: 139px;
        padding: 7px 9px;
    }

    .banner-titll {
        font-size: 36px;
    }

    .banner-contt {
        position: absolute;
    }

    .banrsubtitl {
        font-size: 40px;
    }

    .common-btn {
        font-size: 21px;
        padding: 9px 27px;
        margin-top: 8px;

    }

    .card-box:hover .card-nmm {
        font-size: 23px;
    }

    .card-nmm {
       bottom:20px;
        -webkit-text-stroke: 0px #fff;
		font-size: 25px;
    }

    .printrtitl {
        font-size: 36px;
        padding: 0px 0px 26px 0px;
    }

    .printer-box {
        border: 3px solid transparent;

    }

    .printer-box:hover {
        border: 3px solid #fff;

    }

    .about-circl {
        background-image: linear-gradient(to right, #395899, #5978b9);
        width: 267px;
        height: 267px;
        border-radius: 100%;
        border: 8px solid #fff;
        box-shadow: 0px 0px 10px #ccc;
        position: absolute;
        bottom: 4px;
        right: -25px;
    }

    .pentcirle {
        font-size: 65px;
    }

    .lstexprinc {
        font-size: 18px;
    }

    .abouttitll {
        font-size: 31px;
    }

    p {
        line-height: 26px;
        font-size: 16px;
    }

    .artwork {
        padding: 60px 0px;
        margin-top: 9px;

    }

    .art-box1 {
        width: 340px;
        height: 340px;
    }

    .arttitl {
        font-size: 26px;
        font-weight: 600;
        color: #fff;
    }

    .blogtxt {
        font-size: 20px;
        padding: 6px 17px;
    }

    .footer-box ul li a {
        padding: 4px 0px;
        font-size: 17px;
    }

    .social-link ul li a i {
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 42px;
    }

    .footer-subscribe {
        font-size: 15px;
        padding: 6px 23px;
        margin-left: 10px;
    }

    .Newsletter .form-control {
        height: 36px !important;
        margin-left: 0px;
        width: 100%;
    }

    .headphn {
        padding-top: 0px;
    }

    .upheadr ul li a {
        font-size: 16px;
        right: 68px;

    }

    .blog-box:hover {
        border: 3px solid transparent;
    }

    .blog-box:hover {
        border: 3px solid #000;
    }

    .banner-inrcontt {
        top: 40%;
        font-size: 50px;

    }

    .incard-box ul li,
    .key-box ul li,
    .hotel-box1 ul li,
    .smart-box ul li {
        font-size: 17px;
    }

    .rfcard {
        font-size: 29px;
    }

    .rfsubtitl {
        font-size: 22px;
    }
    .rftitl {
        font-size: 35px;
    }
    .keytitll {
        font-size: 23px;
    }
    .cardtitl1345 {
    font-size: 24px;
}
    .cardtitl {
    padding: 30px 0px 0px 0px;
}


    .keytitll2 {
        font-size: 24px;
        padding: 30px 0px 0px 0px
    }
    .incard1 {
     margin-bottom: 10px;
       
    }
    .printer-type ul li {
        font-size: 17px;
    }
    .cardtitl1 {
        color: #0474b8;
        font-size: 25px;
    }
.add-qr h4 { font-size: 29px;}
.add-qr h3 a { font-size: 29px;}
.slider-spon-new {
    padding: 40px 30px 0px;
}
.slider-spon-new img {
    width: 100px;
}
.printnmm { font-size: 28px;}
.common-btn { font-size: 19px;  padding: 9px 22px; }	
.enq-form .title { padding: 8px 0px 8px 0px !important;  font-size: 18px !important;}	
.stripe {padding: 60px 0px 0px 0px;}	
	
	
	
	
	
	
	
	
	

}


@media (max-width:1280px) {
    .card-nmm { font-size: 22px;}	
	.printnmm {font-size: 26px; }
	header.position-relative.fixed-nav .navbar-brand img {width: 100px;padding: 0; }	
	header.position-relative.fixed-nav  .headphn ul { padding-bottom: 5px;}
   .seller { padding: 20px 0px 44px 0px;    }
	
	
	
	
	
	
}






@media (max-width:1200px) {
   .navbar-brand img {width: 100px;padding: 0; }	
	.mainmenu a.navbar-brand {padding: 0;}
	.menu-area { padding-bottom: 10px;}
	header.position-relative.fixed-nav .top-menu-bg.darkHeader { padding: 0;}
/* 	header.position-relative.fixed-nav .menu-area { padding-bottom: 0px;}   */
	.card-nmm {font-size: 20px;}
	.printnmm { font-size: 23px;}
	.footer-box ul li a { font-size: 16px;}
	.about-circl {width: 200px;  height: 200px; bottom: 100px; right: -25px;}
 	.top-menu-bg { padding: 25px 0px 0px 0px;}
/* 	.upheadr { padding-top: 0;} */
	 
	
	
	
	
	
	
	
	
}
@media (max-width:1152px) {

.mainmenu { position: absolute;}
	
}

body, html{ overflow-x:hidden;}


@media (max-width:1024px) {
.mainmenu a, .navbar-default .navbar-nav>li>a, .mainmenu ul li a, .navbar-expand-lg .navbar-nav .nav-link { padding: 10px 6px; font-size: 14px;}
.darkHeader .logo { width: 139px;}
.headphn ul { padding-top: 12px; line-height: 21px;}
.banner-titll { font-size: 30px;}
.banrsubtitl { font-size: 40px;}	
.common-btn { font-size: 20px; padding: 7px 20px;  margin-top: 8px;}	
.card-nmm { font-size: 18px; bottom: 10px;}	
.card{ padding: 10px 0px 60px;}	
.enq-form {  top: 50%;}	
.footer-subscribe { padding: 6px 10px;}	
.footer-content, .footer-content a { font-size: 16px; padding-top: 0px;}
.footer-bottom { padding-top: 30px;}	
.has-box { padding: 25px 25px 0px;}	
.has-cad { padding: 30px 0px;}	
.add-qr p { padding: 15px 100px;}	
.add-qr h3 a { padding: 15px 90px;}	
.seller { padding: 0px 0px 44px 0px;}	
.add-qr {  padding: 50px 0px 0px;}	
h4.printrtitl.text-dark { margin-top: 0px;}	
.incard-box ul, .key-box ul, .hotel-box1 ul, .smart-box ul { padding-left: 10px;}	
.incard-box ul li, .key-box ul li, .hotel-box1 ul li, .smart-box ul li { font-size: 16px;}	
.stripe { padding: 40px 0px;}	
.seller { padding: 0px 0px 44px 0px;}	
.incard-box2 {  padding: 20px 15px;}	
.stripe {  padding: 40px 0px 0px;}	
h4.printrtitl.text-dark { margin-top: 0px;}	
.banner-inrcontt { top: 40%; font-size: 40px;}	
.incard { padding: 30px 0px;}
.incard1 { padding: 40px 0px;}	
.incard-box p { font-size: 16px; margin-bottom: 10px;}	
.incard-box .cardtitl { padding: 0px 0px 0px 0px;}		
.art-text { padding-left: 15px !important;}	
.pdf-desi { height: 230px;}
.slider-spon-new { padding: 29px 7px 0px;}	
.zebra { padding: 60px 0px 0px;}	
.printer-type1 { height: auto;}	
footer { padding: 40px 0px 30px 0px;}	
.rfsubtitl { font-size: 20px;}	
.industries { padding-bottom: 10px;}
.seller .owl-carousel .owl-item img { width: 100%;}	
.banner-inrcontt br{ display:none;}	
.cardtitlzxpnn { font-size: 18px; padding: 0px 0px 5px 0px;}	
.padd-conn-text { font-size: 16px; padding-bottom: 5px; word-break: break-all;}	
.padd-conn { padding: 15px 7px 15px 0px;}	
.printer-info1 { height: auto; margin-bottom: 20px; min-height: 290px;}	
.cardtitl1 { font-size: 23px;}	
.inr-printer { padding: 0px 0px 0px 0px;}	
.navbar-light .navbar-toggler { color: rgb(255 255 255 / 50%); border-color: #fff;}	
.navbar-toggler i{ font-size:30px; } 
.btn { border: 1px solid #ffffff;}		
.navbar-collapse #mnmwp-main-menu { margin: 0 auto;  width: 100% !important; position: absolute;  top: 18px; right: 0px;}	
.navbar-collapse #mnmwp-main-menu ul {  outline: 0; text-align: left !important;}	
.navbar-collapse #mnmwp-main-menu ul ul li a { border-bottom: 0px solid #fff;  width: 100% !important;}	
.navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.9);  position: relative; z-index: 99;}	
.is_mobile #mnmwp-main-menu #mnm-menu-button button.btn.menu-btn span {  background: #fff !important;}		
.navbar-collapse #mnmwp-main-menu > ul > li > a { padding: 22px 18px;  font-size: 18px;}	
.about-circl { bottom: 32%;}
.card-box:hover .card-nmm {font-size: 18px;   padding: 20px 0px;}
.navbar-collapse #mnmwp-main-menu > ul > li > a {font-size: 11px !important; padding: 12px 5px;    }	
.top-menu-bg { padding:0px;}	
.navbar-collapse #mnmwp-main-menu ul {  text-align: right !important; }	
.headphn ul li a {font-size: 14px;}
.upheadr ul li a { font-size: 14px;right: 28px;}	
.navbar-collapse #mnmwp-main-menu ul ul li a {padding: 17px 6px !important; font-size: 12px !important;}	
.smart-box ul { padding-left: 20px;}
.printer-type.incard-box ul { padding-left: 18px;}	
.merchants { padding: 45px 0px 30px 0px;}
.inner-gallery {padding: 20px 0px 50px 0px;}
	
	
	
}


@media (max-width:991px) {
header.position-relative.fixed-nav .upheadr {display: none;}	
header.position-relative.fixed-nav .navbar-brand img {padding: 10px 0px 0px 0px;}	
.about-circl { bottom: 40%;}		
.banner-titll {font-size: 26px; }
/* .custom-upload .btn {min-width: 400px;}	 */
.hotel-box1 {  padding-bottom: 25px;}	
.top-menu-bg {padding: 10px 0px 0px 0px;}	
.footrheading {margin-top: 20px; }
footer { padding: 20px 0px 30px 0px;    }	
.footer-content, .footer-content a {padding-top: 0px;}
.incard-box.incard-box2 ul { column-count: 2;}	
.incard-box2 {padding: 20px 25px;}	
.printer-info1 {height: 100%;}	
.inr-printer { padding: 30px 0px 0px 0px; }	
.smart-box1 {  margin-left: 25px;}		
.features .incard-box.incard-box2 ul { column-count: 1;}	
.image404 img { width: 380px;}	
	
	
	
}

@media (max-width:840px) {
/* .incard-box2 { height: auto; margin-bottom: 25px;} */
.is_mobile #mnmwp-main-menu #mnm-menu-button button.btn.menu-btn span { background: #ffffff;}
.card-nmm { font-size: 14px; bottom: 10px;}	
.printer-box { height: auto; padding: 20px 20px; margin-bottom: 25px;}
.printnmm { font-size: 26px;}	
.printer { padding: 50px 0px 40px;}	
.about-circl { width: 200px; height: 200px; bottom: 500px;}	
.about .pl-5, .px-5 {  padding-left: 2rem !important;}	
.about { padding: 50px 0px 30px;}	
.seller .owl-carousel .owl-item img { width: 50%;}	
.add-qr h3 a { padding: 15px 30px;}	
.add-qr p { padding: 0px 70px 20px;}
.printrtitl {  padding: 0px 0px 0px 0px;}	
.hotel-img1 { margin-top: 30px;}	
.cardtitl1 { font-size: 24px;}	
.incard-box ul, .key-box ul, .hotel-box1 ul, .smart-box ul { padding-left: 20px;}	
.merchants { padding: 40px 0px 30px; background: #efefef;}	
.inner-gallery { padding: 40px 0px 40px 0px;}
/* h4.printrtitl.text-dark { margin-top: 20px !important;}	 */
.zc-bg { height: auto; margin-bottom: 20px;}	
.zebra-contt { width: 95%;}	
.zebra { padding: 30px 0px 0px;}	
.inr-printer .mt-5, .my-5 { margin-top: 1rem !important;}	
.learn-more { padding: 10px 10px;}	
.common-content { width: 90%;}	
.container { margin: auto;}
.mainmenu { flex-wrap: inherit; position: relative;}	
.headphn { padding-top: 0px;  POSITION: ABSOLUTE; TOP: -64px; z-index: 9; left: 52%;}	
.navbar-collapse #mnmwp-main-menu { margin: 0 auto;  width: 100% !important; position: absolute;  top: 0; right: -20px;}	
.navbar-collapse #mnmwp-main-menu ul {  outline: 0; text-align: left !important;}	
.navbar-collapse #mnmwp-main-menu ul ul li a { border-bottom: 0px solid #fff;  width: 100% !important;}	
.navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.9);  position: relative; z-index: 99;}	
.is_mobile #mnmwp-main-menu #mnm-menu-button button.btn.menu-btn span {  background: #fff !important;}	
.padd-conn-text { padding-bottom: 0px;}	
.new-contact-page textarea { height: 177px !important;}	
.new-contact-page .mb-5, .my-5 {  margin-bottom: 1.5rem !important;}	
.incard .mt-5, .my-5 {  margin-top: 0rem !important;}	
.footer-box { padding-left: 0px !important;}	
.footrheading { font-size: 25px;  margin-bottom: 21px; margin-top: 30px;}	
footer { padding: 20px 0px 30px 0px;}	
.Newsletter {  margin-left: 15px;}	
.slider-spon { width: 96%;}	
.enq-form .title { padding: 12px 6px 17px 8px !important;}	
.navbar-collapse #mnmwp-main-menu > ul > li > a { padding: 17px 18px; font-size: 18px;}	
.upheadr ul li a { right: 82px;  top: 20px; }	
.navbar-brand img {width: 120px;}	
.mainmenu a.navbar-brand {bottom: 5px;}	
header.position-relative.fixed-nav .headphn {display: none;}	
header.position-relative.fixed-nav  .mainmenu a.navbar-brand {  bottom: 6px;}	
.artwork { padding: 20px 0px;  margin-top: 0px;}	
.art-box1 { width: 300px;height: 300px; }	
.seller { padding: 20px 0px 44px 0px;    }	
.form-field [class^="col-"], .form-field [class*="col-"] {padding-top: 15px;}	
/* .custom-upload .btn {min-width: 260px; }	 */
.add-qr h3 a {  font-size: 28px;    }	
.incard-box ul li, .key-box ul li, .hotel-box1 ul li, .smart-box ul li {font-size: 15px; }	
.banner-inrcontt {top: 46%;  font-size: 35px;}

	
	
	
}





@media (max-width:767px) {
.navbar-collapse #mnmwp-main-menu {  top: 10px;}
.enq-form { display:none;}
.card-nmm {  font-size: 20px;  bottom: 10px;  text-align: center !important;  padding-left: 0px !important;}	
.upheadr ul li a { display: none;}	
.banner-titll {  font-size: 15px;}	
.banrsubtitl {  font-size: 28px;}	
.printer:after { width: 241px; height: 93px; left: -173px; top: 2px;}	
.print-new { font-size: 25px; top: 0px; left: -45px; padding: 12px 58px;}	
.printrtitl { font-size: 24px;}	
.about-circl { width: 150px; height: 150px; bottom:-30px; right: 0px;}	
.about .pl-5, .px-5 { padding-left: 0rem !important; padding-top: 20px;}	
.slider-spon { width: 100%; margin: 0px;}	
.footer-subscribe {  margin-left: 0px; margin-top: 10px;}	
.text-right { text-align: left !important;}	
.printr-btn {  margin: auto;  margin-top: 0px;}	
.desktop { display: none;}
.mobile-banner{ display:block;}	
.banner-contt { top: 9%;}	
.card-box { margin-top: 1rem !important;}	
.card { padding: 10px 0px 30px;}
.headphn ul li a { font-size: 15px;}	
.headphn ul { padding-top: 15px;  line-height: 21px;}	
.printer-box { height: auto; padding: 20px 15px; margin-bottom: 25px;}	
.banner-inrcontt {  font-size: 19px; top: 47%; padding: 0px 15px;}	
.inkeycard {  padding: 40px 0px 40px 0px;}	
.inkeycard .mt-5, .my-5 {  margin-top: 0rem !important;   margin-bottom: 0 !important;}
.add-qr p { padding: 0px 0px 20px;}	
.add-qr h3 a { padding: 15px 0px; font-size: 26px; margin-top: 0px;}	
.rftitl { font-size: 28px;}	
.hotel { padding: 30px 0px;}	
.rfcard { font-size: 26px; margin-top: 15px;}	
.hotel-imgc { display: inherit !important;}	
.hotel-imgc img{ width:100%; margin-bottom:20px; }	
.incard-box ul {  padding-bottom: 20px;}	
.key-box ul {  padding-bottom: 20px;}	
.key-box1 {  width: 100%;}	
.key-style { height: auto; display: inherit; text-align:center;}	
.hexstyle { margin-bottom: 50px;  margin-top: 20px;}	
.smart-box1 { width: 100%; float: right; margin-left: auto; margin-bottom: 15px;}
.incard1 .mt-5{ margin-top:1rem !important;}	
.container { max-width: 100%; margin: auto;}
.Newsletter .form-control { width: 97%;}	
.printer-type1 {  margin-bottom: 15px;}	
.icon-box p{ font-size:20px;}	
.incard {  padding: 30px 0px 10px;}	
.nuvia-10 {  padding: 10px 0 40px;}	
.prd-layout1 .spc-tbl td.item-dpt1 { width: 0%; font-size: 15px;}	
.prd-layout1 .spc-tbl td {  vertical-align: middle;  padding: 15px 5px; font-size: 14px;}	
/* .incard-box2 { padding: 0px 0px;}	 */
.cardtitl1 { font-size: 22px;}	
.form-field .btn {  min-width: 90px;   margin-top: 0px;  font-size: 17px; }
.contact-new-bg img{ width:100%;}
.padd-conn { padding: 15px 10px 15px 10px;}	
.navbar-collapse #mnmwp-main-menu > ul > li > a { padding: 17px 18px; font-size: 18px;}		
.features .incard-box2 ul { padding-bottom: 6px; padding-left: 20px;  padding-top: 6px;}	
.navbar-collapse #mnmwp-main-menu {	background: none;}
.navbar-collapse #mnmwp-main-menu {top: -15px;}	
.card-box a {  width: 100%;}	
.printnmm {font-size: 25px; padding-top: 10px;}	
header.position-relative.fixed-nav .navbar-collapse #mnmwp-main-menu { background: none; }	
.navbar-collapse #mnmwp-main-menu {right: -4px;}	
.form-field [class^="col-"], .form-field [class*="col-"] { padding-top: 0px;}	
.headphn { TOP: -75px; left: 46%;}	
header.position-relative.fixed-nav .navbar-collapse #mnmwp-main-menu { top: 0px;}	
.incard-box img {  padding-bottom: 15px;}	
.footrheading { margin-top: 15px;}	
.pdf-desi .slider-spon-new { 	margin: 0;	}
.seller { padding: 0px 0px 44px 0px; }	
.pdf-desi { margin-bottom: 20px;}	
.incard-box img{margin-bottom: 20px;}	
.zc-card .incard-box{margin-bottom: 20px;}	
.incard.personal-incard .incard-box .mb-5 {margin-bottom: 0px !important;}	
.image404 img { width: 240px; }	
.cercel-404-box {width: 100% !important;}	
.cercel-404 {width: 100% !important;}	
	
	
	
}

