

    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        background-color: #f0f0f0;
        overflow-x: hidden; /* Prevent horizontal overflow */
        border-radius: 8px;
    }
    
  
/* Topbar styles */
.topbar {
    /*background-color: #0A295B; */
    background-color:#6699CC;
    padding: 10px 15px; /* Padding for the topbar */
    color: whitesmoke; /* Text color */
    display: flex;
    justify-content: space-between; /* Space out children */
    align-items: center; /* Vertically center items */
   
    border-bottom: #90EE90 2px solid;
    overflow: hidden; /* Ensure no overflow */
   
    z-index: 1;
}

.topbar p {
    margin: 0; /* Remove default margin */
    display: flex;
    align-items: center; /* Align items within the paragraph */
    white-space: nowrap; /* Prevent wrapping of content */
}

.left {
    font-weight: bold;
    margin-left: 20px; /* Margin on the left side for phone number */
    text-align: left; /* Align text to the left */
    flex: 1; /* Allow left section to take up available space */
}

.left span {
    margin-left: 80px; /* Adjust spacing between text elements within .left */
}

.right {
    font-weight: bold;
    margin-right: 20px; /* Margin on the right side for email */
    text-align: right; /* Align text to the right */
}
.right label{
    margin-right: 120px;
}

/* Icon styling */
.material-symbols-outlined {
    margin-right: 5px; /* Space between icon and text */
}

/* Responsive adjustments for 1024px screens and smaller */
@media (max-width: 1024px) {
    .topbar {
        padding: 8px 12px; /* Adjust padding for smaller screens */
        display: none;
    }
.header{
    background-color:#31b0d5;
}
    .topbar p {
        font-size: 14px; /* Adjust font size for readability */
    }

    .left {
        margin-left: 15px; /* Adjust margin for phone number */
    }

    
}

/* Responsive adjustments for 768px screens and smaller */
@media (max-width: 768px) {
    .topbar {
        padding: 6px 10px; /* Further adjust padding for tablets */
        display: none;
    }

    .topbar p {
        font-size: 14px; /* Adjust font size for readability */
    }

    .left {
        margin-left: 10px; /* Adjust margin for phone number */
    }

    
}

/* Responsive adjustments for 576px screens and smaller */
@media (max-width: 576px) {
    .topbar {
        padding: 5px 5px; /* Further adjust padding for extra-small screens */
        display: none;
    }

    .topbar p {
        font-size: 12px; /* Further adjust font size for extra-small screens */
    }

    .left {
        margin-left: 5px; /* Further adjust margin for phone number */
        white-space: nowrap; /* Ensure phone number does not wrap */
    }

    .left span {
        margin-left: -200px; /* Adjust spacing for very small screens */
    }
   
}
/* Hide the dropdown by default */
.dropdown-menu {
    display: none; /* Dropdown is hidden by default */
    position: absolute;
    top: 100%; /* Position below the nav item */
    left: 0;
    z-index: 1000; /* Ensure dropdown is on top */
    width: auto; /* Optional: Match the width of the nav item */
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Optional: Add shadow for better visibility */
    width:auto;
}

/* Show the dropdown on hover */
.nav-item:hover .dropdown-menu {
    display: block; /* Show the dropdown menu on hover */
   width:auto;
}

/* Styling for dropdown items */
.dropdown-item {
    padding: 0.5rem 1rem;
    white-space: nowrap; /* Prevent text from wrapping */
    border-bottom: 1px solid #ddd; /* Add a bottom border to each item */
 
}

/* Remove the border from the last item */
.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}
#drop{
    width: 230px;
}
#serdrop{
    width:auto;
}

/* Header Styles */

.header {
    background-color: whitesmoke;
    padding: 0 15px; /* Padding on left and right sides */
    display: flex;
    justify-content: space-between; /* Align children to the edges */
    align-items: center; /* Vertically center items */
    position: relative; /* Initial position relative to the page */
    width: 100%;
    z-index: 1000; /* Ensure it stays above other content */
    transition: top 0.3s; /* Smooth transition when changing position */
  }
  
  /* Fixed header styles */
  .header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: whitesmoke; /* Background color remains the same */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Optional: add a subtle shadow */
  }

.logo-img {
    height: 70px; /* Increased logo size for better visibility */
    margin-right: 40px; /* Reduced space between logo and navbar items */
}

#logo {
    margin-left: 63px;
}

.navbar {
    padding: 20px 0; /* Padding for the navbar */
    display: flex;
    align-items: center; /* Vertically center navbar items */
    position: fixed;
}

.navbar-brand {
    display: flex;
    align-items: center; /* Vertically center logo */
}

.navbar-nav {
    margin-left: 270px;
    display: flex;
    align-items: center; /* Align nav items vertically */
}

.navbar-nav .nav-link {
    padding: 10px 20px; /* Increased padding for navbar items */
    font-size: 18px; /* Increased font size for better readability */
    color: white;
    margin-top: 20px;
    margin-right: 13px; /* Increased space between nav items */
}

.navbar-nav .nav-item.active .nav-link {
    font-weight: bold; /* Bold text for the active item */
    color: white; /* Ensure active link text is white */
}

.nav-item {
    font-weight: bold; /* Bold text for all nav items */
    color: white; /* White text color for all nav items */
}

.navbar-toggler-icon {
    background-color:whitesmoke;
    background-image: url(''); /* Custom icon */
}
#home{
   color: #324AB2;
}
#about{
    color: #324AB2;
}
#productsDropdown{
    color: #324AB2;
}
#servicesDropdown{
    color: #324AB2;
}
#fr{
    color: #324AB2;
}
#con{
    color: #324AB2;
}
#cal{
    color: #324AB2;
}
#border1{
    border-bottom: 1px  rgb(155, 155, 155) solid;
    font-weight: 500;
}
#border2{
    border-bottom: 1px  rgb(155, 155, 155) solid;
    font-weight: 500;
}
#border3{
    border-bottom: 1px  rgb(155, 155, 155) solid;
    font-weight: 500;
}
#border4{
    border-bottom: 1px  rgb(155, 155, 155) solid;
    font-weight: 500;
}
#border5{
    border-bottom: 1px  rgb(155, 155, 155) solid;
    font-weight: 500;
}
#border6{
    border-bottom: 1px  rgb(155, 155, 155) solid;
    font-weight: 500;
}
#border7{
    border-bottom: 1px  rgb(155, 155, 155) solid;
    font-weight: 500;
}
#border8{
    border-bottom: 1px  rgb(155, 155, 155) solid;
    font-weight: 500;
}

#service1{
    border-bottom: 1px  rgb(155, 155, 155) solid;
    font-weight: 500;
}
#service2{
    border-bottom: 1px  rgb(155, 155, 155) solid;
    font-weight: 500;
}
#service3{
    border-bottom: 1px  rgb(155, 155, 155) solid;
    font-weight: 500;
}
#service4{
    border-bottom: 1px  rgb(155, 155, 155) solid;
    font-weight: 500;
}
/* #home{
    color: #494949;
} */
/* Menu button visibility */
@media (min-width: 1024px) {
    #tg {
        display: none; /* Hide the menu button on screens wider than 1024px */
    }
    
}

@media (max-width: 1024px) {
    #tg {
        display: block; /* Show the menu button on screens up to 1024px */
    }
    #home{
    color: #324AB2;
}
#about{
    color: #324AB2;
}
#productsDropdown{
    color: #324AB2;
}
#servicesDropdown{
    color: #324AB2;
}
#fr{
    color: #324AB2;
}
#con{
    color: #324AB2;
}
#cal{
    color: #324AB2;
}
}

/* Responsive adjustments for screens up to 1024px */
@media (max-width: 1024px) {
    .navbar-nav {
        text-align: left; /* Align items to the left on smaller screens */
        width: 100%; /* Full-width for navbar items */
        margin-left: 0; /* Remove left margin for full-width */
    }

    .navbar-nav .nav-link {
        display: block; /* Block display for touch targets */
        padding: 15px 0; /* Increase padding */
        font-size: 20px; /* Larger font size for readability on smaller screens */
        margin-left: 0; /* Reset margin for smaller screens */
        margin-right: 10px; /* Adjust space between nav items */
        
    }

    #tg {
        background-color: #6A5ACD; /* Match the background color */
    }
}

/* Responsive adjustments for screens up to 991px */
@media (max-width: 991px) {
    .navbar-nav {
        text-align: left; /* Align items to the left on smaller screens */
        width: 100%; /* Full-width for navbar items */
        margin-left: 0; /* Remove left margin for full-width */
    }

    .navbar-nav .nav-link {
        display: block; /* Block display for touch targets */
        padding: 15px 0; /* Increase padding */
        font-size: 20px; /* Larger font size for readability on smaller screens */
        margin-left: 0; /* Reset margin for smaller screens */
        margin-right: 10px; /* Adjust space between nav items */
    }

    #tg {
        color: white; /* Text color for #tg */
    }
    #home{
   color: #324AB2;
}
#about{
   color: #324AB2;
}
#productsDropdown{
    color: #324AB2;
}
#servicesDropdown{
    color: #324AB2;
}
#fr{
    color: #324AB2;
}
#con{
    color: #324AB2;
}
#cal{
    color: #324AB2;
}
}

/* Responsive adjustments for screens up to 767px */
@media (max-width: 767px) {
    .logo-img {
        height: 50px; /* Adjust logo size for small screens */
    }

    #logo {
        margin-left: 0px;
    }


    .navbar {
        padding: 5px 0; /* Adjust padding for smaller screens */
        display: flex; /* Ensure navbar items are flexible */
        justify-content: space-between; /* Align items to the edges */
        position: relative; /* Ensure positioning context */
    }

    .navbar-toggler {
        display: block; /* Ensure the menu button is visible */
        z-index: 1001; /* Ensure it stays on top of other content */
    }

    .navbar-nav {
        display: none; /* Hide navbar items for smaller screens */
    }

    .header {
        flex-direction: row; /* Align items in a row */
        justify-content: space-between; /* Space items evenly */
    }

    #about,
    #productsDropdown,
    #servicesDropdown,
    #fr,
    #con,
    #cal {
       
        margin-top: 0;
        color: #324AB2;
    
    }

    #drop, #serdrop {
        margin-top: 50px; /* Ensure space for dropdown */
        margin-left: -100px;
      
     
    }
   
    .nav-item {
        margin-bottom: -20px;
        margin-left: 10px;
    }

    #about {
        margin-left: 20px;
        color: #324AB2;
    }
    #productsDropdown{
        color: #324AB2;
     
    }

    #servicesDropdown {
        margin-left: 30px;
        color: #324AB2;

    }
   

    #productsDropdown {
        margin-left: 35px;
        
    }

    #fr {
        margin-left: 15px;
        color: #324AB2;
    }

    #con {
        margin-left: 25px;
        color: #324AB2;
    }

    #cal {
        margin-left: 20px;
        color: #324AB2;
    }

    #tg {
        margin-left: 225px;
    }
}

/* Hide the menu button on desktop */
@media (min-width: 1024px) {
    #tg {
        display: none; /* Hide the menu button on screens wider than 1024px */
    }
}

/* Ensure the menu button is visible on mobile */
@media (max-width: 1024px) {
    #tg {
        display: block; /* Show the menu button on screens up to 1024px */
    }
}

  
  /* slider css */
/* Ensure carousel has proper spacing */
.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .bot1{
    margin-left: 100px;
 }
 .bot2{
  margin-right: 225px;
 
 }
 .bot3{
    margin-right: 105px;
 }

 /*  */
 .bot4{
    margin-left: 120px;
      
 }
 .bot5{
  margin-right: 80px;
 }
 .bot6{
    margin-right: -15px;
 }
 .bot7{
    margin-left: 100px;
 }
 .bot8{
  margin-left: -230px;
 }
 .bot9{
    margin-left: -100px;
 }
 .bot10{
   margin-left: 50px;
 }
 .bot11{
    margin-right: 290px;
 }
 .bot12{
    margin-right: 120px;
 }
 .bot13{
    margin-left: 20px;
 }
 .bot14{
    margin-right: 350px;
 }
 .bot15{
    margin-right: 220px;
 }
 

/* Style carousel caption */
/* Style carousel caption */
.carousel-caption {
    position: absolute;
    bottom: 20px; /* Adjusted for better positioning on smaller screens */
    left: 50%;
    text-align: left;
    color: #fff;
    padding: 15px;
    border-radius: 10px; /* Rounded corners for better aesthetics */
    width: 90%; /* Responsive width */
    max-width: 600px; /* Maximum width for large screens */
    margin-left: -180px; /* Removed margin-left for better centering */
    animation: slideTop 2s ease-in-out; /* Apply slide-up animation */
    margin-bottom: 50px;
}


/* Define the slide-up keyframes */
@keyframes slideTop {
    0% {
        transform: translateY(100px); /* Start position off-screen vertically */
        opacity: 0; /* Start with opacity 0 */
    }
    100% {
        transform: translateY(0); /* End position in place vertically */
        opacity: 1; /* End with opacity 1 */
    }
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
    .carousel-caption {
        padding: 10px; /* Adjust padding for smaller screens */
        font-size: 14px; /* Adjust font size for smaller screens */
        width: 95%; /* Increase width for smaller screens */
    }

}

@media (max-width: 480px) {
    .carousel-caption {
        padding: 8px; /* Further adjust padding */
        font-size: 12px; /* Further adjust font size */
        width: 100%; /* Ensure full width on very small screens */
    }
}


  
  /* Style the carousel controls */
  .carousel-control-prev,
  .carousel-control-next {
    width: 5%;
    margin-top: 150px;
    transform: translateY(-50%);
    z-index: 10; /* Ensure controls are above other content */
  }
  
  /* Responsive adjustments for carousel caption */
  @media (max-width: 768px) {
    .carousel-caption {
      bottom: 10px; /* Adjust bottom positioning for smaller screens */
      padding: 10px; /* Adjust padding */
      font-size: 0.9rem; /* Adjust font size */
    }
  
    .carousel-caption h5 {
      font-size: 1.25rem; /* Adjust heading font size */
    }
  
    .carousel-caption p {
      font-size: 0.9rem; /* Adjust paragraph font size */
    }
  }
  
  @media (max-width: 576px) {
    .carousel-caption {
      bottom: 5px; /* Further adjust bottom positioning for very small screens */
      padding: 8px; /* Adjust padding */
      font-size: 0.8rem; /* Adjust font size */
    }
  
    .carousel-caption h5 {
      font-size: 1rem; /* Smaller heading font size for very small screens */
    }
  
    .carousel-caption p {
      font-size: 0.8rem; /* Smaller paragraph font size for very small screens */
    }
  }
  
  /* Ensure carousel image height adjusts for smaller screens */
  .carousel-inner img {
    height: 70vh; /* Set height for smaller screens */
    object-fit: cover; /* Cover the image without distortion */
    opacity:0.8px;
  }
  #team{
       filter: brightness(0.5);
  }
  
  /* Responsive height adjustment */
  @media (max-width: 768px) {
    .carousel-inner img {
      height: 40vh; /* Adjust height for tablets */
    }
  }
  
  @media (max-width: 576px) {
    .carousel-inner img {
      height: 40vh; /* Adjust height for mobile devices */
    }
  }
  

/* card section styleing start */
.container {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
}

/* Flexbox layout for the card container */
.loan-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Space between cards */
    justify-content: space-between;
}

/* Card styling */
.loan-card {
    background-color: #fff;
    border: 1px solid #ddd;
    /* border-radius: 8px; */
    width: calc(25% - 20px); /* Adjusted width to account for gap */
    padding: 20px;
    position: relative; /* Needed for the corner ribbon */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    box-sizing: border-box; /* Ensures padding and border are included in width */
    margin-top: 50px;
}

/* Hover effect for card */
.loan-card:hover {
    transform: translateY(-10px);
}

/* Content within the card */
.card-content {
    display: flex;
    align-items: center;
    gap: 15px; /* Space between icon and text */
}

/* Image styling */
.loan-card img {
    max-width: 60px;
    height: 100px;
}

/* Text content styling */
.text-content {
    display: flex;
    flex-direction: column;
    text-align: left; /* Align text to the left */
}

/* Title styling */
.text-content h3 {
    font-size: 23px;
    color: #333;
    margin: 0; /* Adjust margin */
}

/* Button styling */
.text-content a {
    display: inline-block;
    background-color: #0A295B;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
    align-self: center; /* Center align the button */
    margin-top: 20px; /* Adjust margin */
}
.text-content a:hover{
    color:#87CEEB;
}
#homeloan{
    margin-left: 17px;
}
#carloan{
    margin-left: 17px;
}
#credit{
    margin-left: 17px;
}

/* Corner Ribbon Styling */
.corner-ribbon {
    width: 70px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0; /* Position it on the left side */
}

.corner-ribbon span {
    display: block;
    width: 100px;
    padding: 5px 0;
    background-color: #e74c3c;
    color: #fff;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 11px;
    right: -65px;
    left: -57px; /* Adjust for the left side */
    transform: rotate(135deg);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.3);
}


/* Responsive adjustments for card layout */
@media (max-width: 992px) {
    .loan-card {
        width: calc(33.33% - 20px); /* Three cards per row on medium screens */
        margin: 10px; /* Margin for spacing */
    }
}

@media (max-width: 768px) {
    .loan-card {
        width: calc(40% - 20px); /* Two cards per row on small screens */
        margin: 10px; /* Margin for spacing */
    }
}

@media (max-width: 576px) {
    .loan-card {
        width: calc(80% - 20px); /* Full width on extra small screens */
        margin: 10px; /* Margin for spacing */
        margin-left:50px;
    }
}




/* card section css end */

 /* why section css */
.count {
    background-image: url('https://loanonclick.com/img/home/why-loan.png');
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center !important;
    float: left;
    width: 100%;
    padding: 65px 0;
    color: #ffffff;
    margin-top: 50px;
  
}

.count h3 {
    font-size: 30px; /* Increased font size */
    color: white;
    margin-bottom: 20px;
}

.count p {
    font-size: 20px; /* Increased font size */
    color: white;
    line-height: 1.6;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px; /* Adjust spacing between columns */
}

.col-lg-6, .col-md-6, .col-xs-12 {
    padding: 15px; /* Spacing inside each column */
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px; /* Increased space between list items */
}

.rel_thumb {
    margin-right: 20px; /* Increased space between image and text */
}

.rel_thumb img {
    width: 80px; /* Increased image size */
    height: auto;
}

.rel_right h4 {
    font-size: 22px; /* Increased font size */
    color: white;
    margin: 0 0 10px 0;
}

.meta p {
    font-size: 16px; /* Increased font size */
    color: white;
    margin: 0;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .col-lg-6, .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .count h3 {
        font-size: 30px; /* Increased font size */
    }

    .count p {
        font-size: 18px; /* Increased font size */
    }

    .rel_thumb img {
        width: 70px; /* Increased image size */
    }

    .rel_right h4 {
        font-size: 20px; /* Increased font size */
    }

    .meta p {
        font-size: 14px; /* Increased font size */
    }
}


/* why section css end */


/* refer-section */
.mainContent {
    padding: 40px 0;
    background-color: #f4f4f4; /* Light background color for contrast */
    margin-top: 50px;
}

.container-card {
    max-width: 1200px;
    margin: 0 auto; /* Center container */
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: -5px; /* Adjust spacing between columns */
}

.col-lg-6, .col-md-7, .col-xs-12 {
    padding: 15px; /* Spacing inside each column */
    margin-left: 0px;
}



/* testinomal start */

/* Desktop and General Styles */
.testinomal {
    height: 100vh;
    width: 100%;
    background-image: url('https://loanonclick.com/img/home/testimonials.png');
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    float: left;
    padding: 65px 0;
    color: #ffffff;
    margin-top:50px;
    position: relative;
    z-index: 1;
}
.quote-img {
    width: 50px; /* Default size */
    height: auto;
    z-index: 1;
}

.left-quote, .right-quote {
    width: 150px; /* Default size */
    margin-top: 200px;
}

.container {
    position: relative;
    width: 100%;
    min-height: 450px;
    margin-top: -40px;
    z-index: 1;
}

.container .contents-wraper {
    width: 70%;
    min-height: inherit;
    margin: 30px auto;
    text-align: center;
}

.contents-wraper .header h1 {
    position: relative;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
}

.contents-wraper .header h1::before {
    content: '';
    width: 200px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    background-color: #ffffff; /* Color for the line */
    transform: translateX(-50%);
}

.head img {
    height: 14%;
    width: 27%;
}

.contents-wraper .testRow {
    width: 100%;
    min-height: inherit;
    position: relative;
    overflow: hidden;
}

.testRow .testItem {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.testRow .testItem:not(.active) {
    top: 0;
    left: -100%;
}

.testRow .testItem img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 5px;
}

.testRow .testItem h3 {
    font-size: 30px;
    font-style: italic;
    padding: 7px;
}

.testRow .testItem h4 {
    font-style: italic;
}

.testRow .testItem p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.2;
    padding: 10px;
}

.contents-wraper .indicators {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    cursor: pointer;
}

.contents-wraper .indicators .dot {
    width: 15px;
    height: 15px;
    margin: 0 3px;
    border: 3px solid #aaa;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.5s ease;
}

.contents-wraper .indicators .active {
    background-color: #006994;
}

.indicators {
    margin-bottom: 5rem;
}

@keyframes next1 {
    from {
        left: 0%;
    }
    to {
        left: -100%;
    }
}

@keyframes next2 {
    from {
        left: 100%;
    }
    to {
        left: 0%;
    }
}

@keyframes prev1 {
    from {
        left: 0%;
    }
    to {
        left: 100%;
    }
}

@keyframes prev2 {
    from {
        left: -100%;
    }
    to {
        left: 0%;
    }
}

.quote-img {
    position: absolute;
    width: 50px; /* Adjust size as needed */
    height: auto;
    z-index: 1; /* Ensure it is above other content */
}

.left-quote {
    top: 20px; /* Adjust as needed */
    left: 20px; /* Adjust as needed */
    width: 150px;
}

.right-quote {
    top: 20px; /* Adjust as needed */
    right: 20px; /* Adjust as needed */
    width: 150px;
}

/* Button Styles */
.button {
    display: flex;
    gap: 10px; /* Adjust the gap between buttons as needed */
    margin-top: -50px;
    margin-left:250px;
    
}

.button1, .button2 {
    padding: 10px 20px; /* Adjust padding for button size */
    border-radius: 5px; /* Rounded corners */
    color: white; /* Text color */
    font-weight: bold; /* Bold text */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s, box-shadow 0.3s; /* Smooth transition for hover effect */
}

.button1 {
    background-color: #0A295B;
    border: 2px whitesmoke solid;
}

.button1:hover {
    background-color: #0A295B;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow on hover */
}

.button2 {
    background-color: #0A295B;
    border: 2px white solid;
}

.button2:hover {
    background-color: #5a6268; /* Darker shade for hover effect */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow on hover */
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .container .contents-wraper {
        width: 80%;
    }
    .quote-img {
        width: 45px; /* Adjusted size for tablets */
    }

    .left-quote, .right-quote {
        width: 130px; /* Adjusted size for tablets */
    }
    .contents-wraper .header h1 {
        font-size: 36px;
    }

    .testRow .testItem h3 {
        font-size: 28px;
    }

    .testRow .testItem p {
        font-size: 16px;
    }
}
/* Responsive Styles for 900px to 1024px */
@media (min-width: 900px) and (max-width: 1024px) {
    .container .contents-wraper {
        width: 85%; /* Adjusted width for larger tablets and smaller laptops */
    }

    .quote-img {
        width: 40px; /* Adjusted size for larger tablets */
    }

    .left-quote, .right-quote {
        width: 110px; /* Adjusted size for larger tablets */
    }

    .contents-wraper .header h1 {
        font-size: 34px; /* Slightly smaller font size for better fit */
    }

    .testRow .testItem h3 {
        font-size: 26px; /* Adjusted size for better readability */
    }

    .testRow .testItem p {
        font-size: 15px; /* Slightly larger font size for better readability */
    }

    #test {
        margin-top: -30px; /* Adjusted margin for better alignment */
    }

    .contents-wraper .indicators {
        bottom: 15px; /* Adjusted positioning */
        left: 50%;
        transform: translateX(-50%);
        padding: 5px;
        cursor: pointer;
        margin-top: -50px;
    }

    .button {
        margin-top: 90px; /* Adjusted margin for better spacing */
        margin-left: 0;
        justify-content: center;
        flex-direction: column; /* Stack buttons vertically */
    }

    .button1, .button2 {
        width: 70%; /* Adjusted width for better fit */
        margin: 5px 0; /* Spacing between buttons */
        margin-top: -5px;
        margin-left: 20px; /* Adjusted margin for better alignment */
    }

    .contents-wraper .indicators .dot {
        margin-top: 40px; /* Adjusted margin for dots */
    }

    .indicators {
        margin-bottom: 5rem; /* Adjusted margin for better spacing */
        margin-left: 0; /* Adjusted margin for alignment */
    }

    .head h3 {
        margin-top: -60px; /* Adjusted margin for better alignment */
    }
}

@media (max-width: 768px) {
    .testinomal{
        height: 100vh;
    }
    .container .contents-wraper {
        width: 100%;
    }

    .contents-wraper .header h1 {
        font-size: 32px;
    }

    .testRow .testItem h3 {
        font-size: 24px;
    }

    .testRow .testItem p {
        font-size: 14px;
        letter-spacing: normal;
        line-height: 1.4;
    }
    #test{
        margin-top: -50px;
    }

    .quote-img {
        width: 40px; /* Adjusted size for mobile devices */
    }

    .left-quote, .right-quote {
        width: 120px; /* Adjusted size for mobile devices */
    }

    /* Ensure indicators and buttons are centered and not overlapping */
    .contents-wraper .indicators {
        bottom: 20px; /* Adjusted positioning */
        left: 50%;
        transform: translateX(-50%);
        padding: 5px;
        cursor: pointer;
        margin-top: -70px;
    }

    .button {
        margin-top: 120px; /* Adjusted margin for mobile devices */
        margin-left: 0;

        justify-content: center;
        flex-direction: column; /* Stack buttons vertically */
    }

    .button1, .button2 {
        width: 60%; /* Make buttons full width */
        margin: 5px 0; /* Spacing between buttons */
        margin-top: -5px;
        margin-left: 55px;
    }
    .contents-wraper .indicators .dot{
        margin-top: 50px;
    }
    .indicators {
        margin-bottom: 6.5rem;
        margin-left: -8px;
    }
    .head h3{
        margin-top: -70px;
    }
}

@media (max-width: 550px) {
      .testinomal{
        height: 70vh;
    }
    .quote-img {
        width: 35px; /* Adjusted size for very small screens */
    }

    .left-quote, .right-quote {
        width: 100px; /* Adjusted size for very small screens */
        display: none; /* Hide quotes for very small screens */
    }

    /* Additional adjustments for very small screens */
    .contents-wraper .indicators {
        bottom: 10px; /* Further adjusted positioning */
    }

    .button {
        margin-top: -90px; /* Adjusted margin to avoid overlap */
        margin-left:20px;
       
    }
}



  /* slider css start */

   /* ----Slider container--- */
  /* ----Slider container--- */
  .slider12 {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 50px 0; /* Add padding for spacing */
 
}

/* Slider heading */
.slider-heading {
    text-align: center;
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Roboto', Arial, sans-serif;
    color: #0A295B;
}

/* Slides container */
.slides12 {
    display: flex;
    gap: 28px;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    align-items: center;
}

/* Individual slides */
.slides img {
    width: 20%;
    flex: 0 0 10%; /* Adjust width to show multiple images */
    height: 100px; /* Fixed height for the images */
  
    object-fit: cover; /* Ensures images cover the space */
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out; /* Smooth transition for scaling effect and shadow */
    border: 2px solid transparent; /* Default border */
}



  /* slider css end  */




  /* footer css start */

  /* ---Basic styling for footer--- */
  .footer {
    border-top: #00A550 2px solid;
    font-family: 'Roboto', Arial, sans-serif;
   /*background: #CCCCFF;*/
    background-color:#F9F9F8;
   
    color: #324AB2;
    /* Light background color */
    padding: 10px;
    
    /* Dark text color */

    /* Center align text */
}


.F {
    max-width: 1100px;

    /* Limit the width for larger screens */

    /* Center align the container */
    padding: 30px;
    /* margin-left: 60px;  */
}

/* Styling for logo */
.logo-img12 {
      width: 100px;
    /* Set a maximum width for the logo */
    height: auto;
    margin-left: 60px;
    margin-bottom: -20px;
    display: block;

}

/* Styling for address section */
.footer-address {
    margin-left: 60px;
    text-align: left;
    margin-top: 30px;


}

.footer-address h5 {
    margin-bottom: -21px;
    font-weight: bold;
    font-size: 16px;

    margin-left: 25px;

}



.footer-address p {
    font-family: 'Poppins', sans-serif; /* Define the font family */
    font-size: 17px; /* Define the font size */
    margin-top: 20px;
    line-height: 1.7rem; /* Adjust line height for spacing between lines */
    
}

#wa{
    color: #324AB2;
}
#wb{
    color: #324AB2;
  
    
}
.link{
    color: #324AB2;
}
/* ---------------------------------------------Responsive design----------------------------------------------------------------------------- */
@media (max-width: 1024px) {
    .footer {
        padding: 20px;
    }

    .logo-img12 {
        max-width: 140px;
        /* Adjust logo size for tablets */
    }

    .footer-address {
        margin-left: 0;
        /* Remove left margin for smaller screens */
        text-align: center;
        /* Center align text */
    }

    .footer-address h5 {
        margin-left: 0;
        /* Remove left margin for smaller screens */
        font-size: 16px;
        /* Adjust heading font size */
    }

    .footer-address address {
        font-size: 14px;
        /* Adjust address font size */
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 15px;
    }

    .logo-img12 {
        max-width: 150px;
        margin-left: -22px;
        height: 110px;
        margin-top: -30px;
    }

    .footer-address {
        margin-left: 0;
        /* Remove left margin */
        text-align: left;
        /* Center align text */
        margin-left: -15px;
    }

    .footer-address h5 {
        font-size: 16px;
        /* Adjust heading font size */
        margin-left: 18px;
      
    }

    .footer-address address {
        font-size: 15px;
        /* Adjust address font size */
     
    }
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */




/*------ Styling for the footer's container----- */
.Z {
    display: flex;
    justify-content: space-between;
    color: #555;
   
    /* Allow items to wrap to the next line on smaller screens */
    padding: 35px;
    max-width: 1000px;
    /* Set a maximum width */
    
    margin-left: 500px;
    margin-top: -340px;
    color: #555;
    margin-bottom:40px;
    /* White text color */
  

}

/* Styling for individual footer sections */
.F2 {
     color: #324AB2;
    flex: 1;
    /* Allow sections to grow and shrink equally */
    margin: 0 10px;
    /* Add margin between sections */
    padding: 10px;
}

.F2 h5 {
    font-size: 22px;
    /* Font size for headings */
    margin-bottom: 15px;
    /* Space below heading */
}

.F2 ul {
    list-style-type: none;
    /* Remove default list styling */
    padding: 0;
}

.F2 li {
    font-size: 17px;
    
    /* Font size for list items */
    margin-bottom: 10px;
    /* Space below each list item */
}

/* Styling for social media section */
.S h5 {
    font-size:20px;
    /* Font size for headings */
    margin-bottom: 15px;
    /* Space below heading */
    color: #555;
}



/* Responsive styles for screens up to 1024px */
@media (max-width: 1024px) {
    .Z {
        padding: 25px;
        margin-left: 0; /* Remove left margin for better centering */
        margin-top: 0; /* Reset top margin */
    }

    .F2 {
        margin: 10px 0; /* Adjust margin for vertical spacing */
        padding: 15px; /* Adjust padding for better spacing */
    }

    .F2 h5 {
        font-size: 18px; /* Adjust font size for headings */
    }

    .F2 li {
        font-size: 17px; /* Adjust font size for list items */
    }

    .S h5 {
        font-size: 18px; /* Adjust font size for social media headings */
    }
}

/*------------------------------------------ Responsive styles for screens up to 768px--------------------------------------------------------- */
@media (max-width: 768px) {
    .Z {
        flex-direction: column; /* Stack sections vertically */
        align-items: center; /* Center align items */
        padding: 20px; /* Adjust padding for smaller screens */
        margin: 0; /* Remove margin adjustments for better layout */
        margin-top: -50px;
    }

    .F2 {
        /*margin: 10px 0;*/
        text-align: center; /* Center align text */
        margin-right: 230px;
    }

    .F2 h5 {
        font-size: 19px; /* Adjust font size for headings */
    }

    .F2 li {
        /* text-align: left; */
        font-size: 19px; /* Adjust font size for list items */
    }

    .S{
        margin-right: 22px;
    }

    .S h5 {

        margin-left: 0px;        
        /*width: 100%;*/
        font-size: 15px; /* Adjust font size for social media headings */
    }
}


/* -------------------------------------------------------------------------------------------------------------------------------------------------------- */



/* ------Styling for the third column container ----*/
.Mail {
    padding: 15px;
    margin-left: 950px;
    margin-top: -400px;
    text-decoration: none;
    text-align: left;
  

    color: #white;
   
}



/* Styling for mail section */
.Mail1 {
    text-decoration: none;
    margin-bottom: 40px;
    /* Space below each section */
}


.Mail1 h5 {
    text-decoration: none;
    font-size: 19px;
    margin-bottom: 10px;

}



.Mail1 p {
    font-size: 17px;

    /* Font size for text */
    color: #ffffff;

    margin-left: -6px;

}



.Mail2 {
    color: white;
    text-decoration: none;
    margin-right: 1px;

    /* Space between icon and text */
}


/* Styling for contact section */
.contactNo {
    margin-bottom: 20px;
    line-height: 2.1rem;
    /* Space below each section */
}

.contactNo h5 {

    font-size: 20px;
   
    margin-bottom: 10px;
    margin-left: 6;
 
}

.contactNo p {
    font-size: 17px;
    
    /* Font size for text */

}

.contactNo i.Contact2 {


    text-decoration: none;
    color: white;
    margin-right: 10px;
    /* Space between icon and text */
}



/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */

/* Media query for screens up to 768px (e.g., mobile devices) */
@media (max-width: 768px) {
    .Mail {
        margin-left: 0;
        margin-top: 0;
        /* Adjust margins for smaller screens */
        padding: 10px;
    }

    .Mail1 {
        margin-bottom: 20px;
        /* Reduce space below each section */
    }

    .Mail1 h5 {
        font-size: 15px;
        margin-left: 80px;
       
    }

    .Mail1 p {
        font-size: 15px;
        /* Adjust font size for text */
    }

    .contactNo h5 {
        font-size: 15px;
        margin-left: 80px;
    }
       
    }

    .contactNo p {
        font-size: 15px;
        /* Adjust font size for text */
    }


/* Media query for screens between 769px and 1024px (e.g., tablets) */
@media (min-width: 769px) and (max-width: 1024px) {
    .Mail {
        margin-left: -100px;
        margin-top: -200px;
        /* Adjust margins for medium screens */
        padding: 15px;
    }

    .Mail1 {
        margin-bottom: 30px;
      margin-right: 20px;
        /* Adjust space below each section */
    }

    .Mail1 h5 {
        font-size: 15px;
     margin-left: 0px;
        /* Adjust font size for headings */
    }
  .Mail1 p {
        font-size: 16px;
        /* Adjust font size for text */
    }

    .contactNo h5 {
        font-size: 16px;
        margin-left: -10px;
        /* Adjust font size for headings */
    }

    .contactNo .PP {
        font-size: 16px;
        margin-left: -70px;
        /* Adjust font size for text */
    }
}


/* -------Mail2  Responsive--------*/
.Mail2 {
    color: white;
    text-decoration: none;
    margin-right: 1px;
    /* Space between icon and text */
}

/* Media query for screens up to 768px (e.g., mobile devices) */
@media (max-width: 768px) {
    .Mail2 {
        font-size: 14px; /* Adjust font size for smaller screens */
        margin-right: 5px; /* Increase margin for better spacing */
    }
}


/* Media query for screens up to 768px (e.g., mobile devices) */
@media (max-width: 768px) {
    .mail-icon {
        font-size: 18px; /* Increase font size for better visibility on small screens */
        margin-right: 8px; /* Adjust margin for better spacing on small screens */
        margin-left: 1px;
    }

    .mail-icon + a {
        font-size: 18px; /* Increase font size for the link */
        margin-left: 0px;
    }
}

/* Media query for screens between 769px and 1024px (e.g., tablets) */
@media  (max-width: 1024px) {
    .mail-icon {
        font-size: 16px; /* Adjust font size for medium screens */
        margin-right: 9px; /* Adjust margin for better spacing on tablets */
    }

    .mail-icon + a {
        font-size: 16px; /* Adjust font size for the link */
    }
}
/* ----------------------------------------------------------------Contact k liy Responsive---------------------------------------------------------------------------- */

/* Media query for screens up to 768px (e.g., mobile devices) */
@media (max-width: 768px) {
    .P {
        flex-direction: column; /* Stack phone icon and text vertically */
        align-items: flex-start; /* Align items to the start */
        margin-bottom: 15px; /* Increase space between each phone number */
        margin-bottom: 5px;
        margin-left: 56px;
    }

    .P a {
        font-size: 14px; /* Slightly smaller font size for mobile */
    }
}

/* Media query for screens between 769px and 1024px (e.g., tablets) */
@media (min-width: 769px) and (max-width: 1024px) {
    .P {
        flex-direction: row; /* Ensure phone icon and text are side by side */
        align-items: center; /* Center align items */
        margin-bottom: 10px; /* Standard space between each phone number */
    }

    .P a {
        font-size: 15px; /* Standard font size for tablets */
    }
}

/* ----------------------------------------------------Styling for login section ---------------------------------------------------------------*/
.target {
    margin-bottom: 20px;
    /* Space below each section */
}

.target p {
    font-size: 15px;
    /* Font size for text */
}

.target a {

    background-color: rgb(227, 55, 55);
    padding: 10px;
   color: #324AB2;
    font-size: 17px;
    text-decoration: none;
    /* Remove underline */
    font-weight: bold;
    /* Bold link text */
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Media query for screens up to 768px (e.g., mobile devices) */
@media (max-width: 768px) {
    .target {
        margin-bottom: 15px;
        margin-left: 10px;
        
    }

    .target p {
        font-size: 14px;
        /* Adjust font size for text */
    }

    .target a {
        padding: 8px;
        font-size: 15px;
        /* Adjust padding and font size for smaller screens */
    }
}

/* Media query for screens between 769px and 1024px (e.g., tablets) */
@media  (max-width: 1024px) {
    .target {
        margin-bottom: 18px;
        /* Adjust space below each section */
    }

    .target p {
        font-size: 14px;
        /* Adjust font size for text */
    }

    .target a {
        padding: 9px;
        font-size: 16px;
        /* Adjust padding and font size for medium screens */
    }
}

/* --------------------------------------------------------------------After line----------------------------------------------------------------------------- */
.W {
  margin-left: 85px;
   color: #324AB2;
}

.W1 {
   
    margin-left: 73%;
    margin-top: -40px;
    color: #324AB2;
}

/* ---------------------------------------------------------------RESPONSIVE---------------------------------------------------------------------------------- */
/* Media query for screens up to 768px (e.g., mobile devices) */
@media (max-width: 768px) {
    .W {
        margin-left: 10px;
        font-size: 15px;
        /* Adjust left margin for smaller screens */
    }

    .W1 {
        margin-left: 10px;
        margin-top: -10px;
        font-size: 15px;
        /* Adjust left margin and top margin for better fit on mobile screens */
    }
}

/* Media query for screens between 769px and 1024px (e.g., tablets) */
@media (min-width: 769px) and (max-width: 1024px) {
    .W {
        margin-left: 30px;
        /* Adjust left margin for medium screens */
    }

    .W1 {
        margin-left: 50%;
        margin-top: -25px;
        /* Adjust left margin and top margin for tablets */
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------- */


/* ------Responsive for Registered location ------*/
@media (max-width: 768px) {
  .material-symbols-outlined {
    margin-right: 220px;
    margin-left: -7px;
    font-size: 20px; 
  }
}

/* Media query for screens between 769px and 1024px (e.g., tablets) */
@media (min-width: 769px) and (max-width: 1024px) {
  .material-symbols-outlined {
    font-size: 22px; /* Adjust font size for medium screens */
  }
}

/* -----------------------------------------------------------------------NICHE BORDER LINE K LIY------------------------------------------------------------------------ */
/* Media query for screens up to 768px (e.g., mobile devices) */
.Hii{
    margin-top: 50px; 
    width: 92%;
    margin-left: 43px; 
}



@media (max-width: 768px) {
    .Hii {
        /* Hide the .H container for mobile devices */
        margin-left:0;
        margin-top:0;
        width:100%;
    }
}



/* Media query for screens between 769px and 1024px (e.g., tablets) */
@media (min-width: 769px) and (max-width: 1024px) {
    .Hii {
        width: 100%; /* Slightly adjust width for tablets */
       /* Adjust margin-left for medium screens */
    }
    
    .H hr {
        border-top: 1.5px solid #000; /* Adjust border thickness for medium screens */
    }
}








.anchor{
    text-decoration:none;
   color: #324AB2;
}



  /* footer css end  */