/* Search Results Page Hero Section Styles */

.search-results-hero-section .results-hero-inner{
    position: relative;
    overflow: hidden;
}
.bg-curve-shape-box{
    position: absolute;
    height: 900px;
    width: 50vw;
    left: 0;
    top: -30%;
    z-index: 1;
    border-radius: 0 50% 50% 0;
}
.bg-curve-shape-box .bg-curve-shape{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0%;
    top: 0%;
    /*background: #454545;*/
    background: rgb(76, 119, 221);
    z-index: 1;
    border-radius: 0 50% 50% 0;
    overflow: hidden;
}
.bg-curve-shape-box .bg-curve-shape .bubble-overlay-1{
    position: absolute;
    width: 180px;
    height: 180px;
    /*background: #3a3a3a;*/
    background:  rgb(70, 109, 203);
    left: -96px;
    top: 25%;
    z-index: 0;
    border-radius: 70px 54px;
    transform: rotate(42deg);
}
.bg-curve-shape-box .bg-curve-shape .bubble-overlay-2{
    position: absolute;
    width: 200px;
    height: 189px;
    /*background: #3a3a3a;*/
    background:  rgb(70, 109, 203);
    right: 8%;
    bottom: 18%;
    z-index: 0;
    border-radius: 54%;
    transform: rotate(45deg);
}

.search-results-hero-section .results-hero-inner img{
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.search-results-hero-section .left-content-box{
    min-height: 460px;
    width: 100%;
    position: relative;
    overflow: visible;
    z-index: 1;
    background: transparent;
    display: flex;
    align-items: center;
}
.search-results-hero-section .left-content-box .text-content{
    z-index: 1;
    width: 460px;
}
.search-results-hero-section .left-content-box .text-content h1{
    color: #ffffff;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;
}
.search-results-hero-section .left-content-box .text-content h1 b{
    font-weight: 800;
    font-size: 42px;
}
.search-results-hero-section .left-content-box .text-content p{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 12px 0 18px;
}
.search-results-hero-section .left-content-box .text-content p b{
    font-weight: 600;
    text-decoration: underline;
}
.search-results-hero-section .right-content-box{
    height: 100%;
    position: absolute;
    width: 70%;
    right: 0;
    top: 0;
}

/* Search v2 Section Styles */
.search-v2-section{
    min-height: 230px;
    position: relative;
    z-index: 1;
    margin-top: -74px;
    padding-top: 120px;
}
.search-v2-form-box{
    max-width: 756px;
    margin: 0 auto;
}
.search-v2-form-box form{
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-v2-form-box form > div{
    flex: 1;
}
.search-v2-form-box form div.input-box input{
    width: 100%;
    height: 60px;
    vertical-align: middle;
    padding: 16px 26px;
    background: #ffffff;
    border-radius: 7px 0 0 7px;
    border: 1px solid #eaeaea;
    font-weight: 500;
    color: #8f8f8f;
    font-size: 16px;
    transition: all 0.25s ease-in-out;
}
.search-v2-form-box form div.input-box input::placeholder{
    color: #8f8f8f;
    font-weight: 500;
    font-size: 16px;
}
.search-v2-form-box form div.input-box input:focus{
    background: #f1f1f1;
    color: #454545;
}
.search-v2-form-box form div.select-box{
    max-width: 196px;
}
.search-v2-form-box .bootstrap-select.custom-select{
    width: 100% !important;
}
.search-v2-form-box .bootstrap-select.custom-select .btn-default{
    border: 1px solid #eaeaea;
    border-left-width: 0px;
    border-radius: 0;
    height: 60px;
    vertical-align: middle;
}
.search-v2-form-box .bootstrap-select.custom-select.open .btn-default{
    box-shadow: none !important;
    background: #f1f1f1 !important;
}
.search-v2-form-box .bootstrap-select.custom-select .btn-default:hover{
    background: #ffffff;
    color: #454545;
    outline: 0 !important;
    box-shadow: none;
    opacity: 1;
}
.search-v2-form-box .bootstrap-select.custom-select .btn-default:focus,
.search-v2-form-box .bootstrap-select.custom-select .btn-default:active{
    background: #ffffff !important;
    color: #8f8f8f;
    outline: 0 !important;
    box-shadow: none !important;
}
.search-v2-form-box .bootstrap-select.custom-select .bs-caret{
    font-size: 16px;
    right: 20px;
    position: relative;
    color: #8f8f8f;
}
.search-v2-form-box .bootstrap-select.custom-select .filter-option{
    margin: 0;
    color: #8f8f8f;
    font-weight: 500;
    font-size: 16px;
    text-transform: none;
}
.search-v2-form-box .bootstrap-select.custom-select .dropdown-menu.open{
    left: 0;
    border: 0;
    border-radius: 7px;
    padding: 10px 0;
}
.search-v2-form-box .bootstrap-select.custom-select .dropdown-menu.open li a{
    padding: 8px 22px;
    font-size: 14px;
    color: #8f8f8f;
}
.search-v2-form-box form div.btn-box{
    max-width: 66px;
}
.search-v2-form-box form div.btn-box .btn-search-v2{
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-left-width: 0px;
    border-radius: 0 7px 7px 0;
    color: #808080;
    font-weight: 800;
    font-size: 16px;
    height: 60px;
    width: 100%;
    transition: all 0.25s ease-in-out;
}
.search-v2-form-box form div.btn-box .btn-search-v2:hover{
    background: #aad71a;
    border-color: #aad71a;
    color: #ffffff;
}

/* Worksheets v2 Styles */
.main-v2-section{
    position: relative;
    padding: 30px 0 0;
}
.main-v2-section .main-v2-inner{

}
.main-v2-section .main-v2-inner .top-bar{
    display: flex;
    align-items: center;
}
.main-v2-section .main-v2-inner .top-bar .open-filter-sidebar{
    display: none;
}
.main-v2-section .main-v2-inner .top-bar .open-filter-sidebar span{
    display: inline-block;
    background: #aad71a;
    border-radius: 50px;
    padding: 10px 24px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}
.main-v2-section .main-v2-inner .top-bar .open-filter-sidebar span:hover{
    opacity: 0.7;
}
.main-v2-section .main-v2-inner .top-bar > div{
    flex: 1;
}
.main-v2-section .main-v2-inner .top-bar > div.results-count{
    max-width: 160px;
}
.main-v2-section .main-v2-inner .top-bar > div.results-count h3{
    color: #5f6368;
    font-size: 25px;
    font-weight: 400;
}
.main-v2-section .main-v2-inner .top-bar > div.results-count h3 b{
    font-size: 28px;
    font-weight: 700;
}
.main-v2-section .main-v2-inner .top-bar > div.tags-container{
    padding-left: 50px;
}
.main-v2-section .main-v2-inner .top-bar > div.tags-container .tag-box{
    display: inline-flex;
    background: #f9f9f9;
    border-radius: 40px;
    padding: 2px 12px 2px 16px;
    margin: 0 4px 6px;
    font-size: 13px;
    align-items: center;
    color: #5f6368;
    font-weight: 600;
    transition: all 0.25s ease-in-out;
}
.main-v2-section .main-v2-inner .top-bar > div.tags-container .tag-box:first-child{
    margin: 0;
}
.main-v2-section .main-v2-inner .top-bar > div.tags-container .tag-box:hover{
    background: #f3f3f3;
}
.main-v2-section .main-v2-inner .top-bar > div.tags-container .tag-box .close-tag{
    font-size: 13px;
    margin-left: 14px;
    color: #afafaf;
    font-weight: 400;
    opacity: 1;
    transition: all 0.25s ease-in-out;
}
.main-v2-section .main-v2-inner .top-bar > div.tags-container .tag-box .close-tag:hover{
    color: #5f6368;
}

.main-v2-section .main-v2-inner .top-bar > div.sorting-box{
    width: auto;
    flex-grow: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-v2-section .main-v2-inner .top-bar .layout-types {
    display: inline-flex;
    justify-content: center;
    margin-left: 10px;
}
.main-v2-section .main-v2-inner .top-bar .layout-types a {
    display: inline-block;
    width: 50%;
    margin: 0 7px;
    font-size: 40px;
    color: #dcdcdc;
    transition: all 0.25s ease-in-out;
}
.main-v2-section .main-v2-inner .top-bar .layout-types a:last-child{
    position: relative;
    top: -1px;
}
.main-v2-section .main-v2-inner .top-bar .layout-types a:hover,
.main-v2-section .main-v2-inner .top-bar .layout-types a.active{
    color: #aad71a;
}

.main-v2-section .main-v2-inner .top-bar > div.sorting-box .dropdown-custom{
    width: 100%;
}
.main-v2-section .main-v2-inner .top-bar > div.sorting-box .dropdown-custom .btn-value{
    margin-right: 42px;
}

.search-page-v2-main-section{
    padding: 20px 0 40px;
    display: flex;
}

.search-page-v2-main-section .left-sidebar{
    flex: 0;
    min-width: 180px;
}
.search-page-v2-main-section .left-sidebar .sidebar-top-bar{
    display: none;
    margin-bottom: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
}
.search-page-v2-main-section .left-sidebar .sidebar-top-bar .menu-title {
    font-size: 18px;
    font-weight: 600;
    color: #666;
}
.search-page-v2-main-section .left-sidebar .sidebar-top-bar .close-icon {
    font-size: 18px;
    color: #666;
}
.sidebar-widget-box{
    border-bottom: 1px solid #ededed;
    margin-bottom: 40px;
}

.sidebar-widget-box .widget-title{
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 12px;
}
.sidebar-widget-box .panel-group{
    margin-bottom: 14px;
}

.sidebar-widget-box .panel-default{
    box-shadow: none;
    border: 0;
    background: transparent;
    padding: 3px 0;
}
.sidebar-widget-box .panel-default .panel-heading{
    box-shadow: none;
    border: 0;
    padding: 0;
    background: transparent;
}
.sidebar-widget-box .panel-default .panel-heading h4 a{
    display: flex;
    color: #666666;
    font-size: 13px;
    font-weight: 400;
    padding: 0;
    line-height: 1.4;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all 0.25s ease-in-out;
    position: relative;
}
.sidebar-widget-box .panel-default .panel-heading h4 a > i.fa{
    position: absolute;
    right: 0;
}
.sidebar-widget-box .panel-default .remove-filter{
    display: inline-block;
    opacity: 1;
    visibility: visible;
    background: #ef5970;
    color: #fff;
    font-size: 13px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    padding-left: 1px;
    transition: all 0.25s ease-in-out;
}
.sidebar-widget-box .panel-default .remove-filter:hover{
    opacity: 0.7;
}
.sidebar-widget-box .panel-default:not(.active) .panel-heading h4 a span{
    opacity: 0;
    visibility: hidden;
}
.sidebar-widget-box .panel-default .panel-heading h4 a::before{
    content: '';
    left: -7px;
    top: 0;
    width: 3px;
    background: #aad71a;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}
.sidebar-widget-box .panel-default.active .panel-heading h4 a{
    font-weight: 800;
}
.sidebar-widget-box .panel-default.active .panel-heading h4 a > i.fa{
    display: none;
}
.sidebar-widget-box .panel-default.active .panel-heading h4 a::before{
    content: '';
    left: -7px;
    top: 0;
    width: 3px;
    background: #aad71a;
    height: 100%;
    position: absolute;
    opacity: 1;
}

.sidebar-widget-box .panel-default .panel-heading h4 a:hover::before{
    opacity: 1;
}
.sidebar-widget-box .panel-default .panel-collapse{
    margin-top: 8px;
}
.sidebar-widget-box .panel-default .panel-collapse .panel-body{
    border: 0;
    padding: 0;
    padding-left: 16px;
}
.sidebar-widget-box .panel-default .panel-collapse .panel-body a{
    padding: 0 0px;
    line-height: 1.2;
    margin: 6px 0;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
}
.sidebar-widget-box .panel-default .panel-collapse .panel-body a .remove-filter{
    opacity: 0;
    visibility: hidden;
}
.sidebar-widget-box .panel-default .panel-collapse .panel-body a:hover{
    background: transparent;
}
.sidebar-widget-box .panel-default .panel-collapse .panel-body a::before{
    content: '';
    left: -6px;
    top: 0;
    width: 3px;
    background: #aad71a;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}
.sidebar-widget-box .panel-default .panel-collapse .panel-body a:hover::before{
    opacity: 1;
}
.sidebar-widget-box .panel-default .panel-collapse .panel-body a.active{
    font-weight: 800;
    background: transparent !important;
}
.sidebar-widget-box .panel-default .panel-collapse .panel-body a.active::before{
    content: '';
    left: -6px;
    top: 0;
    width: 3px;
    background: #aad71a;
    height: 100%;
    position: absolute;
    opacity: 1;
}
.sidebar-widget-box .panel-default .panel-collapse .panel-body a.active .remove-filter{
    opacity: 1;
    visibility: visible;
}


.main-content-v2{
    flex: 1;
    width: calc(100% - 210px);
    padding-left: 30px;
    position: relative;
}
.loader-overlay.v3 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
    z-index: 9991;
    left: 3px;
    top: 0;
    display: none;
}
.loader-overlay.v3 .spinner7 {
    position: absolute;
    width: 90px;
    height: 30px;
    text-align: center;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
}
.main-content-inner.v3 .subject-section{
    margin-top: 10px;
    margin-bottom: 40px;
}
.main-content-inner.v3 .subject-section h2{
    position: relative;
    top: 6px;
}
.main-content-inner.v3 .subject-section h2 a{
    color: #5f6368 !important;
    font-size: 30px;
    font-weight: 500;
}
.display-text-dots{
    position: absolute;
    right: 118px;
    top: 10px;
}
.main-content-inner.v3 .special-title .display-text-dots {
    top: 20px;
}
.main-content-inner.v3 .special-title h2.biology > a{
    margin-left: 2px;
}
.main-content-inner.v3 .special-title h2.biology > a{
    color: #a25ddc !important;
}
.main-content-inner.v3 .special-title h2.chemistry > a{
    color: #0086c0 !important;
}
.main-content-inner.v3 .ext-parent-wf{
    background: #ffffff;
    margin-top: 20px;
}
.main-content-inner.v3 .ext-parent-wf .parent-wf-table-outer .table-head-spacer{
    background: #ffffff;
}
.workflow-example-promotion-section .no-events{
    pointer-events: all !important;
}

/* Hero Type 2 v2 Styles */
.hero-type-2-v2-section{
    min-height: 800px;
    padding-top: 150px;
    position: relative;
}
.hero-type-2-v2-section .hero-type-v2-shape-1 {
    position: absolute;
    top: -30px;
    left: 14%;
}
.hero-type-2-v2-section .hero-type-v2-shape-2 {
    position: absolute;
    left: -58px;
    top: 39%;
}
.hero-type-2-v2-section .hero-type-v2-shape-3 {
    position: absolute;
    bottom: -110px;
    left: -3%;
}
.hero-type-2-v2-section .hero-type-v2-shape-4 {
    position: absolute;
    bottom: -50px;
    right: -40px;
}
.hero-type-2-v2-section .hero-type-2-v2-inner{
    max-width: 940px;
    margin: auto;
}
.hero-type-2-v2-section .title h2{
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
}
.hero-type-2-v2-section .title h2 b{
    font-weight: 800;
}
.hero-type-2-v2-section .content-inner{
    margin-top: 46px;
}
.hero-type-2-v2-section .content-inner p{
    margin-bottom: 28px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.6;
}

.workflow-example-promotion-section{
    padding: 160px 0 0px;
    margin-bottom: -250px;
}
.workflow-example-promotion-section .workflow-example-promotion-inner .title{
    text-align: center;
    margin-bottom: 40px;
}
.workflow-example-promotion-section .workflow-example-promotion-inner h2{
    font-size: 42px;
    font-weight: 800;
    color: #205081;
}
.workflow-example-promotion-section .workflow-example-promotion-inner small{
    color: #5b5b5b;
    font-weight: 400;
    font-size: 22px;
}
.workflow-example-promotion-section .workflow-example-promotion-inner .popover-style-2-box img {
    height: 260px;
}
/* .workflow-example-promotion-section .worksheet-main-slider-wrapper .worksheet-main-slider .owl-stage-outer {
    min-height: auto;
} */
.workflow-example-promotion-section .worksheet-main-slider-wrapper .worksheet-main-slider h6 {
    font-weight: 700;
    color: #666;
    opacity: 1 !important;
    padding: 0 8px;
    height: 50px;
}
.workflow-example-promotion-section .worksheet-main-slider-wrapper .slider-nav-box a {
    top: 55px;
}

/* Media Queries */
@media (max-width: 2100px){
    .bg-curve-shape-box {
        width: 46vw;
    }
}
@media (max-width: 1400px){

    .search-results-hero-section .right-content-box .right-content-inner .title-tag {
        padding: 20px 36px 20px 190px;
    }
    .search-results-hero-section .right-content-box .subject-tag span {
        left: 252px;
    }
    .workflow-example-promotion-section .popover-style-2 {
        left: 20px;
    }
}
@media (max-width: 1230px){
    .bg-curve-shape-box {
        width: 52vw;
    }
    .features-container.v2 .feature-box {
        padding: 40px 54px;
    }
    .hero-type-2-v2-section .hero-type-v2-shape-3 {
        bottom: -50px;
        left: -3%;
        width: 20em;
    }
    .hero-type-2-v2-section .hero-type-v2-shape-4 {
        width: 18em;
    }
}
@media (max-width: 1199px){
    .search-page-v2-main-section .left-sidebar {
        min-width: 160px;
    }
}
@media (max-width: 991px) {
    .search-page-v2-main-section .left-sidebar {
        flex: 1;
        max-width: 220px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        background: white;
        padding: 20px;
        box-shadow: rgba(0,0,0,0.1) 4px 0 12px;
        height: 100vh;
        overflow-y: auto;
        transform: translateX(-100%);
        opacity: 0;
        visibility: none;
        transition: all 0.3s ease-in-out;
    }
    .search-page-v2-main-section .left-sidebar.open{
        transform: translateX(0%);
        opacity: 1;
        visibility: visible;
    }
    .search-page-v2-main-section .left-sidebar .sidebar-top-bar{
        display: block;
        display: flex;
        justify-content: space-between;
    }
    .bg-curve-shape-box {
        width: 60vw;
    }
    .main-content-v2 {
        padding-left: 0;
    }
    .main-v2-section .main-v2-inner .top-bar {
        flex-wrap: wrap;
    }
    .main-v2-section .main-v2-inner .top-bar > div {
        min-width: 50%;
        margin-bottom: 18px;
    }
    .main-v2-section .main-v2-inner .top-bar > div.tags-container {
        padding-left: 0;
    }
    .main-v2-section .main-v2-inner .top-bar .open-filter-sidebar{
        display: block;
    }
    .main-v2-section .main-v2-inner .top-bar > div.sorting-box,
    .main-v2-section .main-v2-inner .top-bar > div.results-count {
        min-width: 40%;
        text-align: right;
    }
    .main-v2-section .main-v2-inner .top-bar > div.results-count h3 {
        font-size: 18px;
    }
    .main-v2-section .main-v2-inner .top-bar > div.results-count h3 b {
        font-size: 24px;
    }
    .features-container.v2 .feature-box {
        padding: 40px 28px;
    }
    .hero-type-2-v2-section .hero-type-v2-shape-1 {
        top: -8px;
        left: 14%;
        width: 10em;
    }
    .workflow-example-promotion-section .popover-style-2 {
        left: -3px;
    }
    .bg-curve-shape-box.about .bg-curve-shape .mini-shape-2 {
        bottom: 8%;
    }
    .worksheet-cards-box {
        margin-top: 0px;
        padding: 0 10px;
    }
    .pricing-promotional-section {
        padding: 50px 0 80px;
    }
    .bubble-box h5 {
        font-size: 22px;
    }
    .trusted-brands-inner {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .search-v2-section {
        padding: 88px 16px 0;
        background-size: 100% !important;
        min-height: 200px;
    }
    .search-v2-section::before {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        width: 100%;
        height: 85%;
        z-index: -1;
        background: #f8f8f8;
    }
    .hero-type-2-v2-section .hero-type-v2-shape-1 {
        top: -18px;
        left: 3%;
        width: 7em;
    }
    .hero-type-2-v2-section .title h2 {
        font-size: 32px;
    }
    .hero-type-2-v2-section .content-inner {
        margin-top: 30px;
    }
    .features-container.v2 .feature-box {
        margin-bottom: 30px;
    }
    .hero-type-2-v2-section .hero-type-v2-shape-3 {
        bottom: 45px;
        left: -7%;
        width: 12em;
    }
    .hero-type-2-v2-section .hero-type-v2-shape-4 {
        width: 12em;
        bottom: -10px;
    }
    .hero-type-2-v2-section{
        background-size: cover !important;
        padding-top: 100px;
    }
    .search-results-hero-section .right-content-box{
        display: none;
    }
    .bg-curve-shape-box {
        left: 0;
        top: 0;
        z-index: 1;
        border-radius: 0;
        height: 500px;
        width: 100%;
    }
    .search-results-hero-section .left-content-box {
        min-height: 420px;
        padding-bottom: 50px;
    }
    .bg-curve-shape-box .bg-curve-shape {
        border-radius: 0;
    }
    .search-results-hero-section .left-content-box .text-content {
        z-index: 1;
        width: 100%;
        text-align: center;
    }
    .bg-curve-shape-box .bg-curve-shape .bubble-overlay-1 {
        width: 160px;
        height: 160px;
        left: -14%;
        top: 20%;
    }
    .bg-curve-shape-box .bg-curve-shape .bubble-overlay-2 {
        width: 200px;
        height: 160px;
        right: -4%;
        bottom: 3%;
    }
    .search-results-hero-section .left-content-box .text-content h1 b {
        font-size: 34px;
    }
    .search-results-hero-section .left-content-box .text-content h1 {
        font-size: 30px;
    }
    .search-results-hero-section .left-content-box .text-content p {
        color: #ffffff;
        font-size: 14px;
    }
    .workflow-example-promotion-section .popover-style-2 {
        left: 27%;
    }
    .bg-curve-shape-box.about {
        z-index: 0;
        width: 100%;
        top: 0;
        border-radius: 0;
        height: 440px;
    }
    .bg-curve-shape-box.about .bg-curve-shape .mini-shape-2 {
        bottom: -38%;
    }
    .worksheet-cards-box .default-search-item {
        margin-bottom: 0;
    }
    .feature-column {
        margin-bottom: 40px;
    }
    .hero-type-2-v2-section.pricing-page {
        margin-top: -102px;
        padding-bottom: 80px;
    }
    .trusted-brands-inner .brands-content {
        padding-right: 0;
    }
    .features-container.v2.pricing-page > .row {
        display: block;
    }

}
@media (max-width: 720px){
    .card-mobile-v2 > div {
        width: 50% !important;
    }
}

@media (max-width: 575px) {
    .social-login-box.signup .social-btn-box {
        justify-content: center;
        flex-direction: column;
    }
    .social-login-box.signup .social-btn-box a {
        margin-bottom: 6px;
    }

    .bg-curve-shape-box .bg-curve-shape .bubble-overlay-1 {
        left: -20%;
        top: 20%;
    }
    .bg-curve-shape-box .bg-curve-shape .bubble-overlay-2 {
        right: -4%;
        bottom: 7%;
    }
    .search-v2-section {
        padding: 70px 16px 20px;
        margin-top: -100px;
        min-height: 120px;
    }

    .search-v2-form-box {
        padding: 0 30px;
    }
    .search-v2-form-box form {
        flex-wrap: nowrap;
    }
    .search-v2-form-box form .input-box {
        min-width: 100%;
        margin-bottom: 0;
    }
    .search-v2-form-box form div.input-box input {
        padding: 12px 16px;
    }
    .search-v2-form-box form div.select-box {
        max-width: 60%;
    }
    .search-v2-form-box form div.btn-box {
        min-width: 66px;
    }

    .top-links-wrapper {
        padding-top: 16px;
    }
    .top-links-wrapper .top-links-inner {
        align-items: center;
        max-width: 100%;
        overflow-x: auto;
    }
    .top-links-wrapper .top-links-inner > div {
        flex: 1;
        display: flex;
    }
    #no-worksheet-found {
        padding: 0 22px;
        line-height: 1.4;
        font-size: 18px;
    }
    .top-links-wrapper .top-links-inner a {
        padding: 8px 10px;
        font-size: 14px;
        line-height: 1.4;
        flex: 1;
    }
    .top-links-wrapper .right-links-box {
        max-width: 40%;
    }
    .top-links-wrapper .left-links-box a {
        margin-right: 0px;
    }
    .top-links-wrapper .right-links-box a {
        margin-left: 0px;
    }

    .workflow-example-promotion-section {
        padding: 100px 0 120px;
    }
    .workflow-example-promotion-section .workflow-example-promotion-inner h2 {
        font-size: 26px;
        line-height: 1.2;
    }
    .workflow-example-promotion-section .workflow-example-promotion-inner small {
        font-size: 14px;
    }
    .search-results-hero-section .left-content-box {
        padding-bottom: 80px;
    }
    .hero-type-2-v2-section .title h2 {
        font-size: 28px;
    }
    .hero-type-2-v2-section.pricing-page .content-inner p {
        margin-bottom: 0px;
        font-size: 15px;
    }
    .trusted-brands-inner .brands-logo-box .logo-box {
        margin-bottom: 2px;
        padding: 6px;
    }
}
@media (max-width: 480px) {
    .bubble-box h5 {
        font-size: 18px;
    }
    .bubble-box h5 i {
        font-size: 16px;
    }
    .promotional-points {
        margin-top: 40px;
        padding-left: 0px;
    }
    .trusted-brands-inner .brands-logo-box {
        grid-template-columns: repeat(2, 1fr);
    }
    .trusted-brands-inner .brands-content h3 {
        font-size: 26px;
    }
}
@media (max-width: 430px){
    .default-search-item .inner-box .post-bottom {
        padding: 10px 12px;
    }
    .bg-curve-shape-box .bg-curve-shape .bubble-overlay-1 {
        width: 160px;
        height: 160px;
        left: -30%;
        top: 18%;
    }
    .bg-curve-shape-box .bg-curve-shape .bubble-overlay-2 {
        width: 200px;
        height: 160px;
        right: -4%;
        bottom: 1%;
    }
    .search-results-hero-section .left-content-box {
        min-height: 450px;
        padding-bottom: 100px;
    }

    .display-text-dots {
        position: relative;
        right: inherit;
        top: 8px;
    }
    .ribbon-box.v2 {
        left: -4px;
        top: 12px;
        font-size: 11px;
        padding: 0px 8px 2px 8px;
    }
    .worksheet-tag-v2 {
        left: -3px;
        padding: 2px 12px 5px;
        font-size: 11px;
    }
    .bubble-box::before {
        left: -34px;
    }
}
@media (max-width: 380px) {
    .bubble-box .bubble-inner {
        padding: 14px 20px 26px;
    }
    .bubble-box h5 {
        font-size: 14px;
    }
    .bubble-box h5 i {
        font-size: 12px;
    }
    .promotional-points ul li {
        font-size: 13px;
        margin-bottom: 8px;
        line-height: 1.4;
    }
    .promotional-points ul li::before {
        left: -27px;
        top: -2px;
    }
    .hero-type-2-v2-section.pricing-page {
        padding-top: 100px;
    }
    .trusted-brands-inner {
        padding: 6px 0px 30px;
    }
}
