*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,Helvetica,sans-serif}.container{max-width:1400px;margin:auto}header{background-color:#0b8d76;padding:10px 0px;box-shadow:0 0px 15px #000;margin-bottom:15px}header .header{display:flex;justify-content:space-between;align-items:center}header .header #brand img{width:250px}header .header nav ul{list-style-type:none;display:flex;gap:10px}header .header nav ul li a{color:#ffffff;text-decoration:none;padding:5px 10px;border-right:1px solid #ffffff;font-weight:600}header .header nav ul li:last-child a{border-right:0}#productshow{background-color:#fff}#productshow .slider{height:480px;background-image:url("../images/vcc-banner.png");background-repeat:no-repeat;background-size:600px;background-position-y:center;background-position-x:right;justify-content:start;display:grid;grid-template-columns:50%;align-items:center}#productshow .slider #showreview h2{font-size: 57px;color:#0b8d76;}#productshow .slider #showreview p{color:gray;margin-top: 20px;line-height: 38px;font-size: 21px;}#showcase{background-color:#0b8d76;color:#fff;padding:50px 0px 100px;display:grid;justify-content:center;align-items:center;margin-top:20px;box-shadow:0 0px 20px #000}#showcase h1{text-align:center;font-size:40px}#showcase p{text-align:center;margin:10px 0 50px}#showcase button{border:0;outline:0;background-color:tomato;color:#fff;padding:15px 35px;cursor:pointer;width:150px;margin:auto;font-size:18px}#serviceboxs{margin-top:-100px}#serviceboxs h3{margin:50px 0;text-align:center}#serviceboxs .serviceboxs{display:grid;grid-template-columns:repeat(4, 23%);justify-content:space-between}#serviceboxs .serviceboxs .service{background-color:#fff;padding:2px;border:1px solid #0b8d76;border-radius:10px;position: relative;}#serviceboxs .serviceboxs .service .pricebtn{position: absolute;bottom: 0;left: 0;right: 0;}#serviceboxs .serviceboxs .service img{width:100%;border-radius: 10px;}#serviceboxs .serviceboxs .service .icon{text-align:center}#serviceboxs .serviceboxs .service .icon img{transition:all ease .3s}#serviceboxs .serviceboxs .service .servicename{text-align:center;margin:20px 0}#serviceboxs .serviceboxs .service .priceperaction{font-size:80px;text-align:center}#serviceboxs .serviceboxs .service .somesms{text-align:center}#serviceboxs .serviceboxs .service ul{margin:20px 0;margin-left: 5px;margin-bottom: 150px;}#serviceboxs .serviceboxs .service ul li{list-style-type:none;padding:3px 0;font-size:14px}#serviceboxs .serviceboxs .service ul li::before{content:"✓";color:green;margin-right:10px}#serviceboxs .serviceboxs .service .pricebtn .calculateprice{padding:10px}#serviceboxs .serviceboxs .service .pricebtn .calculateprice span.fleft{float:left}#serviceboxs .serviceboxs .service .pricebtn .calculateprice span.fright{float:right}#serviceboxs .serviceboxs .service .pricebtn .calculateprice input{padding:5px;width:80px;float:right}#serviceboxs .serviceboxs .service .pricebtn #paycategorybox button,#serviceboxs .serviceboxs .service .pricebtn #paycategorybox .boxreviewbtn{display:block;width:100%;border:0;font-size:18px;padding:15px 30px;color:#fff;background-color:#0b8d76;text-decoration:none;margin-bottom:10px;text-align:center;font-weight:900;border-radius:20px;box-shadow:5px 5px 10px #0000008c;transition:all ease .3s;cursor:pointer}#serviceboxs .serviceboxs .service .pricebtn #paycategorybox button:hover,#serviceboxs .serviceboxs .service .pricebtn #paycategorybox .boxreviewbtn:hover{transform:scale(1.1)}#serviceboxs .serviceboxs .service:hover .icon img{transform:scale(1.2)}footer{background-color:#001616}footer .footer{max-width:1200px;margin:auto;padding:30px 0}footer .footer ul{display:flex;justify-content:center}footer .footer ul li{list-style-type:none}footer .footer ul li a{color:#fff;text-decoration:none;margin-right:10px;padding-right:10px;border-right:1px solid green}footer .footer ul li:last-child a{border-right:0;margin-right:0;padding-right:0}footer .footer p{text-align:center;padding:10px 0 0;color:#fff;font-size:14px}@media(max-width: 1400px){.container{padding:0px 10px}}@media(max-width: 1250px){header .header{display:grid;justify-content:center}header .header #brand{width:370px;margin:auto}header .header nav{padding:10px 0}header .header .livechatbtn{text-align:center}#productshow .slider{background:none;height:400px;justify-content:center}#showcase{padding-top:50px}#serviceboxs .serviceboxs{grid-template-columns:repeat(2, 45%);grid-row-gap:50px}#serviceboxs .serviceboxs .service ul{display:grid;justify-content:center}}@media(max-width: 750px){#productshow .slider{height:300px;justify-content:center;grid-template-columns:70%}#showcase h1{font-size:25px}#serviceboxs .serviceboxs{grid-template-columns:repeat(1, 90%);justify-content:center;grid-row-gap:50px}footer{margin-top:50px}}@media(max-width: 650px){header .header nav ul{text-align:center}header .header nav ul li a{padding:0;border-right:none;text-align:center}}
#livechatbtn{
    position: fixed;
    top: 400px;
    right: 2%;
    width: 100px;

    z-index: 1000;
}
#livechatbtn img{
    width: 100%;
}
.link{color: #0b8d76;text-decoration: none;}
.paycard{
    font-family: Arial, Helvetica, sans-serif;
    width: 300px;
    height: 175px;
    border-radius: 10px;
    margin: auto;
    position: relative;
}
.paycard .chip, .paycard .cardnumber, .paycard .cardname,
.paycard .brand{
    position: absolute;
    left: 8%;
}
.paycard .chip{
    width: 47px;
    height: 36px;
    bottom: 50%;
    background-image: url('../images/cardchip.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.paycard .signal{
    width: 25px;
    height: 30px;
    bottom: 50%;
    position: absolute;
    right: 8%;
    background-image: url('../images/signal.png');
    background-size: 100% 100%;
}
.paycard .brand{
    top: 8%;
    font-size: 25px;
    font-weight: 600;
    color:white;
}
.paycard .cardnumber{
    bottom: 30%;
    color: white;
    font-size: 22px;
}
.paycard .cardname{
    bottom: 10%;
    font-size: 12px;
}
.paycard .validthru{
    position: absolute;
    font-size: 9px;
    width: 10px;
    left: 67%;
    bottom: 10%;
    line-height: 9px;
}
.paycard .expirydate{
    position: absolute;
    font-size: 18px;
    bottom: 10%;
    left: 77%;
}