html {
    scroll-behavior: smooth;
}

/* Font imports */
@font-face {
    font-family: 'Myriad Pro';
    src: url('../font/MYRIADPRO-REGULAR.OTF') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../font/MYRIADPRO-BOLD.OTF') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../font/MYRIADPRO-SEMIBOLD.OTF') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../font/MyriadPro-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../font/MYRIADPRO-BOLDIT.OTF') format('opentype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../font/MYRIADPRO-SEMIBOLDIT.OTF') format('opentype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'din-pro';
    src: url('../font/dinpro_light.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'din-pro';
    src: url('../font/MYRIADPRO-REGULAR.OTF') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Custom container sizes */
.container {
    max-width: 1400px;
    font-family: 'Myriad Pro';
    font-weight: normal;
    /* or bold, 600, 300 */
    font-style: normal;
    /* You can adjust this value to your desired width */
}

.container-fluid {

    margin-right: 0 !important;
    margin-left: 0;
}

.box-container {
    max-width: 1140px;
}



.widget-mobile {
    display: none;
}

.icon-mobile {
    display: none;
}

body {
    background-color: #F4F4F4 !important;
    font-family: 'Myriad Pro', Arial, sans-serif;
}

/* NAVBAR */
.navbar-main {
    padding-top: 21px;
    padding-bottom: 60px;
}

.navbar-main .nav-item {
    padding: 0 5.7px;
}

.navbar-main .nav-item a {
    color: #00C3DF !important;
    font-size: 14.2px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 70px;
    text-transform: uppercase;
    transition: transform 0.3s ease;
}

.navbar-main .nav-item a:hover {
    transform: scale(1.1);
    color: #00a3b9 !important;
}
@media (max-width: 426px) {
    .navbar-main img {
        display: none;
    }

    .box-content {
        margin-top: -8em;
        z-index: 1 !important;
        position: relative !important;
    }

    .navbar-toggler {
        z-index: 1051;
        position: relative;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }


    .navbar-collapse {
        z-index: 1050;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 0px 20px;
        width: 100%;
        background-color: #ffffff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .navbar {
        position: relative;
        z-index: 1060;
    }
}


/* BOX CONTENT */
.box-content {
    padding: 40px 0px 55px 45px;
    background-color: rgba(6, 21, 85, 0.87);
    max-width: 88%;
    margin-left: 24px;
    overflow: hidden;
    z-index: 999;
    position: relative;

}

.box-content-title {
    font-size: 55px;
    font-weight: 400;
    line-height: 65px;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #ffffff;
}

.box-image {
    margin-left: -260px;
    margin-top: 60px;
    z-index: 0;
}

.box-widget-title {
    margin-top: -220px;
    margin-left: 30px;
}

.box-widget-title p:nth-child(1) {
    font-size: 33px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #00C3DF;
}

.box-widget-title p:nth-child(2) {
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: normal;
    text-transform: uppercase;
    color: black;
}

.border-h {
    margin-bottom: 100px !important;
}

/* .box-border {
    margin-top: 141px;
    margin-bottom: 25px;
} */

.box-border svg {
    width: calc(100% + 1.3px);
    height: 3px;
}

.box-tow {
    margin-bottom: 20px;
}

.box-content-tow {
    padding: 40px 600px 55px 45px;
    background-color: rgba(6, 21, 85, 0.87);
    max-width: 100%;
    overflow: hidden;
    z-index: 999;
    position: relative;
    margin-left: -300px;
    margin-top: 120px;
}


.box-content-tow p {
    font-size: 42px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: normal;
    text-transform: uppercase;
}


.bg-skyblue {
    background-color: #00C3DF;
    max-width: 100%;
    height: 400px;
}

.box-content-section {
    width: 208px;
    height: auto;
    min-height: 309px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
}

.box-content-section-five {
    width: 188px;
    height: 240.8px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
}

.box-content-section-five p {
    font-size: 16px;
    color: #00C3DF;
    font-weight: 600;
    line-height: 20.8px;
    letter-spacing: normal;
    text-transform: uppercase;
}

.box-content-image {
    margin-bottom: 27px;
    margin-top: -10px;
}

/* .box-content-title{
    font-size: 23px;
    color: #00c3df;
    font-weight: 400; 
    line-height: 30px;
    letter-spacing: normal;
    text-transform: uppercase;
} */

.box-content-section p:nth-child(2) {
    margin-top: -18px;
    font-size: 16px;
    color: #00C3DF;
    font-weight: 600;
    line-height: 20.8px;
    letter-spacing: normal;
    text-transform: uppercase;
}

.box-content-section p:nth-child(3) {
    margin-top: -10px;
    font-size: 16px;
    color: #253b7e;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: normal;
    text-transform: uppercase;
}

.box-content-section p:nth-child(4) {
    margin-top: -10px;
    font-size: 14px;
    color: #253b7e;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: normal;

}

.widget-container {
    margin-top: 10px;
    margin-bottom: -20px;
}

.section-image-md {
    width: 690px !important;
    height: 426px !important;
    position: relative;

}

.section-image-md img {
    width: 100%;
    margin-top: 50px;
}

.section-left-md {
    width: 279px;
    height: 301px;
    background-color: rgba(6, 21, 85, 0.87);
    padding: 50px;
    position: absolute;
    left: -100px;


}

.section-left-md p {
    font-size: 42px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
}

.section-right-md {
    width: 485px;
    height: 301px;
    background-color: rgba(6, 21, 85, 0.87);
    padding: 50px;
    position: absolute;
    right: -260px;
    top: 130px;
}

.section-right-md p {
    font-size: 42px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
}

.card-widget {
    margin-top: 100px;
    margin-bottom: 100px;
    height: 245px;
}

.title-widget {
    background-color: #00C3DF;
    padding: 40px 20px;
    border-radius: 10px 10px 0 0;
    color: #fff;
}

.title-widget p {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: normal;
    text-transform: uppercase;
}

.desc-widget {
    padding: 20px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    color: #030d6b;
}

.desc-widget p {
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: normal;
    text-transform: uppercase;
}



.section-four-main {
    width: 773.6px;
    height: 358.5px;
    display: flex;
    justify-content: center !important;
}

.section-four-left {
    background-color: rgba(6, 21, 85, 0.87);
    color: #fff;
    padding: 30px 120px 50px 30px;
}

.section-four-left p {
    font-size: 42px;
    font-weight: 300;
    line-height: 64px;
    letter-spacing: normal;
    text-transform: uppercase;
}

.section-four-left p b {
    font-weight: 600;
}

.section-four-title p:nth-child(1) {
    font-size: 32px;
    font-weight: 300;
    line-height: 41px;
    letter-spacing: normal;
    text-transform: uppercase;
    color: rgb(38, 51, 107)
}

.section-four-title p:nth-child(2) {
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #00C3DF;
    margin-top: -20px;
}

.section-six-image-content {
    width: 485px;
    height: 250px;
    background-color: rgba(38, 51, 107, 0.973);
    color: #fff;
    text-align: left;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
}

.section-six-image-content p {
    font-size: 44px;
    font-weight: 300;
    line-height: 64px;
    letter-spacing: normal;
    text-transform: uppercase;
    padding-left: 20px;
}

.section-six-box {
    height: 172px;
}

.section-six-box-title {
    text-align: center;
    background-color: #00C3DF;
    height: 70px;
}

.section-six-box-title p {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: uppercase;
}

.section-six-box-desc {
    background-color: #fff;
    color: #030d6b;
    padding: 20px;
    height: 100px;
    text-align: center;
}

.section-six-box-desc p {
    font-size: 18px;
}

.section-six-and {
    background-color: #030d6bd2;
    color: #fff;
    width: 70px;
    height: 70px;
    text-align: center;

}

.section-six-and p {
    font-size: 20px;
}

.section-seven-box,
.section-seven-box-title {
    height: auto !important;
}

.section-seven-box {
    align-self: flex-end !important;
}

.section-seven-box-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}


.section-seven-box-image-content {
    width: 600px;
    height: 250px;
    background-color: rgba(38, 51, 107, 0.904);
    color: #fff;
    text-align: left;
    padding: 20px;
    top: 50%;
    left: 100%;
    transform: translate(-64%, 5%) !important;
    position: absolute;

}

.section-seven-box-image-content p {
    font-size: 44px;
    font-weight: 300;
    line-height: 64px;
    letter-spacing: normal;
    text-transform: uppercase;
    padding-left: 20px;
}

.section-nine-box-image-content {
    width: 600px;
    height: 250px;
    background-color: rgba(38, 51, 107, 0.904);
    color: #fff;
    text-align: left;
    padding: 20px;
    transform: translate(71%, 5%) !important;
    position: absolute;

}

.section-nine-box-image-content p {
    font-size: 44px;
    font-weight: 300;
    line-height: 64px;
    letter-spacing: normal;
    text-transform: uppercase;
    padding-left: 20px;
}

.section-seven-box-title {
    overflow: hidden;
    height: auto;
    min-height: 149px;
    font-style: italic;
    background-color: rgb(0, 195, 223);
    font-size: 13px;
    color: #043C74;
}

.section-seven-title {
    margin-top: -20px;
}

.section-seven-title p:nth-child(1) {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #00C3DF;
}

.section-seven-title p:nth-child(2) {
    margin-top: -10px;
    font-size: 22px;
    font-weight: 400;
    line-height: 30.8px;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #253b7e;
}

.section-nine h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: normal;
    text-transform: uppercase;
}

.section-nine-box {
    background-color: #fff;
    height: auto;
    border-radius: 10px;
    padding: 10px;
    min-height: 120px;
}

.section-nine-box img {
    width: 100px;

}

.section-nine-box h5 {
    padding: 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #00C3DF;
}

.section-nine-and p {
    font-size: 16px;
    background-color: #030d6b;
    width: 50px;
    height: 50px;
    color: #ffffffd8;
    text-align: center;
    padding-top: 10px;
    border-radius: 50%;

}



.bg-skyblue-nine {
    background-color: #00C3DF;
    max-width: 100%;
    height: 400px;
    color: #fff;
}


.section-eight-image {
    width: 902px;
    height: 350px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

.section-eight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-eight-image-content {
    top: 50%;
    transform: translate(-10%, -60%);
    background-color: rgba(38, 51, 107, 0.938);
    width: 500px;
    height: 250px;
    color: #fff;
    padding-left: 40px;
    padding-top: 20px;
}

.section-eight-image-content p {

    font-size: 42px;
    font-weight: 300;
    line-height: 64px;
    letter-spacing: normal;
    text-transform: uppercase;

}


.section-eleven-title {
    background-color: rgba(6, 21, 85, 0.87);
    width: 100%;
    padding: 60px 20px 60px 40px;
}

.bg-skyblue-footer {
    background-color: rgba(6, 21, 85, 0.87);
    color: #dedede;
}

.bg-skyblue-footer ul {
    margin-top: 20px;
}

.bg-skyblue-footer li {
    font-size: 18.6px;
}

.bg-skyblue-footer {
    font-size: 12px;
}

@media (min-width: 1200px) {
    .section-eleven-title {
        background-color: rgba(6, 21, 85, 0.87);
        width: 85%;
        padding: 60px 20px 60px 40px;
    }

}

.section-eleven-title p {
    font-size: 42px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: normal;
    text-transform: uppercase;
    line-height: 50px;
    color: #fff;
}

.section-eleven-title p:nth-child(1) {
    font-size: 42px;
    font-weight: 300;
    line-height: 41px;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #fff;
}

.section-seven-title-mobile {
    display: none;
}

@media (max-width: 800px) {
    .box-content {
        text-align: center;
        max-width: 100% !important;
        margin-left: 0px !important;
    }

    .box-image {
        margin-left: 0px !important;
        margin-bottom: 30px;
    }

    .box-widget-title {
        margin-top: 0 !important;
        margin-left: 0px !important;
    }

    .box-content-tow {
        margin-left: 0px !important;
    }

    .box-tow {
        margin-bottom: 0px !important;
    }

    .box-border {
        display: none;
    }

    .box-content-tow {
        margin-top: -50px !important;
    }

    .box-content-tow p {
        font-size: 60px !important;
    }

    .accordion-button::after {
        display: none !important;
    }

    .accordion-button::before {
        flex-shrink: 0;
        width: var(--bs-accordion-btn-icon-width);
        height: var(--bs-accordion-btn-icon-width);
        content: "";
        background-image: var(--bs-accordion-btn-icon);
        background-repeat: no-repeat;
        background-size: var(--bs-accordion-btn-icon-width);
        transition: var(--bs-accordion-btn-icon-transition);
        color: #fff !important;
        margin-right: 5px;
    }

    .disp {
        display: none !important;
    }

    .my-accordion {
        display: block !important;
    }

    .section-left-md {
        left: 0 !important;
        position: relative !important;
        width: 100% !important;
    }

    .section-right-md {
        width: 100% !important;
        position: relative !important;
        left: 0 !important;

    }

    .section-image-md {

        min-width: 100% !important;
    }

    .section-image-md img {
        margin-top: 0px !important;
        margin-bottom: -130px !important;
    }

    .section-image-md p {
        text-align: center !important;
    }

    .widget {
        margin-top: 550px !important;
    }

    .section-four-left {
        position: absolute !important;
        top: 50% !important;
        transform: translate(0%, -157%) !important;
        width: 100% !important;
        text-align: left !important;
        padding: 200px !important;

    }

    .section-four-main {
        width: 100% !important;
        height: 100% !important;

    }

    .section-four-main img {
        object-fit: cover !important;
    }

    .widget-container {
        margin-bottom: 650px !important;
    }

    .widget {
        display: none !important;
    }

    .widget-mobile {
        display: flex !important;
        justify-content: center !important;
        align-items: flex-start !important;
    }

    .widget-text {
        text-align: left !important;
    }

    .widget-text p:nth-child(1) {
        line-height: 33px !important;
        font-size: 25px !important;
        color: #00C3DF !important;
        font-weight: 300 !important;
        letter-spacing: normal !important;
    }

    .border-widget {
        width: 50% !important;
        height: 5px !important;
        margin: 15px 15px 0px 0px !important;
        background-color: #00C3DF;
    }

    .section-four-left {
        padding: 0px !important;
    }

    .section-four-left p {
        padding: 20px 0 0 20px;
    }

    .bg-skyblue {
        display: none !important;
    }

    .bg-skyblue-nine {
        background-color: #ffffff00 !important;
        color: #253b7e !important;
    }

    .custom-mobile {
        margin-bottom: 140px !important;
    }

    .section-six-image-content {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        width: 100% !important;
        height: 100px !important;
        text-align: left !important;
        padding-left: 0px !important;
        margin-bottom: 0px !important;
    }

    .section-six-image {
        flex-direction: column-reverse !important;
    }

    .section-six-image-content p {
        font-size: 26px !important;
        padding-left: 20px !important;
        line-height: 40px !important;
    }

    .section-seven .row {
        flex-direction: column-reverse !important;
    }

    .section-seven-box-image-content {
        width: 100%;
        height: 250px;
        background-color: rgba(38, 51, 107, 0.904);
        color: #fff;
        text-align: left;
        padding: 20px;
        top: 50%;
        left: 100%;
        transform: translate(0%, -100%) !important;
        position: absolute;
    }

    .section-seven-box-image-content p {
        font-size: 64px;
        font-weight: 300;
        line-height: 60px;
        letter-spacing: normal;
        text-transform: uppercase;

    }

    .section-nine-box-image-content {

        width: 100%;
        height: 250px;
        background-color: rgba(38, 51, 107, 0.904);
        color: #fff;
        text-align: left;
        padding: 20px;
        transform: translate(0%, -100%) !important;
        position: absolute;

    }

    .section-nine-box-image-content p {
        font-size: 64px;
        font-weight: 300;
        line-height: 60px;
        letter-spacing: normal;
        text-transform: uppercase;
    }

    .margins {
        margin-bottom: 400px;
    }

    .section-seven-box {
        display: none !important;
    }

    .box-content-tow {
        padding: 20px !important;
    }

    .section-eight-image-content {
        transform: translate(0%, -170%) !important;
        width: 100% !important;
        height: 250px !important;
        padding-left: 40px !important;
        padding-top: 20px !important;
        text-align: center !important;
        justify-content: center !important;
    }


    .section-eight-image {
        margin-top: 350px !important;
    }

    .section-eight-image {
        width: 100% !important;
        height: 350px !important;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .section-seven {
        margin-top: 100px !important;
    }
}
.section-eight-des{
    display: none;
}

/* 426px  mobile*/
@media (max-width: 426px) {
    .navbar-main .nav-item a {
        line-height: 46px !important;
    }
    .box-content {
        padding: 15px 0px !important;
    }

    .box-content-title {
        display: flex;
        align-items: center;
        /* vertically center */
        justify-content: flex-start;
        /* left-align content */
        height: 100px;
        padding: 0 10px !important;
    }

    .box-content-title p {
        margin: 0;
        text-align: left;
        /* text inside paragraph is left-aligned */
        font-size: 32px;
        line-height: normal;
    }

    .box-content-tow {
        margin-left: 0px !important;
        padding: 15px 0px !important;
    }

    .box-content-tow p {
        font-size: 30px !important;
        line-height: normal;
    }

    .box-content-tow {
        margin-bottom: 30px !important;
    }

    .box-image {
        margin-top: 20px !important;

    }

    .box-widget-title p:nth-child(1) {
        font-size: 24px !important;
    }

    .box-widget-title p:nth-child(2) {
        font-size: 20px !important;
    }

    .box-image img {
        width: 100% !important;

    }

    .section-nine h1 {
        display: none !important;
    }

        .section-nine-box {
        display: block !important;
        text-align: center !important;
        height: auto !important;
        margin-left: -31px;
        padding: 10px 0px !important;
        border: 1px solid #ddd !important;
        margin-top: -60px !important;
        width: 118%;
    }

    .section-nine-box img {

        width: 50px !important;
        height: auto !important;
    }

    .section-seven-title p:nth-child(1) {
        display: none !important;
    }

    .section-seven-title p:nth-child(2) {
        display: none !important;
    }

    .section-seven-title-mobile {
        display: block;
        font-size: 18px;
        text-align: center;
        color: #29366c;
    }

    .section-eight-image {
        margin-top: 26em !important;
    }


    .section-eight-image-content {
        height: auto !important;
        justify-content: left !important;
        padding-left: 10px !important;
        transform: translate(0%, -164%) !important;
    }

    .section-eight-image-content p {
        text-align: left !important;
        font-size: 22px !important;
        line-height: normal !important;

    }
    .section-eight-des{
        display: block;
        text-align: center;
    }

    .section-nine-and {
        margin: 14px 0px 73px 0px;
    }

    .mobile-box {
        display: block !important;
    }

    .section-six-and {
        margin: 20px 0px;
    }

    .section-eleven-title {
        margin-top: 5em;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 100px;
        padding: 0 10px !important;
        flex-wrap: wrap;
    }

    .section-eleven-title p {
        margin: 0;
        text-align: left;
        line-height: normal;
        font-size: 22px !important;
    }

    .section-eleven h2 {
        margin: 20px 0px;
    }

    .section-eight-image {
        height: 150px !important;
    }
    


    .box-content-image {
        height: 200px !important;
        object-fit: cover !important;
    }

    .section-seven-box-image img {
        height: 280px !important;
    }

    .widget-container {
        margin-bottom: 450px !important;
    }

    .widget-mobile {
        display: block !important;
        padding: 7px 20px;
        width: 400px;

    }

    .widget-text p:nth-child(1) {
        font-size: 24px !important;
        line-height: normal !important;
        padding-top: 20px;
    }

    .widget-text p:nth-child(2) {
        line-height: normal !important;
        margin-top: -10px;
    }

    .section-four-left {
        transform: translate(0%, -140%) !important;
    }

    .section-four-title {
        text-align: left !important;

    }

    .section-four-title p:nth-child(1) {
        font-size: 20px !important;
        font-weight: 600 !important;
    }

    .section-four-title p:nth-child(2) {
        font-size: 18px !important;
        color: #253b7e !important;
        font-weight: 400 !important;
    }


    .section-six-image p{
        margin: 0 !important;
    }
    .section-six-image-content p {
        font-size: 24px !important;
        padding: 10px !important;
    }
    .section-six-header{
        margin-top: 5rem;
    }

    .section-four {
        margin-top: 100px !important;
    }

    .icon-mobile {
        margin: 34px 0px 64px 0px;
        display: block;
    }

    .section-four-left {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 150px;
        padding: 0 10px !important;
        margin-top: -50px;
    }

    .section-four-left p {
        padding: 0 !important;
        margin: 0;
        text-align: right;
        font-size: 32px;
        line-height: normal;
    }

    .section-six-box {

        position: relative;
        height: 172px;
    }

    .rounded-circle {
        padding: 10px 0px;
    }
    .section-6 {
        margin-bottom: 22em;
    }

    .section-seven-box-image-content {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 120px;
        padding: 0 10px !important;
    }

    .section-seven-box-image-content p {
        padding: 0;
        margin: 0;
        text-align: left;
        font-size: 24px;
        line-height: normal;
    }

    .my-accordion {
        display: none;
        margin-bottom: 20px;
        font-weight: 600 !important;

    }


    .accordion-item {
        border: none !important;
    }

    .accordion-button::before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    filter: brightness(0) invert(1);
    margin-right: 8px;
}

.accordion-button {
    padding: 1rem 0.60rem;
}

    .widget-container {
        margin-bottom: 120px !important;
    }

    .section-left-md {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 150px;
        padding: 0 10px !important;
    }

    .section-left-md p {
        margin: 0;
        text-align: left !important;
        font-size: 32px;
        line-height: normal;
    }

    .section-right-md {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 150px;
        padding: 0 10px !important;
    }

    .section-right-md p {
        margin: 0;
        text-align: left !important;
        font-size: 32px;
        line-height: normal;
    }

    .section-nine-box-image-content {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 100px;
        padding: 0 10px !important;
    }

    .section-nine-box-image-content p {
        padding: 0;
        margin: 0;
        text-align: left;
        font-size: 24px;
        line-height: normal;
    }

    .section-seven .row {
        flex-direction: column !important;
    }

    .section-seven-box-title {
        background-color: #00a3b900;
    }

    .section-six-box-mobile {
        margin-top: -60px;
    }
    .section-8 {
        margin-top: 0em !important;
    }

    .box-widget-title p:nth-child(2) {
        font-size: 18px;
        line-height: 28px;
        font-weight: bold;
        letter-spacing: normal;
        color: #29366c;
        font-family: 'din-pro', sans-serif;
    }

    .section-eight-image img {
        margin-top: 2.5em;
        height: 190px;
    }

    .section-10 .box-content {
        display: none;
    }

    .section-10 .row {
        flex-direction: column-reverse;
    }

    .bg-skyblue-footer img {
        display: none;
    }

    
    .bg-skyblue-footer .ul-content {
        margin: 0px 10px;
    }

    .bg-skyblue-footer ul li p {
        text-align: left !important;
        line-height: normal;
    }

    .container-fluid {
        max-width: 95%;
        margin: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .copy {
        max-width: 100%;
        margin: 0;
        font-size: 8px;
    }
}

.copy {
    background-color: #253b7e;
    color: #f4f4f4ce;
    font-size: 12px;
}

@media (max-width:376px) {
    .section-right-md p {
        font-size: 32px;
        font-weight: 400;        letter-spacing: normal;
        text-transform: uppercase;
        color: #fff;
        text-align: left;
    }
 /* .container-fluid {
        max-width: 95%;
        margin: 11px;
        padding-left: 15px;
        padding-right: 15px;
    } */

}



@media (max-width: 769px) {
    .section-seven-box-title {
        display: none;
    }

    .bg-skyblue-footer {
        align-items: center !important;
    }

    .section-8 {
        margin-top: 15em;
    }

}


/* For different breakpoints */
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 820px;
    }



    /* .box-content{
        text-align: center;
    }
    .box-image{
       margin-left: 0px !important;
       margin-bottom: 30px;
    }
    .box-widget-title{
        margin-top: 0 !important;
        margin-bottom: 0px;
    } */
}

@media (min-width: 992px) {

    .box-content {
        max-width: 62%;
    }

    .section-eight {
        margin-top: 150px !important;
        margin-bottom: 100px;
    }

    .section-eleven {
        margin-top: 80px !important;
    }

    .section-eleven h2 {
        font-size: 32px;
        line-height: 42.9px;
        font-weight: 600 !important;
        color: #00C3DF;
        letter-spacing: normal;
        font-family: "din-pro", sans-serif;
    }

    .accordion-item {
        display: none;
    }

    .container {
        max-width: 960px;
    }

    .section-six-image-content {
        width: 485px;
        left: calc(100% - 100px);
    }

    .md-lg-6 {
        margin-bottom: 4rem !important;
    }

    .md-lg-7 {
        margin-bottom: 5rem !important;
    }

    .md-lg-8 {
        margin-bottom: 6rem !important;
    }

    .md-lg-9 {
        margin-bottom: 7rem !important;
    }

    .md-lg-10 {
        margin-bottom: 8rem !important;
    }

    .widget-title p:nth-child(1) {
        font-size: 25px;
        line-height: 32.5px;
        font-weight: 600;
        letter-spacing: normal;
        margin-bottom: 50px;
        margin-top: 20px;
        font-family: 'din-pro', sans-serif;
    }

    .widget-title p:nth-child(2) {
        font-size: 18px;
        line-height: 28px;
        font-weight: bold;
        letter-spacing: normal;
        color: #29366c;
        font-family: 'din-pro', sans-serif;
    }

    .widget-image {
        width: 709px;
        height: 471.25px;
    }

    .section-seven-box-title {
        margin-top: 21em;
    }

    .custom-modal {
        max-width: 600px;
        /* your custom width */
        margin: 1.75rem auto;
        /* vertical spacing + center */
    }
}

.fs-6 {
    font-size: 1.5rem !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1150px;

    }

    .box-container {
        max-width: 1140px;
    }
}

.accordion-item button {
    background-color: #253b7e !important;
    color: #fff;
    font-weight: 600 !important;
}
.accordion-button:not(.collapsed) {
    color: #00C3DF;
}
.icons {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}
.icons img {
  width: 172px;
  height: 49px;
  object-fit: contain;
}

@media (max-width: 1025px) {
  .icons {
    gap: 46px;
  }
  .icons img {
    width: 150px;
    height: 49px;
  }
}
