.container-custom {
    max-width: 1920px;
    margin: 0 auto;
}

.container-inner {
    max-width: 1557px;
    margin: 0 auto;
}

h1,
.h1 {
    font-family: "din_mediumregular";
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 58px;
    color: #fff;
}

h2,
.h2 {
    font-family: "DIN";
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 52px;
    color: #fff;
}

h3,
.h3 {
    font-family: "din_bold";
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 42px;
    color: #fff;
}

h4,
.h4 {
    font-family: "DIN";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}

h5,
.h5 {
    font-family: "din_mediumregular";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

p {
    font-family: "DIN";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

/* colors */
.text-black {
    color: #2a3a37;
}

.text-blue {
    color: #418397;
}

.text-blue-light {
    color: #36AFC5;
}

.text-white {
    color: #fff;
}

.text-grey {
    color: #6E6E6E;
}


/* margins */
.mb-48 {
    margin-bottom: 48px;
}

.mb-36 {
    margin-bottom: 36px;
}

.mb-24 {
    margin-bottom: 24px;
}

/* backgrounds */

.bg-blue {
    background: #F0F5F8;
}

.bg-blue-dark {
    background: linear-gradient(90deg, #418397 0%, #5BADC2 100%);
}


.icon-svg {
    display: inline-block;
    position: relative;
}

.icon-hamburger {
    width: 35px;
    min-width: 35px;
    height: 24px;
    background: url("../images/background/hamburger-icon-black.svg") no-repeat;
    background-size: 100%;
}

.icon-hamburger-white {
    width: 35px;
    min-width: 35px;
    height: 24px;
    background: url("../images/background/hamburger-icon-white.svg") no-repeat;
    background-size: 100%;
}

.icon-search {
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: url("../images/background/search-icon-black.svg") no-repeat;
    background-size: 100%;
}

.icon-search-cancel {
    width: 12px;
    min-width: 12px;
    height: 12px;
    background: url("../images/background/search-cancel.svg") no-repeat;
    background-size: 100%;
    opacity: 0.3;
    margin-left: 16px;
}

.icon-search-white {
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: url("../images/background/search-icon-white.svg") no-repeat;
    background-size: 100%;
}

.icon-dropdown-black {
    width: 13px;
    min-width: 13px;
    height: 8px;
    background: url("../images/background/language-dropdown-black.svg") no-repeat;
    background-size: 100%;
}

.icon-dropdown-white {
    width: 13px;
    min-width: 13px;
    height: 8px;
    background: url("../images/background/language-dropdown-white.svg") no-repeat;
    background-size: 100%;
}

.icon-arrow-black {
    width: 20px;
    min-width: 20px;
    height: 16px;
    background: url("../images/background/right-arrow-black.svg") no-repeat;
    background-size: 100%;
}

.icon-arrow-white {
    width: 20px;
    min-width: 20px;
    height: 16px;
    background: url("../images/background/right-arrow-white-new.svg") no-repeat;
    background-size: 100%;
}

.icon-pagination-left-arrow {
    width: 20px;
    min-width: 20px;
    height: 15px;
    background: url('../images/background/pagination-arrow-left.svg') no-repeat;
    background-size: 100%;
}

.icon-pagination-right-arrow {
    width: 20px;
    min-width: 20px;
    height: 15px;
    background: url('../images/background/pagination-arrow-right.svg') no-repeat;
    background-size: 100%;
}

.icon-subscribe {
    min-width: 17px;
    width: 17px;
    height: 17px;
    background: url("../images/background/subscribe.svg") no-repeat;
    background-size: 100%;
}

.icon-arrow-down {
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: url("../images/background/arrow.svg") no-repeat;
    background-size: 100%;
}

.icon-arrow-black-outline {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: url("../images/background/right-arrow-circle.svg") no-repeat;
    background-size: 100%;
}

.icon-arrow-white-outline {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: url("../images/background/right-arrow-circle-white.svg") no-repeat;
    background-size: 100%;
}

.icon-orange-btn-arrow {
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: url("../images/background/orange-button-arrow.svg") no-repeat;
    background-size: 100%;
    margin-left: 20px;
}

.icon-black-btn-arrow {
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: url("../images/background/black-button-arrow.svg") no-repeat;
    background-size: 100%;
}

.icon-close-white {
    width: 25px;
    min-width: 25px;
    height: 25px;
    background: url('../images/background/close-white.svg') no-repeat;
    background-size: 100%;
}

.icon-right-white {
    width: 24px;
    min-width: 24px;
    height: 28px;
    background: url('../images/background/right-arrow-white.svg') no-repeat;
    background-size: 100%;
}

.icon-right-arrow {
    width: 24px;
    min-width: 24px;
    height: 28px;
    background: url('../images/background/right-arrow-blue.svg') no-repeat;
    background-size: 100%;
    margin-top: 6px;
}

.icon-calendar {
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: url('../images/background/calendar.svg') no-repeat;
    background-size: 100%;
    margin-right: 8px;
}

.icon-time {
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: url('../images/background/time.svg') no-repeat;
    background-size: 100%;
    margin-right: 8px;
}

.icon-time-outline {
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: url('../images/background/icon-time-outline.svg') no-repeat;
    background-size: 100%;
    margin-right: 8px;
}

.icon-views {
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: url('../images/background/views.svg') no-repeat;
    background-size: 100%;
    margin-right: 8px;
}

.icon-facebook {
    background: url('../images/background/facebook-icon.svg') no-repeat right top;
    width: 18px;
    min-width: 18px;
    height: 18px;
    background-size: 100%;
}

.icon-twitter {
    background: url('../images/background/twitter-icon.svg') no-repeat right top;
    width: 15px;
    min-width: 15px;
    height: 15px;
    background-size: 100%;
}

.icon-linkedin {
    background: url('../images/background/linkedin-icon.svg') no-repeat right top;
    width: 18px;
    min-width: 18px;
    height: 18px;
    background-size: 100%;
}

.icon-whatsapp {
    background: url('../images/background/whatsapp-icon.svg') no-repeat right top;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-size: 100%;
}

.icon-mail {
    background: url('../images/background/mail-icon.svg') no-repeat right top;
    width: 18px;
    min-width: 18px;
    height: 18px;
    background-size: 100%;
}

.icon-pdf {
    background: url('../images/background/pdf-icon.svg') no-repeat center center;
    width: 12px;
    min-width: 12px;
    height: 12px;
    background-size: 100%;
}

.icon-location {
    width: 22px;
    min-width: 22px;
    height: 22px;
    background: url('../images/background/location-icon.svg') no-repeat;
    background-size: 100%;
    margin-right: 4px;
}

.icon-location-white {
    width: 22px;
    min-width: 22px;
    height: 22px;
    background: url('../images/background/location-icon-white.svg') no-repeat;
    background-size: 100%;
    margin-right: 4px;
}

.icon-calendar-dark {
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: url('../images/background/calendar-dark.svg') no-repeat;
    background-size: 100%;
    margin-right: 6px;
}

.icon-calendar-white {
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: url('../images/background/calendar-white.svg') no-repeat;
    background-size: 100%;
    margin-right: 6px;
}

.icon-grid-blue {
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: url('../images/background/grid-blue.svg') no-repeat;
    background-size: 100%;
    margin-right: 6px;
}

.icon-grid-black {
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: url('../images/background/grid-black.svg') no-repeat;
    background-size: 100%;
    margin-right: 6px;
}

.icon-list-blue {
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: url('../images/background/list-blue.svg') no-repeat;
    background-size: 100%;
    margin-right: 6px;
}

.icon-list-black {
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: url('../images/background/list-black.svg') no-repeat;
    background-size: 100%;
    margin-right: 6px;
}

.icon-calendar-blue {
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: url('../images/background/calendar-blue.svg') no-repeat;
    background-size: 100%;
    margin-right: 6px;
}

/* buttons */
.btn-white {
    color: #262425;
    text-align: center;
    font-family: "DIN";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    text-decoration: none;
    background: #fff;
    padding: 15px 30px 16px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    text-align: center;
}

.btn-white:hover,
.btn-white:focus {
    opacity: 0.9;
}

.btn-white:hover .icon-black-btn-arrow,
.btn-white:focus .icon-black-btn-arrow {
    background: url("../images/background/white-button-arrow.svg") no-repeat;
    background-size: 100%;
}

.btn-outline-black,
.btn-blue,
.btn-outline-white {
    font-family: "DIN";
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    padding: 16px 30px 15px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    border: 1px solid #344054;
    background: #FFF;
    text-decoration: none;
    color: #475467;
    text-align: center;
}

.btn-outline-black:hover,
.btn-outline-black:focus {
    background: #344054;
    color: #FFF;
}

.btn-blue {
    background: #36AFC5;
    color: #F2F8F7;
    border: 1px solid #36AFC5;
}

.btn-blue:focus,
.btn-blue:hover {
    color: #F2F8F7;
    background: #4bcbe2;
}


.header-main {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    /* padding: 28px 0 45px; */
}

.live-band+.header-main {
    top: 60px;
}

.header-main .header-left .adsw-logo {
    margin-right: 70px;
    max-width: 258px;
}

.header-main .header-left .masdar-logo {
    max-width: 210px;
}

.header-main .header-left .adsw-logo img,
.header-main .header-left .masdar-logo img {
    width: 100%;
    height: auto;
}

.header-main .header-left {
    display: flex;
    align-items: center;
    width: 100%;
}

.header-main .header-right .adsw-event {
    max-width: 171px;
    min-width: 171px;
    width: 100%;
    background: url("../images/button-bg.svg") no-repeat;
    background-size: 100%;
}

.header-main .header-right .adsw-event p {
    font-family: "din_bold";
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 8px 35px 9px;
}

.header-main .header-right .adsw-event p span {
    color: #fff;
    font-size: 18px;
}

.header-main .header-right .adsw-event a {
    text-decoration: none;
}

.header-main .header-right .lang-block {
    margin-left: 36px;
    border-radius: 7px;
    overflow: hidden;
}

.header-main .header-right .search-icon,
.header-main .header-right .energy-efficient,
.header-main .header-right .adsw-event,
.header-main .header-right .lang-block {
    margin: 0 27px 0 0;
}

.header-main .header-right .search-icon,
.header-main .header-right .hamburger-menu {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header-main .header-right .search-icon {
    padding-right: 20px;
    position: relative;
}

.header-main .header-right .energy-efficient {
    min-width: 170px;
}

.header-main {
    transition: all ease-in;
    -webkit-transition: all ease-in;
    -moz-transition: all ease-in;
}

.header-main .header-right .selected-language {
    cursor: pointer;
    border-radius: 7px 7px 0 0;
    border-right: 1px solid transparent;
    padding: 3px 5px;
}

.header-main .header-right .on .selected-language {
    background: #fff;
}

.header-main .header-right .image {
    width: 24px;
    margin-right: 4px;
}

.header-main .header-right {
    background: transparent;
}

.header-main .header-right .lang-select-dropdown {
    list-style: none;
    padding: 0;
    position: absolute;
    display: none;
    background: #fff;
    padding: 3px 8px 8px;
    width: 52px;
    margin: 0;
    border-radius: 0 0 7px 7px;
    z-index: 999;
}

.header-main .header-right .lang-block.on {
    border-radius: 7px 7px 0 0;
}

.dropdown-menu-container.active .header-main .header-right .lang-block.on .icon-dropdown-white {
    background: url('../images/background/language-dropdown-black.svg') no-repeat;
    background-size: 100%;
}

.header-main .header-right .lang-select-dropdown.active {
    display: block;
}

.header-main .header-right .lang-select-dropdown li {
    width: 24px;
    height: 16.69px;
    cursor: pointer;
}

.header-main .header-right .lang-select-dropdown li img {
    width: 100%;
}

.header-main .header-right .lang-select-dropdown li.active {
    display: none;
}

.header-main .header-right .selected-language .image span.p {
    color: #262425;
    font-size: 18px;
    line-height: 20px;
    font-family: "din_bold";
    font-weight: normal;
}

/* header sticky */
.header-main>* {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.header-main.sticky_header {
    position: fixed;
    background: #fff;
    /* transition: all 0.3s ease-in-out;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out; */
    z-index: 999;
    /* padding: 15px 0; */
    top: 0 !important;
}

.header-main.sticky_header .container-inner {
    padding: 8px 0;
}

.header-main.sticky_header .header-left .adsw-logo {
    max-width: 210px;
}

.header-main.sticky_header .header-left .masdar-logo {
    max-width: 180px;
}

.header-main .selected-language p {
    font-family: "DIN";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.lang-select-dropdown {
    margin: 10px 0 0;
}

.energy-efficient .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.energy-efficient .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.energy-efficient .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/background/energy-efficient-bg.svg");
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.energy-efficient .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0;
    bottom: 0;
    background: url("../images/background/energy-efficient-round.svg");
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

/* .energy-efficient input:checked+.slider {
    background: #07ab78
}

.energy-efficient input:focus+.slider {
    box-shadow: 0 0 1px #07ab78
} */

.energy-efficient input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.energy-efficient .slider.round {
    border-radius: 34px;
}

.energy-efficient .slider.round:before {
    border-radius: 50%;
}

.energy-efficient {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.energy-efficient .label-text {
    font-size: 15px;
    line-height: 22px;
    color: #262425;
    margin-right: 10px;
    font-family: "din_bold";
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    margin-top: 2px;
    text-align: right;
}

.energy-efficient a {
    color: inherit;
    text-decoration: underline;
}


.energy-efficient .switch.disabled,
.energy-efficient .switch.disabled input[type="checkbox"] {
    cursor: default;
    pointer-events: none;
}

.header-main.active .energy-efficient .label-text {
    color: #004b6e;
}

.cookie-popup .cookie-left {
    max-width: 75%;
}

.cookie-popup .cookie-right .link-block {
    margin-right: 70px;
}

.cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0397c9;
    padding: 20px 0;
    z-index: 9999;
}

.cookie-popup h2 {
    font-size: 26px;
    line-height: 40px;
    color: #fff;
}

.cookie-popup p {
    color: #fff;
}

.cookie-popup.inactive {
    position: relative;
    display: none;
}

/* agaenda news  */
.news-agenda {
    background: #eaeaea url("../images/news-bg.svg") no-repeat;
    /* background-size: cover; */
    /* padding-top: 148px; */
}

/* youtube video starts */
.video-wrapper {
    position: relative;
    overflow: hidden;
}

.btn-layer1 {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.play-button-image {
    margin-left: 20px;
}

.news-video-big .video-wrapper .btn-layer1 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.video-wrapper.block-video>div {
    width: 100%;
    height: 100%;
}

.video-wrapper.block-video>div.btn-layer1 {
    width: auto;
    height: auto;
}

.video-wrapper a>img {
    width: 100%;
    height: auto;
}

.video-wrapper .content-right {
    margin-left: auto;
}

.news-video-big .video-wrapper .content-right {
    margin-right: 55px;
}

/* youtube video ends */

/* video tag starts */
.video-wrapper video {
    width: 100%;
    height: 100%;
    display: block;
}

/* video tag ends */

.news-agenda .slide-content h4 {
    color: #004b6e;
    margin-bottom: 24px;
}

.news-agenda .slide-content h4 a {
    color: #004b6e;
    text-decoration: none;
}

.news-agenda .slide-content {
    padding: 32px 0 0;
}

.news-agenda .slide-content p {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
}

.news-agenda .btn-block {
    width: 300px;
    margin: 75px auto;
}

.news-agenda .btn-block .btn {
    width: 100%;
}

.btn-layer1 .content-block {
    align-items: flex-end;
    height: 100%;
    padding: 27px;
}

.news-agenda .content-block .content-left {
    max-width: 466px;
    width: 100%;
}

.news-agenda .content-block .content-left h2,
.news-agenda .content-block .content-left p {
    text-align: left;
}

.news-agenda .content-block .content-left p {
    margin-bottom: 12px;
}

.news-agenda .content-right p {
    color: rgba(255, 255, 255, 0.7);
    font-family: "DIN";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    opacity: 0.5;
    margin-bottom: 0;
}

.news-agenda .card-container {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.news-agenda .row:first-child {
    margin-bottom: 20px;
}

.news-agenda .card-horizontal .image {
    max-height: 356px;
    position: relative;
}

/* card horizontal */

.card-horizontal {
    background: #fff;
    box-shadow: 0px 3.329px 61.581px 8.322px rgba(0, 0, 0, 0.07);
    border: none;
    border-radius: 0;
}

.card-horizontal img,
.card-vertical img,
.reports-item img,
.item-events-row-v1 .image img,
.item-events-row .image img,
.image-two-blocks .image-item img {
    width: 100%;
    height: auto;
}

/* .card-horizontal .image img,
.card-vertical .image img,
.reports-item .image img,
.item-events-row-v1 .image img, .item-events-row .image img, .image-two-blocks .image-item img {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
} */

.card-horizontal .image,
.card-vertical .image,
.reports-item .image,
.item-events-row-v1 .image,
.item-events-row .image,
.image-two-blocks .image-item {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.card-horizontal .image a,
.card-vertical .image a,
.reports-item .image a,
.item-events-row-v1 .image a,
.item-events-row .image a,
.image-two-blocks .image-item a {
    width: 100%;
}

/* .card-horizontal:hover .image img,
.card-vertical:hover .image img,
.reports-item:hover .image img, .item-events-row-v1 .item:hover .image img, .item-events-row .item:hover .image img, .image-two-blocks .image-item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
} */

.news-agenda .card-horizontal:hover a,
.news-agenda .card-vertical:hover a {
    font-family: "din_bold";
}

.card-horizontal,
.card-vertical,
.reports-item {
    overflow: hidden;
}

.card-horizontal .card-title {
    margin-bottom: 13px;
}

.card-horizontal .card-text {
    min-height: 160px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-horizontal .card-text,
.card-horizontal .card-text a,
.card-vertical .card-text,
.card-vertical .card-text a {
    margin-bottom: 22px;
    color: #2a3a37;
}

.reports-item a {
    color: #2a3a37;
}

.card-horizontal:hover,
.card-vertical:hover,
.reports-item:hover {
    cursor: pointer;
}

.card-horizontal .card-text a,
.card-vertical .card-text a,
.reports-item a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.card-horizontal:hover .card-text a,
.card-vertical:hover .card-text a,
.reports-item:hover a {
    text-decoration: underline;
    color: #418397;
}

.card-horizontal .card-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 40px;
    background: #fff;
}

.card-horizontal .image {
    max-width: 374px;
    width: 100%;
}

.card-horizontal .card-body {
    max-width: 395px;
    width: 100%;
}

/* card vertical */
.card-vertical .card-body {
    padding: 20px 20px 25px 20px;
}

.card-container .card-vertical {
    border: none;
    border-radius: 0;
}

.card-vertical .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* category tag */
.category-tag {
    font-family: "DIN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
}

/* links */
.link-box a {
    text-decoration: none;
}

.link-box span {
    font-family: "DIN";
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1.331px;
    display: block;
    margin-right: 8px;
}

/* newsletter */
.newsletter {
    padding: 74px 0;
}

.newsletter .text {
    margin-right: 120px;
}

.newsletter .text h2 {
    padding-bottom: 6px;
}

.newsletter .form-block-container {
    max-width: 592px;
    width: 100%;
}

.newsletter .form-block-container p {
    margin: 16px 0 0;
}

.newsletter .form-block-container p,
.newsletter .form-block-container p a {
    color: #fff;
}

.newsletter .form-block {
    padding: 4px 4px 4px 22px;
    background: rgba(255, 255, 255, 0.4);
}

.newsletter .btn,
.btn-search {
    font-family: "DIN";
    font-weight: 400;
    padding: 17px 34px;
    background: #fff;
    font-size: 14px;
    line-height: 17px;
    color: #151515;
    text-transform: uppercase;
    border-radius: 0;
}

.btn-search {
    background: #5EB0C5;
    font-size: 18px;
    line-height: 20px;
    color: #F2F8F7;
    padding: 18px 24px;
    border: none;
    justify-content: center;
}

.btn-search:focus,
.btn-search:hover {
    box-shadow: none;
    color: #F2F8F7;
}

.btn-search .icon-subscribe {
    background: url('../images/background/susbscribe-white.svg') no-repeat;
    background-size: 100%;
    margin-left: 17px;
}

.newsletter .btn:focus,
.newsletter .btn:hover {
    color: #151515;
    outline: 0;
    box-shadow: none;
}

.newsletter .btn span {
    margin-right: 17px;
}

.newsletter .form-control {
    padding: 0;
    background: transparent;
    border: none;
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.4);
    font-family: "DIN";
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
}

.newsletter .form-control:focus {
    box-shadow: none;
}

.form-block-container .icon-arrow-down {
    margin-right: 10px;
}

/* reports and publications starts */
.reports-publications {
    /* background: url("../images/reports-publications-bg.svg") no-repeat; */
    background: #eaeaea;
    background-size: cover;
    padding: 120px 0;
}

.reports-publications .title-block,
.events-initiatives .title-block,
.news-agenda .title-block {
    margin-bottom: 55px;
}

.reports-publications-container .content {
    padding-top: 28px;
}

.reports-publications-container span {
    padding-bottom: 11px;
    display: block;
    text-transform: uppercase;
}

.reports-publications-container p {
    padding-bottom: 9px;
}


.publication-details .swiper {
    position: relative;
}

.publication-details .swiper-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 99;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
}

.publication-details .swiper-nav .swiper-button-prev,
.publication-details .swiper-nav .swiper-button-next {
    display: block;
    position: relative;
    left: unset;
    right: unset;
}

.publication-details .swiper-button-next:after,
.publication-details .swiper-button-prev:after {
    display: none;
}

.publication-details .swiper-nav .swiper-button-prev {
    width: 15px;
    min-width: 15px;
    height: 30px;
    background: url('../images/background/arrow-blue-left.svg') no-repeat;
    background-size: 100%;
}

.publication-details .swiper-nav .swiper-button-next {
    width: 15px;
    min-width: 15px;
    height: 30px;
    background: url('../images/background/arrow-blue-right.svg') no-repeat;
    background-size: 100%;
}




/* full video */
.videos-section .videos-group {
    padding: 24px 0 120px;
    /* background: url("../images/background/videos-section-bg.svg") no-repeat center; */
    background: #eaeaea;
}

.full-video .title-block {
    background: url("../images/background/top-gradient-video.svg") no-repeat bottom;
    background-size: cover;
    padding: 19px 0 100px;
}

.full-video .content-block {
    background: url("../images/background/bottom-gradient-video.svg") no-repeat top;
    background-size: cover;
    padding: 85px 0 51px;
    height: auto;
}

.full-video .content-left {
    text-align: left;
    max-width: 60%;
}

.full-video .content-left h2,
.full-video .content-left .date {
    padding-bottom: 16px;
}

.full-video .content-left h3 {
    max-width: 100%;
}

.full-video .content-left .date {
    color: #FFF;
    font-family: "DIN";
    font-size: 18px;
    font-style: normal;
    line-height: 23px;
    text-transform: uppercase;
    display: block;
}

.full-video .video-wrapper .btn-layer1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100% !important;
    height: 100% !important;
}

.videos-group .card-body {
    border: 0.831px solid #b8d7df;
    background: #fff;
    max-width: 502px;
}

.videos-group .card-vertical .card-text,
.expert-insights .card-vertical .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* expert insights */
.expert-insights {
    background: linear-gradient(270deg, #418397 0%, #5badc2 100%);
    padding: 120px 0;
}

.expert-insights .title-block h2,
.expert-insights .title-block p {
    padding-bottom: 19px;
}

.expert-insights .title-block {
    height: 100%;
    position: relative;
}

.expert-insights .title-block p {
    max-width: 360px;
}

.expert-insights .card-vertical a {
    text-decoration: none !important;
    color: #fff !important;
}

.expert-insights .card-vertical .card-title {
    padding: 12px 0;
}

.expert-insights .card-container .card-vertical {
    padding: 0 32px 23px;
    position: relative;
}

.expert-insights .col-lg-4 .card-vertical:after,
.expert-insights .title-block:after {
    content: "";
    position: absolute;
    bottom: 23px;
    height: 1px;
    width: 90%;
    background: rgba(184, 215, 223, 0.4);
    left: 25px;
}

.expert-insights .col-lg-4:nth-last-child(-n + 3) .card-vertical:after {
    display: none;
}

.expert-insights .card-vertical .card-body {
    padding: 0 0 32px 0;
}

.expert-insights .col-lg-4:nth-last-child(-n + 3) .card-vertical .card-body {
    padding: 0;
}

.expert-insights .item {
    position: relative;
}

.expert-insights .item:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 90%;
    background: rgba(184, 215, 223, 0.4);
}

.expert-insights .col-lg-4:nth-child(3n + 1) .item:before {
    display: none;
}

.expert-insights .col-lg-4:nth-child(3n + 1) .card-container .card-vertical {
    padding-left: 0;
}

.expert-insights .col-lg-4:nth-child(3n) .card-container .card-vertical {
    padding-right: 0;
}

.expert-insights .row {
    --bs-gutter-x: 0;
}

.expert-insights .card-container .card-vertical .image {
    width: 100% !important;
}

.expert-insights .card-container .card-vertical .image img {
    height: 100%;
}

/* events & initiatives */
.events-initiatives {
    padding: 120px 0;
    background: url("../images/events-initiatives-bg.png") no-repeat;
    background-size: cover;
}

.btn-orange,
.btn-white,
.btn-blue-arrow {
    padding: 16px 24px;
    background: #f7941e;
    color: #fff;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-family: "din_mediumregular";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
}

.btn-orange:hover,
.btn-orange:focus {
    background: #f38400;
    color: #fff;
}

.btn-blue-arrow {
    background: #36AFC5;
    color: #fff;
    font-family: "DIN";
    max-width: 239px;
    width: 100%;
}

.btn-blue-arrow:hover,
.btn-blue-arrow:focus {
    color: #F2F8F7;
    background: #4bcbe2;
}

.btn-white {
    background: #fff;
    color: #262425;
}

.btn-white:hover,
.btn-white:focus {
    background: #262425;
    color: #fff;
}

.btn-orange .icon-orange-btn-arrow,
.btn-white .icon-black-btn-arrow {
    margin-left: 20px;
}

.hero-banner .image {
    overflow: hidden;
}

.hero-banner .image img {
    width: 100%;
    height: auto;
}

.hero-banner .content {
    max-width: 1168px;
    position: absolute;
    top: 94px;
    /* transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%); */
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.hero-banner .content-container {
    width: 100%;
    max-width: 567px;
}

.hero-banner .content h2 {
    padding-bottom: 26px;
}

.hero-banner .content p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-items .hero-item .content {
    position: absolute;
    bottom: 0;
    padding: 20px 30px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: transparent;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
}

.hero-items .hero-item:hover .content {
    background: rgba(255, 255, 255, 0.6);
}

.hero-items .hero-item .content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-items .hero-item .content h2,
.hero-items .hero-item .content p {
    color: #fff;
}

.hero-items .hero-item:hover .content h2,
.hero-items .hero-item:hover .content p {
    color: #2a3a37;
}

.hero-items .hero-item .content h2 {
    font-family: "din_bold";
    padding-bottom: 14px;
}

.hero-items {
    margin-top: 55px;
}

.hero-items .hero-item {
    width: 30%;
}

.hero-items .hero-item img {
    width: 100%;
    height: auto;
}

.hero-items .hero-item .image {
    overflow: hidden;
}

/* who we are  */
.who-we-are {
    padding: 120px 0;
    background: url("../images/who-we-are-bg.png") no-repeat;
    background-size: cover;
}

.who-we-are .title-block {
    max-width: 703px;
    margin: 0 auto;
    text-align: center;
}

.who-we-are .title-block h1,
.who-we-are .title-block p {
    margin-bottom: 30px;
}

.who-we-are .title-block p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* footer */
footer {
    background: #e8f0f2;
    padding: 30px 40px;
    margin: 176px 0 0;
}

footer .footer-top {
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid #d3d3d3;
}

footer .links ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .links ul li:not(:last-child) {
    /* margin-right: 60px; */
    /* margin-right: 24px; */
}

footer .links ul li a {
    font-family: "DIN";
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
}

footer .links ul li a:hover {
    color: #2a3a37;
}

footer .footer-bottom p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
}

.social-media-icons ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-media-icons ul li:not(:last-child) {
    margin-right: 24px;
}

/* checkboxes */
.checkbox.inline,
.radio.inline {
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
}

.checkbox.inline:last-child,
.radio.inline:last-child {
    margin-right: 0;
}

.checkbox label,
.radio 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: "DIN";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #004b6e;
    display: flex;
    align-items: center;
}

.radio label {
    display: flex;
    align-items: center;
}

.checkbox input[type="checkbox"],
.radio input[type="checkbox"],
.checkbox input[type="radio"],
.radio input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.checkbox .custom-checkbox,
.radio .custom-checkbox,
.checkbox .custom-radio,
.radio .custom-radio {
    display: inline-block;
    vertical-align: top;
    min-width: 40px;
    width: 40px;
    height: 40px;
    background: #fff;
    position: relative;
    border: 2px solid #f2f2f2;
    border-radius: 3px;
}

.checkbox .custom-checkbox {
    top: 4px;
    background: #fff;
}

.checkbox .icon-check {
    background-size: cover;
    position: absolute;
    width: 19px;
    height: 19px;
    top: 8px;
    left: 9px;
    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;
}

.checkbox input[type="checkbox"]:checked+.custom-checkbox {
    border-color: #0397c9;
    box-shadow: none;
    background: #0397c9;
}

.checkbox input[type="checkbox"]:checked+.custom-checkbox .icon-check {
    transform: scale(1);
}

.radio .custom-radio {
    border-radius: 18px;
    background: #fff;
    transition: all 180ms ease;
    top: -2px;
    width: 25px;
    height: 25px;
}

.radio input[type="radio"]:checked+.custom-radio {
    border-color: #0397c9;
    background: #0397c9;
    box-shadow: inset 0 0 0 4px #fff;
}

.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-checkboxes .checkbox:not(:last-child) {
    margin-bottom: 24px;
}

.form-checkboxes .checkbox .label {
    display: block;
    margin: 5px 0 0 21px;
}

/* Low carbon code */
.low-carbon-on .reports-item img {
    width: auto;
}

.low-carbon-on .expert-insights .card-container .card-vertical .image img {
    width: auto;
    height: auto;
}

/* .low-carbon-on .hero-banner .image img {
   width: auto;
   height: auto;
} */

.low-carbon-on .who-we-are,
.low-carbon-on .text-over-image-v1 {
    background: url('../images/lowcarbonmode.svg') no-repeat;
    background-size: cover;
}

.low-carbon-on .news-details .news-details-right .card-vertical-v1.card-vertical img {
    height: auto;
}

.low-carbon-on .newsletter-listing img,
.low-carbon-on .publication-details .left-image img {
    width: auto;
    height: 100%;
}

.low-carbon-on .vjs-poster,
.low-carbon-on .newsletter-block-v1,
.low-carbon-on .event-details,
.low-carbon-on .bg-image-blue,
.low-carbon-on .newsletter-block,
.low-carbon-on .advisory-text-bg {
    background: url('../images/lowcarbonmode.svg') no-repeat !important;
    background-size: cover;
}



footer .masdar-logo span {
    margin-right: 5px;
}

.full-screen-video-banner-v1 .full-screen-video-button.active {
    display: block !important;
}


.dropdown-menu-container {
    position: fixed;
    background: linear-gradient(0deg, rgba(52, 162, 182, 0.40) 0%, rgba(52, 162, 182, 0.40) 100%), #262425;
    top: 0;
    width: 100%;
    height: 660px;
    transform: translateY(-150%);
    -webkit-transform: translateY(-150%);
    -moz-transform: translateY(-150%);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    z-index: 99999;
    max-width: 1920px;
}

.dropdown-menu-container.active {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
}

.header-main .header-right .search-icon,
.header-main .header-right .energy-efficient,
.header-main .header-right .adsw-event,
.header-main .header-right .lang-block {
    margin: 0 33px 0 0;
}

.dropdown-menu-container .header-main {
    position: relative;
    padding: 36px 40px 57px;
    top: 0 !important;
}

.dropdown-menu-container .menu-first-level,
.dropdown-menu-container .menu-second-level {
    width: 23.1%;
    position: relative;
}

.dropdown-menu-container .menu-third-level {
    width: 53.8%;
}

.dropdown-menu-container .menu-first-level:after,
.dropdown-menu-container .menu-second-level:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 660px;
    top: -156px;
    background: rgba(242, 248, 247, 0.30);
}

.dropdown-menu-container .menu-first-level ul,
.dropdown-menu-container .menu-second-level ul,
.dropdown-menu-container .menu-third-level ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dropdown-menu-container .menu-first-level ul li,
.dropdown-menu-container .menu-second-level ul li,
.dropdown-menu-container .menu-third-level ul li {
    color: #FFF;
    font-family: "DIN";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 41px;
    background: #2C565F;
}

.dropdown-menu-container .menu-third-level ul li {
    font-size: 23px;
    font-weight: 400;
    line-height: 41px;
}

.dropdown-menu-container .menu-first-level ul li a,
.dropdown-menu-container .menu-second-level ul li a,
.dropdown-menu-container .menu-third-level ul li a {
    text-decoration: none;
    color: #FFF;
    display: block;
}

.dropdown-menu-container .menu-first-level ul li a {
    padding: 20px 40px;
}

.dropdown-menu-container .menu-second-level ul li a {
    padding: 25px 40px 0 40px;
}

.dropdown-menu-container .menu-third-level ul li a {
    padding: 25px 40px 0 40px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.dropdown-menu-container .menu-third-level ul li a:hover,
.dropdown-menu-container .menu-third-level ul li a:focus {
    color: #36AFC5
}

.dropdown-menu-container .menu-third-level ul {
    width: 33.33%;
}

.dropdown-menu-container .menu-first-level ul li a svg {
    opacity: 0.3;
}

.dropdown-menu-container .menu-first-level ul li:not(:last-child) {
    border-bottom: 1px solid rgba(242, 248, 247, 0.20);
}

.dropdown-menu-container .header-main .header-right .selected-language .image span.p {
    color: #fff;
}

.dropdown-menu-container .header-main .header-right .on .selected-language .image span.p {
    color: #262425;
}

.dropdown-menu-container .dropdown-menu-wrapper {
    display: flex;
}

.dropdown-menu-container .menu-first-level ul li a:hover,
.dropdown-menu-container .menu-first-level ul li.active {
    background: rgba(54, 175, 197, 0.70);
    transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
}

.dropdown-menu-container .menu-first-level ul li a:hover svg,
.dropdown-menu-container .menu-first-level ul li.active svg {
    opacity: 1;
}

.dropdown-menu-container .menu-second-level ul li a .icon-right-arrow {
    opacity: 0;
}

.dropdown-menu-container .menu-second-level ul li.active a .icon-right-arrow {
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
}

.dropdown-menu-container .menu-second-level ul li.active a span {
    color: #36AFC5;
    transition: color 0.4s ease-in-out;
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
}

.dropdown-menu-container .menu-third-level-container {
    display: flex;
    justify-content: space-between;
    padding-right: 40px;
}


.dropdown-menu-container .menu-second-level ul.active {
    display: block;
}

.dropdown-menu-container .menu-second-level ul {
    display: none;
}

.dropdown-menu-container .menu-third-level-container.active {
    display: flex;
}

.dropdown-menu-container .menu-third-level-container {
    display: none;
}

.menu-third-level-container .text {
    width: 49%;
    padding: 0 25px 0 40px;
}

.menu-third-level-container p {
    color: #fff;
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 36px;
}

.dropdown-menu-container .menu-level-container {
    padding: 20px 40px;
}

.menu-third-image-potrait {
    width: 33.33%;
}

.menu-third-image-landscape {
    width: 51%;
}

.menu-third-image-potrait img,
.menu-third-image-landscape img {
    width: 100%;
    height: 100%;
}

.dropdown-menu-container.mobile-version {
    display: none;
}



/* Live band */
.live-band {
    background: linear-gradient(180deg, #262425 -118.64%, #438599 203.82%);
    padding: 18px 0;
}

.live-band p {
    color: #F2F8F7;
    font-family: "DIN";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 0;
    text-align: center;
}

.live-band p a {
    text-decoration: none;
    color: #fff;
}

.live-band .live-image {
    margin-right: 25px;
}

.live-band p span {
    margin-left: 10px;
}



/* header inner pages */
.header-main.header-inner-pages .energy-efficient .label-text,
.header-main.header-inner-pages .header-right .selected-language .image span.p {
    color: #fff;
}

.header-main.header-inner-pages .header-left .adsw-logo img.colored-logo {
    display: none;
}

.header-main.header-inner-pages {
    padding: 0;
}

.header-main.header-inner-pages .container-inner {
    padding: 20px 0 18px;
    border-bottom: 1px solid rgba(91, 172, 193, 0.20);
}

.header-main.header-inner-pages-v1 .container-inner {
    border-bottom: 1px solid rgba(91, 172, 193, 0.20);
}

.header-main.header-inner-pages .container-inner>.d-flex {
    padding: 8px 0;
}

.header-main.header-inner-pages.sticky_header .container-inner,
.header-main .container-inner>.d-flex {
    padding: 7px 0;
    border-bottom: none;
}


.header-main .container-inner {
    padding: 25px 0 18px;
}

/* .header-main.header-inner-pages.sticky_header .d-flex {
   padding: 4px 0;
} */

.header-main.header-inner-pages.sticky_header .header-left .adsw-logo img.white-logo {
    display: none;
}

.header-main.header-inner-pages.sticky_header .header-left .adsw-logo img.colored-logo {
    display: block;
}

.header-main.header-inner-pages.sticky_header .icon-search-white {
    background: url('../images/background/search-icon-black.svg') no-repeat;
    background-size: 100%;
}

.header-main.header-inner-pages.sticky_header .icon-dropdown-white {
    background: url('../images/background/language-dropdown-black.svg') no-repeat;
    background-size: 100%;
}

.header-main.header-inner-pages.sticky_header .icon-hamburger-white {
    background: url('../images/background/hamburger-icon-black.svg') no-repeat;
    background-size: 100%;
}

.header-main.header-inner-pages.sticky_header .energy-efficient .label-text,
.header-main.header-inner-pages.sticky_header .header-right .selected-language .image span.p,
.header-main.header-inner-pages .header-right .on .selected-language .image span.p {
    color: #262425;
}

.header-main.header-inner-pages .header-right .on .selected-language .icon-dropdown-white {
    background: url('../images/background/language-dropdown-black.svg') no-repeat;
    background-size: 100%;
}

.header-main.header-inner-pages.sticky_header .header-right .lang-select-dropdown {
    padding: 3px 4px 8px;
}


body {
    overflow-x: hidden;
}


/* Banner */
.banner-v1 {
    overflow: hidden
}

.banner-v1 .banner-image img {
    width: 100%;
    height: auto;
}

.banner-v1 .banner-content {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    bottom: 40px;
}

.banner-v1 span {
    padding-bottom: 6px;
    display: block;
}

.banner-v1 h1 {
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 16px;
    max-width: 781px
}

.banner-v1 p {
    color: #fff;
    max-width: 1300px;
    margin-bottom: 0;
}

.banner-v1 .btn-block span {
    padding-bottom: 0;
}

.banner-v1 .btn-block {
    max-width: 247px;
    width: 100%;
}

.banner-v1 .banner-content .btn-block {
    margin-top: 32px
}

.banner-v1 .banner-content p span {
    display: block
}

.banner-v1 h1 {
    padding-bottom: 24px;
    text-shadow: 1px 1px 2px #505050;
}

.banner-v1 p {
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    text-shadow: 1px 1px 2px #505050;
}


/* Breadcrumb */
.breadcrumb-box {
    padding: 32px 0
}

.breadcrumb-item {
    font-family: 'DIN';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #262425;
    text-transform: uppercase;
    padding-right: 12px;
}

.breadcrumb-item a {
    color: #262425;
    opacity: .5;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #262425;
    padding: 0;
}

/* .breadcrumb-item+.breadcrumb-item::before {
   content: '';
   background: url('../images/background/breadcrumb-arrow.svg') no-repeat top 6px right 8px;
   width: 8px;
   height: 19px;
   background-size: 6px;
   padding-right: 16px;
   display: block
} */
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 12px;
}

.breadcrumb {
    flex-wrap: wrap;
    align-items: center
}


/* filter block */
.latest-news .search-field {
    max-width: 502px;
    width: 100%;
}

.latest-news .filter-block .year-field,
.latest-news .filter-block .topic-field {
    max-width: 240px;
    width: 100%;
    /* position: relative; */
}

.latest-news .filter-block .year-field .select2-container,
.latest-news .filter-block .topic-field .select2-container {
    width: 100% !important;
    display: block;
}

.select2-container {
    width: auto !important;
    display: block;
}

.latest-news .btn-search {
    max-width: 239px;
    width: 100%;
}

.latest-news .search-field .form-control,
.latest-news .filter-block .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 17px 24px;
    border: 1px solid rgba(38, 36, 37, 0.20);
    background: rgba(232, 240, 242, 0.50);
    backdrop-filter: blur(2px);
    color: #262425;
    font-size: 18px;
    line-height: 19px;
    font-weight: 400;
    border-radius: 0;
}

.latest-news .search-field .form-control:focus {
    outline: none;
    box-shadow: none;
}

.latest-news .search-field .form-control::-webkit-input-placeholder {
    color: #262425;
}

.latest-news .search-field .form-control::-moz-placeholder {
    color: #262425;
}

.latest-news .search-field .form-control:-ms-input-placeholder {
    color: #262425;
}

.latest-news .search-field .form-control:-moz-placeholder {
    color: #262425;
}

.latest-news .search-field .form-control {
    padding-left: 64px;
    background: rgba(232, 240, 242, 0.50) url('../images/background/search-filter.svg') no-repeat left 24px center;
}

.latest-news .filter-block .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: url('../images/background/select-down-arrow.svg') no-repeat;
    width: 17px;
    min-width: 17px;
    height: 9px;
    background-size: 100%;
    right: 24px;
}

.latest-news .filter-block .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.latest-news .filter-block .select2-container--default .select2-selection--single {
    border: none;
    background: transparent;
    border-radius: 0;
    height: auto;
}

.latest-news .filter-block>.d-flex {
    column-gap: 24px;
}

.latest-news .filter-block {
    padding: 36px 0;
}

.latest-news .latest-news-hero,
.latest-news .expert-insights-hero {
    margin-bottom: 60px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #5EB0C5;
}

.breadcrumb-spacing-bottom {
    margin-bottom: 40px;
}

.breadcrumb-spacing-top {
    margin-top: 125px;
}

.card-horizontal-v1-big.card-horizontal .image {
    max-width: 503px;
}

.latest-news-hero .card-horizontal-v1-big.card-horizontal .card-text,
.latest-news-hero .card-horizontal-v1-small.card-horizontal .card-text {
    min-height: 116px;
}

.card-horizontal-v1-big.card-horizontal .card-body,
.card-horizontal-v1-small.card-horizontal .card-body {
    padding: 12px 24px;
}

.card-horizontal-v1-big.card-horizontal .card-text,
.card-horizontal-v1-big.card-horizontal .card-text a {
    margin-bottom: 18px;
}

.card-horizontal-v1-big.card-horizontal .card-title {
    position: absolute;
    top: 12px;
    right: 24px;
}

.card-horizontal-v1-small.card-horizontal .image {
    max-width: 240px;
}

.card-horizontal-v1-small.card-horizontal .card-title {
    text-align: right;
}

.card-horizontal-small {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.card-vertical-v1.card-vertical .card-body {
    padding: 24px 20px 42px;
}

.card-vertical-v1.card-vertical .category-tag {
    margin-bottom: 24px;
}

.card-vertical-v1.card-vertical .category-tag span {
    display: block;
}

.card-vertical-v1.card-vertical .category-tag .date {
    color: #262425;
}

.card-vertical-container {
    height: auto;
}

.card-vertical-v1.card-vertical .card-body p,
.card-vertical-v1.card-vertical .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-vertical-v1.card-vertical {
    background: #FFF;
    box-shadow: 0px 5.021px 92.892px 12.553px rgba(0, 0, 0, 0.07);
    height: 100%;
}

.latest-news-listing .row,
.expert-insights-listing .row,
.experts-listing .row {
    row-gap: 24px;
}

.pagination-block {
    margin: 36px 0 0;
}

.pagination,
.pagination nav {
    width: 100%;
}

.pagination ul {
    list-style: none;
    padding: 0;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    padding: 0;
    border: none;
    background: transparent;
    margin-left: 6px;
    color: #475467;
    font-family: "DIN";
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
}

.page-item:first-child .page-link {
    margin: 0;
}

.page-item:first-child .page-link .icon-pagination-left-arrow {
    margin-right: 6px;
}

.page-item:last-child .page-link .icon-pagination-right-arrow {
    margin-left: 6px;
}

.page-item:last-child .page-link {
    margin-left: 0;
    margin-right: 6px;
}

.numbers .page-item {
    width: 40px;
    height: 40px;
    position: relative;
}

.numbers .page-item:not(:last-child) {
    margin-right: 4px;
}

.numbers .page-item .page-link {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    margin: 0 auto;
    text-align: center;
    border: none;
    background: transparent;
    color: #475467;
    font-family: "din_mediumregular";
    width: 40px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.numbers .page-item .page-link:focus,
.numbers .page-item .page-link:active {
    box-shadow: none;
}

.numbers .page-item.active .page-link {
    border-radius: 8px;
    background: #418397;
    border-color: #418397;
    color: #fff;
}


.latest-news {
    margin-bottom: 120px;
}

footer.inner-pages {
    padding: 100px 0;
    margin: 0;
}

.newsletter-block {
    background: url('../images/newsletter-section.png') no-repeat;
}

.newsletter-message p {
    position: absolute;
}

/* font-weight classes */
.font-weight-regular {
    font-family: "DIN" !important;
    font-weight: 400 !important;
}

.font-weight-medium {
    font-family: "din_mediumregular" !important;
    font-weight: normal !important;
}

.font-weight-bold {
    font-family: "din_bold" !important;
    font-weight: normal !important;
}

/* news details */
.news-details {
    margin: 40px 0 120px;
}

.news-details .news-details-left {
    max-width: 1029px;
    margin-right: 100px;
    width: 100%;
}

.news-details .news-details-left h1,
.news-details .news-details-left .more-info-block {
    padding-bottom: 24px;
}

.news-details .news-details-left .actionables span {
    color: #262425;
    font-family: "DIN";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}

.news-details .news-details-left .actionables {
    column-gap: 24px;
}

span.text-blue {
    color: #418397 !important;
}

.news-details .news-details-left .actionables .category span {
    font-size: 18px;
    line-height: 22px;
}

.news-details .news-details-left .actionables .date,
.news-details .news-details-left .actionables .time,
.news-details .news-details-left .actionables .views {
    opacity: 0.5;
}

.social-icons .a2a_kit {
    column-gap: 16px;
}

.social-share span {
    color: #418397;
    font-family: "DIN";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.4px;
    margin-right: 16px;
}

.news-details .news-details-middle .image {
    margin-bottom: 24px;
    overflow: hidden;
}

.news-details .news-details-middle .image img {
    width: 100%;
    height: auto;
}

.news-details .news-details-middle p,
.news-details .news-details-middle ul {
    color: #262425;
    font-family: "DIN";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 40px;
    margin-bottom: 0;
}

.news-details .news-details-middle p:last-child {
    padding-bottom: 0;
}

.news-details .news-details-middle ul li {
    list-style-position: inside;
}

.news-details .news-details-middle ul {
    padding-left: 0;
}

.news-details .news-details-middle ul li::marker {
    margin-right: 0;
}

.news-details .news-details-right>h2 {
    padding: 8px 0 24px;
}

.news-details .news-details-right .card-vertical-v1.card-vertical>* {
    background: transparent;
    padding: 0
}

.news-details .news-details-right .card-vertical-v1.card-vertical .category-tag {
    margin: 8px 0;
}

.news-details .news-details-right .card-vertical-v1.card-vertical {
    background: transparent;
    box-shadow: none;
}

.news-details .news-details-right .card-vertical-v1.card-vertical img {
    height: 100%;
}

.news-details .news-details-right .card-vertical-container {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

/* add to any */
.a2a_default_style:not(.a2a_flex_style) a {
    float: none !important;
    line-height: 0 !important;
    padding: 0 !important;
    display: block
}

.a2a_default_style .a2a_counter img,
.a2a_default_style .a2a_dd,
.a2a_default_style .a2a_svg {
    display: none !important
}

.header-main.header-inner-pages-v1 {
    background: #fff;
}


/* search filter  */

.latest-news .search-filter .search-field,
.latest-news .search-filter.filter-block .year-field,
.latest-news .search-filter.filter-block .topic-field {
    max-width: 427px;
    width: 100%;
}


.latest-news-listing.articles-listing,
.reports-publications-container.publications-listing,
.latest-news-listing.experts-listing,
.adsw-talks-listing,
.experts-listing,
.podcast-featured {
    margin-bottom: 60px;
}

.card-horizontal.card-horizontal-v2 {
    background: transparent;
    box-shadow: none;
    border: 1px solid rgba(65, 131, 151, 0.25);
}

.card-horizontal.card-horizontal-v2 .card-body {
    padding: 24px;
    max-width: 218px;
    width: 100%;
}

.card-horizontal .image,
.card-horizontal.card-horizontal-v2 .card-body {
    max-width: unset;
    width: auto;
}

.card-horizontal.card-horizontal-v2 .image {
    max-width: 150px;
    min-width: 146px;
}

.card-horizontal.card-horizontal-v2 .card-text {
    display: block;
    -webkit-line-clamp: unset;
    min-height: unset;
}

.list-sections-container {
    margin-bottom: 120px;
}

.reports-publications-container.publications-listing span {
    padding-bottom: 0;
    /* text-transform: uppercase; */
}


/* articles listing */
.articles-listing-container {
    padding: 60px 0;
}

.articles-listing-container.more-articles {
    padding: 60px 0 0;
}

.articles-listing-container .article-listing-row:not(:last-child) {
    margin-bottom: 60px;
}

.articles-listing-container.more-articles .latest-news-listing.articles-listing .row {
    row-gap: 60px;
}

.articles-listing-container.more-articles .latest-news-listing.articles-listing {
    margin-bottom: 36px;
}



/* expert insights listing */
.latest-news-hero.expert-insights-hero .card-horizontal-v1-big.card-horizontal .card-text {
    min-height: unset;
}



/* hero banner */
.hero-banner-v1,
.hero-banner-v2 {
    position: relative;
    margin-bottom: 60px;
}

.hero-banner-v1 .image img,
.hero-banner-v1 .content .right img,
.hero-banner-v2 .image img,
.hero-banner-v2 .content .right img {
    width: 100%;
    height: auto;
}

.hero-banner-v1 .image img,
.hero-banner-v2 .image img {
    height: 480px;
    object-fit: cover;
}

.hero-banner-v2 .image img {
    height: 372px;
}

.hero-banner-v1 .content,
.hero-banner-v2 .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 100%;
    padding: 20px 20px 20px 52px;
}

.hero-banner-v1 .content .left,
.hero-banner-v2 .content .left {
    max-width: 960px;
    width: 100%;
    padding-right: 30px;
}

.hero-banner-v1 .content .right,
.hero-banner-v2 .content .right {
    max-width: 304px;
    width: 100%;
}

.hero-banner-v1 .content .left .btn-block,
.hero-banner-v2 .content .left .btn-block {
    margin: 24px 0 0;
}

.hero-banner-v1 .content .left .btn-block {
    max-width: 247px;
    width: 100%;
}

.hero-banner-v1 .content .left .btn-block .btn-white {
    width: 100%;
}

.reports-publications-container.publication-listing-v1 .row {
    row-gap: 48px;
}

.two-column-layout .card-vertical-v1.card-vertical .card-body p,
.three-column-layout .card-vertical-v1.card-vertical .card-body p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #929796;
}

.adsw-talks-listing.three-column-layout .row {
    row-gap: 24px;
}


.adsw-page .full-video .content-block {
    background: transparent;
    padding: 0;
}

.adsw-page .video-wrapper.block-video>div.btn-layer1 {
    align-items: center;
    justify-content: center;
}

.adsw-page .video-wrapper .content-right {
    margin: 0 auto;
}


.newsletter-block-v1 {
    background: url('../images/newsletter-bg.svg') no-repeat;
    background-size: cover;
    height: 420px;
    margin-bottom: 120px;
}

.newsletter-block-v1 .newsletter {
    padding: 40px 0 73px;
}

.newsletter-block-v1 .breadcrumb-item a,
.newsletter-block-v1 .breadcrumb-item.active,
.newsletter-block-v1 .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.newsletter-block-v1 .breadcrumb-item+.breadcrumb-item::before {
    opacity: 0.5;
}

.newsletter-block-v1 .breadcrumb-item.active::before {
    opacity: 1;
}

.newsletter-block-v1 .breadcrumb-spacing-bottom {
    margin-bottom: 0;
}

.newsletter-block-v1 .newsletter>.d-flex {
    flex-direction: column;
    justify-content: center;
}

.newsletter-block-v1 .newsletter .text {
    margin: 0 0 24px 0;
    text-align: center;
}

.newsletter-block-v1 .newsletter .text h1 {
    font-size: 64px;
    line-height: 76px;
    font-family: "DIN";
    font-weight: 400;
    padding-bottom: 6px;
}

.newsletter-spacing-24 .row {
    row-gap: 24px;
}

.publication-details .left-image {
    max-width: 398px;
    width: 100%;
    margin-right: 35px;
    overflow: hidden;
    min-width: 398px;
}

.publication-details .left-image img {
    width: 100%;
    height: auto;
}

.publication-details .description {
    max-width: 596px;
    width: 100%;
}

.publication-details .btn-blue,
.publication-details .btn-block {
    column-gap: 16px;
}

.publication-details .btn-block .btn-outline-black,
.publication-details .btn-block .btn-blue {
    width: 100%;
}

.publication-details .btn-block>div {
    max-width: 247px;
    width: 100%;
}

.expert-insights-hero .card-horizontal .card-body {
    max-width: 319px;
    width: 100%;
}

.more-publications .card-container-v1 {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.more-publications .card-container-v1 .card-container {
    height: 100%;
}

/* text block */
.text-block,
.episodes-listing {
    margin-bottom: 120px;
}

.text-block p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}

.text-block p:not(:last-child) {
    padding-bottom: 40px;
}


.title-block .caption {
    color: #262425;
    font-family: "din_bold";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 31px;
    display: block;
    margin-bottom: 12px;
}

.episodes-listing .video-wrapper.block-video>div.btn-layer1 {
    justify-content: end;
}

.episodes-listing .full-video .content-block {
    padding-left: 30px;
    padding-right: 30px;
}

.episodes-listing .videos-group .card-body .date {
    color: #262425;
    font-family: "DIN";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

.episodes-listing .videos-group .row {
    row-gap: 24px;
}

.episodes-listing .videos-section .videos-group {
    padding: 0;
}

.episodes-listing .videos-section .full-video {
    margin-bottom: 60px;
}


/* events & initaitives */
.events-text-bg {
    background: url('../images/event-text-bg.png') no-repeat;
    background-size: cover;
    padding-bottom: 108px;
    margin-bottom: 0;
}

.advisory-text-bg {
    background: url('../images/advisory-text-bg.png') no-repeat;
    background-size: cover;
    padding-bottom: 108px;
    margin-bottom: 0;
}

.item-events-row .item {
    padding: 20px 20px 83px 20px;
    border-left: 1px solid #D0D5DD;
}

.item-events-row .item .image {
    margin-bottom: 20px;
}

.item-events-row .item h2,
.item-events-row .item h2 a {
    color: #262425;
    padding-bottom: 12px;
    text-decoration: none;
}

.item-events-row .item .details p {
    font-family: "DIN";
    font-weight: 400;
}

.item-events-row .item .details {
    margin-bottom: 30px;
}

.item-events-row .item .details p:not(:last-child) {
    padding-bottom: 8px;
}

.item-events-row .btn-blue-arrow {
    max-width: 239px;
    width: 100%;
}

.upcoming-events,
.past-events {
    padding: 120px 0;
}

.text-two-column-layout {
    background: url('../images/text-two-columns-bg.png') no-repeat;
    background-size: cover;
    padding: 108px 0;
}

.text-two-column-layout .details {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.text-two-column-layout .details p {
    font-family: "DIN";
    font-weight: 400;
}

.text-two-column-layout .content {
    font-size: 20px;
    line-height: 30px;
}

.text-two-column-layout .item {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.text-two-column-layout .details p.location {
    margin-left: 88px;
}

.text-two-column-layout .btn-block {
    margin: 90px 0 0;
}

.text-two-column-layout .row>div:first-child {
    border-right: 1px solid #F2F8F7;
}

.hero-banner-v3 {
    position: relative;
}

.hero-banner-v3 .image {
    overflow: hidden;
}

.hero-banner-v3 .content {
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.hero-banner-v3 .content .container-inner h2,
.hero-banner-v3 .content .container-inner p {
    max-width: 1187px;
    width: 100%;
    margin: 0;
    padding-bottom: 33px;
}

.hero-banner-v3 .content .container-inner p {
    font-size: 20px;
    line-height: 30px;
}

.hero-banner-v3 .content .btn-orange {
    max-width: 331px;
    width: 100%;
}

.item-events-row-v1 .item {
    padding: 0;
    border-left: none;
}

.item-events-row-v1 .item .details {
    margin-bottom: 0;
    padding-bottom: 12px;
}

.item-events-row-v1 .item .image {
    margin-bottom: 16px;
}

.image-two-blocks {
    padding: 120px 0;
}

.image-two-blocks .image-item {
    position: relative;
    width: 50%;
}

.image-two-blocks .image-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    margin: 0 auto;
    text-align: center;
}

.image-two-blocks h2 {
    padding-bottom: 6px;
}

.image-two-blocks p {
    font-size: 22px;
    color: #fff;
    padding-bottom: 24px;
    opacity: 0.8;
}

.text-block .breadcrumb-spacing-bottom .container-inner {
    max-width: 100%;
}

.item-events-row.item-events-row-v1 .item {
    padding: 0
}

.image-two-blocks .image-item:first-child {
    margin-right: 24px;
}

.banner-v2 video {
    width: auto;
    height: auto;
}


/* agenda */
.agenda-listing {
    padding: 108px 0;
}

.agenda-listing-bg {
    background: url('../images/agenda-bg.png') no-repeat;
    background-size: cover;
}

.agenda-grid-box {
    column-gap: 32px;
}

.agenda-grid-box a {
    text-decoration: none;
}

.agenda-grid-box span:last-child {
    font-size: 15px;
    line-height: 15px;
    font-family: "din_mediumregular";
    margin: 2px 0 0;
}

.agenda-grid-box .blue-box,
.agenda-grid-box .black-box {
    padding: 5px 12px;
}

.agenda-grid-box .black-box {
    color: #262425;
    border-color: transparent;
}

.agenda-grid-box .blue-box {
    color: #36AFC5;
    border: 1px solid #36AFC5;
}

.agenda-grid-box .blue-box .icon-list-black {
    background: url('../images/background/list-blue.svg') no-repeat;
    background-size: 100%;
}

.agenda-grid-box .blue-box .icon-grid-black {
    background: url('../images/background/grid-blue.svg') no-repeat;
    background-size: 100%;
}

.item-events-row.item-events-row-v2 .item {
    border: none;
    background: #F2F8F7;
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.10);
    padding: 20px 20px 33px 20px;
    height: 100%;
}

.item-events-row.item-events-row-v2 .item .date {
    color: #418397;
    font-family: "din_bold";
    text-transform: uppercase;
    line-height: 24px;
}

.item-events-row.item-events-row-v2 .item .link-box {
    margin-left: auto;
}

.item-events-row.item-events-row-v2 .item .details p {
    line-height: 24px;
}

.item-events-row.item-events-row-v2 .item .logo-block {
    margin-bottom: 20px;
}

.item-events-row.item-events-row-v2 .item .logo-block .logo {
    height: 47px;
}

.item-events-row.item-events-row-v2 .item .logo-block .logo img {
    width: 100%;
    height: auto;
}

.item-events-row.item-events-row-v2 .item h2 {
    padding-bottom: 10px;
}

.item-events-row.item-events-row-v2 .item .details p:not(:last-child) {
    padding-bottom: 12px;
}

.item-events-row.item-events-row-v2 .item .details {
    margin-bottom: 18px;
}

.item-events-row.item-events-row-v2 .item .orange-text,
.invite-only .orange-text {
    color: #F7931C;
    font-family: "din_mediumregular";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    text-transform: uppercase;
}

.agenda-listing .item-events-row-v2 {
    row-gap: 48px;
}

.agenda-listing .btn-block {
    margin: 36px auto 0;
    text-align: center;
}


/* paddings */
.padding-tb-120 {
    padding: 120px 0;
}

.padding-b-120 {
    padding-bottom: 120px;
}

.padding-tb-108 {
    padding: 108px 0;
}

.padding-b-108 {
    padding-bottom: 108px;
}

.padding-t-108 {
    padding-top: 108px;
}

.padding-b-64 {
    padding-bottom: 64px;
}


.speakers-v1 .card-vertical .card-body,
.speakers-v1 .card-container .card-vertical {
    padding: 0;
    row-gap: 16px;
    display: flex;
    flex-direction: column;
}

.speakers-v1 .card-title {
    text-transform: none;
}

.speakers-v1 .card-vertical h2 {
    max-width: 292px;
}


/* text-button block */
.bg-image-grey {
    background: url('../images/text-image-block-bg.png') no-repeat;
    background-size: cover;
}

.bg-image-blue {
    background: url('../images/partners-text-bg.png') no-repeat;
    background-size: cover;
}

.btn-blue i {
    margin-left: 30px;
}

.text-button-block .text-block {
    max-width: 464px;
    margin: 0 auto;
    text-align: center;
}

.text-button-block .btn-blue,
.text-button-block .btn-white {
    max-width: 247px;
    width: 100%;
    text-align: center;
}

.event-details {
    background: url('../images/event-details-bg.png') no-repeat;
    background-size: cover;
}

.event-details-container {
    max-width: 1284px;
    margin: 0 auto;
    flex-wrap: wrap;
    row-gap: 24px;
}

.event-details-container .item {
    width: 33.33%;
    padding: 0 24px;
    text-align: center;
}

.event-details-container .icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
}

.event-details-container .icon img {
    width: 100%;
    height: 100%;
}

.event-details-container .item h2 {
    color: #FFF;
    text-align: center;
    font-family: "din_bold";
    font-size: 64px;
    font-style: normal;
    font-weight: normal;
    line-height: 83px;
}

.event-details-container .item p {
    color: #FFF;
    text-align: center;
    font-family: "DIN";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.event-details .event-details-bottom {
    border-top: 1px solid #fff;
}

.previous-speakers {
    flex-wrap: nowrap;
}

.previous-speakers .item {
    width: 20%;
}


/* text-image blocks - SET 2*/
.text-image-block .left {
    max-width: 1055px;
    width: 100%;
    padding-right: 24px;
}

.text-image-block .right {
    margin-right: -182px;
    max-width: 685px;
    width: 100%;
}

.text-image-block p,
.event-details-v1 p,
.event-details-v1 .nested-lists li {
    color: #262425;
    font-family: "DIN";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.text-image-block p:not(:last-child),
.text-image-block h2 {
    padding-bottom: 24px;
}

.event-details-v1 .image {
    max-width: 503px;
    width: 100%;
}

.event-details-v1 .text {
    max-width: 1029px;
    width: 100%;
}

.event-details-container-v1 {
    column-gap: 24px;
}

.event-details-v1 .nested-lists {
    max-width: 460px;
    width: 100%;
}

.event-details-v1 .nested-lists li {
    color: #fff;
    list-style: disc;
}

.event-details-v1 .nested-lists li:not(:last-child) {
    padding-bottom: 16px;
}

.event-details-v1-bg {
    background: url('../images/event-details2-bg.png') no-repeat;
    background-size: cover;
}

.event-details-v1 .listed-lists {
    margin: 0;
    padding: 0;
}

.event-details-v1 .listed-lists>li {
    row-gap: 24px;
}

.event-details-v1 .listed-lists>li:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 27px;
    border-bottom: 1px solid #fff;
}

.event-details-v1 .text-button-block .text-block {
    max-width: 1029px;
}

.judging-panel p {
    color: #262425;
    font-family: "DIN";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
    opacity: 0.6;
}

/* gaps */
.gap-row-16 {
    row-gap: 16px;
}

.gap-row-24 {
    row-gap: 24px;
}

.gap-row-40 {
    row-gap: 40px;
}

.gap-row-60 {
    row-gap: 60px;
}

.gap-column-24 {
    column-gap: 24px;
}

.gap-column-16 {
    column-gap: 16px;
}

.judging-panel .card-container .card-vertical {
    row-gap: 32px;
}

.text-over-image-v1-bg {
    background: url('../images/about-text-over-image.png') no-repeat center center;
    background-size: cover;
    height: 580px;
}

.text-over-image-v1 .container-inner {
    z-index: 99;
    position: relative;
}

.text-over-image-v1 .title-block {
    max-width: 766px;
    width: 100%;
}

.text-over-image-v1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #336374 0%, rgba(51, 99, 116, 0.00) 100%);
    mix-blend-mode: darken;
    top: 0;
    z-index: 0;
}

.p-v1 {
    font-family: "DIN";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.zig-zag-flow .image {
    max-width: 634px;
    width: 100%;
}

.zig-zag-flow .text {
    max-width: 898px;
    width: 100%;
}

.media-listing .card-vertical-v1.card-vertical .card-body {
    padding: 25px 20px 20px 20px;
}

.media-listing .card-vertical-v1.card-vertical .category-tag,
.media-listing .card-vertical-v1.card-vertical .card-text {
    margin-bottom: 20px;
}

.media-listing .card-vertical-v1.card-vertical .card-text {
    -webkit-line-clamp: 0;
    display: block
}

.search-listing .search-form .search-field {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    width: 100%;
    color: #262425;
    font-family: "din_bold";
    font-size: 32px;
    font-style: normal;
    font-weight: normal;
    line-height: 42px;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(38, 36, 37, 0.40);
    margin-bottom: 9px;
}

.search-listing .search-form .search-field:focus,
.search-listing .search-form .search-field:hover {
    outline: 0
}

.search-listing .search-form .search-field::-webkit-input-placeholder {
    color: #262425
}

.search-listing .search-form .search-field::-moz-placeholder {
    color: #262425
}

.search-listing .search-form .search-field:-ms-input-placeholder {
    color: #262425
}

.search-listing .search-form .search-field:-moz-placeholder {
    color: #262425
}

.search-list-result ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-listing .search-list-result em {
    color: #36AFC5;
    font-style: normal;
}

.search-listing ul li {
    padding: 40px 0;
    border-bottom: 1px solid rgba(38, 36, 37, 0.40);
}

.search-listing .search-form {
    position: relative;
    margin: 40px 0;
}

.search-listing .btn-search {
    position: absolute;
    right: 20px;
    padding: 0;
    top: 10px;
}

.search-listing .help-text {
    color: #262425;
}

.search-listing h2 a {
    text-decoration: none;
    color: #262425;
    display: block;
    margin-bottom: 24px;
}

.search-listing p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 0.4;
}

.page-not-found {
    margin: 135px 0 0;
}

.page-not-found h1 {
    color: #2F6070;
    font-family: "din_bold";
    font-size: 228px;
    font-style: normal;
    font-weight: 700;
    line-height: 296px;
    text-transform: uppercase;
}

.page-not-found h2 {
    color: #36AFC5;
    letter-spacing: -0.96px;
    padding-bottom: 16px;
}

.page-not-found p {
    color: #2F6070;
    letter-spacing: -0.4px;
    padding-bottom: 16px;
}

.page-not-found .btn-block a {
    max-width: 239px;
    width: 100%;
    margin: 0 auto;
}

.partners .partners-column-layout {
    max-width: 965px;
    margin: 0 auto;
}

.partners-column-layout .partners-logo span {
    color: #575756;
    text-align: center;
    font-family: "din_mediumregular";
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0.5px;
    padding-bottom: 24px;
}

.partners-column-layout .partners-logo:last-child {
    padding-bottom: 0;
}

.partners-column-layout .partners-column-layout-row {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    column-gap: 40px;
    row-gap: 20px;
}

.partners-column-layout .partners-logo {
    padding: 20px 40px;
    position: relative;
    width: 30%;
}

.partners-column-layout .partners-logo .image {
    max-width: 215px;
    height: 90px;
    overflow: hidden;
}

.partners-column-layout .partners-logo .image img {
    width: 100%;
    height: auto;
}

.partners-column-layout .partners-logo:not(:last-child):after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 1px;
    background: rgba(38, 36, 37, 0.4);
    height: 80px;
    right: -20px;
}

.partners-column-layout .partners-three-column-layout .partners-logo:nth-child(3n):after {
    display: none;
}


.card.card-vertical-v2 {
    background: #fff;
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.10);
    border: none;
    padding: 16px 16px 42px 16px;
    height: 100%;
}

.card.card-vertical-v2 .image {
    width: 152px;
    height: 152px;
    border-radius: 100%;
    margin: 0 auto 22px;
}

.card.card-vertical-v2 .image img {
    width: 100%;
    height: 100%;
}

.card.card-vertical-v2 .card-title {
    color: #262425;
    text-align: center;
    font-family: "din_bold";
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 26px;
    padding-bottom: 8px;
}

.card.card-vertical-v2 .card-body {
    padding: 0;
}

.event-details-v1 p {
    letter-spacing: -0.5px;
}

.event-details-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.event-details-block ul li i {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-right: 8px;
    text-align: left;
}

.event-details-block ul li:not(:last-child) {
    margin-bottom: 22px;
}

.event-details-block ul li {
    color: #36AFC5;
    text-align: center;
    font-family: "DIN";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.event-details-block ul li span {
    text-align: left;
}

.tabs-custom {
    margin-top: 60px;
}

.tabs-custom button {
    color: #262425;
    font-family: "DIN";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    padding: 7px 90px 0 90px;
}

.tabs-custom .nav-tabs .nav-link:focus,
.tabs-custom .nav-tabs .nav-link:hover {
    border-color: transparent;
    color: #262425;
}

.tabs-custom .nav-tabs .nav-item.show .nav-link,
.tabs-custom .nav-tabs .nav-link.active {
    border-color: transparent;
    border-bottom: 6px solid #36AFC5;
}

.tabs-custom .nav-tabs .nav-item:not(:last-child) {
    margin-right: 60px;
}

.tabs-custom .zig-zag-flow .image {
    max-width: 503px;
    width: 100%;
    overflow: hidden;
}

.tabs-custom .zig-zag-flow .text {
    max-width: 1029px;
    width: 100%;
}

.tabs-custom .zig-zag-flow,
.tabs-custom .speakers-v1 {
    margin-top: 60px;
}

.tabs-custom .selected-text {
    display: none;
}

.tabs-custom .speakers-v1 .card-vertical h2 {
    max-width: 100%;
}

.tabs-custom .speakers-v1 .card-title {
    font-size: 20px;
    color: #575756;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-family: "DIN";
    font-weight: 400;
}

.category-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    row-gap: 10px;
}

.category-list ul li {
    max-width: 239px;
    width: 100%;
}

.category-list ul li:not(:last-child) {
    margin-right: 24px;
}

.category-list ul li a {
    color: #262425;
    text-align: center;
    font-family: "DIN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.4px;
    padding: 10px;
    border: 1px solid #36AFC5;
    display: block;
    text-decoration: none;
}

.category-list {
    margin: 20px 0 60px;
}

.category-list ul li a.active {
    background: #36AFC5;
    color: #fff;
}

.program-container .program-item {
    padding: 30px;
    background: #F9F9F9;
}

.program-container .program-item .program-item-header {
    padding: 20px 0 31px;
    border-bottom: 1px solid #36AFC5;
}

.program-container .program-item .program-item-header h2 {
    width: 80%;
    padding-right: 10px;
}

.program-container .program-item .program-item-header p {
    width: 20%;
    text-align: right;
}

.program-container .program-item .program-item-body {
    padding: 20px 0;
    display: flex;
}

.program-container .program-item .program-item-body>.d-flex {
    column-gap: 50px;
}

.tag {
    color: #FFF;
    font-family: "din_bold";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    text-transform: uppercase;
    padding: 0 10px;
    display: inline-block;
}

.blue-tag {
    background: #36AFC5;
}

.orange-tag {
    background: #F7941E;
}

.program-container .program-item-header .program-item p {
    color: #6e6e6e;
}

.program-container .program-item .program-item-body .tag {
    margin-bottom: 15px;
}

.program-container .program-item .program-item-body h2 {
    padding-bottom: 4px;
}

.program-container .program-item .program-item-body .image {
    max-width: 150px;
    width: 100%;
}

.program-container .program-item .program-item-body .image img {
    width: 100%;
    height: auto;
}

.program-container .full-width .program-item .program-item-body:not(:last-child) {
    border-bottom: 1px solid rgba(38, 36, 37, 0.20);
}

.program-container>.row:not(:last-child) {
    margin-bottom: 24px;
}

.newsletter-block .newsletter h2 {
    font-family: "DIN";
    font-weight: 400;
    /* text-shadow: 1px 1px 2px #505050; */
}

/* .newsletter-block .newsletter p {
   text-shadow: 1px 1px 2px #505050;
} */

.event-details-v1 .nested-lists li,
.banner-v1 span.date {
    text-shadow: 1px 1px 2px #505050;
}

/* text shadows */
.text-shadow-darker {
    text-shadow: 1px 1px 2px #505050;
}

.expert-insights-hero .card-horizontal-v1-big.card-horizontal .image {
    max-height: 439px;
}


/* search block */
.search-open {
    border: 1px solid rgba(38, 36, 37, 0.20);
    background: rgba(232, 240, 242, 0.50);
    backdrop-filter: blur(2px);
    padding: 15px 24px;
    position: absolute;
    right: 0;
    width: 410px;
    display: none;
    align-items: center;
}

.search-open.open {
    display: flex;
}

.header-main .header-right .search-icon>.icon-svg.fade-out,
.dropdown-menu-container.desktop-version .header-main .header-right .search-icon>.icon-svg.fade-out {
    opacity: 0;
}

.search-open .icon-search-cancel {
    position: absolute;
    right: 24px;
    top: 22px;
    z-index: 999;
}

.search-open .search {
    border: none;
    background: transparent;
    outline: 0;
    color: #262425;
    font-family: "DIN";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    background: url("../images/background/search-icon-black.svg") no-repeat left top;
    background-size: 24px 24px;
    padding-left: 36px;
    padding-right: 20px;
    width: 100%;
    height: 24px;
}

.search-open .search::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #262425;
}

.search-open .search::-moz-placeholder {
    /* Firefox 19+ */
    color: #262425;
}

.search-open .search:-ms-input-placeholder {
    /* IE 10+ */
    color: #262425;
}

.search-open .search:-moz-placeholder {
    /* Firefox 18- */
    color: #262425;
}

.dropdown-menu-container.desktop-version .search-open {
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(232, 240, 242, 0.00);
    backdrop-filter: blur(2px);
    width: 502px;
}

.dropdown-menu-container.desktop-version .search-open .search::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.dropdown-menu-container.desktop-version .search-open .search::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.dropdown-menu-container.desktop-version .search-open .search:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.dropdown-menu-container.desktop-version .search-open .search:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}


.dropdown-menu-container.desktop-version .search-open .icon-search-cancel {
    background: url('../images/background/search-icon-cancel-white.svg') no-repeat;
    background-size: 100%;
    width: 12px;
    min-width: 12px;
    height: 12px;
    opacity: 0.3;
}

.dropdown-menu-container.desktop-version .search-open .search {
    background: url("../images/background/search-icon-white.svg") no-repeat left top;
    color: #fff;
}



/*tabs v1 */
.tabs-custom-v1 {
    margin: 40px 0 0;
}

.tabs-custom-v1 .tab-pane {
    margin-top: 30px;
}

.tabs-custom-v1 .nav-tabs {
    gap: 24px;
}

.tabs-custom-v1 .nav-tabs .nav-link.active {
    border: 1px solid #36AFC5;
    background: #36AFC5;
    color: #FFF;
}

.tabs-custom-v1 .nav-tabs .nav-link {
    border: 1px solid #36AFC5;
    color: #262425;
    text-align: center;
    font-family: "DIN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.4px;
    padding: 10px;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 0;
    max-width: 239px;
    width: 100%;
}

.tabs-custom-v1 .nav-tabs .nav-link:hover,
.tabs-custom-v1 .nav-tabs .nav-link:focus {
    border: 1px solid #36AFC5;
}



/* changes - 2nd September 2024 */
.news-details .news-details-left.publication-left {
    max-width: 100%;
    margin-right: 0;
}

.publication-details .description {
    max-width: 70%;
}

.news-details-right.more-publications {
    margin: 50px 0 0;
}

.text-image-block p:last-child {
    padding-bottom: 40px;
}

.text-video-block .play-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.text-video-block .btn-layer1 .content-block {
    height: auto;
}

.text-video-block .adsw-page .video-wrapper.block-video>div.btn-layer1 {
    display: flex;
}

.text-video-block .left {
    max-width: 67%;
}

.text-video-block .right {
    position: absolute;
    margin-right: 0;
    right: 0;
}

.text-video-block .right .play-button-image {
    margin: 0;
}

.text-video-block .d-flex {
    max-width: 100%;
}

.text-button-block-v1 .text-block {
    max-width: 75%;
}


/* .right-brackets {
    opacity: 0;
    animation: move-right 1s ease-out infinite;
}

.left-brackets {
    opacity: 0;
    animation: move-left 1s ease-out infinite;
}

@keyframes move-left {
    25% {
        opacity: 1;

    }

    33% {
        opacity: 1;
        transform: translateX(8px);
    }

    100% {
        opacity: 1;
        transform: translateX(1px);
    }
}

@keyframes move-right {
    25% {
        opacity: 1;

    }

    33% {
        opacity: 1;
        transform: translateX(-8px);
    }

    100% {
        opacity: 1;
        transform: translateX(1px);
    }
} */



.right-brackets1,
.left-brackets1 {
    opacity: 0;
    /* transform: scale3d(0.5, 0.5, 0.5); */
    animation: move 2s ease-out infinite;
}

.right-brackets1,
.left-brackets1 {
    animation: move 2s ease-out infinite;
}

@keyframes move {
    25% {
        opacity: 1;
    }

    33% {
        opacity: 0;
    }

    67% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.header-main .header-right .lang-block {
    min-width: 52px;
}

.energy-efficient .switch {
    min-width: 40px;
}

.publication-details .swiper-nav.disabled {
    display: none;
}

#footer-newsletter-fail-message,
#footer-newsletter-invalid-email-message,
#footer-newsletter-email-exist {
    color: red;
}

#footer-newsletter-success-message {
    color: green;
}

footer .adsw-logo img,
footer .masdar-logo img {
    height: auto;
}


/* 6th September 2024 */
.events-list-view-item .events-item-date>h2 span.bold {
    color: #262425;
    font-family: "din_bold";
    font-size: 48px;
    font-style: normal;
    font-weight: normal;
    line-height: 62px;
}

.events-list-view-item .events-item-date>h2 span.normal {
    color: #262425;
    font-family: "DIN";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
}

.events-list-view-item .events-item-date {
    min-width: 235px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.events-list-view-item .events-item-date>h2 {
    column-gap: 14px;
}

.events-list-view-item .events-item-details h2 a {
    text-decoration: none;
    color: #2a3a37;
}

.events-list-view-item .events-item-details {
    gap: 14px;
    display: flex;
    flex-direction: column;
    width: 45%;
}

.events-list-view-item .events-item-details .orange-text {
    border: 1px solid #F7931C;
    padding: 6px 12px;
}

.events-list-view-item {
    column-gap: 53px;
    padding: 20px;
}

.events-list-view-item {
    border-bottom: 1px solid #262425;
    margin-bottom: 20px;
}

.events-list-view-item .image {
    overflow: hidden;
    max-width: 463px;
}

.agenda-grid-box>div {
    cursor: pointer;
}

.events-list-view-item .image img {
    width: 100%;
}

.previous-speakers .block a {
    text-decoration: none;
}

.previous-speakers .block {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.previous-speakers .five-columns-layout {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 65px;
    padding-bottom: 50px;
}

.previous-speakers .block h4 {
    font-family: "din_mediumregular";
}

.previous-speakers .block p {
    margin: 0;
}

.previous-speakers .block img {
    width: 100%;
    height: auto;
}


/* 23rd september 2024 starts */
.dropdown-menu-container .menu-third-level-container>.d-flex {
    width: 100%;
    justify-content: space-between;
}

.menu-third-level-container .text {
    max-width: 482px;
    width: 100%;
}

.news-agenda .card-horizontal {
    width: 100%;
}

.icon-list .icon {
    min-width: 44px;
}

.icon-list .icon img {
    width: 100%;
}

.icon-list .icon-text {
    gap: 14px;
}

.icon-list .text {
    max-width: 600px;
}

.icon-list .row {
    row-gap: 50px;
}

.news-agenda .card-horizontal .image .play-button {
    position: absolute;
    left: auto;
    bottom: 24px;
    right: 24px;
    width: 41px;
    height: 41px;
}

.news-agenda .card-horizontal .image .play-button img {
    height: 41px;
}

.news-video-big .video-wrapper.block-video>div.btn-layer1 {
    display: block !important;
}

.vjs-poster {
    background-color: transparent;
    background-size: cover;
}

.video-wrapper.image-block img {
    width: 100%;
    height: 100%;
}

.advisory-committee .card.card-vertical-v2 .image img {
    border-radius: 100%;
}


.sitemap .sitemap-level1 {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sitemap .sitemap-level2>li:not(:last-child) {
    margin-bottom: 24px;
}

.sitemap .sitemap-level2,
.sitemap .sitemap-level3 {
    flex-direction: column;
}

.sitemap .sitemap-level1 li {
    list-style: none;
}

.sitemap .sitemap-level1 li:first-child {
    margin-top: 16px;
}

.sitemap .sitemap-level1>li:not(:last-child) {
    border-bottom: 1px solid #efefef;
}

.sitemap h2,
.sitemap h3,
.sitemap h4,
.sitemap a {
    color: #2a3a37;
    text-decoration: none;
    margin: 0;
}

.sitemap .sitemap-level1>li {
    padding: 14px 0;
    display: flex;
    flex-direction: column;
    /* gap: 16px; */
}

.sitemap h2 {
    font-family: 'din_bold';
}

.sitemap h3 {
    font-family: "din_mediumregular";
}

.header-main .header-right .lang-select-dropdown li a {
    color: #2a3a37;
    text-decoration: none;
}

.social-media-icons ul {
    margin-bottom: 0;
}

/* 23rd september 2024 ends */
.banner-section .banner-item-video {
    margin: 0 auto;
    width: 100%;
}

.banner-section {
    margin-bottom: 20px;
}

.banner-section .banner-item * {
    height: 100%;
}

.banner-section .swiper-pagination {
    bottom: 20px;
    left: 0;
    right: 0;
}

/* .banner-section .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.banner-section .swiper-pagination-clickable .swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px;
}

.banner-section .swiper-pagination-clickable .swiper-pagination-bullet,
.banner-section .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff
} */

.banner-section .slider-nav.disabled {
    display: none;
}

.low-carbon-on .banner-section .banner-item img {
    width: 100%;
    height: auto;
}

.low-carbon-on .banner-image {
    width: 100%;
    height: 100%;
}

.profile-listing .profile-list-item .text {
    padding-bottom: 30px;
}

.profile-listing .profile-list-item h4 {
    padding-top: 10px;
}

.profile-listing .profile-list-item img {
    width: 100%;
    height: auto;
}

.profile-listing .full-width .profile-list-item .image {
    width: 25%;
}

.profile-listing .full-width .profile-list-item .text {
    width: 75%;
}

.profile-listing .half-width .profile-list-item .image {
    width: 50%;
}

.profile-listing .half-width .profile-list-item .text {
    width: 46%;
}

.profile-listing .card {
    row-gap: 46px;
}


/* .news-agenda .vjs-fluid {
    padding-top: 100%;
} */


/* milestone */
.milestone .title-block {
    margin-bottom: 60px;
}

/* .milestone .milestone-scroll {
    height: 600px;
    overflow: hidden;
    overflow-y: auto;
    -ms-overflow-style: none; 
    scrollbar-width: none; 
} */

.milestone::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}


.milestone .milestone-item.active {
    position: relative;
    z-index: 2
}

/* .milestone .milestone-item.active .milestone-inner {
    position: fixed;
    top: 0;
} */




.milestone .milestone-year {
    color: #36AFC5;
    font-size: 64px;
    font-family: "din_bold";
    font-weight: 600;
    line-height: 68px;
    position: relative;
}

.milestone .milestone-year:before {
    content: '';
    position: absolute;
    left: -38px;
    top: 20px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #36AFC5;
}

.milestone .milestone-inner {
    column-gap: 120px;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #efefef;
    margin-left: 32px;
    background: #fff;
}

.milestone .milestone-content {
    row-gap: 32px;
}

.milestone .milestone-content-row {
    column-gap: 64px;
}

.milestone .milestone-content .image {
    max-width: 335px;
    min-width: 335px;
    width: 100%;
}

.milestone .milestone-block {
    position: relative;
}

.milestone .milestone-block:before {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background: #36AFC5;
}

.milestone .milestone-block p,
.milestone .milestone-block ul li {
    font-size: 18px;
    line-height: 24px;
}

.milestone .milestone-block p:not(:last-child) {
    margin-bottom: 24px;
}

.milestone .milestone-scroll {
    margin: 60px 0 0;
}

.milestone .milestone-item {
    position: relative;
    z-index: 5;
}



.links ul {
    padding: 0;
}

footer .links ul li:not(:last-child) {
    margin: 0;
}

footer .spacer {
    position: relative;
    height: 20px;
}

footer .links ul li.spacer {
    margin: 0 20px;
}

footer .spacer:after {
    content: '';
    position: absolute;
    width: 1px;
    background: rgba(0, 0, 0, 0.5);
    height: 20px;
    top: 0;
}


/* gallery starts */
.galleryPop .galleryItem__image,
.gallery .gallery-blocks-wrapper .gallery-block .gallery-pic,
.inner-page.innovate .inner-page-content .gallery-blocks-wrapper .gallery-block .gallery-pic {
    background-color: #f8f8f8;
}

.galleryPop .galleryItem__image,
.gallery .gallery-blocks-wrapper .gallery-block .gallery-pic,
.inner-page.innovate .inner-page-content .gallery-blocks-wrapper .gallery-block .gallery-pic,
.inner-page.innovate.about-company .section-wrapper .content .media-row .image .wrapper,
.galleryPop .galleryItem__image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.galleryPop .galleryItem__image img,
.gallery .gallery-blocks-wrapper .gallery-block .gallery-pic img,
.inner-page.innovate .inner-page-content .gallery-blocks-wrapper .gallery-block .gallery-pic img {
    flex: 0 0 auto;
    max-height: 100%;
    max-width: 100%;
}


.gallery .gallery-blocks-wrapper {
    padding-bottom: 2rem;
}

@media (min-width: 1632px) {
    .gallery .gallery-blocks-wrapper {
        padding-bottom: 3rem;
    }
}

.gallery .gallery-blocks-wrapper .gallery-block {
    border-radius: .5rem;
    margin-bottom: 5rem;
    transition: all .3s;
}

@media screen and (max-width: 1199px) {
    .gallery .gallery-blocks-wrapper .gallery-block {
        margin-bottom: 2rem;
    }
}

.gallery .gallery-blocks-wrapper .gallery-block .gallery-pic {
    position: relative;
}

.gallery .gallery-blocks-wrapper .gallery-block .gallery-pic img {
    border-radius: .5rem .5rem 0 0;
}

.gallery .gallery-blocks-wrapper .gallery-block .gallery-pic .count {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #36afc5;
    color: #ffffff;
    padding: .3rem 1.4rem;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    font-size: 16px;
    /* font-family: "Poppins-SemiBold", sans-serif;
    font-weight: 600; */
    font-family: "din_mediumregular";
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media (min-width: 1632px) {
    .gallery .gallery-blocks-wrapper .gallery-block .gallery-pic .count {
        top: 15px;
        left: 15px;
        padding: .34rem 1.8rem;
        font-size: 16px;
    }
}

.gallery .gallery-blocks-wrapper .gallery-block .block-details {
    padding: 2.2rem 2rem 2rem 2rem;
    background-color: #f9f9f9;
    border-radius: 0 0 .5rem .5rem;
}

@media (min-width: 1632px) {
    .gallery .gallery-blocks-wrapper .gallery-block .block-details {
        padding: 2.7rem 3rem 3rem 3rem;
    }
}

.gallery .gallery-blocks-wrapper .gallery-block .block-details .year {
    font-size: 2rem;
    /* font-family: "Poppins-SemiBold", sans-serif; */
    font-family: "din_mediumregular";
    font-weight: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #1d1d1d;
    margin-bottom: 1.1rem;
    text-align: center;
    text-decoration: none;
}

.gallery .gallery-blocks-wrapper .gallery-block a {
    text-decoration: none;
}

.gallery .gallery-blocks-wrapper .gallery-block .block-details .section-description {
    font-size: 1.4rem;
    text-align: center;
    max-height: 6.5rem;
    min-height: 0;
    height: auto;
    line-height: 1.5;
}

.low-carbon-on .gallery .gallery-blocks-wrapper .gallery-block .gallery-pic {
    width: 100% !important;
    height: auto !important;
}

@media (min-width: 1632px) {
    .gallery .gallery-blocks-wrapper .gallery-block .block-details .section-description {
        font-size: 1.7rem;
        max-height: 7.5rem;
    }
}

@media (min-width: 1632px) {
    .gallery .gallery-blocks-wrapper .eye {
        height: 10rem;
        width: 10rem;
    }
}

.icon-eye {
    width: 34px;
    height: 28px;
    background: url('../images/background/eye-icon.svg') no-repeat;
    background-size: 100%;
}

.gallery .gallery-blocks-wrapper .eye {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 7rem;
    width: 7rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.gallery .gallery-blocks-wrapper .gallery-block:hover {
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.2) !important;
}

.gallery .gallery-blocks-wrapper .gallery-block:hover .eye {
    opacity: 1;
}

.inner-page.innovate .inner-page-content .gallery-blocks-wrapper {
    padding-bottom: 6rem;
}

@media (min-width: 1632px) {
    .inner-page.innovate .inner-page-content .gallery-blocks-wrapper {
        padding-bottom: 9rem;
    }
}

@media (max-width: 767px) {
    .inner-page.innovate .inner-page-content .gallery-blocks-wrapper {
        padding-bottom: 4rem;
    }
}

.inner-page.innovate .inner-page-content .gallery-blocks-wrapper .gallery-block {
    border-radius: .5rem;
    margin-bottom: 5rem;
    background-color: #f0f0f080;
    transition: all .3s;
}

.inner-page.innovate .inner-page-content .gallery-blocks-wrapper .gallery-block .gallery-pic {
    position: relative;
}

.inner-page.innovate .inner-page-content .gallery-blocks-wrapper .gallery-block .gallery-pic img {
    border-radius: .5rem .5rem 0 0;
}

.inner-page.innovate .inner-page-content .gallery-blocks-wrapper .gallery-block .gallery-pic .eye img {
    max-width: 1.6rem;
    border-radius: 0;
}

@media (min-width: 1632px) {
    .inner-page.innovate .inner-page-content .gallery-blocks-wrapper .gallery-block .gallery-pic .eye img {
        max-width: 2.1rem;
    }
}

.inner-page.innovate .inner-page-content .gallery-blocks-wrapper .gallery-block .block-details {
    padding: 2.2rem 2rem 2rem 2rem;
    background-color: #f9f9f9;
    border-radius: 0 0 .5rem .5rem;
}

@media (min-width: 1632px) {
    .inner-page.innovate .inner-page-content .gallery-blocks-wrapper .gallery-block .block-details {
        padding: 2.7rem 3rem 3rem 3rem;
    }
}

.inner-page.innovate .inner-page-content .gallery-blocks-wrapper .gallery-block .block-details .block-title {
    font-size: 2rem;
    /* font-family: "Poppins-SemiBold", sans-serif; */
    font-family: "din_mediumregular";
    font-weight: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #1d1d1d;
    margin-bottom: 1.1rem;
    text-align: center;
}

@media (min-width: 1632px) {
    .inner-page.innovate .inner-page-content .gallery-blocks-wrapper .gallery-block .block-details .block-title {
        font-size: 2.4rem;
    }
}

.inner-page.innovate .inner-page-content .gallery-blocks-wrapper .gallery-block .block-details .location {
    font-size: 1.4rem;
    /* font-family: "Poppins-Medium", sans-serif;
    font-weight: 500; */
    font-family: "din_mediumregular";
    font-weight: normal;
    text-align: center;
    color: #494949;
}

@media (min-width: 1632px) {
    .inner-page.innovate .inner-page-content .gallery-blocks-wrapper .gallery-block .block-details .location {
        font-size: 1.7rem;
    }
}

.inner-page.innovate .inner-page-content .gallery-blocks-wrapper .gallery-block .block-details .location img {
    max-width: 1.6rem;
}

@media (min-width: 1632px) {
    .inner-page.innovate .inner-page-content .gallery-blocks-wrapper .gallery-block .block-details .location img {
        max-width: 2rem;
    }
}

.inner-page.innovate .inner-page-content .gallery-blocks-wrapper .gallery-block:hover {
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.2) !important;
}

.inner-page.innovate .inner-page-content .gallery-blocks-wrapper .gallery-block:hover .eye {
    opacity: 1;
}

@media (max-width: 767px) {
    .galleryPop {
        padding-top: 15rem;
    }
}

@media (min-width: 1632px) {
    .galleryPop .close-btn {
        top: 10rem;
    }
}

@media (max-width: 1023px) {
    .galleryPop .close-btn {
        top: 10rem;
    }
}

@media (max-width: 767px) {
    .galleryPop .close-btn {
        top: 10rem;
        right: 4rem;
    }
}

.galleryPop .close-btn {
    position: absolute;
    top: 3rem;
    right: 3rem;
    height: 2.8rem;
    width: 2.8rem;
    background-color: rgba(54, 175, 197, 0.9);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
}

.galleryPop .close-btn .closebtn {
    color: #ffffff;
}

@media (min-width: 1632px) {
    .galleryPop .close-btn {
        top: 7rem;
        right: 7rem;
        height: 40px;
        width: 40px;
        max-width: 40px;
    }
}

@media (max-width: 767px) {
    .galleryPop .close-btn {
        top: 20px;
        right: 20px;
    }
}

.galleryPop .close-btn .closebtn {
    font-family: none;
}

.galleryPop .close-btn .closebtn {
    color: #ffffff;
}

.galleryPop .container {
    position: relative;
}

.galleryPop .swiper-button-prev {
    left: -5rem;
}

@media (min-width: 1632px) {
    .galleryPop .swiper-button-prev {
        left: -13rem;
    }
}

@media (max-width: 1023px) {
    .galleryPop .swiper-button-prev {
        left: -3rem;
    }
}

@media (max-width: 991.98px) {
    .galleryPop .swiper-button-prev {
        left: 1rem;
    }
}

.galleryPop .swiper-button-next {
    right: -5rem;
}

@media (min-width: 1632px) {
    .galleryPop .swiper-button-next {
        right: -13rem;
    }
}

@media (max-width: 1023px) {
    .galleryPop .swiper-button-next {
        right: -3rem;
    }
}

@media (max-width: 991.98px) {
    .galleryPop .swiper-button-next {
        right: 1rem;
    }
}

.galleryPop .gallery-name {
    font-size: 2.8rem;
    /* font-family: "Poppins-Bold", sans-serif;
    font-weight: bold; */
    font-family: "din_bold";
    font-weight: normal;
    letter-spacing: .42px;
    margin-bottom: 1rem;
    color: #000;
}

@media (min-width: 1632px) {
    .galleryPop .gallery-name {
        font-size: 3.2rem;
    }
}

@media (max-width: 580px) {
    .galleryPop .gallery-name {
        font-size: 2rem;
    }
}

.galleryPop .galleryItem__image {
    height: 80vh;
    margin-bottom: 1.8rem;
}

@media (min-width: 1632px) {
    .galleryPop .galleryItem__image {
        margin-bottom: 2.4rem;
    }
}

.galleryPop .swiper-button-next {
    width: auto;
    height: auto;
    margin: auto;
    border: 2px solid #36afc5;
    border-radius: 50%;
    right: -3rem;
}

@media (min-width: 1632px) {
    .galleryPop .swiper-button-next {
        right: -8rem;
    }
}

@media (max-width: 767px) {
    .galleryPop .swiper-button-next {
        right: 2rem;
    }
}

.galleryPop .swiper-button-prev {
    width: auto;
    height: auto;
    margin: auto;
    border: 2px solid #36afc5;
    border-radius: 50%;
    left: -3rem;
}

@media (min-width: 1632px) {
    .galleryPop .swiper-button-prev {
        left: -8rem;
    }
}

@media (max-width: 767px) {
    .galleryPop .swiper-button-prev {
        left: 2rem;
    }
}



.fullscreenPopup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100vh;
    width: 100vw;
    padding: 8% 5%;
    transform: scale(0);
    background-color: #ffffff;
    transition: .5s all ease-out;
    z-index: 1112;
    overflow: auto;
}

@media (min-width: 1632px) {
    .fullscreenPopup {
        padding: 5% 8%;
    }
}

@media (max-width: 1023px) {
    .fullscreenPopup {
        padding: 15rem 3rem;
    }
}

@media (max-width: 767px) {
    .fullscreenPopup {
        padding: 15rem 0rem;
    }
}

.fullscreenPopup.open {
    transform: scale(1);
}

.fullscreenPopup.VideoPopup {
    display: flex;
    align-items: center;
}

.gallery-pic img {
    width: 100%;
}

/* gallery ends */

.calendar-box .btn-blue-arrow {
    max-width: unset;
    background: transparent;
    padding: 0;
    color: #418397;
    font-family: "DIN";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.4px;
    margin-right: 16px;
    text-transform: none;
    margin: 0;
}

.calendar-popup {
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    max-width: 260px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 14px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 14px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 14px;
    display: none;
    z-index: 99;
}

.calendar-popup ul {
    list-style: none;
    padding: 0 !important;
    margin: 0;
}

.calendar-popup ul li {
    margin: 0;
    list-style: none;
    padding: 10px 20px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.calendar-popup ul li:hover {
    background-color: #f4f4f4;
}

.calendar-popup ul li a {
    display: flex;
    align-items: center;
}

.calendar-popup ul li * {
    text-decoration: none;
    color: #222;
    font-family: "din_mediumregular";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    display: block;
}

.calendar-popup ul li span.text {
    margin-left: 10px;
}

.calendar-popup ul li span.italic {
    font-size: 12px;
    font-style: italic;
    color: #778793;
    display: inline;
}

.icon-apple {
    width: 18px;
    height: 18px;
    background: url('../images/background/apple-logo.svg') no-repeat;
    background-size: 100%;
}

.icon-google {
    width: 18px;
    height: 18px;
    background: url('../images/background/google-logo.svg') no-repeat;
    background-size: 100%;
}

.icon-outlook {
    width: 18px;
    height: 18px;
    background: url('../images/background/outlook-logo.svg') no-repeat;
    background-size: 100%;
}

.icon-outlook-online {
    width: 18px;
    height: 18px;
    background: url('../images/background/outlook-logo1.svg') no-repeat;
    background-size: 100%;
}

.calendar-popup ul li {
    margin-bottom: 0 !important;
}

.block-title .social-media-icons ul {
    justify-content: center;
}


/* Digital Art Competetion - Apply Now starts */

.form-content .btn-blue-arrow {
    border: none;
}

.form-content {
    max-width: 800px;
    margin: 0 auto;
}

.form-title {
    text-align: center;
    margin-bottom: 40px;
}

.form-control2 {
    margin-bottom: 30px;
    background: transparent;
    border: none;
    padding: 0;
}

.form-control2 label {
    color: #414042;
    font-family: "DIN";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 18.94px;
    display: block;
    margin-bottom: 8px;
}

.form-control2 input {
    width: 100%;
    padding: 0 15px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "DIN";
    border: 1px solid #dfdfdf
}

.form-control2 .select2-container--default .select2-selection--single,
.form-control2 textarea,
.form-content .form-check input[type="checkbox"].form-check-input {
    border: 1px solid #dfdfdf;
    border-radius: 0;
}

.form-control2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent
}

.form-content .form-check input[type="checkbox"].form-check-input:focus {
    box-shadow: none;
}

.form-control2 input:focus {
    outline: 0;
}

.form-control2 .select2-container {
    width: 100% !important;
}

.form-control2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex;
    height: 100%;
    align-items: center;
}

.form-control2 .select2-container--default .select2-selection--single,
.form-control2 .select2-container,
.form-control2 input {
    height: 45px;
}

.form-control2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
    right: 6px;
}

.radio-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 5px;
}

.radio-wrap label {
    color: #414042;
    font-family: "din_mediumregular";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 23.94px;
}

.form-content .form-check-input {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
}

.radio-wrap .form-check {
    display: flex;
    align-items: center;
    gap: 4px;
}

.radio-wrap .form-check .form-check-input {
    width: 2rem;
    height: 2rem;
    margin-top: -5px;
}

.radio-wrap .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

.custom-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.custom-check .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

label.imgUpload {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    cursor: pointer;
}

label.imgUpload input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

label.imgUpload p,
.form-text label,
.contact-section .form-content label {
    margin: 0;
    color: #414042;
    font-family: "DIN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.94px;
}

.contact-section .form-content .form-check label {
    margin-left: 8px;
}

.consent-info .form-check {
    display: flex;
    align-items: center;
    gap: 10px;
}

.consent-info .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

.consent-info {
    margin-bottom: 60px;
}

#select2-gender-container,
#select2-country-container {
    font-size: medium;
}

.select2-dropdown {
    margin-top: unset !important;
}

.form-control2 textarea {
    width: 100%;
    height: 120px;
    padding: 15px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-family: "DIN";
}

.form-title .important-note {
    margin: 30px 0 0;
    background: #36AFC5;
    padding: 10px 30px;
}

.form-title .important-note p {
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
}

.contact-section {
    margin-bottom: 20px;
}

.consent-info a:hover,
.consent-info a {
    color: #36AFC5;
}

/* Digital Art Competetion - Apply Now ends */



.news-video-big .video-js .vjs-big-play-button {
    bottom: 42px;
}


/* 17th October 2024 starts */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    right: 0;
    display: none;
    text-align: center;
}

.overlay img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* 28th Oct 2024 starts */
.breadcrumb {
    display: unset;
    flex-wrap: unset;
}

.breadcrumb-item {
    display: inline;
    position: relative;
}

.breadcrumb-item.active {
    padding-left: 1.5rem;
}

.breadcrumb-item:not(:first-child) a {
    padding-left: 20px;
}

.breadcrumb-item+.breadcrumb-item::before {
    position: absolute;
    left: 0;
    top: 0;
    float: none;
}

.video-tag video {
    width: 100%;
    height: auto;
}

.adsw-page .block-video .video-js .vjs-big-play-button,
.adsw-page .news-video-big .video-js .vjs-big-play-button {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    bottom: auto;
}

.adsw-page .video-js .vjs-big-play-button:before {
    display: none;
}



/* 17th March 2025 starts */
.banner-v1-new.banner-v1 .banner-content {
    top: 128px;
    bottom: unset;
}

.banner-v1-new.banner-v1 .breadcrumb-spacing-bottom {
    margin-bottom: 17px;
}

.banner-v1-new.banner-v1 .breadcrumb-item a,
.banner-v1-new.banner-v1 .breadcrumb-item.active {
    color: #F2F8F7;
}

.podcast-featured {
    background: #fff;
    padding: 24px;
    filter: drop-shadow(8px 8px 36.4px rgba(0, 0, 0, 0.07));
    column-gap: 40px;
}

.podcast-featured img {
    border-radius: 8px;
}

.podcast-listing {
    background: #F0F5F8;
}

.icon-podcast {
    width: 78px;
    height: 46px;
    background: url('../images/background/podcast.svg') no-repeat;
    background-size: 100%;
}

.icon-spotify {
    width: 40px;
    height: 40px;
    background: url('../images/background/spotify.svg') no-repeat;
    background-size: 100%;
}

.podcast-featured-image {
    position: relative;
    max-width: 478px;
    min-width: 478px;
}

.podcast-featured-image img {
    width: 100%;
    height: auto;
}

.podcast-featured-image .icon-podcast,
.podcast-item .icon-podcast {
    position: absolute;
    top: 16px;
    left: 16px;
}

.podcast-details {
    padding: 24px 0;
}

.podcast-top {
    column-gap: 10px;
    margin-bottom: 16px;
}

.podcast-top span {
    color: #98A2B3;
    font-family: DIN;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase;
}

.podcast-middle,
.podcast-middle .contents {
    row-gap: 24px;
    max-width: 860px;
}

.podcast-middle {
    max-width: unset;
}

.podcast-details {
    width: 100%;
}

.spotify {
    position: absolute;
    right: 40px;
    top: 40px;
}


.bg-light-blue {
    background: #F0F5F8;
}



.audio-player {
    width: 100%;
}

.audio-player .timeline {
    width: 100%;
    /* max-width: 943px; */
    position: relative;
    cursor: pointer;
    background: rgba(38, 36, 37, 0.1);
    height: 2px;
}

.audio-player .timeline .progress {
    background: #36AFC5;
    width: 0%;
    height: 100%;
    transition: 0.25s;
    height: 5px;
    border-radius: 0;
    margin-top: -2px;
    overflow-x: hidden;
    /* max-width: 943px; */
}

.audio-player .controls {
    display: flex;
    justify-content: end;
    align-items: stretch;
    margin-bottom: 24px;
    column-gap: 24px;
}

/* .audio-player .controls>* {
    display: flex;
    justify-content: center;
    align-items: center;
} */

.audio-player .controls .toggle-play.play {
    cursor: pointer;
    position: relative;
    width: 64px;
    height: 64px;
    background: url('../images/background/play-audio.svg') no-repeat;
    background-size: 100%;
}

.audio-player .controls .toggle-play.pause {
    width: 64px;
    height: 64px;
    background: url('../images/background/pause-audio.svg') no-repeat;
    background-size: 100%;
    cursor: pointer;
    position: relative;
}

.audio-player .rewind {
    width: 64px;
    height: 64px;
    background: url('../images/background/rewind.svg') no-repeat;
    background-size: 100%;
    cursor: pointer;
    position: relative;
}

.audio-player .forward {
    width: 64px;
    height: 64px;
    background: url('../images/background/forward.svg') no-repeat;
    background-size: 100%;
    cursor: pointer;
    position: relative;
}

/* .audio-player .controls .toggle-play.pause:before {
    position: absolute;
    top: 0;
    left: 0px;
    background: #000;
    content: "";
    height: 15px;
    width: 3px;
}

.audio-player .controls .toggle-play.pause:after {
    position: absolute;
    top: 0;
    right: 8px;
    background: white;
    content: "";
    height: 15px;
    width: 3px;
} */

/* .audio-player .controls .toggle-play.pause:hover {
    transform: scale(1.1);
} */

.audio-player .controls .time {
    display: flex;
}

.audio-player .controls .time>* {
    padding: 2px;
}

.audio-player .play-container {
    overflow: visible;
    font-size: unset;
    display: block;
    height: auto;
}

/* .audio-player .controls .volume-container {
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.audio-player .controls .volume-container .volume-button {
    height: 26px;
    display: flex;
    align-items: center;
}

.audio-player .controls .volume-container .volume-button .volume {
    transform: scale(0.7);
}

.audio-player .controls .volume-container .volume-slider {
    position: absolute;
    left: -3px;
    top: 15px;
    z-index: -1;
    width: 0;
    height: 15px;
    background: white;
    box-shadow: 0 0 20px #000a;
    transition: 0.25s;
}

.audio-player .controls .volume-container .volume-slider .volume-percentage {
    background: coral;
    height: 100%;
    width: 75%;
}

.audio-player .controls .volume-container:hover .volume-slider {
    left: -123px;
    width: 120px;
} */

.audio-player .time .length,
.audio-player .time {
    color: #262425;
    font-family: "DIN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase;
    display: block;
    grid-template-rows: unset;
    height: auto;
    margin-left: 18px;
}

.audio-player .time {
    margin-left: 0;
}


.podcast-item .card-body {
    padding: 24px;
}

.podcast-item .card-body .date {
    column-gap: 8px;
}

.podcast-item .date span,
.duration-time {
    color: #98A2B3;
    font-family: DIN;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.podcast-item .category {
    color: #36AFC5;
    text-align: right;
    font-family: "din_mediumregular";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 23px;
    text-transform: uppercase;
}

.podcast-item h2 {
    margin: 16px 0 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 89px;
}

.podcast-middle h2,
.podcast-middle p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.duration-time {
    position: absolute;
    right: 16px;
    bottom: 16px;
    margin: 0;
}

.podcast-row .row {
    row-gap: 40px;
}

.podcast-listing {
    padding: 0 0 120px 0;
}

.podcast-row .btn-block {
    margin: 60px 0 0;
}

.podcast-featured {
    margin-top: -85px;
}

.podcast-chanels ul {
    row-gap: 40px;
    column-gap: 64px;
    max-width: 1420px;
    margin: 0 auto;
}

.podcast-item .image img {
    width: 100%;
    height: auto;
}



.podcast-details-block .podcast-featured {
    background: #F2F8F7;
}

.podcast-details-block .podcast-featured {
    margin: 0;
    column-gap: 24px;
}

.podcast-details-block .podcast-details {
    padding: 14px 0;
}

.podcast-details-block .podcast-featured-image {
    min-width: 215px;
    max-width: 215px;
    max-height: 215px;
}

.podcast-details-block .audio-player .timeline .progress {
    max-width: 100%;
}

.podcast-details-block .audio-player .rewind,
.podcast-details-block .audio-player .forward,
.podcast-details-block .audio-player .controls .toggle-play.play,
.podcast-details-block .audio-player .controls .toggle-play.pause {
    width: 48px;
    height: 48px;
}

.podcast-details-block .icon-spotify {
    width: 32px;
    height: 32px;
}

.podcast-details-block .audio-player .timeline {
    max-width: 100%;
}

.podcast-details-block .podcast-top {
    margin: 0;
}

.podcast-details-block .audio-player {
    margin: -64px 0 0;
}

.podcast-details-block .para-block p:not(:last-child) {
    margin-bottom: 24px;
}

.podcast-details-block .para-block {
    margin: 64px auto 0;
}

.container-small {
    max-width: 1030px;
    margin: 0 auto;
}

.profile-item,
.profile-list ul {
    column-gap: 24px;
}

.profile-item .image {
    width: 120px;
    height: 120px;
}

.profile-item .text {
    max-width: 359px;
}

.profile-item .image img {
    width: 100%;
}

.capsule-tags {
    column-gap: 16px;
    row-gap: 16px;
}

.capsule-tags li a {
    overflow: hidden;
    color: #36AFC5;
    border-radius: 40px;
    border: 1px solid #36AFC5;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}


.podcast-share .icon-facebook {
    width: 32px;
    height: 32px;
    background: url('../images/background/podcast-facebook.svg') no-repeat;
    background-size: 100%;
}

.podcast-share .icon-twitter {
    width: 24px;
    height: 24px;
    background: url('../images/background/podcast-twitter.svg') no-repeat;
    background-size: 100%;
}

.podcast-share .icon-linkedin {
    width: 32px;
    height: 32px;
    background: url('../images/background/podcast-linkedin.svg') no-repeat;
    background-size: 100%;
}

.podcast-share .icon-mail {
    width: 32px;
    height: 32px;
    background: url('../images/background/podcast-mail.svg') no-repeat;
    background-size: 100%;
}

.podcast-item a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    color: #2a3a37;
}

.podcast-item:hover a {
    text-decoration: underline;
    color: #418397;
}

.podcast-item .image,
.podcast-listing .podcast-featured-image,
.podcast-details-block .podcast-featured-image {
    overflow: hidden;
}

.podcast-details-block .podcast-middle h2 {
    min-height: 104px;
}


/* media queries */
@media screen and (max-width: 1899px) {

    .dropdown-menu-container .menu-first-level ul li,
    .dropdown-menu-container .menu-second-level ul li {
        font-size: 28px;
        line-height: 36px;
    }

    .dropdown-menu-container .menu-third-level ul li,
    .menu-third-level-container p {
        font-size: 21px;
        line-height: 28px;
    }

    .banner-v2 .banner-image img {
        height: 480px;
        object-fit: cover;
    }

    .banner-v2 .banner-image {
        height: auto !important;
    }

    .banner-v2.banner-v3 .banner-image {
        height: 480px !important;
    }

    .news-agenda .card .image img {
        height: 360px;
        object-fit: cover;
    }

    .news-agenda .card-horizontal .image {
        height: auto !important;
    }
}

@media screen and (max-width: 1860px) {
    .text-video-block .left {
        max-width: 60%;
    }

    .podcast-featured {
        margin-top: -70px;
    }
}

@media screen and (max-width: 1760px) {
    .container-inner {
        max-width: 90%;
    }

    .header-main .header-left .adsw-logo {
        max-width: 210px;
        margin-right: 50px;
    }


    .header-main .header-left .masdar-logo {
        max-width: 180px;
    }

    .header-main .header-right .search-icon,
    .header-main .header-right .energy-efficient,
    .header-main .header-right .adsw-event,
    .header-main .header-right .lang-block {
        margin: 0 20px 0 0;
    }

    h1,
    .h1 {
        font-size: 42px;
        line-height: 50px;
    }

    h2,
    .h2 {
        font-size: 38px;
        line-height: 50px;
    }

    h3,
    .h3 {
        font-size: 30px;
        line-height: 40px;
    }

    h4,
    .h4 {
        font-size: 22px;
        line-height: 30px;
    }

    /* .news-agenda {
        padding-top: 113px;
    } */

    .card-horizontal .image img {
        height: 358px;
        object-fit: cover;
    }

    .header-main .header-right .selected-language .image span.p {
        font-size: 16px;
        line-height: 18px;
    }

    .header-main .header-right .adsw-event p {
        font-size: 14px;
        line-height: 21px;
    }

    .header-main .header-right .adsw-event p span {
        font-size: 16px;
    }

    .news-agenda {
        background-size: cover;
    }

    .reports-publications,
    .expert-insights,
    .events-initiatives,
    .who-we-are {
        padding: 80px 0;
    }

    .reports-publications .title-block,
    .events-initiatives .title-block,
    .news-agenda .title-block {
        margin-bottom: 36px;
    }

    .videos-section .videos-group {
        padding: 24px 0 80px;
    }

    .videos-section .full-video .content-block .container-inner {
        max-width: 90%;
    }

    .hero-items {
        margin-top: 36px;
    }

    .btn-orange,
    .btn-white,
    .btn-blue-arrow,
    .btn-outline-black,
    .btn-blue,
    .btn-outline-white {
        font-size: 18px;
    }

    .dropdown-menu-container .menu-first-level ul li,
    .dropdown-menu-container .menu-second-level ul li {
        font-size: 24px;
        line-height: 34px;
    }

    .dropdown-menu-container .menu-third-level ul li,
    .menu-third-level-container p {
        font-size: 20px;
        line-height: 26px;
    }

    .dropdown-menu-container .menu-first-level ul li a {
        padding: 20px 30px;
    }

    .dropdown-menu-container .header-main {
        padding: 30px 30px 45px;
    }

    .dropdown-menu-container .menu-second-level ul li a,
    .dropdown-menu-container .menu-third-level ul li a {
        padding: 25px 30px 0 30px;
    }

    .menu-third-level-container .text {
        padding: 0 25px 0 30px;
    }

    .icon-right-arrow {
        width: 21px;
        height: 24px;
    }

    .dropdown-menu-container .menu-first-level:after,
    .dropdown-menu-container .menu-second-level:after {
        top: -134px;
    }

    .header-main.header-inner-pages .container-inner {
        padding: 16px 0 16px;
    }

    .card-horizontal-v1-small.card-horizontal .image img,
    .card-horizontal-v1-big.card-horizontal .image img {
        height: auto;
    }

    .card-horizontal-v1-small.card-horizontal .image img {
        height: 234px;
        object-fit: cover;
    }

    .card-horizontal-v1-small.card-horizontal .image,
    .card-horizontal-v1-big.card-horizontal .image {
        height: auto !important;
    }

    .card-horizontal-v1-big.card-horizontal .image img {
        height: 494px;
        object-fit: cover;
    }

    .card-horizontal-v1-small.card-horizontal .image {
        width: 100% !important;
    }

    .breadcrumb-spacing-bottom {
        margin-bottom: 20px;
    }

    .latest-news .filter-block {
        padding: 30px 0;
    }

    .latest-news .latest-news-hero,
    .latest-news .expert-insights-hero {
        margin-bottom: 40px;
    }

    .latest-news {
        margin-bottom: 80px;
    }

    footer.inner-pages {
        padding: 80px 0;
    }

    .news-details {
        margin: 40px 0 80px
    }

    .list-sections-container {
        margin-bottom: 80px;
    }

    .latest-news-listing.articles-listing,
    .reports-publications-container.publications-listing,
    .latest-news-listing.experts-listing,
    .adsw-talks-listing,
    .experts-listing,
    .podcast-featured {
        margin-bottom: 50px;
    }

    .card-horizontal.card-horizontal-v2 .image img {
        height: 100%;
        object-fit: unset;
    }

    .card-horizontal-v1-big.card-horizontal .image {
        width: auto !important;
    }

    .hero-banner-v1 .content .left,
    .hero-banner-v2 .content .left {
        max-width: 860px;
    }

    .newsletter-block-v1 .newsletter .text h1,
    .event-details-container .item h2 {
        font-size: 54px;
        line-height: 68px;
    }

    .newsletter-block-v1 {
        margin-bottom: 80px;
    }

    .text-block,
    .episodes-listing {
        margin-bottom: 80px;
    }

    .episodes-listing .videos-section .full-video {
        margin-bottom: 40px;
    }

    .episodes-listing .videos-section .full-video .content-block .container-inner {
        max-width: 100%;
    }

    .events-text-bg,
    .advisory-text-bg {
        padding-bottom: 80px;
    }

    .upcoming-events,
    .past-events,
    .text-two-column-layout {
        padding: 80px 0;
    }

    .image-two-blocks {
        padding: 80px 0;
    }

    .agenda-listing,
    .padding-tb-108,
    .padding-tb-120 {
        padding: 80px 0;
    }

    .padding-b-120 {
        padding-bottom: 80px;
    }

    .event-details-container .item p {
        font-size: 22px;
        line-height: 30px;
    }

    .event-details-container .icon {
        width: 58px;
        height: 58px;
        margin: 0 auto 24px;
    }

    .padding-b-108 {
        padding-bottom: 80px;
    }

    .padding-t-108 {
        padding-top: 80px;
    }

    .tabs-custom button {
        font-size: 22px;
        line-height: 30px;
    }

    .milestone .milestone-year {
        font-size: 50px;
        line-height: 60px;
    }

    .news-video-big .video-js .vjs-big-play-button {
        bottom: 26px;
    }

    .podcast-listing {
        padding: 0 0 80px 0;
    }

    .banner-v1-new.banner-v1 .banner-content {
        top: 108px;
    }
}

@media screen and (max-width: 1699px) {

    .dropdown-menu-container .menu-first-level,
    .dropdown-menu-container .menu-second-level {
        max-width: 400px;
    }

    .latest-news .search-field {
        max-width: 450px;
    }

    .latest-news .filter-block .year-field,
    .latest-news .btn-search {
        max-width: 200px;
    }

    .latest-news .search-field .form-control,
    .latest-news .filter-block .select2-container--default .select2-selection--single .select2-selection__rendered,
    .btn-search {
        font-size: 17px;
    }

    .latest-news .search-field .form-control {
        background-size: 22px;
    }

    .newsletter-block-v1 .newsletter .text h1,
    .event-details-container .item h2 {
        font-size: 48px;
        line-height: 60px;
    }

    .newsletter-block-v1 .newsletter {
        padding: 50px 0;
    }

    .newsletter-block-v1 {
        height: 400px;
    }

    .menu-third-level-container .text {
        max-width: 430px;
    }

    .podcast-featured {
        margin-top: -54px;
    }
}

@media screen and (max-width: 1640px) {
    .text-video-block .left {
        max-width: 56%;
    }
}

@media screen and (max-width: 1580px) {

    h1,
    .h1 {
        font-size: 36px;
        line-height: 44px;
    }

    h2,
    .h2 {
        font-size: 32px;
        line-height: 40px;
    }

    h3,
    .h3 {
        font-size: 28px;
        line-height: 38px;
    }

    h4,
    .h4 {
        font-size: 18px;
        line-height: 26px;
    }

    h5,
    .h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .category-tag {
        font-size: 15px;
        line-height: 20px;
    }

    .reports-publications,
    .expert-insights,
    .events-initiatives,
    .who-we-are {
        padding: 60px 0;
    }

    .reports-publications .title-block,
    .events-initiatives .title-block,
    .news-agenda .title-block {
        margin-bottom: 24px;
    }

    .videos-section .videos-group {
        padding: 24px 0 60px;
    }

    .btn-orange,
    .btn-white,
    .btn-blue-arrow,
    .btn-outline-black,
    .btn-blue,
    .btn-outline-white {
        font-size: 16px;
    }

    .dropdown-menu-container .menu-second-level ul li a,
    .dropdown-menu-container .menu-third-level ul li a {
        padding: 20px 30px 0 30px;
    }

    .dropdown-menu-container .menu-first-level ul li,
    .dropdown-menu-container .menu-second-level ul li {
        font-size: 22px;
        line-height: 34px;
    }

    .dropdown-menu-container .menu-third-level ul li,
    .menu-third-level-container p,
    .p-v1 {
        font-size: 18px;
        line-height: 24px;
    }

    .dropdown-menu-container .menu-first-level ul li a svg {
        width: 22px;
        height: 22px;
    }

    .icon-right-arrow {
        margin-top: 4px;
    }

    .dropdown-menu-container {
        height: 530px;
    }

    .dropdown-menu-container .menu-first-level:after,
    .dropdown-menu-container .menu-second-level:after {
        height: 530px;
    }

    .card-horizontal-v1-small.card-horizontal .image {
        max-width: 200px;
    }

    .latest-news .search-field {
        max-width: 400px;
    }

    .latest-news .filter-block .year-field,
    .latest-news .btn-search {
        max-width: 150px;
    }

    .latest-news .search-field .form-control,
    .latest-news .filter-block .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 15px 24px;
    }

    .latest-news .search-field .form-control {
        padding-left: 50px;
        background: rgba(232, 240, 242, 0.50) url('../images/background/search-filter.svg') no-repeat left 15px center;
        background-size: 22px;
    }

    .btn-search {
        padding: 16px 24px 15px;
    }

    .latest-news {
        margin-bottom: 60px;
    }

    .newsletter {
        padding: 60px 0;
    }

    footer.inner-pages {
        padding: 60px 0;
    }

    .breadcrumb-box {
        padding: 20px 0;
    }

    .news-details .news-details-left .actionables span,
    .news-details .news-details-left .social-share span {
        font-size: 17px;
    }

    .news-details .news-details-left .actionables .category span {
        font-size: 16px;
        line-height: 22px;
    }

    .news-details .news-details-middle p,
    .news-details .news-details-middle ul {
        font-size: 18px;
        line-height: 26px;
    }

    .news-details {
        margin: 40px 0 60px
    }

    .list-sections-container {
        margin-bottom: 60px;
    }

    .latest-news-listing.articles-listing,
    .reports-publications-container.publications-listing,
    .latest-news-listing.experts-listing,
    .adsw-talks-listing,
    .experts-listing,
    .podcast-featured {
        margin-bottom: 40px;
    }

    .mb-48 {
        margin-bottom: 36px;
    }

    .mb-36 {
        margin-bottom: 24px;
    }

    .mb-24 {
        margin-bottom: 16px;
    }

    .card-horizontal.card-horizontal-v2 .card-body {
        padding: 16px;
    }

    .articles-listing-container {
        padding: 40px 0;
    }

    .articles-listing-container.more-articles {
        padding: 40px 0 0;
    }

    .articles-listing-container .article-listing-row:not(:last-child),
    .hero-banner-v1,
    .hero-banner-v2 {
        margin-bottom: 40px;
    }

    .articles-listing-container.more-articles .latest-news-listing.articles-listing .row {
        row-gap: 40px;
    }

    .hero-banner-v1 .content .right,
    .hero-banner-v2 .content .right {
        max-width: 260px;
    }

    .hero-banner-v1 .image img {
        height: 410px;
    }

    .reports-publications-container.publication-listing-v1 .row {
        row-gap: 40px;
    }

    .newsletter-block-v1 .newsletter .text h1,
    .event-details-container .item h2 {
        font-size: 42px;
        line-height: 55px;
    }

    .newsletter-block-v1 {
        margin-bottom: 60px;
    }

    .dropdown-menu-container .menu-first-level ul li a {
        padding: 16px 30px;
    }

    .expert-insights-hero .card-horizontal .card-body {
        max-width: 280px;
        width: 100%;
    }

    .hero-banner-v1 .content .left .btn-block {
        max-width: 210px;
    }

    .card-horizontal.card-horizontal-v2 .image {
        min-width: 120px;
    }

    /* .publication-details .description {
        max-width: 550px;
    } */

    .text-block,
    .episodes-listing {
        margin-bottom: 60px;
    }

    .episodes-listing .videos-section .full-video {
        margin-bottom: 40px;
    }

    .title-block .caption {
        font-size: 22px;
        line-height: 26px;
    }

    .banner-v1.banner-v2 .banner-image img {
        height: 480px;
    }

    .events-text-bg,
    .advisory-text-bg {
        padding-bottom: 60px;
    }

    .upcoming-events,
    .past-events,
    .text-two-column-layout {
        padding: 60px 0;
    }

    .item-events-row .item {
        padding: 20px 20px 50px 20px;
    }

    .text-two-column-layout .btn-block {
        margin: 40px 0 0;
    }

    .text-two-column-layout .content {
        font-size: 18px;
        line-height: 26px;
    }

    .hero-banner-v3 img {
        height: 460px;
        object-fit: cover;
    }

    .hero-banner-v3 .content .container-inner h2,
    .hero-banner-v3 .content .container-inner p {
        padding-bottom: 24px;
    }

    .image-two-blocks {
        padding: 60px 0;
    }

    .image-two-blocks .image-item img {
        height: 270px;
        object-fit: cover;
    }

    .hero-banner-v3 .image {
        height: 430px !important;
    }

    /* .videos-section.mb-24 {
      margin-bottom: 0;
   } */

    .agenda-listing {
        padding: 60px 0;
    }

    .item-events-row.item-events-row-v2 .item {
        padding: 16px 16px 30px 16px;
    }

    .padding-tb-108,
    .padding-tb-120 {
        padding: 60px 0;
    }

    .padding-b-120 {
        padding-bottom: 60px;
    }

    .event-details-container .item p {
        font-size: 20px;
        line-height: 28px;
    }

    .event-details-container .icon {
        width: 50px;
        height: 50px;
        margin: 0 auto 24px;
    }

    .padding-b-108 {
        padding-bottom: 60px;
    }

    .padding-t-108 {
        padding-top: 60px;
    }

    .gap-row-60 {
        row-gap: 40px;
    }

    .event-details-v1 .image {
        max-width: 460px;
    }

    .event-details-v1 .listed-lists>li:not(:last-child) {
        padding-bottom: 16px;
        margin-bottom: 24px;
    }

    .event-details-v1 .nested-lists li:not(:last-child) {
        padding-bottom: 8px;
    }

    .event-details-v1 .listed-lists>li {
        row-gap: 16px;
    }

    .zig-zag-flow .image {
        max-width: 480px;
    }

    .search-listing .search-form .search-field {
        font-size: 28px;
        line-height: 38px;
    }

    .tabs-custom button {
        font-size: 20px;
        line-height: 28px;
        padding: 7px 60px 0 60px;
    }

    .tabs-custom .nav-tabs .nav-item:not(:last-child) {
        margin-right: 40px;
    }

    .tabs-custom,
    .tabs-custom .zig-zag-flow,
    .tabs-custom .speakers-v1 {
        margin-top: 40px;
    }

    .tabs-custom .speakers-v1 .card-title {
        font-size: 18px;
    }

    .category-list {
        margin: 20px 0 40px;
    }

    .program-container .program-item {
        padding: 20px;
    }

    .program-container .program-item .program-item-body>.d-flex {
        column-gap: 24px;
    }

    .banner-v1 p {
        font-size: 18px;
        line-height: 26px;
    }

    .search-open {
        width: 340px;
        padding: 13px 16px;
    }

    .search-open .search {
        background-size: 22px 24px;
        font-size: 16px;
        padding-right: 28px;
        padding-left: 32px;
    }

    .search-open .icon-search-cancel {
        top: 20px;
    }

    .search-open .icon-search-cancel {
        right: 16px;
    }

    .dropdown-menu-container.desktop-version .search-open {
        width: 410px;
    }

    .dropdown-menu-container.desktop-version .search-open .search {
        background-size: 22px 22px;
    }

    .tabs-custom-v1 .tab-pane {
        margin-top: 20px;
    }

    .text-image-block .right {
        max-width: 600px;
    }

    .text-video-block .left {
        max-width: 60%;
    }

    .program-container .program-item .program-item-header h2 {
        width: 70%;
    }

    .program-container .program-item .program-item-header p {
        width: 30%;
    }

    .news-agenda .card .image img {
        height: 320px;
    }

    .events-list-view-item .events-item-date>h2 span.bold {
        font-size: 42px;
        line-height: 52px;
    }

    .events-list-view-item .events-item-date>h2 span.normal {
        font-size: 22px;
        line-height: 30px;
    }

    .events-list-view-item .events-item-date {
        min-width: 230px;
    }

    .icon-list .icon {
        min-width: 38px;
        width: 38px;
    }

    .icon-list .text {
        max-width: 520px;
    }

    .icon-list .row {
        row-gap: 36px;
    }

    .news-agenda .card-horizontal .image .play-button {
        bottom: 14px;
        right: 14px;
    }

    .profile-listing .profile-list-item .text {
        padding-bottom: 20px;
    }

    .milestone .milestone-year {
        font-size: 45px;
        line-height: 55px;
    }

    .milestone .milestone-inner {
        column-gap: 90px;
    }

    .calendar-popup ul li * {
        font-size: 18px;
    }

    .podcast-listing {
        padding: 0 0 60px 0;
    }

    .podcast-middle .contents {
        max-width: 650px;
    }

    .podcast-featured-image {
        min-width: 446px;
    }

    .audio-player .rewind,
    .audio-player .forward,
    .audio-player .controls .toggle-play.play,
    .audio-player .controls .toggle-play.pause {
        width: 55px;
        height: 55px;
    }

    .padding-b-64 {
        padding-bottom: 50px;
    }

    .podcast-row .btn-block {
        margin: 50px 0 0;
    }

    .podcast-details-block .audio-player {
        margin: -45px 0 0;
    }

    .podcast-item .card-body .date {
        column-gap: 4px;
    }

    .podcast-top {
        column-gap: 6px;
    }

    .podcast-details-block .podcast-middle h2 {
        min-height: 88px;
    }
}

@media screen and (max-width: 1440px) {
    .card-horizontal .card-text {
        min-height: 135px;
    }

    .card-horizontal .card-body {
        padding: 10px 28px;
    }

    .card-horizontal .card-body {
        max-width: 340px;
    }

    .btn-layer1 .content-block {
        padding: 16px;
    }

    .header-main .header-left .adsw-logo,
    .header-main.sticky_header .header-left .adsw-logo {
        max-width: 170px
    }

    .header-main .header-left .masdar-logo,
    .header-main.sticky_header .header-left .masdar-logo {
        max-width: 150px;
    }

    .header-main .header-left .adsw-logo {
        margin-right: 36px;
    }

    .newsletter {
        padding: 60px 0;
    }

    .videos-section .full-video .btn-layer1 .content-block {
        padding: 16px 16px 32px 16px;
    }

    .expert-insights .col-lg-4 .card-vertical:after,
    .expert-insights .title-block:after {
        left: 16px;
    }

    .expert-insights .item:before {
        height: 90%;
    }

    .hero-banner .content {
        max-width: 90%;
        margin: 0 auto;
    }

    .hero-banner .image img {
        height: 400px;
        object-fit: cover;
    }

    .hero-banner .image {
        height: auto !important;
    }

    /* footer .links ul li:not(:last-child) {
        margin-right: 36px;
    } */

    .header-main .container-inner {
        padding: 16px 0;
    }

    /* .news-agenda {
        padding-top: 105px;
    } */

    .header-main.header-inner-pages .container-inner>.d-flex {
        padding: 0;
    }

    .banner-v1 .banner-image {
        height: auto !important;
    }

    .banner-v1 .banner-image img {
        height: 380px;
        object-fit: cover;
    }

    .text-image-block p,
    .event-details-v1 p,
    .event-details-v1 .nested-lists li {
        font-size: 18px;
        line-height: 26px;
    }

    .tabs-custom .speakers-v1 .card-title {
        font-size: 16px;
    }

    .dropdown-menu-container.desktop-version .search-open {
        width: 380px;
    }

    .text-image-block .right {
        max-width: 530px;
    }

    .text-video-block .left {
        max-width: 63%;
    }

    .news-agenda .card .image img {
        height: 300px;
    }

    .events-list-view-item {
        column-gap: 40px;
    }

    .previous-speakers .five-columns-layout {
        grid-gap: 42px;
    }

    .menu-third-level-container .text {
        max-width: 380px;
    }

    .milestone .milestone-content .image {
        min-width: 300px;
        max-width: 300px;
    }

    .banner-v1-new.banner-v1 .banner-content {
        top: 92px;
    }
}

@media screen and (max-width: 1366px) {
    /* .publication-details .description {
        max-width: 520px;
    } */

    .mb-48 {
        margin-bottom: 24px;
    }


    .btn-blue-arrow,
    .btn-orange,
    .btn-white,
    .btn-blue,
    .btn-outline-white {
        padding: 12px 18px;
        font-size: 18px;
    }

    .item-events-row .btn-blue-arrow {
        max-width: 195px;
    }

    .text-image-block p:not(:last-child),
    .text-image-block h2 {
        padding-bottom: 16px;
    }

    .text-image-block p {
        font-size: 18px;
        line-height: 26px;
    }

    .search-open {
        width: 280px;
        padding: 11px 10px;
    }

    .search-open .search {
        background-size: 20px 24px;
        padding-left: 30px;
    }

    .search-open .icon-search-cancel {
        top: 17px;
        right: 10px;
    }

    .dropdown-menu-container.desktop-version .search-open {
        width: 340px;
    }

    .text-video-block .left {
        max-width: 59%;
    }

    .news-agenda .card .image img {
        height: 280px;
    }

    .events-list-view-item .events-item-date>h2 span.bold {
        font-size: 36px;
        line-height: 46px;
    }

    .events-list-view-item .events-item-date>h2 span.normal {
        font-size: 18px;
        line-height: 26px;
    }

    .events-list-view-item .events-item-date>h2 {
        column-gap: 10px;
    }

    .events-list-view-item .events-item-date {
        min-width: 190px;
    }

    .calendar-popup {
        top: 40px;
    }

    .podcast-featured-image {
        min-width: 420px;
    }

    .icon-podcast {
        width: 64px;
        height: 40px;
    }

    .podcast-middle,
    .podcast-middle .contents {
        row-gap: 16px;
    }

    .audio-player .controls {
        margin-bottom: 16px;
    }

    .audio-player .rewind,
    .audio-player .forward,
    .audio-player .controls .toggle-play.play,
    .audio-player .controls .toggle-play.pause {
        width: 50px;
        height: 50px;
    }

    .podcast-item .date span,
    .duration-time {
        font-size: 16px;
        line-height: 22px;
    }

    .podcast-details-block .audio-player {
        margin: -30px 0 0;
    }

    .podcast-details-block .podcast-middle h2 {
        min-height: 84px;
    }
}

@media screen and (max-width: 1280px) {

    h1,
    .h1 {
        font-size: 36px;
        line-height: 48px;
    }

    h2,
    .h2 {
        font-size: 34px;
        line-height: 46px;
    }

    h3,
    .h3 {
        font-size: 26px;
        line-height: 36px;
    }

    h4,
    .h4 {
        font-size: 19px;
        line-height: 26px;
    }

    .category-tag {
        font-size: 14px;
        line-height: 20px;
    }

    .card-horizontal .card-text {
        min-height: 120px;
    }

    .news-agenda .content-block .content-left {
        max-width: 275px;
    }

    .newsletter .form-block-container {
        max-width: 450px;
    }

    .newsletter .btn {
        padding: 17px 24px;
    }

    .header-main .header-right .search-icon,
    .header-main .header-right .energy-efficient,
    .header-main .header-right .adsw-event,
    .header-main .header-right .lang-block {
        margin: 0 14px 0 0;
    }

    .dropdown-menu-container .header-main {
        padding: 30px 24px 35px;
    }

    .dropdown-menu-container .menu-first-level ul li a {
        padding: 18px 24px;
    }

    .dropdown-menu-container .menu-second-level ul li a,
    .dropdown-menu-container .menu-third-level ul li a {
        padding: 20px 24px 0 24px;
    }

    .menu-third-level-container .text {
        padding: 0 24px 0 24px
    }

    .dropdown-menu-container .menu-first-level ul li,
    .dropdown-menu-container .menu-second-level ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .dropdown-menu-container {
        height: 525px;
    }

    .latest-news .search-field {
        max-width: 330px;
    }

    .latest-news .filter-block>.d-flex {
        column-gap: 18px;
    }

    /* .publication-details .description {
        max-width: 480px;
    } */

    .publication-details .left-image {
        width: 100% !important;
        max-width: 330px;
        min-width: 330px;
    }

    .publication-details .btn-block>div {
        max-width: 180px;
    }

    .publication-details .btn-block .btn-outline-black,
    .publication-details .btn-block .btn-blue {
        font-size: 16px;
        padding: 16px 10px 15px;
    }


    .item-events-row .btn-blue-arrow {
        font-size: 16px;
    }

    .publication-details .btn-blue {
        column-gap: 8px;
    }

    .more-publications .card-horizontal.card-horizontal-v2 .card-text {
        font-size: 16px;
    }

    .event-details-container .item p {
        font-size: 18px;
        line-height: 24px;
    }

    .search-open {
        width: 230px;
    }

    .search-open .search {
        padding-left: 30px;
    }

    .dropdown-menu-container.desktop-version .search-open {
        width: 320px;
    }

    .news-agenda .card .image img {
        height: 250px;
    }

    .menu-third-level-container .text {
        max-width: 340px;
    }

    .podcast-item h2 {
        min-height: 80px;
    }
}

@media screen and (max-width: 1199px) {

    .header-main .header-right .selected-language .image span.p,
    .lang-select-dropdown li p {
        font-size: 14px;
        line-height: 18px;
    }

    /* h1, .h1 {
      font-size: 40px;
      line-height: 50px;
   } */

    h2,
    .h2 {
        font-size: 32px;
        line-height: 44px;
    }

    h3,
    .h3 {
        font-size: 24px;
        line-height: 28px;
    }

    h4,
    .h4 {
        font-size: 17px;
        line-height: 23px;
    }

    p,
    .hero-banner .content p {
        font-size: 15px;
        line-height: 22px;
    }

    .header-main .header-right .adsw-event p {
        font-size: 13px;
        line-height: 20px;
    }

    .header-main .header-right .adsw-event p span {
        font-size: 15px;
    }

    .header-main .header-right .adsw-event {
        max-width: 155px;
        min-width: 155px;
    }

    .energy-efficient .label-text {
        font-size: 14px;
        line-height: 20px;
    }

    /* .link-box span {
      font-size: 12px;
   } */

    .card-horizontal .card-body {
        max-width: 285px;
    }

    .videos-section .full-video .content-block .container-inner {
        max-width: 92%;
    }

    .btn-orange,
    .btn-white,
    .btn-blue-arrow,
    .btn-outline-black,
    .btn-blue,
    .btn-outline-white {
        font-size: 16px;
    }

    .hero-items .hero-item .content h2 {
        padding-bottom: 8px;
    }

    /* footer .links ul li:not(:last-child) {
        margin-right: 24px;
    } */

    footer .adsw-logo {
        max-width: 140px;
    }

    footer .masdar-logo {
        max-width: 120px;
    }

    footer .adsw-logo img,
    footer .masdar-logo img {
        width: 100%;
    }

    footer .footer-bottom p {
        font-size: 16px;
    }

    .social-media-icons ul li img {
        width: 23px;
        height: 23px;
    }

    .social-media-icons ul li:not(:last-child) {
        margin-right: 19px;
    }

    footer {
        padding: 20px 30px;
    }

    footer .footer-top {
        padding-bottom: 18px;
        margin-bottom: 18px;
    }

    .header-main .header-right .image {
        margin-right: 0;
    }

    .icon-dropdown-black {
        width: 10px;
        top: 2px;
    }

    /* .news-agenda {
        padding-top: 102px;
    } */

    .dropdown-menu-container .header-main {
        padding: 30px 20px 35px;
    }

    .dropdown-menu-container .menu-first-level ul li a {
        padding: 18px 20px;
    }

    .dropdown-menu-container .menu-second-level ul li a,
    .dropdown-menu-container .menu-third-level ul li a {
        padding: 20px 20px 0 20px;
    }

    .menu-third-level-container .text {
        padding: 0 20px 0 20px
    }

    .latest-news .filter-block>.d-flex {
        column-gap: 16px;
    }

    footer.inner-pages {
        padding: 40px 0;
    }

    .news-details .news-details-middle p,
    .news-details .news-details-middle ul {
        padding-bottom: 24px;
    }

    .breadcrumb-item {
        font-size: 14px;
    }

    .newsletter-listing .row {
        row-gap: 24px;
    }

    .reports-publications-container.publication-listing-v1 .row {
        row-gap: 30px;
    }

    .hero-banner-v1,
    .hero-banner-v2 {
        margin-bottom: 30px;
    }

    .newsletter-block-v1 .newsletter .text h1,
    .event-details-container .item h2 {
        font-size: 38px;
        line-height: 50px;
    }

    .publication-details .left-image {
        width: 100% !important;
        max-width: 350px;
        min-width: 350px;
    }

    .publication-details .description {
        max-width: 100%;
    }

    .text-block p:not(:last-child) {
        padding-bottom: 24px;
    }

    .text-block p,
    .judging-panel p {
        font-size: 18px;
        line-height: 26px;
    }

    .full-video .content-left .date {
        font-size: 16px;
        line-height: 24px;
    }

    .item-events-row .item {
        padding: 16px 16px 40px 16px;
    }

    .text-two-column-layout .row>div:first-child {
        border-right: none;
        border-bottom: 1px solid #F2F8F7;
    }

    .text-two-column-layout .btn-block {
        margin: 20px 0 0
    }

    .text-two-column-layout .row>div:first-child {
        margin-bottom: 40px;
        padding-bottom: 50px;
    }

    .text-two-column-layout .details {
        height: auto !important;
    }

    .image-two-blocks p {
        font-size: 20px;
        line-height: 26px;
    }

    .image-two-blocks .image-content {
        max-width: 90%;
        margin: 0 auto;
    }

    .news-details .news-details-left {
        margin-right: 0;
        max-width: 100%;
    }

    .news-details .container-inner>.row>div:first-child {
        margin-bottom: 36px;
    }

    .agenda-listing .item-events-row-v2 {
        row-gap: 32px;
    }

    .text-image-block .d-flex {
        flex-direction: column;
        row-gap: 30px;
    }

    .text-image-block .left {
        max-width: 100%;
        padding: 0;
    }

    .text-image-block .right {
        max-width: 500px;
        margin: 0 auto;
    }

    .text-image-block {
        padding-bottom: 60px;
    }

    .event-details-v1 .image {
        max-width: 360px;
    }

    .text-over-image-v1 .d-flex {
        flex-direction: column;
    }

    .text-over-image-v1 .container-inner>.d-flex {
        row-gap: 48px;
    }

    .search-listing .search-form .search-field {
        font-size: 22px;
        line-height: 32px;
    }

    .search-listing h2 a {
        margin-bottom: 16px;
    }

    .page-not-found h1 {
        font-size: 180px;
        line-height: 250px;
    }

    .card.card-vertical-v2 .image {
        width: 120px;
        height: 120px;
    }

    .page-not-found {
        margin: 110px 0 0;
    }

    .tabs-custom button {
        font-size: 18px;
        line-height: 30px;
    }

    .program-container .program-item .program-item-header>.d-flex {
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: start !important;
    }

    .program-container .program-item .program-item-header>.d-flex h2 {
        padding-bottom: 10px;
    }

    .program-container .program-item .program-item-header {
        padding: 14px 0 18px;
    }

    .header-main .header-right .search-icon {
        display: none;
    }

    .dropdown-menu-container .header-main .header-right .search-icon {
        display: block;
    }

    .dropdown-menu-container.desktop-version .search-open {
        top: -10px;
        width: 300px;
    }

    .header-main .header-right .adsw-event {
        max-width: 130px;
        min-width: 130px;
    }

    .header-main .header-right .adsw-event {
        background-size: cover;
    }

    .header-main .header-right .adsw-event p {
        padding: 8px 18px 9px;
    }

    .text-image-block .right {
        position: relative;
    }

    .text-video-block {
        margin-bottom: 60px;
    }

    .text-image-block p:last-child {
        padding-bottom: 20px;
    }

    .program-container .program-item .program-item-header h2,
    .program-container .program-item .program-item-header p {
        width: 100%;
        text-align: left;
    }

    .program-container .program-item .program-item-header h2 {
        padding-right: 0;
    }

    .news-agenda .card .image img {
        height: 240px;
    }

    .events-list-view-item .events-item-date>h2 span.bold {
        font-size: 32px;
        line-height: 46px;
    }

    .events-list-view-item .events-item-date {
        min-width: 230px;
    }

    .events-list-view-item .events-item-date>h2 {
        column-gap: 7px;
    }

    .events-list-view-item .events-item-date {
        min-width: 170px;
    }

    .header-main .header-right .image {
        height: 24px;
    }

    .header-main .header-right .selected-language .image span.p {
        line-height: 27px;
    }

    .menu-third-level-container .text {
        max-width: 320px;
    }

    .text-over-image-v1-bg {
        height: auto;
    }

    .milestone .milestone-inner,
    .milestone .milestone-content-row {
        column-gap: 50px;
    }

    .milestone .milestone-year {
        font-size: 40px;
        line-height: 50px;
    }

    .news-agenda .card .image img {
        height: auto;
    }

    .podcast-featured-image {
        min-width: 390px;
    }

    .podcast-details {
        padding: 14px 0;
    }

    .spotify {
        right: 25px;
        top: 25px;
    }

    .podcast-item .card-body {
        padding: 16px;
    }

    .podcast-item .card-body>.d-flex {
        flex-direction: column;
        row-gap: 8px;
    }

    .podcast-item .category {
        text-align: left;
    }

    .podcast-item h2 {
        margin: 8px 0 0;
    }

    .podcast-details-block .audio-player {
        margin: -10px 0 0;
    }

    .podcast-details-block .podcast-middle .contents {
        max-width: 590px;
    }

    .profile-item .image {
        width: 90px;
        min-width: 90px;
        height: 90px;
    }

    .podcast-details-block .podcast-middle h2 {
        min-height: 78px;
    }
}

@media screen and (max-width: 1120px) {
    .card-horizontal .card-text {
        min-height: unset;
    }

    .card-horizontal .card-body {
        max-width: 260px;
    }

    .partners .partners-column-layout {
        max-width: 700px;
    }

    .partners-column-layout .partners-logo:nth-child(2n):after {
        display: block;
    }

    .partners-column-layout .partners-three-column-layout .partners-logo:nth-child(2n-1):after {
        display: block;
    }

    .dropdown-menu-container.desktop-version .search-open {
        width: 280px;
    }
}

@media screen and (max-width: 1024px) {

    /* h1, .h1 {
      font-size: 38px;
      line-height: 46px;
   } */
    h1,
    .h1 {
        font-size: 32px;
        line-height: 42px;
    }

    h2,
    .h2 {
        font-size: 30px;
        line-height: 40px;
    }

    h3,
    .h3 {
        font-size: 22px;
        line-height: 26px;
    }

    h4,
    .h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .category-tag {
        font-size: 12px;
        line-height: 18px;
    }

    .card-horizontal .card-text,
    .card-horizontal .card-text a,
    .card-vertical .card-text,
    .card-vertical .card-text a {
        margin-bottom: 16px;
    }

    .header-main .header-left .adsw-logo {
        margin-right: 24px;
    }

    .hero-items .hero-item .content {
        padding: 16px;
    }

    .dropdown-menu-container.desktop-version {
        display: none;
    }

    .dropdown-menu-container.mobile-version {
        display: block;
    }

    .dropdown-menu-container.mobile-version {
        height: 100%;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        padding: 100px 0 0;
        position: fixed;
        left: -130%;
        top: 0;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
    }

    .dropdown-menu-container.mobile-version.active {
        left: 0;
    }

    .dropdown-menu-container.mobile-version .close-icon {
        position: absolute;
        top: 30px;
        right: 30px;
        z-index: 9999;
    }

    .dropdown-menu-container .menu-first-level:after,
    .dropdown-menu-container .menu-second-level:after {
        display: none;
    }

    .dropdown-menu-container .menu-first-level,
    .dropdown-menu-container .menu-second-level,
    .dropdown-menu-container .menu-second-level ul {
        max-width: 100%;
        width: 100%;
    }

    .dropdown-menu-container .menu-second-level ul {
        display: block;
    }

    .dropdown-menu-container .menu-first-level,
    .dropdown-menu-container .menu-second-level {
        padding: 0;
        margin: 0;
    }

    .dropdown-menu-container.mobile-version .menu-first-level>li>a {
        font-family: "din_mediumregular";
        font-size: 22px;
        line-height: 34px;
        text-decoration: none;
        color: #fff;
        padding: 0;
    }


    .dropdown-menu-container.mobile-version .menu-second-level>li>a {
        font-family: "din_mediumregular";
        font-size: 20px;
        line-height: 30px;
        text-decoration: none;
        color: #fff;
        padding: 0;
    }

    .dropdown-menu-container.mobile-version .menu-third-level>li>a {
        font-family: "DIN";
        font-size: 18px;
        line-height: 24px;
        text-decoration: none;
        color: #fff;
        padding: 0;
        font-weight: 400;
    }


    .dropdown-menu-container.mobile-version .menu-second-level>li>a {
        padding: 10px 30px !important;
    }

    .dropdown-menu-container.mobile-version .menu-third-level>li>a {
        padding: 0 40px !important;
    }

    .dropdown-menu-container.mobile-version .menu-second-level {
        padding: 0;
        display: block;
    }

    .dropdown-menu-container.mobile-version .menu-third-level {
        padding: 10px 0;
        display: block;
    }

    .dropdown-menu-container .menu-first-level ul li,
    .dropdown-menu-container .menu-second-level ul li,
    .dropdown-menu-container .menu-third-level ul li,
    .dropdown-menu-container .menu-first-level ul li a:hover,
    .dropdown-menu-container .menu-first-level ul li.active {
        background: transparent;
    }

    .dropdown-menu-container .menu-first-level ul li:not(:last-child) {
        border: none
    }

    .dropdown-menu-container .menu-second-level>li:not(:last-child) {
        border-bottom: 1px solid rgb(153 153 153 / 20%) !important;
    }

    /* .dropdown-menu-container .menu-second-level>li {
      padding: 0 20px
   } */

    .dropdown-menu-container .menu-third-level li {
        padding: 7px 0;
    }

    .dropdown-menu-container.mobile-version .menu-first-level>li {
        background: linear-gradient(0deg, rgba(52, 162, 182, 0.40) 0%, rgba(52, 162, 182, 0.40) 100%), #262425
    }

    .dropdown-menu-container.mobile-version .menu-first-level>li>a {
        display: block;
        padding: 15px 20px;
        position: relative;
    }

    .dropdown-menu-container.mobile-version .menu-first-level>li.has-dropdown>a:after {
        content: '';
        position: absolute;
        right: 20px;
        width: 15px;
        height: 10px;
        background: url('../images/background/language-dropdown-white.svg') no-repeat;
        background-size: 100%;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }

    .dropdown-menu-container.mobile-version .menu-first-level>li.has-dropdown.active>a:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }

    .dropdown-menu-container.mobile-version .menu-first-level>li:not(:last-child) {
        border-bottom: 1px solid rgba(242, 248, 247, 0.20)
    }

    .dropdown-menu-container .menu-first-level {
        max-width: 95%;
        margin: 0 auto;
        list-style: none;
    }

    .dropdown-menu-container.mobile-version>* {
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
    }

    .dropdown-menu-container.mobile-version .menu-second-level>li {
        background: linear-gradient(0deg, rgba(52, 162, 182, 0.40) 0%, rgba(52, 162, 182, 0.40) 100%), #262425;
    }

    .dropdown-menu-container.mobile-version .menu-second-level {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-in;
        -webkit-transition: max-height 0.2s ease-in;
        -moz-transition: max-height 0.2s ease-in;
    }

    .dropdown-menu-container.mobile-version .active .menu-second-level {
        padding-bottom: 10px;
    }

    .dropdown-menu-container.mobile-version .menu-first-level>.has-dropdown.active .menu-second-level {
        max-height: 100%;
        overflow: visible;
        transition: max-height 0.2s ease-out;
        -webkit-transition: max-height 0.2s ease-out;
        -moz-transition: max-height 0.2s ease-out;
    }

    .dropdown-menu-container.mobile-version .menu-second-level>li {
        border-bottom: none;
    }

    .dropdown-menu-container.mobile-version .menu-first-level.overflow {
        overflow: hidden;
        overflow-y: auto;
    }

    .dropdown-menu-container.mobile-version .search-block {
        max-width: 350px;
        background: transparent;
        margin: 30px auto
    }

    .dropdown-menu-container.mobile-version .search-block .form-control {
        background: transparent;
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 0;
        color: #fff;
        font-size: 16px;
        font-family: 'DIN';
        font-weight: 400
    }

    .dropdown-menu-container.mobile-version .search-block .form-control::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.7)
    }

    .dropdown-menu-container.mobile-version .search-block .form-control::-moz-placeholder {
        color: rgba(255, 255, 255, 0.7)
    }

    .dropdown-menu-container.mobile-version .search-block .form-control:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.7)
    }

    .dropdown-menu-container.mobile-version .search-block .form-control:-moz-placeholder {
        color: rgba(255, 255, 255, 0.7)
    }

    .dropdown-menu-container.mobile-version .search-block .form-control:focus {
        box-shadow: none
    }

    .dropdown-menu-container.mobile-version .search-block .btn {
        padding: 0
    }

    .dropdown-menu-container.mobile-version .energy-efficient {
        margin: 0 auto;
        justify-content: center;
    }

    .dropdown-menu-container.mobile-version .energy-efficient .label-text {
        color: #fff;
    }

    .dropdown-menu-container.mobile-version .energy-efficient a {
        color: #fff;
    }

    .dropdown-menu-container.mobile-version .search-icon {
        width: 20px;
        height: 20px;
        display: block;
    }

    .dropdown-menu-container.mobile-version .search-icon img {
        width: 100%;
    }

    .news-details .news-details-left .actionables {
        column-gap: 16px;
    }

    .icon-time,
    .icon-views,
    .icon-calendar {
        margin-right: 4px;
    }

    .news-details .news-details-left .social-share span {
        margin-right: 8px;
    }

    .news-details .news-details-left .social-icons .a2a_kit {
        column-gap: 10px;
    }

    .news-details .news-details-right>h2 {
        font-size: 22px;
        line-height: 26px;
    }

    .hero-banner-v1 .content .right,
    .hero-banner-v2 .content .right {
        max-width: 220px;
    }

    .hero-banner-v1 .image img {
        height: 350px;
    }

    .news-details .news-details-middle p,
    .news-details .news-details-middle ul,
    .event-details-container .item p {
        font-size: 16px;
        line-height: 24px;
    }

    .newsletter-block-v1 {
        height: 350px;
    }

    .newsletter-block-v1 .newsletter {
        padding: 40px 0;
    }

    .news-agenda .card-horizontal .image {
        max-height: 200px;
        height: 100% !important;
    }

    .hero-banner-v1 .content .left .btn-block .btn-white {
        padding: 12px 24px;
        font-size: 18px;
    }

    .hero-banner-v1 .content .left .btn-block {
        max-width: 180px;
    }

    .publication-details .btn-block {
        flex-direction: column;
        align-items: start !important;
        row-gap: 16px;
        column-gap: 0;
    }

    .publication-details .btn-block>div {
        max-width: 220px;
    }

    .publication-details .btn-block .btn-outline-black,
    .publication-details .btn-block .btn-blue {
        font-size: 16px;
        padding: 12px 10px 12px;
    }

    .title-block .caption {
        font-size: 20px;
        line-height: 20px;
    }

    .banner-v2 p {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }

    .banner-v1.banner-v2 .banner-image img {
        height: 430px;
    }

    .banner-v1 h1 {
        padding-bottom: 16px;
    }

    .banner-v1 .banner-content .btn-block {
        margin-top: 24px;
    }

    .hero-banner-v3 .content .btn-orange {
        max-width: 204px;
    }

    .speakers-v1 .category-tag {
        font-size: 16px;
        line-height: 22px;
    }

    .speakers-v1 .card-vertical .card-body,
    .speakers-v1 .card-container .card-vertical {
        row-gap: 12px;
    }

    .event-details-container-v1,
    .event-details-v1 .listed-lists .d-flex {
        flex-direction: column;
    }

    .event-details-v1 .image {
        margin: 0 auto 24px;
    }

    .search-listing .search-form {
        margin: 30px 0;
    }

    .page-not-found h1 {
        font-size: 150px;
        line-height: 220px;
    }

    .tabs-custom .zig-zag-flow>.d-flex {
        flex-direction: column;
    }

    .tabs-custom .zig-zag-flow .text {
        margin-bottom: 24px;
    }

    .tabs-custom .zig-zag-flow .image {
        margin: 0 auto;
    }

    .events-list-view-item .events-item-date>h2 span.bold {
        font-size: 28px;
        line-height: 38px;
    }

    .events-list-view-item .events-item-date>h2 span.normal {
        font-size: 16px;
        line-height: 24px;
    }

    .previous-speakers .five-columns-layout {
        grid-template-columns: repeat(4, 1fr);
    }

    .milestone .milestone-content .image {
        min-width: 280px;
        max-width: 280px;
    }

    .overlay img {
        width: 100px;
        height: 100px;
    }

    .podcast-featured-image {
        min-width: 340px;
    }

    .audio-player .rewind,
    .audio-player .forward,
    .audio-player .controls .toggle-play.play,
    .audio-player .controls .toggle-play.pause,
    .podcast-details-block .audio-player .rewind,
    .podcast-details-block .audio-player .forward,
    .podcast-details-block .audio-player .controls .toggle-play.play,
    .podcast-details-block .audio-player .controls .toggle-play.pause {
        width: 45px;
        height: 45px;
    }

    .audio-player .controls {
        margin-bottom: 8px;
    }

    .podcast-featured {
        column-gap: 24px;
    }
}

@media screen and (max-width: 991px) {
    .news-video-big {
        width: 100%;
        margin: 0 auto;
    }

    .card-horizontal,
    .card-vertical,
    .reports-item {
        width: 100%;
    }

    .card-horizontal .card-body {
        max-width: unset;
    }

    .card-horizontal .image img {
        height: 270px;
    }

    .card-horizontal .image {
        height: auto !important;
    }

    .news-agenda .content-block .content-left {
        max-width: 70%;
    }

    .news-agenda .card-container {
        row-gap: 24px;
    }

    .news-agenda .row {
        --bs-gutter-x: 1.2rem;
        row-gap: 24px;
    }

    .news-agenda .row:first-child {
        margin-bottom: 24px;
    }

    .newsletter>.d-flex {
        flex-direction: column;
    }

    .newsletter .text {
        margin: 0 0 20px 0;
        text-align: center;
    }

    .header-main .header-right .adsw-event,
    .header-main .header-right .search-icon,
    .header-main .header-right .energy-efficient,
    .header-main .header-left .masdar-logo {
        display: none;
    }

    .reports-publications-container .row {
        row-gap: 24px;
    }

    .reports-publications-container .content {
        padding-top: 14px;
    }

    .videos-section .videos-group .row {
        row-gap: 24px;
        justify-content: center;
    }

    .expert-insights .col-lg-4:nth-child(3n) .card-container .card-vertical {
        padding-right: 32px;
        padding-left: 0;
    }

    .expert-insights .col-lg-4:nth-child(2n+1) .item:before {
        left: auto;
        right: 0;
    }

    .expert-insights .col-lg-4:nth-child(2n) .card-container .card-vertical {
        padding-right: 0px;
        padding-left: 32px;
    }

    .expert-insights .col-lg-4:last-child .item:before {
        display: none;
    }

    .expert-insights .col-lg-4:last-child .item:after {
        content: "";
        position: absolute;
        top: -23px;
        height: 1px;
        width: 90%;
        background: rgba(184, 215, 223, 0.4);
        left: 16px;
    }

    .hero-items>.d-flex {
        flex-wrap: wrap;
        justify-content: center !important;
        row-gap: 24px;
        column-gap: 24px;
    }

    .hero-items .hero-item {
        width: 48%;
    }

    .hero-items {
        margin-top: 24px;
    }

    .footer-top>.d-flex {
        flex-direction: column;
    }

    footer .adsw-logo {
        order: 2;
        margin: 10px 0 10px 0;
    }

    footer .masdar-logo {
        order: 3;
        text-align: center;
    }

    /* .news-agenda {
        padding-top: 94px;
    } */

    .latest-news .latest-news-hero .row,
    .latest-news .expert-insights-hero .row {
        row-gap: 24px;
    }

    .card-horizontal-v1-big.card-horizontal .image {
        width: 100% !important;
    }

    .latest-news .filter-block>.d-flex {
        flex-direction: column;
        row-gap: 12px;
    }

    .latest-news .filter-block {
        max-width: 550px;
        width: 100%;
        margin: 0 auto;
    }

    .latest-news .search-field,
    .latest-news .filter-block .year-field,
    .latest-news .btn-search,
    .latest-news .filter-block .topic-field {
        width: 100%;
        max-width: 100%;
    }

    .newsletter {
        padding: 40px 0;
    }

    .newsletter-message p {
        position: relative;
    }

    .newsletter-block {
        background-size: 1000px 400px;
    }

    .news-details .news-details-left .actionables span,
    .news-details .news-details-left .social-share span {
        font-size: 16px;
    }

    .news-details .news-details-right .card-vertical-container {
        max-width: 500px;
        margin: 0 auto;
    }

    .icon-pagination-left-arrow,
    .icon-pagination-right-arrow {
        width: 20px;
        height: 20px;
    }

    .latest-news .search-filter .search-field,
    .latest-news .search-filter.filter-block .year-field,
    .latest-news .search-filter.filter-block .topic-field {
        max-width: 100%;
    }

    .articles-listing-container .row {
        row-gap: 24px;
    }

    .articles-listing-container.more-articles .latest-news-listing.articles-listing .row {
        row-gap: 24px;
    }

    .hero-banner-v1 .content,
    .hero-banner-v2 .content {
        padding: 20px;
    }

    .btn-white {
        padding: 12px 20px;
        font-size: 16px;
    }

    .latest-news-listing.articles-listing,
    .reports-publications-container.publications-listing,
    .latest-news-listing.experts-listing,
    .adsw-talks-listing,
    .experts-listing,
    .podcast-featured {
        margin-bottom: 30px;
    }

    .newsletter-block-v1 .newsletter .text h1,
    .event-details-container .item h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .low-carbon-on .card-horizontal.card-horizontal-v2 .image img {
        width: 100%;
        height: 100%;
    }

    .expert-insights-hero .card-horizontal .card-body {
        max-width: 380px;
        width: 100%;
    }

    .episodes-listing .videos-section .full-video {
        margin-bottom: 24px;
    }

    .item-events-row,
    .item-events-row-v1 {
        row-gap: 24px;
    }

    .image-two-blocks>.container-inner>.d-flex {
        flex-direction: column;
    }

    .image-two-blocks .image-item:first-child {
        margin: 0 0 24px 0;
    }

    .card-horizontal-v1-big.card-horizontal .image {
        max-width: 200px;
    }

    .card-horizontal-v1-big.card-horizontal .card-text {
        margin: 20px 0 0
    }

    .card-horizontal-v1-big.card-horizontal .image img {
        height: auto;
    }

    .speakers-v1 {
        row-gap: 24px;
    }

    .previous-speakers .item {
        width: 33.33%;
    }

    .previous-speakers {
        flex-wrap: wrap;
    }

    .image-two-blocks .image-item {
        width: 100%;
    }

    .zig-zag-flow .container-inner>.d-flex {
        flex-direction: column;
        row-gap: 24px;
    }

    .gap-row-24 {
        row-gap: 16px;
    }

    .zig-zag-flow .container-inner>.d-flex:nth-child(2n) .image,
    .zig-zag-flow .container-inner>.d-flex:nth-child(2n-1) .image {
        order: 2;
    }

    .zig-zag-flow .container-inner>.d-flex:nth-child(2n) .text,
    .zig-zag-flow .container-inner>.d-flex:nth-child(2n-1) .text {
        order: 1;
    }

    .page-not-found h1 {
        font-size: 120px;
        line-height: 150px;
    }

    .page-not-found {
        margin: 125px 0 0;
    }

    .search-listing ul li {
        padding: 25px 0;
    }

    .tabs-custom-v1 nav {
        position: relative;
    }

    .tabs-custom .nav-tabs,
    .tabs-custom-v1 .nav-tabs {
        flex-direction: column;
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
        border: none;
        position: absolute;
        top: 46px;
        background: #fff;
        box-shadow: 0px 1px 3px #e7e7e7;
        display: none;
        z-index: 99;
    }

    .tabs-custom .nav-tabs .nav-link,
    .tabs-custom-v1 .nav-tabs,
    .nav-link {
        width: 100%;
        margin-bottom: 0;
    }

    .tabs-custom .nav-tabs .nav-item:not(:last-child),
    .tabs-custom-v1 .nav-tabs .nav-link:not(:last-child) {
        margin: 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .tabs-custom button {
        padding: 7px 30px;
    }

    .tabs-custom .nav-tabs .nav-item.show .nav-link,
    .tabs-custom .nav-tabs .nav-link.active,
    .tabs-custom-v1 .nav-tabs .nav-link,
    .tabs-custom-v1.nav-tabs .nav-link.active {
        border-color: transparent;
        border-bottom: none;
        color: #36AFC5;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
    }

    .tabs-custom .nav-tabs.open,
    .tabs-custom-v1 .nav-tabs.open {
        display: block;
    }

    .tabs-custom .selected-text,
    .tabs-custom-v1 .selected-text {
        display: block;
        font-size: 18px;
        line-height: 30px;
        padding: 7px 30px;
        max-width: 300px;
        width: 100%;
        color: #fff;
        font-family: "DIN";
        font-style: normal;
        font-weight: 400;
        letter-spacing: 2.4px;
        text-transform: uppercase;
        margin: 0 auto;
        text-align: center;
        border: 1px solid #dee2e6;
        background: #36AFC5;
        position: relative;
    }

    .tabs-custom .selected-text:after,
    .tabs-custom-v1 .selected-text:after {
        content: "";
        position: absolute;
        right: 20px;
        top: 18px;
        background: url('../images/background/language-dropdown-white.svg') 0 0 / 100% no-repeat;
        width: 17px;
        height: 13px;
    }

    .tabs-custom .selected-text.rotate:after,
    .tabs-custom-v1 .selected-text.rotate:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }

    .tabs-custom .tabs-custom-header {
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .tabs-custom .speakers-v1 .card-title {
        font-size: 16px;
    }

    .tabs-custom-v1 .nav-tabs .nav-link.active {
        background: transparent;
        color: #36AFC5;
        border-bottom: 1px solid #f0f0f0;
    }

    .tabs-custom-v1 .nav-tabs .nav-link {
        width: 100%;
        max-width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }

    .tabs-custom-v1 .nav-tabs {
        top: 0;
        left: 0;
        right: 0;
    }

    .tabs-custom-v1 .selected-text {
        font-size: 16px;
        line-height: 20px;
        text-transform: none;
        letter-spacing: 0;
        min-height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 380px;
        padding-right: 50px;
    }

    .tabs-custom-v1 .selected-text:after {
        top: 24px;
    }

    .tabs-custom-v1 .nav-tabs {
        max-width: 380px;
    }

    .program-container>.row {
        row-gap: 24px;
    }

    .program-container>.row.two-column .row>div:not(:last-child) {
        border-bottom: 1px solid rgba(38, 36, 37, 0.20);
    }

    .category-list ul {
        justify-content: center;
    }

    .expert-insights-hero .card-horizontal-v1-big.card-horizontal .card-text {
        margin: 0px 0 20px;
    }

    .tabs-custom-v1 {
        margin: 20px 0 0;
    }

    .text-button-block-v1 .text-block {
        max-width: 100%;
    }

    .events-list-view-item {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 16px;
    }

    .events-list-view-item .events-item-date {
        min-width: unset;
    }

    .events-list-view-item .events-item-date>h2,
    .events-list-view-item .events-item-date {
        justify-content: flex-start !important;
    }

    .events-list-view-item .events-item-date {
        align-items: flex-start !important;
    }

    .events-list-view-item>div {
        width: 100%;
    }

    .events-list-view-item .events-item-details {
        width: 100%;
    }

    .previous-speakers .five-columns-layout {
        grid-template-columns: repeat(3, 1fr);
    }

    .video-wrapper.image-block {
        height: auto !important;
    }

    .full-video .content-left {
        width: 75%;
    }

    .full-video .content-left h3 {
        display: none;
    }

    footer .links ul {
        padding-left: 0.5rem;
    }

    /* footer .links ul li:not(:last-child) {
        margin-right: 0.5rem;
    } */

    footer .copyright {
        flex-direction: column;
        order: 2;
    }

    .profile-listing .half-width .profile-list-item .image {
        width: 24%;
    }

    .profile-listing-row.half-width>.row,
    .profile-listing .card {
        row-gap: 24px;
    }

    .profile-listing .profile-list-item .text {
        padding-bottom: 10px;
    }

    footer .footer-bottom {
        flex-direction: column;
    }

    footer .footer-bottom .social-media-icons {
        order: 1;
        margin-bottom: 20px;
    }

    footer .footer-bottom .social-media-icons ul {
        padding: 0;
        margin: 0;
    }

    footer .footer-bottom p {
        order: 2;
        margin: 5px 0 0;
        text-align: center;
    }

    footer .links ul {
        padding: 0;
    }

    footer .links {
        margin-bottom: 0px;
    }

    footer .links ul .spacer:first-child {
        display: none;
    }

    .milestone .milestone-inner,
    .milestone .milestone-content-row {
        column-gap: 32px;
    }

    .milestone .milestone-content-row {
        flex-direction: column;
        row-gap: 20px;
    }

    .milestone .milestone-scroll {
        margin: 40px 0 0
    }

    .footer-top>.d-flex {
        align-items: center !important;
    }

    .calendar-popup ul li * {
        font-size: 16px;
    }

    .podcast-featured-image {
        min-width: 310px;
    }

    .icon-podcast {
        width: 50px;
        height: 34px;
    }

    .icon-spotify {
        width: 36px;
        height: 36px;
    }

    .podcast-featured-image {
        min-width: 255px;
    }

    .podcast-details-block .podcast-featured-image {
        min-width: 200px;
        max-width: 200px;
        max-height: 200px;
    }

    .podcast-details-block .podcast-middle .contents {
        max-width: 480px;
    }

    .podcast-share .icon-facebook,
    .podcast-share .icon-linkedin,
    .podcast-share .icon-mail {
        width: 24px;
        height: 24px;
    }

    .podcast-share .icon-twitter {
        width: 18px;
        height: 18px;
    }

    .podcast-details-block .podcast-middle h2 {
        min-height: 74px;
    }
}

@media screen and (max-width: 767px) {

    h2,
    .h2 {
        font-size: 26px;
        line-height: 34px;
    }

    h3,
    .h3 {
        font-size: 20px;
        line-height: 26px;
    }

    p,
    .hero-banner .content p {
        font-size: 14px;
        line-height: 19px;
    }

    .card-horizontal .card-body {
        width: 60%;
    }

    .reports-publications .title-block,
    .events-initiatives .title-block,
    .news-agenda .title-block {
        flex-direction: column;
    }

    .reports-publications .link-box,
    .events-initiatives .link-box {
        margin: 14px 0 0;
    }

    .videos-section .full-video {
        height: 400px;
    }

    .videos-section .full-video .video-wrapper {
        height: 100% !important;
    }

    .videos-section .full-video .video-wrapper a>img {
        height: 400px;
        object-fit: cover;
    }

    .videos-section .full-video .content-block .container-inner {
        max-width: 94%;
    }

    .hero-items>.d-flex {
        column-gap: 20px;
    }



    footer {
        margin: 100px 0 0;
    }

    .live-band {
        padding: 10px 0;
    }

    .live-band p {
        font-weight: 400;
        font-size: 14px;
    }

    .live-band .live-image {
        margin-right: 12px;
    }

    .live-band .live-image {
        width: 70px;
    }

    .live-band .live-image img {
        width: 100%;
        height: auto;
    }

    .live-band+.header-main {
        top: 44px;
    }

    /* .card-horizontal-v1-big.card-horizontal .image {
      max-width: 330px;
   } */

    .page-item:first-child .page-link,
    .page-item:last-child .page-link,
    .numbers .page-item .page-link {
        font-size: 14px;
    }

    .numbers .page-item {
        width: 30px;
        height: 30px;
    }

    .numbers .page-item .page-link {
        width: 30px;
    }

    .news-details .news-details-left .more-info-block .left>.d-flex {
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }

    .news-details .news-details-left .actionables {
        flex-wrap: wrap;
    }

    .news-details .news-details-left .actionables>div {
        margin-bottom: 16px;
    }

    h1,
    .h1 {
        font-size: 26px;
        line-height: 32px;
    }

    .breadcrumb-box {
        display: none;
    }

    .news-details .news-details-middle .image {
        height: auto !important;
    }

    .news-details .news-details-middle .image img {
        height: 250px;
        object-fit: cover;
        object-position: center;
    }

    .hero-banner-v1 .content .right,
    .hero-banner-v2 .content .right {
        max-width: 160px;
    }

    .hero-banner-v1 .image img {
        height: 300px;
    }

    .newsletter-block-v1 {
        height: 278px;
    }

    /* .newsletter-block-v1 {
      margin-bottom: 40px;
   } */

    .videos-section.adsw-page .full-video .video-wrapper a>img {
        height: auto;
    }

    .videos-section.adsw-page .full-video .video-wrapper {
        height: auto !important;
    }

    .videos-section.adsw-page .full-video {
        height: auto;
    }

    .publication-details .left-image {
        max-width: 240px;
        margin-right: 24px;
        min-width: 240px;
    }

    .banner-v2 p,
    .text-block p,
    .text-two-column-layout .content,
    .hero-banner-v3 .content .container-inner p,
    .image-two-blocks p,
    .text-image-block p,
    .text-block p,
    .judging-panel p,
    .p-v1,
    .text-image-block p,
    .event-details-v1 p,
    .event-details-v1 .nested-lists li,
    .banner-v1 p,
    .milestone .milestone-block p,
    .milestone .milestone-block ul li {
        font-size: 16px;
        line-height: 24px;
    }

    .banner-v1 h1 {
        padding-bottom: 16px;
    }

    .banner-v1 span {
        margin: 0;
    }

    .text-two-column-layout .row>div:first-child {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .text-two-column-layout .details {
        flex-direction: column;
        max-width: 100%;
    }

    .text-two-column-layout .details p.location {
        margin: 10px 0 0;
    }

    .agenda-listing .item-events-row-v2,
    .gap-row-40 {
        row-gap: 24px;
    }

    .title-block {
        flex-direction: column;
    }

    .title-block h2+div,
    .title-block h2+p,
    .agenda-grid-box {
        margin: 14px 0 0;
    }

    .speakers-v1 .item {
        max-width: 292px;
        width: 100%;
        margin: 0 auto;
    }

    .event-details-container .item {
        width: 50%;
    }

    .event-details-container {
        row-gap: 32px;
    }

    .previous-speakers .item {
        width: 50%;
        max-width: 100%;
    }

    .gap-row-60 {
        row-gap: 24px;
    }

    .padding-b-120 {
        padding-bottom: 40px;
    }

    .partners-column-layout .partners-logo .image {
        max-width: 170px;
        height: 70px;
    }

    .partners-column-layout .partners-logo span {
        padding-bottom: 12px;
    }

    .partners-column-layout .partners-logo {
        width: 40%;
    }

    .breadcrumb-spacing-bottom {
        margin-bottom: 0;
    }

    .margin-top-40 {
        margin-top: 40px;
    }

    .padding-top-40 {
        padding-top: 40px;
    }

    .margin-top-60 {
        margin-top: 40px;
    }

    .padding-top-60,
    .padding-t-108 {
        padding-top: 40px;
    }

    .events-text-bg,
    .advisory-text-bg,
    .padding-b-108 {
        padding-bottom: 40px;
    }

    .padding-tb-108,
    .padding-tb-120,
    .agenda-listing,
    .upcoming-events,
    .past-events,
    .text-two-column-layout,
    .image-two-blocks,
    .reports-publications,
    .expert-insights,
    .events-initiatives,
    .who-we-are {
        padding: 40px 0;
    }

    .text-image-block {
        padding-bottom: 40px;
    }

    .text-block,
    .episodes-listing {
        margin-bottom: 40px;
    }

    .news-details {
        margin: 40px 0;
    }

    .newsletter-block-v1,
    .list-sections-container,
    .latest-news {
        margin-bottom: 40px;
    }

    .videos-section .videos-group {
        padding: 24px 0 40px;
    }

    .category-list ul li {
        width: 45%;
        max-width: unset;
    }

    .category-list ul li:not(:last-child) {
        margin-right: 0
    }

    .category-list ul {
        column-gap: 14px;
    }

    .category-list ul li a {
        font-size: 14px;
    }


    .tabs-custom .selected-text,
    .tabs-custom button {
        font-size: 16px;
        letter-spacing: 1.4px;
    }

    .more-publications .card-container-v1 .row {
        gap: 24px;
    }

    .text-video-block {
        margin-bottom: 40px;
    }

    .previous-speakers .five-columns-layout {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 24px;
    }

    .icon-list .text {
        max-width: 100%;
    }

    .icon-list .row {
        row-gap: 24px;
    }

    .news-details-left .video-wrapper.block-video>div.video-js {
        height: auto;
    }

    .profile-listing .full-width .profile-list-item .image,
    .profile-listing .half-width .profile-list-item .image {
        width: 30%;
    }

    .profile-listing .full-width .profile-list-item .text,
    .profile-listing .half-width .profile-list-item .text {
        width: 67%;
    }

    .milestone-header .title-block .p-v1 {
        margin: 0;
    }

    .apply-now-form .submit-button>.d-flex {
        margin-top: 24px !important;
    }

    .full-video .title-block h2+div {
        margin-top: 0;
    }

    .partners-column-layout .partners-column-layout-row {
        flex-wrap: wrap;
    }

    .partners-column-layout .partners-logo:nth-child(2n):after {
        display: none;
    }

    .podcast-listing {
        padding: 0 0 40px 0;
    }

    .podcast-featured {
        flex-direction: column;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
        padding: 16px;
    }

    .podcast-featured-image {
        min-width: unset;
        max-width: unset;
    }

    .spotify {
        right: 25px;
        top: 25px;
    }

    .banner-v1-new.banner-v1 .banner-image img {
        height: 280px;
    }

    .audio-player .rewind,
    .audio-player .forward,
    .audio-player .controls .toggle-play.play,
    .audio-player .controls .toggle-play.pause,
    .podcast-details-block .audio-player .rewind,
    .podcast-details-block .audio-player .forward,
    .podcast-details-block .audio-player .controls .toggle-play.play,
    .podcast-details-block .audio-player .controls .toggle-play.pause {
        width: 40px;
        height: 40px;
    }

    .podcast-row .row {
        row-gap: 24px;
    }

    .padding-b-64 {
        padding-bottom: 36px;
    }

    .podcast-row .btn-block {
        margin: 36px 0 0;
    }

    .podcast-details-block .podcast-featured {
        margin: 0 auto;
    }

    .profile-list ul {
        flex-direction: column;
        row-gap: 24px;
    }

    .podcast-details-block .podcast-featured-image {
        max-width: 215px;
        max-height: 215px;
        /* margin: 0 auto; */
    }

    .podcast-details-block .podcast-middle .spotify {
        right: 8px;
        top: 8px;
    }

    .podcast-details-block .podcast-middle h2 {
        min-height: unset;
    }
}

@media screen and (max-width: 680px) {
    .banner-section .banner-item-video video {
        object-fit: cover;
        height: 100%;
    }

    .banner-section .banner-item-video {
        height: 100%;
    }

    .low-carbon-on .banner-section .banner-item img {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 600px) {
    .live-band .d-flex {
        flex-direction: column;
    }

    .live-band .live-image {
        margin: 0 0 6px 0;
    }

    .live-band {
        padding: 8px 0 10px 0;
    }

    .live-band+.header-main {
        top: 68px;
    }

    .publication-details {
        flex-direction: column;
        row-gap: 24px;
        /* margin-bottom: 24px; */
    }

    .publication-details .left-image {
        max-width: 380px;
        min-width: 380px;
        height: auto !important;
        margin: 0 auto;
        max-height: 540px;
    }

    .publication-details .description,
    .publication-details .btn-block>div {
        max-width: 100%;
    }
}

@media screen and (max-width: 575px) {

    .card-horizontal,
    .card-vertical,
    .reports-item {
        flex-direction: column !important;
    }

    .card-horizontal .image {
        width: 100% !important;
        height: auto !important;
        max-width: unset;
    }

    .card-horizontal .image img {
        height: auto;
        object-fit: unset;
    }

    .card-horizontal .card-text,
    .card-horizontal .card-text a,
    .card-vertical .card-text,
    .card-vertical .card-text a {
        height: auto !important;
    }

    .card-horizontal .card-body {
        width: 100%;
        height: auto;
        padding: 20px 20px 25px 20px;
    }

    .btn-layer1 .content-block,
    .full-video .content-block .container-inner {
        flex-direction: column;
        justify-content: flex-end !important;
        align-items: flex-start;
    }

    .news-agenda .content-block .content-left,
    .full-video .content-left {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .newsletter .btn span {
        margin-right: 0;
    }

    .newsletter .icon-subscribe {
        display: none;
    }

    .newsletter .btn {
        padding: 14px 18px;
    }

    .newsletter .form-block {
        padding: 4px 4px 4px 12px;
    }

    .newsletter .form-control {
        font-size: 14px;
    }

    .play-button-image {
        width: 35px;
        height: 35px;
    }

    .play-button-image img {
        width: 100%;
    }

    .videos-section .full-video .content-block .container-inner {
        max-width: 100%;
    }

    .expert-insights .item:before,
    .expert-insights .item:after {
        display: none !important;
    }

    .expert-insights .card-container .card-vertical {
        padding: 0 !important
    }

    .expert-insights .title-block:after {
        display: none;
    }

    .expert-insights .col-lg-4 .card-vertical:after,
    .expert-insights .title-block:after {
        left: 0;
        width: 100%;
    }

    .expert-insights .card-vertical .card-body {
        padding: 0;
    }

    .expert-insights .row {
        row-gap: 24px;
    }

    .expert-insights .col-lg-4:not(:last-child) .item {
        padding-bottom: 24px;
        border-bottom: 1px solid rgba(184, 215, 223, 0.4);
    }

    .expert-insights .col-lg-4 .card-vertical:after,
    .expert-insights .title-block:after {
        display: none;
    }

    .hero-items>.d-flex {
        flex-direction: column;
    }

    .hero-items .hero-item {
        width: 100%;
    }

    .events-initiatives .title-block>.container-inner {
        flex-direction: column;
    }

    .btn-orange,
    .btn-white,
    .btn-blue-arrow,
    .btn-outline-black,
    .btn-blue,
    .btn-outline-white {
        padding: 12px 20px;
    }

    .who-we-are .title-block h1 {
        padding-bottom: 24px;
    }

    footer .links ul {
        flex-direction: column;
    }

    footer .links ul li {
        margin-right: 0 !important;
    }

    footer .links ul li:not(:first-child) {
        margin: 3px 0 0;
    }

    .dropdown-menu-container.mobile-version .menu-first-level>li>a {
        font-size: 20px;
        line-height: 30px;
    }

    .dropdown-menu-container.mobile-version .menu-third-level {
        padding: 0 0 10px;
    }

    .dropdown-menu-container.mobile-version .menu-third-level>li>a {
        padding: 0 30px !important;
    }

    .dropdown-menu-container .menu-first-level {
        max-width: 100%;
    }

    .live-band {
        padding: 4px 32px 8px 32px;
    }

    /* .header-main {
      top: 80px;
   } */

    .card-horizontal-v1-big.card-horizontal .image img,
    .card-horizontal-v1-small.card-horizontal .image img {
        width: 100%;
        height: auto;
    }

    .card-horizontal-v1-big.card-horizontal .image,
    .card-horizontal-v1-small.card-horizontal .image {
        max-width: 100%;
    }


    .card-horizontal-v1-big.card-horizontal .card-title {
        position: relative;
        top: unset;
        right: unset;
    }

    .latest-news-hero .card-horizontal-v1-big.card-horizontal .card-text,
    .latest-news-hero .card-horizontal-v1-small.card-horizontal .card-text {
        min-height: unset;
    }

    .card-horizontal-v1-small.card-horizontal .card-title {
        text-align: left;
    }

    .card-vertical-v1.card-vertical .card-body {
        padding: 20px 20px 30px;
    }

    .card-horizontal-v1-big.card-horizontal .card-body,
    .card-horizontal-v1-small.card-horizontal .card-body {
        padding: 20px;
    }

    .header-main .container-inner {
        padding: 12px 0;
    }

    .breadcrumb-spacing-top {
        margin-top: 115px;
    }

    .live-band {
        padding: 4px 10px 8px 10px;
    }

    .card-horizontal.card-horizontal-v2 .card-body {
        width: 100%;
    }

    .newsletter-listing .card-container {
        max-width: 320px;
        margin: 0 auto;
    }

    .icon-arrow-black-outline {
        width: 28px;
        height: 28px;
    }

    .hero-banner-v1 .content .right,
    .hero-banner-v2 .content .right {
        display: none;
    }

    .hero-banner-v1 .content .left,
    .hero-banner-v2 .content .left {
        max-width: 100%;
        padding: 0;
    }

    .two-column-layout .row {
        row-gap: 24px;
    }

    .newsletter-block-v1 .newsletter .text h1,
    .event-details-container .item h2 {
        font-size: 27px;
        line-height: 30px;
    }

    .card-horizontal.card-horizontal-v2 .image {
        max-width: 100%;
    }

    .news-agenda .card-horizontal .image {
        max-height: unset;
        height: 100% !important;
    }

    .expert-insights-hero .card-horizontal .card-body {
        max-width: 100%;
        width: 100%;
    }

    .hero-banner-v3 .content .container-inner h2,
    .hero-banner-v3 .content .container-inner p {
        padding-bottom: 16px;
    }

    .item-events-row.item-events-row-v2 .item h2,
    .item-events-row.item-events-row-v2 .item .details p,
    .item-events-row .item h2,
    .item-events-row .item h2 {
        height: auto !important;
    }

    .event-details-container .item {
        width: 100%;
    }

    .event-details-container {
        row-gap: 40px;
    }

    .event-details-container .icon {
        margin: 0 auto 12px;
    }

    .partners-column-layout .partners-logo {
        width: 100%;
    }

    .partners-column-layout .partners-column-layout-row {
        flex-direction: column;
    }

    .partners-column-layout .partners-logo .image {
        margin: 0 auto;
    }

    .partners-column-layout .partners-logo:not(:last-child):after {
        right: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        top: unset;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
    }

    .card.card-vertical-v2 .card-title,
    .card.card-vertical-v2 .card-text {
        height: auto !important;
    }

    .live-band .container-inner {
        max-width: 100%;
    }

    .item-events-row .item {
        padding: 16px 16px 20px 16px;
    }

    .category-list ul {
        flex-direction: column;
    }

    .category-list ul li {
        width: 100%;
    }

    .program-container .program-item .program-item-body .image {
        max-width: 110px;
    }

    .program-container .program-item {
        padding: 16px;
    }

    .publication-details .left-image {
        min-width: unset;
    }

    .text-video-block .video-wrapper a>img,
    .text-video-block .right iframe {
        height: 381px !important;
        object-fit: cover;
    }

    .text-video-block .video-section,
    .text-video-block .right,
    .text-video-block .right .video-wrapper {
        height: auto !important;
    }

    .events-list-view-item,
    .events-list-view-item .events-item-date {
        gap: 8px;
    }

    .full-video .content-left {
        max-width: 100%;
    }

    .profile-listing .profile-list-item {
        flex-direction: column;
        align-items: center !important;
    }

    .profile-listing .profile-list-item .text {
        text-align: center;
    }

    .profile-listing .full-width .profile-list-item .image,
    .profile-listing .half-width .profile-list-item .image {
        max-width: 330px;
        width: 100%;
    }

    .profile-listing .full-width .profile-list-item .text,
    .profile-listing .half-width .profile-list-item .text {
        width: 100%;
    }

    .profile-listing .profile-list-item {
        gap: 16px !important;
    }

    footer .links ul .spacer {
        display: none;
    }

    .milestone .milestone-year {
        font-size: 32px;
        line-height: 50px;
    }

    .milestone .milestone-inner {
        margin-left: 16px;
        flex-direction: column;
    }

    .milestone .milestone-year:before {
        left: -21px;
    }

    .milestone .milestone-scroll {
        margin: 20px 0 0
    }

    .apply-now-form .submit-button>.d-flex {
        flex-direction: column;
        gap: 20px !important;
        justify-content: center !important;
    }

    .apply-now-form .btn-blue-arrow,
    .apply-now-form .btn-block {
        max-width: 280px;
        width: 100%;
    }

    .apply-now-form .btn-blue-arrow>.d-flex {
        justify-content: center !important;
    }

    .audio-player .rewind,
    .audio-player .forward,
    .audio-player .controls .toggle-play.play,
    .audio-player .controls .toggle-play.pause,
    .podcast-details-block .audio-player .rewind,
    .podcast-details-block .audio-player .forward,
    .podcast-details-block .audio-player .controls .toggle-play.play,
    .podcast-details-block .audio-player .controls .toggle-play.pause {
        width: 30px;
        height: 30px;
    }

    .audio-player .controls {
        column-gap: 16px;
    }

    .podcast-item h2 {
        min-height: unset;
    }

    .profile-item .image {
        min-width: 70px;
        max-width: 70px;
    }

    .podcast-details-block .audio-player {
        margin: 10px 0 0;
    }
}

@media screen and (max-width: 480px) {
    .pagination {
        flex-wrap: wrap;
    }

    .pagination>.page-item:first-child {
        order: 1;
    }

    .pagination>.page-item:last-child {
        order: 2;
    }

    .pagination>.numbers {
        width: 100%;
        text-align: center;
        justify-content: center;
        display: flex;
        margin-bottom: 20px;
    }

    .newsletter-block-v1 {
        height: 290px;
    }

    .newsletter-block-v1 .newsletter {
        padding: 40px 0;
    }

    .newsletter-block-v1 .newsletter .text h1,
    .event-details-container .item h2 {
        font-size: 24px;
        line-height: 27px;
    }

    .previous-speakers .item {
        width: 100%;
        max-width: 100%;
    }

    .page-not-found {
        margin: 100px 0 0;
    }

    .live-band p {
        font-size: 12px;
    }

    .program-container .program-item .program-item-header {
        padding: 0 0 18px;
    }

    .previous-speakers .five-columns-layout {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 24px;
    }

    .previous-speakers .five-columns-layout .block {
        max-width: 231px;
        margin: 0 auto;
        gap: 8px;
    }
}

@media screen and (max-width: 420px) {
    .header-main .header-right .lang-block {
        margin: 0 8px 0 0;
    }

    .header-main .header-left .adsw-logo,
    .header-main.sticky_header .header-left .adsw-logo {
        max-width: 140px;
    }

    /* .news-agenda {
        padding-top: 85px;
    } */

    /* .breadcrumb-spacing-top {
      margin-top: 105px;
   } */

    .live-band {
        height: 78px;
    }

    .live-band+.header-main {
        top: 78px;
    }

    .breadcrumb-spacing-top {
        margin-top: 100px;
    }

}

@media screen and (max-width: 380px) {
    .program-container .program-item .program-item-body .image {
        max-width: 90px;
    }

    .program-container .program-item .program-item-body>.d-flex {
        column-gap: 12px;
    }

    .tag {
        font-size: 12px;
    }

    .dropdown-menu-container.mobile-version .search-block {
        max-width: 90%;
    }
}




/* 29th Oct 2024 */
.text-video-block.digital-art-section .right {
    height: 491px !important;
}

.text-video-block.digital-art-section .right .block-video {
    height: 491px !important;
}

.digital-art-section {
    height: 491px;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .digital-art-section {
        height: unset !important;
    }

    .text-video-block.digital-art-section .right {
        max-width: 650px;
    }
}

@media screen and (max-width: 767px) {
    .text-video-block.digital-art-section .right {
        height: 400px !important;
    }

    .text-video-block.digital-art-section .right .block-video {
        height: 400px !important;
    }
}



.image-group-section .finalist-image {
    border: 1px solid #5a98ad;

}

.image-group-section .image {
    position: relative;
}

.image-group-section .image span {
    display: block;
    text-transform: uppercase;
    color: #262425;
    text-align: center;
    background: #fff;
    padding: 5px;
    max-width: 106px;
    margin: 0 auto;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
}

.modal-dialog {
    max-width: 680px;
    margin: 0 auto;
}

.modal-dialog .image {
    text-align: center;
}

.modal-dialog video {
    max-width: 400px;
    margin: 0 auto;
}

.video-tag .play-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media screen and (max-width: 575px) {
    .modal-dialog video {
        max-width: 100%;
        margin: 0 auto;
    }
}


/* 9th Jan 2025 starts */
div[aria-labelledby="program-tab"] .tabs-custom-v1 .nav-tabs {
    display: block;
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    display: flex;
    max-width: unset;
    flex-direction: row;
    width: auto;
    background: transparent;
    box-shadow: none;
}

div[aria-labelledby="program-tab"] .tabs-custom-v1 .nav-tabs .nav-link {
    width: auto;
    max-width: unset;
    border: 1px solid #36AFC5;
    color: #262425;
}

div[aria-labelledby="program-tab"] .tabs-custom-v1 .nav-tabs .nav-link.active {
    border: 1px solid #36AFC5;
    background: #36AFC5;
    color: #FFF;
}

@media screen and (max-width: 600px) {
    div[aria-labelledby="program-tab"] .tabs-custom-v1 .nav-tabs {
        gap: 12px;
    }
}




/* Audio for Podcast pages */
audio {
    display: none;
}

#audiowrap,
#plwrap {
    margin: 0 auto;
}

/* Plyr Overrides
================================================== */

.plyr--audio .plyr__controls {
    background-color: transparent;
    border: none;
    color: #fff;
    font-family: 'DIN';
    width: 100%;
    padding: 0;
}

/* a.plyr__controls__item.plyr__control:hover,
.plyr--audio .plyr__controls button:hover,
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr__play-large {
    background-color: transparent;
} */

.plyr__progress--played,
.plyr__volume--display {
    /* color: rgba(0, 0, 0, .1); */
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
    background-color: rgba(0, 0, 0, .1);
}

.plyr--audio .plyr__progress--buffer {
    /* color: rgba(0, 0, 0, .1); */
}

.plyr__controls .plyr__controls__item.plyr__time {
    color: #262425;
    font-family: "DIN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase;
    display: block;
    grid-template-rows: unset;
    height: auto;
    margin-left: 18px;
}

.plyr__controls .plyr__controls__item.plyr__control {
    position: absolute;
    top: 0;
}

.plyr__controls .plyr__controls__item.plyr__progress__container,
.plyr__controls .plyr__controls__item.plyr__time {
    padding: 85px 0 0;
}


.podcast-details-block .plyr__control {
    min-width: 48px;
    width: 48px;
    height: 48px;
}

.podcast-details-block .plyr__controls .plyr__controls__item.plyr__progress__container,
.podcast-details-block .plyr__controls .plyr__controls__item.plyr__time {
    padding: 65px 0 0;
}

.podcast-details-block .plyr--audio .plyr__controls {
    margin: -60px 0 0;
}

.podcast-details-block .plyr__control[data-plyr="play"] {
    right: 82px;
}

.podcast-details-block .plyr__control[data-plyr="rewind"] {
    right: 168px;
}

/* Media Queries
================================================== */

@media only screen and (max-width:600px) {
    #nowPlay span#npAction {
        display: none;
    }

    #nowPlay span#npTitle {
        display: block;
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 1580px) {
    .plyr__control {
        min-width: 55px;
        height: 55px;
        width: 55px;
    }

    .plyr__controls .plyr__controls__item.plyr__progress__container,
    .plyr__controls .plyr__controls__item.plyr__time {
        padding: 75px 0 0;
    }

    .plyr__control[data-plyr="play"] {
        right: 85px;
    }

    .plyr__control[data-plyr="rewind"] {
        right: 180px;
    }
}

@media screen and (max-width: 1366px) {
    .plyr__control {
        min-width: 50px;
        height: 50px;
        width: 50px;
    }

    .plyr__controls .plyr__controls__item.plyr__progress__container,
    .plyr__controls .plyr__controls__item.plyr__time {
        padding: 75px 0 0;
    }

    .plyr__control[data-plyr="play"] {
        right: 75px;
    }

    .plyr__control[data-plyr="rewind"] {
        right: 155px;
    }

    .podcast-details-block .plyr--audio .plyr__controls {
        margin: -45px 0 0;
    }
}

@media screen and (max-width: 1024px) {

    .plyr__controls .plyr__controls__item.plyr__progress__container,
    .plyr__controls .plyr__controls__item.plyr__time {
        padding: 64px 0 0;
    }

    .plyr__control,
    .podcast-details-block .plyr__control {
        min-width: 45px;
        height: 45px;
        width: 45px;
    }

    .plyr__control[data-plyr="rewind"],
    .podcast-details-block .plyr__control[data-plyr="rewind"] {
        right: 138px;
    }

    .plyr__control[data-plyr="play"],
    .podcast-details-block .plyr__control[data-plyr="play"] {
        right: 65px;
    }

    .podcast-details-block .plyr__controls .plyr__controls__item.plyr__progress__container,
    .podcast-details-block .plyr__controls .plyr__controls__item.plyr__time {
        padding: 56px 0 0;
    }

    .podcast-details-block .plyr--audio .plyr__controls {
        margin: -28px 0 0;
    }
}

@media screen and (max-width: 991px) {
    .podcast-details-block .plyr--audio .plyr__controls {
        margin: -18px 0 0;
    }

    .podcast-details-block .plyr__control[data-plyr="play"] {
        right: 65px;
    }

    .podcast-details-block .plyr__control[data-plyr="rewind"] {
        right: 135px;
    }

    .podcast-details-block .plyr__control {
        min-width: 40px;
        width: 40px;
        height: 40px;
    }

    .podcast-details-block .plyr__controls .plyr__controls__item.plyr__progress__container,
    .podcast-details-block .plyr__controls .plyr__controls__item.plyr__time {
        padding: 45px 0 0;
    }
}

@media screen and (max-width: 767px) {

    .plyr__control,
    .podcast-details-block .plyr__control {
        min-width: 40px;
        height: 40px;
        width: 40px;
    }

    .plyr__control[data-plyr="rewind"],
    .podcast-details-block .plyr__control[data-plyr="rewind"] {
        right: 126px;
    }

    .plyr__control[data-plyr="play"],
    .podcast-details-block .plyr__control[data-plyr="play"] {
        right: 60px;
    }

    .plyr__controls .plyr__controls__item.plyr__progress__container,
    .plyr__controls .plyr__controls__item.plyr__time {
        padding: 50px 0 0;
    }

    .podcast-details-block .plyr--audio .plyr__controls {
        margin: 0px 0 0;
    }
}

@media screen and (max-width: 575px) {

    .plyr__control,
    .podcast-details-block .plyr__control {
        min-width: 30px;
        height: 30px;
        width: 30px;
    }

    .plyr__control[data-plyr="rewind"],
    .podcast-details-block .plyr__control[data-plyr="rewind"] {
        right: 102px;
    }

    .plyr__control[data-plyr="play"],
    .podcast-details-block .plyr__control[data-plyr="play"] {
        right: 48px;
    }

    .plyr__controls .plyr__controls__item.plyr__progress__container,
    .plyr__controls .plyr__controls__item.plyr__time {
        padding: 40px 0 0;
    }

    .podcast-details-block .plyr__controls .plyr__controls__item.plyr__progress__container,
    .podcast-details-block .plyr__controls .plyr__controls__item.plyr__time {
        padding: 36px 0 0;
    }

}



/* 10th June 2025 starts */
.text-image-block.text-form-block .right {
    max-width: 948px;
    width: 100%;
    background: linear-gradient(0deg, #E8F0F2 0%, #E8F0F2 100%), linear-gradient(90deg, #418397 0%, #5BADC2 100%);
    padding: 129px 132px 145px 132px;
}

.text-image-block.text-form-block .left .description {
    max-width: 704px;
    width: 100%;
    padding-right: 75px;
}

.text-image-block.text-form-block .left {
    max-width: 790px;
    padding: 0;
    width: 100%;
}

.row-gap-16 {
    row-gap: 16px;
}

.text-image-block.text-form-block input[type="text"] {
    color: #262425;
    text-align: left;
    font-family: "DIN";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 16px;
    border: none;
    width: 100%;
}

.text-image-block.text-form-block input[type="text"]:focus {
    outline: 0;
}

.text-image-block.text-form-block input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #262425;
    opacity: 0.5;
}

.text-image-block.text-form-block input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #262425;
    opacity: 0.5;
}

.text-image-block.text-form-block input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #262425;
    opacity: 0.5;
}

.text-image-block.text-form-block input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #262425;
    opacity: 0.5;
}

.text-image-block.text-form-block input[type="submit"] {
    max-width: 240px;
    width: 100%;
}


.text-image-block.text-form-block .form-group {
    margin-bottom: 24px;
}

.text-image-block.text-form-block form,
.text-image-block.text-form-block .title-box {
    max-width: 634px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.text-image-block.text-form-block .title-box {
    margin-bottom: 32px;
}

@media screen and (max-width: 1899px) {
    .text-image-block.text-form-block .right {
        margin-right: -167px;
    }
}

@media screen and (max-width: 1800px) {
    .text-image-block.text-form-block .right {
        margin-right: -122px;
    }
}

@media screen and (max-width: 1760px) {
    .text-image-block.text-form-block .right {
        margin-right: -87px;
    }

    .breadcrumb-spacing-bottom .container-inner {
        max-width: 100%;
        padding-right: 30px;
    }
}

@media screen and (max-width: 1580px) {
    .text-image-block.text-form-block .right {
        padding: 100px 150px 120px 100px;
    }

    .text-image-block.text-form-block form,
    .text-image-block.text-form-block .title-box {
        max-width: 520px;
    }

    .text-image-block.text-form-block input[type="text"] {
        padding: 13px 16px 14px;
        font-size: 17px;
    }

    .text-image-block.text-form-block .right {
        margin-right: -120px;
    }
}

@media screen and (max-width: 1199px) {

    .text-image-block.text-form-block .left .description,
    .text-image-block.text-form-block .right,
    .text-image-block.text-form-block .left {
        max-width: 100%;
        margin: 0;
    }

    .text-image-block.text-form-block .left .description {
        padding-right: 0;
    }

    .text-image-block.text-form-block .d-flex {
        row-gap: 16px;
    }

    .text-image-block.text-form-block .right {
        padding: 60px;
        max-width: 800px;
        margin: 36px auto 0;
    }
}

@media screen and (max-width: 767px) {
    .text-image-block.text-form-block .right {
        padding: 40px;
        max-width: 800px;
        margin: 24px auto 0;
    }
}

@media screen and (max-width: 575px) {
    .text-image-block.text-form-block .d-flex {
        row-gap: 10px;
    }

    .text-image-block.text-form-block .title-box {
        margin-bottom: 24px;
    }

    .text-image-block.text-form-block .form-group {
        margin-bottom: 16px;
    }

    .text-image-block.text-form-block .right {
        padding: 16px;
        max-width: 100%;
    }

    .text-image-block.text-form-block input[type="submit"] {
        max-width: 175px;
    }
}

/* 10th June 2025 ends */


/* 24th June 2025 starts */
.banner-v1 .banner-image img.banner-mobile {
    display: none;
}

@media screen and (max-width: 1199px) {
    .banner-v1 .banner-image img {
        object-position: center;
    }
}

@media screen and (max-width: 767px) {
    .banner-v1 .banner-image img.banner-mobile {
        display: block;
        height: 460px;
    }

    .banner-v1 .banner-image img.banner-desktop {
        display: none;
    }
}

/* 24th June 2025 ends */

/* 15th August 2025 starts */
.header-main .header-right .adsw-event {
    max-width: 182px;
    min-width: 182px;
}

.header-main .header-right .adsw-event p {
    padding: 10px 22px;
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-family: "DIN";
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
}

.header-main .header-right .adsw-event {
    background-size: cover;
}

.header-main .header-right .adsw-event p span {
    font-family: "din_bold";
    font-weight: normal;
    margin: 8px 0 0;
}

.dropdown-menu-container.mobile-version .adsw-event {
    display: none;
}

@media screen and (max-width: 1580px) {
    .header-main .header-right .adsw-event p {
        padding: 10px 30px 8px;
    }

    .header-main .header-right .adsw-event {
        max-width: 290px;
        min-width: 290px;
    }
}

@media screen and (max-width:1199px) {
    .header-main .header-right .adsw-event {
        max-width: 265px;
        min-width: 265px;
    }
}

@media screen and (max-width: 991px) {
    .header-main .header-right .adsw-event {
        display: block;
    }
}

@media screen and (max-width:767px) {

    .header-main .header-right .adsw-event p {
        padding: 10px 10px 8px;
        font-size: 12px;
    }

    .header-main .header-right .adsw-event {
        max-width: 200px;
        min-width: 200px;
    }

    .header-main .header-right .adsw-event p span {
        font-size: 13px;
    }
}

@media screen and (max-width: 575px) {
    .header-main .header-right .adsw-event p {
        padding: 10px 6px 8px;
        font-size: 11px;
    }

    .header-main .header-right .adsw-event p span {
        font-size: 12px;
    }

    .header-main .header-right .adsw-event {
        max-width: 180px;
        min-width: 180px;
    }

    .header-main .header-right .adsw-event,
    .header-main .header-right .lang-block {
        margin: 0 6px 0 0;
    }
}

@media screen and (max-width: 600px) {
    .dropdown-menu-container.mobile-version .adsw-event {
        width: 100%;
        background: url(../images/button-bg.svg) no-repeat;
        background-size: cover;
        text-align: center;
        padding: 10px 20px;
    }

    .dropdown-menu-container.mobile-version .adsw-event {
        display: block;
        width: 100%;
        max-width: 260px;
        min-width: 260px;
        margin: 0px auto 10px;
    }

    .header-main .header-right .adsw-event {
        display: none;
    }

    .dropdown-menu-container.mobile-version .adsw-event>* {
        text-decoration: none;
    }

    .dropdown-menu-container.mobile-version .adsw-event p span {
        font-family: "din_bold";
        font-weight: normal;
        color: #fff;
        margin: 0;
        font-size: 16px;
        line-height: 20px;
    }

    .dropdown-menu-container.mobile-version .adsw-event p {
        color: rgba(255, 255, 255, 0.60);
        font-family: "din_mediumregular";
        font-weight: normal;
        margin: 0;
        font-size: 14px;
        line-height: 18px;
    }

    .dropdown-menu-container.mobile-version.active {
        padding: 80px 0 0;
    }

}

/* 15th August 2025 ends */





/* 22nd September 2025 starts */

/* hero section starts */
.pt-first-section {
    padding-top: 130px;
}

.banner-section.hero-section .banner-item {
    background: #004b6e
}

.banner-section.hero-section .banner-item::before {
    display: none;
}

.banner-section.hero-section picture {
    display: block;
    width: 100%;
    height: 100%
}

.banner-section.hero-section .banner-image img {
    width: 100%
}

.banner-section.hero-section .swiper-pagination-bullet {
    position: relative;
    width: 88px;
    height: 3px;
    text-align: left;
    border-radius: 0;
    opacity: 1;
    margin-right: 8px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.3)
}

.banner-section.hero-section .swiper-pagination-bullet b {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 0;
    height: 3px;
    background-color: #36AFC5;
    border-radius: 30px 20px 0 0;
}

.banner-section.hero-section .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.3)
}

.banner-section.hero-section .swiper-pagination-bullet-active b {
    animation-name: countingBar;
    animation-duration: 7s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards
}

@keyframes countingBar {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

.banner-section.hero-section .banner-item {
    position: relative
}

.banner-section.hero-section .banner-content {
    position: absolute;
    bottom: 72px;
    left: 0;
    max-width: 100%;
    width: 100%;
    right: 0;
    margin: 0 auto
}

.banner-section.hero-section .swiper-container-horizontal>.swiper-pagination-bullets {
    position: relative;
    text-align: right;
    right: unset;
    left: unset;
    bottom: unset
}

.banner-section.hero-section .banner-content .banner-button {
    margin: 48px 0 0
}

.banner-section.hero-section .banner-content .banner-content-left {
    max-width: 610px;
    position: relative;
}

.banner-section.hero-section .swiper-button-prev,
.banner-section.hero-section .swiper-button-next {
    display: block
}

.banner-section.hero-section .slider-nav {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 65px;
    text-align: left;
    margin-left: 0;
}

.banner-section.hero-section .slider-nav .swiper-arrows {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 68px;
    margin-left: 0;
    position: relative
}

.banner-section.hero-section .swiper-pagination {
    position: relative;
    text-align: right;
    margin: 0px 0 0;
    right: 0;
    left: auto;
    bottom: 0;
}

.banner-section.hero-section .swiper-pagination-bullet:last-child {
    margin-right: 0
}

.banner-section.hero-section .swiper-button-next,
.banner-section.hero-section .swiper-button-prev {
    width: auto;
    height: auto
}

.banner-section.hero-section .swiper-button-prev {
    order: 1
}

.banner-section.hero-section .swiper-button-next {
    order: 2
}

/* .banner-section.hero-section .swiper-button-next:after {
    content: '';
    font-family: none;
    font-size: 0;
    background: url('../images/background/slider-arrow-right-white.svg') no-repeat right center;
    width: 12px;
    height: 23px;
    background-size: 100%;
    display: block
}

.banner-section.hero-section .swiper-button-prev:after {
    content: '';
    font-family: none;
    font-size: 0;
    background: url('../images/background/slider-arrow-left-white.svg') no-repeat left center;
    width: 12px;
    height: 23px;
    background-size: 100%;
    display: block
} */

.banner-section.hero-section .swiper-wrapper {
    height: auto !important
}

.banner-section.hero-section .video-slide .banner-item {
    width: 100% !important
}

.banner-section.hero-section .swiper-slide.video-slide {
    width: 100% !important
}

.banner-section.hero-section .banner-item * {
    height: auto;
}

.banner-section.hero-section .banner-item .date-main {
    border-radius: 7px 7px 0 0;
    background: #FFF;
    width: 96px;
    height: 104px;
    position: relative;

    color: #2A3A37;
    text-align: center;
    font-family: DIN;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

.banner-section.hero-section .banner-item .date-main:before {
    content: '';
    position: absolute;
    top: 0;
    height: 12px;
    width: 100%;
    border-radius: 6px 6px 0 0;
    background: #36AFC5;
    left: 0;
    right: 0;
}

.banner-section.hero-section .banner-item .date-main h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    margin: 0;

    color: #2A3A37;
    text-align: center;
}

.banner-section.hero-section .banner-item .date-main h2 span.date {
    display: block;
    color: #2A3A37;
}

.banner-section.hero-section .banner-item .date-main .month {
    margin: 10px 0 0;
}

.banner-section.hero-section .banner-item .to {
    color: #FFF;
    text-align: center;
    padding: 0 16px;
}

.banner-section.hero-section .logo-box {
    max-width: 258px;
    margin: 0 0 8px 0;
}

.banner-section.hero-section .title-box {
    border-bottom: 1px solid #fff;
}

.banner-section.hero-section .banner-content-box p {
    color: #FFF;
    max-width: 1147px;
    padding: 16px 0 0;
}

.icon-arrow-white {
    height: 16px !important;
    margin-left: 16px;
}

.banner-section.hero-section .btn-box .btn-blue {
    text-transform: none;
    display: inline-block !important;
    ;
}

.banner-section.hero-section .btn-box {
    margin: 32px 0 0;
}

.banner-section.hero-section .banner-item * {
    height: 100%;
}

.banner-section.hero-section .banner-item .banner-content,
.banner-section.hero-section .banner-item .banner-content * {
    height: auto;
}

.icon-play {
    width: 24px;
    height: 24px !important;
    background: url('../images/play-circle.svg') no-repeat;
    background-size: 100%;
    margin-left: 16px;
}

.btn-outline-white {
    border: 1px solid #FFF;
    background: transparent;
    color: #fff;
    text-transform: none;
    display: inline-block !important;
}

.btn-outline-white:hover,
.btn-outline-white:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.4)
}

.banner-section.hero-section .banner-item .title-box>h2 {
    padding-bottom: 16px;
}

.speakers-box .speaker-box-item .image {
    width: 120px;
    height: 144px;
    margin-right: 16px;
}

.speakers-box .speaker-box-item .image img {
    width: 100%;
    height: auto;
}

.speakers-box .speaker-box-item .content h2 {
    line-height: 28px;
    font-family: "din_mediumregular";
    font-weight: normal;
}

.speakers-box .speaker-box-item .content p {
    color: #FFF;
    font-family: "DIN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    padding: 4px 0 0 !important;
}

.speakers-box {
    margin: 34px 0 0;
}

.logos-section p {
    overflow: hidden;
    color: #2A3A37;
    text-align: center;
    text-overflow: ellipsis;
    font-family: "din_mediumregular";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    opacity: 0.5;
}

.logos-section .logos-left {
    padding-right: 42px;
    margin-right: 42px;
    border-right: 1px solid rgba(42, 58, 55, 0.1);
}

.advertisement1 .image {
    max-width: 1092px;
    margin: 0 auto;
    overflow: hidden;
}

.advertisement2 .image {
    max-width: 1365px;
    margin: 0 auto;
    overflow: hidden;
}

.advertisement1 .image img,
.advertisement2 .image img {
    width: 100%;
    height: auto;
}

.logos-right {
    overflow: hidden;
}

.logos-right .logos-item,
.logos-left .logos-item {
    max-width: 230px;
}

.logos-right .logos-item img,
.logos-left .logos-item img {
    width: 100%;
    height: auto;
}

.logos-right .d-flex {
    justify-content: center;
}

@media screen and (max-width: 1760px) {
    .banner-section.hero-section .banner-item .date-main {
        width: 86px;
        height: 96px;
    }

    .pt-first-section {
        padding-top: 118px;
    }
}

@media screen and (max-width: 1680px) {
    .speakers-box .speaker-box-item .content h2 {
        line-height: 25px;
    }
}

@media screen and (max-width: 1580px) {
    .header-main .container-inner {
        padding: 18px 0;
    }

    .pt-first-section {
        padding-top: 111px;
    }

    .header-main .header-right .adsw-event {
        max-width: 185px;
        min-width: 185px;
    }

    .header-main .header-right .adsw-event p {
        padding: 10px 22px 8px;
    }

    .speakers-box {
        margin: 24px 0 0;
    }

    .banner-section.hero-section .btn-box {
        margin: 20px 0 0;
    }

    .banner-section.hero-section .logo-box {
        margin: 0;
    }

    .speakers-box .speaker-box-item .content h2 {
        line-height: 21px;
    }
}

@media screen and (max-width: 1440px) {
    .pt-first-section {
        padding-top: 104px;
    }

    .banner-section.hero-section .banner-content {
        bottom: 42px;
    }

    .banner-section.hero-section .banner-item .date-main {
        width: 75px;
        height: 85px;
    }

    .banner-section.hero-section .banner-item .title-box>h2 {
        padding-bottom: 12px;
        font-size: 34px;
        line-height: 38px;
    }

    .banner-section.hero-section .logo-box {
        max-width: 210px;
    }

    .banner-section.hero-section .slider-nav {
        bottom: 35px;
    }
}

@media screen and (max-width: 1366px) {
    .banner-section.hero-section .logo-box {
        max-width: 230px;
    }

    .header-main .container-inner {
        padding: 12px 0;
    }

    .pt-first-section {
        padding-top: 90px;
    }

    .banner-section.hero-section .banner-content-box p {
        padding: 10px 0 0;
    }

    .banner-section.hero-section .banner-content {
        bottom: 30px;
    }

    .banner-section.hero-section .swiper-pagination-bullet {
        width: 70px;
    }
}

@media screen and (max-width: 1280px) {

    .banner-section.hero-section .banner-content-box p,
    .speakers-box .speaker-box-item .content h2 {
        font-size: 17px;
        line-height: 22px;
    }

    .banner-section.hero-section .banner-item .title-box>h2 {
        padding-bottom: 12px;
        font-size: 30px;
        line-height: 34px;
    }

    .banner-section.hero-section .banner-content-box .content p {
        font-size: 14px;
        line-height: 20px;
    }

    .banner-section.hero-section .banner-item .title-box>h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .banner-section.hero-section .banner-content {
        bottom: 24px;
    }

    .banner-section.hero-section .banner-item .date-main h2 span.date {
        font-size: 28px;
        line-height: 32px;
    }

    .banner-section.hero-section .banner-item .date-main {
        width: 68px;
        height: 78px;
    }

    .banner-section.hero-section .banner-item .date-main .month {
        font-size: 17px;
        line-height: 22px;
    }

    .speakers-box .speaker-box-item .content h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .banner-section.hero-section .banner-content-box .content p {
        font-size: 12px;
        line-height: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-section.hero-section .banner-content {
        bottom: 42px;
    }

    .banner-section.hero-section .btn-box {
        margin: 22px 0 0;
    }

    .banner-section.hero-section .banner-item .date-main {
        width: 70px;
        height: 80px;
    }

    .banner-section.hero-section .banner-item .date-main h2 span.date {
        line-height: 32px;
    }

    .banner-section.hero-section .logo-box {
        max-width: 210px;
    }

    .banner-section.hero-section .logo-box {
        margin: 0;
    }

    .banner-section.hero-section .banner-item .date-main h2 span.date {
        font-size: 28px;
        line-height: 33px;
    }

    .banner-section.hero-section .banner-item .speakers-box {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .logos-right .d-flex {
        flex-wrap: wrap !important;
    }

    .logos-right .logos-item,
    .logos-left .logos-item {
        max-width: 160px;
    }
}

@media screen and (max-width: 991px) {
    .banner-section.hero-section .banner-item .title-box>h2 {
        padding-bottom: 10px;
    }

    .banner-section.hero-section .banner-item .date-main {
        width: 62px;
        height: 75px;
    }

    .banner-section.hero-section .banner-content-box p {
        font-size: 16px;
        line-height: 23px;
        padding: 10px 0 0;
    }

    .banner-section.hero-section .btn-box {
        margin: 14px 0 0;
    }

    .banner-section.hero-section .banner-item .date-main h2 span.date {
        font-size: 24px;
        line-height: 28px;
    }

    .banner-section.hero-section .banner-item .date-main .month {
        font-size: 16px;
        line-height: 23px;
    }

    .banner-section.hero-section .banner-item .date-main {
        width: 58px;
        height: 65px;
    }

    .banner-section.hero-section .banner-item .title-box>h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .btn-blue-arrow,
    .btn-orange,
    .btn-white,
    .btn-blue,
    .btn-outline-white {
        padding: 7px 14px;
    }

    .banner-section.hero-section .logo-box {
        max-width: 180px;
    }

    .header-main .container-inner {
        padding: 8px 0;
    }

    .pt-first-section {
        padding-top: 80px;
    }

    .banner-section.hero-section .swiper-pagination-bullet {
        width: 55px;
    }

    .banner-section.hero-section .slider-nav {
        bottom: 22px;
    }

    .logos-section .logos-left {
        padding-right: 24px;
        margin-right: 24px;
    }

    .logos-section-container {
        flex-direction: column;
        align-items: center;
    }

    .logos-right .d-flex {
        justify-content: center;
    }

    .logos-section .logos-left {
        padding: 0 0 16px 0;
        margin: 0 0 16px 0;
        border-bottom: 1px solid rgba(42, 58, 55, 0.1);
        border-right: none;
        width: 100%;
        text-align: center
    }

    .logos-right .logos-item,
    .logos-left .logos-item {
        margin: 0 auto;
    }

    .logos-right .d-flex {
        row-gap: 12px;
    }
}

@media screen and (max-width: 850px) {
    .banner-section.hero-section .banner-content {
        bottom: 28px;
    }
}

@media screen and (max-width: 767px) {
    .banner-section.hero-section .banner-content-box p {
        font-size: 16px;
        line-height: 23px;
    }

    .banner-section.hero-section .title-box {
        flex-direction: column;
        align-items: start !important;
        margin: 16px 0 0;
    }

    .banner-section.hero-section .banner-content {
        bottom: 65px !important;
        /* top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%); */
    }

    .banner-section.hero-section .title-box {
        margin: 20px 0 0;
    }

    .banner-section.hero-section .banner-content-box p {
        padding: 20px 0 0;
    }

    .banner-section.hero-section .btn-box {
        margin: 20px 0 0;
    }

    .banner-section.hero-section .banner-item .title-box>h2 {
        padding-bottom: 16px;
    }

    .banner-section.hero-section .swiper-pagination {
        text-align: center;
    }

    .banner-section.hero-section .slider-nav {
        bottom: 32px;
    }
}

@media screen and (max-width: 600px) {
    .pt-first-section {
        padding-top: 80px;
    }

    .logos-section .logos-item {
        max-width: 180px;
        max-height: 70px;
        min-width: 180px;
        margin: 0 auto;
    }

    .logos-section .logos-item img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    .banner-section.hero-section .btn-box {
        flex-direction: column;
        row-gap: 16px;
    }

    .banner-section.hero-section .btn-box a {
        width: 100%;
    }

    .banner-section.hero-section .banner-content {
        bottom: 26px;
    }

    .banner-section.hero-section .banner-item .title-box>h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media screen and (max-width: 420px) {
    .banner-section.hero-section .banner-item .date-main {
        width: 50px;
        height: 65px;
    }

    .banner-section.hero-section .banner-item .date-main h2 span.date {
        font-size: 20px;
        line-height: 24px;
    }

    .banner-section.hero-section .banner-item .date-main .month,
    .banner-section.hero-section .banner-item .to {
        font-size: 14px;
        line-height: 20px;
    }

    .banner-section.hero-section .banner-content-box p {
        padding: 16px 0 0;
    }

    .banner-section.hero-section .btn-box {
        margin: 16px 0 0;
    }

    .banner-section.hero-section .banner-item .title-box>h2 {
        padding-bottom: 12px;
    }

    .banner-section.hero-section .title-box {
        margin: 15px 0 0;
    }

    .pt-first-section {
        padding-top: 69px;
    }

    .banner-section.hero-section .btn-box {
        row-gap: 10x;
    }
}

@media screen and (max-width: 380px) {
    .banner-section.hero-section .banner-content-box p {
        font-size: 14px;
        line-height: 20px;
    }

    .banner-section.hero-section .logo-box {
        max-width: 150px;
    }

    .banner-section.hero-section .banner-item .title-box>h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .banner-section.hero-section .slider-nav {
        bottom: 12px;
    }

    .banner-section.hero-section .swiper-pagination-bullet {
        width: 44px;
    }

    .banner-section.hero-section .banner-content {
        bottom: 50px !important;

    }
}

/* hero section ends */

/* newsletter section starts */
.newsletter-bg {
    background: url(../images/dark-teal-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    .news-agenda {
        background: #EAEAEA;
    }
}

@media screen and (max-width: 480px) {
    .newsletter .form-block-container {
        max-width: 90%;
    }
}

/* newsletter section ends */

/* events schedule section starts */
.event-schedule .nav-tabs .nav-link {
    padding: 15.5px 22.5px;
    color: #262425;
    display: flex;
    flex-direction: column;

    border-radius: 4px 4px 0 0;
    border-top: 1px solid rgba(157, 178, 206, 0.40);
    border-right: 1px solid rgba(157, 178, 206, 0.40);
    border-left: 1px solid rgba(157, 178, 206, 0.40);
    max-width: 85px;
    width: 100%;

    position: relative;
    overflow: hidden;
}

.event-schedule .nav-tabs .nav-link.active:after {
    content: '';
    position: absolute;
    top: 0;
    border-radius: 30px 20px 0 0;
    background: #36AFC5;
    width: 100%;
    height: 4px;
    left: 0;
    right: 0;
}

.event-schedule .nav-tabs .nav-link:not(:last-child) {
    margin-right: 12px;
}

.event-schedule .nav-tabs .nav-link.active .h4 {
    font-weight: bold;
    /* overflow: visible; */
}

.event-schedule .nav-tabs .nav-link.active,
.event-schedule .nav-tabs .nav-link.active .h5 {
    color: #36AFC5;
}

.event-schedule .nav-tabs .nav-link .h5 {
    color: #262425;
}

.event-schedule-container {
    /* border-bottom: 1px solid rgba(157, 178, 206, 1); */
    position: relative;
}

.event-schedule-container:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(157, 178, 206, 1);
    height: 1px;
}

.event-schedule .nav-tabs .nav-link.active:before,
.event-schedule .nav-tabs-level2 .nav-link.active:before {
    content: '';
    height: 4px;
    background: #fff;
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    z-index: 99;
}

.event-schedule .nav-tabs .nav-link:focus,
.event-schedule .nav-tabs .nav-link:hover {
    border-bottom-color: transparent !important;
}

.event-schedule .nav-tabs .nav-link.active {
    border-top: 1px solid rgba(157, 178, 206, 1);
    border-right: 1px solid rgba(157, 178, 206, 1);
    border-left: 1px solid rgba(157, 178, 206, 1);

}

.event-schedule .nav-tabs {
    border-bottom: 1px solid rgba(157, 178, 206, 1);
}

.event-schedule .tab-pane h2 {
    padding: 16px 0;
}

.event-schedule .nav-tabs-level2 .nav-link {
    max-width: unset;
    width: auto;
    padding: 12px 30px 15px 16px;
}

.event-schedule .nav-tabs-level2 .nav-link.active h2 {
    /* max-width: unset; */
}

.event-schedule .nav-tabs-level2 .nav-link.active {
    border-color: #36AFC5;
    border-bottom: none;
    opacity: 1;
}

.event-schedule .nav-tabs-level2 .nav-link h2 {
    max-width: 275px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-schedule .nav-tabs-level2 .logo {
    text-align: left;
    filter: grayscale(100%);
}

.event-schedule .nav-tabs-level2 .nav-link.active .logo {
    filter: grayscale(0%);
}

.event-schedule .nav-tabs-level2 .nav-link h2 {
    padding: 8px 0 0;
    text-align: left;
}

.event-schedule .nav-tabs-level2 .nav-link {
    opacity: 0.5;
    /* min-width: 320px; */
}

.event-schedule .nav-tabs-level2 .nav-link.active {
    /* min-width: unset; */
    /* min-width: auto; */
    width: auto;
    max-width: auto;
    overflow: visible;
}

.event-schedule .nav-tabs-level2 .nav-tabs {
    border-color: #36AFC5;
    /* overflow-x: auto;
    overflow-y: hidden; */
    border-bottom: none;
}

.event-schedule .nav-tabs-level2 .nav-tabs:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #36afc5;
    height: 1px;
    z-index: -1;
}

/* .event-schedule .nav-tabs-level2 .nav-tabs::-webkit-scrollbar {
    width: 2px;
    height: 3px;
    background: lightgray;
}

.event-schedule .nav-tabs-level2 .nav-tabs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgb(214, 214, 214);
    border-radius: 3px;
}

.event-schedule .nav-tabs-level2 .nav-tabs::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 2px rgb(214, 214, 214);
    background: rgb(88, 88, 88);
} */

.event-schedule .tab-content-level2 {
    border-left: 1px solid #36afc5;
    border-bottom: 1px solid #36afc5;
    border-right: 1px solid #36afc5;
    padding: 19px 22px 24px 19px;
}

.event-schedule .tab-content-level2 h3 {
    padding: 0 0 16px 0;
    border-bottom: 2px solid #36AFC5;
}

.icon-location-blue {
    width: 16px;
    height: 20px;
    background: url('../images/tab-location.svg') no-repeat;
    background-size: 100%;
    margin-right: 8px;
}

.event-schedule .tab-content-level2 .para-block {
    padding: 16px 0 0;
}

.event-schedule .tab-content-level2 .left {
    max-width: 863px;
    width: 100%;
    margin-right: 24px;
}

.event-schedule .tab-content-level2 .right {
    max-width: 634px;
    width: 100%;
    overflow: hidden;
}

.event-schedule .tab-content-level2 .right img {
    border-radius: 4px;
    width: 100%;
    height: auto;
}

.text-transform-none {
    text-transform: none !important;
}

.tabs-vertical-wrapper .nav {
    max-width: 503px;
    width: 100%;
}

.tabs-vertical-wrapper .nav-pills .nav-link {
    padding: 16px;
}

.tabs-vertical-wrapper h2,
.tabs-vertical-wrapper p {
    text-align: left;
}

.tabs-vertical-wrapper p {
    padding: 8px 0 0;
    max-width: 463px;
}


.tabs-vertical-wrapper .nav-pills .nav-link.active,
.tabs-vertical-wrapper .nav-pills .show>.nav-link {
    border-radius: 4px;
    border-bottom: 2px solid #36AFC5;
    background: rgba(157, 178, 206, 0.15);
}

.tabs-vertical-wrapper .nav-pills .nav-link.active p {
    font-family: "din_mediumregular" !important;
    font-weight: normal !important;
}

.tabs-vertical-wrapper .nav-pills .nav-link.active h2 {
    color: #36AFC5;
    font-family: "din_mediumregular" !important;
    font-weight: normal !important;
}

.tabs-vertical-wrapper .nav-pills .nav-link {
    position: relative;
}

.tabs-vertical-wrapper .nav-pills .nav-link:not(:last-child) {
    margin-bottom: 12px;
}

.tabs-vertical-wrapper .nav-pills .nav-link.active:after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: #fff url('../images/vertical-tab-active.svg') no-repeat;
    width: 16px;
    height: 16px;
    background-size: 100%;
    z-index: 99;
}

.tabs-vertical-wrapper .nav:after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 4px;
    background: url('../images/dotted-line.svg') no-repeat;
}

.tabs-vertical-wrapper .tab-content {
    width: 100%;
}

.schedule-timeline {
    padding: 16px;
    border-radius: 4px;
    background: linear-gradient(180deg, #36AFC5 32.83%, rgba(54, 175, 197, 0.00) 93.79%);
    width: 100%;
    height: 100%;
    min-height: 685px;
    padding-bottom: 0;
}

.schedule-timeline .schedule-timeline-content {
    border-radius: 4px;
    background: #FFF;
    padding: 24px;
}

.icon-link {
    width: 24px;
    height: 24px;
    background: url('../images/external-link.svg') no-repeat;
    background-size: 100%;
    margin: 0 0 0 6px;
}

.icon-location-black {
    width: 16px;
    height: 20px;
    background: url('../images/external-map-black.svg') no-repeat;
    background-size: 100%;
    margin-right: 8px;
}

.row-gap-12 {
    row-gap: 12px;
}

.row-gap-4 {
    row-gap: 4px;
}

.schedule-timeline-header h4 {
    padding-bottom: 32px !important;
    border-bottom: 2px solid #36afc5;
}

.schedule-timeline-header .right-side {
    max-width: 177px;
    height: 60px;
    overflow: hidden;
}

.schedule-timeline-header .right-side img {
    width: 100%;
    height: auto;
}

.schedule-timeline .speaker-tag,
.schedule-timeline .moderator-tag {
    color: #fff;
    padding: 4px 8px;
    background: #F7941E;
    font-family: "din_mediumregular" !important;
    font-weight: normal !important;

    display: inline-block;
}

.schedule-timeline .moderator-tag {
    background: #36AFC5;
}

.column-gap-16 {
    column-gap: 16px;
}

.schedule-timeline-body .content {
    max-width: 211px;
}

.schedule-timeline-body {
    padding-top: 32px;
    max-width: 905px;
}



.schedule-timeline-swiper {
    overflow: hidden;
}

.schedule-timeline-swiper .swiper-arrows .swiper-button-next,
.schedule-timeline-swiper .swiper-arrows .swiper-button-prev {
    display: block;
    position: relative;
    left: unset;
    right: unset;
    bottom: unset;
    top: unset;
}

.schedule-timeline-swiper .swiper-button-next:after,
.schedule-timeline-swiper .swiper-button-prev:after {
    display: none;
}


.schedule-timeline-swiper .swiper-arrows {
    display: flex;
    align-items: center;
    column-gap: 8px;
    width: 128px;
    padding: 0 20px;
    background: #fff;
    position: absolute;
    top: -30px;
    z-index: 999;
    right: -15px;
}

.schedule-timeline-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    background: url('../images/next-tab-slider-arrow.svg') no-repeat;
    background-size: 100%;
    margin: 0;
}

.schedule-timeline-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: url('../images/next-tab-slider-arrow.svg') no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    margin: 0;
}

.schedule-timeline-swiper .swiper-button-next.swiper-button-disabled {
    background: url('../images/prev-tab-slider-arrow.svg') no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.schedule-timeline-swiper .swiper-button-prev.swiper-button-disabled {
    background: url('../images/prev-tab-slider-arrow.svg') no-repeat;
    background-size: 100%;
    transform: rotate(180deg) scaleX(-1);
    -webkit-transform: rotate(180deg) scaleX(-1);
    -moz-transform: rotate(180deg) scaleX(-1);
}

.schedule-timeline .moderator-block {
    margin: 32px 0 0;
}

.tabs-vertical-wrapper p {
    padding: 0;
}

.tabs-vertical-wrapper .nav {
    min-height: 675px;
}

.tab-content-level2 .btn-box {
    margin: 16px 0 0;
}

.event-schedule .accordion-body {
    padding: 0;
}

.btn-outline-blue a {
    padding: 14px 24px 14px;
    color: #36AFC5 !important;
    font-family: "DIN";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border: 1px solid #36AFC5;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.btn-outline-blue a:hover,
.btn-outline-blue a:focus {
    background: #36AFC5;
    color: #fff !important;
}

.btn-outline-blue a {
    display: inline-block;
}

@media screen and (max-width: 1760px) {
    .tabs-vertical-wrapper p {
        max-width: 100%;
    }

    .schedule-timeline-swiper .swiper-arrows {
        top: -26px;
        right: -51px;
    }

    .tabs-vertical-wrapper .nav {
        width: 32%;
        max-width: unset;
    }

    .tabs-vertical-wrapper .tab-content {
        width: 67%;
    }

    .tabs-vertical-wrapper .nav-pills .nav-link {
        width: 100%;
    }

    .btn-outline-blue a {
        font-size: 20px;
    }

    .tabs-vertical-wrapper .nav {
        min-height: 650px;
    }

    .schedule-timeline {
        min-height: 680px;
    }
}

@media screen and (max-width: 1740px) {
    .schedule-timeline-swiper .swiper-arrows {
        right: -40px;
        padding: 0 0 0 20px;
        width: 112px;
    }
}

@media screen and (max-width: 1720px) {
    .schedule-timeline-swiper .swiper-arrows {
        right: -20px;
    }
}

@media screen and (max-width: 1680px) {
    .event-schedule .tab-content-level2 .right {
        max-width: 580px;
    }

    .schedule-timeline-swiper .swiper-arrows {
        right: 0px;
    }
}

@media screen and (max-width: 1580px) {
    .btn-outline-blue a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1440px) {
    .event-schedule .nav-tabs-level2 .logo {
        max-width: 120px;
    }

    .event-schedule .nav-tabs-level2 .logo img {
        width: 100%;
    }

    .row-gap-12 {
        row-gap: 6px;
    }

    /* .tabs-vertical-wrapper p {
        max-width: 440px;

    } */

    .row-gap-16 {
        row-gap: 8px;
    }

    .event-schedule .tab-content-level2 .right {
        max-width: 490px;
    }

    .event-schedule .nav-tabs-level2 .logo {
        max-width: 85px;
    }

    .event-schedule .nav-tabs-level2 .nav-link {
        padding: 12px 30px 12px 16px;
    }

    .schedule-timeline-header .right-side {
        max-width: 150px;
        height: 50px;
    }

    .schedule-timeline {
        min-height: 640px;
    }

    .tabs-vertical-wrapper .nav {
        min-height: 630px;
    }
}

@media screen and (max-width: 1366px) {
    .event-schedule .nav-tabs-level2 .nav-link h2 {
        max-width: 210px;
    }
}

@media screen and (max-width: 1280px) {
    .event-schedule .nav-tabs-level2 .nav-link h2 {
        max-width: 165px;
    }
}

@media screen and (max-width: 1199px) {
    .tab-content-level2-container {
        flex-direction: column;
        row-gap: 12px;
    }

    .event-schedule .tab-content-level2 .right {
        order: 1;
    }

    .event-schedule .tab-content-level2 .left {
        order: 2;
    }

    .tab-content-level2 .btn-box {
        margin: 0;
    }

    .event-schedule .tab-content-level2 .left {
        max-width: 100%;
        margin: 0;
    }

    .event-schedule .nav-tabs .nav-link {
        padding: 10px 16px;
    }

    .event-schedule .nav-tabs .nav-link:not(:last-child) {
        margin-right: 10px;
    }

    .event-schedule .nav-tabs .nav-link.active:after {
        display: none;
    }

    .event-schedule .nav-tabs-level1>.nav-tabs .nav-link {
        flex-direction: row;
        align-items: center;
        column-gap: 3px;
        text-align: left;
    }

    .event-schedule .nav-tabs .nav-link .h4,
    .event-schedule .nav-tabs .nav-link .h5 {
        font-size: 18px;
        line-height: 24px;
        font-family: "din_mediumregular";
        font-weight: normal;
    }

    .event-schedule .nav-tabs .nav-link:not(:last-child) {
        margin-right: 0;
    }

    .event-schedule .nav-tabs-level1>.nav-tabs .nav-link.active {
        border: 1px solid rgba(157, 178, 206, 1);
        border-bottom-color: rgba(157, 178, 206, 1) !important;
        display: block;
        max-width: 100%;
    }

    .event-schedule .nav-tabs-level1>.nav-tabs .nav-link {
        display: none;
    }

    .event-schedule .nav-tabs-level1>.nav-tabs:before {
        content: '';
        position: absolute;
        right: 16px;
        top: 18px;
        background: url("../images/background/language-dropdown-black.svg") no-repeat;
        background-size: 100%;
        width: 15px;
        height: 10px;
        z-index: 999;
    }

    .event-schedule-container {
        flex-direction: column;
        align-items: start !important;
    }

    .event-schedule .nav-tabs-level1>.nav-tabs {
        max-width: 380px;
        margin: 30px auto 20px;
        flex-direction: column;
        width: 100%;
        border-bottom-color: transparent !important;
        position: relative;
    }

    .event-schedule.nav-tabs-level1>.nav-tabs .nav-link {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .event-schedule .nav-tabs-level1>.nav-tabs .nav-link {
        border-radius: 0;
        max-width: 100%;
        border-bottom-color: rgba(157, 178, 206, 0.40);
    }

    .nav-tabs-level1:after {
        display: none;
    }

    .event-schedule .nav-tabs-level1.open .nav-link {
        display: flex;
    }

    .event-schedule .nav-tabs-level1.open>.nav-tabs:before:before {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }

    .schedule-timeline-header .right-side {
        max-width: 140px;
        height: 40px;
    }

    .btn-outline-blue a {
        padding: 9px 14px 9px;
    }

    .agenda-grid-box {
        column-gap: 12px;
    }

    .agenda-listing .title-block {
        flex-direction: column;
        row-gap: 24px;
        justify-content: end !important;
        align-items: start !important;
    }

    .agenda-grid-box {
        flex-wrap: wrap;
        row-gap: 12px;
    }

    .agenda-grid-box {
        margin: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .event-schedule .tab-content-level2 {
        border: none;
        padding: 0;
    }

    .event-schedule .tab-pane .accordion-header h2 {
        padding: 0;
        color: #fff;
    }

    .event-schedule .tab-pane .accordion-button.collapsed {
        column-gap: 8px;
        background: #fff;
        border: 1px solid #36AFC5 !important;
        border-radius: 4px 4px 0 0;
        background: #36AFC5;
    }

    .event-schedule .tab-pane .accordion-button {
        column-gap: 8px;
        border: 1px solid #36AFC5 !important;
        border-radius: 4px;
        background: #fff;
    }

    .event-schedule .tab-pane .accordion-button h2 {
        color: #2a3a37;
    }

    .event-schedule .tab-pane .accordion-button.collapsed h2 {
        color: #fff;
    }

    .event-schedule .tab-pane .accordion-header {
        padding-top: 0;
    }

    .event-schedule .tab-pane .accordion-button:focus {
        box-shadow: none;
    }

    .event-schedule .tab-pane .accordion-button.collapsed::after {
        background: url('../images/language-dropdown-white.svg') no-repeat;
        background-size: 100%;
        width: 16px;
        height: 10px;
    }

    .event-schedule .tab-pane .accordion-button::after {
        background: url('../images/language-dropdown-black.svg') no-repeat;
        background-size: 100%;
        width: 16px;
        height: 10px;
    }

    .event-schedule .accordion-body {
        padding: 16px 10px 0;
    }

    .tab-content>.tab-pane.accordion-item {
        opacity: 1;
        display: block;
    }

    .tab-content>.tab-pane.accordion-item:not(:last-child) {
        margin-bottom: 16px;
    }

    .event-schedule .tab-content-level2>.tab-pane.fade.show,
    .event-schedule .tab-content-level2>.tab-pane.fade:not(.show) {
        display: block;
        opacity: 1;
    }


    .event-schedule .tab-content-level2 .accordion-item:not(:last-child) .accordion-collapse {
        margin-bottom: 40px;
    }

    .event-schedule .nav-tabs-level1>.nav-tabs {
        margin: 20px auto 10px;
    }

    .tabs-vertical-wrapper .nav {
        display: none;
    }

    .tabs-vertical-wrapper .tab-content>.tab-pane {
        display: block;
        opacity: 1;

    }

    .schedule-timeline {
        min-height: unset;
    }

    .tabs-vertical-wrapper .tab-content {
        width: 100%;
    }

    .schedule-timeline-header>.d-flex:first-child {
        flex-direction: column;
        row-gap: 12px;
    }

    .schedule-timeline-header .right-side {
        order: 1;
    }

    .schedule-timeline-header .left-side {
        order: 2;
    }

    .schedule-timeline-body {
        padding-top: 24px;
    }

    .schedule-timeline-header h4 {
        padding-bottom: 24px !important;
    }

    .schedule-timeline-swiper .swiper-arrows {
        right: 0px;
        position: relative;
        top: 0;
        padding: 0;
        text-align: right;
        width: 100%;
        justify-content: end;
        margin-bottom: 10px;
    }

    .event-schedule .tab-pane .accordion-button h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .schedule-timeline-swiper .swiper-button-prev,
    .schedule-timeline-swiper .swiper-button-next {
        width: 30px;
        height: 30px;
    }

    .schedule-timeline {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .event-schedule .tab-pane .accordion-button {
        padding: 12px;
    }
}

@media screen and (max-width: 575px) {
    .schedule-timeline-body {
        padding-top: 32px;
    }

    .schedule-timeline-header h4 {
        padding-bottom: 32px !important;
    }

    .schedule-timeline .schedule-timeline-content {
        padding: 16px;
    }

    .schedule-timeline-header h4 {
        padding-bottom: 20px !important;
    }

    .schedule-timeline-body {
        padding-top: 20px;
    }

    .event-schedule .accordion-body {
        padding: 16px 0px 0;
    }

    .schedule-timeline {
        padding: 8px;
    }
}

/* events schedule section ends */


/* 22nd September 2025 ends */



/* 2nd October 2025 starts */
.register-to-attend,
.attend .register-to-attend {
    padding: 16.5px 31.5px;
    color: #FFF;
    text-align: center;
    font-family: "din_bold";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-main .header-right .adsw-event.register-to-attend p,
.attend .adsw-event.register-to-attend p {
    padding: 0;
    color: #FFF;
    text-align: center;
    font-family: "din_bold";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}


.header-main .header-right .adsw-event.register-to-attend,
.attend .adsw-event.register-to-attend {
    max-width: unset;
    min-width: 265px;
}

.register-to-attend-date {
    padding: 9px 24px;
    border: 2px solid #418397;
    min-width: 250px;
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -2px;
}

.register-to-attend-date p {
    color: #2A3A37;
    font-family: "din_bold";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 21px;
    margin: 0;
    text-align: center;
}

.header-main .header-right .adsw-event.register-to-attend p,
.attend .adsw-event.register-to-attend p {
    line-height: 30px;
    text-align: center;
}

.header-main .header-right .attend {
    margin-right: 33px;
}

.dropdown-menu-container .register-to-attend-date p {
    color: #fff !important;
}

.header-main .header-right .energy-efficient {
    display: none;
}

.margin-tb-72 {
    margin: 72px 0;
}

.padding-tb-72 {
    padding: 72px 0 !important;
}

.video-new-block-item {
    padding: 88px 64px;
    background: rgba(234, 234, 234, 0.5);
    column-gap: 63px;
}

.video-new-block-item p {
    color: #2A3A37;
    font-size: 22px;
    font-style: normal;
    line-height: 31px;
}

.video-new-block-item p:not(:last-child) {
    padding-bottom: 36px;
}

.video-new-block-item .left {
    max-width: 795px;
}

.video-new-block-item .right {
    max-width: 570px;
    min-width: 570px;
}

.video-new-block-item .adsw-page .video-wrapper .content-right {
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
}

.agenda-listing-home .btn-blue,
.agenda-listing-home .btn-blue span {
    font-family: "din_bold";
    font-weight: normal;
    text-transform: none;
    padding: 19px 24px;

    color: #FFF;
    font-size: 24px;
    font-style: normal;
    line-height: 20px;
}

.agenda-listing-home .btn-blue span {
    padding: 0;
}

.icon-arrow-white-short {
    width: 20px;
    height: 20px;
    background: url('../images/arrow-right-short.svg') no-repeat;
    background-size: 100%;
    margin-left: 16px !important;
}

.agenda-listing-home .agenda-grid-box span:last-child {
    margin: 0;
}

.bg-grey-section {
    background: #EFF3F4;
}

.why-attend-item {
    padding: 48px;
    height: 100%;
}

.row-gap-32 {
    row-gap: 32px;
}

.row-gap-24 {
    row-gap: 24px;
}

.row-gap-16 {
    row-gap: 16px;
}

.header-main.header-inner-pages .register-to-attend-date p {
    color: #fff !important;
}

.header-main.header-main.sticky_header.header-inner-pages .register-to-attend-date p {
    color: #2A3A37 !important;
}

.event-listing-video .video-new-block-item .para-block {
    opacity: 0.7;
}

.event-listing-video .video-new-block-item .para-block p:not(:last-child) {
    padding-bottom: 24px;
}

.event-listing-video .video-new-block-item .para-block p {
    font-size: 18px;
    line-height: 24px;
}

.event-listing-video .video-new-block-item .right {
    max-width: 619px;
    min-width: 619px;
}

.event-listing-video .video-new-block-item .left {
    max-width: 857px;
}

.event-listing-main .agenda-grid-box .blue-box,
.event-listing-main .agenda-grid-box .blue-box,
.event-listing-main .agenda-grid-box .black-box {
    padding: 13px 16px;
    height: 52px;
}

.event-listing-main .agenda-grid-box .blue-box span,
.event-listing-main .agenda-grid-box span:last-child {
    font-size: 16px;
}

.event-listing-main .agenda-grid-box {
    column-gap: 10px;
}

.icon-grid-new {
    width: 24px;
    height: 24px;
    background: url('../images/background/grid-view-new-blue.svg') no-repeat;
    background-size: 100%;
    margin-right: 8px;
}


.icon-list-new {
    width: 24px;
    height: 24px;
    background: url('../images/background/list-view-new-black.svg') no-repeat;
    background-size: 100%;
    margin-right: 8px;
}


.agenda-grid-box .blue-box .icon-list-new {
    background: url('../images/background/list-view-new-blue.svg') no-repeat;
    background-size: 100%;
    margin-right: 8px;
}

.agenda-grid-box .blue-box .icon-grid-new {
    background: url('../images/background/grid-view-new-blue.svg') no-repeat;
    background-size: 100%;
    margin-right: 8px;
}

.agenda-grid-box .black-box .icon-list-new {
    background: url('../images/background/list-view-new-black.svg') no-repeat;
    background-size: 100%;
    margin-right: 8px;
}

.agenda-grid-box .black-box .icon-grid-new {
    background: url('../images/background/grid-view-new-black.svg') no-repeat;
    background-size: 100%;
    margin-right: 8px;
}

.select-dropdown-style .select2-container--default .select2-selection--single {
    border: 1px solid #CACBCC;
    background: #F2F5F6;
    padding: 11px 48px 11px 16px;
    height: auto;
    margin: 0;
    width: 238px;

    color: #2A3A37;
    font-family: "din_mediumregular";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 21px;
    border-radius: 0;
}

.select-dropdown-style .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 20px;
    right: 16px;
    background: url('../images/background/select-style-arrow.svg') no-repeat;
    background-size: 100%;
    width: 16px;
    height: 10px;
}

.select-dropdown-style .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.investor-relation-section {

    position: relative;
}

.investor-relation-section:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 258px;
    background: linear-gradient(90deg, #25B2C3 50%, rgba(37, 178, 195, 0.00) 100%), #F2F8F7;
    width: 100%;
    bottom: 0;
    z-index: -1;
}

.investor-relation-section .app-download .image {
    max-width: 258px;
    width: 100%;
}

.investor-relation-section .apps,
.investor-relation-section .qr-code {
    padding-bottom: 70px;
}

.column-gap-8 {
    column-gap: 8px;
}

.investor-relation-section .app-download .image img,
.investor-relation-section .app-download .qr-code img {
    width: 100%;
    height: auto;
}


.investor-relation-section .app-download .qr-code {
    max-width: 131px;
    width: 100%;
}

.investor-relation-section .app-download {
    max-width: 1291px;
    margin: 0 auto;
}


.event-listing-main .agenda-grid-box .select-type-event span:last-child {
    margin: 0;
    font-family: 'DIN';
    font-weight: normal;
    line-height: normal;
}

.item-events-row.item-events-row-v2 .item .orange-text,
.invite-only .orange-text {
    max-width: 300px;
}

.event-listing-video .video-new-block-item .right .video-js .vjs-big-play-button {
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: unset;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.attend-button {
    display: none;
}


@media screen and (max-width: 1760px) {

    .register-to-attend-date p,
    .header-main .header-right .adsw-event.register-to-attend p,
    .attend .adsw-event.register-to-attend p {
        font-size: 18px;
        line-height: 24px;
    }

    .register-to-attend {
        padding: 16px 28px 16px;
    }

    .header-main .header-right .attend {
        margin-right: 20px;
    }

    .pt-first-section {
        padding-top: 130px;
    }

    .video-new-block-item {
        padding: 70px 54px;
    }

    .agenda-listing-home .btn-blue {
        padding: 16px 20px;
    }

    .agenda-listing-home .btn-blue,
    .agenda-listing-home .btn-blue span {
        font-size: 22px;
    }

    .breadcrumb-spacing-bottom .container-inner {
        max-width: 90%;
        padding-left: 30px;
    }
}

@media screen and (max-width: 1680px) {
    .video-new-block-item p {
        font-size: 20px;
        line-height: 28px;
    }

    .agenda-listing-home .btn-blue {
        padding: 14px 20px;
    }

    .agenda-listing-home .btn-blue,
    .agenda-listing-home .btn-blue span {
        font-size: 20px;
    }

    .item-events-row.item-events-row-v2 .item .orange-text,
    .invite-only .orange-text {
        max-width: 250px;
    }
}

@media screen and (max-width: 1580px) {

    .register-to-attend-date p,
    .header-main .header-right .adsw-event.register-to-attend p,
    .attend .adsw-event.register-to-attend p {
        font-size: 16px;
        line-height: 22px;
    }

    .register-to-attend {
        padding: 12px 18px 12px;
    }

    .header-main .header-right .adsw-event.register-to-attend,
    .adsw-event.register-to-attend {
        min-width: 225px;
    }

    .register-to-attend-date {
        min-width: 205px;
    }

    .register-to-attend-date {
        padding: 6px 12px;
    }

    .pt-first-section {
        padding-top: 112px;
    }

    .video-new-block-item {
        padding: 60px 40px;
    }

    .video-new-block-item p {
        font-size: 18px;
        line-height: 25px;
    }

    .margin-tb-72 {
        margin: 60px 0;
    }

    .padding-tb-72 {
        padding: 60px 0 !important;
    }

    .why-attend-item {
        padding: 36px;
    }

    .row-gap-32 {
        row-gap: 24px;
    }

    .event-listing-video .video-new-block-item .right {
        max-width: 580px;
        min-width: 580px;
    }

    .item-events-row.item-events-row-v2 .item .orange-text,
    .invite-only .orange-text {
        max-width: 220px;
    }
}

@media screen and (max-width: 1440px) {
    .video-new-block-item .right {
        max-width: 500px;
        min-width: 500px;
    }

    .video-new-block-item .left {
        max-width: 690px;
    }

    .video-new-block-item {
        column-gap: 40px;
    }

    .event-listing-video .video-new-block-item .right {
        max-width: 550px;
        min-width: 550px;
    }
}

@media screen and (max-width: 1366px) {

    .attend .register-to-attend {
        padding: 10px 18px 10px;
    }

    .header-main .header-right .adsw-event.register-to-attend,
    .attend .adsw-event.register-to-attend {
        min-width: 200px;
    }

    .pt-first-section {
        padding-top: 100px;
    }

    .agenda-listing-home .btn-blue {
        padding: 12px 18px;
    }

    .agenda-listing-home .btn-blue,
    .agenda-listing-home .btn-blue span {
        font-size: 18px;
    }

    .why-attend-item {
        padding: 32px;
    }

    .row-gap-32 {
        row-gap: 18px;
    }

    .item-events-row.item-events-row-v2 .item>.d-flex:last-child {
        flex-direction: column;
        row-gap: 12px;
        justify-content: start !important;
        align-items: start !important;
    }

    .item-events-row.item-events-row-v2 .item>.d-flex:last-child a {
        align-items: start !important;
    }

    .item-events-row.item-events-row-v2 .item .link-box {
        margin: 0;
    }

    .item-events-row.item-events-row-v2 .item .orange-text,
    .invite-only .orange-text {
        display: block;
    }
}

@media screen and (max-width: 1280px) {

    .register-to-attend-date p,
    .header-main .header-right .adsw-event.register-to-attend p,
    .attend .adsw-event.register-to-attend p {
        font-size: 15px;
        line-height: 20px;
    }

    .attend .register-to-attend-date,
    .attend .register-to-attend {
        padding: 10px 18px 10px;
    }

    .header-main .header-right .attend {
        margin-right: 14px;
    }

    .pt-first-section {
        padding-top: 103px;
    }

    .video-new-block-item .right {
        max-width: 450px;
        min-width: 450px;
    }

    .video-new-block-item {
        padding: 40px;
    }

    .video-new-block-item .play-button-image img {
        width: 48px;
        height: 48px;
    }

    .video-new-block-item p:not(:last-child) {
        padding-bottom: 24px;
    }

    .video-new-block-item p {
        font-size: 16px;
        line-height: 24px;
    }

    .event-listing-video .video-new-block-item .right {
        max-width: 510px;
        min-width: 510px;
    }
}

@media screen and (max-width: 1199px) {
    .video-new-block-item .right {
        max-width: 400px;
        min-width: 400px;
    }

    .event-listing-video .video-new-block-item {
        flex-direction: column;
        row-gap: 24px;
    }

    .event-listing-video .video-new-block-item .right {
        max-width: 580px;
        min-width: unset;
        margin: 0 auto;
    }

    .event-listing-video .video-new-block-item .para-block p {
        font-size: 16px;
        line-height: 22px;
    }

    .investor-relation-section .app-download .image {
        max-width: 210px;
    }

    .investor-relation-section .apps,
    .investor-relation-section .qr-code {
        padding-bottom: 50px;
    }

    .investor-relation-section .app-download .qr-code {
        max-width: 100px;
    }

    .investor-relation-section:after {
        height: 225px;
    }

    .event-listing-main .agenda-grid-box {
        justify-content: space-between;
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .dropdown-menu-container.mobile-version .adsw-event.register-to-attend {
        display: flex;
    }

    .register-to-attend,
    .attend .register-to-attend {
        background: #fff;
    }

    .register-to-attend p,
    .attend .register-to-attend p {
        color: #418397 !important;
    }

    .register-to-attend a,
    .attend .register-to-attend a {
        text-decoration: none;
    }

    .register-to-attend-date p {
        color: #fff;
    }

    .attend {
        justify-content: center;
        margin-bottom: 30px;
    }

    .header-main .header-right .attend {
        display: none !important;
    }

    .pt-first-section {
        padding-top: 80px;
    }

    .dropdown-menu-container.mobile-version .energy-efficient {
        display: none;
    }

    .why-attend-item {
        padding: 20px;
    }

    .banner-v2.banner-v3.banner-inner-pages-new .banner-image {
        height: auto !important;
    }

    .attend-button {
        display: block;
    }

    .attend-button .attend {
        background: #F2F8F7;
        width: 100%;
        padding: 8px 32px;
    }

    .attend-button .register-to-attend-date p {
        color: #2A3A37;
    }

    .attend-button .attend .adsw-event.register-to-attend {
        background: url(../images/button-bg.svg) no-repeat;
        background-size: cover;
    }

    .attend-button .attend .adsw-event.register-to-attend p {
        color: #fff !important;
    }

    .attend-button .attend {
        margin-bottom: 0px;
    }

    .attend-button .adsw-event.register-to-attend {
        display: flex;
    }

    .attend-button .attend .adsw-event.register-to-attend {
        min-width: auto;
    }

    .attend-button .attend .register-to-attend {
        padding: 11px 20px 9px;
        border-radius: 8px;
    }

    .attend-button .attend .register-to-attend p,
    .attend-button .register-to-attend,
    .attend-button .attend .register-to-attend {
        font-size: 12px;
        line-height: 15px;
    }

    .attend-button .attend .register-to-attend-date {
        border: none;
        padding: 0;
        margin: 0;
        display: block;
        min-width: unset;
    }


    .attend-button .adsw-event.register-to-attend {
        display: block;
    }

    .attend-button .attend .register-to-attend-date p {
        font-size: 14px;
        line-height: 18px;
    }

    .attend-button .attend .register-to-attend p,
    .attend-button .register-to-attend,
    .attend-button .attend .register-to-attend {
        font-size: 14px;
        line-height: 18px;
    }

    .attend-button .attend {
        column-gap: 18px;
    }

    .banner-section.pt-first-section {
        padding-top: 0;
    }

    .header-main .attend-button.inner-pages {
        display: none;
    }

    .header-main.sticky_header .attend-button.inner-pages {
        display: block;
    }


}

@media screen and (max-width: 991px) {
    .video-new-block-item {
        flex-direction: column;
        row-gap: 24px;
    }

    .video-new-block-item .right {
        max-width: 570px;
        min-width: unset;
        margin: 0 auto;
    }

    .video-new-block-item .left {
        max-width: 100%;
    }

    .logos-section p {
        padding-bottom: 16px !important;
    }

    .why-attend .row {
        row-gap: 24px;
    }

    .select-dropdown-style .select2-container--default .select2-selection--single {
        padding: 8px 40px 8px 16px;
    }

    .event-listing-main .agenda-grid-box .blue-box,
    .event-listing-main .agenda-grid-box .blue-box,
    .event-listing-main .agenda-grid-box .black-box {
        padding: 10px 16px;
        height: 46px;
    }

    .select-dropdown-style .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 16px;
    }

    .row-gap-24 {
        row-gap: 16px;
    }

    .investor-relation-section .apps,
    .investor-relation-section .qr-code {
        padding-bottom: 56px;
    }

    .investor-relation-section .app-download .image {
        max-width: 175px;
    }

    .investor-relation-section .app-download .qr-code {
        max-width: 80px;
    }

    .investor-relation-section .apps,
    .investor-relation-section .qr-code {
        padding-bottom: 40px;
    }

    .investor-relation-section:after {
        height: 195px;
    }

    .investor-relation-section .app-download .image {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .margin-tb-72 {
        margin: 40px 0;
    }

    .padding-tb-72 {
        padding: 40px 0 !important;
    }

    .video-new-block-item {
        padding: 40px 24px;
    }

    .agenda-listing-home .btn-blue {
        padding: 10px 18px;
    }

    .agenda-listing-home .btn-blue,
    .agenda-listing-home .btn-blue span {
        font-size: 16px;
    }

    .icon-arrow-white-short {
        margin-left: 8px !important;
    }

    .investor-relation-section .app-download {
        flex-direction: column;
        row-gap: 16px;
    }

    .investor-relation-section:after {
        display: none;
    }

    .investor-relation-section {
        background: linear-gradient(90deg, #25B2C3 50%, rgba(37, 178, 195, 0.00) 100%), #F2F8F7;
        padding: 50px 0;
    }

    .investor-relation-section .apps,
    .investor-relation-section .qr-code {
        padding: 0;
        text-align: center;
    }

    .investor-relation-section .app-download {
        align-items: center !important;
    }

    .investor-relation-section .apps .apps-icons {
        justify-content: center;
    }


    .event-listing-video .video-new-block-item .right {
        max-width: 100%;
    }

    .attend-button .attend .register-to-attend-date p {
        font-size: 12px;
        line-height: 15px;
    }

    .attend-button .attend .register-to-attend p,
    .attend-button .register-to-attend,
    .attend-button .attend .register-to-attend {
        font-size: 12px;
        line-height: 15px;
    }
}

@media screen and (max-width: 600px) {
    .dropdown-menu-container.mobile-version .adsw-event.register-to-attend {
        background: #fff;
        width: 50%;
    }

    .attend .register-to-attend-date {
        width: 50%;
        min-width: unset;
    }

    .logos-section .logos-item {
        max-width: 125px;
        max-height: unset;
        min-width: unset;
        margin: 0 auto;
    }

    .event-listing-main .agenda-grid-box {
        flex-direction: column;
    }

    .event-listing-main .agenda-grid-box .select-type-event span.select2-container,
    .event-listing-main .agenda-grid-box .select-type-event,
    .event-listing-main .agenda-grid-box .select-type-event .select2-selection {
        width: 100% !important;
    }
}

@media screen and (max-width: 575px) {
    .attend {
        width: 90%;
        margin: 0 auto 40px;
    }

    .attend .register-to-attend-date,
    .attend .register-to-attend {
        padding: 10px;
    }

    .video-new-block-item {
        padding: 24px;
    }

    .why-attend .row {
        row-gap: 16px;
    }
}

@media screen and (max-width: 480px) {
    .attend-button .attend {
        padding: 8px 32px;
    }

    .attend-button .attend {
        column-gap: 10px;
    }
}

@media screen and (max-width: 420px) {
    .dropdown-menu-container.mobile-version .adsw-event.register-to-attend {
        padding: 10px;
        min-width: unset;
    }

    .header-main .header-right .adsw-event.register-to-attend p,
    .attend .adsw-event.register-to-attend p {
        line-height: 24px;
    }

    .pt-first-section {
        padding-top: 70px;
    }


    .attend-button .attend .adsw-event.register-to-attend p {
        line-height: 15px;
    }
    
        header.sticky_header .attend-button .attend .register-to-attend {
                padding: 11px 12px 9px;;
        }
}

@media screen and (max-width: 360px) {
    .attend-button .attend .register-to-attend {
        padding: 11px 12px 9px;
    }
}