#pagination button,
#search-button {
    transition: background-color .3s;
    cursor: pointer
}

#suggestions,
.suggestion-dropdown {
    max-height: 150px;
    overflow-y: auto;
    background-color: #fff;
    z-index: 1000;
    position: absolute
}

#suggestions,
.suggestion-dropdown,
span.wpcf7-spinner {
    position: absolute
}

#result-container {
    margin-top: 20px
}

.journal-table {
    border-bottom: 1px solid #ccc;
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%
}

#pagination button {
    background-color: #fff;
    color: #000;
    border-bottom: 1px solid #000;
    padding: 10px 15px;
    margin: 5px;
    border-radius: 0
}

#pagination button:hover:not(.active) {
    background-color: #f0fe4f
}

#pagination button.active {
    background-color: #f0fe4f;
    font-weight: 700
}

#search-input {
    width: 90%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-right: 5px;
    transition: border-color .3s
}

#search-button {
    width: 9%
}

#suggestions {
    border: 1px solid #ccc;
    border-radius: 0
}

#suggestions div {
    padding: 10px;
    cursor: pointer
}

#suggestions div:hover {
    background-color: #f1f1f1
}

.journal-table th {
    padding: 8px;
    text-align: left;
    width: 30%
}

.journal-table td {
    padding: 8px
}

.suggestion-dropdown {
    border: 1px solid #ccc;
    width: calc(100% - 20px);
    display: none
}

.suggestion-dropdown div {
    padding: 8px;
    cursor: pointer
}

.suggestion-dropdown div:hover {
    background-color: #f0f0f0
}

.button {
    background-color: var(--e-global-color-accent);
    display: inline-block;
    font-weight: 400;
    color: #c36;
    border: 1px solid #c36;
    padding: .5rem 1rem;
    font-size: 1rem;
    transition: .3s
}

.call-box,
.call-box .drawer,
.form-row,
.header,
.logo,
.main-bar,
.menu-container {
    display: flex
}

a.button {
    color: #000
}

.call-box {
    position: fixed;
    align-items: center;
    width: 80px;
    column-gap: 10px;
    bottom: 80px;
    z-index: 2;
    overflow: hidden;
    left: 10px;
    padding: 10px;
    animation: .4s infinite alternate mover;
    transition: background-color .3s ease-in-out, width .3s ease-in-out;
    border-radius: 16px
}

.call-box .call-image {
    width: 100px;
    height: 60px;
    object-fit: contain;
    transition: transform .3s ease-in-out
}

.call-box .drawer {
    width: 0;
    color: #fff;
    flex-direction: column;
    transition: width .3s ease-in-out;
    white-space: nowrap;
    overflow: hidden
}

.call-box .drawer a {
    color: #fff;
    font-size: 14px
}

.call-box .drawer a:hover {
    color: #b60b92;
    font-size: 14px
}

.call-box:hover {
    cursor: pointer;
    background-color: #333;
    width: 335px;
    animation: none
}

.call-box:hover .call-image {
    width: 85px
}

.call-box:hover .drawer {
    width: min-content
}

.call-box i.fa.fa-phone {
    transform: rotate(113deg)
}

.floating-social-icons .wa-btn {
    font-weight: 600;
    vertical-align: middle;
    padding: 12px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background-color: #023838;
    color: #fff !important;
    border-radius: 0 10px;
    text-align: center;
    font-size: 18px;
    z-index: 100000000;
    border: 2px solid #023838;
    animation: 2s infinite headShake
}

.floating-social-icons .wa-btn::after {
    content: "1";
    position: absolute;
    border: 2px solid #fbfbfb;
    width: 26px;
    height: 26px;
    color: #fbfbfb;
    font-size: 16px;
    top: -19px;
    right: 20px;
    border-radius: 50%;
    background-color: #bf1212;
    box-sizing: border-box
}

.floating-social-icons .wa-btn a {
    color: #fff !important
}

.form-row {
    gap: 15px
}

.form-row p {
    width: 25%
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    border: none
}

.form-row input,
.form-row select {
    border: 1px solid #efe8e0;
    border-radius: 0
}

.wpcf7-response-output {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.form-row input:focus,
.form-row select:focus {
    border: 1px solid #000;
    outline: 0
}

.explore-button,
.header .header-button {
    font-weight: 400;
    fill: var(--e-global-color-text);
    border-radius: 0
}

summary.usah-faqs-accordion-header {
    color: #fff;
    font-size: 18px;
    font-family: "Clarivate SemiBold", Sans-serif
}

.usah-faqs-accordion-content-wrap {
    color: #fff;
    font-family: "Clarivate Regular", Sans-serif;
    margin: 10px 21px
}

.left-column h3,
.menu-container {
    font-family: "Clarivate SemiBold", Sans-serif
}

.container-box,
.header,
.top-bar {
    width: 1300px;
    margin: auto
}

details.usah-faqs-accordion-item {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

@media (max-width:680px) {
    .form-row p {
        width: 100%
    }

    .form-row {
        flex-direction: column
    }
}

.main-bar {
    background-color: #202124;
    color: #fff;
    padding: 5px 20px;
    justify-content: space-between;
    align-items: center
}

.top-bar .top-items {
    display: flex;
    gap: 20px;
    justify-content: right
}

.top-bar .top-item {
    color: #fff;
    text-decoration: none
}

.header {
    background-color: #000;
    padding: 10px 0;
    justify-content: space-between;
    align-items: center
}

.logo {
    align-items: center
}

.logo img {
    height: 50px !important;
}

.header .header-button {
    background-color: #f0fe4f;
    color: var(--e-global-color-text);
    padding: 11px 20px
}

.menu-container {
    position: relative;
    gap: 25px
}

.menu-item{
    font-size: 16px;
    padding: 6px 0;
    cursor: pointer;
    color: #fff !important;
    display: inline-block
}
.mega-menu {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 1px 1px 40px rgba(0, 0, 0, .1) inset;
    flex-direction: row;
    box-sizing: border-box;
    z-index: 99999999
}

.mega-menu-content {
    display: flex;
    height: 400px
}

.mega-menu::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    background: linear-gradient(310deg, #f1f1ff 19.16%, #eaf4fd 80.03%)
}

.left-column h3 {
    font-size: 30px;
    color: #b175e1
}

.left-column p {
    font-size: 16px;
    color: #000;
    font-family: "Clarivate Regular", Sans-serif
}

.left-column {
    width: 33%;
    color: #8b70d7;
    padding: 30px 20px
}

.heading-box {
    border-bottom: 1px solid #dfe1e2
    padding:10px 0;
}

.heading-box span {
    font-family: "Clarivate SemiBold", Sans-serif;
    font-size: 20px
}

.explore-button,
.heading-box p {
    font-family: "Clarivate Regular", Sans-serif
}

.right-column {
    box-shadow: 1px 1px 40px rgba(0, 0, 0, .1);
    width: 66%;
    color: #333;
    padding: 30px 20px;
    border-left: 1px solid #dfe1e2;
    background: linear-gradient(310deg, #e4e4f1 19.16%, #eaf4fd 80.03%);
    z-index: 99999999
}

.explore-button {
    color: #fff !important;
    background-color: #5a27f1;
    padding: 11px 20px
}

.featured-item {
    color: #5a27f1
}

@media (max-width:768px) {
    .mega-menu-content {
        flex-direction: column
    }

    .left-column,
    .right-column {
        width: 100%
    }

    #search-button {
        width: 30%
    }

    #search-input {
        width: 65%
    }
}


.single-post h2{
  font-size: 32px !important;
      margin: 40px 0 10px 0;
}
.single-post h3{
  font-size:25px;
   margin: 30px 0 10px 0;
}
p.single-line {
    border-left: 4px solid #202124;
    padding: 10px;
    background-color: aliceblue;
}
/* testimonial popup css start */
  .testimonial-carousel {
    display: flex;
    align-items: center;
  }
  .image-container {
    display: flex;
    
  }
  .testimonial-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    position: relative;
  }
  .testimonial-popup,
  .testimonial-popup1,
  .testimonial-popup2,
  .testimonial-popup3 {
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    z-index: 10;
  }
  .testimonial-popup p,
  .testimonial-popup1 p,
  .testimonial-popup2 p,
  .testimonial-popup3 p {
    margin: 0 0 10px;
  }
  .star-rating {
    display: flex;
  }
  .star {
    width: 20px;
    height: 20px;
  }
  .image-container img {
    width: 25%;
    border-radius: 40px;
    margin-right: -13px;
    border: 3px solid #fff;
    filter: grayscale(1);
        margin-left: 0;
  }
  .image-container img:hover {
    /*width: 24%;*/
    filter: none;
    z-index: 2;
    filter: none;
    margin-right: -10px;
  }
  /* Testimonial popup end */ 
/* Faqs css start */
  
  .accordion{
    background-color: white !important;
    border-bottom: 1px solid gainsboro !important;
    border-radius: 0px;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-family: 'Poppins';
    line-height: 20px;
    font-weight: 400;
    transition: 0.4s;
  }
  
  [type=button],
  [type=submit],
  button {
    white-space: normal;
  }
  
  button.accordion.active,
  button.accordion1.active,
  button.accordion2.active{
    background: transparent !important;
    color: #505bff;
  }
  
  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }
  
  .panel p {
    padding-top: 26px;
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    color: #393939 !important;
  }
  
  button.accordion.active:hover,
  button.accordion1.active:hover,
  button.accordion2.active:hover{
    background: transparent;
  }
  
  button.accordion:hover,
  button.accordion1:hover,
  button.accordion2:hover{
    background: transparent;
    color: black;
  }
  [type=button]:focus,
  [type=button]:hover,
  [type=submit]:focus,
  [type=submit]:hover,
  button:focus,
  button:hover {
    color: black;
    background: transparent;
    text-decoration: none;
  
  }
  
  [type=button]:focus,
  [type=submit]:focus,
  button:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
  }
  
  
  .active .icon {
    transform: rotate(90deg);
  }
  
  .icon {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #7466ff;
    display: inline-block;
    vertical-align: middle;
    color: transparent;
    left: 25px;
    position: relative;
  }
  
  [type=button]:not(:disabled),
  [type=submit]:not(:disabled),
  button:not(:disabled) {
    cursor: pointer;
    user-select: pointer;
  }
  
  
  .icon {
    float: right;
  }
  
/* Carosoul css */
  .review-carousel-wrap{
    padding: 20px 0px;
  }
  .review-carousel-wrap .owl-nav,
  .review-carousel-wrap .owl-dots{
      display: none !important;
  }
  .review-box {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 30px;
    margin-bottom: 30px;
    transition: .4s background;
    cursor: pointer;
  }
  .review-box:hover {
    background: #080A32;
  }
  .review-box:hover * {
    color: #fff !important;
  }
  .review-box *{
  font-family: "Hanken Grotesk", Sans-serif;
  }
  .review-box p{
  margin: 0;
  }
  .review-box .review-box-header {
    display: flex;
    justify-content: space-between; 
    align-items: center;
  flex-direction: row-reverse;
  }
  .review-box img.rating {
    max-width: 100px;
    margin-bottom: .5em;
  }
  .review-box p.title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #161616;
    margin: 0;
  }
  .item {
    margin-top: 5px;
  }
  .review-box small {
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    color: #161616;
    line-height: 22px;
  }
  .review-box p.cust-id {
    font-size: 14px;
    color: #a2a2a2;
  }
  .review-box p.content {
  max-width:100% !important;
  color: #4f4f4f;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin: 1em 0 0.5em 0;
  }
  span.trust-text {
    display: flex;
    align-items: center;
  }
  span.trust-text img {
    width: 33px !important;
  }
  span.trust-text p {
    font-size: 16px;
    font-weight: 600;
  }
  .review-box .review-box-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
  }
  .review-box img.flag {
    max-width: 28px;
    margin-right:0.5em;
  }
  .review-box .review-box-footer span {
    color: #161616;
    font-size: 14px;
    font-weight: 500;
  }
  /* carosoul css end */
span#rolltext{
      font-size: 56px;
    font-weight: 700;
    font-family: 'Poppins';
  }
  .roller {
    height: 3em;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
  /*     justify-content: center; */
    align-items: center;
  /*     margin-bottom: 37px !important; */
    line-height: 1 !important;
    cursor: pointer; /* Optional: Adds a pointer cursor to indicate hover */
  }
  .roller #rolltext {
    position: absolute;
    top: 0;
    white-space: nowrap;
    transition: top 0.5s ease;
  }
  .roller.animate #rolltext {
    animation: roller 3.5s forwards;
  }
  @keyframes roller {
    0% {
      top: 0;
    }
    100% {
      top: -12em;
    }
  }
  .e-hosted-video.elementor-wrapper.elementor-open-inline {
    --video-aspect-ratio: 0 !important;
  }
  .fa-stack-2x {
    font-size: 2em;
  }
  .bp_rating.fa-stack {
    width: 1.67em;
  }
  .bp_rating .fa-square {
    color: #00b67a;
  }
  .bp_rating .fa-star {
    font-size: 19px;
    color: #fff;
  }
.wpcf7-response-output {
    display: none;
}
.heading-box span a {
    color: #333 !important;
}
.menu-item a {
    color: #fff;
}
.heading-box{
  padding:10px 0;
}
div#platforms .right-column {
    height: 400;
    overflow-y: scroll;
}
.left-column h3>a {
    font-size: 30px;
    color: #b175e1;
    font-family: "Clarivate SemiBold", Sans-serif;
}
.left-column p {
    margin-bottom: 25px;
}
.menu-container{
   gap: 25px;
}
/* For WebKit browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
    width: 10px;
  height:10px;
}

::-webkit-scrollbar-thumb {
    background-color: #F0FE4F;
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background-color: #202124;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    span#rolltext{
    font-size:42px;
  }
    table.data-tabl {
        display: block;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    table.data-tabl {
        width: 100%;
/*         min-width: 400px;  */
    }
}