/* Font face */
@font-face {
    font-family: 'DIN';
    src: url('../fonts/DINBold.eot');
    src: url('../fonts/DINBold.eot?#iefix') format('embedded-opentype'), url('../fonts/DINBold.woff2') format('woff2'), url('../fonts/DINBold.woff') format('woff'), url('../fonts/DINBold.ttf') format('truetype'), url('../fonts/DINBold.svg#DINBold') format('svg');
    font-weight: bold !important;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN.eot');
    src: url('../fonts/DIN.eot?#iefix') format('embedded-opentype'), url('../fonts/DIN.woff2') format('woff2'), url('../fonts/DIN.woff') format('woff'), url('../fonts/DIN.ttf') format('truetype'), url('../fonts/DIN.svg#DIN') format('svg');
    font-weight: normal !important;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.eot');
    src: url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Calibri-Bold.woff2') format('woff2'), url('../fonts/Calibri-Bold.woff') format('woff'), url('../fonts/Calibri-Bold.ttf') format('truetype'), url('../fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
    font-weight: bold !important;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot');
    src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'), url('../fonts/Calibri.woff2') format('woff2'), url('../fonts/Calibri.woff') format('woff'), url('../fonts/Calibri.ttf') format('truetype'), url('../fonts/Calibri.svg#Calibri') format('svg');
    font-weight: normal !important;
    font-style: normal;
    font-display: swap;
}

body {
    overflow-x: hidden;
}

/* Containers */
.container-main {
    max-width: 1920px;
    margin: 0 auto;
}

.container-md {
    max-width: 1396px;
    margin: 0 auto;
}

.container-custom {
    max-width: 1280px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}


/* Headings */
h1 {
    font-family: 'DIN';
    font-weight: bold !important;
    font-size: 50px;
    line-height: 58px;
    color: #fff;
}

/* Buttons */
.button-primary {
    color: #fff;
    font-family: 'Calibri';
    font-weight: normal !important;
    font-size: 13px;
    line-height: 17px;
    padding: 5px 40px 7px 20px;
    border-radius: 100px;
    text-decoration: none;
    background: #45C2B1 url('../images/right-arrow.svg') no-repeat right 16px center;
    background-size: 12px;
    display: inline-block;
    width: auto;
}

    .button-primary:hover,
    .button-primary:active,
    .button-primary:focus {
        text-decoration: none;
        color: #fff;
    }

/* Header */
.header-custom {
    /* position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999; */
    display: none;
}

/* Banner */
.wiser-banner {
    position: relative;
    overflow: hidden;
}

    .wiser-banner video {
        width: 100%;
        height: 100%;
        display: block;
    }

    .wiser-banner h1 {
        max-width: 440px;
        position: absolute;
        bottom: 75px;
        padding-left: 40px;
    }

        .wiser-banner h1 span {
            display: block;
        }

    .wiser-banner .container-custom {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        z-index: 99;
    }

.logo-image {
    position: absolute;
    right: 0px;
    /* top: 170px; */
    top: 60px;
}

.wiser-play-button {
    position: absolute;
    width: 90px;
    height: 115px;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    cursor: pointer;
}

    .wiser-play-button img {
        width: 100%;
    }

/* Wiser pledge section */
.wiser-pledge {
    background: #EFEFEF;
    position: relative;
    padding: 70px 0 0;
}

    .wiser-pledge .wiser-pledge-image {
        text-align: right;
    }

        .wiser-pledge .wiser-pledge-image img {
            margin-right: 90px;
        }

    .wiser-pledge .wiser-pledge-content {
        position: absolute;
        top: 0px;
        padding-left: 40px;
    }

        .wiser-pledge .wiser-pledge-content h2 {
            font-family: 'DIN';
            font-weight: bold !important;
            font-size: 31px;
            line-height: 40px;
            color: #5B6670;
        }

        .wiser-pledge .wiser-pledge-content p {
            font-family: 'Calibri';
            font-weight: normal !important;
            font-size: 20px;
            line-height: 25px;
            color: #5B6670;
            max-width: 295px;
            padding: 20px 0 0;
        }

    .wiser-pledge .button-primary {
        margin: 20px 0 0;
        padding: 6px 40px 7px 20px;
    }

/* Title block */
.title-block h2 {
    font-family: 'DIN';
    font-weight: bold !important;
    font-size: 31px;
    line-height: 40px;
    color: #5B6670;
    max-width: 365px;
    position: relative;
}

    .title-block h2:after {
        content: '';
        position: absolute;
        left: 0;
        height: 2px;
        bottom: -20px;
        width: 120px;
        background: #45C2B1;
    }

/* Change section*/
.change-section {
    padding: 50px 0;
}

    .change-section .container-custom,
    .slider-section .container-custom,
    .about-wiser .container-custom {
        padding-left: 40px;
    }

    .change-section h3 {
        font-family: 'DIN';
        font-weight: normal !important;
        font-size: 27px;
        line-height: 39px;
        color: #5B6670;
        padding: 40px 0 0;
    }

        .change-section h3 span {
            font-family: 'Calibri';
            font-weight: bold !important;
            font-size: 27px;
            line-height: 30px;
            display: block;
        }

    .change-section .text p {
        font-family: 'DIN';
        font-weight: normal !important;
        color: #5B6670;
        font-size: 27px;
        line-height: 33px;
        max-width: 300px;
        margin: 60px 0 0;
    }

        .change-section .text p span {
            display: block;
            font-family: 'DIN';
            font-weight: bold !important;
            color: #45C2B1;
            font-size: 31px;
            line-height: 35px;
            max-width: 200px;
            margin: 0 0 5px 0;
        }

    .change-section .button-primary {
        margin: 80px 0 0;
        font-size: 25px;
        line-height: 29px;
    }

/* Map css */
#chartdiv {
    width: 100%;
    height: 500px;
}

.map-block {
    display: flex;
}

    .map-block .map {
        width: 60%;
    }

    .map-block .text {
        width: 25%;
    }

g[role="tooltip"] h2 {
    font-family: 'DIN';
    font-weight: bold !important;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    padding: 0;
    margin: 0;
}

g[role="tooltip"] p {
    font-family: 'Calibri';
    font-weight: normal !important;
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    padding: 0 0 10px;
    margin: 0;
}

[filter='url("#filter-id-72")'] {
    display: none !important;
}

/* [aria-label="Press ENTER to zoom out"] g,
[aria-label="Press ENTER to zoom in"] g {
    fill: #45C2B1 !important;
} */

/* [aria-label="Press ENTER to zoom out"] g tspan,
[aria-label="Press ENTER to zoom in"] g tspan {
    fill: #fff !important;
} */


/* Slider section css */
.slider-section {
    background: #eaeaeb;
    padding: 30px 0 0;
    position: relative;
}

    /* .slider-section:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: #eaeaeb;
    height: 70px;
    width: 100%;
    z-index: 30;
} */

    .slider-section .slider-block {
        display: flex;
        position: relative;
    }

        .slider-section .slider-block .slider-text {
            margin: 30px 0 0;
            position: relative;
            z-index: 30;
            /* min-height: 350px; */
        }

        .slider-section .slider-block h2 {
            font-family: 'DIN';
            font-weight: bold !important;
            color: #5B6670;
            font-size: 27px;
            line-height: 31px;
            max-width: 640px;
            margin-bottom: 40px;
        }

        .slider-section .slider-block .name-block {
            max-width: 250px;
            border-left: 2px solid #5B6670;
            padding-left: 20px;
        }

            .slider-section .slider-block .name-block h3 {
                font-family: 'Calibri';
                font-weight: bold !important;
                color: #45C2B1;
                font-size: 18px;
                line-height: 22px;
                margin: 0;
            }

            .slider-section .slider-block .name-block h4 {
                font-family: 'Calibri';
                font-weight: normal !important;
                color: #5B6670;
                font-size: 18px;
                line-height: 22px;
                margin: 0;
            }

    .slider-section .carousel-indicators {
        margin: 0;
        right: auto;
        bottom: 30px;
        justify-content: flex-start;
        z-index: 100;
    }

        .slider-section .carousel-indicators [data-bs-target] {
            background: #c6c6c6;
            width: 9px;
            height: 9px;
            border: none;
            border-radius: 100%;
            padding: 0;
            opacity: 1;
        }

        .slider-section .carousel-indicators .active {
            background: #fff
        }

    .slider-section .slider-block .slider-image {
        margin: 60px 130px 0 0;
        /* width: 576px;
    position: relative;
    right: 0;
    top: auto;
    bottom: 0;
    z-index: 80; */
    }

        .slider-section .slider-block .slider-image img {
            width: 100%;
        }

@media screen and (max-width:1280px) {
    .slider-section .slider-block h2 {
        font-size: 22px;
        line-height: 27px;
    }

    .slider-section .slider-block .slider-image {
        margin: 30px 130px 0 0;
    }
}

/* About wiser */
.about-wiser {
    padding: 60px 0;
}

    .about-wiser .title-block {
        margin-right: 80px;
    }

        .about-wiser .title-block h3 {
            padding-top: 40px;
            font-family: 'Calibri';
            font-weight: normal !important;
            font-size: 17px;
            line-height: 20px;
            max-width: 315px;
            color: #5B6670;
        }

.about-details .button-primary {
    margin: 0;
    padding: 6px 20px 7px 40px;
    background: #45C2B1 url('../images/right-arrow.svg') no-repeat left 16px center;
    background-size: 12px;
}

.about-numbers ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .about-numbers ul li h2 {
        font-family: 'DIN';
        font-weight: bold !important;
        color: #45C2B1;
        font-size: 67px;
        line-height: 63px;
        margin-bottom: 10px;
        text-align: left;
    }

    .about-numbers ul li p {
        font-family: 'DIN';
        font-weight: bold !important;
        color: #5B6670;
        font-size: 28px;
        line-height: 36px;
        margin: 0;
        text-align: left;
    }

        .about-numbers ul li p span {
            display: block;
        }

    .about-numbers ul li:not(:last-child) {
        margin-right: 40px;
    }

    .about-numbers ul li {
        padding: 0px 40px 0 0;
    }

        .about-numbers ul li:not(:last-child) {
            border-right: 1px solid #e9e9e9;
        }

.about-details {
    text-align: right;
}

.about-numbers {
    margin: 55px 0 0;
}


/* Newsletter */
.newsletter-block p {
    max-width: 440px;
    margin: 0 auto 15px;
    font-family: 'Calibri';
    font-weight: normal !important;
    font-size: 21px;
    line-height: 25px;
    color: #5B6670;
    max-width: 100%;
}

.newsletter-block .form-control {
    display: block;
    width: 100%;
    height: calc(3.15rem + 2px);
    padding: .375rem .75rem;
    font-size: 1.6rem;
    line-height: 20px;
    color: #353535;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e5e8;
    border-radius: .2rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: .375rem 2rem;
    font-weight: 500 !important;
    color: #5B6670;
    height: 4rem;
    padding-left: 4rem;
    font-size: 16px;
    max-width: 296px;
    margin: 0 auto;
    height: 48px;
    font-family: 'Calibri';
    font-weight: normal;
}

    .newsletter-block .form-control:focus, .newsletter-block .form-control:hover, .newsletter-block .form-control:active {
        box-shadow: none
    }

.newsletter-block .form-group {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem
}

    .newsletter-block .form-group .input-group-prepend {
        position: absolute;
        left: 0;
        top: 0;
        height: 4rem;
        display: flex;
        padding-left: .5rem
    }

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 400 !important;
    line-height: 1.5;
    color: #353535;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #e2e5e8;
    border-radius: .2rem
}

.newsletter-block .form-control::-webkit-input-placeholder {
    color: #5B6670;
}

.newsletter-block .form-control::-moz-placeholder {
    color: #5B6670;
}

.newsletter-block .form-control:-ms-input-placeholder {
    color: #5B6670;
}

.newsletter-block .form-control:-moz-placeholder {
    color: #5B6670;
}

.newsletter-block .form-group input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0;
    display: block;
    margin-top: 0
}

.newsletter-block .form-group label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 16px;
    color: #444f5d;
    width: 100%;
    display: block;
    text-transform: none;
    font-family: 'Calibri';
    font-weight: normal !important;
    font-size: 16px;
    line-height: 25px;
    color: #5B6670;
}

.newsletter-block .form-group input[type="checkbox"] + label:before {
    content: "";
    margin-right: 1rem;
    display: inline-block;
    vertical-align: text-top;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: .2rem;
    background: transparent;
    border: .1rem solid #0076b2;
    margin-top: 4px
}

.newsletter-block .form-block {
    max-width: 296px;
    margin: 0 auto
}

.newsletter-block .form-group {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem
}

    .newsletter-block .form-group:nth-child(2) {
        margin-top: 0;
        margin-bottom: 0
    }

.radio label {
    display: flex;
    align-items: center
}

.radio label, .checkbox label {
    font-family: 'Calibri';
    font-weight: normal !important;
    font-size: 16px;
    line-height: 25px;
    color: #5B6670;
}

.form-checkboxes .checkbox input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden
}

.form-checkboxes .checkbox .custom-checkbox {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 0 0;
    width: 21px;
    height: 20px;
    position: relative;
    border-radius: 3px;
    top: 3px;
    background: #fff;
    border: 1px solid #45C2B1
}

.form-checkboxes .checkbox .icon-check {
    background-size: cover;
    position: absolute;
    width: 13px;
    height: 12px;
    top: 2px;
    left: 2px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: all 180ms ease;
    -webkit-transition: all 180ms ease;
    -moz-transition: all 180ms ease
}

.form-checkboxes .checkbox input[type="checkbox"]:checked + .custom-checkbox {
    border-color: #45C2B1;
    box-shadow: none;
    background: #fff
}

    .form-checkboxes .checkbox input[type="checkbox"]:checked + .custom-checkbox .icon-check {
        transform: scale(1)
    }

.form-checkboxes .icon-check {
    background-image: url('../images/tick.svg');
    background-repeat: no-repeat
}

.newsletter-block .form-group .input-group-prepend .input-group-text.icon-email {
    position: relative
}

    .newsletter-block .form-group .input-group-prepend .input-group-text.icon-email:before {
        content: '';
        position: absolute;
        background: url('../images/envelope.svg') no-repeat;
        width: 16px;
        height: 16px;
        z-index: 9;
        top: 16px
    }


.form-checkboxes .checkbox .icon-check {
    top: 3px;
    left: 3px
}

p.error {
    color: red;
    font-family: 'Calibri';
    font-size: 15px;
    margin-bottom: 0
}

p.success {
    color: #45C2B1;
    font-weight: normal !important;
    font-size: 15px;
    margin-bottom: 0
}

.newsletter-block .d-flex {
    display: flex;
    align-items: center
}

.newsletter-block .form-block {
    display: flex;
    align-items: center;
    max-width: 100%
}

.newsletter-block .form-group label {
    margin: 0
}

.newsletter-block .form-control {
    padding: 1rem;
    padding-left: 1rem;
    min-width: 289px;
    max-width: 289px
}

.newsletter-block .form-group label {
    margin-right: 15px
}

.newsletter-block .form-checkboxes {
    margin-left: 50px
}

.newsletter-block .form-control {
    position: relative;
    background: #fff;
    height: 35px;
    padding: 5px 10px;
    font-size: 16px;
    border-color: #d8d8d8;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.form-checkboxes .checkbox .custom-checkbox {
    border: 1px solid #45C2B1;
    border-radius: 0;
    cursor: pointer;
}

.newsletter .btn.btn-primary:hover {
    /* color: #45C2B1;
    border-color: #45C2B1;
    background-color: transparent */
    opacity: 0.8;
}

.newsletter .btn.btn-primary {
    color: #fff;
    background: #45C2B1;
    border-color: #45C2B1;
    font-family: 'Calibri';
    font-weight: normal !important;
    font-size: 25px;
    line-height: 26px;
    text-transform: none;
    border-radius: 100px;
    padding: 10px 31px;
}

    .newsletter .btn.btn-primary:focus,
    .newsletter .btn.btn-primary:active,
    .newsletter .btn.btn-primary:hover {
        box-shadow: none;
        background: #45C2B1;
        border-color: #45C2B1;
    }

.newsletter .btn-box {
    margin-top: 20px;
    text-align: center;
}

.newsletter h3 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    font-family: 'DIN';
    font-weight: bold !important;
    color: #5B6670;
}

    .newsletter h3 span {
        width: 45px;
        height: 45px;
        display: inline-block;
        margin-right: 20px
    }

    .newsletter h3 img {
        width: 100%
    }

p.error {
    text-align: left;
}

.newsletter-block .checkbox p {
    margin-top: 5px
}

.newsletter {
    width: 100%;
    max-width: 887px;
    margin: 50px auto 100px;
    background: #f6f6f6;
    padding: 40px 60px;
}

.checkbox label a:hover,
.checkbox label a:focus,
.checkbox label a:active {
    text-decoration: underline;
}

.checkbox label a {
    color: #5B6670;
    text-decoration: none;
}

/* Footer */
footer {
    background: #45C2B1;
    padding: 62px 0;
}

    footer ul {
        list-style: none;
        padding: 0 0 0 60px;
        margin: 0;
    }

        footer ul li a,
        footer p {
            font-family: 'Calibri';
            font-weight: normal !important;
            font-size: 16px;
            line-height: 21px;
            color: #fff;
            text-decoration: none;
            margin: 0;
        }

            footer ul li a:hover,
            footer ul li a:focus,
            footer ul li a:active {
                color: #fff;
                text-decoration: none;
            }

        footer ul li:not(:last-child) {
            margin-right: 40px;
        }

    footer .logo:first-child {
        padding-right: 40px;
        margin-right: 40px;
        border-right: 1px solid #fff;
    }

    footer .container-md {
        max-width: 1320px;
        padding: 0 12px 0 8px;
    }

video::-webkit-media-controls-panel {
    display: none !important;
    opacity: 1 !important;
}



/* Logo section */
.logo-section {
    padding: 30px 0 60px;
    background: url('../images/shadow.svg') no-repeat;
    background-size: 100%;
    border-top: 1px solid #c3c3c3;
}

    .logo-section .container-md {
        max-width: 1320px;
        margin: 0 auto;
        padding: 0 25px 0 8px;
    }

    .logo-section .logo-right {
        text-align: right;
    }

/* Wiser second page */
.change-section.wiser-second {
    padding: 0 0 170px;
    max-width: 1000px;
    margin: 0 auto;
}

    .change-section.wiser-second .text p {
        margin: 0;
        max-width: 100%;
    }

        .change-section.wiser-second .text p span {
            max-width: 100%;
            line-height: 44px;
        }

    .change-section.wiser-second h3 {
        padding: 60px 0 0;
        margin: 0;
    }

    .change-section.wiser-second .form-block {
        background: #f6f6f6;
        padding: 40px;
        margin: 60px 0 0;
    }

        .change-section.wiser-second .form-block .form-group {
            flex-wrap: wrap;
            margin-bottom: 0;
        }

            .change-section.wiser-second .form-block .form-group .row:not(:last-child) > div {
                margin-bottom: 10px;
            }

        .change-section.wiser-second .form-block .col-form-label {
            font-family: 'Calibri';
            font-weight: normal !important;
            font-size: 16px;
            line-height: 23px;
            color: #5b6670;
            padding-right: 15px;
            width: 100%;
            padding: 0 0 10px;
        }

        .change-section.wiser-second .form-block .form-field {
            /* display: flex;
    margin-right: 10px; */
        }

        .change-section.wiser-second .form-block .form-control {
            font-family: 'Calibri';
            font-weight: normal !important;
            position: relative;
            background: #fff;
            height: 35px;
            padding: 5px 10px;
            font-size: 16px;
            border-color: #d8d8d8;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-radius: 0;
            color: #5B6670;
        }

        .change-section.wiser-second .form-block select {
            /* styling */
            background-color: #fff;
            border-color: #d8d8d8;
            border-radius: 0;
            display: inline-block;
            font-size: 16px;
            padding: 5px 0px 5px 5px;
            height: 35px;
            /* reset */

            margin: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-appearance: none;
            -moz-appearance: none;
            cursor: pointer;
            color: #5B6670;
            font-family: 'Calibri';
            font-weight: normal !important;
        }

            .change-section.wiser-second .form-block select:focus {
                box-shadow: none;
                outline: none;
            }

            .change-section.wiser-second .form-block select.minimal {
                background-image: linear-gradient(45deg, transparent 50%, #45c2b1 50%), linear-gradient(135deg, #45c2b1 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
                background-position: calc(100% - 16px) calc(1em + -1px), calc(100% - 11px) calc(1em + -1px), calc(100% - 32px) 4px;
                background-size: 5px 5px, 5px 5px, 1px 1.5em;
                background-repeat: no-repeat;
            }

        .change-section.wiser-second .form-block .name-field .form-control,
        .change-section.wiser-second .form-block .gender-field select,
        .change-section.wiser-second .form-block .country-field select,
        .change-section.wiser-second .form-block .email-field .form-control,
        .change-section.wiser-second .form-block .occupation-field select,
        .change-section.wiser-second .form-block .age-field select {
            width: 100%;
        }

    /* .change-section.wiser-second .form-block .gender-field select {
    width: 76px;
}

.change-section.wiser-second .form-block .country-field select {
    width: 270px;
}

.change-section.wiser-second .form-block .email-field .form-control {
    width: 233px;
}

.change-section.wiser-second .form-block .occupation-field .form-control {
    width: 247px;
}

.change-section.wiser-second .form-block .age-field .form-control {
    width: 145px;
} */

    .change-section.wiser-second form {
        width: 75%;
        padding-right: 0px;
        border-right: 1px solid #e9e9e9;
        padding-right: 60px;
    }

    .change-section.wiser-second .button-block {
        width: 27%;
        padding-left: 30px;
    }

    .change-section.wiser-second .button-primary {
        margin: 0;
        padding: 6px 24px 8px 33px;
        background: #45C2B1 url('../images/right-arrow.svg') no-repeat left 16px center;
        background-size: 12px;
        cursor: pointer;
    }

.footer {
    background-color: white;
    padding-bottom: 0;
    padding-top: 0;
}

p.success {
    text-align: center;
    padding-top: 20px;
    font-size: x-large;
}

p.msg.error {
    text-align: center;
    padding-top: 20px;
    font-size: x-large;
}


/* Select2 css */
.form-field .select2-container--default .select2-selection--single {
    font-family: 'Calibri';
    font-weight: normal !important;
    position: relative;
    background: #fff;
    height: 35px;
    padding: 5px;
    font-size: 16px;
    border-color: #d8d8d8;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    color: #5B6670;
}

    .form-field .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 33px;
        top: 1px;
        right: 7px;
    }

        .form-field .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #45C2B1 transparent transparent transparent;
            border-width: 5px 5px 0 5px;
        }

.form-field .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #45C2B1 transparent;
    border-width: 0 5px 5px 5px;
}

.form-field .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '';
    position: absolute;
    width: 1px;
    background: #ccc;
    height: 20px;
    top: 5px;
    right: 25px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #45C2B1;
}

.select2-results__option {
    padding: 3px 10px;
    font-size: 15px;
    color: #5B6670;
}

.form-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 23px;
}

.form-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #5B6670;
}

.form-field .select2-container {
    width: 100% !important;
}

.form-field .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: block
}

.select2-container--default .select2-results__options li {
    padding: 3px 10px;
    font-family: 'Calibri';
    font-weight: normal !important;
    font-size: 15px;
    color: #5B6670;
}

    .select2-container--default .select2-results__options li:after {
        display: none;
    }

    .select2-container--default .select2-results__options li[aria-selected=true] {
        background: #45C2B1;
        color: #fff;
    }

.select2-dropdown {
    background-color: white;
    border: 1px solid #d8d8d8;
    border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #5B6670;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d8d8d8;
}

    .select2-container--default .select2-search--dropdown .select2-search__field:focus {
        outline: 0;
    }

.change-section.wiser-second {
    overflow: hidden;
}

.wiser-banner .container-custom {
    z-index: 2;
}

.select2-dropdown .select2-results__option {
    position: relative;
}


/* Select2 changes */
.select2-container--default .select2-results__options li.select2-results__option.select2-results__option--highlighted {
    background-color: #e1e1e1;
}







/* Media queries */
@media screen and (max-width: 1420px) {
    .container-md {
        max-width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 1366px) {
    .container-custom {
        max-width: 100%;
        padding: 0 20px;
    }

    .logo-image {
        right: 30px;
    }

    .wiser-play-button {
        top: 50%;
        width: 70px;
    }

    .wiser-pledge,
    .slider-section {
        padding: 40px 0 0;
    }

    .about-wiser {
        padding: 40px 0 0;
    }

    .newsletter {
        margin: 50px auto;
    }

    .change-section.wiser-second .form-block {
        padding: 40px 23px 60px;
    }
}

@media screen and (max-width:1280px) {
    .newsletter-block .form-block {
        flex-direction: column
    }

    .newsletter-block .form-block {
        flex-direction: column
    }

    .newsletter-block .form-checkboxes {
        margin-left: 0
    }

    .radio label, .checkbox label {
        padding-left: 0
    }

    .wiser-pledge .wiser-pledge-image img {
        margin-right: 0;
    }

    .map-block .map {
        width: 70%;
    }

    /* .slider-section .slider-block .slider-image {
        margin: 80px 0 0 0
    } */

    .about-wiser .title-block {
        margin-right: 125px;
    }

    footer .logo:first-child {
        padding-right: 20px;
        margin-right: 20px;
    }

    footer ul {
        padding: 0 0 0 20px;
    }

    footer .logo:first-child {
        width: 220px;
    }

    footer .logo:last-child {
        width: 180px;
    }

    .logo img {
        width: 100%;
    }

    .slider-section .slider-block h2 {
        font-size: 22px;
        line-height: 27px;
    }

    .slider-section .slider-block .slider-image {
        margin: 30px 130px 0 0;
    }
}

@media screen and (max-width: 1200px) {

    .change-section .container-custom,
    .slider-section .container-custom,
    .about-wiser .container-custom {
        padding-left: 20px;
    }

    .wiser-pledge .wiser-pledge-content, .wiser-banner h1 {
        padding-left: 0;
    }
}

@media screen and (max-width: 1160px) {
    .about-numbers ul li p {
        font-size: 24px;
        line-height: 30px
    }

    .about-numbers ul li h2 {
        font-size: 58px;
        line-height: 56px;
    }

    footer .row {
        flex-direction: column;
    }

        footer .row > div:nth-child(2) {
            order: 1;
        }

            footer .row > div:nth-child(2) .d-flex {
                justify-content: center !important;
            }

        footer .row > div:nth-child(1) {
            order: 2;
        }

            footer .row > div:nth-child(1) > .d-flex {
                flex-direction: column;
            }

                footer .row > div:nth-child(1) > .d-flex p {
                    order: 2;
                }

    footer {
        padding: 32px 0;
    }

        footer .logo {
            margin-bottom: 20px;
        }

        footer ul {
            padding: 0 0 20px;
        }

    .wiser-pledge .wiser-pledge-image img {
        width: 100%;
    }

    .about-wiser .d-flex {
        justify-content: space-between;
    }

    .slider-section .carousel-indicators {
        bottom: 22px
    }

    .change-section.wiser-second {
        padding: 0 0 60px;
    }
}

@media screen and (max-width: 1024px) {
    .about-wiser .title-block {
        margin-right: 43px;
    }

    .about-numbers ul li:not(:last-child) {
        margin-right: 20px;
    }

    .about-numbers ul li {
        padding: 0px 20px 0 0;
    }

    .slider-section .carousel-indicators {
        position: relative;
        justify-content: center;
        bottom: -20px;
        left: unset;
    }

    .slider-section {
        padding: 40px 0;
    }

    /* 
    .logo-image {
        top: 95px;
        width: 180px;
        right: 20px;
    } */
    .logo-image {
        top: 30px;
        width: 210px;
        right: 40px;
    }

        .logo-image img {
            width: 100%;
        }

    .wiser-play-button {
        width: 50px;
        height: 65px;
    }

    .wiser-banner h1 {
        padding: 0;
    }

    .carousel-indicators {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .wiser-pledge .wiser-pledge-image img {
        width: 75%;
    }

    .map-block {
        flex-direction: column;
    }

        .map-block .text, .map-block .map {
            width: 100%;
        }

    .change-section .text p, .change-section .text p span {
        max-width: 100%;
    }

    .change-section .text p {
        margin: 20px 0 0;
    }

    .change-section .button-primary {
        margin: 25px 0 0;
    }

    .about-wiser .d-flex {
        flex-direction: column;
        justify-content: center;
    }

    .about-wiser .title-block {
        margin-right: 0;
    }

        .title-block h2, .about-wiser .title-block h3 {
            max-width: 100%;
        }

    .about-details {
        text-align: left;
    }

    .about-numbers {
        margin: 30px 0 0;
    }

        .about-numbers ul li:not(:last-child) {
            margin-right: 0;
        }

        .about-numbers ul li {
            padding: 0;
            margin: 0 0 30px 0;
        }

            .about-numbers ul li p span {
                display: inline;
            }

            .about-numbers ul li h2, .about-numbers ul li p {
                text-align: center;
            }

    .about-details .button-primary {
        margin-top: 20px;
    }

    .newsletter {
        margin: 20px auto 40px;
    }

    .wiser-pledge .wiser-pledge-content {
        position: relative;
        padding-left: 0;
    }

    .wiser-pledge .container-custom {
        display: flex;
        flex-direction: column;
    }

    .wiser-pledge .wiser-pledge-image {
        order: 2
    }

    .wiser-pledge .wiser-pledge-content p {
        max-width: 100%;
    }

    .wiser-pledge .button-primary {
        margin: 0px 0 0;
    }

    .wiser-pledge .wiser-pledge-content p {
        padding: 10px 0 0;
    }

    .wiser-banner h1 {
        max-width: 260px;
        bottom: 25px;
        padding-left: 0;
    }

    h1 {
        font-size: 35px;
        line-height: 43px;
    }

    .wiser-play-button {
        width: 47px;
        height: 55px;
    }

    .logo-image {
        width: 200px;
    }

        .logo-image img {
            width: 100%;
        }

    .about-numbers ul li:not(:last-child) {
        border: none;
    }

    .map-block .map {
        margin-top: 20px;
    }

    .change-section.wiser-second .form-block,
    .change-section.wiser-second .d-flex {
        flex-direction: column;
    }

    .change-section.wiser-second .text {
        padding: 40px 0 0;
    }

    .change-section.wiser-second h3 {
        padding: 30px 0 0;
    }

    .change-section.wiser-second .form-block .form-group {
        flex-direction: column;
    }

    .change-section.wiser-second form {
        width: 100%;
        padding: 0;
        border: none;
    }

    .change-section.wiser-second .form-block .gender-field select,
    .change-section.wiser-second .form-block .name-field .form-control,
    .change-section.wiser-second .form-block .country-field select,
    .change-section.wiser-second .form-block .email-field .form-control,
    .change-section.wiser-second .form-block .occupation-field select,
    .change-section.wiser-second .form-block .age-field select {
        width: 100%;
    }

    .change-section.wiser-second .form-block .col-form-label {
        width: 20%;
    }

    .change-section.wiser-second .form-block .form-field {
        margin-right: 0;
    }

    .change-section.wiser-second .button-block {
        padding-left: 0;
    }

    .change-section.wiser-second .button-block {
        margin-top: 40px;
    }

    .slider-section .slider-block .slider-image {
        margin: 30px 0px 0 0;
    }

    .slider-section {
        padding: 40px 0;
    }

        .slider-section .slider-block .slider-text {
            margin: 0;
        }

        .slider-section .slider-block .name-block {
            padding-left: 0;
            border: none;
        }

        .slider-section .carousel-indicators {
            justify-content: center;
        }

        .slider-section .slider-block .name-block {
            max-width: 100%;
            margin: 0 0 20px;
        }

    .logo-section {
        background-size: cover;
    }

    .change-section.wiser-second .form-block .form-group .row:not(:last-child) > div {
        margin: 0 0 10px;
    }

    .change-section.wiser-second .form-block .form-group .row > div {
        margin: 0 0 15px;
    }

    .change-section.wiser-second .form-block .col-form-label {
        padding: 0 0 5px 0;
    }

    .change-section.wiser-second .form-group [class*=col-] + [class*=col-] {
        margin-top: 0px;
    }

    .change-section h3 {
        font-size: 27px;
        line-height: 35px;
    }
}

@media screen and (max-width: 768px) {
    .change-section.wiser-second .form-block .col-form-label {
        width: 100%;
        padding: 0 0 3px;
    }

    .change-section.wiser-second .form-block .form-field {
        flex-direction: column;
        margin-bottom: 0px;
    }

    .change-section.wiser-second .form-block {
        padding: 20px 23px 40px;
        margin: 50px 0 0;
    }

    .logo-right {
        width: 230px;
        margin-left: auto;
    }

        .logo-right img {
            width: 100%;
        }

    .change-section.wiser-second .button-block {
        margin-top: 20px;
    }
}

@media screen and (max-width:767px) {
    .newsletter-block .d-flex {
        flex-direction: column
    }

    .newsletter-block .form-group label {
        margin-right: 0;
        margin-bottom: 10px
    }

    .newsletter-block .form-checkboxes {
        margin-left: 0
    }

    .newsletter .btn-box {
        margin-top: 25px
    }

    .newsletter-block p {
        text-align: center;
    }

    .newsletter h3 {
        margin-bottom: 15px
    }

    .newsletter {
        width: 100%;
        margin: 0 auto
    }

        .newsletter h3 span {
            float: none;
            display: block;
            margin: 0 auto 20px;
            width: 55px;
            height: 55px
        }

    .newsletter-block {
        width: 100%;
        padding: 0 10px
    }

    /* .slider-section .slider-block .slider-image {
        display: none;
    } */
    .slider-section .slider-block {
        flex-direction: column;
    }

        .slider-section .slider-block .slider-image {
            order: 1;
            width: 450px;
            margin: 0 auto;
        }

        .slider-section .slider-block h2 {
            max-width: 100%;
            margin: 25px 0 40px;
        }

        .slider-section .slider-block .slider-text {
            order: 2;
        }

    .slider-section {
        padding: 40px 0;
    }

        .slider-section .slider-block .slider-text {
            margin: 0;
        }

        .slider-section .slider-block .name-block {
            padding-left: 0;
            border: none;
        }

        .slider-section .carousel-indicators {
            justify-content: center;
        }

        .slider-section .slider-block .name-block {
            max-width: 100%;
            margin: 0 0 20px;
        }

            .slider-section .slider-block .name-block h3,
            .slider-section .slider-block .name-block h4,
            .slider-section .slider-block h2 {
                text-align: center;
            }

    .change-section h3 {
        font-size: 20px;
        line-height: 33px;
        padding: 26px 0 0;
    }

    .change-section .text p span, .change-section .text p {
        font-size: 23px;
        line-height: 28px;
        margin: 0;
    }

    .change-section .text p {
        padding: 12px 0;
    }

    #chartdiv {
        width: 100%;
        height: 350px;
    }

    .change-section {
        padding: 30px 0;
    }

    .wiser-banner h1 {
        font-size: 18px;
        line-height: 22px;
        max-width: 180px;
    }

    .change-section.wiser-second .button-primary {
        width: 100%;
        display: block;
    }

    .change-section.wiser-second .button-block {
        width: 100%;
        padding: 6px 24px 8px 24px;
    }
}

@media screen and (max-width: 580px) {
    .wiser-banner h1 {
        font-size: 17px;
        line-height: 22px;
        max-width: 162px;
        margin: 0;
        bottom: 13px;
    }
}

@media screen and (max-width: 480px) {

    footer ul {
        flex-direction: column;
    }

    footer .row > div:nth-child(1) > .d-flex {
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }

    footer ul li:not(:last-child) {
        margin: 0 0 10px 0;
    }

    #chartdiv {
        width: 100%;
        height: 300px;
    }

    .newsletter {
        padding: 30px 20px;
    }

        .newsletter h3 span {
            margin: 0 auto 5px;
        }

    .logo-image {
        width: 165px;
        right: 18px;
        top: 15px;
    }

    .wiser-banner h1 {
        bottom: 20px;
    }

    .wiser-play-button {
        width: 30px;
        height: 35px;
    }

    .slider-section .slider-block .slider-image {
        width: 350px;
    }
}

@media screen and (max-width: 380px) {
    .slider-section .slider-block .slider-image {
        width: 300px;
    }
}

@media screen and (max-width: 992px) {
    .change-section.wiser-second .title-block h2 {
        max-width: 365px;
    }
}

/* Checkboxes */
/* Custom checkboxes & radio buttons */

.form-checkboxes1 .checkbox.inline {
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
}

    .form-checkboxes1 .checkbox.inline:last-child {
        margin-right: 0;
    }

.form-checkboxes1 .checkbox label {
    display: block;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-family: 'Calibri';
    font-weight: normal !important;
    font-size: 16px;
    line-height: 27px;
    color: #5b6670;
}

.form-checkboxes1 .checkbox input[type="checkbox"],
.form-checkboxes1 .checkbox input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.form-checkboxes1 .checkbox .custom-checkbox {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
    width: 22px;
    height: 22px;
    background: #fff;
    position: relative;
    border: 1px solid #d8d8d8;
}

.form-checkboxes1 .checkbox .custom-checkbox {
    /* border-radius: 2px;
    transition: box-shadow 180ms ease;
    box-shadow: inset 0 0 0 12px #fff; */
    top: 4px;
    background: #fff;
}

.form-checkboxes1 .checkbox .icon-check {
    background-size: cover;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 3px;
    left: 3px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: all 180ms ease;
    -webkit-transition: all 180ms ease;
    -moz-transition: all 180ms ease;
}

.form-checkboxes1 .checkbox input[type="checkbox"]:checked + .custom-checkbox {
    border-color: #45C2B1;
    box-shadow: none;
    background: #45C2B1;
}

    .form-checkboxes1 .checkbox input[type="checkbox"]:checked + .custom-checkbox .icon-check {
        transform: scale(1);
    }

.form-checkboxes1 .icon-check {
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20baseProfile%3D%22tiny%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.483%201.992l-7.186%207.066-3.778-3.715-2.518%202.475%205.037%204.954%201.259%201.237%209.704-9.541-2.518-2.476z%22/%3E%3C/svg%3E');
    background-repeat: no-repeat;
}

.form-checkboxes1 .checkbox:not(:last-child) {
    margin-bottom: 10px;
}

.other-checkbox .form-control {
    max-width: 300px;
    margin-left: 30px;
}

.other-checkbox {
    display: flex;
}

@media screen and (max-width: 992px) {
    .change-section.wiser-second .form-block .col-form-label {
        width: 100%;
    }

    .form-checkboxes1 .checkbox .custom-checkbox {
        margin: 0 5px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .form-checkboxes1 .checkbox .custom-checkbox {
        float: left;
        margin: 0 9px 10px 0;
    }

    .form-checkboxes1 .checkbox span:last-child {
        /* width: 80%;
        float: left; */
        margin: 0 0 0px 0;
        line-height: 27px;
        display: block;
    }

    .form-checkboxes1 .checkbox label {
        clear: both;
    }

    .other-checkbox {
        display: block;
        clear: both;
    }

    .form-checkboxes1 .other-checkbox .checkbox {
        float: left;
        width: 90%;
    }

    .change-section.wiser-second .form-block .other-checkbox .form-control {
        float: none;
        max-width: 100%;
        margin-left: 0;
    }

    .form-checkboxes1 p.error {
        padding-left: 30px;
    }
}

@media screen and (max-width:580px) {
    .form-checkboxes1 .checkbox span:last-child {
        line-height: 22px;
        float: left;
        width: 80%;
    }

    .form-checkboxes1 p.error {
        clear: both;
    }
}

.form-checkboxes1 .icon-check {
    background-image: url(../images/tick-white.svg);
    background-repeat: no-repeat;
}

.form-checkboxes1 .checkbox label {
    padding-left: 0;
}
/* 10th Feb 2023 starts */
.videos-section {
    padding: 60px 0;
    border-bottom: 1px solid #c5c5c5;
}

    .videos-section .container-custom {
        padding-left: 40px;
    }

    .videos-section .swiper {
        overflow: hidden;
    }

    .videos-section .youtube-slider {
        margin: 60px 0 0;
    }

    .videos-section .swiper-button-prev.swiper-button-disabled, .videos-section .swiper-button-next.swiper-button-disabled {
        display: none;
    }

    .videos-section .swiper-slide p {
        font-family: Calibri;
        color: rgb(91, 102, 112);
        font-size: 18px;
        line-height: 22px;
        margin: 0px;
        font-weight: normal !important;
        margin: 15px 0 0;
    }

    .videos-section .swiper-pagination-clickable {
        display: none !important;
    }

@media screen and (max-width: 1366px) {
    .videos-section {
        padding: 40px 0;
    }
}

@media screen and (max-width: 1200px) {
    .videos-section .container-custom {
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .videos-section .swiper-button-prev.swiper-button-disabled, .videos-section .swiper-button-next.swiper-button-disabled, .videos-section .swiper-button-prev, .videos-section .swiper-button-next {
        display: none !important;
    }

    .videos-section .swiper-slide p {
        text-align: center;
    }

    .videos-section .swiper-pagination-clickable {
        display: block !important;
        text-align: center;
        margin: 10px 0 0;
    }

    .videos-section .swiper-pagination-bullet-active {
        background: #45C2B1;
    }

    .videos-section .swiper-pagination-clickable .swiper-pagination-bullet {
        margin: 0 6px 0 0;
    }
}

@media screen and (max-width: 580px) {
    .videos-section .play-button .btn-layer1 {
        width: 40px;
        height: 40px;
    }

    .videos-section .play-button img {
        width: 15px;
        height: 15px;
    }

    .videos-section .play-button {
        width: 70px;
        height: 70px;
    }
}
