
.space{
    margin-bottom: 8px !important;
}
.fonts {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.icon_check_alt {
    color: rgba(0, 0, 0, 0.555) !important; /* Sets all icons with this class to black, affecting only the tick icons in your provided code */
}
/* Default and hover styles for the button */
.btn-line {
    background-color: #45a3dc !important; /* Background color for default state */
    color: #fff !important; /* Text color */
    border: 1px solid #45a3dc !important; /* Border color */
    transition: none !important; /* Disables transition effects */
}

/* Ensure the same background color on hover, focus, and active states */
.btn-line:hover,
.btn-line:focus,
.btn-line:active {
    background-color: #45a3dc !important; /* Matches the default background color */
    color: #fff !important; /* Text color */
    border: 1px solid #45a3dc !important; /* Matches the default border color */
    box-shadow: none !important; /* Removes any shadow effect */
    outline: none !important; /* Removes the outline */
    text-decoration: none !important; /* Ensures no underline */
}
.dot-icon::before {
    content: "•";
    color: black; /* You can change the color as needed */
    font-size: 1.2em; /* Adjust the size as needed */
    margin-right: 5px; /* Adjust spacing between dot and text */
}

.black{
    color: black !important; 
}



.heading-responsive {
    font-size: 4.5em; /* Default font size for larger screens */
    text-align: center;
}

@media (max-width: 768px) {
    .heading-responsive {
        font-size: 2em; /* Adjust font size for tablets */
    }
}

@media (max-width: 576px) {
    .heading-responsive {
        font-size: 2.2em; /* Adjust font size for mobile devices */
    }
}

 /* Default font size for .d-item-txt within custom-marquee section */
 .custom-marquee .d-item-txt {
    font-size: 16px; /* Adjust as needed for larger screens */
}

/* Mobile view adjustments for .d-item-txt within custom-marquee section */
@media (max-width: 768px) {
    .custom-marquee .d-item-txt {
        font-size: 94px !important; /* Adjust as needed for smaller screens */
    }
}
.custom-button {
    background-color: white !important;
    color: #45a3dc !important;
    border: 1px solid #45a3dc !important; /* Reduced border width */
    text-align: center !important;
    display: inline-block !important;
    padding: 3px 15px !important; /* Reduced padding */
    font-size: 14px !important; /* Reduced font size */
    text-decoration: none !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
}

.custom-button:hover {
    background-color: #45a3dc !important;
    color: white !important;
}

.justify{
    text-align: justify;
}

.idcolour1{
    color: #1c4fb4;
}
@media only screen and (min-width: 768px) { /* Adjust min-width as needed for your desktop view */
    li a {
      color: white !important;
    }
}


section {
    padding: 20px 0 90px 0;
}

.de_tab.tab_steps.tab_6 .de_nav li span {
    padding: 20px 0;
    font-size: 14px;
    line-height: 25px;
    width: 125px;
    height: 125px;
}

.de_tab.tab_steps .de_nav li.active span {
    border: solid 2px #ffffff;
}
.inner-padding {
    padding: 70px 0 70px 0;
}
