:root {
    --default-font: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --heading-font: "Montserrat", sans-serif;
    --nav-font: "Montserrat", sans-serif;
}

body {
    font-family: Montserrat, sans-serif;
}

a {
    color: inherit;
    text-decoration: inherit;
}

.discover-wrpr {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.normal_btn {
    padding: 10px 20px;
    background-color: #002C5B;
    font-size: 17px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.6px;
    color: #fff;
    border-radius: 8px;
    display: inline-block;
    z-index: 999;
    position: relative;
}

.discover-all {
    /* background: #fff;
    color: #002C5B;
    border: 1px solid;
    margin-right: 15px; */
}

/*****************************************************/
/*Banner Section
*****************************************************/
.banner {
    background-color: #002b5c;
    /*  #002b5c; */
    color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: center;
    /* min-height: 800px;  */
}

.content-sec {
    max-width: 595px;
}

.banner-title {
    font-size: 90px;
    font-weight: 600;
    line-height: 94px;
    white-space: nowrap;
    letter-spacing: -5px;
}

.banner-subtitle {
    font-size: 24px;
    color: #fff;
}

.banner-subtitle span {
    color: #00B0F0
}

.content-sec p {
    margin: 10px 0 30px;
}

.content-sec a.btn {
    padding: 12px 30px;
    font-size: 17px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    color: #002560;
}

.search-box {
    max-width: 595px;
    background-color: #FFFFFF1A;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 50px;
}

.search-box input[type="text"] {
    display: inline-block;
    padding: 4px 4px 4px 50px;
    text-align: left;
    border: 1px solid #FFFFFFB2;
    background: url(images/search-icon.png) no-repeat 12px center;
    font-size: 15px;
    color: #FFFFFF;
    border-radius: 8px;
}

.search-box input::placeholder {
    color: #FFFFFFB2;
}


.btn_search {
    display: inline-block;
    padding: 12px 35px;
    margin-left: 9px;
    background-color: #002C5B;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    border-radius: 8px;
}
img.hero-carla {
    width: 200px;
    opacity: 0.5;
}

/*****************************************************/
/*Second Section
*****************************************************/

.sec-title {
    color: #002b5c;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0;
    margin-bottom: 25px;
}

.bottle.half-bottle.left-half {
    height: calc(100vh - 130px);
    object-fit: contain;
    width: 100%;
}

/*****************************************************/
/*third Section
*****************************************************/

.mycards .grid {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.mycards .grid.active {
    display: grid;
}

.mycards .card {
    display: flex;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex-direction: row;
    align-items: center;
    gap: 8px;
    overflow: hidden;
}

.mycards .card-content {
    text-align: left;
}

.mycards .card h3 {
    margin: 0;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.mycards .card-content h3 {
    font-size: 14px;
    font-weight: 500;
}

.mycards .card span {
    font-size: 12px;
    color: #E82064;
    text-align: left;
    font-weight: 600;
}

.mcat.personal h3 {
    color: #E82064;
}

.mcat.tech h3,
.catgrid.tech .card span {
    color: #6E8195
}

.mcat.health h3,
.catgrid.health .card span {
    color: #009689
}

.mcat.food h3,
.catgrid.food .card span {
    color: #88c540
}

.mcat.home h3,
.catgrid.home .card span {
    color: #673AB7
}

.mcat.active {
    outline: 2px solid #002c5b;
}

.mcat:hover {
    box-shadow: 0 0 5px 1px #002c5b;
}

label.card:has(input:checked) {
    border: 1px solid #002c5b;
}

.video-wrpr .content-sec {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    font-size: 18px;
    padding: 0;
    gap: 40px;
    z-index: 9;
    position: relative;
}

.video-wrpr video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: left bottom;
    position: absolute;
    left: 0;
    top: 0;
    object-position: right;
    z-index: 1;
}
.video-wrpr video.mob-video { display: none; }


/*****************************************************/
/*4th Section
*****************************************************/

/* Adjust the grid */
.steps-grid {
    display: flex;
    border: 4px solid #fff;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
}

.step {
    width: 100%;
    padding: 50px 40px;
} 

.step h3 {
    font-size: 22px;
    font-weight: 600;
    color: #002c5b;
    margin-bottom: 24px;
}

.step.step2 h3 {
    color: #fff;
}

.step2 a {
    background: #fff;
    color: #002C5B !important;
    margin-top: 30px;
}

/*****************************************************/
/*5th Section
*****************************************************/

.inv .row {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.testimonial {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.testimonial-inner {
    max-width: 952px;
    margin-top: 20px;
}

.testimonial-inner h2,
.testimonial h2,
.news h2,
.contact h2 {
    font-size: 40px;
    line-height: 48.76px;
    text-align: center;
    color: #002b5c;
    font-weight: 600;
}

.testimonial-inner p,
.news p,
.contact p {
    font-size: 24px;
    text-align: center;
    color: #002b5c;
    opacity: 70%;
}

.learn-more1-btn {
    background-color: #002855;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    width: 153.77px;
    margin: 23px auto;
    display: block;
    text-align: center;

}

.stats-container {
    display: flex;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    /* position: absolute; */
    left: 0;
    bottom: 0;
    transition: all 0.6s ease;
}

.stat-box {
    flex: 1;
    padding: 30px 0;
}

.stat-box:not(:last-child) {
    border-right: 1px solid #ddd;
}

.stat-number {
    font-size: 24px;
    font-weight: bold;
    color: #002b5c;
}

.stat-label {
    font-size: 14px;
    color: #002b5c;
    opacity: 70%;
}

.stat-box:nth-child(odd) {
    background-color: #f2f2f2;
}

.stat-box:nth-child(even) {
    background-color: #f2f2f263;
}

/*****************************************************/
/*6th Section
*****************************************************/
.industry {
    /* min-height: 800px; */
    /* overflow: hidden; */
    max-width: 1920px;
    margin: 0 auto;
}

.industry img {
    margin: 0 auto;
    display: block;
}

.industry h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #002b5c;
}

.industry p {
    font-size: 24px;
    text-align: center;
    color: #002b5c;
    opacity: 70%;

}

.icon-boxs {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.icon-box {
    flex: 1;
    padding: 20px;
    text-align: left;
    border-radius: 12px;
    margin: 5.5px;
    position: relative;
}

img.box-btl {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    opacity: 0.4;
    padding-top: 8%;
}



.icon-box:hover::after {
    opacity: 1;
}

.icon-box:hover img.box-btl {
    opacity: 1;
}

.icon-box.personal-box {
    background-color: #fad2e0;
}

.icon-box.personal-box:hover,
.icon-box.personal-box::after {
    background-color: #E82064
}

.icon-box.homecare-box {
    background-color: #e1d8f1;
}

.icon-box.homecare-box:hover,
.icon-box.homecare-box::after {
    background-color: #673AB7
}

.icon-box.technical-box {
    background-color: #e2e6ea;
}

.icon-box.technical-box:hover,
.icon-box.technical-box::after {
    background-color: #6E8195
}

.icon-box.healthcare-box {
    background-color: #cceae7;
}

.icon-box.healthcare-box:hover,
.icon-box.healthcare-box::after {
    background-color: #009689
}

.icon-box.food-box {
    background-color: #88c5404d;
}

.icon-box.food-box:hover,
.icon-box.food-box::after {
    background-color: #88c540
}

.icon-box p {
    text-align: left;
}

.icon-box span img {
    display: block;
    margin: 0 0 10px;
}

.icon-box h3 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #002b5c;
}

.icon-box p {
    font-size: 16px;
    /* line-height: 18px; */
    text-align: left;
    color: #002b5c;
}

.icon-box:hover p,
.icon-box:hover h3 {
    color: #fff;
}

/*****************************************************/
/*7th Section
*****************************************************/
.resp {
    /* height: 799px; */
    /* overflow: hidden; */

}

.section.resp {
    background-image: url(images/responsibility-bg.jpg);
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.resp {
    width: 100% !important;
    text-align: center;
}

.resp-txt {
    max-width: 952px;
    margin: 16vh auto auto auto;
}

.resp h2 {
    font-size: 40px;
    font-weight: 600;
    color: #002b5c;
}

.resp p {
    font-size: 24px;
    color: #002b5c;
    opacity: 70%;
    padding: 10px 0 23px;
}

.download-btn {
    background-color: #002855;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 12px 30px;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.download-wht {
    background: #fff;
    color: #002855;
    border: 2px solid;
    margin-right: 15px;
    font-weight: 500;
    padding: 10.5px 30px;
}

.download-grn {
    background: #002855;
    margin-left: 15px;
}

/*****************************************************/
/*8th Section
*****************************************************/

.work-us img {
    border-radius: 20px;
}

.work-us h2 {
    font-weight: 600;
    font-size: 40px;
    color: #002b5c;

}

.work-us p {
    font-size: 24px;
    color: #002b5c;
    opacity: 70%;
    margin: 12px 0 32px;
}

.join-btn,
.news-btn {
    background-color: #002855;
    color: #ffffff;
    border-radius: 6px;
    padding: 10px 45px;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: inline-block;
}

.wrk-limg img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    width: calc(100% - 40px);
}

.news-cards .card {
    padding: 0 15px;
    border: 0;
}

.news-cards .card-subtitle a {
    font-size: 15px;
    color: #002b5c;
    opacity: 70%;
    line-height: 26px;
    font-weight: 400;
}

.news-cards .card-title a {
    font-size: 21px;
    color: #002b5c;
}

.news-cards .card-body {
    padding: 20px 10px 10px 25px;
}

.news-cards .card-subtitle {
    margin-bottom: 6px;
}



/* custom code */
.steps-wrpr {
    opacity: 0;
}

.steps-wrpr,
.mycards {
    max-height: 0;
    transition: max-height 0.5s ease;
}

.steps-wrpr.expanded,
.mycards.expanded {
    max-height: 500px;
}

.steps-grid,
.mycards {
    opacity: 0;
    transition: opacity 0.6s ease;
}

.steps-wrpr.expanded,
.mycards.expanded {
    opacity: 1;
}

#main>.section.catnsol {
    padding-top: 0;
    position: relative;
}

.catnsol .col-left,
.catnsol .col-right {
    padding-top: 130px;
    transition: all 0.6s ease;
    z-index: 9;
}

.catnsol.left-active .img-btl.btl-bottle {
    width: 100%;
}

.news-cards img.card-img-top {
    max-height: calc(50vh - 130px);
    height: calc(50vh - 130px);
    object-fit: cover;
}

.catnsol-opener.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    cursor: pointer;
    left: 0;
}

.contact .container {
    max-width: 960px;
}

.contact .container {
    max-width: 960px;
}



.contact-form {
    padding: 24px;
    border-radius: 18px;
}

.contact-form label {
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    color: #002C5B;
}

.contact-form input {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    padding: 8px 15px;
    border-radius: 8px;
    color: #000000;
}

.contact-form textarea {
    color: #000000 !important;
}

.contact-form button {
    background: #002C5B;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 17px;
    line-height: 32px;
    padding: 18px;
    border: 0 !important;
}

.contact-form button:hover {
    background-color: #fff;
    color: #002C5B;
    outline: 1px solid #002C5B;
}

.catnsol-opener {
    position: absolute;
    left: -315px;
    width: 310px !important;
    transition: all 0.5s ease;
    height: 100%;
    background: #F2F2F2;
    z-index: 99;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    gap: 20px;
}

/* .btl-light {
    opacity: 0;
    transition: all 0.8s ease;
} */

/* .catnsol-opener.active .btl-light {
    opacity: 1;
} */

.catnsol-opener.right-sol {
    right: -315px;
    left: auto;
}
.catnsol-opener.left-catalog.active {
    left: 0;
}
.catnsol-opener.right-sol.active {
    right: 0;
}


/* .catnsol-opener .arrow {
    width: 32px;
    top: 0;
    right: 0;
    margin: auto;
    transition: all 0.6s ease;
}

.catnsol-opener.right-sol img {
    left: auto;
    right: 0;
}


.catnsol-opener.right-sol .btn {
    margin: auto;
    left: 100px;
}

.catnsol-opener.right-sol .arrow {
    left: 100px;
    right: -110%;
}

.catnsol-opener.right-sol.active .arrow {
    left: 30px;
    margin-left: 0;
} */


.opener-title {
    font-size: 22px;
    font-weight: 600;
    color: #002C5B;
    /* position: absolute;
    top: 50%;
    width: 70%;
    text-align: left;
    transition: all 0.6s ease; */
}
.opener-title span {
    color: #00B0F0;
}



/* .opener-title {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
} */

/* .catnsol-opener.active .opener-title {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);

} */

#main>.section {
    padding-top: 130px;
    overflow: hidden;
}

.bottle-wrapper {
    text-align: center;
    z-index: 9;
}

html {
    overflow-x: hidden;
}

.bottle-wrapper.full-view,
.mycards .card,
.icon-box {
    cursor: pointer;
}

#main>.section .container.content-middle,
#brxe-uivvno {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

#main>.section.inv .container.content-middle {
    height: calc(100% - 140px);
}


#nav-dots {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1000;
}

#nav-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.3s;
}

#nav-dots .dot.active {
    background: #00B0F0;
    /* highlight active */
}

.catgrid img {
    transform: scale(1.5);
}

#brxe-5556a8-1 .form-group {
    text-align: left;
}
.brxe-3a85ba .form-group input {
    height: 42px;
}
.brxe-3a85ba .form-group input, 
.brxe-3a85ba .form-group textarea {
    color: #002c5b !important;
    font-size: 15px;
}
@media only screen and (min-width: 990px) {
    .icon-box::after {
        content: attr(data-title);
        position: absolute;
        top: 104%;
        /* show above */
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        padding: 6px 10px;
        border-radius: 5px;
        white-space: nowrap;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease-in-out;
        font-size: 14px;
    }
    #main>.section {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        justify-content: flex-start;
        opacity: 0;
    }

    #main>.section.banner.first-slide {
        display: flex;
        justify-content: space-around;
    }

    .section.current {
        z-index: 9;
    }

    #main>.section>div.container-fluid {
        width: 100%;
        height: 100%;
        max-width: calc(100% - 70px);
    }

    #main>.section.resp>div.container-fluid {
        max-width: 100% !important;
    }

    .left-active .col-right,
    .right-active .col-left {
        opacity: 0;
    }

    .catnsol.right-active .show-steps {
        display: none;
    }

    .catnsol.left-active .show-cards {
        display: none;
    }

    .section.first-slide {
        transition: all 0.6s ease;
        opacity: 1 !important;
    }

    .section.first-slide:not(.current) {
        opacity: 1 !important;
        visibility: visible !important;
        height: 0 !important;
        z-index: 10 !important;
        padding-top: 99px !important;
    }

    /* Positioning container */
    .bottle-wrapper {
        position: relative;
        /* width: 300px; */
        height: 100vh;
        margin: 0 auto;
        top: 135px;
        transition: all 1.2s ease;
    }

    .catnsol.current .bottle-wrapper {
        top: 0;
    }

    .bottle,
    .catnsol-opener img {
        position: absolute;
        top: 130px;
        left: 12px;
        transition: clip-path 0.6s ease, transform 0.6s ease;
    }

    .catnsol-opener img {
        bottom: 0;
    }

    .catnsol-opener .btn {
        top: 60%;
        width: 140px;
        font-size: 15px;
        padding: 8px;
        background: #002C5B;
        border-color: #002C5B;
    }


    body:not(body[data-builder-window]) {
        overflow: hidden;
    }

    #main {
        position: relative;
        /* or absolute if you prefer */
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 10;
    }

    .stats-container {
        position: absolute;
    }

    .cont {
        display: flex;
        justify-content: center;
        align-items: baseline;
    }

    footer#brx-footer:not(.bricks-area) {
        display: none;
    }
    .section.catnsol.current.right-active {
        background: #002c5b;
    }

    /* 
    .section.catnsol:after {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        background: #002c5b;
        transition: all 0.6s ease;
    } 
    */

    .section.catnsol.right-active:after {
        left: 0;
    }

    .right-active .second_sec_box h2.sec-title {
        color: #fff;
    }

    .resp {
        display: flex;
        height: calc(100vh - 150px);
    }

    .section.banner.contact {
        top: 100% !important;
        opacity: 1 !important;
    }

    .section.banner.contact.current,
    .section.banner.contact.prev-slide {
        top: 0 !important;
    }

    #brxe-uivvno {
        max-width: 100%;
        padding-bottom: 170px;
    }

    #brxe-ofnvec,
    #brxe-uflvdp {
        position: absolute;
        bottom: 12px;
    }

    #brxe-uflvdp {
        bottom: 70px;
    }
    .banner.footer, .banner.contact {
        top: 200px !important;
    }
    .banner.footer.current, .banner.contact.current {
        z-index: 99;
        justify-content: center !important;
        top: 0 !important;
    }

    .easein {
        transition: all 0.6s ease;
        position: relative;
    }

    .innv img {
        top: 50%;
    }

    .prev-slide .innv img {
        top: 70%;
    }

    .innv-txt {
        top: 88%;
    }

    .prev-slide .innv-txt {
        top: -95% !important;
    }

    .testimonial-inner a {
        top: 80%;
    }

    .industry>img {
        top: -60%;
    }

    .indtxt {
        top: 24%;
    }

    .icon-boxs {
        top: 45%;
    }

    .work-us h2 {
        left: 60%;
        top: -20px;
    }

    .work-us p {
        left: 60%;
        top: -20px;
    }

    .join-btn {
        left: 20%;
        top: -10px;
    }

    .news-btn {
        /* top: -35vh; */
        /* left: -43%; */
        bottom: -60px;
    }

    .resp p {
        top: -10px;
    }

    .download-btn {
        top: -10px;
    }

    .prev-slide .resp h2,
    .prev-slide .resp p {
        left: -15%;
        top: 16px;
    }

    .prev-slide .download-btn {
        left: -25%;
        top: -15px;
    }

    .prev-slide .bottle-wrapper {
        /* top: -450px; */
        /* left: 100px; */
    }

    .stat-box:first-child {
        top: 40px;
    }

    .stat-box:nth-child(2) {
        top: 60px;
    }

    .stat-box:nth-child(3) {
        top: 80px;
    }

    .stat-box:nth-child(4) {
        top: 100px;
    }

    .stat-box:last-child {
        top: 120px;
    }

    .current .boxz {
        bottom: 0;
        left: 0;
    }

    .prev-slide .boxz {
        bottom: 50%;
        left: 40px;
    }

    .work-us img {
        left: 0;
        top: -30px;
    }

    /* .prev-slide .work-us img {
        width: 200%;
        max-width: 300%;
        object-fit: cover;
        height: 260px;
        top: -204px;
        left: 20px;
    } */

    .news-cards {
        top: 15rem;
    }

    .news-txt {
        /* left: -35%; */
        top: 50px;
        opacity: 0;
    }

    .current .top0,
    .prev-slide .top0,
    .slidingup .download-btn,
    .current .download-btn,
    .current .news-cards {
        top: 0;
        left: 0;
    }

    .current .news-txt,
    .current .news-btn {
        top: 0 !important;
        left: 0 !important;
        opacity: 1;
        bottom: 0 !important;
    }

    .prev-slide .contact-text {
        top: -130px;
    }

    .prev-slide .contact-form {
        top: -100px;
    }
    #brxe-5556a8-1 {
        padding-top: 0;
    }
}

@media only screen and (max-width: 990px) {
    .section.news {
        padding-bottom: 100px;
    }
    .event-banner {
        flex-direction: column;
    }
}

.learn-more1-btn.mob,
/* .testimonial>h2, */
.mob-img {
    display: none;
}

@media only screen and (max-width: 766px) {
    .catnsol-opener {
        display: none !important;
    }
    .video-wrpr video {
        position: unset;
        height: unset;
        width: 100%;
        margin-top: 30px;
        opacity: 0;
    }
    .current .video-wrpr video {
        opacity: 1;
    }
    .video-wrpr video.mob-video { display: block; }
    .video-wrpr video.desk-video { display: none; }
    img.box-btl {
        display: none !important;
    }
    .steps-wrpr.step2 .text-white {
        color: #002c5b !important;
    }
    .banner, .step2 a {
        background: #002c5b !important;
        color: #fff !important;
    }
    .content-sec {
        padding: 0 18px !important;
        height: auto !important;
    }
    .content-sec p {
        margin: 10px 0 30px;
        font-size: 14px;
        line-height: 24px;
    }
    .banner-subtitle {
        font-size: 28px !important;
        margin: 20px 0 !important;
    }
    form.search-box {
        position: relative;
        bottom: unset;
        width: calc(100% - 20px);
    }
    form.brxe-3a85ba.brxe-form.g-contact-form input {
        height: 42px !important;
    }
    
    img.hero-carla {
        display: none;
    }
    .event-banner img {
        height: auto !important;
    }
    .catgrid img {
        transform: scale(1);
    }
}

@media only screen and (max-width: 580px) {
   
    .bottle-wrapper img {
        width: 250px;
    }

    .section.news {
        padding-bottom: 100px;
    }

    .wrk-limg {
        display: none;
    }

    .stats-container,
    .icon-boxs {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .stats-container .stat-box {
        width: 50%;
        flex: 0 0 auto;
    }

    .icon-box {
        width: 47%;
        flex: auto;
    }

    .stats-container .stat-box:last-child,
    .icon-boxs .icon-box:last-child {
        width: 100%;
    }

    .section.footer,
    .bottle-wrapper,
    .industry>img,
    /* .testimonial-inner h2, */
    .learn-more1-btn.desk {
        display: none;
    }

    /* .testimonial>h2, */
    .learn-more1-btn.mob,
    .mob-img {
        display: block;
    }

    .steps-wrpr.expanded,
    .mycards.expanded {
        max-height: fit-content;
    }

    .banner-title {
        font-size: 42px;
        line-height: 40px;
        letter-spacing: 0;
    }

    .sec-title,
    .testimonial-inner h2,
    .testimonial h2,
    .industry h2,
    .news h2,
    .resp h2,
    .work-us h2,
    .contact h2 {
        font-size: 32px;
    }

    .banner-subtitle,
    .testimonial-inner p,
    .news p,
    .resp p,
    .work-us p,
    .contact p {
        font-size: 20px;
    }

    #main>.section:not(.banner) {
        padding-top: 80px;
    }
    
    .resp {
        padding-bottom: 40px;
    }

    .section.catnsol, .section.resp {
        padding-top: 0 !important;
    }

    .testimonial-inner {
        margin-bottom: 30px;
    }

    .work-us {
        text-align: center;
    }

    .catnsol .col-left {
        padding-top: 50px;
    }
    .catnsol .col-right {
        padding-top: 0;
    }

    .section.resp {
        background-size: auto 70%;
    }

    .testimonial-inner h2,
    .testimonial h2 {
        max-width: 300px;
        margin: 0 auto 6px;
    }
    .resp-txt {
        margin-top: 7vh;
    }
    .steps-wrpr {
        opacity: 1;
        max-height: unset !important;
    }
    .second_sec_box > a { display: none; }
}


.spin-figure .sirv-spin-hint {
    color: #333;
    opacity: 0.6;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 13pt;
    line-height: 13pt;

    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    padding: 12px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 174px;
    max-width: 90%;

    background-color: transparent;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#c5c5c5), to(#ffffff));
    background-image: -moz-linear-gradient(bottom, #c5c5c5, #ffffff);
    background-image: -o-linear-gradient(90deg, #c5c5c5 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(90deg, #c5c5c5 0%, #ffffff 100%);
    background-image: linear-gradient(90deg, #c5c5c5 0%, #ffffff 100%);

    border: 1px solid #000;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    box-shadow: 0 0 4px #222;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.spin-figure .sirv-spin-hint .hint-side,
.sirv-spin-hint-side {
    background-image: url(https://scripts.sirv.com/spin/graphics/hint-01.png);
    background-color: transparent;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 60px;
    padding: 0;
    max-width: 60px;
}

.spin-figure .sirv-spin-hint .hint-side.left {
    background-position: 0 50%;
    left: 5px;
}

.spin-figure .sirv-spin-hint .hint-side.right {
    background-position: -60px 50%;
    right: 5px;
}

.spin-figure .sirv-spin-hint .hint-text {
    width: 40%;
}