@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}
.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;
}
.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-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;
    color: #1F2937;
}
.top-banner .content-section{
    padding-right: 40px;
}
.top-banner h1{
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
    color: #113DCD;
    margin-bottom: 16px;
}
.top-banner h1 span{
    color: #1F2937;
}
.top-banner p{
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 24px;
}
.top-banner .sub-heading{
    font-weight: 600;
}
.top-banner .r-trusted-detail{
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 0;
}
.top-banner .r-trusted-detail::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('images/globe-gray.png') no-repeat;
    margin-right: 8px;
    vertical-align: text-top;
}

.service-details{
    padding: 60px 0;
}
.service-details h2{
    font-size: 32px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 30px;
}
.service-details img{
    height: 60px;
    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;
}

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

.paperpal-with-ai{
    padding: 60px 0;
}
.paperpal-with-ai h2{
    font-size: 32px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 12px;
}
.paperpal-with-ai p{
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 25px;
}
.paperpal-with-ai .box.flex{
    width: auto;
}
.paperpal-with-ai .box{
    border: 1px solid #B6C7F9;
    background: rgb(219 227 255 / 60%);
    border-radius: 16px;
    padding: 24px 32px 0;
    margin: 15px;
    width: 360px;
}
.paperpal-with-ai .box img{
    align-self: end;
}
.paperpal-with-ai .box .img1, .paperpal-with-ai .box .img4{
    height: 285px;
}
.paperpal-with-ai .box .img2, .paperpal-with-ai .box .img3{
    height: 171px;
}
.paperpal-with-ai .box.blue-bg{
    background: linear-gradient(134.04deg, #002FA2 40.73%, #F2F6FF 139.02%);
    padding-right: 0;
}
.paperpal-with-ai .box.blue-bg h4, .paperpal-with-ai .box.blue-bg p, .paperpal-with-ai .box.blue-bg a{
    color: #fff;
}
.paperpal-with-ai .box.blue-bg a:after{
    border-color: #fff;
}
.paperpal-with-ai .box.blue-bg a::before{
    background-color: #fff;
}
.paperpal-with-ai .box .content{
    width: 270px;
}

.paperpal-with-ai .box h4{
    font-size: 24px;
    line-height: 32px;
    color: #1F2937;
    margin-bottom: 16px;
    font-weight: bold;
}
.paperpal-with-ai .box .new-tag{
    border: 1px solid #15803D;
    background: #ECFBEF;
    color: #15803D;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
}
.paperpal-with-ai .box p{
    color: #4B5563;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 24px;
}
.paperpal-with-ai .box a{
    font-size: 16px;
    line-height: 27px;
    font-weight: bold;
    color: #0062FF;
    margin-top: 34px;
    display: inline-block;
    position: relative;
}
.paperpal-with-ai .box a:hover{
    text-decoration: none;
}
.paperpal-with-ai .box a::before{
    position: absolute;
    content: "";
    transform-origin: right;
    bottom: 0px;
    right: 0px;
    width: 0px;
    display: block;
    height: .125rem;
    background-color: #0062FF;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
}
.paperpal-with-ai .box a:hover::before{
    width: 100%;
    left: 0px;
    transform-origin: left;
}
.paperpal-with-ai .box a:after{
    content: '';
    border-style: solid;
    border-color: #0062FF;
    border-width: 2px 2px 0 0;
    width: 10px;
    height: 10px;
    display: inline-block;
    transform: rotate(45deg);
    margin-left: 8px;
}
.paperpal-with-ai .card{
    border-bottom: 1px solid #9CA3AF;
    margin: 15px;
    width: 539px;
}
.paperpal-with-ai .card.no-border{
    border-bottom-width: 0;
    margin-bottom: 0;
}
.paperpal-with-ai .card h4{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #13161B;
    margin-bottom: 12px;
}
.paperpal-with-ai .card p{
    color: #5D6A81;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
}
.subscription-banner{
    background: #EFF2FB;
    padding: 40px 0;
}
.subscription-banner h2{
    font-size: 32px;
    line-height: 54px;
    margin-bottom: 16px;
    font-weight: bold;
}
.subscription-banner p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
}
.subscription-banner .content-section{
    max-width: 580px;
}
.subscription-banner img{
    width: 100%;
    height: 100%;
    max-width: 400px;
}

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

.r-trusted-detail{
    font-size: 16px;
    margin-top: 16px;
}
.r-trusted-detail::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('images/globe.png') no-repeat;
    margin-right: 8px;
    vertical-align: text-top;
}

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

.researcher-slider{
    overflow: hidden;
    width: 100%;
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.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;
}


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

.scroll-element {
    display: flex;
    position: relative;
    width: 100%;
}
.trusted-element img{
    margin: 0 30px;
}

.scroll-element .animate-slideleft {
    animation: slideleft 50s linear infinite;
}
.scroll-element .animate-slideleft .left-part, .scroll-element .animate-slideleft1 .left-part1{
    display: block;
    width: 1500px;
}
.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%);
    }
}

#moveToTop{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: white;
    color: #113dcd;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 30px;
    box-shadow: 0 0 5px rgb(0 0 0 / 17%);
  }
  
  #moveToTop:hover {
    background-color: #f6f6f6; /* Add a dark-grey background on hover */
  }

@media only screen and (min-width:768px) and (max-width:991px){
    .service-details, .service-brief, .paperpal-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: 400px;
    }
    .top-banner img{
        width: 100%;
        height: auto;
        max-width: 450px;
    }

    .paperpal-with-ai .box.flex{
        width: 738px;
    }
    .paperpal-with-ai .box, .paperpal-with-ai .card{
        width: 354px;
    }
    .service-details h2, .service-brief h2, .subscription-banner h2, .paperpal-with-ai h2{
        font-size: 28px;
        line-height: 42px;
    }
    .service-details h4{
        font-size: 16px;
        line-height: 24px;
    }
    .service-details p, .paperpal-with-ai p{
        font-size: 14px;
        line-height: 20px;
    }
    .paperpal-with-ai .card h4{
        font-size: 20px;
    }
    .paperpal-with-ai .card p{
        font-size: 16px;
    }
    .subscription-banner .content-section{
        padding-right: 40px;
    }
    .subscription-banner img{
        max-width: 300px;
    }

    .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;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width:320px) and (max-width:767px){
    .inline-block-xs{
        display: inline-block;
    }
    .block-xs{
        display: block;
    }
    .cta-white{
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
    .top-banner{
        padding: 40px 0;
    }
    .top-banner .flex{
        flex-direction: column;
    }
    .top-banner .content-section{
        padding-right: 0;
    }
    .top-banner h1{
        font-size: 28px;
        line-height: 36px;
    }
    .top-banner p{
        font-size: 16px;
        line-height: 28px;
    }
    .top-banner img{
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .top-banner .r-trusted-detail{
        font-size: 14px;
    }

    .service-details, .service-brief, .paperpal-with-ai, .researcher-community {
        padding: 40px 0;
    }
    .service-details h2, .service-brief h2, .subscription-banner h2, .paperpal-with-ai h2{
        font-size: 24px;
        line-height: 32px;
    }
    .service-details img{
        margin-bottom: 8px;
    }
    .service-details h4{
        font-size: 16px;
        line-height: 24px;
    }
    .service-details p, .subscription-banner p, .paperpal-with-ai p{
        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;
    }
    
    .service-brief .item{
        padding: 8px 14px;
        margin: 13px 16px;
        font-size: 14px;
        line-height: 28px;
    }
    .service-brief .item img{
        height: 28px;
    }
    .paperpal-with-ai .box.flex, .paperpal-with-ai .row.flex{
        flex-wrap: wrap;
    }
    .paperpal-with-ai p{
        margin-bottom: 5px;
    }
    .paperpal-with-ai .box{
        padding: 20px 20px 0;
        max-width: 330px;
        display: flex; 
        flex-direction: column; 
        justify-content: space-between;
    }
    .paperpal-with-ai .box h4{
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 8px;
    }
    
    .paperpal-with-ai .box p{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
    }
    .paperpal-with-ai .box a{
        font-size: 16px;
        line-height: 28px;
        margin-top: 0;
        margin-bottom: 28px;
    }
    .paperpal-with-ai img.ml-8{
        margin-left: 0;
    }
    .paperpal-with-ai img{
        width: 300px;
        height: auto;
    }
    .paperpal-with-ai .box .img1,.paperpal-with-ai .box .img2,.paperpal-with-ai .box .img3, .paperpal-with-ai .box .img4{
        height: auto;
        width: 100%;
    }
    .paperpal-with-ai .xs-view{
        flex-direction: column;
        align-items: center;
    }
    .paperpal-with-ai .card h4{
        font-size: 16px;
        line-height: 24px;
    }
    .paperpal-with-ai .card p{
        font-size: 14px;
        line-height: 20px;
    }
    .paperpal-with-ai .card.no-border{
        border-bottom-width: 1px;
    }
    .paperpal-with-ai .card.no-border p{
        margin-bottom: 32px;
    }
    .paperpal-with-ai .card.no-border:last-child{
        border: 0;
        margin-bottom: 0;
    }
    .paperpal-with-ai .card{
        max-width: 330px;
        width: auto;
    }
    .subscription-banner .content-section{
        max-width: 100%;
    }

    .subscription-banner img{
        width: fit-content;
        height: 150px;
    }

    .discount-box .top-part {
        display: flex;
        flex-direction: column;
    }
    .researcher-community h2 {
        font-weight: bold;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    .researcher-community h2 {
        font-weight: bold;
        font-size: 20px;
        line-height: 26px;
    }
    
    .trusted-element 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;
    }
}
@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{
        font-size: 28px;
        line-height: 42px;
    }
    .service-details h4{
        font-size: 16px;
        line-height: 24px;
    }
    .service-details p{
        font-size: 14px;
        line-height: 20px;
    }
    .subscription-banner .content-section{
        padding-right: 60px;
    }
    .toggleWrapper{
        padding: 170px 0px 60px;
        left: -10px;
        width: calc(100% + 20px);
    }
    .tab-f-img video{
        height: auto;
    }
    .toggleDiv{
        top: 100px;
    }
    .paperpal-with-ai .box.flex{
        width: 750px;
    }
    .paperpal-with-ai .card{
        width: 360px;
    }
    .paperpal-with-ai .card h4{
        font-size: 20px;   
    }
}
.utmpopup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color:#EEF2FB;
    padding: 40px 40px 40px 70px;
    border-radius:5px;
    z-index: 1000;
    color: #00084D;
    width: 800px;
  }
  .utmpopup button {background: none;padding: 0;}
  .utmpopup button:hover img{
    filter:invert(24%) sepia(42%) saturate(4983%) hue-rotate(225deg) brightness(78%) contrast(107%)
}

  .utmpopup h2{
    font-size: 40px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    line-height: 63px;
    margin-bottom: 20px;
  }
  .utmpopup h2:before{
    content: "";
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color:#bad3fc;
    position: absolute; 
    left: -40px;
    top: -10px;
    z-index: -1;
}
  .utmpopup .subtext{
    color: #2454cd;
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 15px;
}
  .utmpopup .notetext{
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
}
  .utmpopup-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.utmpopup .cta-primary {
    background-color: #113dcd;
    border-radius: 34px;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    padding: 0 30px;
    min-width: 200px;
}
.utmpopup .cta-primary:hover, .utmpopup .cta-primary:focus {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 30px 22px -20px #788ace;
}
.dis-img{
    margin-left: 10%;
}
.utmpopup .utm-footer{
    display: flex; 
    justify-content: flex-start
}
.utm-header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .utmpopup {
        width: 90%;
        padding: 20px;
    }
    .utmpopup h2:before{
        display: none;
    }
    .utmpopup h2 {
        font-size:30px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .utmpopup .subtext {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .utmpopup .notetext {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .dis-img{
        width: 30%;
        margin-left: 10%;
    }
}
#header .sticky-banner{
    display: none !important;
}

@media only screen and (max-width: 1199px) {
    .alert-banner {
        height: auto !important;
    }
}
.close-detail .close{right:0 !important}
.stripe-banner{
    background-color: #113DCD;
    padding: 10px 15px;
    text-align: center;
}
.stripe-banner a{
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
}
.stripe-banner a:hover{
    color: #cccccc;
}
.stripe-banner a .go-txt{
    color: #fbd64a;
}