*{
	margin:0;
	padding:0;
}
/*@font-face {
  font-family: charleswright;
  src: url("/../charles/CharlesWright-Bold.ttf");
} */
@font-face {
    font-family: "charleswright";
    src: url(/public/cfonts/LaserCharlesWright.eot);
    src: url(/public/cfonts/LaserCharlesWright.eot?#iefix) format("embedded-opentype"),url(/public/cfonts/LaserCharlesWright.woff) format("woff"),url(/public/cfonts/LaserCharlesWright.ttf) format("truetype"),url(/public/cfonts/LaserCharlesWright.svg#Sri-TSCRegular) format("svg");
    font-weight: 400;
    font-style: normal
}

.d-none {
    display: none!important;
}

.wrapper {
    width: 100%;
}
.fixed-width{
	width: auto;
    max-width: 1440px;
    margin: auto;
    padding:0 20px;
}
.flex-container{
	display:flex;
}
.flex-container-header,.flex-container-hero{
	display:flex;
	justify-content: space-between;
	align-items:center;
}
.flex-container-contact{
	display:flex;
	justify-content: space-evenly;
	align-items:center;
}
.container {
    width: 100%;
}
.container-bg {
    width: 100%;
    background-color: #273386;
}
.covid-update{
	font-size:16px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	background-color: #273386;
	padding:22px 0;
	text-align: center;
	width: 100%;
}
.padding{
	padding:26px 0px;
}
.nav li{
	display: inline-block;
	list-style: none;
}
.nav a {
    text-decoration: none;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #2d2d2d;
    padding: 0 15px;
    transition: .5s;
    letter-spacing: .65px;
    border-right: 1px solid #d6d5d5;
}
.login-btn
{
    position: relative;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background-color: #273386;
    padding: 15px 15px;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: inset 0px 0px 5px 3px rgba(0,0,0,0.2);
}
.login-btn:hover
{
	box-shadow: inset 0 0 50px 0px #192471;
}


/* login register buttons */
.nav li:nth-child(6) a, .nav li:nth-child(7) a, .list-nav li:nth-child(6) a, .list-nav li:nth-child(7) a {
    border-radius: 10px;
    padding: 10px;
    margin-left: 2px;
    background: -webkit-linear-gradient(top, #4c7cb1, #273386);
    color: #fff;
}
.nav li:nth-child(6) a, .list-nav li:nth-child(6) a{
    margin-left: 12px;
}
.nav li:nth-child(6) a img, .list-nav li:nth-child(6) a img{
    vertical-align: middle;
}
.nav li:nth-child(6) a span, .list-nav li:nth-child(6) a span, .no-cart
{
    font-family: 'Roboto', sans-serif;
}
.nav li:nth-child(8) a i, .rsp-cart a i
{
    background-color: #fba536;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
     transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.rsp-cart
{
	display: none;
}
.nav li:nth-child(8) a i:hover
{
	background: #273386;
}
.nav li:nth-child(8) a
{
    padding: 0;
}
.nav a:hover{
	color:#faaf50;
}
.nav i {
    padding-right: 5px;
}

.feature-bg{
	background-image: linear-gradient(#fbbf37, #fba536);
}
.marquee
{
    height: 75px;
}
.header-feature {
    display: flex;
    align-items: center;
    transition: all 0.5s;
    padding: 20px;
    width: 33%;
}
.icon {
    background: #fba536;
    border: 3px solid #faaf50;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.icon i {
    line-height: 40px;
     font-size: 22px;
    color: #fff;
    transition: all 0.5s;
    transform: rotate(-15deg);
    transition: all 0.5s;
}
.feature
{
    background-color: rgba(255,255,255,0.3);
}
.header-feature:hover .icon i {
    color: rgba(255,255,255,1);
    transform: rotate(0deg);
}

.feature-des {
    padding: 0 0 0 25px;
}
.feature-des h4 {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color:#2d2d2d;
    margin-bottom: 5px;
}
.feature-des p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #2d2d2d;
    line-height:20px;
}
.border-rt-lt {
    border-right: 2px solid #fddf9b;
    border-left: 2px solid #fddf9b;
    padding: 20px 20px;
}
.order{
	padding-left: 20px;
}
.hero-bg{
	background-image: url("../homeimages/hero-background.png");
	background-size: cover;
	background-repeat:no-repeat;
	padding:68px 0 100px 0;
    position: relative;
}
.hero-bg:after  
{
    content: "";
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.flex-container-hero
{
    z-index: 1;
    position: relative;
}
.hero-des h4{
	font-size: 24px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color:#2d2d2d;
    margin-bottom: 15px;
}
.hero-des p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #7a7a7a;
    line-height: 25px;
    margin-bottom: 50px;
}
.under-btn
{
    position: relative;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background-color: #273386;
    background-image: -webkit-linear-gradient(top, #4c7cb1, #273386);
    padding: 15px 15px;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: inset 0px 0px 5px 3px rgba(0,0,0,0.2);
     transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.under-btn:hover
{
    box-shadow: inset 0 0 50px 0px #192471;
}
.under-btn:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 5%;
    left: 1%;
    width: 98%;
    height: 40%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-image: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0));
}
.under-btn:after {
    content: " ";
    display: inline-block;
    position: absolute;
    bottom: 5%;
    left: 1%;
    width: 98%;
    height: 20%;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.2));
}
.underg-btn
{
    position: relative;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background-color: #399e39;
    background-image: -webkit-linear-gradient(top, #5cb85c, #399e39);
    padding: 15px 15px;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: inset 0px 0px 5px 3px rgba(0,0,0,0.2);
     transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.underg-btn:hover
{
    box-shadow: inset 0 0 50px 0px #1e691e;
}
.underg-btn:before, .undery-btn:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 5%;
    left: 1%;
    width: 98%;
    height: 40%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-image: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0));
}
.underg-btn:after, .undery-btn:after {
    content: " ";
    display: inline-block;
    position: absolute;
    bottom: 5%;
    left: 1%;
    width: 98%;
    height: 20%;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.2));
}




.undery-btn
{
    position: relative;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background-color: #fba536;
    background-image: -webkit-linear-gradient(top, #fbbf37, #fba536);
    padding: 15px 15px;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: inset 0px 0px 5px 3px rgba(0,0,0,0.2);
     transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.undery-btn:hover
{
    box-shadow: inset 0 0 50px 0px #c17819;
}

.hero-des {
    width: 49%;
}
.hero-plate {
    width: 50%;
}
.hero-plate img {
    width: 90%;
}
.customize-bg{
	background-image: linear-gradient(#fff, #e8ebff);
	box-shadow: 0 0px 5px 0 rgba(110, 110, 110, .1);
    padding: 50px;
    margin: 70px 0;
    border-radius: 10px;
}
.customize-para{
	color: #2d2d2d;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	text-align:right;
    width: 70%;
    margin: auto;
}
.your-registration 
{
    display: flex;
}
.your-registration input {
    background-color: transparent;
    border: none;
    outline: 0;
    background-color: #fba536;
    background-image: -webkit-linear-gradient(top, #fbbf37, #fba536);
    box-shadow: inset 0px 0px 5px 3px rgba(0,0,0,0.2);
    padding: 15px 20px;
    border-radius: 10px;
    width: 55%;
    line-height: 0px;
    font-size: 42px;
    position: relative;
    font-family: charleswright;
}
.your-registration input:focus::placeholder {
  color: transparent;
}
.your-registration input:focus, .preview-btn:focus
{
	box-shadow: inset 0 0 0px 3px #2d2d2d;
}
.your-registration input:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 5%;
    left: 3%;
    width: 95%;
    height: 40%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-image: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0));
}
.your-registration input:after {
    content: " ";
    display: inline-block;
    position: absolute;
    bottom: 3%;
    left: 1%;
    width: 95%;
    height: 20%;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.2));
}
.your-registration ::placeholder
{
    color: #010101;
}
.preview-btn
{
    background: transparent;
    border: none;
    cursor: pointer;
    outline: 0;
    position: relative;
    font-size: 20px;
    color: #fff;
    font-family: charleswright;
    font-weight: 400;
    margin-left: 40px;
    background-color: #399e39;
    background-image: -webkit-linear-gradient(top, #5cb85c, #399e39);
    background-image: -o-linear-gradient(top, #5cb85c, #399e39);
    background-image: -ms-linear-gradient(top, #5cb85c, #399e39);
    background-image: -moz-linear-gradient(top, #5cb85c, #399e39);
    padding: 25px 40px;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px 3px rgba(0,0,0,0.2);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.preview-btn:hover 
{
    box-shadow: inset 0 0 50px 0px #1e691e;
}

.preview-btn:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 5%;
    left: 2%;
    width: 96%;
    height: 40%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-image: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0));
}
.preview-btn:after {
    content: " ";
    display: inline-block;
    position: absolute;
    bottom: 5%;
    left: 2%;
    width: 96%;
    height: 20%;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.2));
}
.desktop-rspnone
{
    display: none ;
}
.customize-para p {
    color: #2d2d2d;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.about-container{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.about-container h4{
	color: #2d2d2d;
	font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-bottom: 25px;
}
.about-container p{
	color: #7a7a7a;
	font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height:30px;
}
.about-des{
	color: #7a7a7a;
	font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height:30px;
    margin-top: 20px;
    margin-bottom: 70px;
}
.about {
    width: 54%;
}
.about-img {
    width: 44%;
    text-align: right;
}
.no-plates{
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 70px;
}
.car-plate:after, .bike-plate:after, .metal-plate:after
{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgb(232,235,255);
    background: linear-gradient(0deg, rgba(232,235,255,1) 0%, rgba(255,255,255,0.6026785714285714) 55%, rgba(255,255,255,0) 100%);
}
.number-plate:hover:after
{
	height: 100%;
	background: linear-gradient(0deg, rgba(232,235,255,1) 0%, rgba(255,255,255,0.5) 55%, rgba(255,255,255,0) 100%);
    border-top-right-radius:0px;
    border-top-left-radius:0px;
}
.effect-overflow {
    width: 32%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.car-plate, .bike-plate, .metal-plate
{
	background-size: cover;
	background-repeat:no-repeat;
	height: 200px;
    width: 100%;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s;
}
.car-plate{
	background-image: url("../homeimages/plates-car-number.png");
}
.bike-plate{
	background-image: url("../homeimages/plates-bike-number.png");
}
.metal-plate{
	background-image: url("../homeimages/plates-metal-number.png");
}
.effect-overflow:hover .car-plate, .effect-overflow:hover .bike-plate, .effect-overflow:hover .metal-plate
{
	transform: scale(1.1,1.1) rotate(2deg);
}
.number-plate
{
	width: 100%;
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px 10px 10px;
	box-sizing: border-box;
}
.number-plate p{
	color: #2d2d2d;
	font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    align-self: flex-end;
    z-index: 9;
    margin-bottom: 11px;
}
.buy-btn
{
    position: relative;
    align-self: flex-end;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background-color: #fba536;
    background-image: -webkit-linear-gradient(top, #fbbf37, #fba536);
    padding: 12px 20px;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: inset 0px 0px 5px 3px rgba(0,0,0,0.2);
    z-index: 9;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.buy-btn:hover
{
	box-shadow: inset 0 0 50px 0px #c17819;
}
.buy-btn:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 5%;
    left: 3%;
    width: 95%;
    height: 40%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-image: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0));
}
.buy-btn:after {
    content: " ";
    display: inline-block;
    position: absolute;
    bottom: 3%;
    left: 1%;
    width: 95%;
    height: 20%;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.2));
}
.customer-review-testi p{
	color: #2d2d2d;
	font-size: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
   	text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 50px;
}
/*testi*/
.testimonal{
	padding-top:70px;
	background-image: linear-gradient(#fff, #e8ebff);
	padding-bottom: 70px;
	box-shadow: 0 0px 5px 0 rgba(110, 110, 110, 0.1);
}
/*end*/

.registered {
    text-align: center;
}
.registered i {
    background: #273386;
    font-size: 60px;
    color: #fff;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 3px solid #4c7cb1;
    transition: .5s;
}
.registered:hover i{
	background: #fba536;
    border-color: #faaf50;
}
.registered h4 {
    color: #2d2d2d;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight:700;
    margin-bottom: 20px;
}
.registered p {
    color: #7a7a7a;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    line-height:25px;
}

.contact_us {
    font-size: 16px;
    font-weight: 400;
    font-family:'Roboto', sans-serif;
    color: #fff;
    background-color: #273386;
    padding: 15px 15px;
    display: inline-block;
    width: 40%;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    transition: .5s;
}
.contact_us:hover{
	background-color: #fba536;
}
.footer {
    background: #273386;
}
.footer-para {
    color: #fff;
    font-family:'Roboto', sans-serif;
    text-align: center;
    font-size: 14px;
    padding: 40px 0;
    width: 70%;
    line-height: 25px;
    margin: auto;
}
.copyright {
    color: #faaf50;
    font-size: 16px;
}
.copyright a{
	color: #faaf50 !important;
	text-decoration: none;
}
.copyright-kuroit a:hover {
    color: #fff !important;
}

.nav{
    display: block;
    width: 70%;
    text-align: right;
    padding: 0;
}


.hamburger{
    background: none;
    line-height: 50px;
    padding: 0;
    color: #273386;
    border: 0;
    font-size: 37px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
  z-index:10000000000000;
  position: relative;
  left: -10px;
}
button.hamburger::after {
    content: url("../homeimages/burger.png");
    width: 30px;
}
.cross{
  background: transparent;
     top: 15px;
    position: relative;
    left: -10px;
  color:#fba536;
  border:0;
  font-size:4em;
  line-height:50px;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
  display: block;
}
.list-nav{z-index:1000000; font-weight:normal; font-size:13px; width:100%; background:#273386;position: absolute;
    top: 102px; padding: 7px 0px 7px 0px;left: 0;}
.list-nav ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none;}
.list-nav li {display: block;   padding:12px 15px 12px 15px; text-align:left; }
.list-nav li:hover{display: block;}
.list-nav ul li a { text-decoration:none;  margin: 0px; color:#fff !important; font-family:'Roboto', sans-serif; font-size: 14px;
    font-weight: 400;line-height: 20px;}
.list-nav ul li a:hover { text-decoration:none;}
.list-nav a{text-decoration:none; color:#000;}
.list-nav a:hover{text-decoration:none; color:#666;}
.list-nav i {
    margin-right: 10px;
}
.hamburger, .cross, .list-nav
    {
        display: none;
    }
.ruk-icon-arrow-left-1-01, .ruk-icon-arrow-right-1-01 {
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.ruk-icon-arrow-left-1-01:hover, .ruk-icon-arrow-right-1-01:hover {
    color: #fba536 !important;
}
@media screen and (max-width: 1200px) {
	.hero-des a {
    width: 55%;
	}
	.preview_plate {
    padding: 23px 12px;
        width: 26%;
	}
	.your_registration {
    font-size: 33px;
	}
	.about-img img {
    width: 100%;
	}
	.fixed-width {
    width: auto;
	}
    .flex-container.customize-bg.customize-plate {
        flex-direction: column;
    }
     .your-registration {
        flex-direction: column;
    }
    .your-registration input {
        padding: 15px 20px;
        width: 100%;
        font-size: 42px;
        box-sizing: border-box;
    }
    .your-registration button {
        padding: 15px 40px;
        font-size: 20px;
        margin-left: 0px; 
        margin-top: 20px;
    }
}
@media screen and (max-width: 1080px) {
.hamburger, .cross, .list-nav {
    display: block;
    }
    .nav{
        display: none;
    }
    .rsp-cart
	{
		display: block;
		position: absolute;
		right: 60px;
	}
    .nav li:nth-child(6) a, .nav li:nth-child(7) a, .list-nav li:nth-child(6) a, .list-nav li:nth-child(7) a {
    margin-left: 0px;
    }
    .list-nav ul li:nth-child(6), .list-nav ul li:nth-child(7) {
	    display: inline-block;
	    width: 40%;
	}
	.list-nav ul li:nth-child(6) a, .list-nav ul li:nth-child(7) a {
	    width: 100%;
	    display: block;
	}
}
@media screen and (max-width: 900px) {
	.footer-privacy-flex {
	    flex-direction: column;
	}
	.copyright {
    text-align: center;
	}
    .copyright-kuroit, .copyright-kuroit a {
    text-align: center;
        padding-bottom: 15px;
    }
	 .hamburger, .cross, .list-nav {
    display: block;
    }
    .nav{
        display: none;
    }
    .nav li:nth-child(6) a, .nav li:nth-child(7) a, .list-nav li:nth-child(6) a, .list-nav li:nth-child(7) a {
    margin-left: 0px;
    }
    .list-nav li:nth-child(8) 
    {
        padding-top:2px;
    }
    .flex-container, .about-container, .no-plates, .dispatch-container{
    	flex-direction:column;
    }
    .fixed-width{
    	width:auto;
    }
    .border-rt-lt {
    border-top: 2px solid #fddf9b;
    border-bottom: 2px solid #fddf9b;
    border-left:0;
    border-right:0;
    padding: 20px 20px;
	}
	.header-feature {
    width: auto;
	}
    .container.feature-bg {
    /*height: 95px;*/
    overflow-y: scroll;
    }
	.flex-container-hero{
    flex-direction: column-reverse;
	}
	.hero-bg{
		padding:40px 0;
	}
	.hero-plate {
    width: auto;
    text-align: center;
        margin-bottom: 30px;
	}
	.hero-des p{
		margin-bottom:30px;
	}
	.hero-plate img {
    width: 70%;
	}
	.hero-des {
    width: auto;
	}
	.customize-bg{
		padding:30px;
	}
	.customize-style {
    width: auto;	
	}
	.customize-para {
    width: auto;
    text-align: center;
	}
	.your_registration {
    font-size: 28px;
    width: auto;
    margin-right: 20px;
	}
	.preview_plate {
    font-size: 20px;
    padding: 20px 15px;
    display: inline-block;
    width: auto;
    top: -4px;
    position: relative;
	}
	.about {
    width: auto;
	}
	.about-img {
    width: auto;
    text-align: center;
    margin-top: 20px;
	}
	.number-plate {
    width: 100%;
    margin-bottom: 20px;
	}
	.about-des {
    margin-bottom: 40px;
	}
	.no-plates{
		margin-bottom:40px;
	}
	.testimonal{
		padding:40px 0;
	}
	.registered {
    width: 60%;
	}
	.contact{
		width:45%;
	}
	.contact p {
    font-size: 20px;
	}
	.number {
    font-size: 30px;
    width: 45%;
    text-align: right;
	}
	.number i {
    font-size: 35px;
	}
    .footer-para {
        width: auto;
    }
    .your-registration input {
        font-size: 40px;
    }
     .effect-overflow 
     {
        width: 100%;
        margin: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .covid-update
    {
        font-size: 14px;
    }
     .your-registration input {
        font-size: 20px;
        box-sizing: border-box;
    }
     .desktop-rspnone
    {
        display: block;
    }
    .mobile-rspnone
    {
        display: none;
    }
    .rsp-mtb20
    {
        margin: 20px 0;
    }
}
@media screen and (max-width: 563px) {
	.preview_plate {
    width: auto;
    top: 15px;
	}
	.flex-container-contact {
    flex-direction: column;
	}
	.contact, .number{
		width:100%;
		text-align: center;
	}
	.number{
		text-align:center;
		margin-top:20px;
	}
	.contact_us{
		margin:auto;
	}
	.registered {
    width: 100%;
	}
}
@media screen and (max-width: 425px) {
	.logo {
    width: 80%;
	}
	.logo img {
    width: 80%;
	}
	.hero-des a {
    width: auto;
	}
	.your_registration {
    width: auto;
    font-size: 22px;
    margin-right: 0;
	}
	
	.about-img {
    width: 100%;
	}
	.about-img img {
    width: 100%;
	}
	.number-plate {
    width: 100%;
	}
	.registered {
    width: 100%;
	}
	.flex-container-contact{
		flex-direction: column;
	}
	.contact, .number {
    width: 100%;
	}
	.number {
		text-align: center;
		margin-top:20px;
	}
    .your-registration ::placeholder
    {
        line-height: 30px;
    }
    .underg-btn
    {
        font-size: 14px;
    }
}
@media screen and (max-width: 400px) {
.number-plate p {
    color: #2d2d2d;
    font-size: 14px;
}
.about-img img {
    width: 100%;
}
}

.sticky-add-to-basket {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    transition: opacity 0.3s ease;
    opacity: 0; /* Initially hidden */
    pointer-events: none; /* Prevents interaction when hidden */
    background-color: rgb(66, 177, 104);
    z-index: 100;

    justify-content: center !important;
    font-size: 20px !important;
    line-height: normal !important;
    text-align: center;
    color: #fff;
    width: 85%;
    max-width: 350px;
    padding: 12.2px 20px !important;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.2));
    border-radius: 5px !important;
    text-transform: uppercase;
}

.sticky-add-to-basket A {
    color: #FFF;
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
}

.sticky-add-to-basket A SVG, .sticky-add-to-basket A .lock-icon {
    position: absolute; 
    left: 16.67px;
}

@media (min-width: 431px) {  
    .sticky-add-to-basket {  
        display: none !important;  
    }  
}

.ReviewStar {
    color: #fba536;
}
.starCollection[data-v-78cf04a0]{
    width:100%;
}

/* Slider CSS starts here */


/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    box-sizing: border-box;
    display: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: flex !important;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.prev-arrow{
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.next-arrow{
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.slide-btn {
    margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 767px) {
    .slick-slider {
        display: block;
    }
    .border-rt-lt{
        border:none;    
        padding: 20px 20px;

    }
}

.about a, .about-des a {
    color: #7a7a7a;
    text-decoration: none;
    font-weight: 500;
}
.footer-privacy-flex {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    align-items: center;
    padding-bottom: 40px;
    font-family: 'Roboto', sans-serif;
}
.footer-privacy-flex ul {
    color: #fff;
    list-style: none;
}
.footer-privacy-flex li {
    display: inline;
    padding-left: 10px;
}
.footer-privacy-flex a{
	color: #fff;
	transition: all 0.5s;
	    text-decoration: none;
}
.footer-privacy-flex a:hover{
	color: #faaf50;
}
.copyright-kuroit, .copyright-kuroit a {
    padding-top: 6px;
    color: #faaf50 !important;
    font-size: 14px;
}
/* Steps styles */
.panel {
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

.panel-thin {
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 hsla(0,0%,90%,.5);
}

.panel-heading {
    border-bottom: 1px solid #d3d3d3;
    color: #000;
    display: flex;
    align-items: center;
}

.panel-thin .panel-heading {
    align-items: center;
    border-bottom: 1px solid #d3d3d3;
    color: #000;
    display: flex;
}
.panel .panel-heading {
    padding: 15px;
}

.step {
    background: rgb(255, 217, 0);
    /* background: #fbc036; */
    border-radius: 20px;
    width: 40px; height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    margin-right: 15px;
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.panel .panel-heading h3 {
    font-weight: 600;
}

.panel-thin .step {
    background: rgb(255, 217, 0);
    /* background: #fbc036; */
    border-radius: 20px;
    color: #000;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    text-align: center;
    width: 40px;
  }

  .panel .panel-body {
    padding: 15px;
  }

  .panel label {
    display: inline-flex;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .homepage-bg-overlay {
    background: linear-gradient(180deg, #fbc036 0%, rgba(251, 192, 54, 0) 100%);
    width: 100%;
    height: 100%;
    opacity: 0.1;
  }

  #builder-main-content {
    text-align: center !important;
  }

  #builder-main-content H1 {
    font-family: "Open Sans Bold", "Open Sans", sans-serif !important;
    text-align: center !important;
  }

  .yellow-overlay.desktop-only {
    text-align: center;
    background-color: #fefaf1;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 300px;
    position: relative;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 70% 90%, 50% 100%, 30% 90%, 0% 75%);
    box-shadow: 0 1px 0 #ccc;
  }

  .yellow-square::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 15px;
    background-color: #fefaf1;
    border-radius: 0 0 15px 15px; /* Makes it smooth */
  }

  .yellow-overlay.desktop-only H1 {
    font-size: 5rem;
    color: #333333;
  }

  .yellow-overlay.mobile-only {
    text-align: center;
    background-color: #fefaf1;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    min-height: 245px;
    position: relative;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 70% 90%, 50% 100%, 30% 90%, 0% 75%);
    box-shadow: 0 1px 0 #ccc;
  }

  .yellow-overlay.mobile-only::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc; /* This is the border */
  }

    .desktop-only .two-minutes-to-perfect-plates {
        font-style: italic;
    }

  #builder-main-content .yellow-overlay {
    padding: 2px 2px 2px 2px;
    background-color: #fefaf1;
    box-sizing: border-box;
    box-shadow: 0px 2px 2px 0px rgba(215, 215, 215, 0.35);
  }