* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
        background: #002b9b;
    position: relative;
    z-index: 11;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #002b9b;
    box-shadow: 0 3px 6px #d0cbcb;
}

.navbar .navbar-brand {
    width: 12%;
}

.navbar .navbar-brand h3 {
    color: green;
}

img {
    width: 100%;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
        color: rgb(91 233 255);
}
.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
    padding: 0 20px;
    color: #ffffff;
    text-transform: capitalize;
}

.banner {
    position: relative;
    padding-top: 15px;
}

.banner .bnr-form {
        background: #002b9b;
    padding: 25px 35px;
    border-radius: 15px;
    border: 3px solid #5ae9ff;
}
.carousel-item,
.carousel-item img {
    border-radius: 15px;
}

.banner .bnr-form h4 {
    color: white;
    text-align: center;
    font-size: 30px;
}

.banner .bnr-form h6 {
    color: #5be9ff;
    text-align: center;
    margin-bottom: 20px;
}

.btn {
    background: #f44336;
    color: #fff;
    text-transform: capitalize;
}

.btn:hover {
    background: #c82115 !important;
    color: #fff !important;
}

.heading {
    text-align: center;
}

.heading h1 {
    text-transform: capitalize;
}

.benefits {
    padding: 50px 0;
}

.benefits .card {
    border-radius: 15px;
    box-shadow: 2px 2px 30px -7px #ddddddd4;
    margin-bottom: 25px;
    border-color: whitesmoke;
}


.cntiv {
    position: absolute;
    width: 100%;
    height: 82%;
    top: 0px;
    left: 0px;
    transform: scale(0);
    box-shadow: 0px 0px 10px #3333334a;
    padding: 40px 30px;
    background-color: #0a2d5f;
    transition: all 0.5s ease-in-out;
    color: #fff;
}

.benefits .card:hover .cntiv {
    transform: scale(1);
}

.pump-reg {
    background-image: url(../img/banner-2inner.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

.pump-reg .cont {
    width: 43%;
    background: #7fffd47d;
    text-align: right;
    padding-top: 100px;
    height: 100%;
    padding-right: 50px;
}

.pump-reg .cont h1 {
    font-size: 65px;
    font-weight: 700;
    color: #000000;
}

.pump-reg .cont .btn {
    margin: 22px 0;
}

footer {
    background-color: #002b9b;
    padding: 40px 0;
}
.footer_form {
    border: 3px solid #5be9ff;
    border-radius: 15px;
    padding: 15px;
}
.logo_bottom {
    width: 210px;
    margin-bottom: 25px;
}
footer .footer-cont {
    color: #fff;
}

footer .footer-cont h4 {
    margin-bottom: 25px;
    color: #55e9ff;
}

footer .footer-cont ul {
    padding-left: 12px;
}

footer .footer-cont ul li {
    list-style: none;
    margin-bottom: 15px;
}

footer .footer-cont ul li a {
    text-decoration: none;
    color: #fff;
}

footer .footer-cont form .btn {
    background-color: #f44336;
    color: #fff;
    width: 100%;
    text-transform: capitalize;
}

footer .footer-cont form .btn:hover {
    background: #c82115 !important;
    color: #fff !important;
}

.about {
    padding: 40px 0;
   

}

.about .about-img {
    margin-bottom: 50px;
}

.about .about-img img {
    border-radius: 10px;
}


#Email
{
    color:black;
    font-size: 30px;
}
.about-form {
    box-shadow: 8px 4px 25px -10px grey;
    padding: 40px 50px;
}

.terms {
    padding: 40px 0;
}

.bnr {
    background-image: url(../img/bnr-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height: 300px;
    z-index: -1;
}

.bnr h2 {
    color: #fff;
    line-height: 300px;
    text-transform: uppercase;
}

.plan {
    margin-bottom: 30px;
}

.plan .brgr-hdng {
    background: #000000;
    padding: 35px 0;
    text-align: center;
}

.plan .brgr-hdng h4 {
    color: #ffff;
}

.plan .brgr-pricing {
    background: #efefef;
    text-align: center;
    padding: 20px 0;
}

.plan .brgr-pricing h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0;
}

.plan .brgr-pricing h1 span {
    color: #ff3f34;
}

.plan ul {
    padding-left: 0%;
    text-align: center;
}

.plan ul li {
    list-style: none;
    /* margin-bottom: 10px; */
    border-top: 1px solid #e4e4e4;
    padding: 12px 20px;
}

.plan ul li i {
    margin-right: 10px;
}

.plan ul li .btn {
    padding: 8px 74px;
    font-size: 20px;
}

.pricing {
    background: #fff;
    border: 1px solid #dcd5d5;
    box-shadow: 2px 2px 30px -10px #b9b9b9f2;
}

.pricing:hover {
    /* border-color: #ff3f34; */
    box-shadow: none;
}

.address p i {
    margin-right: 15px;
    font-size: 20px;
    color: #f44336;
}

.address p a {
    color: #000;
    text-decoration: none;
}

.address p a:hover {
    text-decoration: underline;
}

.cnt {
    box-shadow: 2px 2px 30px -12px #b5b5b5;
    padding: 40px 50px;
}

.cnt h4 {
    margin-bottom: 20px;
}


#img-box
{
    padding-left: 0%;
    padding-top: 1%;
    /* border: 2px solid red; */
}
#pro
{
    width: 100px; 
     height: 100px;
}


/* 
.animatable {
    visibility: hidden;
    animation-play-state: paused;
}

.animated {
    visibility: visible;
    animation-fill-mode: both;
    animation-duration: .5s;
    animation-delay: .1s;
    animation-play-state: running;
}

.animated.fadeInUp {
    animation-name: fadeInUp;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}

.animated.bounceIn {
    animation-name: bounceIn;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }

    50% {
        -webkit-transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(0.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
} */






.valmo-theme{
background:#f9fafc;
color:#1a1a1a;
font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,'Helvetica Neue',Arial;
-webkit-font-smoothing:antialiased;
}


.valmo-theme .header{display:flex;align-items:center;gap:16px;margin-bottom:18px}
.valmo-theme .kicker{background:#ff6b00;padding:6px 12px;border-radius:999px;font-weight:700;color:#fff;font-size:13px}
.valmo-theme h1{margin:0;font-size:28px;color:#222}
.valmo-theme p.lead{margin:8px 0 24px;color:#555}


.valmo-theme .steps{position:relative}


.valmo-theme .steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;align-items:start}


.valmo-theme .step{background:#fdfdfd;padding:20px;border-radius:12px;border:1px solid #eee;position:relative;overflow:visible;transition:transform .28s, box-shadow .28s}
.valmo-theme .step:hover{transform:translateY(-6px);box-shadow:0 10px 30px rgba(0,0,0,0.1)}


.valmo-theme .step-bubble{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;background:#fff;border:1px solid #ddd}
.valmo-theme .step-title{margin:12px 0 6px;font-weight:700;color:#222}
.valmo-theme .step-desc{margin:0;color:#555;font-size:14px;line-height:1.45}


.valmo-theme .connector{position:absolute;left:6%;right:6%;top:50%;height:2px;background:#eee;transform:translateY(-50%);z-index:0}


@media (max-width:880px){
.valmo-theme .steps-grid{grid-template-columns:1fr;gap:14px}
.valmo-theme .connector{display:none}
.valmo-theme .step{display:flex;gap:14px;align-items:flex-start}
.valmo-theme .step-bubble{flex:0 0 52px;width:52px;height:52px}
}


.valmo-theme .step{opacity:0;transform:translateY(12px);animation:enter .6s forwards;}
.valmo-theme .step:nth-child(1){animation-delay:.08s}
.valmo-theme .step:nth-child(2){animation-delay:.18s}
.valmo-theme .step:nth-child(3){animation-delay:.28s}
.valmo-theme .step:nth-child(4){animation-delay:.38s}
@keyframes enter{to{opacity:1;transform:none}}



.valmo-theme .icon{width:22px;height:22px;display:inline-block}
.navbar-light .navbar-toggler {
    background: white;
}




 .lead { color:#555; margin-bottom: 18px; }
 .cta { display:inline-block; margin-top: 14px; padding: 10px 16px; background:#1a73e8; color:#fff; text-decoration:none; border-radius:6px; }
    .info-box { background:#f1f8ff; border-left: 4px solid #1a73e8; padding:12px; margin:18px 0; border-radius:4px; }
    table { width:100%; border-collapse: collapse; margin-top:12px; }
    table th, table td { text-align:left; padding:10px; border-bottom:1px solid #e6e6e6; }
    footer { text-align:center; font-size:13px; color:#666; margin-top:26px; }
    .faq q { display:block; font-weight:600; margin-top:16px; }