@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background: #000;}
.main-title-details{
    font-size: 34px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 32px;
    font-weight: bold;
}

.top-head-part{
    padding: 40px 0;
    width: 100%;
}
.top-head-part h1{
    font-size: 40px;
    line-height: 52px;
    font-weight: bold;
    margin-bottom: 16px;
    padding-top: 30px;
}
.top-head-part p{
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 32px;
    padding-right: 30px;
}
.top-head-part a{
    background-color: rgba(17, 61, 205, 1);
    border-radius: 50px;
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    padding: 10px 32px;
    text-decoration: none;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
}
.top-head-part a:hover{
    color: #fff;
    box-shadow: 0 30px 22px -20px #788ace;
}
.top-head-part .banner-top-img{
    background-image: url('images/top-banner.png');
    width: 460px;
    height: 350px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}

.r-discovery-tools{
    padding: 60px 0;
    background-color: rgba(239, 242, 251, 1);
}

.r-discovery-tools .inn-text{
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 28px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.tools-description{
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    margin-bottom: 60px;
}
.r-discovery-tools .top-part{
    padding: 20px;
}
.r-discovery-tools .tools-description h3{
    color: rgba(31, 41, 55, 1);
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
    font-weight: bold;
    min-height: 60px;
}
.r-discovery-tools .tools-description p{
    color: rgba(55, 65, 81, 1);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    min-height: 105px;
}
.r-discovery-tools .tools-img{
    width: 100%;
    height: 174px;
    display: flex;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.r-discovery-tools .tools-img.f-t-img{
    background-image: url('images/ai-tools-f.svg');
}
.r-discovery-tools .tools-img.s-t-img{
    background-image: url('images/ai-tools-fo.svg');
}
.r-discovery-tools .tools-img.t-t-img{
    background-image: url('images/ai-tools-s.svg');
}
.r-discovery-tools .tools-img.fo-t-img{
    background-image: url('images/ai-tools-t.svg');
}

.r-discovery-tools .discovery-cta{
    background-color: rgba(17, 61, 205, 1);
    border-radius: 50px;
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    padding: 10px 32px;
    text-decoration: none;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
}
.r-discovery-tools .discovery-cta:hover{
    color: #fff;
    box-shadow: 0 30px 22px -20px #788ace;
}

.prime-details{
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    margin-bottom: 24px;
    padding: 20px 20px 0px 20px;
}
.prime-details.bottom-inn-details{
    padding-bottom: 20px;
}
.prime-details.bottom-inn-details p{
    min-height: 80px;
}
.prime-details h3{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
    font-weight: bold;
}
.prime-details p{
    font-size: 16px;
    line-height: 24px;
}
.prime-img{
    width: 100%;
    height: 176px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.abstact-img{
    background-image: url('images/abstract.svg');
}
.translate-img{
    background-image: url('images/translation.svg');
}
.icon-part{
    width: 66px;
    height: 66px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.collobration-icon{
    background-image: url('images/r-prime-f.svg');
}
.multi-pro-icon{
    background-image: url('images/r-prime-s.svg');
}
.reference-icon{
    background-image: url('images/r-prime-t.svg');
}

.r-discovery-benifits{
    padding: 60px 0;
    width: 100%;
}
.r-discovery-benifits p{
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
}
.r-discovery-benifits .benifits-box{
    display: flex;
}
.r-discovery-benifits .box-main-part{
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.r-discovery-benifits .c-box-details{
    background-color: rgba(245, 243, 254, 1);
    border-radius: 16px;
    padding: 24px;
    width: 364px;
}
.r-discovery-benifits .c-box-details.s-box{
    height: 275px;
}
.r-discovery-benifits .c-box-details:hover{
    cursor: pointer;
}
.r-discovery-benifits .c-box-details .top-part{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.r-discovery-benifits .c-box-details .left-part {
    display: flex;
}
.r-discovery-benifits .c-box-details .left-part h3{
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 0;
}
.r-discovery-benifits .c-box-details .left-part .discovery-logo{
    background-image: url('images/discovery.svg');
    width: 100px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.r-discovery-benifits .c-box-details .right-part span{
    background-color: rgba(255, 255, 255, 1);
    color: rgba(121, 144, 224, 1);
    text-align: center;
    border-radius: 8px;
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
    padding: 6px 13px;
    font-weight: bold;
}

.f-box .benifits-details h3{
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    margin: 16px 0 !important;
}
.c-box-details .benifits-details ul li{
    margin-bottom: 16px;
    font-size: 14px;
    position: relative;
    font-weight: bold;
    padding-left: 24px;
}
.c-box-details .benifits-details ul li::before{
    content: '';
    left: 0;
    top: 5px;
    position: absolute;
    background-image: url('images/check.svg');
    width: 13px;
    height: 13px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.c-box-details .bottom-img .prime-detail-f-img{
    width: 315px;
    height: 213px;
    background-image: url('images/editor-booking.svg');
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; 
    margin-top: 20px;
}
.c-box-details .bottom-img .hover-part .subscribe-tag{
    color: rgba(107, 114, 128, 1);
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
}
.c-box-details .hover-part{
    display: none;
}
/* .c-box-details .hover-part:hover{
    display: block;
} */
.c-box-details:hover .hover-part{
    display: block;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.c-box-details:hover .bottom-img .left-img{
    display: none;
}
.r-discovery-benifits .bottom-img-part .bottom-img{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 20px;
}
.r-discovery-benifits .bottom-img-part .bottom-img .left-img span.b-img{
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 208px;
    height: 164px;
}
.r-discovery-benifits .bottom-img-part .bottom-img .left-img span.w-tools-img{
    background-image: url('images/writing-tools.svg');
}
.r-discovery-benifits .bottom-img-part .bottom-img .left-img span.illustrate-img{
    background-image: url('images/illustraion-tools.svg');
}
.r-discovery-benifits .bottom-img-part .bottom-img .left-img span.r-skill-course-img{
    background-image: url('images/skill-course.svg');
}
.r-discovery-benifits .bottom-img-part .bottom-img .left-img span.editor-book-img{
    background-image: url('images/editor-booking.svg');
}
.r-discovery-benifits .bottom-img-part .bottom-img .right-img span.logo{
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}
.r-discovery-benifits .bottom-img-part .bottom-img .right-img span.paperpal-logo{
    width: 80px;
    height: 26px;
    background-image: url('images/paperpal.svg');
}
.r-discovery-benifits .bottom-img-part .bottom-img .right-img span.r-upskill-logo{
    width: 68px;
    height: 23px;
    background-image: url('images/upskill.svg');
}
.r-discovery-benifits .bottom-img-part .bottom-img .right-img span.mg-graph-logo{
    width: 80px;
    height: 26px;
    background-image: url('images/mg-graph.svg');
}
.r-discovery-benifits .bottom-img-part .bottom-img .right-img span.editage-logo{
    width: 80px;
    height: 21px;
    background-image: url('images/editage.svg');
}
.r-discovery-benifits .cta-part{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.r-discovery-benifits .cta-part .cta{
    display: inline-block;
    border-radius: 30px;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    text-decoration: none;
    height: 52px;
    padding: 0 16px;
    line-height: 52px;
    margin: 0 11px;
    font-weight: bold;
}
.r-discovery-benifits .cta-part .cta.primary-cta{
    background-color: rgba(17, 61, 205, 1);
    color: #fff;
    border: 1px solid rgba(17, 61, 205, 1);
}
.r-discovery-benifits .cta-part .cta.secondary-cta{
    background-color: #fff;
    color: 1px solid rgba(17, 61, 205, 1);
    border: 1px solid rgba(17, 61, 205, 1);
}

.r-discovery-benifits .r-detail-graph{
    display: inline-block;
    text-align: center;
    margin-top: 12px;
    width: 100%;
}
.r-discovery-benifits .r-detail-graph span{
    color: rgba(28, 77, 192, 1);
    font-size: 14px;
    line-height: 24px;
    position: relative;
    display: inline-block;
    padding-left: 30px;

}
.r-discovery-benifits .r-detail-graph span::before{
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('images/pack-icon.svg');
}

.ai-box{
    background-color: rgba(1, 23, 107, 1);
    display: inline-block;
    width: 100%;
}
.ai-box h3{
    font-size: 32px;
    line-height: 44px;
    font-weight: bold;
    color: #fff;
    padding-top: 50px;
    margin-bottom: 53px;
}
.ai-box .cta a{
    display: inline-block;
    border-radius: 30px;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    text-decoration: none;
    height: 50px;
    padding: 0 16px;
    line-height: 50px;
    font-weight: bold;
    background-color: #fff;
    color: rgba(17, 61, 205, 1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
}
.ai-box .cta a:hover{
    box-shadow: 0 30px 22px -20px #788ace;
}
.ai-box .app-details{
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ai-box .app-details .left-part{
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(156, 163, 175, 1);
    padding-right: 10px;
    margin-right: 10px;
}
.ai-box .app-details .right-part{
    display: flex;
    flex-direction: column;
}
.ai-box .app-details .left-part .top-part{
    color: rgba(182, 199, 249, 1);
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.ai-box .app-details .left-part .top-part .star-img{
    width: 58px;
    height: 13px;
    background-image: url('./images/star.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
}
.ai-box .app-details .left-part .app-icon{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
}
.ai-box .app-details .left-part .app-icon .apple-icon{
    width: 11px;
    height: 13px;
    background-image: url('./images/apple.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin: 0 10px;
}
.ai-box .app-details .left-part .app-icon .android-icon{
    width: 11px;
    height: 13px;
    background-image: url('./images/android.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}
.ai-box .app-details .right-part .top-part{
    color: rgba(182, 199, 249, 1);
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 10px;
}
.ai-box .app-details .right-part .top-part .like-icon{
    width: 11px;
    height: 10px;
    background-image: url('./images/like.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}
.ai-box .app-details .right-part .bottom-part{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
}
.ai-box .litrature-img{
    width: 653px;
    height: 375px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    background-image: url('../assets/images/litrature-img.svg');
}
.all-topics{
    background-color: rgba(239, 242, 251, 1);
    padding: 60px 0;
    margin-top: -10px;
}
.all-topics p{
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 32px;
}

.all-topics h2 span{
    color: #113dcd;
}

.all-topics .topics-details{
    background-color: rgba(255, 255, 255, 1);
    border-radius: 24px;
    padding: 32px 26px;
    min-height: 450px;
}
.all-topics .topics-details .top-part{
    display: flex;
    align-items: center;
}
.all-topics .topics-img .tag-img{
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 20px;
}
.all-topics .topics-img .business-tag{
    background-image: url('images/business.svg');
}
.all-topics .topics-img .chemical-tag{
    background-image: url('images/chemical.svg');
}
.all-topics .topics-img .engineer-tag{
    background-image: url('images/engineering.svg');
}
.all-topics .topics-img .health-tag{
    background-image: url('images/health.svg');
}
.all-topics .topics-img .humanity-tag{
    background-image: url('images/humanity.svg');
}
.all-topics .topics-img .life-science-tag{
    background-image: url('images/life-science.svg');
}
.all-topics .topics-img .social-tag{
    background-image: url('images/social.svg');
}
.all-topics .topics-img .physics-tag{
    background-image: url('images/physics.svg');
}
.all-topics .topic-des h4{
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}
.all-topics .topic-des span{
    color: rgba(94, 105, 143, 1);
    font-size: 14px;
}
.all-topics .topics-details .bottom-part{
    margin: 14px 0;
}
.all-topics .topics-details .bottom-part .inn-tag a{
    display: inline-block;
    color: #262626;
}
.all-topics .topics-details .bottom-part .inn-tag .tag{
    border: 1px solid rgba(223, 226, 238, 1);
    border-radius: 30px;
    font-size: 16px;
    padding: 8px 16px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
    cursor: pointer;
}
.all-topics .topics-details .bottom-part .inn-tag .tag:hover{
    background-color: rgba(219, 227, 255, 1);
    color: rgba(17, 61, 205, 1);
    border: 1px solid rgba(121, 144, 224, 1);
}

.all-topics .owl-nav .owl-prev span {
    background-image: url('images/down-black.svg');
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    color: transparent;
    position: absolute;
    top: 40%;
    transform: rotate(90deg);
    left: -43px;
}
.all-topics .owl-nav .owl-next span {
    background-image: url(images/up-black.svg);
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    color: transparent;
    position: absolute;
    top: 40%;
    right: -43px;
    transform: rotate(90deg);
}
.all-topics .owl-carousel .owl-nav.disabled {
    display: block;
}

.all-access-faq{
    padding: 60px 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-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-group {
    counter-reset: counter-name;
}
.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;
}
.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{
    margin-left: 40px;
 }
 .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;
 }

 .qr-modal .modal-dialog{
    width: 540px !important;
    overflow-y: hidden;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    margin-top: 70px;
 }
 button.close{
    position: absolute;
    right: 20px;
    top: 10px;
    opacity: 1;
    font-size: 34px;
 }
 .qr-modal .modal-dialog .modal-body{
    text-align: center;
    padding: 50px 50px;
    z-index: 1;
 }
 .qr-modal .modal-dialog .modal-content{
    box-shadow: none;
    border-radius: 16px;
    border: none;
 }
 .qr-modal .modal-dialog .modal-body .modal-title{
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
    position: relative;
 }
 .qr-modal .modal-dialog .modal-body::before{
    content: '';
    bottom: -18px;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 231px;
    background-image: url('../assets/images/modal-shadow.svg');
    z-index: -1;
    background-repeat: no-repeat;
 }  
 .qr-modal .modal-dialog .modal-body .qr-img span{
    width: 140px;
    height: 140px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 30px 0;
    background-image: url('../assets/images/qr-code.png');
 }
 .qr-modal .modal-dialog .modal-body p{
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
 }
 .download-link h5{
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
 }
 .link-part{
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .link-part .email-link a {
    background: transparent;
    height: auto;
    line-height: 20px;
    position: relative;
    padding-left: 25px;
}
.link-part .email-link a::before{
    content: '';
    left: 0;
    top: 2px;
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url('../assets/images/email.svg');
    background-repeat: no-repeat;
 } 
.link-part .whats-link a{
    background: transparent;
    height: auto;
    line-height: 20px;
    position: relative;
    padding-left: 20px;
}
.link-part .whats-link a::before{
    content: '';
    left: 0;
    top: 2px;
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url('../assets/images/whatsapp.svg');
    background-repeat: no-repeat;
 } 


 .researcher-community{
    background-color: #fff;
    padding: 60px 0;
}
.researcher-community h2{
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
}
.horizontal-scrolling-items {
    display: flex;
    width: 100%;
}
.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
}
.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;
}

.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-discovery-partners.png?ver1');
    background-repeat: no-repeat;
    background-size: contain;
    width: 4007px;
    height: 75px;
}

.scroll-element .animate-slideleft1 .left-part1 {
    background-image: url('../assets/images/partner-b-amber-discovery-partners.png?ver1');
    background-repeat: no-repeat;
    background-size: contain;
    width: 4007px;
    height: 75px;
}

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

 @media only screen and (min-width:320px) and (max-width:767px){
    .inline-block-xs{
        display: inline-block;
    }
    .r-discovery-tools .discovery-cta{
        margin-top: 30px;
    }
    .qr-modal .modal-dialog .modal-body .modal-title{
        font-size: 20px;
        line-height: 30px;
    }
    .qr-modal .modal-dialog .modal-body p{
        font-size: 16px;
        line-height: 20px;
    }
    .qr-modal .modal-dialog .modal-body::before{
        background-position: center;
    }
    .flex-m{
        display: flex;
        width: 100%;
        overflow-y: hidden;
    }
    .prime-details.bottom-inn-details p{
        min-height: auto;
        margin-bottom: 0;
    }
    .r-discovery-tools .inn-text{
        font-size: 18px;
        line-height: 24px;
    }
    .prime-details{
        width: 300px;
    }
    .prime-details.bottom-inn-details{
        width: 300px;
        display: flex;
    }
    .prime-details p{
        font-size: 14px;
        margin-bottom: 0;
        line-height: 20px;
    }
    .flex-m .col-xs-12{
        display: flex;
    }
    .flex-m .col-xs-3{
        padding: 0;
    }
    .r-discovery-tools{
        padding: 30px 0;
    }
    .abstact-img-m{
        background-image: url('../assets/images/r-prime-f.svg');
        width: 66px;
        height: 66px;
    }
    .translate-img-m{
        background-image: url('../assets/images/r-prime-fo.svg');
        width: 66px;
        height: 66px;
    }
    .top-head-part h1 {
        font-size: 26px;
        line-height: 38px;
        padding-top: 0;
    }
    .top-head-part h1{
        font-size: 20px;
        line-height: 24px;
    }
    .top-head-part .banner-top-img {
        width: 100%;
        margin-top: 32px;
        background-position: center;
    }
    .top-head-part p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .journal-element h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .top-head-part a {
        width: 100%;
        text-align: center;
    }
    .tools-description {
        background-color: rgba(255, 255, 255, 1);
        border-radius: 8px;
        margin-bottom: 20px;
    }
    .prime-details {
        display: inline-block;
    }
    .ai-box h3 {
        margin-bottom: 23px;
        text-align: center;
    }
    .ai-box .cta{
        text-align: center;
    }
    .ai-box .cta a{
        width: 220px;
    }
    .ai-box .app-details{
        justify-content: center;
    }
    .ai-box .app-details .left-part{
        width: auto;
    }
    .ai-box .app-details .right-part{
        width: auto;
    }
    .ai-box img{
        height: 100%;
    }
    .all-topics .owl-nav .owl-next span {
        right: 0;
    }
    .all-topics .owl-nav .owl-prev span {
        left: 0;
    }
    .all-topics .topics-details .bottom-part .inn-tag .tag {
        margin-bottom: 10px;
        margin-right: 5px;
        font-size: 12px;
        line-height: 20px;
        padding: 2px 10px;
    }
    .all-topics .topics-details{
        min-height: 380px;
        margin: 0 10px 30px;
        padding: 20px 15px 15px 15px;
    }
    .all-topics .topics-img .tag-img{
        width: 46px;
        height: 46px;
    }
    .main-title-details {
        font-size: 20px;
        line-height: 30px;
    }
    .all-access-faq h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .researcher-community h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .prime-collase{
        padding: 20px;
    }
    .prime-collase .panel-default{
        background: rgba(245, 243, 254, 1); 
        border: none;
    }
    .prime-collase .panel-title{
        line-height: 24px;  
        font-weight: bold;
    }
    .prime-collase .panel-body{
        padding: 0 20px 15px 20px;
    }
    .prime-collase .panel-default>.panel-heading{
        background-color: rgba(245, 243, 254, 1);
        border-color: #ddd;
        border-bottom: none;
        box-shadow: none;
        border-radius: 20px;
        padding: 20px 20px 20px 20px;
    }
    .prime-collase .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body{
        border: none;
    }
    .panel-group .panel {
        border-radius: 20px;
        margin-bottom: 16px;
    }
    .prime-collase .benifits-details ul li {
        margin-bottom: 16px;
        font-size: 14px;
        position: relative;
        font-weight: bold;
        padding-left: 24px;
    }
    .prime-collase .benifits-details ul li::before {
        content: '';
        left: 0;
        top: 4px;
        position: absolute;
        background-image: url(images/check.svg);
        width: 16px;
        height: 16px;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    .prime-collase .bottom-logo .logo-m{
        width: 80px;
        height: 20px;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    .prime-collase .bottom-logo .logo-m.r-logo{
        background-image: url(images/discovery.svg);
    }
    .prime-collase .panel-heading{
        position: relative;
    }
    .prime-collase .panel-heading .panel-title:after{
        position: absolute;
        right: 20px;
        top: 19px;
        content: "";
        width: 24px;
        height: 24px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url('../assets/images/up-black.svg');
     }
     .prime-collase .panel-heading .panel-title.collapsed:after{
        position: absolute;
        right: 20px;
        top: 19px;
        content: "";
        background-image: url('../assets/images/down-black.svg');
        width: 24px;
        height: 24px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
     }
     .qr-modal .modal-dialog .modal-body{
        margin-top: 90px;
     }
     .qr-modal .modal-dialog {
        width: 100% !important;
        max-height: 100%;
        margin: 0;
        padding: 20px;
    }
    .link-part .whats-link a ,.link-part .email-link a{
        width: 100% !important;
    }
    .r-discovery-tools .tools-description p{
        min-height: auto;
    }
    .r-discovery-tools .tools-description h3{
        min-height: auto;
    }
    .prime-details.bottom-inn-details p{
        min-height: auto;
    }
    .ai-box .litrature-img{
        width: 100%;
        height: 215px;
    }
 }
#header .sticky-banner{
    display: none !important;
}
 @media only screen and (min-width:992px) and (max-width:1199px){
    .top-head-part .banner-top-img {
        width: 100%;
    }
    .top-head-part h1{
        font-size: 26px;
        line-height: 40px;
    }
    .journal-element h2 {
        font-size: 24px;
        line-height: 30px;    
    }
    .main-title-details {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .r-discovery-tools .tools-img{
        height: 144px;
    }
    .r-discovery-tools .tools-description p {
        color: rgba(55, 65, 81, 1);
        font-size: 14px;
        min-height: 135px;
    }
    .all-topics .topics-details .bottom-part .inn-tag .tag{
        font-size: 12px;
        margin-right: 10px;
        padding: 4px 10px;
        margin-bottom: 10px;
    }
    .all-topics .topics-details{
        padding: 20px 15px;
        min-height: 350px;
    }
    .researcher-community h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .all-access-faq h3 {
        font-size: 24px;
    }
    .icon-part {
        width: 56px;
        height: 56px;
    }
    .prime-details p {
        font-size: 14px;
        line-height: 22px;
    }    
    .r-discovery-tools .inn-text {
        font-size: 20px;
        line-height: 24px;
    }
    .all-topics .owl-nav .owl-prev span{
        left: -20px;
    }
    .all-topics .owl-nav .owl-next span{
        right: -20px;
    }
    .ai-box .litrature-img{
        width: 100%;
    }
 }
 @media only screen and (min-width:768px) and (max-width:991px){
    .all-topics .topics-details .bottom-part .inn-tag .tag{
        font-size: 14px;
        padding: 2px 6px;
        margin-bottom: 10px;
    }
    .ai-box .litrature-img{
        height: 275px;
        width: 100%;
    }
    .ai-box h3{
        padding-top: 20px;
        margin-bottom: 13px;
    }
    .flex-m{
        display: flex;
        width: 100%;
        overflow-y: hidden;
    }
    .prime-details.bottom-inn-details p{
        min-height: auto;
        margin-bottom: 0;
    }
    .prime-details{
        width: 300px;
    }
    .prime-details.bottom-inn-details{
        width: 300px;
        display: flex;
    }
    .prime-details p{
        font-size: 14px;
        line-height: 20px;
    }
    .flex-m .col-xs-12{
        display: flex;
    }
    .flex-m .col-xs-3{
        padding: 0;
    }
    .r-discovery-tools{
        padding: 30px 0;
    }
    .abstact-img-m{
        background-image: url('../assets/images/r-prime-f.svg');
        width: 66px;
        height: 66px;
    }
    .translate-img-m{
        background-image: url('../assets/images/r-prime-fo.svg');
        width: 66px;
        height: 66px;
    }
    .all-topics .owl-nav .owl-next span{
        right: 0;
    }
    .all-topics .owl-nav .owl-prev span{
        left: 0;
    }
    .all-topics .topics-details{
        margin: 0 20px;
        min-height: 250px;
        padding: 20px 16px;
    }
    .top-head-part h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .journal-element h2{
        font-size: 24px;
        line-height: 30px;
    }
    .top-head-part .banner-top-img {
        width: 100%;
    }
    .r-discovery-tools .tools-description p {
        min-height: auto;
    }
    .prime-img {
        background-position: top;
    }
    .main-title-details {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .tools-description {
        margin-bottom: 24px;
    }
    .r-discovery-tools .inn-text {
        font-size: 20px;
        line-height: 24px;
    }
    .prime-details h3{
        font-size: 16px;
        line-height: 20px;
    }
    .prime-details p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }
    .researcher-community h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .all-topics {
        padding: 30px 0;
    }
    .all-access-faq h3{
        font-size: 20px;
        line-height: 24px;
    }
 }
 @media (max-device-width: 767px) and (orientation: landscape) {
    .all-topics .topics-details {
        min-height: 250px;
    }
}