
h3 {
    color: black;
    font-size: 20px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h1 {
    font-family: 'Montserrat', sans-serif;font-size:50px;
    letter-spacing:2PX;

}
h2{
    color:black;
    font-size:30px;
}
p{
    font-size: 16px
}
.buttons{
    border-radius: 25px;
    border-style:none;
    padding:5px 7px 5px 7px
}
.cart{
    margin-top:5%
}

.tablehead{
    background:#EBE9EB
}

.input[type=text] {
    width: 100px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

/* When the input field gets focus, change its width to 100% */
input[type=text]:focus {
    margin-top: 1%;
    width: 100%;
    padding: 1%
}

button {
    margin-top: 20px;
    margin-bottom: 0.5em;
    width: 200px;
    cursor: pointer;

}

body {
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding-top: 50px;
    background: darkgrey;
    width: 100%;
    height: 1000px
}

.form-group .control-label.requi#1a459e;:before {
    color: #1a459e;;
    content: "*";
    position: absolute;
    margin-left: -10px;
}

.navbar {
    margin-bottom: 0
}

.top-spacer {
    margin-top: 15px;
}

@media only screen and (min-width: 561px) {
    #page-wrapper.open {
        padding-left: 250px;
    }
}

@media only screen and (max-width: 560px) {
    #page-wrapper.open {
        padding-left: 70px;
    }
}

#page-wrapper.open #sidebar-wrapper {
    left: 150px;
}

#page-wrapper {
    padding-left: 70px;
    height: 100%;
}

#sidebar-wrapper {
    margin-left: -150px;
    left: -30px;
    width: 250px;
    position: fixed;
    height: 100%;
    z-index: 999;
}

#page-wrapper,
#sidebar-wrapper {
    transition: all .4s ease 0s;
}

.nav-side-wrapper {
    width: 250px;
    background-color: #F2F2F2;
    height: 100%;
    z-index: 999;
    overflow-y: auto;
}

.nav-side-wrapper > ul {
    margin: 0;
    padding: 0;
    text-indent: 20px;
    list-style: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.nav-side-wrapper > ul > li {
    list-style: none;
}

.nav-side-wrapper > ul > li > a {
    text-decoration: none;
    display: block;
    float: left;
    width: 250px;
    color: #1a459e;;
    font-size: 12px;
    height: 35px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all .6s ease 0s;
}

.nav-side-wrapper > ul > li > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-indent: 45px;
}

.nav-side-wrapper > ul > li > ul > li > a {
    display: block;
    float: left;
    text-decoration: none;
    text-indent: 40px;
    font-size: 14px;
    color: black;
    line-height: 30px;
    width: 250px;
}

.nav-side-wrapper > ul > li > a.nav-side-title {
    color: white;
    background: #1a459e;;
    text-transform: uppercase;
    transition: all .6s ease 0s;
    font-size: 14px;
    line-height: 50px;
    height: auto;
}

.nav-side-wrapper > ul > li > a:hover {
    cursor: default;
}

.nav-side-wrapper > ul > li .active > a,
.nav-side-wrapper > ul > li > ul > li > a:hover {
    background: #fff;
    color: #000;
    cursor: pointer;

    padding: 2px;
}

.nav-side-wrapper > ul > li > a.nav-side-title:hover {
    cursor: pointer;
}

.menu-icon {
    float: right;
    padding-right: 29px;
    line-height: 50px;
    width: 70px;
}

.product-group-nav{
    background: #1a459e;;
    color: white;
}

.product-group-nav h2 {
    color: white;
    padding: 5px;
    margin: 0;
    background: none
}

.product-group .product-group-header {
    background: #1a459e;;
    color: white;
    margin: 5px;
}

.product-group .product-group-header h3{
    color: white;
    padding: 10px;
}

.product-item1 {
    display: inline-block;
    width: 240px;
    background: white;
    margin: 10px;
    padding: 10px;
}

.product-item {
    display: inline-block;
    width: 240px;
    background: white;
    margin: 10px;
    padding: 10px;
}

.product-item h6 {
    color: black;
}

.product-item img.product-icon {
    margin-bottom: 0.5em;
    height: 200px;
}


.product-item div{
    width: 50%;
    margin: 0 auto;
}

.product-item a.product-add{
    text-decoration: none;
    border-radius: 25px;
    background: #1a459e;;
    border-style: none;
    padding: 5px;
    color: white;
    width: 100%;
    text-align: center;
    margin: 10px auto 0 auto;
    display: block;
}

.product-item a.product-add:hover {
    cursor: pointer;
}

.grow {
    transition: all .1s ease-in-out;
}

.grow:hover {
    transform: scale(1.1);

}

.acc_group {
}

.acc_group h4 {
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
}

.acc_group .acc_panel_content {
    padding: 10px;

}

.acc_group:before {

}

.acc_panel_content h3{
    margin-bottom: 20px;
    font-size: 19px
}

.acc_panel_content select{
    margin-left: 10px;
    margin-right: 10px
}
.acc_ctrl {
    background: #1a459e;;
    border: none;
    border-bottom: solid 1px #F2F2F2;
    cursor: pointer;
    display: block;
    outline: none;
    padding: 1em;
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 30px
}

.acc_ctrl h3 {
    font-size: 18px;
    padding: 2px;
    font-weight: 400;
    margin: 0px;
    color: white;
}

.acc_ctrl:before {
    background: #ffffff;
    content: '';
    height: 2px;
    margin-right: 37px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 14px;
}

.acc_ctrl:after {
    background: #ffffff;
    content: '';
    height: 2px;
    margin-right: 37px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 14px;
}

.acc_ctrl.active:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.acc_ctrl.active h2, .acc_ctrl:focus h2 {
    position: relative;
}

.acc_panel {
    background: #F2F2F2;
    overflow: hidden;
    padding: 20px;
}

.acc_panel.open {
}

.acc_cutting_box {
    height: 75px;
    width: 100px;
    background: #1a459e;;;
    float: left;
    border: 1px solid lightgray;
    cursor: pointer;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.acc_cutting_box.active-tl {
    border-top-left-radius: 45px;
    -webkit-border-top-left-radius: 45px;
}

.acc_cutting_box.active-tr {
    border-top-right-radius: 45px;
    -webkit-border-top-right-radius: 45px;
}

.acc_cutting_box.active-bl {
    border-bottom-left-radius: 45px;
    -webkit-border-bottom-left-radius: 45px;
}

.acc_cutting_box.active-br {
    border-bottom-right-radius: 45px;
    -webkit-border-bottom-right-radius: 45px;
}

.user-artwork-list {
    background: white;
}

.user-artwork-list ul {
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    height: 250px;
}

.user-artwork-list ul li {
    list-style: none;
    margin: 2px;
    padding: 4px;
    border: 1px solid lightgray;
    text-overflow: ellipsis;
}

.user-artwork-list ul li:hover {
    cursor: pointer;
    color: white;
    background: #1a459e;;
}

.user-artwork-list ul li.selected {
    color: white;
    background: #1a459e;;
}

.box {
    background: none;
    cursor:pointer;
    margin: 50px 30px 20px 0px;
    width: 250px;
    height: 250px
}

.boxbutton{
    color: white;
    border-radius: 25px;
    padding: 7px;
    border-style: solid;
}

.boxbutton:hover{
    border:none;
    background-color: white;
    color: #1a459e;;
    text-decoration: none;
}
li {
    display: list-item;
}

.next{
    background: #063856;
    -webkit-border-radius: 26;
    -moz-border-radius: 26;
    border-radius: 26px;
    text-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 3px #666666;
    -moz-box-shadow: 2px 2px 3px #666666;
    box-shadow: 2px 2px 3px #666666;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    padding: 6px;
    width: 140px;
    border: solid #063856 0px;
    text-decoration: none;
    float: right
}



.next:hover{
    text-decoration: none;
    background-color: #09517D;
    border-radius: 25px;
    color:white
}
.previous{
    background: #063856;
    -webkit-border-radius: 26;
    -moz-border-radius: 26;
    border-radius: 26px;
    text-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 3px #666666;
    -moz-box-shadow: 2px 2px 3px #666666;
    box-shadow: 2px 2px 3px #666666;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    padding: 6px;
    width: 140px;
    border: solid #063856 0px;
    text-decoration: none;
    float: left
}



.previous:hover{
    text-decoration: none;
    background-color: #09517D;
    border-radius: 25px;
    color:white
}

productconfig {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.3);
    height: 100%;
    width: 450px;
}

a.button {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: -1em;
    background: #000;
    overflow: hidden;
    padding-left: 1em;
}

a.button:after {
    display: inline-block;
    background: #1a459e;;
    content: "»";
    position: relative;
    margin-left: 1em;
    padding: .6em 1em;

}

a.button:hover {
    background-color: #1a459e;;

}

table {
    border: none;
}

.box:hover{
    background-color: #063856;
    background-color: #1a459e;;
}


.btn-flos{
    border-radius: 25px;
    border-style:none;
    padding:6px;
    color:white;
    background:#063856;
    text-align: center;
    width: 150px
}

.btn-flos.btn-flos-#1a459e;{
    background:#1a459e;;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background-color: #063856;
}
nav-pills>li.active>a:hover{
    color: aqua;
}

.boxes{
    height: 400px;
    box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.6), 0 3px 15px 0 rgba(0, 0, 0, 0.19);
    background-color: rgba(255, 255, 255, 0.2);
}


.finishing-product{
    transition: all .1s ease-in-out;
    transform: scale(1);
}

.finishing-product:hover{
    border: 1px solid #1a459e;;
    cursor: pointer;
}

.finishing-product.active{
    transform: scale(1.1);
    background:#063856;
    background-color: rgba(171, 171, 171, 0.8);
    padding: 10px
}

.finishing-product-icon{
    width:120px;
    display: block;
    margin: auto;
}

.navbar-default .navbar-nav>li>a{
    color: black;
}

.navbar-default .navbar-nav>li>a:hover{
    border-bottom: thick solid #3C0506;
    background-color: #1a459e;;
    color:white;
    transition: all 0.3s;
}

.navbar-nav>li>a{
    margin-left: 50px;
}

li>a:active {
    background-color: aqua;
    border-bottom: thick solid #1a459e;;
}


.headers{
    margin-bottom: 20%;
}

p span{
    font-size: 15px
}
.footer{
    padding:50px;
    background-color: black;
}
.agent{
    background-color: white;
    margin-top: 20px;
    padding: 3px 20px 30px 20px;
}

.ordernow{
    Font-family: 'Raleway', sans-serif;
    font-size: 17px;
    border-radius: 10px;
    background: #1a459e;;
    color:white;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);         padding:2%
}
.drilling{
    background-color: #1a459e;;
    border-style: solid #000;
    padding: 20px;
    width: 220px;
    height: 170px;
    box-shadow: 2px 2px 3px #666666;
}
.drillinginput{
    cursor: pointer;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-top: 40px;
}

.drilling input[type=checkbox] {
    width: 1.0em;
    height: 1.0em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.drilling input[type=checkbox]:checked {
    background-color: black;
    width: 1.0em;
    height: 1.0em;
    background-color: black;
    border-radius: 50%;
    border-color: black;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.drillingtop{}


.cuttinginput{
    margin-top: 2%;
    padding: 20px
}
.folding{
    padding: 50px
}
.folding placeholder{
    font-size: 1px
}

.servicebuttons{
    font-size: 20px;
    background-color: #1a459e;;
    color: white;
    border-radius: 10px;
    padding: 3%

}
.quantityheading{
    background-color: lightgray;

}

.testimonials{

}

.test{
    background-image: url(https://static.pexels.com/photos/296881/pexels-photo-296881.jpeg) ;
    opacity: 0.9;
    background-size: cover;

    background-attachment: fixed;
    padding: 20px
}

.textcontent{
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px
}
.test h3 {
    color:white;
    letter-spacing:1px;
    font-family: 'Assistant';
    font-size: 30px
}

.test h2 {
    color:white;
    letter-spacing:1px;
    font-family: 'Poppins', sans-serif;
}
sbox{
    border-style: solid ;
    color: #1a459e;;
}

.agentprogramme{
    background-color:#000;
    padding:30px 0px 30px 0px;
}
.agentprogramme p{
    color: white;
    font-size: 18px;
    font-family: 'Assistant';
}
.agentprogramme h3{
    color:white;
    font-family: 'Assistant';
}


.agentprogramme h1{
    color:white;
    padding:10px 0px 10px 0px;
    font-family: 'Poppins', sans-serif;
}


.printservice h4 {


    color:black;
}

.printservice h3{
    color:black;
    font-size:35px;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 5px;
}


.printservice p{
    color: black;
    font-size: 18px;
    font-family: 'Assistant'

}
.printserviceproducts{
    padding-top:3%;
    margin-left: 30%;
    font-family: 'Assistant'

}

.printserviceproducts h2{

    font-family: 'Assistant';
    font-size: 20px
}

.cart h2{
    font-size: 30px;
    padding: 20px
}

.payment{
    width: 550px;
    height: 100%;
}
.cutting h2{
    padding-bottom:5px;

}
.cutting p{
    padding-bottom:25px;

}
hr{
    color: black;
    outline-width: thick;
}
.delivery{
    width: 550px;
    height: 100%;
    margin-right: 20px

}
.deliveryselect{
    border-style: solid;
    border-color: #ababab;

    padding: 10px
}
.deliveryselect .active{
    border-style: solid;
    background-color: #1a459e;;
    color: white;

}
.deliveryselect .active{


}
.deliveryselect .active h3{
    color: white;
    padding:10px;
    background-color: #1a459e;;
}
.deliveryselect .hover:hover{
    border: 1px solid #1a459e;;
    border-radius: 35px;
    background-color: #1a459e;;
    color:white;
    cursor: pointer;
    box-shadow: 2px 2px 3px #000;
}

.deliveryselect h4{
    margin-top: 20px
}

.checkout h2{
    color:#fff;
    margin:20px 0px 20px 0px
}

.services h2{
    font-family: 'Poppins', sans-serif;
}

.services h3{
    font-size:23px;
    color:white;
    font-family: 'Assistant';
    padding-bottom:10px
}
.serviceblock h3{
    font-size:20px;
}
.serviceblock p{
    font-size:17px;
    font-family: 'Assistant';
}


.find{
    background-color: white;

    padding-top:80px;
    margin: 0px -10px 0px -20px
}
.find h2{
    font-family: 'Poppins', sans-serif;
}


.faq{
    padding:20px 20px 20px 20px;
    background:white;
    margin: 0px -20px 0px -20px
}

.footer{
    margin: 0px -20px 0px -20px
}

.productconfiguration{
    background-color: white;
    margin-top: 20px;
    width:auto;
    position: fixed;
    padding:20px;
}
.productconfig{
    position: fixed;
}

.drillingbutton{
    background: #1a459e;;
    background-image: -webkit-linear-gradient(top, #1a459e;, #751516);
    background-image: -moz-linear-gradient(top, #1a459e;, #751516);
    background-image: -ms-linear-gradient(top, #1a459e;, #751516);
    background-image: -o-linear-gradient(top, #1a459e;, #751516);
    background-image: linear-gradient(to bottom, #1a459e;, #751516);
    -webkit-border-radius: 26;
    -moz-border-radius: 26;
    border-radius: 26px;
    text-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 3px #666666;
    -moz-box-shadow: 2px 2px 3px #666666;
    box-shadow: 2px 2px 3px #666666;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    padding: 8px;
    border: solid #1a459e; 0px;
    text-decoration: none;
}

.drillingbutton:hover {
    background: #631113;
    text-decoration: none;
}

.productpage{
    background-color: rgba(255, 255, 255, 0.1);
}

.contactphone p{
    font-size: 13px;
    color: black
}

.guarantee{

    box-shadow: 2px 2px 3px #666666;
    margin-top: 10px;
    background-color:#F0F0F0
}

artworkalrt{
    margin-top: 40px
}

.user-override{
    background-color: #1a459e;;
}

.artworkbutton{
    background-color: white;
    color: black;
    border-radius: 25px;
    padding: 8px
}

.artworkbutton.active{
    background-color: #1a459e;;
    color: white;
    padding: 10px;

}

addCart{
    padding: 10px;
    border-style: solid;
    border-color: black;
}


.selectFile{
    border-radius: 25px;
    background:#419640;
    border-style:none;
    padding:2%;
    margin:2%
}

.productSearch{
    font-family: 'Assistant';
    color:white;
}

.productHeading{
    color:white;
    font-family: 'Montserrat', sans-serif;
    font-size:45px;
    margin:20px 0px 20px 0px;
}

.prodCatHead{
    color:white;
    background-color:#1a459e;
    padding:1%;
}

.backArt{
    border-style:solid;
    padding:10px;
    color:white
}

.backArt:hover{


    color:white
}
.editAddress{
    border-radius: 25px;
    background:#063856;
    border-style:none
}

.addAddress{
    background:#419640;
    margin-bottom:1%
}

.collection{
    color:black;
    font-size:30px;
    margin:2% 0% 2% 0%;
}

.totalPay{
    background:#fff;
    height:200px auto;
    width:auto;
    position:fixed;
    padding:2%;
    margin-right:2%
}

.editspecs{
    margin:2%;
    border-radius: 25px;
    background:#063856;
    border-style:none;
}

.continueShop{
    border-radius: 25px;
    background:#063856;
    border-style:none;
    padding:2% ;
}

.proceedCheck{
    border-radius: 25px;
    background:#419640;
    border-style:none;
    padding:2%;
}

.unConfigure{
    margin:3%;
    color:white;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
}

.clearCart{
    border-radius:25px;
    background:#1a459e;;
    border-style:none;
    padding:8px;
}

.artworkMethod{
    text-align: center;
    margin-bottom: 30px;
}
.requier{
    background-color: black
}

<!----signin----->


    #finshcontainer{
        position:relative;
        margin: 20px auto;
        width: 800px;
        border-radius: 10px;
        box-shadow: 1px 1px 5px #aaa;
        padding: 40px;
        background:#fff;
    }


label{cursor:pointer}
.finigshingnav{

    display:inline-block;
    width: 25%;
    float: right;

}
.finigshingnav ul{
    list-style:none;

    width:270px;
    position: fixed;

}
.finigshingnav ul li{
    padding: 10px 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
    width: 90%;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    font-weight: 300;
    color: #888;
    -webkit-font-smoothing: antialiased;

}
.finigshingnavul li:hover{
    background:#efefef;
    z-index:1;
    color: rgb(50, 50, 50);
}
.finigshingnav ul li:nth-child(1):hover::before{
    border-color: #efefef;
}
.finigshingnav ul li:nth-child(1)::before{
    content:"";
    position:absolute;
    border-style:solid;
    border-width:5px;
    border-color: #aaa;
    top:-10px;right:-1px;
    background-color:#fff;
}
.finigshingnav ul li:nth-child(1)::after{
    content:"";
    position:absolute;
    border-style:solid;
    border-width:5px;
    border-color: #fff;
    top:-11px;right:0px;
    border-radius: 0 0 10px 0;
    box-shadow: 1px 1px 0px gray

}
.finigshingnav ul li:nth-child(5):hover::before{
    border-color: #efefef;
}
.finigshingnav ul li:nth-child(5)::before{
    content:"";
    position:absolute;
    border-style:solid;
    border-width:5px;
    border-color: #aaa;
    bottom:-10px;right:-1px;
}
.finigshingnav ul li:nth-child(5)::after{
    content:"";
    position:absolute;
    border-style:solid;
    border-width:5px;
    border-color: #fff;
    bottom:-11px;right:0px;
    border-radius: 0 10px 0 0;
    box-shadow: 1px -1px 0px gray;
    background-color:#fff;
    padding: 20px;
}
#content{
    position:relative;
    display:inline-block;
    background: #fff;
    vertical-align:top;
    width:80%;
    box-shadow: 0 -1px 4px #aaa;

}

#content p{
    padding: 5px;
}
#content .div{
    position:relative;
    display:none;
    padding: 20px
}

#tab1:checked~ #content .div:nth-child(1),
#tab2:checked~ #content .div:nth-child(2),
#tab3:checked~ #content .div:nth-child(3),
#tab4:checked~ #content .div:nth-child(4),
#tab5:checked~ #content .div:nth-child(5){
    display:inline-block;

}

#tab1:checked~ nav ul li:nth-child(1),
#tab2:checked~ nav ul li:nth-child(2),
#tab3:checked~ nav ul li:nth-child(3),
#tab4:checked~ nav ul li:nth-child(4),
#tab5:checked~ nav ul li:nth-child(5){
    color: white;
    padding: 0px;
    background:#ababab;
    z-index:1;
    font-weight: 500;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 30px 25px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}

#tab1:checked~ nav ul li:nth-child(1)::before,
#tab2:checked~ nav ul li:nth-child(2)::before,
#tab3:checked~ nav ul li:nth-child(3)::before,
#tab4:checked~ nav ul li:nth-child(4)::before,
#tab5:checked~ nav ul li:nth-child(5)::before{
    border-color:#efefef;
}

.editquan h2{
    background: #ababab;
    padding: 20px
}


.cutbox {
    width: 200px;
    height: 200px;
    display: block;
    position: relative;
    background-color: #000;
    margin-top:10px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}




.productoffes{


}
.productoffers h4{
    color:white;

    font-family: 'Assistant';
    padding-left: 140px;
    font-size:40px;
    padding-top: 50px
}

.productoffers h3{
    color:black;

}

.pservice{

    height: 400px;

}

.pservice h3{
    color:black;
    font-size:40px;
    padding-top: 50px
}

.pservice p{


    padding-top: 20px
}
.about{
    background-image: url(https://static.pexels.com/photos/1984/black-and-white-city-man-people.jpg) ;
    opacity: 0.9;
    background-size: cover;

    background-attachment: fixed;

}

.about h2{
    font-size:40px;letter-spacing: 3px;padding:20px; color:white;
    font-family: 'Poppins', sans-serif;
    opacity: 1.0;
}

.about h3{
    color:white;letter-spacing:1px;font-family: 'Assistant';

}

.aboutpiece{
    margin:3% 0% 3% ;
    color:white
}

.aboutsection{
    background-color: rgba(0, 0, 0, 0.8);
    padding: 60px 0px 80px 0px
}

.why h4{
    font-family: 'Assistant';
}

.artworkdesc{
    margin: 40px 0px 40px 0px
}

.foldinginput{
    padding: 20px
}

.corner h3{
    padding:20px 0px 20px 0px
}

configureproduct{
    background-color: #1a459e;;
    margin-top: 20px

}

.truck{
    border-radius: 25px
}

.deliver{
    border-style: solid;
    border-color: #1a459e;;
    border-radius: 35px;
    width: 140px;
    padding: px;

}

.deliver:hover{
    border: 1px solid #1a459e;;
    border-radius: 35px;
    background-color: #1a459e;;
    color:white;
    cursor: pointer;
    box-shadow: 2px 2px 3px #000;
    width: 140px;

}

.deliver:active{
    box-shadow: 2px 2px 3px #000;
}
.deliverhead{
    margin-left: 120px
}

.servicehead{
    margin-bottom: 20px;
}
.checkbox input{
    margin-left: 20px
}

.logoimg{
    padding-top: 5px;
    margin-right: 120px
}
