
.carousel-inner.inner-banner  {
    height: 80vh;
}
.inner-banner img {
    height: 400px;
    object-fit: cover; /* Ensures the image fits within the specified height */
    width: 100%;      /* Makes the image span the full width */
}

.privacy-policy {
    max-width: 800px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.privacy-policy h1 {
    text-align: center;
    color: #00274d;
}

.privacy-policy h2 {
    margin-top: 20px;
    color: #00509e;
}

.privacy-policy p, .privacy-policy ul {
    margin: 10px 0;
}

.privacy-policy ul {
    padding-left: 20px;
}

.privacy-policy a {
    color: #00509e;
    text-decoration: none;
}

.privacy-policy a:hover {
    text-decoration: underline;
}

.service-item .service-icon i {
     font-size: 24px;
}

.headi .row h1 {

    padding-top: 5rem;
}
.marg {
    margin-top: 2rem;
}

.isize i {
    font-size: 2rem;
}

.pys-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.run {
    font-size: 1rem;
}




@media (max-width: 576px) {
    
    .inner-banner .carousel-caption, .carousel-inner {
        height: 15.3rem;
    }

    .carousel-inner.inner-banner {
        height: 30vh;
    }
}

@media (max-width: 700px) {
    
    iframe {
        width: auto;
    }
}

.cont {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f7f7f7;
}

.thanks {
    text-align: center;
    background-color: #ffffff;
    padding: 30px 40px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.thanks h1 {
    color: #333333;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.thanks p {
    color: #555555;
    font-size: 1rem;
    margin-bottom: 30px;
}

.butn {
    display: inline-block;
    text-decoration: none;
    background-color: #2BB1E0;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1rem;
    transition: background-color 0.3s;
}

.butn:hover {
    background-color: #0056b3;
}
