.moving-bar {
    background-color: #f8f9fa; /* Background color of the moving bar */
    height: 40px; /* Height of the moving bar */
    overflow: hidden;
    position: fixed;
    top: 85px; /* Adjust this value according to your navbar height */
    width: 100%;
    z-index: 100;
    margin-top: 20px;
}

.moving-text {
    animation: moveText 25s linear infinite; /* Adjust animation duration for slower speed */
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%; /* Move text from right to left */
    animation-delay: -60s; /* Start animation immediately */
}

@keyframes moveText {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}





.my-form {
    color: #24285b;
}
.my-form .btn-default {
    background-color: #24285b;
    color: #fff;
    border-radius: 0;
}
.my-form .btn-default:hover {
    background-color: #24285b;
    color: #fff;
}
.my-form .form-control {
    border-radius: 10px;
}


.form-control{
    margin-top:20px;
}


.light{
    font-weight: bold !important;
    color: red !important;
}



.hi-light{
    font-weight: bold;
    color: #24285b !important;
    font-size: 15px !important;
}

.newterm_icon{
    margin-top: 40px !important;
}



@media (max-width: 767px) {
.footercolumn{
    margin-top: 30px !important;
}

.topbannerheight{
    height: 280px !important;
}

    .prd-row {
      flex-direction: column !important;
    }
  
    .prd-block {
      width: 80% !important;
      align-self: center;
      height: auto !important;
      margin-bottom: 30px !important;
    }

    .top-heading-banner{
        margin-top: 20px;
    }

    .light{
        font-size: 20px;

    }
    .txt-part{
        font-size: 50px !important;
    }

    .diff-block-start{
        padding-top: 0% !important;
        margin-top: 0% !important;
        margin-bottom: 0% !important;
        padding-bottom: 0% !important;
    }
  }
  


  @media (max-width: 767px) {
    .featureboxcards {
        padding-bottom: 20px !important;
    }
}

  





.section_padding_130 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.faq_area {
    position: relative;
    z-index: 1;
    background-color: white;
}

.faq-accordian {
    position: relative;
    z-index: 1;
}
.faq-accordian .card {
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
}
.faq-accordian .card:last-child {
    margin-bottom: 0;
}
.faq-accordian .card .card-header {
    background-color: #ffffff;
    padding: 0;
    border-bottom-color: #ebebeb;
}
.faq-accordian .card .card-header h6 {
    cursor: pointer;
    padding: 1rem 1rem;
    color: #3f43fd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.faq-accordian .card .card-header h6 span {
    font-size: 1.5rem;
}
.faq-accordian .card .card-header h6.collapsed {
    color: #070a57;
}
.faq-accordian .card .card-header h6.collapsed span {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.faq-accordian .card .card-body {
    padding: 1.75rem 2rem;
}
.faq-accordian .card .card-body p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .support-button p {
        font-size: 14px;
    }
}

.support-button i {
    color: #3f43fd;
    font-size: 1.25rem;
}
@media only screen and (max-width: 575px) {
    .support-button i {
        font-size: 1rem;
    }
}

.support-button a {
    text-transform: capitalize;
    color: #2ecc71;
}
@media only screen and (max-width: 575px) {
    .support-button a {
        font-size: 13px;
    }
}



.about-text ul {
    list-style-type: none;
    padding-left: 0;
}

.about-text ul li {
    margin-left: 0;
    padding-left: 0;
}




.custom-list {
    list-style: none;
    padding: 0;
}

.custom-list li {
    margin-bottom: 10px;
}

.finger {
    margin-right: 5px;
    font-size: 1em; /* Adjust size as needed */
}




@media (max-width: 767px) {
    .navbar-collapse {
         max-height: 80vh; /* Set a maximum height for the navbar */
         overflow-y: auto; /* Enable vertical scrolling */
     }

     .servicelogoimg{
        padding-left: 10px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
     }
 }