@font-face {
    font-family: "Caprasimo";
    src: url(../fonts/Caprasimo/Caprasimo-Regular.ttf);
}



.end-of-scrollspy,
.start-of-scrollspy {
    height: 0;
}

.container-fluid {
    max-width: 1240px;
}

.section-three .container-fluid {
    max-width: 1024px;
}


.capri-font {
    font-family: "Caprasimo", sans-serif !important;
    font-weight: 400 !important;
    font-size: 48px !important;
    line-height: 33px !important;
    color: #ffffff !important;
}

/*section 7*/

.section-light-blue {
    background-color: #eef6fa;
    padding-bottom: 80px;
}

.section-seven {
    position: relative;
    max-width: 100%;
    padding-top: 10px;
}

.btn.btn-outline-primary {
    height: 48px;
    line-height: 20px;
}

.btn-groups {
    display: flex;
    gap: 20px;
    width: fit-content;
    .btn

{
    margin: 0;
    white-space: nowrap;
}

}

.section-seven .div-mobile {
    display: flex;
}

.section-seven .container-fluid {
    margin-bottom: 80px;
}

@media (max-width: 567px) {
    .section-seven {
        width: 100%;
    }

        .section-seven .container-fluid {
            padding-right: 0;
            margin-right: 0;
            margin-bottom: 0;
        }

        .section-seven .template-img-wrapper img {
            width: 250px;
            position: relative;
            right: 0;
        }


        .section-seven .template-content .template-header {
            -webkit-line-clamp: unset;
            margin-bottom: 8px;
        }
}


@media (max-width: 991px) {
    .section-seven .div-mobile > div {
        width: 100% !important;
    }

    .template-img-wrapper img {
        max-height: 20%;
    }
    /*
.section-seven.section-light-blue .template-content .btn {
  margin-top: 0;
}*/
}

.dark-theme-modal .modal-content {
    background-color: #2e2f33;
    color: #ffffff;
}

.dark-theme-modal .modal-header .btn-close {
    color: #ffffff !important;
}

.dark-theme-modal h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px; /* 160% */
    margin-bottom: 8px;
    margin-top: 32px;
}

.dark-theme-modal .small-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px; /* 150% */
}

/*section 8*/
.template-inner-wrapping {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.section-light-grey {
    background-color: #eef6fa;
}

.template-content .template-header {
    color: #21409a;
    font-family: "Inter";
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
}

.template-content p {
    color: #4d4f55;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.template-content .btn {
    margin-top: 32px;
}

.template-img-wrapper {
    position: relative;
    margin: 0;
}

    .template-img-wrapper img {
        mix-blend-mode: multiply;
        max-height: 480px;
        max-width: 480px;
        min-height: 200px;
        min-width: 200px;
    }

.template-header.capri-font {
    margin-bottom: 40px;
    text-align: center;
}

@media (max-width: 567px) {
    .template-header .capri-font {
        text-align: center;
        line-height: 60px !important;
        margin-bottom: 40px;
    }

    .section-eight .template-content .template-header {
        margin-bottom: 8px;
    }

    .section-eight .template-content .template-header,
    .section-eight .template-content p {
        text-align: end !important;
        max-width: 250px;
        -webkit-line-clamp: unset;
    }

    .section-eight .btn {
        vertical-align: unset;
        margin-left: auto;
        display: flex;
    }

    .template-img-wrapper img {
        mix-blend-mode: multiply;
        width: 100%;
    }

    .section-light-grey {
        padding-bottom: 64px;
    }
}

/*wave svg*/
.wave-svg-divider {
    position: absolute;
    bottom: -1px;
    left: -1px;
}

.page-bottom-banner-holder .page-bottom-banner-info h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 62px;
}

.img-overlay {
    background: linear-gradient( 0deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 100% ), linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.18) 72.42%);
}

.careers-bottom-banner .page-bottom-banner-info {
    padding: 0 !important;
}

@media (max-width: 567px) {
    .careers-bottom-banner .page-bottom-banner-info {
        padding: 0 !important;
    }

    .page-bottom-banner-holder .page-bottom-banner-info h3 {
        font-size: 32px;
        font-weight: 700;
        line-height: 48px;
    }

    .section-seven .template-content .template-header {
        font-size: 32px;
        line-height: 48px;
    }
}

/* secion 3*/

.section-three {
    background: linear-gradient(180deg, #014066 0%, #0280cc 100%);
    position: relative;
    padding-bottom: 80px;
}

.quiz-wrapper {
    border-radius: 24px;
    overflow: hidden;
    width: 100%;
    min-height: 688px;
    min-width: 100%;
    background-image: url(../images/quiz-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    padding: 40px 120px;
}

.quiz-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.result,
.feedback,
.feedback .btn .question {
    display: none;
}

    .quiz-container.active,
    .result.active,
    .start-container,
    .question.active {
        display: block;
        width: 100%;
        text-align: center;
    }

    .feedback.active {
        display: flex;
        width: 100%;
        align-items: center;
    }

.template-content p.question-container {
    color: #000;
    text-align: center;
    /* Desktop/Heading/H5 */
    font-family: "Inter" !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px; /* 150% */
    max-width: 756px;
    margin-left: auto;
    margin-right: auto;
}

.feedback.active .btn {
    display: block;
    text-align: left !important;
}

.template-content .quiz-container .feedback h2,
.template-content .quiz-container .feedback p {
    text-align: left !important;
}

.feedback p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px; /* 160% */
}

.template-content .quiz-container.active:has(.feedback) {
    text-align: left;
}

.quiz-container {
    text-align: center;
}

.quiz-wrapper img {
    mix-blend-mode: multiply;
    height: 366px;
}

.template-content .start-container p {
    color: #000;
    text-align: center;
    /* Desktop/Paragraph/Large */
    font-size: 20px;
    font-weight: 400;
    line-height: 32px; /* 160% */
}

.template-content .quiz-container h2,
.question h2 {
    color: #000;
    text-align: center;
    /* Desktop/Paragraph/Large */
    font-size: 30px;
    font-weight: 700;
    line-height: 45px; /* 160% */
}

.quiz-container .question .question-number {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px; /* 160% */
}

.quiz-container .result h2 {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px; /* 125% */
}

.quiz-container .result h3 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px; /* 150% */
    margin: 8px;
}

.quiz-container .result p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

.quiz-container .result .btn,
.quiz-container .question .btn {
    margin-top: 12px;
}

    .quiz-container .result .btn:first-of-type,
    .quiz-container .question .btn:first-of-type {
        margin-top: 20px;
    }

.Share-result {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

    .Share-result h4 {
        font-size: 20px;
        font-weight: 700;
        line-height: 32px; /* 160% */
    }

.soc-wrapper {
    display: flex;
    gap: 12px;
}

    .soc-wrapper img {
        width: 48px;
        height: 48px;
    }

    .soc-wrapper span {
        margin-top: 8px;
    }

    .soc-wrapper a {
        margin: 24px 0;
        text-decoration: none;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        line-height: 21px; /* 150% */
    }

.share-link-group {
    display: flex;
    gap: 24px;
    width: 100%;
    align-items: baseline;
}

    .share-link-group .btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

@media (max-width: 568px) {
    .quiz-wrapper {
        padding: 40px;
        min-height: 430px;
    }

        .quiz-wrapper img {
            height: 160px;
        }

    .quiz-container .result h2 {
        color: #000;
        font-size: 32px;
        font-weight: 700;
        line-height: 40px; /* 125% */
    }

    .quiz-container .question h2 {
        color: #000;
        font-size: 16px !important;
        font-weight: 700;
        line-height: 24px; /* 125% */
    }

    .quiz-container .question .question-number {
        color: #000;
        font-size: 14px;
        font-weight: 700;
        line-height: 21px; /* 125% */
    }

    .quiz-container .result h3 {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 27px; /* 150% */
        margin: 8px;
    }

    .quiz-container .result p,
    .quiz-container .question p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px; /* 150% */
    }

    .feedback.active {
        display: unset;
        width: 100%;
        align-items: center;
    }

    .feedback h2,
    .template-content .start-container h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 33px; /* 137.5% */
    }

    .feedback p,
    .template-content .start-container p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px; /* 150% */
    }

    .feedback.active .btn,
    .template-content .quiz-container .feedback h2,
    .template-content .quiz-container .feedback p {
        display: block;
        text-align: center !important;
    }

    .template-content .quiz-container.active:has(.feedback) {
        text-align: center;
    }

    .feedback.active .btn {
        margin: auto;
    }

    .Share-result {
        margin: 1rem;
    }

    .soc-wrapper img {
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px;
    }

    .soc-wrapper {
        overflow: scroll;
        gap: 12px;
        position: relative;
        display: flex;
    }

        .soc-wrapper.scrollable::after {
            opacity: 1; /* Show the arrow */
        }
}

/*flash card*/
.flash-card {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    padding: 0;
    cursor: pointer;
    aspect-ratio: 9/16;
    margin-bottom: 120px;
}

    .flash-card .card-overlay {
        position: absolute;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10.57%, #000 190.63%), rgba(0, 0, 0, 0);
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
    }

    .flash-card .text-content {
        position: absolute;
        bottom: 0;
        z-index: 2;
        width: 100%;
        left: 0;
        padding: 20px;
        padding-bottom: 36px;
    }

        .flash-card .text-content .inner {
            display: grid;
            gap: 8px;
        }

    .flash-card .img-default img,
    .flash-card .img-hover img,
    .flash-card .img-mobile img {
        object-fit: cover;
        width: 100%;
        object-position: center;
    }

    .flash-card .img-hover,
    .flash-card:hover .img-default,
    .flash-card .img-mobile {
        display: none;
    }

    .flash-card:hover .img-hover {
        display: block;
    }

    .flash-card h3,
    .flash-card p {
        margin: 0;
    }

    .flash-card h3 {
        color: #ffffff;
        font-size: 24px;
        font-weight: 700;
        line-height: 36px; /* 150% */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .flash-card p {
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px; /* 150% */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .flash-card span {
        color: #ffffff;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px; /* 150% */
        text-decoration: none;
        position: relative;
        width: fit-content;
    }

        .flash-card span::after {
            width: 0;
            height: 2px;
            background: #ffffff;
            position: absolute;
            content: " ";
            display: block;
            transition: width 0.3s ease; /* Smooth transition for the width */
        }

    .flash-card:hover span::after {
        width: 100%; /* On hover, the width transitions to 100% */
    }

    .flash-card .stretched-link {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 3;
        pointer-events: auto;
        content: "";
        background-color: transparent;
    }

@media (max-width: 991px) {
    .flash-card .img-mobile {
        display: block;
    }

    .flash-card .img-default,
    .flash-card .img-hover {
        display: none;
    }

    .flash-card:hover .img-hover {
        display: none;
    }

    .flash-card {
        aspect-ratio: 16/9;
        margin-bottom: 24px;
    }

        .flash-card p,
        .flash-card span {
            display: none;
        }

        .flash-card .text-content {
            padding: 20px;
        }
}
/*section four*/

.section-mid-blue {
    background-color: #c1e5f6;
}

.section-light-blue {
    background-color: #daf0f9;
}

.dropdown-menu.scrollspy-menu {
    gap: 1rem;
}

.section-mid-blue .template-content h3 {
    color: #21409a;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
}

.section-mid-blue h4 {
    color: #0072bc !important;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 40px !important;
    margin-top: 4px !important;
}

.owl-three .owl-stage-outer {
    height: fit-content;
}

.owl-three .owl-prev,
.owl-five .owl-prev {
    left: -60px;
    top: 30px;
}

.owl-three .owl-next,
.owl-five .owl-next {
    right: -60px;
    top: 30px;
}

@media (max-width: 991px) {
    .owl-three .owl-prev,
    .owl-three .owl-next {
        display: block;
        opacity: 1;
    }
}

@media (max-width: 600px) {
    .owl-three .owl-prev {
        left: -38px;
    }

    .owl-three .owl-next {
        right: -38px;
    }
}

@media (max-width: 500px) {
    .owl-three .owl-prev {
        left: -35px;
    }

    .owl-three .owl-next {
        right: -35px;
    }
}

.owl-three .item {
    box-shadow: rgba(165, 165, 165, 0.16);
    border-radius: 12px;
    padding: 32px;
    background: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #4d4f55;
    min-height: 100px;
    overflow: hidden;
    width: 100%;
}

.owl-carousel {
    display: block;
}

.swm-carousel {
    display: block;
}

.owl-three .owl-dots,
.owl-flash .owl-dots {
    display: block !important;
    margin-top: 40px;
}

.owl-three .owl-dot,
.owl-flash .owl-dot {
    background-color: #ffffff !important;
    width: 1rem;
    height: 1rem;
    margin-right: 24px;
}

.owl-three .owl-dots .owl-dot.active,
.owl-flash .owl-dots .owl-dot.active {
    background-color: #014066 !important;
}

.owl-item .owl-nav {
    display: none;
    width: 0;
}

.section-mid-blue .slider {
    margin-bottom: 40px;
}

.section-mid-blue .owl-nav .owl-prev i,
.section-mid-blue .owl-nav .owl-next i {
    color: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    width: 32px;
    height: 32px;
}

.owl-flash .owl-prev i,
.owl-flash .owl-next i {
    color: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    width: 32px;
    height: 32px;
}

.owl-flash .owl-prev {
    left: -50px;
}

.owl-flash .owl-next {
    right: -50px;
}

@media (max-width: 991px) {
    .owl-flash .owl-prev {
        display: block;
        opacity: 1;
    }
}

@media (max-width: 600px) {
    .owl-flash .owl-prev {
        left: -38px;
    }

    .owl-flash .owl-next {
        right: -38px;
    }
}

@media (max-width: 500px) {
    .owl-flash .owl-prev {
        left: -35px;
    }

    .owl-flash .owl-next {
        right: -35px;
    }
}

.mb-80 {
    margin-bottom: 80px;
}

.section-mid-blue .template-two-section {
    padding-bottom: 0 !important;
}

.flash-header-group {
    display: grid;
    gap: 40px;
    color: #ffffff;
    padding-top: 80px;
}

    .flash-header-group p {
        margin: 0;
    }

.flash-header-group {
    margin-bottom: 40px;
}

    .flash-header-group .header-span {
        color: #fff;
        font-family: "Caprasimo";
        font-size: 28px;
        font-weight: 400;
        line-height: 33px;
        text-align: center;
    }

    .flash-header-group h2 {
        color: #fff;
        font-family: "Caprasimo";
        font-size: 64px;
        font-weight: 400;
        line-height: 33px;
        text-align: center;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .flash-header-group p {
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        line-height: 32px;
    }

    .flash-header-group .header-subtitle {
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }

    .flash-header-group .flash-img-group p {
        color: #c1e5f6;
        margin-bottom: 0;
        text-align: center;
        font-family: "Caprasimo";
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        max-width: 180px;
    }

    .flash-header-group .flash-img-group {
        display: flex;
        max-width: 1366px;
        width: 100%;
        margin: auto;
    }

.flash-img-group .flash-img {
    flex: 1 0;
    width: 100%;
}

    .flash-img-group .flash-img:last-of-type {
        flex: 0;
    }

.campaign-sticky-left {
    position: absolute;
    left: -10%;
}

.campaign-sticky-right {
    position: absolute;
    right: -10%;
}

.sticky-flash-bg {
    width: 100%;
    position: sticky;
    top: 70px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .flash-header-group .flash-img-group {
        display: grid;
        justify-content: center;
        gap: 40px;
        padding-top: 80px;
    }

    .campaign-sticky-left {
        position: absolute;
        left: -20%;
    }

    .campaign-sticky-right {
        position: absolute;
        right: -20%;
    }
}

@media (max-width: 568px) {
    .campaign-sticky-left,
    .campaign-sticky-right {
        display: none;
    }
}

.owl-flash .img-container {
    border-radius: 12px;
    overflow: hidden;
}

    .owl-flash .img-container img {
        width: 100%;
        object-fit: fill;
        object-position: center;
        border-radius: 12px;
    }

.owl-flash {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    max-width: 90%;
    margin: auto;
    margin-top: 80px;
}

    .owl-flash h4 {
        font-family: "Caprasimo";
        font-size: 30px;
        font-weight: 400;
        line-height: 45px;
        margin-bottom: 8;
    }

    .owl-flash .btn-outline-secondary {
        margin-top: 20px;
    }

    .owl-flash .text-container {
        margin-top: 1rem;
    }

    .owl-flash .owl-stage-outer {
        height: fit-content;
    }

@media (max-width: 991px) {
    .owl-flash .text-container {
        text-align: left;
    }

    .owl-flash .btn {
        margin-left: 1rem;
    }

    .owl-flash .owl-prev,
    .owl-flash .owl-next {
        display: block;
    }
}

@media (max-width: 991px) {
    .owl-flash .text-container {
        text-align: center;
    }

    .owl-flash .action-holder {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 24px;
    }

    .owl-flash .btn-outline-secondary {
        margin-top: 12px;
    }
}

.quot-mark-top,
.quot-mark-bottom {
    max-width: 36px;
    max-height: 36px;
    vertical-align: unset;
}

.quot-mark-top {
    position: absolute;
    left: 1rem;
    top: 1rem;
}

.quot-mark-bottom {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}

@media (max-width: 991px) {
    .scrollspy-nav {
        overflow: visible;
        /*height: 1px !important;*/
        background-color: #dcf1ff;
    }
}

.wave-svg-flash,
.front-wave {
    width: 100%;
}

.wave-group {
    animation: wave 10s linear infinite;
}

#wave2 {
    animation-duration: 12s;
}

#wave3 {
    animation-duration: 14s;
    animation-direction: reverse;
}

@keyframes wave {
    to {
        transform: translateX(-100%);
    }
}

.gooeff {
    filter: url(#goo);
}

.wave-holder {
    position: relative;
}

.fw-holder {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100px;
}

.raindrop img {
    width: 100%;
    mix-blend-mode: multiply !important;
    /* Optional: Use blend mode if desired */
    opacity: 0.3;
}

.section-one-content {
    z-index: 5;
    position: relative;
}

.section-one {
    position: relative;
    background: linear-gradient(#0098bf 20%, #034c72 100%);
}

    /*.scrollspy-example {
                    position: relative;
                    top: -10rem;
                    z-index: 2;
                }*/

    .section-one p {
        color: #eaeaea;
        font-size: 20px;
        font-weight: 400;
        line-height: 32px;
        margin-bottom: 0;
    }

    .section-one h4 {
        color: #f5f5f7;
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        margin-bottom: 12px;
    }

    .section-one h3 {
        color: #ffffff;
        font-size: 48px;
        font-weight: 700;
        line-height: 62px;
        text-align: center;
        margin-bottom: 24px;
    }

.section-one-content iframe {
    width: 100%;
}

.section-one .vid-wrapper {
    border-radius: 12px;
    overflow: hidden;
}

.section-one iframe {
    border-radius: 12px;
}

@media (max-width: 568px) {
    .section-one h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 33px;
    }

    .section-one p,
    .section-one h4 {
        text-align: center;
    }

    .section-one p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 0;
    }

    .section-one h4 {
        font-size: 20px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 12px;
    }

    .raindrop {
        top: -4rem;
    }
}

@media (max-width: 768px) {
    .fw-holder {
        height: auto;
        bottom: 0;
    }

    .raindrop {
        top: -5rem;
    }
}

.wave-wrapper-flash {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
}


.one .carousel-inner {
    height: 690px;
}

.one .carousel {
    max-height: 690px;
}

@media (min-width: 568px) {
    .one .carousel-inner {
        /*height: 690px;*/
        height: 110vh;
    }

    .one .carousel {
        /*max-height: 690px;*/
        max-height: 110vh;
    }

    .template-img-wrapper {
        overflow: unset;
    }
}

@media (max-width: 991px) {
    .carousel-caption {
        bottom: 50%;
    }

    .raindrop {
        top: -6rem;
    }
}

.raindrop {
    position: absolute;
    bottom: 0;
    z-index: 4;
    width: 100%;
    top: -10rem;
}

.unique-wave-sectioning {
    z-index: 10;
    position: relative;
}


.section-three .template-content {
    max-width: 100%;
}


.template-header.capri-font {
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    line-height: 1.2 !important;
}


/**carousel fix*/
.carousel-indicators {
    bottom: 10rem;
}

.carousel-indicators {
    z-index: 4;
}

.carousel-caption .btn-primary {
    z-index: 4;
}
/* ====================================
Min width
==================================== */
@media (min-width: 2120px) {
    .raindrop {
        top: -8rem;
    }
}


@media (min-width: 1601px) {
    .wave-wrapper-flash {
        height: 400px;
    }
}


@media (max-width: 1300px) {
    .raindrop {
        top: -8rem;
    }
}

@media (max-width: 1024px) {
    .raindrop {
        top: -7rem;
    }
}

@media (max-width: 940px) {
    .raindrop {
        top: -6rem;
    }
}
/* ====================================
Max width
==================================== */

@media (max-width: 1600px) {
    .one .carousel-fade .carousel-caption {
        left: 10%;
    }
}

@media (max-width: 991px) {

    .wave-svg-flash {
        height: 300px;
    }

    .flash-header-group h2 {
        font-size: 56px;
        line-height: 33px;
    }

    .capri-font {
        font-size: 48px;
        line-height: 1.2 !important;
    }
}

@media (max-width: 768px) {
    .wave-svg-flash {
        height: 250px;
    }

    .one .carousel-inner {
        height: 500px;
    }

    .one .carousel-indicators {
        bottom: 6rem;
    }
}

@media (max-width: 576px) {
    .template-img-wrapper img {
        max-height: 150px;
        max-width: 150px;
    }
}

@media (max-width: 568px) {
    .wave-svg-flash {
        height: 200px;
    }

    .flash-header-group h2 {
        line-height: 58px;
    }
}

@media (max-width: 500px) {

    .section-seven .template-img-wrapper img {
        width: 100%;
    }



    .section-seven.section-light-blue .template-content .btn {
        margin-top: 24px !important;
        display: block;
    }

    .owl-three .owl-next, .owl-flash .owl-next {
        right: -32px;
    }

    .owl-three .owl-prev, .owl-flash .owl-prev {
        left: -32px;
    }
}

@media (max-width: 480px) {
    .one .carousel-inner {
        height: 400px;
    }

    .one .carousel-indicators {
        bottom: 3rem;
    }

    .wave-svg-flash {
        height: 150px;
    }

    .one .carousel-caption p {
        margin-bottom: 1rem;
    }

    .raindrop {
        top: -4rem;
    }
}

@media (max-width: 600px) {
    .flash-header-group .btn-groups {
        display: grid;
        gap: 24px;
    }

        .flash-header-group .btn-groups .btn {
            text-align: center;
        }
}

@media (max-width: 991px) {
    .careers-bottom-banner {
        padding: 1rem;
        padding-bottom: 2rem;
        height: 358px;
    }
}

.modal-qr {
    max-width: 698px;
}

    .modal-qr .modal-body {
        max-width: 504px;
        margin: auto;
    }

    .modal-qr .modal-content .modal-header .btn-close {
        background: none;
    }

.ios-div {
    position: relative;
    background-color: #000000;
    border-radius: 12px;
    overflow: hidden;
    padding: 1rem;
    width: fit-content;
    max-width: 200px;
}

.android-div {
    position: relative;
    background-color: #D9D9D9;
    border-radius: 12px;
    overflow: hidden;
    padding: 1rem;
    width: fit-content;
    max-width: 200px;
}

.Qr-wrapper {
    display: flex;
    justify-content: center;
    margin: auto;
    gap: 2rem;
}

    .Qr-wrapper img {
        width: 100%;
        border-radius: 8px;
        overflow: hidden;
    }

    .Qr-wrapper .bottom-img {
        margin-top: 1rem;
    }

@media (max-width: 568px) {
    .modal-qr {
        margin: 1rem;
    }
}

.android-div a, .ios-div a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}


.carousel-item img {
    object-fit: cover;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: relative;
    /*height: 80vh;*/
    height: 100%;
}

.searchContainer2 form {
    margin: 0 !important;
}

@media only screen and (max-width: 991px) and (-webkit-device-pixel-ratio: 3) {
    .custom-text-wrapper {
        text-align: left;
    }
}

@media only screen and (max-width: 568px) and (-webkit-device-pixel-ratio: 3) {
    .custom-text-wrapper {
        text-align: center;
    }
}




@media (max-width: 568px) {
    .carousel-item img {
        height: 100%;
    }
}





.section-one {
    bottom: -1px;
}

.one {
    padding-bottom: 1px;
    bottom: -2px;
}

.start-of-scrollspy {
    position: relative;
    background-color: #0098bf;
}


    .start-of-scrollspy::after {
        width: 100%;
        height: 4px;
        position: absolute;
        bottom: -1px;
        background-color: #0098bf;
        display: block;
        content: " ";
    }


.campaign-text-holder img {
    display: block;
    margin: auto;
}

.campaign-text-holder.f-text, .campaign-text-holder.f-text img {
    width: 100%;
}

.section-seven .btn-outline-primary {
    font-size: 1rem;
    color: #2F75B8;
    outline: #2F75B8;
    border-color: #2F75B8;
}

.flex-grouped {
    position: relative;
    display: flex;
    align-items: center;
}


@media (max-width: 767px) {

    .section-seven .div-mobile p {
        width: 100% !important;
    }

    .flex-gp-item {
        width: fit-content;
        flex: 1;
    }

    .campaign-text-holder img {
        display: block;
        margin: auto;
    }

    .campaign-text-holder.f-text img {
        width: 100%;
    }
}

@media (max-width: 576px) {
    /*.section-seven .div-mobile  p {
    width: % !important;
  }*/

    .section-seven .div-mobile img {
        max-height: 200px;
        max-width: 200px;
    }

    .template-img-wrapper {
        position: unset;
        right: 0rem;
    }

    .template-inner-wrapping {
        height: fit-content;
        margin-bottom: 32px;
    }
}

@media (max-width: 500px) {
    /*.section-seven .div-mobile  p {
    width: 60% !important;
  }*/
    .campaign-text-holder img {
        width: 100%;
    }
}


@media (max-width: 400px) {
    /*.section-seven .div-mobile  p {
    width: 50% !important;
  }*/
}


@media (max-width: 440px) {
    .section-seven .btn-groups.d-md-none {
        display: block;
    }

        .section-seven .btn-groups.d-md-none .btn {
            display: block;
            margin-top: 32px;
        }
}

@media (max-width: 600px) {
    .owl-three .owl-dot, .owl-flash .owl-dot {
        width: 0.5rem;
        height: 0.5rem;
        margin-right: 0.5rem;
    }
}

/* ====================================
Max width
==================================== */

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    border-radius: 50%;
}

.owl-three .owl-dots, .owl-flash .owl-dots {
    text-align: center;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
    font-size: 2rem;
    min-width: 100%;
}

    .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        left: -3rem;
    }

    .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        right: -3rem;
    }

.mt-80 {
    margin-top: 80px;
}

.obscarousel .owl-nav svg {
    color: white;
}

.obscarousel .owl-flash {
    margin-top: 40px !important;
}

@media (max-width: 991px) {
    .floodwise iframe {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9; /* force rectangular shape on mobile */
    }
}

.floodwise .cp-h1 {
    font-size: 48px !important;
    padding-bottom: 40px;
    text-align: center;
}

.floodwise .cp-h2 {
    font-size: 40px !important;
}

.floodwise .cp-h3 {
    font-size: 30px !important;
}

.floodwise .cp-h4 {
    font-size: 24px !important;
    line-height: normal;
}

.floodwise .cp-p {
    font-size: 20px !important;
}

.floodwise div.cp-p p {
    font-size: 20px !important;
}

.floodwise .carousel-caption p {
    margin-bottom: 0.5rem;
}

.floodwise .owl-item h3 {
    margin-bottom: 8px !important;
}

.floodwise .page-bottom-banner-info p.cp-p {
    padding-top: 10px;
    margin-bottom: 25px !important;
}

@media (max-width: 991px) {


    .floodwise .cp-h1 {
        font-size: 40px !important;
        padding-bottom: 3px !important;
    }

    .floodwise .cp-h2 {
        font-size: 30px !important;
    }

    .floodwise .cp-h3 {
        font-size: 24px !important;
    }

    .floodwise .cp-p {
        font-size: 16px !important;
    }

    .floodwise div.cp-p p {
        font-size: 16px !important;
    }

    .flash-header-group p {
        font-size: 16px !important;
    }

    .floodwise .owl-item .text-container {
        font-size: 16px !important;
    }

    .floodwise .carousel-caption p {
        margin-bottom: 0.5rem;
    }

    .flash-header-group .btn-groups.mx-auto {
        width: fit-content !important;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -1.5rem !important;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -1.5rem !important;
    }

    .obscarousel .owl-flash.owl-loaded.owl-drag {
        margin-top: -40px !important;
    }

    .section-seven .btn-groups {
        width: fit-content !important;
    }

    .section-three {
        padding-bottom: 5px;
    }

    .campaingn-text-margin {
        margin-bottom: -20px;
    }

        .campaingn-text-margin h3 {
            margin-top: 0px;
        }

    .section-three h2 {
        margin-top: 20px;
    }

    .obscarousel h2 {
        margin-top: 30px;
    }

    .template-two-section {
        padding-top: 60px;
    }

    .swwd-button {
        margin-bottom: -35px;
    }


    .quiz-component h2 {
        margin-top: 0px;
    }

    .testimonial-section .owl-nav {
        top: 3px
    }

    .testimonial-section .owl-dots {
        margin-top: 20px;
    }
}


.floodwise .section-four h2 {
    line-height: 48px !important;
}

.flash-card h4 {
    color: #eaeaea;
}

.floodwise .quiz-container h3 {
    color: black;
}

.floodwise .page-bottom-banner-holder .page-bottom-banner-info p {
    font-size: 16px !important;
}

@media (max-width: 991px) {
    .floodwise .careers-bottom-banner .page-bottom-banner-info h2 {
        font-size: 32px !important;
        line-height: 40px;
    }
}

.flash-card .text-content .inner {
    gap: 2px !important;
}

@media (max-width: 767px) {
    .campaign-text-holder.f-text img {
        width: 100%;
        height: auto;
    }

    .obscarousel .owl-flash .owl-dots {
        margin-top: 0;
    }

    .capri-font {
        font-size: 42px !important;
    }

    .flash-header-group .btn-groups {
        width: 100%;
    }

    .section-seven .btn-groups {
        display: grid;
        width: 100%;
    }

        .section-seven .btn-groups button {
            text-align: center;
        }

    .page-bottom-banner-info .container-fluid {
        padding: 0;
    }

    .section-seven .container-fluid {
        margin: auto;
        padding-right: 1rem;
    }

    .section-seven.section-light-blue .template-content .btn-groups {
        width: 100%;
    }

        .section-seven.section-light-blue .template-content .btn-groups .btn {
            width: 100%;
            text-align: center;
        }
}


@media (max-width: 380px) {
    .section-seven .flex-gp-item {
        width: 120px;
    }

    .section-seven .template-content {
        font-size: 16px !important;
        line-height: 24px;
        margin-left: 1rem;
        margin-right: 1rem;
    }
}



@media (max-width: 991px) {
    .section-seven .btn-outline-primary {
        margin-top: 15px !important;
    }

    .testimonial-section .owl-carousel .owl-nav button.owl-prev {
        left: -33px !important;
    }

    .testimonial-section .owl-carousel .owl-nav button.owl-next {
        right: -33px !important;
    }
}

@media (min-width: 991px) {
    .carousel-caption .cp-p {
        margin-bottom: 18px !important;
    }

    .section-seven .cp-p {
        padding-top: 12px !important;
    }
}
