*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

section.banner-slider {
    overflow: hidden;
    position: relative;
    margin-top: 66px;
}
section.banner-slider .report .image-section {
    position: relative;
}
section.banner-slider .report .image-section::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 1px;
    right: 0;
    background: #000;
    opacity: 0.5;
}
.items_main .report .image-section img {
    /* height: -webkit-fill-available; */
    width: 100%;
    height: auto;
    /* margin-top: 60px; */
}
.banner-content-area {
    text-align: left;
    width: 55%;
    z-index: 999;
    left: 0;
    position: absolute;
    top: 30%;
    left: 5%;
}
.banner-content-area h1 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    /* margin-bottom: 25px; */
    color: white;
    /* transform: translateY(-77px); */
    width: 80%;
    margin: 0 auto;
    z-index: 9;
}
.banner-content-area p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: white;
    width: 80%;
    margin: 0 auto;
    padding-top: 10px;
    text-align: left;
}

.banner-slider form {
    position: absolute;
    width: 50%;
    z-index: 999;
    left: 10%;
    bottom: 20%;
}
.input-field-sigma {
    transform: translateY(0px) !important;
    opacity: 1 !important;
    transition: 2s all ease 1s;
    position: relative;
    width: 80%;
    margin: 0px;
    transform: translateY(35px);
    opacity: 0;
}
.input-field-sigma input {
    width: 100%;
    color: #333;
    background: #fff;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: unset;
    height: 50px;
    font-weight: normal !important;
    padding: 0px 30px !important;
    text-align: left !important;
    font-size: 18px !important;
}
button.search-btn1 {
    position: absolute;
    right: 0px;
    height: 50px;
    border-radius: unset;
    width: 25%;
    border: 0px !important;
    background: #117dc8;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 40px !important;
    color: #fff;
    text-transform: capitalize;
}
/* .autosuggestion_div {
    background-color: #fff;
    overflow: scroll;
    overflow-y: scroll;
    width: 100%;
    height: 200px;
    text-align: left;
    display: none !important;
} */

/* Lines */
.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 90vw;
    z-index: 1
}

.lines .line-three {
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255,255,255,0.1);
    overflow: hidden
}
  
.lines .line-three::after {
    content: "";
    display: block;
    position: absolute;
    height: 15px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #117dc8;
    -webkit-animation: moveLeftBounces-one 15s linear infinite;
    animation: moveLeftBounces-one 12s linear infinite
}
  
.lines .line-three:nth-child(1) {
    margin-left: -25%
}
  
.lines .line-three:nth-child(3) {
    margin-left: 25%
}
  
.lines .line-three:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}
  
.lines .line-three:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}
  
@keyframes moveLeftBounces-one {
    0% {
        transform: translateY(0)
    }
  
    50% {
        transform: translateY(500px)
    }
  
    100% {
        transform: translateY(0)
    }
}


/* .line-btn{
    position: relative;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
} */
.line-btn::before{
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 25px;
    top: -1px;
    left: 0;
    background-color: #117dc8;
    -webkit-animation: moveLeftBounces-two 15s linear infinite;
    animation: moveLeftBounces-two 15s linear infinite;
    box-shadow: 0px 3px 10px -1px rgba(76, 147, 206, 0.75);
-webkit-box-shadow: 0px 3px 10px -1px rgba(76, 147, 206, 0.75);
-moz-box-shadow: 0px 3px 10px -1px rgba(76, 147, 206, 0.75);
}
.line-btn::after{
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 25px;
    bottom: -1px;
    right: 0;
    background-color: #117dc8;
    -webkit-animation: moveRightBounces-two 15s linear infinite;
    animation: moveRightBounces-two 15s linear infinite;
    box-shadow: 0px 3px 10px -1px rgba(76, 147, 206, 0.75);
-webkit-box-shadow: 0px 3px 10px -1px rgba(76, 147, 206, 0.75);
-moz-box-shadow: 0px 3px 10px -1px rgba(76, 147, 206, 0.75);
}

@keyframes moveLeftBounces-two {
    0% {
        transform: translateX(0)
    }
  
    50% {
        transform: translateX(510px)
    }
  
    100% {
        transform: translateX(0)
    }
}
@keyframes moveRightBounces-two {
    0% {
        transform: translateX(0)
    }
  
    50% {
        transform: translateX(-510px)
    }
  
    100% {
        transform: translateX(0)
    }
}

/* Testimonial */

#testimonials {
    padding: 80px 0;
    background-image: linear-gradient(
    rgba(0,0,0,0.8),
    rgba(0,0,0,0.8)
    ),
    url('../images/faq/faq-bgg-3.jpg') !important;
    
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#testimonials .item-luc{
    background: unset;
    border-radius: unset;
    padding: unset;
    height: unset;
    position: unset;
    border: unset;
}

#testimonials .prev-btn-testimonial, #testimonials .next-btn-testimonial{
    width: unset;
    height: unset;
}
.owl-nav button:hover{
background: unset !important;
}

.testimonials .slider-peragraph , .testimonial-auth-details p{
text-align: unset;
height: unset;
color: #fff;
    font-weight: 100;
}

.testimonials .slider-peragraph{
    color: #fff;
    font-weight: 100;
}

.slider-text {
    border-bottom: 1px solid #117dc8;
    margin-left: 20px;
}
.letter-of-reco-anchor{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #117dc8;
    font-size: 20px;
    font-family: regular_semibold;
    line-height: 25.8px;
    margin-bottom: 15px;
}
.letter-of-reco-anchor img{
    width: 33px !important;
    height: 33px !important;
    margin-right: 10px;
}
.letter-of-reco-anchor span {
    text-decoration: none;
    font-family: regular_semibold;
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
}
.test-title{
    color: #117dc8;
    font-size: 38px;
    font-family: regular_bold;
    text-align: center;
}
.testimonial-auth-details {
    margin-left: 20px;
}
.auth-deatils {
    margin-top: 20px;
}
.slider-item p {
    font-weight: 400;
    font-family: regular_medium;
    font-size: 17px;
    width: 100%;
    text-align: justify;
    line-height: 1.4rem;
}
.auth-details-title {
    color: #117dc8 !important;
    font-family: regular_bold !important;
    font-size: 24px !important;
    line-height: 30.53px;
    font-weight: 700;
}

.auth-details-title-sub{
    color: #ffffff;
}

.owl-nav{
    position: absolute;
    bottom: 0;
    right: 0;
}

.ls-carousel-title{
    height: 100px;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
}

.industry-categories-area .cat-report-wrap .image-area,
.cat-report-wrap {
	transition: 0.5s all ease-in-out; 
}

.cat-report-wrap:hover {
    background-color: #ededed;
    border-color: #ededed;
}

.industry-categories-area .cat-report-wrap .image-area:hover,
.industry-categories-area .cat-report-wrap:hover .image-area {
    background: transparent !important;
    filter: grayscale(100%) !important;
	border-radius: 0px;
}
.industry-categories-area .cat-report-wrap:hover .image-area img{
	border-radius: 0px;
}

/* faq */
.bsb-faq-3 .accordion-item .accordion-button{
    color: #0a568b;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    text-align: left;
    position: relative;
}
.bsb-faq-3 .accordion-item .accordion-button:hover{
    color: #0a568b;
}
.bsb-faq-3 .accordion-button.collapsed{
    color: #117dc8;
}
.bsb-faq-3 .accordion-button::before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background-image: url('../images/faq/minus.svg');
    width: 16px;
    height: 16px;
}
.bsb-faq-3 .accordion-button.collapsed::before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background-image: url('../images/faq/plus.svg');
    width: 16px;
    height: 16px;
}

.bsb-faq-3 .accordion-item .accordion-button span{
    position: absolute;
    right: 0;
}
.bsb-faq-3 .accordion-button:focus{
    outline: none;
}


/* faq2 */
.faq2 .accordion-button::after{
    display: none;
}
.faq2 .accordion-item{
    border: 0 !important;
    cursor: pointer;
}
.faq2 .accordion-button{
    background-color: #f5f5f5;
    padding: 16px;
    width: 100%;
    text-align: left;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.faq2 .accordion-button:focus{
    outline: none !important;
    box-shadow: none !important;
}

.faq2 .accordion-button:focus:not(:focus-visible) {
    outline: 0;
}
.faq2 .accordion-body{
    padding: 16px 20px;
}

.faq2 .accordion-button::before{
    float: left;
    width: 24px;
    height: 24px;
    content: "";
    color: #FDC600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-family: "FontAwesome";
    margin-right: 16px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .report-details .report-content-1 {
      display: block;
    }

    .report-details .report-content-1{
        gap: 0px;
    }
    
    span#openbtn{
        position: absolute;
            top: 0;
            right: 10px;
        margin-top: 5px;
    }
    
    .banner-content-area{
        width: 100%;
        top: 15%;
        left: 0;
    }
    
    .banner-content-area h1{
        width: 100%;
        font-size: 18px;
        line-height: 30px;
    }
    
    .banner-content-area p{
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }
    
    .banner-slider form{
        width: 100%;
        bottom: 10%;
        left: 1%;
    }
    
    .input-field-sigma{
        width: 100%;
    }
    
    .input-field-sigma input{
        padding: 0px 15px !important;
        font-size: 14px !important;
        height: 40px;
        width: 80%;
    }
    
    button.search-btn1{
        height: 40px;
        font-size: 14px !important;
        line-height: 30px !important;
        right: 10px;
    
    }
    
    .owl-nav{
        bottom: -60px;
    }

}
.akr-report{
    height: 100%;
}
.akr-report a{
    color: #1b1a1a !important;
}
.akr-report a:hover{
    color: #117dc8 !important;
}
button.sample{
    padding: 10px 18px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .report-content img{
        width: unset !important;
    }
    section.report-detail h1{
        font-weight: unset;
    }
    .scop-img {
        text-align: center;
    }
    section.report-detail .report-content .tab-content{
        margin: 0px;
    }
    .report-new-listing .img{
        margin: auto;
    }
}
.akr-tab-content .content a{
    color: #1b1a1a !important;
}
.akr-tab-content .content a:hover{
    color: #117dc8 !important;
}
.akr-tab-content .content a.buy-now{
    color: #ffffff !important;
}
.akr-tab-content .content a.buy-now:hover{
    color: #1b1a1a !important;
}

@media screen and (max-width: 425px){
    @keyframes moveLeftBounces-two {
        0% {
            transform: translateX(0)
        }
      
        50% {
            transform: translateX(320px)
        }
      
        100% {
            transform: translateX(0)
        }
    }
    @keyframes moveRightBounces-two {
        0% {
            transform: translateX(0)
        }
      
        50% {
            transform: translateX(-320px)
        }
      
        100% {
            transform: translateX(0)
        }
    }
}

section.press-release.latest .choose-us{
    height: 100%;
}
@media (min-width: 767px) and (max-width: 1223px) {
    section.press-release1 .blog1 {
        height: auto;
    }
}

.report-area .report .image-section img{
    max-height: 173px;
}
.insulin1 p{
    color: #000;
}


.ls-search-wrapper {
    position: fixed;
    top: 0;
    right: -71%;
    width: 70%;
    height: 66px;
    display: block !important;
    z-index: 999;
    padding: 14px 10px 10px;
    background-color: #c2c2c21f;
	transition: all 0.5s ease-in-out;
}
  
.ls-search-wrapper.show {
    right: 0%;
}

.ls-search-wrapper .input-group .btn {
    background-color: #147ccd;
    color: #fff;
}

.ls-search-wrapper .input-group .close {
    position: absolute;
    top: -15px;
    left: -15px;
    font-size: 16px;
    color: #f80000;
    cursor: pointer;
}

.insulin1 h3{
    font-size: 1.2rem;
}

p.akr-pagination {
    display: flex;
    align-items: center;
}

.akr-pagination strong{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
    background-color: #117dc8;
    color: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);;
}
.akr-pagination a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
    background-color: #fff;
    color: #000;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);;
}
.akr-pagination a:last-child{
    width: unset;
    height: unset;
    display: block;
    padding: unset;
    border-radius: unset;
    margin-right: unset;
    background-color: unset;
    color: #000;
    box-shadow: unset;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    padding: 0px 5px;
}