@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}
.modal-body .right-part{width: 38% !important;}
.toggleWrapper{padding: 150px 0px 60px;position: relative;margin-top: -230px;background: linear-gradient(180deg,rgba(255,255,255,.37) 0%,#FFFFFF 40.5%);position: relative;left: -5px;}
.toggleDiv{ width: 200px;text-align: center;border: 1px solid #113dcd;padding: 8px 20px;display: table;margin: 0 auto;color: #113dcd;border-radius: 20px;position: absolute;left: 0;right: 0;top: 100px;cursor: pointer;background: white;}
.toggleShow{display: none;}
.dis{display: contents !important;}
.blue-slider{width: 100%;height: 400px;display: block;background: url('../assets/images/ba-b-amethyst-paperpal-desktop.svg') no-repeat center;margin: 0 auto 0;}
.progressBar {
    height: 2px;
    background-color: #ddd;
    position: relative;
    width: 100%;
    border-radius: 30px;
  }
.progress-bar-inner {
    height: 100%;
    background: linear-gradient(to right,rgba(17,61,205,.3),#113dcd);
    width: 0;
  }

.flex{
    display: flex;
}
.one-stop-solution-banner{
    background-color: rgba(220, 214, 251, 1);
    width: 100%;
}
.one-stop-solution-banner .left-part{
    width: 50%;
}
.one-stop-solution-banner .left-part h2{
    font-size: 22px;
    line-height: 40px;
    font-weight: bold;
    padding: 40px 0;
    margin-bottom: 0;
    padding-right: 30px;
}
.subscription-bottom-banner .flex{
    align-items: center;
}

.one-stop-solution-banner .left-part .logo span {
    width: 280px;
    height: 34px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(../assets/images/editage-allaccess.svg);
}
.one-stop-solution-banner .right-part .img-part{
    position: relative;
    bottom: 0;
}
.one-stop-solution-banner .left-part {
    padding: 30px 20px;
}
.one-stop-solution-banner .left-part h2 {
    padding: 10px 0;
}
.one-stop-solution-banner .left-part .cta a {
    background-color: rgba(17, 61, 205, 1);
    border-radius: 30px;
    font-size: 16px;
    height: 50px;
    width: 255px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    display: inline-block;
}

.one-stop-solution-banner .right-part{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.one-stop-solution-banner .right-part .img-part{
    width: 311px;
    height: 272px;
    display: inline-block;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url('../assets/images/small-banner-img.svg');
}

.discount-box.cta-box{
    text-align: center;
    width: 100% !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.discount-banner .cta a {
    background-color: rgba(17, 61, 205, 1);
    border-radius: 30px;
    font-size: 16px;
    height: 50px;
    width: 255px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}

.partner-details{
    padding: 40px 0;
}
.partner-details h3{
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
}
.partner-inn-details{
    background-color: rgba(239, 242, 251, 1);
    padding: 24px;
    margin-top: 40px;
    border-radius: 10px;
    position: relative;
}
.partner-inn-details h2{
    color: rgba(255, 0, 102, 1);
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}
.partner-inn-details p{
    color: rgba(38, 38, 38, 1);
    font-size: 16px;
    line-height: 24px;
    min-height: 70px;
    margin-bottom: 0;
}

.icon{
    position: absolute;
    right: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-first{
    background-image: url('../assets/images/pink-user-icon.svg');
    width: 69px;
    height: 73px;
}
.icon-second{
    background-image: url('../assets/images/pink-editor-icon.svg');
    width: 70px;
    height: 71px;
}
.icon-third{
    background-image: url('../assets/images/pink-rating-icon.svg');
    width: 63px;
    height: 68px;
}
.subscription-bottom-banner{
    background-color: rgba(220, 214, 251, 1);
    width: 100%; 
}
.subscription-bottom-banner .left-part h3{
    font-size: 26px;
    text-align: left;
    font-weight: bold;
    line-height: 44px;
    margin-bottom: 32px;
}
.subscription-bottom-banner .left-part .cta-part .logo span{
    width: 280px;
    height: 34px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('../assets/images/editage-allaccess.svg');
}
.subscription-bottom-banner .left-part .cta-part .cta a{
    background-color: rgba(17, 61, 205, 1);
    border-radius: 4px;
    font-size: 16px;
    height: 50px;
    width: 255px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-top: 15px;
}
.subscription-bottom-banner .left-part .cta-part .cta a:hover{
    text-decoration: none;
}
.subscription-bottom-banner .right-banner{
    background-size: contain;
    width: 100%;
    height: 310px;
    position: relative;
    bottom: -7px;
    display: inline-block;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url('../assets/images/sub-banner-image.svg');
}

.all-access-faq{
    padding: 30px 0;
    width: 100%;
}
.all-access-faq h3{
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}
.all-access-faq .service-faq .panel-default>.panel-heading.collapsed{
    background-color: #fff;
    font-size: 20px;
}
.service-faq .panel-group {
    counter-reset: counter-name;
}
.service-faq .panel-heading {
    position: relative;
    margin-left: 40px;
}
.service-faq .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;
    top: 14px;
}
.service-faq .panel-default>.panel-heading, 
.service-faq .panel-default>.panel-heading:hover, 
.service-faq .panel-default>.panel-heading:focus{
    background-color: #fff;
    color: #262626;
    padding: 10px 50px 10px 10px;
}
.service-faq .panel-default>.panel-heading a, 
.service-faq .panel-default>.panel-heading a:hover, 
.service-faq .panel-default>.panel-heading a:focus{
    color: #262626;
}
.service-faq .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    border-bottom: 1px solid rgba(226, 228, 233, 1);
    box-shadow: none;
}

.service-faq .panel-default>.panel-heading+.panel-collapse>.panel-body{
    border-top-color: #ddd;
    background: transparent;
    padding: 0 10px 10px 10px;
    font-size: 16px;
    border-top: none;
}
.service-faq .panel-body p{
    font-size: 16px;
    line-height: 24px;
    padding-left: 40px;
}
.service-faq .panel-body ul{
    padding-left: 40px;
}
.service-faq .panel-default>.panel-heading a, 
.service-faq .panel-default>.panel-heading a:hover, 
.service-faq .panel-default>.panel-heading a:focus{
    font-size: 20px;
    line-height: 30px;
}
.service-faq .panel-default>.panel-heading.collapsed a, 
.service-faq .panel-default>.panel-heading.collapsed a:hover,
 .service-faq .panel-default>.panel-heading.collapsed a:focus{
    color: #333;
    font-size: 20px;
 }
 .service-faq .panel-heading:after{
    position: absolute;
    right: 20px;
    top: 9px;
    content: "";
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../assets/images/up-black.svg');
 }
 .service-faq .panel-heading.collapsed:after{
    position: absolute;
    right: 20px;
    top: 9px;
    content: "";
    background-image: url('../assets/images/down-black.svg');
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
 }

 .top-head-part{
    padding: 60px 0 40px;
 }
 .top-head-part h1{
    text-align: center;
    font-size: 40px;
    line-height: 52px;
    font-weight: bold;
 }
 .top-head-part p{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 40px;
}
.top-head-part a.cta{
    background-color: rgba(17, 61, 205, 1);
    color: #fff;
    border-radius: 34px;
    height: 52px;
    width: auto;
    display: inline-block;
    font-size: 16px;
    line-height: 52px;
    text-decoration: none;
    margin-top: 20px;
    font-weight: bold;
    padding: 0 10px;
}
.top-head-part a.cta span{
    font-size: 12px;
}
.line-through{
    text-decoration: line-through;
}
.top-head-part .r-trusted-detail{
    color: rgba(17, 61, 205, 1);
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    margin-top: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
    line-height: 24px;
}
.top-head-part .r-trusted-detail::before{
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    background-image: url('../assets/images/trusted-icon.svg');
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.researcher-testimonial{
    background: linear-gradient(180deg, #EDE9FF 0%, rgba(246, 253, 246, 0) 100%);
    padding: 60px 0;
}
.researcher-testimonial h2{
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
}
.researcher-inn-details{
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    padding: 0 40px;
}
.researcher-inn-details p{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.researcher-inn-details p::before{
    content: '';
    left: -35px;
    top: -10px;
    position: absolute;
    background-image: url('../assets/images/quote.svg');
    width: 59px;
    height: 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.researcher-inn-details .right-part{
    position: relative;    
}
.researcher-inn-details .right-part .video-icon{
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-image: url('../assets/images/video-icon.svg');
    width: 33px;
    height: 33px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; 
}
.researcher-inn-details h4{
    font-size: 20px;
    line-height: 24px;
    color: rgba(31, 41, 55, 1);
    font-weight: bold;
}
.researcher-inn-details span{
    font-size: 14px;
    line-height: 20px;
    display: block;
}
.researcher-inn-details .left-part{
    padding-right: 30px;
}
.researcher-inn-details .right-part img{
    border-radius: 16px;
    width: auto;
    height: 245px;
    cursor: pointer;
    filter: grayscale(100%);
    transition: all .3s;
}
.researcher-inn-details .right-part img:hover{
    filter: grayscale(0);
    transition: all .3s;
}

.researcher-testimonial .owl-theme .owl-nav{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 100%;
    height: 0;
    display: flex;
    justify-content: space-between;
}
.researcher-testimonial .owl-nav .owl-next span {
    background-image: url('images/chevron-right-right.svg');
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    color: transparent;
    position: relative;
    top: -22px;
    right: -60px;

}
.researcher-testimonial .owl-nav .owl-prev span{
    background-image: url('images/chevron-right-left.svg');
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    color: transparent;
    position: relative;
    top: -22px;
    left: -60px;

}

.researcher-testimonial .owl-theme .owl-dots .owl-dot.active span{
    background: rgba(17, 61, 205, 1);
}


.researcher-community{
    background-color: #fff;
    padding: 60px 0;
}
.researcher-community h2{
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
}

.researcher-community a{
    background-color: rgba(17, 61, 205, 1);
    border-radius: 30px;
    font-size: 16px;
    height: 50px;
    width: 340px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    margin-top: 40px;
}


.researcher-slider:hover .slideLeftPause{
    animation-play-state:paused;
}

.researcher-slider{
    overflow: hidden;
    width: 100%;
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
}
.slideLeftPause{
    align-items: flex-start;
    display: inline-flex;
    animation: slideleft 60s linear 0s infinite normal none running
}

.inn-description{
    background-color: rgba(239, 242, 251, 1);
    padding: 20px;
    border-radius: 16px;
    width: 274px;
    margin: 40px 10px 0 10px;
    cursor: pointer;
    max-width: 274px;
}
.inn-description p{
    border-bottom: 1px solid rgba(220, 226, 242, 1);
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
}
.c-u-info{
    align-items: center;
    justify-content: space-between;
}
.c-u-info .left-part h4{
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}
.c-u-info .left-part span{
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
}

.ai-tools{
    background-color: #fff;
    padding: 60px 0 40px;
}
.ai-tools h2{
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 32px;
    line-height: 44px;
}


.ai-tools .panel-group .panel{
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-top: 0;
    padding: 10px 20px;
}
.ai-tools .panel-group .panel.active{
    background-color: rgba(164, 164, 164, 0.1);
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding: 10px 20px 0 20px;
}
.ai-tools .panel-group .panel-heading{
    background-color: transparent;
    padding-left: 0;
}  
.ai-tools .panel-group .panel-heading .panel-title{
    font-size: 18px;
    color: rgba(17, 61, 205, 1);
    font-weight: bold;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ai-tools .panel-group .panel-heading .panel-title.collapsed{
    line-height: 20px;
    cursor: pointer;
    color: #000;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
}
.ai-tools .panel-group .panel-heading .panel-title .img{
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    margin-left: 23px;
}
.ai-tools .panel-group .panel-heading .panel-title .img.mg-graph{
    width: 51px;
    height: 19px;
    background-image: url('images/mg-graph.svg');
}
.ai-tools .panel-group .panel-heading .panel-title .img.paper-pal{
    width: 63px;
    height: 17px;
    background-image: url('images/paperpal.svg');
}
.ai-tools .panel-group .panel-heading .panel-title .img.r-discovery{
    width: 68px;
    height: 17px;
    background-image: url('images/discovery.svg');
}
.ai-tools .panel-group .panel-heading .panel-title .img.editage{
    width: 68px;
    height: 17px;
    background-image: url('images/editage.svg');
}
.ai-tools .panel-default>.panel-heading+.panel-collapse>.panel-body{
    border: none
}
.ai-tools .panel-default .panel-body{
    padding: 0;
}
.ai-tools .panel-default .panel-body p{
    font-size: 14px;
    margin-top: 0;
}
.video-modal .modal-dialog{
    overflow-y: hidden;
    margin-top: 80px;
}
.video-modal .modal-dialog .modal-content .modal-body .close{
    position: absolute;
    right: 20px;
    top: 12px;
    opacity: 1;
    font-size: 30px;
}
.video-modal .modal-dialog .modal-content .modal-body iframe{
    margin-top: 30px;
}

.researcher-community .owl-nav{
    display: none;
}
.researcher-community .owl-dots{
    display: none;
}

.discount-banner .discount-box{
    position: relative;

}
.discount-banner .bottom-card-cta{
    opacity: 1;
    transition: opacity .35s ease;
    position: absolute;
    right: 20px;
}
.discount-box:hover .bottom-card-cta{
    opacity: 1;
}
.discount-banner{
    background-color: #fff;
    padding:30px 0 30px;
}
.discount-banner h2{
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 32px;
}
.discount-banner .d-main-box-part{
    display: flex;
    width: 100%;
    float: left;
    flex-wrap: wrap;
}
.discount-banner .discount-box{
    display: flex;
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 12px;
    padding: 30px 30px;
    width: 47%;
    cursor: pointer;
    float: left;
    margin: 0 12px 24px 12px;
    flex-direction: column;
}
.discount-box .top-part{
    display: flex;
}
.discount-box .bottom-part{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.discount-box:hover{
    border: 1px solid rgba(17, 61, 205, 1);
}
.discount-box .left-part{
    width: 50%;
    padding-right: 20px;
}
.discount-box .left-part .top-head span{
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 32px;
    color: rgba(124, 58, 237, 1);
    margin-bottom: 20px;
}
.discount-box .left-part h4{
    font-size: 18px;
    line-height: 26px;
    min-height: 60px;
    font-weight: bold;
}
.discount-box .left-part p{
    font-size: 14px;
    min-height: 95px;
    line-height: 22px;
    margin-bottom: 30px;
}
.discount-box .bottom-part .bottom-logo .small-logo{
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}
.discount-box .bottom-part .bottom-logo .small-logo.m-graph{
    background-image: url('../assets/images/mg-graph.svg');
    width: 72px;
    height: 24px;
}
.discount-box .bottom-part .bottom-logo .small-logo.paper-pal{
    background-image: url('../assets/images/paperpal.svg');
    width: 95px;
    height: 30px;
}
.discount-box .bottom-part .bottom-logo .small-logo.r-discovery{
    background-image: url('../assets/images/discovery.svg');
    width: 93px;
    height: 24px;
}
.discount-box .bottom-part .bottom-logo .small-logo.r-upskill{
    background-image: url('../assets/images/r-upskill.svg');
    width: 72px;
    height: 24px;
}
.discount-box .bottom-part .bottom-logo .small-logo.kudos{
    background-image: url('../assets/images/kudos.png');
    width: 75px;
    height: 20px;
}
.discount-box .bottom-part .bottom-logo .small-logo.r-life{
    background-image: url('../assets/images/r-life.svg');
    width: 140px;
    height: 16px;
}
.discount-box .bottom-part .bottom-logo .small-logo.editage{
    background-image: url('../assets/images/editage.svg');
    width: 75px;
    height: 20px;
}
.discount-box .right-part{
    width: 50%;
}
.discount-box .right-part .banner-inn-img{
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    background-position: center;
    background-image: url('../assets/images/discount-f-i.svg');
    width: 100%;
    height: 155px;
}


.discount-banner .bottom-card-cta a{
    border: 1px solid rgba(17, 61, 205, 1);
    border-radius: 36px;
    color: rgba(17, 61, 205, 1);
    padding: 10px 12px;
    text-align: center;
    font-weight: bold;
    height: 40px;
    width: 110px;
    line-height: 19px;
    text-decoration: none;
    display: inline-block;
}
.card-modal-details .modal-dialog{
    overflow-y: hidden;
    max-height: 100%;
    margin: 90px auto 60px auto;
}
.card-modal-details .modal-dialog .modal-content .modal-body{
    padding: 0;
}
.card-modal-details .modal-dialog .modal-content {
    box-shadow: none;
    border: none;
    border-radius: 16px;
}
.card-modal-details .modal-dialog .modal-content .modal-body{
    background-image: linear-gradient(180deg,#8EABC7 -40.57%,rgba(210,224,238,0) 72.18%);
    background-color: #fff;
    border-radius: 16px;
}
.card-modal-details .modal-dialog .modal-content .modal-body .top-part{
    padding: 25px;
    width: 100%;
}
.card-modal-details .modal-dialog .modal-content .modal-body .top-part{
    display: flex;
    align-items: center;
}
.card-modal-details .modal-dialog .modal-content .modal-body .top-part .left-part h3{
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
}
.card-modal-details .modal-dialog .modal-content .modal-body .top-part .left-part .tag{
    line-height: 14px;
    background: #ebebf7;
    text-align: left;
    padding: 13px;
    border-radius: 6px;
    font-size: 12px;
    width: auto;
    display: inline-block;
    position: relative;
    padding-left: 10px;
}
.card-modal-details .modal-dialog .modal-content .modal-body .bottom-part{
    display: flex;
    flex-direction: column;
    padding: 20px 33px 20px 33px;
    align-items: flex-start;
    background-color: #fff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.logo-details{
    display: flex;
    align-items: center;
}
.logo-details h6{
    color: rgba(255, 0, 102, 1);
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 20px;
}
.logo-details .small-logo{
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}
.logo-details .small-logo.paper-pal{
    background-image: url('../assets/images/paperpal.svg');
    width: 64px;
    height: 16px;
}
.logo-details .small-logo.m-graph{
    background-image: url('../assets/images/mg-graph.svg');
    width: 72px;
    height: 24px;
}
.logo-details .small-logo.paper-pal{
    background-image: url('../assets/images/paperpal.svg');
    width: 95px;
    height: 30px;
}
.logo-details .small-logo.r-discovery{
    background-image: url('../assets/images/discovery.svg');
    width: 93px;
    height: 24px;
}
.logo-details .small-logo.r-upskill{
    background-image: url('../assets/images/r-upskill.svg');
    width: 72px;
    height: 24px;
}
.logo-details .small-logo.kudos{
    background-image: url('../assets/images/kudos.png');
    width: 75px;
    height: 20px;
}
.logo-details .small-logo.r-life{
    background-image: url('../assets/images/r-life.svg');
    width: 140px;
    height: 16px;
}
.logo-details .small-logo.editage{
    background-image: url('../assets/images/editage.svg');
    width: 75px;
    height: 20px;
}
.key-details{
    margin-top: 30px;
}
button.close,button.close:hover{
    position: absolute;
    top: 15px;
    right: 15px;
    background-image: url('../assets/images/close.svg');
    width: 20px;
    height: 20px;
    opacity: 1;
    background-size: contain;
    background-repeat: no-repeat;
}
.key-details h4{
    color: rgba(38, 38, 38, 1);
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
    font-weight: bold;
}
.key-details ul li{
    color: rgba(101, 101, 101, 1);
    font-size: 16px;
    line-height: 26px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.key-details ul li::before{
    content: '';
    left: 0;
    top: 6px;
    position: absolute;
    background-image: url('../assets/images/grey-check.svg');
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    background-position: center;
}

@keyframes infiniteScroll {
    from {transform: translateX(0)}
    to {transform: translateX(-100%)}
  }


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

    to {
        transform: translateX(0%);
    }
}

.horizontal-scrolling-items:hover { 
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}


.trusted-element{
    padding: 30px 0;
    width: 100%;
    overflow-x: hidden;
}
.trusted-element h2{
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}

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

.scroll-element .animate-slideleft .left-part {
    background-image: url('images/partner-b-amber-brand-d-row.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 3018px;
    height: 60px;
}

.scroll-element .animate-slideleft1 .left-part1 {
    background-image: url('images/partner-b-amber-brand-d-row.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 3018px;
    height: 60px;
}

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

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


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

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

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

    to {
        transform: translateX(0%);
    }
}
#header .sticky-banner{
    display: none !important;
}
@media only screen and (min-width:768px) and (max-width:991px){
    .toggleWrapper{
        left: -10px;
        width: calc(100% + 20px);
    }
    .discount-banner .d-main-box-part{
        justify-content: center;
    }
    .tab-f-img video{
        height: auto;
    }
    .toggleDiv{
        top: 100px;
    }
    .partner-inn-details p{
        min-height: auto;
    }
    .card-modal-details .modal-dialog{
        max-height: 620px;
        overflow-y: scroll;
        margin-top: 100px;
        display: block;
        margin: 120px auto 40px auto;
    }
    .card-modal-details .modal-dialog .modal-content .modal-body .top-part .left-part h3{
        font-size: 24px;
        line-height: 32px;
    }
    .logo-details {
        justify-content: space-between;
        width: 100%;
    }
    .card-modal-details .modal-dialog .modal-content .modal-body .top-part .left-part .tag{
        width: 100%;
        text-align: center;
    }
    .discount-banner .d-main-box-part{
            float: unset;
            flex-direction: row;
    }
    .discount-banner .discount-box {
        width: 100%;
        margin: 0 6px 24px 6px;
    }
    .researcher-community {
        background-color: #fff;
        padding: 30px 0;
    }
    .partner-inn-details {
        margin-top: 10px;
    }
    .top-head-part h1 {
        text-align: center;
        font-size: 28px;
        line-height: 36px;
        font-weight: bold;
    }
    .blue-slider {
        background-size: contain;
        background-position: center;
        height: 280px;
    }
    .ai-tools .panel-group .panel-heading .panel-title,.ai-tools .panel-group .panel-heading .panel-title.collapsed{
        font-size: 16px;
    }
    .discount-banner h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .discount-box .right-part {
        width: 50%;
        align-items: center;
        display: flex;
        justify-content: flex-end;
    }
    .discount-box .right-part img{
        width: auto;
    }
    .card-modal-details .modal-dialog .modal-content .modal-body .top-part .right-part{
        width: 50% !important;
        justify-content: center;
    }
    .ai-tools h2 {
        font-weight: bold;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 32px;
    }
    .researcher-community h2 {
        font-weight: bold;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .researcher-testimonial h2 {
        font-weight: bold;
        font-size: 24px;
        line-height: 30px;
    }
    .partner-details h3 {
        line-height: 30px;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 40px;
    }
    .one-stop-solution-banner .left-part .logo span {
        width: 280px;
        height: 34px;
        display: inline-block;
        background-repeat: no-repeat;
        background-image: url(../assets/images/editage-allaccess.svg);
    }
    .one-stop-solution-banner .right-part .img-part{
        position: relative;
        bottom: 0px;
    }
    .one-stop-solution-banner .left-part {
        padding: 30px 20px;
    }
    .one-stop-solution-banner .left-part h2 {
        padding: 10px 0;
    }
    .one-stop-solution-banner .left-part .cta a {
        background-color: rgba(17, 61, 205, 1);
        border-radius: 30px;
        font-size: 16px;
        height: 50px;
        width: 255px;
        line-height: 50px;
        color: #fff;
        text-align: center;
        display: inline-block;
    }
    .researcher-testimonial {
        background: linear-gradient(180deg, #EDE9FF 0%, rgba(246, 253, 246, 0) 100%);
        padding: 30px 0;
    }
    .inn-description {
        margin: 10px 10px 0 10px;
    }
    .researcher-inn-details p {
        font-size: 16px;
        line-height: 24px;
    }
    .researcher-inn-details .right-part img {
        width: auto;
    }
    .researcher-testimonial .owl-nav .owl-next span{
        right: -10px;
    }
    .researcher-testimonial .owl-nav .owl-prev span{
        left: -10px;
    }
    .discount-box:hover .bottom-card-cta,.discount-banner .bottom-card-cta{
        opacity: 1;
    }
}
@media only screen and (min-width:320px) and (max-width:767px){
    .card-modal-details .modal-dialog .modal-content .modal-body .top-part .right-part img{
        width: auto;
    }
    .card-modal-details .modal-dialog{
        margin: 50px 20px 0 20px;
        display: inline-block;
    }
    .ai-tools .panel-default>.panel-heading+.panel-collapse>.panel-body video{
        height: auto;
    }
    .card-modal-details .modal-dialog .modal-content .modal-body .top-part .right-part{
        width: 100% !important;
        text-align: center;
    }
    .discount-box .top-part {
        display: flex;
        flex-direction: column;
    }
    .researcher-inn-details .right-part{
        order: 1;
    }
    .researcher-inn-details .left-part{
        order: 2;
        padding-right: 0px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .researcher-inn-details p::before{
        left: -5px;
    }
    .discount-banner .bottom-card-cta{
        opacity: 1;
    }
    .discount-box .left-part .top-head span{
        margin-bottom: 0;
    }
    .discount-box .bottom-part{
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .discount-box .left-part p{
        min-height: auto;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 22px;
    }
    .discount-box .left-part h4 {
        min-height: auto;
        font-size: 16px;
        line-height: 22px;
    }
    .discount-banner .bottom-card-cta a{
        border: none;
        height: auto;
    }
    .discount-box .right-part{
        order: 1;
        margin-top: 0;
    }
    .discount-box .left-part{
        order: 2;
    }
    .researcher-community h2 {
        font-weight: bold;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    .discount-banner h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .card-modal-details .modal-dialog{
        max-height: 620px;
        overflow-y: scroll;
        margin-top: 100px;
    }
    .card-modal-details .modal-dialog .modal-content .modal-body .top-part .left-part h3{
        font-size: 24px;
        line-height: 32px;
    }
    .logo-details {
        justify-content: space-between;
        width: 100%;
    }
    .card-modal-details .modal-dialog .modal-content .modal-body .top-part .left-part .tag{
        width: 100%;
        text-align: center;
    }
    .ai-tools h2 {
        font-weight: bold;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 32px;
    }
    .researcher-community h2 {
        font-weight: bold;
        font-size: 20px;
        line-height: 26px;
    }
    .researcher-testimonial h2 {
        font-weight: bold;
        font-size: 20px;
        line-height: 26px;
    }
    .trusted-element h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .discount-box .left-part {
        width: 100%;
        padding-right: 0;
    }
    .discount-box .right-part {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }
    .discount-box .right-part img{
        width: auto;
    }
    .discount-box .right-part .banner-inn-img{
        height: auto;
    }
    .inn-description p{
        font-size: 14px;
        line-height: 20px;
    }
    .blue-slider{
        height: 140px;
        background-size:contain;
        background-position: center;
        margin: 0px auto;
    }
    .toggleWrapper{width: 103%;left: -4px;}
    .discount-banner, .ai-tools{padding: 20px 0 20px;}
    .right-part{margin: 20px 0px;}
    .ai-tools h2, .discount-banner h2{font-size: 20px;line-height: 26px;}
    .d-main-box-part .col-md-12{width: 100%;}
    .discount-banner .discount-box{
        width: 100%;
        padding: 15px;
    }
    .one-stop-solution-banner .left-part .cta{
        text-align: center;
    }
    .one-stop-solution-banner .left-part .logo{
        text-align: center;
    }
    .toggleDiv{
        top: 130px;
    }
    .partner-inn-details p {
        min-height: auto;
    }
    .top-head-part h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .top-head-part p {
        font-size: 14px;
        line-height: 20px;
    }
    .one-stop-solution-banner .flex{
        flex-direction: column;
        align-items: center;
    }
    .one-stop-solution-banner .left-part h2 {
        font-size: 24px;
        padding-right: 0;
        line-height: 32px;
        font-weight: bold;
        padding: 20px 0 10px 0;
        text-align: center;
    }
    .one-stop-solution-banner .left-part {
        width: 100%;
        padding: 0 0 20px 0;
    }
    .one-stop-solution-banner .right-part .img-part{
        width: 186px;
        height: 173px;
        background-size: contain;
    }
    .one-stop-solution-banner .right-part{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 0;
    }
    .one-stop-solution-banner .left-part .cta a{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .one-stop-solution-banner .right-part .cta-part {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .one-stop-solution-banner .right-part .cta-part .cta{
        text-align: center;
    }
    .partner-details h3 {
        font-size: 22px;
        margin-bottom: 50px;
    }
    .partner-inn-details {
        background-color: rgba(239, 242, 251, 1);
        padding: 24px;
        margin-top: 20px;
    }
    .partner-inn-details p {
        font-size: 14px;
    }
    .researcher-inn-details {
        flex-direction: column;
        padding: 0 10px;
    }
    .researcher-testimonial .owl-nav .owl-next span {
        right: 0px;
        top: -130px;
    }
    .researcher-testimonial .owl-nav .owl-prev span {
        left: 0px;
        top: -130px;
    }
    .researcher-testimonial h2 {
        font-size: 22px;
    }
    .researcher-inn-details p {
        font-size: 14px;
        line-height: 20px;
    }
    .researcher-inn-details h4 {
        font-size: 16x;
    }
    .service-faq .panel-default>.panel-heading a, .service-faq .panel-default>.panel-heading a:hover, .service-faq .panel-default>.panel-heading a:focus {
        font-size: 16px;
        line-height: 24px;
    }
    .service-faq .panel-default>.panel-heading.collapsed a, .service-faq .panel-default>.panel-heading.collapsed a:hover, .service-faq .panel-default>.panel-heading.collapsed a:focus {
        color: #333;
        font-size: 16px;
    }
    .all-access-faq h3 {
        font-size: 22px;
    }
    .subscription-bottom-banner .flex{
        flex-direction: column;
    }
    .subscription-bottom-banner .left-part h3 {
        text-align: center;
        line-height: 30px;
        font-size: 18px;
    }
    .subscription-bottom-banner .cta-part{
        text-align: center;
    }
    .subscription-bottom-banner .right-banner{
        width: 328px;
        height: 238px;
        background-position: center;
    }
    .subscription-bottom-banner {
        padding-top: 30px;
    }
    .top-head-part a.cta{
        font-size: 12px;
        padding: 0 10px;
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .discount-banner .discount-box{
        width: 48.5%;
    }
    .discount-banner .d-main-box-part{
        justify-content: center;
    }
    .toggleWrapper{
        padding: 170px 0px 60px;
        left: -10px;
        width: calc(100% + 20px);
    }
    .tab-f-img video{
        height: auto;
    }
    .toggleDiv{
        top: 100px;
    }
    .blue-slider{
        background-size: contain;
    }
    .researcher-testimonial .owl-nav .owl-next span{
        right: -30px;
    }
    .researcher-testimonial .owl-nav .owl-prev span{
        left: -30px;
    }
    .discount-banner .discount-box{
        padding: 30px 15px;
        margin: 0 6px 12px 6px;
    }
    .discount-box .left-part h4{
        font-size: 16px;
        line-height: 20px;
    }
    .discount-banner .bottom-card-cta{
        opacity: 1;
    }
}
@media only screen and (min-width:1200px) and (max-width:1279px){
    .researcher-testimonial .owl-nav .owl-next span{
        right: -30px;
    }
    .researcher-testimonial .owl-nav .owl-prev span{
        left: -30px;
    }
}




