@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}
*, body{
    font-family: 'Lato', Dutum, Tahoma, "Malgun Gothic", Apple-Gothic, NanumGothic, sans-serif;
}
.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;}
.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;
}
.cta-white{
    background-color: #fff;
    color: #113dcd;
    border-radius: 34px;
    height: 50px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    line-height: 50px;
    text-decoration: none;
    font-weight: bold;
    padding: 0 30px;
    min-width: 300px;
}
.cta-white:hover, .cta-white:active, .cta-white:focus{
    box-shadow: 0 30px 22px -20px #788ace;
    text-decoration: none;
    color: #113dcd;
}
.cta-primary{
    background-color: #113dcd;
    border-radius: 34px;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    padding: 0 30px;
    min-width: 300px;
}
.cta-primary:hover, .cta-primary:focus {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 30px 22px -20px #788ace;
}

.flex{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.items-center{
    align-items: center;
}
.relative{
    position: relative;
}
.mx-4{
    margin-left: 16px;
    margin-right: 16px;
}
.ml-8{
    margin-left: 32px;
}
.mt-10{
    margin-top: 10px;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.mt-50{
    margin-top: 50px;
}
.mb-10{
    margin-bottom: 40px;
}
.mt-7\.5{
    margin-top: 30px;
}
.w-1\/4{
    width: 25%;
}

.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;
}

.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('images/arrow-up.svg');
}
.service-faq .panel-heading.collapsed:after{
    position: absolute;
    right: 20px;
    top: 9px;
    content: "";
    background-image: url('images/arrow-down.svg');
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.top-banner{
    padding: 60px 40px;
    background: linear-gradient(180.07deg, #DCD6FB 0.07%, #F5F3FE 90.08%, rgba(255, 255, 255, 0) 107.85%);
}
.top-banner .content-section{
    padding-right: 40px;
}
.top-banner h1{
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
    color: #1F2937;;
    margin-bottom: 16px;
}
.top-banner h4{
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: #1F2937;
    margin-bottom: 16px;
}
.top-banner p{
    font-size: 20px;
    line-height: 32px;
}
.top-banner .cta-primary{
    margin-bottom: 24px;
}
.tab-section {
  width: 520px;
}
.tab-section .tab-content{
    background: linear-gradient(183.9deg, rgba(180, 166, 219, 0.4) 25.38%, rgba(199, 206, 244, 0) 96.81%);
    padding: 32px 20px 0;
}
.tab-section .nav-tabs{
    background: #F5F3FE;
    display: flex;
    border-radius: 6px 6px 0 0;
    height: 34px;
}
.tab-section .nav-tabs li{
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    border-right: #DCD6FB 1px solid;
    margin-bottom: 0;
}
.tab-section .nav-tabs li:last-child{
    border-right: 0;
}
.tab-section .nav-tabs li a{ 
    color: #4B5563;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    padding: 0 20px;
    border: 0;
}
.tab-section .nav-tabs li a:hover{
    background: transparent;
    border-color: transparent;
}
.tab-section .nav-tabs li.active a{
    color: #1F2937;
    font-weight: bold;
    border: 0;
}
.tab-section .nav-tabs li a span{
    border-top: 2px solid transparent;
    padding: 8px 4px;
    display: inline-block;
    height: 33px;
}
.tab-section .nav-tabs li.active a span{
    border-color: #7C3AED;
}
.tab-section .nav-tabs li.active{
    background: #fff;
}

.service-details{
    padding: 60px 0;
}
.service-details h2{
    font-size: 32px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 22px;
}
.service-details .card{
    width: calc(33.3% - 24px);
    margin: 10px 12px;
    padding: 20px;
}
.service-details img{
    height: 80px;
    width: auto;
    margin-bottom: 12px;
}
.service-details h4{
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 8px;
}
.service-details p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.service-details .cta-primary{
    margin-top: 10px;
}
.service-brief{
    padding: 60px 0;
    background: #EDF1FA;
}
.service-brief h2{
    font-size: 32px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 30px;
}
.service-brief .item{
    background: #fff;
    border-radius: 16px;
    padding: 12px 20px;
    margin: 13px 16px;
    font-size: 20px;
    line-height: 40px;
    display: flex;
}
.service-brief .item img{
    height: 42px;
    width: auto;
    margin-right: 10px;
}

.mtg-with-ai{
    padding: 60px 0;
    background: linear-gradient(180deg, rgba(243, 241, 253, 0) 0%, #ECE9FC 21.28%, #E1DBFF 42.64%, #DCD6FB 71.54%, rgba(243, 241, 253, 0) 102.68%);
}
.mtg-with-ai h2{
    font-size: 32px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 12px;
}
.mtg-with-ai .subtitle{
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 25px;
}
.mtg-with-ai .box{
    border: 1px solid #DCD6FB;
    background: #fff;
    border-radius: 16px;
    padding: 28px 28px 0;
    margin: 12px;
    width: calc(50% - 24px);
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.mtg-with-ai .box img{
    align-self: end;
    width: 100%;
    height: auto;
}
.mtg-with-ai .box h4{
    font-size: 24px;
    line-height: 32px;
    color: #374151;;
    margin-bottom: 20px;
    font-weight: bold;
}
.mtg-with-ai .box p{
    color: #374151;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
}

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


.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;
}

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

.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;
}


.illustrations-gallery{
    padding: 60px 0;
    width: 100%;
    overflow-x: hidden;
    background: rgba(236, 233, 252, 1);
}
.illustrations-gallery h2{
    font-size: 32px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 16px;
}
.illustrations-gallery .subtitle{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
}
.illustrations-gallery .item{
    background: #fff;
    border-radius: 16px;
    padding: 16px 40px;
    margin: 0 16px;
    font-size: 20px;
    line-height: 40px;
    display: flex;
    color: rgba(5, 30, 87, 1);
    font-weight: 600;
    white-space: nowrap;
    border: 1px solid transparent;
}
.illustrations-gallery .item:hover{
    text-decoration: none;
    background: #dbe3ff;
    border: 1px solid #7990E0;
}
.illustrations-gallery .item img{
    height: 42px;
    width: auto;
    margin-right: 16px;
}

.scroll-element {
    display: flex;
    position: relative;
    width: 100%;
}
.scroll-element .animate-slideleft:hover, .scroll-element .animate-slideleft1:hover,
.scroll-element .animate-slideleft:hover + .animate-slideleft1,
.scroll-element:hover .animate-slideleft, .scroll-element:hover .animate-slideleft1{
    animation-play-state: paused;
}
.scroll-element .animate-slideleft {
    animation: slideleft 50s linear infinite;
}
.scroll-element .animate-slideleft .left-part, .scroll-element .animate-slideleft1 .left-part1{
    display: flex;
    width: 1500px;
}
.scroll-element .animate-slideleft .left-part.w-auto, .scroll-element .animate-slideleft1 .left-part1.w-auto{
    width: auto;
}
.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%);
    }
}

.trusted-partners{
    padding: 40px 0 20px;
}
.trusted-partners p{
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 16px;
}
.trusted-partners img{
    margin: auto;
    width: 100%;
    height: auto;
}
#header .sticky-banner{
    display: none !important;
}
@media only screen and (min-width:768px) and (max-width:991px){
    .service-details, .service-brief, .mtg-with-ai, .researcher-community {
        padding: 40px 0;
    }
    .top-banner{
        padding: 40px 15px;
    }
    .top-banner h1{
        font-size: 32px;
        line-height: 42px;
    }
    .top-banner p{
        font-size: 16px;
        line-height: 28px;
    }
    .top-banner .content-section{
        max-width: calc(100% - 330px);
    }
    .top-banner img{
        width: 100%;
        height: auto;
        max-width: 450px;
    }

    .mtg-with-ai .subtitle{
        font-size: 16px;
        line-height: 24px;
    }
    .mtg-with-ai .box{
        padding: 24px 20px 0;
    }
    .mtg-with-ai .box h4{
        font-size: 20px;
        margin-bottom: 12px;
    }
    .service-details h2, .service-brief h2, .illustrations-gallery h2, .mtg-with-ai h2{
        font-size: 28px;
        line-height: 42px;
    }
    .service-details .card{
        padding: 12px 0;
    }
    .service-details h4{
        font-size: 16px;
        line-height: 24px;
    }
    .service-details p{
        font-size: 14px;
        line-height: 20px;
    }

    .researcher-community {
        background-color: #fff;
        padding: 30px 0;
    }
    .partner-inn-details {
        margin-top: 10px;
    }
    .researcher-community h2 {
        font-weight: bold;
        font-size: 24px;
        line-height: 30px;
    }
}
@media only screen and (min-width:280px) and (max-width:767px){
    .inline-block-xs{
        display: inline-block;
    }
    .cta-white{
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
    .top-banner{
        padding: 40px 0;
        text-align: center;
    }
    .top-banner .flex{
        flex-direction: column;
    }
    .top-banner .content-section{
        padding-right: 0;
        max-width: 360px;
    margin: auto;
    }
    .top-banner h1{
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 12px;
    }
    .top-banner p{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .top-banner .cta{
        margin-top: 20px;
    }

    .trusted-partners img{
        max-width: 320px;
    }
    .service-details, .service-brief, .mtg-with-ai, .researcher-community {
        padding: 40px 0;
    }
    .service-details h2, .service-brief h2, .subscription-banner h2, .mtg-with-ai h2{
        font-size: 24px;
        line-height: 32px;
    }
    .service-details .card{
        width: 280px;
        padding: 0 0 12px;
    }
    .service-details img{
        margin-bottom: 8px;
        height: 50px;
    }
    .service-details h4{
        font-size: 16px;
        line-height: 24px;
    }
    .service-details p, .subscription-banner p, .mtg-with-ai p.subtitle{
        font-size: 14px;
        line-height: 20px;
    }
    .service-details .flex, .subscription-banner .flex{
        flex-direction: column;
    }
    .service-details .w-1\/4{
        width: 100%;
        margin: 0 0 20px;
    }
    .illustrations-gallery{
        padding: 40px 0;
    }
    .illustrations-gallery .subtitle{
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .illustrations-gallery .clearfix.mt-30{
        margin-top: 20px;
    }
    .illustrations-gallery .item{
        padding: 10px 25px;
        margin: 0 10px;
        font-size: 13px;
        line-height: 25px;
    }
    .illustrations-gallery .item img{
        height: 21px;
    }

    .mtg-with-ai .box{
        padding: 18px 16px 0;
        width: 330px;
        display: flex; 
        flex-direction: column; 
        justify-content: space-between;
    }
    .mtg-with-ai .box h4{
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 8px;
    }
    
    .mtg-with-ai .box p{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .discount-box .top-part {
        display: flex;
        flex-direction: column;
    }
    .researcher-community h2 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 0;
    }
    
    .illustrations-gallery h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .inn-description p{
        font-size: 14px;
        line-height: 20px;
    }
    .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;
    }
    .trusted-partners p{
        font-size: 16px;
        line-height: 24px;
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .top-banner h1{
        font-size: 32px;
        line-height: 42px;
    }
    .top-banner p{
        font-size: 16px;
        line-height: 28px;
    }
    .top-banner img{
        width: auto;
        height: 300px;
    }

    .service-details h2, .service-brief h2, .subscription-banner h2, .mtg-with-ai h2{
        font-size: 28px;
        line-height: 42px;
    }
    .service-details h4{
        font-size: 16px;
        line-height: 24px;
    }
    .service-details p{
        font-size: 14px;
        line-height: 20px;
    }
    .mtg-with-ai .subtitle{
        font-size: 16px;
        line-height: 24px;
    }
    .mtg-with-ai .box{
        padding: 24px 20px 0;
    }
    .mtg-with-ai .box h4{
        font-size: 20px;
        margin-bottom: 12px;
    }
}