h3{
    text-align: center;
    font-size: 32px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 40px;
}

.top-banner {
    background-color: #fff;
    padding: 52px;
    display: inline-block;
    width: 100%; text-align: center; 
}

.top-banner  h1 {
    font-size: 40px; line-height: 62px;
    color: #1F2937;
    font-weight: 800;  margin-bottom: 30px;
}

.top-banner p {
    font-size: 20px; line-height: 36px;
    color: #1F2937;
    font-weight: 400;
    margin-bottom: 30px;
}

.mart-30{margin-top: 30px;}
.cta-part a {
    border-radius: 40px;
    min-width: 350px;
    background-color: #113DCD;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    display: inline-block;
    text-decoration: none;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s; font-weight: 700;
}

.cta-part a:hover{
    box-shadow: 0 30px 22px -20px #788ace; color:#fff
}

.cta-part a span {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url('../assets/images/right-aerrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 3px;
}


.expertise-section {
    padding: 0 0 60px 0;
}

.expertise-section h3 {
    text-align: center;
    font-size: 32px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 40px;
}

.expertise-inn-details {
    text-align: center;
}

.expertise-inn-details .img-details {
    width: 120px;
    height: 120px;
    display: inline-block;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.img-f-details {
    background-image: url('../assets/images/expertise-first.svg');
}

.img-s-details {
    background-image: url('../assets/images/expertise-second.svg');
}

.img-t-details {
    background-image: url('../assets/images/expertise-third.svg');
}

.img-fo-details {
    background-image: url('../assets/images/expertise-fourth.svg');
}

.expertise-inn-details p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    color: #1F2937;
}


.why-to-choose {
    background: #01176B;
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    color: #fff;
    margin-bottom: 60px;
}

/* .why-to-choose .left-banner-part span {
    display: inline-block;
    width: 451px;
    height: 264px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../assets/images/banner-img.svg');
} */
.why-to-choose .row{
    display: flex;
}
.why-to-choose .row .col-md-6{
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-to-choose .right-details-part h5 {
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 30px;
}
.why-to-choose .right-details-part p{
    font-size: 20px;
    line-height: 30px;

}
.why-to-choose .right-details-part ul {
    display: inline-block; padding-left: 0;
}

.why-to-choose .right-details-part ul li {
    list-style-type: none;
    position: relative;
    font-size: 16px;
    margin-bottom: 6px;
    padding-left: 30px;
    line-height: 30px;
}

.why-to-choose .right-details-part ul li::before {
    content: '';
    left: 0;
    top: 6px;
    position: absolute;
    width: 20px;
    height: 24px;
    background-image: url('../assets/images/white-check.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.why-to-choose .right-details-part .cta-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.why-to-choose .right-details-part .cta-part a.btn {
    border-radius: 8px;
    min-width: 230px;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    height: 50px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}

.why-to-choose .right-details-part .cta-part a.primary-btn {
    background-color: #113DCD;
    color: #fff;
    border: 1px solid #113DCD;
}

.why-to-choose .right-details-part .cta-part a.secondary-btn {
    background-color: transparent;
    color: #113DCD;
    border: 1px solid #113DCD;
}

.abstract-type {
    background-color: #EFF2FB;
    width: 100%;
    padding: 60px;
}

.abstract-part-block{
    width: 80%; margin: 0 auto;
}

.abstract-type h3 {
    text-align: center;
    font-size: 32px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 30px;
}

.abstract-inn-box {
    border-radius: 8px;
    border: 1px solid #CBD5E1;
    background: #FFF;
    padding: 20px 24px;
    /* max-width: 370px; */
    min-height: 565px;
}

.abstract-inn-box .title h4 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.abstract-inn-box .title h4 span {
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.bg-pink{background: #FDF2F8;}
.bg-light-blue{background: #EFFDFF}
.bottm-part {border-radius: 8px; padding: 34px 10px 10px; margin-bottom: 20px; position: relative;}
.bottm-part p {font-size: 14px; width: 100% }
.bottm-part .price-sec {
    font-size: 14px; 
    line-height: 20px;
    margin-bottom: 10px;
}
.bottm-part .tag{
    position: absolute;
    top: 0px;
    left: 10px;
    white-space: nowrap;
    font-size: 12px;
    line-height: 14px;
    font-weight: 800;
    color: white;
    padding: 4px 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: fit-content;
    font-family: Lato,Arial,Helvetica,Verdana,Sans-serif;
}
.bottm-part .tag-bg-pink {
    background: rgba(190, 24, 93, 1);
}
.bottm-part .tag-bg-green {
    background: rgba(65, 143, 174, 1);
}
.bottm-part .price-sec .strike{
    position: relative;
    font-size: 15px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    display: inline-block;
    color: rgba(168, 168, 168, 1);
}
.bottm-part .price-sec .strike .line{
    position: absolute;
    top: 60%;
    left: -4px;
    width: 115%;
    transform: rotate(-12deg);
    transform-origin: left center;
    pointer-events: none;
    border: 1px solid rgba(168, 168, 168, 1);
}
.text-color{color: #374151; font-weight: 700;}
.font-24{font-size: 24px; }

.abstract-inn-box .title h4 span.left-img {
    background-image: url('../assets/images/abstract-left.svg');
}

.abstract-inn-box .title h4 span.right-img {
    background-image: url('../assets/images/abstract-right.svg');
}

.abstract-inn-box ul {
    display: flex;
    flex-direction: column; min-height: 262px;  
}

.abstract-inn-box ul li {
    list-style-type: none;
    position: relative;
    font-size: 14px;
    margin-bottom: 6px;
    padding-left: 30px;
    margin-bottom: 12px;
    line-height: 20px;
}

.abstract-inn-box ul li::before {
    content: '';
    left: 0;
    top: 6px;
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url('../assets/images/blue-check.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.abstract-inn-box ul li ul li {
    list-style-type: disc;
    padding-left: 0px;
}

.abstract-inn-box ul li ul {
    margin-top: 10px;
    padding-left: 18px;
}

.abstract-inn-box ul li ul li::before {
    display: none;
}

.abstract-inn-box .cta-part a.btn {
    border-radius: 8px;
    min-width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    height: 50px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}

.abstract-inn-box .cta-part {
    margin-top: auto;
}

.abstract-inn-box .cta-part a.secondary-btn {
    background-color: transparent;
    color: #113DCD;
    border: 1px solid #113DCD;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
}

.abstract-inn-box .cta-part a.secondary-btn:hover{
    box-shadow: 0 30px 22px -20px #788ace;
}

.download{
    color: #113DCD; display: block; 
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s; text-align: center; position: relative; font-size: 16px; line-height: 24px; font-weight: 700;
}
.download::before{content:'';background: url(../assets/images/download-icon.png) no-repeat 0 13px; display: inline-block; width: 24px; height: 34px; padding: 10px; margin-right: 10px;}

.abstract-banner {
    background: linear-gradient(89.4deg, #0077F0 0.22%, #00448A 135.59%);
    padding: 20px; border-radius: 20px;
    display: flex; /* Use flexbox for alignment */
    align-items: center; /* Center content vertically */
    color: #fff; width: 100%; margin:40px auto; text-align: left;
}

.icon-container {
    margin-right: 15px; /* Space between icon and text */
    text-align: center;
}

.icon {
    width: 170px; /* Set width for the icon */
    height: auto; /* Maintain aspect ratio */
    margin-bottom: 20px;
}

.content {
    font-size: 16px;
    line-height: 32px; width: 100%;
}
.abstract-banner h2{font-size: 30px; line-height: 32px; font-weight: 800}
.abstract-banner ul{padding: 0;}
.abstract-banner li{display: inline-block; margin-right: 17px; font-size: 16px; font-weight: 700;}
.abstract-banner .icons{margin-right: 15px; display: inline-block;}


.graphical-abstract{background: url(../assets/images/expert-bg.png); background-size: cover; display: flex; align-items: center; }
.graphical-abstract .container{width: 70%;}
.graphical-abstract h2{font-size: 32px; line-height: 44px; color: #1F2937; margin-top: 100px; font-weight: 700;}
.graphical-abstract p{font-size: 16px; line-height: 24px; color: #374151; margin-bottom: 20px;}
.graphical-abstract .cta-part a {min-width: 150px}
.graphical-abstract img{max-width: 90%;}


.journal-element {
    padding: 40px 0;
    overflow-x: hidden;
}

.journal-element h2 {
    text-align: center;
    font-size: 32px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 30px;
}

.scroll-element {
    display: flex;
    position: relative;
    width: 100%;
}

.scroll-element .animate-slideleft .left-part {
    background-image: url('../assets/images/partner-b-amber-graphical-abstract.svg?ver1');
    background-repeat: no-repeat;
    background-size: contain;
    width: 1704px;
    height: 60px;
}

.scroll-element .animate-slideleft1 .left-part1 {
    background-image: url('../assets/images/partner-b-amber-graphical-abstract.svg?ver1');
    background-repeat: no-repeat;
    background-size: contain;
    width: 1704px;
    height: 60px;
}

.scroll-element .animate-slideleft {
    animation: slideleft 50s linear infinite;
}

.scroll-element .animate-slideleft1 {
    position: absolute;
    animation: slideleft1 50s linear infinite;
}

.tabbing-part {
    padding: 60px 0;
    display: inline-block;
    width: 100%;
}

.tabbing-part h3 {
    text-align: center;
    font-size: 32px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 30px;
}

.tab-inn-part {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tab-inn-part .nav {
    border-radius: 8px;
    background: #DBE3FF;
    border: 1px solid #B6C7F9;
    padding: 3px 2px;
}

.tab-inn-part .nav li.active a {
    background: #fff;
    color: #113DCD;
    padding: 8px 32px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
}

.tab-inn-part .nav li.active a:hover {
    background-color: #fff;
}

.tab-inn-part .nav li a {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 32px;
    color: #1F2937;
    border-radius: 8px;
}

.tab-inn-part .nav li a:hover {
    background-color: transparent;
}

.tabbing-details {
    margin-top: 34px;
    position: relative;
}

.tabbing-details .inn-tab {
    position: absolute;
    top: 15px;
    right: 15px;
}

.tabbing-details .inn-tab .inn-tab-details {
    border-radius: 28px;
    background: rgba(255, 0, 102, 0.5);
    border: none;
}
.tabbing-details .inn-tab .inn-tab-details li a .square-icon{
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url('../assets/images/square-white.svg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 6px;
}
.tabbing-details .inn-tab .inn-tab-details li a .triangle-icon{
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url('../assets/images/triangle-white.svg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 6px;
}
.tabbing-details .inn-tab .inn-tab-details li.active a .square-icon{
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url('../assets/images/square-active.svg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 6px;
}
.tabbing-details .inn-tab .inn-tab-details li.active a .triangle-icon{
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url('../assets/images/triangle-active.svg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 6px;
}
.tab-content .active .tabbing-details .inn-tab ul li.active a {
    background: #fff;
    color: #FF0066;
    letter-spacing: 1px;
    border-radius: 30px;
    font-size: 12px;
    line-height: 16px;
    font-size: 12px;
    padding: 4px 10px;
}

.tabbing-details .inn-tab .inn-tab-details li a {
    color: #fff;
    letter-spacing: 1px;
    border-radius: 30px;
    font-size: 12px;
    line-height: 16px;
    font-size: 12px;
    padding: 4px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabbing-details .tab-img {
    width: 1140px;
    height: 500px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.tabbing-details .first-tab-img {
    background-image: url('../assets/images/fe-bk-amber-ga-medicine-2d.webp');
}

.tabbing-details .second-tab-img {
    background-image: url('../assets/images/fe-bk-amber-ga-lifescience-2d.webp');
}

.tabbing-details .third-tab-img {
    background-image: url('../assets/images/fe-bk-amber-ga-chemistry-2d.webp');
}

.tabbing-details .first-tab-img-3d {
    background-image: url('../assets/images/fe-bk-amber-ga-medicine-3d.webp');
}

.tabbing-details .second-tab-img-3d {
    background-image: url('../assets/images/fe-bk-amber-ga-lifescience-3d.webp');
}

.tabbing-details .third-tab-img-3d {
    background-image: url('../assets/images/fe-bk-amber-ga-chemistry-3d.webp');
}


.tabbing-part .cta-part {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

.tabbing-part .cta-part a.btn {
    border-radius: 30px;
    min-width: 248px;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    height: 50px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    margin: 0 10px;
}

.tabbing-part .cta-part a.primary-btn {
    background-color: #113DCD;
    color: #fff;
    border: 1px solid #113DCD;
}

.tabbing-part .cta-part a.secondary-btn {
    background-color: transparent;
    color: #113DCD;
    border: 1px solid #113DCD;
}

.contact-details {
    width: 100%;
    background:url(../assets/images/contact-bg.png); background-size: cover;
    padding: 55px 0;
    position: relative; margin-bottom: 40px; color: #fff;
}

.contact-details  p{font-size: 14px; line-height: 20px; text-align: center;}

/* .contact-details::before{
    content: '';
    right: 0;
    top: 0;
    position: absolute;
    background-image: url('../assets/images/back-img.png');
    width: 628px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
} */
.contact-details h3 {
    text-align: center;
    font-size: 32px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 0;
    color: #fff;
}

.testimonial-bg-blue{background: #F6FDF6;}
.testimonial-bg-yellow{background: #FFFBEF;}
.testimonials { padding:0 0 60px 0; display: inline-block; width: 100%}
.testimonials h3 { text-align: center; font-size: 32px; line-height: 44px;
 font-weight: bold; margin-bottom: 30px;}
.testimonials .testimonial-inn-details { margin: 30px; height: 315px; display: flex; flex-direction: column; position: relative}
.testimonials .testimonial-inn-details .item{padding:40px; border-radius: 20px; }
.testimonials .testimonial-inn-details .testimonial-icon{position: absolute; top:0; left: -10px; width: 60px; height: 43px; z-index: 1} 
.testimonials .testimonial-inn-details h3 { font-size: 20px; line-height: 30px; margin-bottom: 30px; color: #374151; font-weight: 700; text-align: left; z-index: 2; position: relative;}
.testimonials .testimonial-inn-details p { font-size: 16px; line-height: 30px;    margin-bottom: 10px; color: #374151; font-weight: 400;}
.testimonials .testimonial-inn-details .star-part { display: flex; align-items: center}
.testimonials .testimonial-inn-details .owl-carousel .owl-nav button.owl-next, 
.testimonials .testimonial-inn-details .owl-carousel .owl-nav button.owl-prev{
position: absolute; top:40%}
/* .testimonials .testimonial-inn-details .owl-carousel .owl-nav button.owl-prev{left:-20px}
.testimonials .testimonial-inn-details .owl-carousel .owl-nav button.owl-next{right:-20px} */

.testimonials .testimonial-inn-details .owl-carousel .owl-nav button.owl-prev{left:-25px; background: url(../assets/images/left-arrow.png) no-repeat !important; width: 40px; height: 40px; display: block; position: absolute; }
.testimonials .testimonial-inn-details .owl-carousel .owl-nav button.owl-next{right:-25px; background: url(../assets/images/right-arrow.png) no-repeat !important; width: 40px; height: 40px; display: block; position: absolute; }
.testimonials .owl-theme .owl-dots .owl-dot.active span, .testimonials .owl-theme .owl-dots .owl-dot:hover span{background: #113DCD;}
.testimonials .owl-nav button.owl-prev span, .testimonials .owl-nav button.owl-next span{display: none;}

.abstact-hidden-md {
    display: none;
}

.img-responsive { 
    width:100%;
}
.alert.alert-banner {
    background: linear-gradient(90.07deg, #033BFF 0.06%, #7C3AED 100.01%);
    width: 100%;
    margin-bottom: 0px;
    border-radius: 0px;
    padding: 12px 15px 8px;
    position: relative;
    border: 0;
    height: 46px;
    font-size: 17px;
    color: #ffffff;
}
.alert.alert-banner .yellow{
    color: #EBFF00;
    font-weight: 700;
}
.alert.alert-banner .grey{
    color: #BBBBBB;
    font-weight: 700;
}
.no1-banner{
    background-color: #01176B;
    padding: 8px;
    color: #ffffff;
}
.no1-banner ul{
    display: flex;
    justify-content: flex-start;
    position: relative;
}
.no1-banner ul li{
    margin-right: 30px;
    position: relative;
    padding-left: 32px;
}
.no1-banner ul li::before{
    content: "";
    background: url(../images/no1.png) no-repeat 0 0;
    width: 28px;
    height: 28px;
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 0;
}
.close-detail .close {
    color: #fff;
    font-weight: 400;
    opacity: 1;
    position: relative;
    bottom: 27px;
    font-size: 24px;
}

.close-detail a {
    color: #fff;
    font-weight: normal;
    padding: 10px;
}

.close-detail a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1199px) {
    .alert-banner {
        padding: 10px;
        height: auto;
    }

    .discounnt-txt p {
        font-size: 14px;
        line-height: 20px;
    }

    .discounnt-txt p:not(:last-child) {
        margin-bottom: 5px;
    }

    .close-detail {
        padding-top: 0;
        position: relative;
    }

}


@media only screen and (max-width: 768px) {
    .alert.alert-banner {
        height: 67px;
        padding: 10px 15px;
        display: inline-block;
    }
    .close-detail {
        top: 2px;
    }
    .close-detail a{
        padding: 0;
        font-size: 12px;
    }

    .white-box-div{
        flex-direction: column;
    }
    .white-box-div .white-box{
        max-width: none;
    }
    .no1-banner ul{
        flex-direction: column;
    }
    .no1-banner ul li{
        margin-bottom: 5px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .tabbing-details .tab-img {
        width: 750px;
        height: 330px;
    }


}
@media only screen and (min-width: 768px) and (max-width:991px) {
    .tabbing-details .tab-img {
        width: 750px;
        height: 330px;
    }
    .tabbing-part{display: none;}
}
@media only screen and (min-width: 320px) and (max-width:767px) {
    .top-banner {
        padding: 20px;
    }

    .top-banner .right-part .banner span {
        width: 100%;
        margin-top: 20px;
    }

    .why-to-choose {
        padding: 20px;
    }

    .why-to-choose .row{flex-direction: column;}

    .why-to-choose .right-details-part .cta-part {
        flex-direction: column;
    }

    .why-to-choose .right-details-part .cta-part a.primary-btn {
        margin-bottom: 20px;
    }
    .graphical-abstract h2, .graphical-abstract p{text-align: center; margin-top: 50px;}
    .graphical-abstract .cta-part a{width: 100%;}
    .contact-details p{margin-top: 20px;}
    .expertise-section {
        margin: 40px auto 0 auto;
    }

    .expertise-inn-details {
        margin-bottom: 20px;
    }

    .abstract-inn-box {
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px 0;
    }

    .flex-details {
        flex-direction: column;
    }
    .abstract-banner{flex-direction: column; text-align: left; align-items: center; }
    .abstract-part-block{width: 100%;}
    .abstract-type {
        padding: 20px;
    }
    .abstract-banner h2, .journal-element h2, .abstract-type h3{font-size: 24px;}
    h3{font-size: 24px; line-height: 32px;}

    #ctaalTab{width: 100% !important;}

    .hidden-xs {
        display: none;
    }

    .visible-xs {
        display: block;
    }

    #verticalTab img{width: 100%;}
    #verticalTab{width: 100%;}

    .tabbing-part{display: none;}

    .tabbing-details .tab-img {
        width: 380px;
        height: 170px;
    }

    .tabbing-part h3 {
        font-size: 18px;
        line-height: 30px;
    }

    .tabbing-part {
        padding: 20px 0;
    }

    .tab-inn-part .nav li.active a {
        padding: 4px 16px;
        font-size: 14px;
    }

    .tab-inn-part .nav li a {
        font-size: 14px;
        padding: 4px 16px;
    }

    .tabbing-part .cta-part a.btn {
        min-width: 100%;
        margin-bottom: 20px;
    }

    .cta-part a {
        min-width: 100%;
    }

    .journal-element h3 {
        font-size: 18px;
        line-height: 30px;
    }

    .top-banner .left-part h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .journal-element {
        padding: 20px 0;
        overflow-x: hidden;
    }
    .expertise-section h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .abstract-type h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .contact-details h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .tab-inn-part .nav>li{
        border-top: none;
    }
    .screenshot_slider .owl-nav{display: none;}
    #top-slider .owl-carousel .owl-dots.disabled,  #top-slider .owl-carousel .owl-nav.disabled{display: none !important;}
}



@keyframes slideleft {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes slideleft1 {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0%);
    }
}
.screenshot_slider {position: relative;}
.screenshot_slider .owl-item {margin: 50px auto;}
.screenshot_slider .owl-item .item img {
     -webkit-transition: 0.3s;
     -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
     box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
     -o-transition: 0.3s;
     transition: 0.3s;
     -webkit-transform: scale(0.80);
     -ms-transform: scale(0.80);
     transform: scale(0.80);
 }
 
 .screenshot_slider .owl-item.center .item img {
     -webkit-transform: scale(1.15);
     -ms-transform: scale(1.15);
     transform: scale(1.15);
 }
 
 .screenshot_slider .owl-nav {
     text-align: center;
      /* margin: 40px 0; */
 }
 
 /* .screenshot_slider .owl-nav button {
     font-size: 24px !important;
     margin: 10px;
     color: #033aff !important;
 } */
/* 
 #top-slider .owl-carousel .screenshot_slider .owl-nav button.owl-next{right: 0; position: absolute;}
 #top-slider .owl-carousel .screenshot_slider .owl-nav button.owl-prev{left: 0; position: absolute;} */


/* .screenshot_slider .owl-nav button.owl-prev,
.screenshot_slider .owl-nav button.owl-next{background: #fff !important; color: #1133A4; border: 2px solid #113DCD !important;     padding: 0 !important; font: inherit; width: 30px; height: 30px;
    border-radius: 50%; position: absolute; top:40%; font-size: 30px !important; line-height: 25px; position: absolute;} */

.screenshot_slider .owl-carousel .owl-nav button.owl-next, 
.screenshot_slider .owl-carousel .owl-nav button.owl-prev, 
.screenshot_slider .owl-carousel button.owl-dot{top:-115px; position: absolute;}

.screenshot_slider .owl-nav button.owl-prev{left:-20px; background: url(../assets/images/left-arrow.png) no-repeat !important; width: 40px; height: 40px; display: block; position: absolute; top:-180px}
.screenshot_slider .owl-nav button.owl-next{right:-20px; background: url(../assets/images/right-arrow.png) no-repeat !important; width: 40px; height: 40px; display: block; position: absolute; top:-180px}
.owl-carousel{position: relative;}
.screenshot_slider .owl-nav button.owl-prev span, .screenshot_slider .owl-nav button.owl-next span{display: none;}
#top-slider .screenshot_slider .owl-carousel .owl-stage-outer{position: relative;}

 #top-slider .owl-carousel .owl-dots.disabled,  
 #top-slider .owl-carousel .owl-nav.disabled{display: block !important; position: relative;}

 #top-slider .owl-carousel button.owl-dot{background:#7990E0 !important; width: 40px; height: 5px; margin-right: 20px; border-radius: 20px;}

 #top-slider .owl-carousel .owl-dots .owl-dot.active, #top-slider .owl-carousel .owl-dots .owl-dot:hover {    background: #002dce !important}

 #faqs{margin-bottom: 40px;}

#faqs h3 {
    text-align: center;
    font-size: 32px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 40px;
}

#faqs .panel-heading a {
        display: flex;
        align-items: center;
    }
    
  #faqs .panel-heading a .arrow-icon {
        margin-right: 10px;
        transition: transform 0.3s ease;
    }
    
  #faqs .panel-heading.collapsed a .arrow-icon {
        transform: rotate(0deg); position: absolute; right: 20px;
    }
    
  #faqs .panel-heading a:focus .arrow-icon,
  #faqs .panel-heading a:active .arrow-icon {
        outline: none;
    }
    
  #faqs .panel-heading:not(.collapsed) a .arrow-icon {
        transform: rotate(180deg); position: absolute; right: 20px;
    }

  #faqs .panel-default>.panel-heading.collapsed{
        background-color: #fff;
        border: none;
        color: #262626;
        font-weight: 800;
        font-size: 16px;
        line-height: 21px;
    }

#faqs  .panel-body p,
#faqs  .panel-body ul li{font-size: 14px}
#faqs  .panel-heading{position: relative;}

#faqs  .panel-body ol li {
	font-size: 14px;
	margin-left: 30px;
	list-style-type: decimal
}

#faqs  .panel-default>.panel-heading,
#faqs  .panel-default>.panel-heading:focus,
#faqs  .panel-default>.panel-heading:hover {
	background-color: #fff;
	border: none;
	color: #262626;
	padding: 10px 30px 10px 0
}

#faqs  .panel-default>.panel-heading a,
#faqs  .panel-default>.panel-heading a:focus,
#faqs  .panel-default>.panel-heading a:hover {
	color: #262626;
	font-weight: 700;
	text-decoration: none
}

#faqs  .panel-default>.panel-heading.collapsed a,
#faqs  .panel-default>.panel-heading.collapsed a:focus,
#faqs  .panel-default>.panel-heading.collapsed a:hover {
	color: #262626;
	font-weight: 700;
	text-decoration: none;
	font-size: 16px
}

#faqs  .panel-default>.panel-heading.collapsed {
	background-color: #fff;
	border: none;
	color: #262626;
	font-weight: 800;
	font-size: 16px;
	line-height: 21px
}

#faqs  .panel-group .panel {
	margin-bottom: 0;
	border-radius: 0;
	border: none;
	cursor: pointer;
	box-shadow: none;
	border-bottom: 1px solid #E2E4E9;
}

#faqs  .panel-group {
	counter-reset: counter-name
}

/*#faqs .panel-default .panel-heading::before {
	counter-increment: counter-name;
	content: counter(counter-name, decimal-leading-zero);
	color: #a8a8a8;
	font-weight: 700;
	font-size: 20px;
	line-height: 21px;
	margin-right: 15px;
	position: absolute;
	left: -40px
} */
#faqs  .panel-body {
	padding: 15px 0
}
#faqs  .panel-default>.panel-heading+.panel-collapse>.panel-body{border: none}
#faqs  .panel-body ul li>ul {
	margin-left: 15px
}


#verticalTab{width: 75%; margin: 0 auto 50px auto;}
#verticalTab h3 {
    text-align: center;
    font-size: 32px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 40px;
}
#verticalTab h2{font-size: 20px; line-height: 28px; font-weight: 700; color: #374151; margin-top: 0;}
#verticalTab p{font-size: 14px; line-height: 24px; font-weight: 500; color: #1F2937}
#verticalTab img{margin-top: 30px;}
/* #verticalTab .nav-pills .nav-item ::before{content:''; position: absolute;
    left: 0;    height: 38px;    width: 5px;    display: inline-block; background: #ccc; margin-bottom: 20px;} */

#verticalTab .nav-pills .nav-link { margin-bottom: 10px; font-weight: bold; color: #007bff;    transition: color 0.3s; text-align: left; padding-left: 20px !important; border-left:5px solid #ccc; width: 100%; background: #fff}
#verticalTab .nav-pills .nav-link.active { background-color: #EFF2FB; color: white}
#verticalTab .nav-pills .nav-link.active h2 { background-color: #EFF2FB; color: #113DCD}
#verticalTab .nav-item { position: relative; overflow: hidden; /* Hide overflow for the filling-bar */ width: 95%;}

#verticalTab .filling-bar { position: absolute; top: 0; left: -6px; width: 5px; height: 112px; /* Make it cover the entire area */
    background-color: grey; /* Start with grey */
    transform: translateY(-100%); /* Start hidden above */
    transition: transform 0.5s ease; /* Smooth slide down */
}

#verticalTab .nav-link.active .filling-bar {
    transform: translateY(0); /* Slide down to visible */
    background-color: blue; /* Change to blue when active */
    animation: fill 5s forwards; /* Animation for filling effect */
}

@media (max-width: 767px) {
    #verticalTab .row {
       display: flex;
       flex-direction: column-reverse; /* Reverse the order of columns */
    }

    .why-to-choose .row {
        flex-direction: column-reverse; /* This reverses the order on mobile */
    }
 
    #verticalTab .tab-col {
       order: 1; /* Tabs will come second */
    }
 
    #verticalTab .tab-content {
       order: 0; /* Images will come first */
    }
    .abstract-banner {
        align-items: flex-start; /* Align all content to the start (left) */
        text-align: left; /* Ensure text is left-aligned as well */
    }

    .abstract-banner .icon-container {
        text-align: left; /* Align the image container to the left */
        width: auto; /* Optional: Ensure the container is not too wide */
    }

    .abstract-banner .icon {
        max-width: 80%; /* Optional: Control the image size on mobile */
    }
 }

@keyframes fill {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
        background-color: blue; /* Final color */
    }
}
.video-section {
    background-color: #fffded;
    padding: 24px;
    border: 1px solid #cbd5e1;
    border-radius: 20px;
    margin: 10px 0 60px 0;
}

.video-section h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.video-section p,
.mre-block p {
    font-size: 16px;
    line-height: 30px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mre-block {
    background-color: #fcf3f2;
    font-size: 16px;
    line-height: 30px;
    padding: 60px 0;
}

.mre-block h4 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    align-items: center;
    color: #ca3a30;
}

.mre-block .note {
    font-size: 12px;
}
@media (max-width: 767px) {
    .mre-block{
        padding: 20px 0;
    }
    .mre-block h4{
        font-size: 24px;
        line-height: 32px;
    }
}