/*
Theme Name: Hello Elementor Child
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Template: hello-elementor
Author: Bytestechnolab
Version: 1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor-child
Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,

*/
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    list-style: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 0 !important;
}

:root {
    --primary-blue: rgb(28, 147, 209);
    --white: rgb(255, 255, 255);
    --white-overlay: rgba(255, 255, 255, 0.3);
    --black: rgb(0, 0, 0);
    --black-overlay: rgba(0, 0, 0, 0.4);
    --light-blue: rgba(28, 147, 209, 0.95);
    --yellow-stroke: rgb(246, 238, 34);
    --blue-gradient: linear-gradient(136.53deg, rgb(1, 77, 116) 13.141%, rgb(38, 172, 242) 105.053%);
    --text-shade1: #252525;
    --blue-overlay: rgb(0, 39, 59, 0.6);
    --card-overlay: rgba(1, 77, 116, 0.75);
}

.light-bg {
    background-color: #00273B05;
}

.light-bg.dark {
    background-color: #00273B;
}

.active-bg>div {
    background-color: #014D74 !important;
    /* transition: all 3s ease; */
}

.hero-video-banner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(180.00deg, rgba(0, 47, 71, -0.507) 13.035%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.25;
    width: 100%;
    height: 100%;
}

.hero-video-banner::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: linear-gradient(0.00deg, rgb(0, 0, 0), rgba(0, 0, 0, 0) 79.132%);
    opacity: 0.45;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-banner-subtitle b {
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .hero-image-banner {
        background-position: 68% 22% !important;
    }
}

.elementor-60 .elementor-element.elementor-element-c8cc518 .elementor-nav-menu--dropdown a.elementor-item-active {
    color: var(--yellow-stroke) !important;
}

.banner span {
    background-color: var(--white-overlay);
    -webkit-box-decoration-break: clone;
}

.blue-banner span {
    background-color: var(--light-blue);
    color: var(--white);
    padding: 1px;
    -webkit-box-decoration-break: clone;
    font-weight: 400;
}

/* a {
    color: var(--primary-blue) !important;
} */


p>a {
    color: inherit !important;
}

a:hover {
    color: var(--yellow-stroke);
}

button.elementor-button {
    background-color: unset;
    border: unset;
    outline: unset;
}

button[type="submit"] span.elementor-button-icon {
    transition: all 0.3s ease;
}

button[type="submit"]:hover {
    background-color: transparent;
}

button[type="submit"]:hover span.elementor-button-icon {
    margin-right: 25px;

}

.link-add a {
    color: var(--text-shade1);
    word-wrap: break-word;
}

.link-add a:hover {
    color: var(--text-shade1);
}

/* Topbar Search */
.top-search-form div {
    background-color: transparent !important;
}

.top-search-form form button:hover,
.top-search-form form button {
    background-color: transparent;
}

.top-search-form form {
    border: 1px solid transparent !important;
    border-radius: 0;
}

.top-search-form form input {
    padding: 0 !important;
    width: 0 !important;
    transition: .3s ease-in-out;
}

.top-search-form form.visible {
    transition: .3s ease-in-out;
    border: 1px solid #ffffff4d !important;
}

.top-search-form form input.visible {
    width: max-content !important;
    padding: 0 12px !important;
}

.title-bg {
    background: #1C93D1;
    font-weight: 400;
    color: #fff;
    display: unset;
    -webkit-box-decoration-break: clone;
    /* padding: 4px; */
    line-height: 170%;
    /* margin: 0 4px; */
}

.right-icon--block {
    position: relative;
}

.right-icon-btn {
    position: absolute !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* desktop-menu css start */
.desktop-menu {
    width: 100% !important;
}

.desktop-menu .elementor-nav-menu>li:hover .sub-menu {
    display: block !important;
    width: auto;
}

.desktop-menu .elementor-nav-menu>li:hover .sub-menu::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 34px;
    top: -34px;
}

.desktop-menu .sub-arrow {
    display: none !important;
}

.desktop-menu nav ul li:last-child .sub-menu {
    left: inherit !important;
    right: 0;
}

.desktop-menu nav ul li .sub-menu {
    margin-left: -41px !important;
    padding-bottom: 32px !important;
}

.desktop-menu nav ul li .sub-menu li a {
    padding: 23px 40px 8px 33px !important;
}

/* desktop-menu css end */

/* Mobile Menu Design */
#hambar-menu {
    background-color: transparent;
}

#hambar-menu svg {
    padding-top: 8px;
}

#hambar-menu svg path {
    stroke-width: 0;
    stroke: none;
}

.mobile_header_container ul:first-of-type {
    margin-top: 40px;
}

.mobile_header_container ul li.menu-item-has-children a {
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0%;
    position: relative;
}

.mobile_header_container ul li.menu-item-has-children a img {
    width: 20px;
    height: 14px;
}

.mobile_header_container ul.sub-menu {
    display: none;
}

/* Image Overlay Effect */
.image_overlay .elementor-flip-box {
    min-height: 366px;
    height: 100%;
}

.image_overlay .elementor-flip-box .elementor-flip-box__layer__title {
    position: relative;
    z-index: 3;
}

/* Underline Hover Effect */
.underline-effect h4 {
    position: relative;
    display: inline-block;
}

.underline-effect h4::after {
    position: absolute;
    content: "";
    width: 41px;
    height: 4px;
    left: 0;
    bottom: -9px;
    background-color: var(--yellow-stroke);
    transition: all .3s ease-in-out;
}

.underline-effect h4:hover::after {
    width: 100%;
}


.studij-img-block>.elementor-widget-image {
    height: 100%;
}

/* Left Content and right Image section */
.title_yellow_line h3,
.title_blue_line h3 {
    position: relative;
}

.title_yellow_line h3::after,
.title_blue_line h3:after {
    position: absolute;
    content: "";
    width: 48px;
    height: 4px;
    left: 0;
    bottom: -18px;
}

.title_blue_line h3:after {
    background: var(--primary-blue);
}

.title_yellow_line h3::after {
    background-color: var(--yellow-stroke);
}

.left__card .card__link a,
.left__card .card__link p a {
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--primary-blue);
}

.left__card .card__link a img,
.left__card .card__link p a img {
    position: relative;
    transition: all .2s ease-in-out;
}

.left__card .card__link a:hover img,
.left__card .card__link p a:hover img {
    margin-left: 3px !important;
}

.arrow-link p a img {
    transition: all .4s ease-in-out;
    margin-left: 19px;
}

.arrow-link p a:hover img {
    margin-left: 24px;
}

/* Footer */
.footer-link-wrapper ul li {
    width: 100%;
}

.relative {
    position: relative;
}

.absolute-link a {
    display: flex;
    width: 80px;
    height: 80px;
    background: var(--primary-blue);
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}

.absolute-link {
    position: absolute !important;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.faq-accordion .elementor-accordion .elementor-accordion-item:first-child {
    border-top: none;
}

.faq-accordion .elementor-accordion .elementor-accordion-item {
    border-left: none;
    border-right: none;
}


.faq-accordion .elementor-accordion-item .elementor-tab-title {
    position: relative;
}

.faq-accordion .elementor-accordion-item .elementor-accordion-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* Sign Up For News */
.sign_up_container .sign_up_checkbox,
.sign_up_container .sign_up_content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.sign_up_container .sign_up_content input+span {
    cursor: pointer;
}

.sign_up_container .sign_up_checkbox {
    margin-bottom: 0;
    justify-content: flex-start;
}

.sign_up_container .sign_up_checkbox p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 2%;
    color: var(--white);
}

input[type="checkbox"],
.sign_up_container .sign_up_checkbox input[type="checkbox"] {
    border: unset;
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.sign_up_container {
    width: 100%;
    max-width: 82%;
    margin-left: auto;
}

.sign_up_container .sign_up_content input[type="email"] {
    padding: 9px 0 9px 36px;
    background-color: var(--white);
    color: rgb(1, 77, 116);
    min-height: 48px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    border: unset;
    border-radius: 0;
}

.sign_up_container .sign_up_content input[type="email"]::placeholder {
    color: rgb(1, 77, 116);
}

.sign_up_container .sign_up_content span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    background-color: rgb(1, 77, 116);
}

.sign_up_container .sign_up_content span img {
    width: 20px;
    height: 14px;
}

.swiper.myPostSwiper {
    padding-bottom: 30px;
}

.myPostSwiper .swiper-slide a {
    font-size: 22px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 2%;
    color: var(--black);
    position: relative;
}


.myPostSwiper .swiper-slide img {
    width: 100%;
    height: clamp(137px, 21.875vw, 420px);
    object-fit: cover;
}

.myPostSwiper .swiper-slide .custom-post-link {
    background-color: #014D74;
    width: 100%;
    height: clamp(137px, 21.875vw, 420px);
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 0 0 40px 0;
}

.myPostSwiper .swiper-slide .custom-post-link a {
    color: white !important;
}

.myPostSwiper .swiper-slide.swiper-slide-active .custom-post-link img,
.myPostSwiper .swiper-slide .custom-post-link img {
    width: max-content;
    max-width: 100%;
    height: auto !important;
    padding-left: 20px;
}

.myPostSwiper .swiper-slide.swiper-slide-active .custom-post-link img {
    width: 40px !important;
    height: auto !important;
}

.myPostSwiper .swiper-slide.swiper-slide-active a>span>img,
.myPostSwiper .swiper-slide a>span>img {
    width: 28px !important;
    height: 20px !important;
    margin-left: 13px;
}


/*
.myPostSwiper .swiper-slide.swiper-slide-active a {
    font-size: 28px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 2%;
    color: var(--black);
}

.myPostSwiper .swiper-slide.swiper-slide-active {
    width: 57% !important;
}
.myPostSwiper .swiper-slide.swiper-slide-active+.swiper-slide {
    width: 33% !important;
} 

.myPostSwiper .swiper-slide.swiper-slide-active .custom-post-link,
.myPostSwiper .swiper-slide.swiper-slide-active img {
    height: clamp(175px, 31.25vw, 600px) !important;
} */

#contactpopup #contactsubmit {
    margin-top: 100px;
}

#contactpopup {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer;
    z-index: 999;
}

.down_arrow_text p a {
    display: flex;
    align-items: flex-end;
}

.down_arrow_text p a img {
    margin-left: 12px;
}

.accordion-list h5 {
    margin: 0 !important;
}

.accordion-list ul li h5+span {
    line-height: 36px !important;
}

.accordion-blue-color h4>span,
.accordion-list h5>span,
.accordion-color span {
    padding: 6px 7px;
    background-color: var(--primary-blue);
    color: var(--white);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-left: 26px;
}

.accordion-blue-color h4>span {
    /* background-color: #014D74; */
    background-color: var(--primary-blue);
}

.accordion-blue-color h4 > span.darker, .accordion-list h5 > span.darker, .accordion-color span.darker {
    background-color: #014D74;
}

.mobile_header_container ul li.menu-item-has-children {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.mobile_header_container ul li.menu-item-has-children img {
    width: 25px;
    height: 14px;
    object-fit: contain;
}

li.menu-item-has-children span.back>img {
    transform: rotate(180deg);
}

.tab-title,
.tab-title h2 {
    position: relative;
}

.tab-title h2::after {
    position: absolute;
    content: "";
    border-bottom: #F6EE22 solid 4px;
    width: 100%;
    bottom: -20px;
    left: 0;
    right: 0;
    z-index: 99;
}

.hide-after::after {
    display: none;
}

.tab-program ul {
    justify-content: space-between;
    gap: 35px;
    overflow: auto;
    flex-wrap: nowrap !important;
    white-space: pre;
    width: 100%;
}

.tab-program ul li a span {
    padding: 18px 0 15px !important;
    border-bottom: 4px solid transparent;
}

.tab-program ul li.active-bottom a span {
    border-bottom: 4px solid var(--yellow-stroke);
}

.tab-program ul::-webkit-scrollbar {
    width: 5px;
    height: 4px;
}

/* Track */
.tab-program ul::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.tab-program ul::-webkit-scrollbar-thumb {
    background: var(--primary-blue);
}

/* Handle on hover */
.tab-program ul::-webkit-scrollbar-thumb:hover {
    background: #F6EE22;
}

/* Revised Casebook -  */
.revised-accordion .elementor-tab-title.elementor-active a {
    font-weight: 400 !important;
}

.revised-accordion .elementor-accordion-icon-opened svg {
    transform: rotate(45deg);
}

.revised-accordion .elementor-accordion-item:first-child {
    border-top: 1px solid transparent !important;
}

.revised-accordion .elementor-accordion-item {
    border-top: 1px solid rgba(0, 0, 0, 0.5) !important;
}

.revised-accordion .elementor-accordion-item .elementor-tab-content {
    padding-bottom: 15px !important;
}

.accordion-expanded ul {
    margin-left: 21px;
}

.list-data ul {
    margin-left: 27px;
}

.accordion-expanded ul li,
.list-data ul li {
    list-style: disc !important;
}

.accordion-expanded .elementor-accordion-item {
    border-bottom: 1px solid #25252582 !important;
}

.accordion-expanded .elementor-accordion-item:first-of-type {
    border-top: 1px solid #25252582 !important;
}

.revised-accordion .elementor-accordion-icon.elementor-accordion-icon-right,
.accordion-expanded.default-closed .elementor-accordion-icon.elementor-accordion-icon-right {
    position: relative;
    top: 5px;
}

#contactclose svg {
    transform: rotate(45deg);
}

.play-button {
    cursor: pointer;
}

/* Register Page CSS */
.register-form form .elementor-field-option {
    display: flex;
    align-items: center;
    justify-content: start;
}

.register-form form input[type="text"] {
    width: 100%;
    max-width: 388px;
    margin-right: 15px;
}

.register-form form input[type="text"]:last-child {
    margin-right: 0;
}




input[type='search']::-webkit-search-cancel-button {
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    position: relative;
    background-image: url('/wp-content/uploads/2024/02/white-close.svg');
    background-repeat: no-repeat;
    top: 2px;
}

.search main.site-main {
    max-width: 1236px;
    width: 100%;
    margin: 0 auto 40px 0;
    padding: 50px 20px 0 20px;
}

.search main.site-main article h2 a {
    color: #00273B;
}

.search main.site-main article p {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Roboto';
    font-weight: 400;
    letter-spacing: 0.6px;
}

.search main.site-main article {
    border-bottom: 1px solid #014D74;
    margin-bottom: 30px;
    padding: 10px 0 20px 0;
}

.search main.site-main .pagination a {
    color: #fff;
    padding: 10px;
    display: inline-block;
    background: #014D74;
}

.search .elementor-posts-container {
    padding: 80px 0;

}

.search .elementor-posts-container article h3 a {
    color: var(--text-shade1);
    font-size: 22px;
    line-height: 30px;
    font-family: 'Roboto';
    font-weight: 400;
    letter-spacing: 0.4px;
    margin-bottom: 16px;
    display: block;
}

.search .elementor-posts-container article .elementor-post-date {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Roboto';
    font-weight: 400;
    letter-spacing: 0.4px;
    color: var(--primary-blue);
}

.search .elementor-posts-container article .elementor-post__read-more,
.search .elementor-posts-container article .elementor-post__excerpt,
.search .elementor-posts-container article .elementor-post-avatar {
    display: none;
}


.desktop-menu nav>ul>li:hover>a,
.topbar-effect nav ul li a:hover {
    font-weight: 500 !important;
    transition: all 0s;
}

.topbar-effect nav ul li a:hover {
    color: var(--yellow-stroke);
}




.show-mobile {
    display: none;
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover {
    color: #fff;
    background-color: transparent !important;
    text-decoration: none;
}

/* change default background color of checkbox */
input[type="checkbox"] {
    outline: none !important;
}

input[type="checkbox"]:checked {
    accent-color: #014D74 !important;
}


input[type="checkbox"]:hover {
    accent-color: #014D74 !important;
}

button[type="submit"]:focus {
    border: transparent !important;
    outline: none !important;
}

.elementor-message.elementor-message-danger {
    color: var(--yellow-stroke) !important;
    margin-top: 40px;
    font-size: 16px !important;
    line-height: 155%;
    letter-spacing: 0.4px;
}

.register-form .elementor-message::before {
    display: none !important;
}

.elementor-widget-text-editor p a {
    color: inherit;
}

.search header .color-bg {
    background: #00273B !important;
}

.banner-regular span {
    font-weight: 400;
}

.text__link p a {
    font-weight: 500;
}

.elementor-widget-container p a,
.elementor-widget-container ul li a {
    color: inherit;
}

.elementor-widget-container strong,
.elementor-widget-container b,
.font-500 b,
.font-500 strong {
    font-weight: 500 !important;
}

.regular-text h5 span {
    font-weight: 400;
}

.hover-title:hover {
    color: #1C93D1 !important;
}

.myPostSwiper .swiper-button-next::after,
.myPostSwiper .swiper-button-prev::after {
    content: "";
}

.myPostSwiper .swiper-button-next,
.myPostSwiper .swiper-button-prev {
    background-image: url('/wp-content/uploads/2024/03/right-arrow-b.svg');
    background-repeat: no-repeat;
    background-position: center;
    top: 95%;
}

.myPostSwiper .swiper-button-prev {
    left: auto;
    transform: rotate(180deg);
    right: 150px;
}

.myPostSwiper .swiper-button-next {
    left: auto;
    right: 110px;
}

/* .myPostSwiper .swiper-wrapper{
    justify-content: center;
} */

.single-post .post-content-data ul {
    margin-left: 18px;
}

.single-post .post-content-data ul li {
    list-style: disc;
}

.single-post .post-content-data .elementor-widget-container a {
    text-decoration: underline;
    color: #1C93D1 !important;
    font-weight: 500;
}

.previous-click .elementor-post-navigation__link__prev {
    padding-left: 30px;
}

.previous-click .elementor-post-navigation__link__prev span {
    color: var(--primary-blue) !important;
}

.previous-click .elementor-post-navigation__link__prev::before {
    position: absolute;
    content: "";
    background-image: url('/wp-content/uploads/2024/03/right-arrow-b.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 14px;
    transform: translateY(-50%) rotate(180deg);
    left: 0;
    top: 40%;
}

.novice article .elementor-post__title:hover a {
    color: #1C93D1 !important;
}




/* Professor & Expert Listing Page */
.experts__main__container .elementor-shortcode,
.professor__card__container .elementor-shortcode {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 33px 29px;
}

.experts__main__container .elementor-shortcode {
    gap: 22px 29px;
}

.experts__main__container .elementor-shortcode .main__card .card__image img,
.professor__card__container .elementor-shortcode .main__card .card__image img {
    display: block;
    width: 182px;
    height: 182px;
    object-fit: cover;
}

.experts__main__container .elementor-shortcode .main__card .card__content,
.professor__card__container .elementor-shortcode .main__card .card__content {
    margin-top: 12px;
    text-align: center;
}

.experts__main__container .elementor-shortcode .main__card .card__content h5,
.experts__main__container .elementor-shortcode .main__card .card__content h4,
.experts__main__container .elementor-shortcode .main__card .card__content span,
.professor__card__container .elementor-shortcode .main__card .card__content h5,
.professor__card__container .elementor-shortcode .main__card .card__content h4,
.professor__card__container .elementor-shortcode .main__card .card__content span {
    display: block;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.experts__main__container .elementor-shortcode .main__card .card__content span,
.professor__card__container .elementor-shortcode .main__card .card__content span {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.4px;
    color: var(--primary-blue);
    font-weight: 400;
}

.experts__main__container .elementor-shortcode .main__card .card__content h4,
.professor__card__container .elementor-shortcode .main__card .card__content h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.1px;
    padding: 0 8px;
    margin-bottom: 6px;
}

.experts__main__container .elementor-shortcode .main__card .card__content h4 {
    padding: 0;
}

.experts__main__container .elementor-shortcode .main__card .card__content h5,
.professor__card__container .elementor-shortcode .main__card .card__content h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.1px;
    padding: 0 8px;
}

.experts__main__container .elementor-shortcode .main__card .card__content h5 {
    line-height: 20px;
    margin-top: 0;
}

span.submit-newsletter {
    position: relative;
}

span.submit-newsletter input[type="submit"] {
    border: unset;
    font-size: 20px;
    color: var(--white);
    /* line-height: 33px; */
    /* position: relative; */
    /* top: -3px; */
}

span.submit-newsletter input[type="submit"]:hover,
span.submit-newsletter input[type="submit"]:focus {
    background-color: unset;
    color: white;
    outline: unset;
}

.sign_up_checkbox label {
    color: white;
}

.newsletter .mc4wp-response {
    max-width: 82%;
    width: 100%;
    margin-left: auto;
    margin-top: 15px;
}

.newsletter .mc4wp-response .mc4wp-error {
    color: var(--yellow-stroke);
}

.newsletter .mc4wp-response .mc4wp-success {
    color: var(--white);
}



/* Professor subpage */
.persons-template-default header .color-bg,
.persons-template-default header .light-bg {
    background: #014D74 !important;
}

.person_section {
    position: relative;
    padding-top: clamp(120px, 7.431vw, 107px);
    padding-bottom: clamp(40px, 11.458vw, 165px);
}

.person_container {
    max-width: 1276px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.person_container .person_detail {
    max-width: 43.611vw;
    width: 100%;
}

.person_container .person_detail h1.title-bg {
    font-size: clamp(24px, 2.5vw, 36px);
    line-height: 121.2%;
    padding: 0 20px 0 8px;
    margin-bottom: 21px;
}

.person_container .person_detail .title_blue_line h3 {
    font-size: clamp(20px, 1.528vw, 22px);
    margin-top: 20px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.person_container .person_content {
    margin-top: clamp(30px, 5.903vw, 85px);
}

.person_container .person_content p {
    font-size: clamp(14px, 1.528vw, 22px);
    letter-spacing: 0.4px;
    color: var(--text-shade1);
    line-height: 200%;
    margin-bottom: clamp(20px, 2.986vw, 43px) !important;
}

.person_container .person_content p:last-child {
    margin-bottom: 0 !important;
}

.person_container .person_feature_img {
    position: absolute;
    content: "";
    right: 0;
}

.person_feature_img img {
    display: block;
    width: 44.792vw;
    object-fit: cover;
}







/* span.submit-arrow:after {
    position: absolute;
    content: "";
    background-image: url('/wp-content/uploads/2024/03/white_right_arrow.svg');
    width: 20px;
    height: 14px;
    background-repeat: no-repeat;
    pointer-events: none;
} */
@media(min-width: 1440px) {
    .person_container .person_detail {
        max-width: 628px;
        width: 100%;
    }

    .person_feature_img img {
        display: block;
        width: 100%;
        max-width: 645px;
        object-fit: cover;
    }
}

@media(min-width:1440px) and (max-width: 1500px) {
    .faculty-tb-box {
        width: max-content !important;
    }
}

@media(max-width: 1024px) {
    header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }

    .link-menu {
        display: none;
    }

    .absolute-link a {
        width: 42px;
        height: 42px;
        border-radius: 7px;
    }

    .absolute-link a svg {
        width: 32px;
        height: 32px;
    }

    #header_pop {
        height: 0;
        overflow: auto;
        transition: all 0.5s;
    }

    .menu-event #header_pop {
        height: 100vh;
        overflow: auto;
        background-color: #00273B;
    }

    .menu-event #header_pop .elementor-hidden-desktop .e-con-inner>.elementor-element:first-child {
        background: #00273B;
        border-bottom: rgba(255, 255, 255, 35%) solid 1px;
    }

    .topbar-wrap>.e-con-inner {
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        text-align: left;
    }

    .topbar-wrap .elementor-widget-container nav ul {
        flex-direction: column;
        gap: 30px;
    }

    .topbar-wrap .elementor-widget-container nav ul li a {
        margin: 0 !important;
    }

    .topbar-wrap .top-search-form {
        width: 100% !important;
        border-bottom: rgba(255, 255, 255, 35%) solid 1px;
        padding-bottom: 30px;
        margin-bottom: 30px !important;
    }

    .top-search-form form {
        border: rgba(255, 255, 255, 35%) solid 1px !important;
        border-radius: 0;
    }

    .top-search-form form input {
        padding: 9px 12px !important;
    }

    .heading-tran-btm {
        order: 1 !important;
    }

    .mobile_header_container ul {
        border-bottom: rgba(255, 255, 255, 35%) solid 1px;
    }

    .mobile_header_container {
        padding-left: 16px;
        padding-right: 16px;
        /* margin-top: 74px; */
        margin-top: 0px;
    }

    #header_pop .elementor-hidden-desktop .e-con-inner>.elementor-element:first-child {
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        top: 0;
        padding: 16px;
        background: rgb(56, 84, 96, 70%);
        border-bottom: rgba(255, 255, 255, 0) solid 1px;

    }

    .mobile__menu {
        background: transparent !important;
    }

    ul.sub-menu {
        position: absolute;
        width: 100%;
        background-color: #00273B;
        z-index: 9;
        top: 0;
        left: 0;
        right: 0;
        height: calc(100vh - 78px);
        padding: 16px;
        transform: translateX(-100%);
        transition: all 0.5s;
        display: block !important;
        overflow: auto;
    }

    ul.sub-menu h3 {
        color: var(--white);
        font-size: 18px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
        border-top: rgba(255, 255, 255, 35%) solid 1px;
        padding-top: 30px;
        margin-top: 20px;
    }

    .mobile_header_container ul.sub-menu li {
        margin-bottom: 25px;
    }

    .mobile_header_container ul.sub-menu li a {
        font-size: 14px;
        line-height: 16px;
    }

    /* .mobile_header_container  ul.sub-menu span.back:first-child {
        display: inline-flex;
    } */
    .mobile_header_container ul.sub-menu span.back {
        display: inline-flex;
        color: var(--white);
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0%;

        align-items: center;
        gap: 10px;
    }

    .menu-event {
        overflow: hidden;
    }

    .nav-toggle {
        /* position: absolute !important;
        content: "" !important; */
        height: calc(100vh - 77px) !important;
        align-items: start !important;
        justify-content: start !important;
        transition: all 0.5s;
        transform: translateX(-100%);
        display: none !important;
    }

    .nav-toggle.open {
        transform: translateX(0);
        display: flex !important;
        z-index: 3;
    }

    .mob-header {
        background-color: #00273B99;
    }

    .mob-bg-header .light-bg {
        background-color: #014D74;
        transition: all 0.5s;
    }

    #nav-open.close {
        transition: all 0.5s;
    }

    #nav-open.close svg path:nth-child(1) {
        display: none;
    }

    #nav-open.close svg>path:nth-child(2) {
        transform: translateY(-1px) translateX(4px) rotate(45deg);
    }

    #nav-open.close svg>path:nth-child(3) {
        transform: translateY(3px) translateX(-9px) rotate(-45deg);
    }

    .experts__main__container .elementor-shortcode,
    .professor__card__container .elementor-shortcode {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        /* gap: 33px 29px; */
    }

    .myPostSwiper .swiper-button-next,
    .myPostSwiper .swiper-button-prev {
        top: 96%;
    }

    .myPostSwiper .swiper-button-prev {
        left: auto;
        transform: rotate(180deg);
        right: 67px;
    }

    .myPostSwiper .swiper-button-next {
        left: auto;
        right: 24px;
    }

    .home .bg .flip_image_title {
        transform: translate(-50%, -100%);
    }

    .home .flip-image-slide-container .btn-wrap {
        padding: 30px 30px 0 0;
    }

}

@media(max-width: 991px) {
    .sign_up_container {
        width: 100%;
        max-width: 100%;
        margin-left: unset;
    }

    .search main.site-main {
        max-width: 1000px;
        width: 100%;
        margin: 0 auto 40px 0;
        padding: 50px 20px 0 20px;
    }

    .experts__main__container .elementor-shortcode,
    .professor__card__container .elementor-shortcode {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        /* gap: 33px 29px; */
    }

}

@media(max-width:880px) {

    .tab-program {
        height: 0;
        transition: all 0.5s;
        position: absolute !important;
        top: 43px;
        background-color: transparent;
        background-image: linear-gradient(90deg, #014D74 0%, #1C93D1 100%);
        z-index: 9;
        left: 0;
        right: 0;
        width: 100%;
        overflow: hidden;
    }

    .tab-program ul {
        flex-wrap: wrap !important;
        gap: 5px;
    }

    .tab-program ul li {
        width: 100%;
    }

    .tab-program.program-active {
        height: auto;
        overflow: inherit;

    }

    .tab-title {
        width: 100%;
        cursor: pointer;
    }

    .tab-title h2 a {
        display: inline-block;
    }

    /* .tab-title:before {
        position: absolute;
        content: "";
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url('./assets/images/plush-white-icon.svg');
        width: 20px;
        height: 20px;
        transition: all 0.5s;
        
    } */

    .tab-title.active-icon:before {
        transform: rotate(45deg);
        top: 1px
    }

    .show-tab-list img {
        transition: all 0.5s;
    }

    .show-tab-list.active-icon img {
        transform: rotate(45deg);
    }

    .tab-title h2 {
        display: inline-block;
    }

    .block-img a {
        display: block !important;
    }

    .myPostSwiper .swiper-slide .custom-post-link {
        padding: 0 0 10px 0;
    }

    .myPostSwiper .swiper-slide a {
        font-size: 16px;
        font-weight: 400;
        line-height: 180%;
        letter-spacing: 0.4px;
        color: var(--black);
        position: relative;
    }

    .sign_up_checkbox label {
        color: white;
        font-size: 14px;
    }

    .newsletter .mc4wp-response {
        max-width: 100%;
        width: 100%;
        margin-left: auto;
        margin-top: 15px;
        font-size: 14px;
    }
}

@media(max-width:767px) {
    .hide-line {
        display: none;
    }

    .mobile_header_container {
        padding-left: 12px;
        padding-right: 12px;
    }

    #header_pop .elementor-hidden-desktop .e-con-inner>.elementor-element:first-child {
        padding: 12px;
    }

    .hero-image-banner h1 {
        font-weight: 300 !important;
    }

    .left__card .card__link p a {
        gap: 13px;
    }

    .arrow-link p a img {
        transition: all .4s ease-in-out;
        margin-left: 8px;
    }

    .arrow-link p a:hover img {
        margin-left: 13px;
    }

    .absolute-link a {
        width: 36px;
        height: 36px;
        border-radius: 7px;
    }

    .absolute-link a svg {
        width: 24px;
        height: 24px;
    }

    .sign_up_container .sign_up_content {
        margin-bottom: 12px;
    }

    .sign_up_container .sign_up_checkbox p {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.4px;
    }

    .sign_up_container .sign_up_checkbox input[type="checkbox"] {
        width: 16px;
        height: 16px;
        margin-right: 12px;
    }

    .sign_up_container {
        width: 100%;
        max-width: 95%;
        margin-left: unset;
    }

    .myPostSwiper .swiper-slide.swiper-slide-active a {
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0.4px;
    }

    .myPostSwiper .swiper-slide a {
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0.4px;
    }

    .myPostSwiper .swiper-slide.swiper-slide-active a>span>img,
    .myPostSwiper .swiper-slide a>span>img {
        width: 20px !important;
        height: 14px !important;
    }

    .myPostSwiper .swiper-slide.swiper-slide-active+.swiper-slide,
    .myPostSwiper .swiper-slide.swiper-slide-active {
        width: 74% !important;
    }

    .accordion-list ul li h5 {
        font-size: 14px;
        margin: 0 !important;
    }

    .accordion-list ul li h5+.elementor-price-list-price {
        line-height: 22px !important;
    }

    .accordion-blue-color h4>span,
    .accordion-list h5>span,
    .accordion-color span {
        margin-left: 10px;
    }

    .br-hide {
        display: none;
    }

    .revised-accordion .elementor-tab-title {
        padding: 17px 0 16px !important;
    }

    .revised-accordion .elementor-tab-title a {
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 121.2% !important;
        letter-spacing: 2%;
    }

    .faq-accordion .elementor-accordion-icon svg,
    .revised-accordion .elementor-accordion-icon svg {
        width: 14px !important;
        height: 14px !important;
    }

    .revised-accordion .elementor-tab-content p {
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 30px !important;
        letter-spacing: 0% !important;
    }

    .search main {
        padding: 0 12px;
    }
}

@media(max-width: 575px) {
    .person_container {
        padding: 0 12px;
    }

    .person_section {
        padding-top: clamp(120px, 7.431vw, 107px);
        padding-bottom: 40px;
    }

    .person_container .person_feature_img {
        position: relative;
        right: unset;
    }

    .person_feature_img img {
        display: block;
        width: 100%;
        object-fit: cover;
    }

    .person_container .person_detail {
        max-width: 100%;
        width: 100%;
        margin-top: 30px;
    }
}

.elementor-element.accordion_content {
    display: none;
}

.elementor-element.accordion_content.active {
    display: block;
}

.elementor-element.accordion_heading .accordion_icon img {
    transition: all .3s ease-in-out;
}

.elementor-element.accordion_heading.rotate-45 .accordion_icon img {
    transform: rotate(45deg);
}

.silder-sec-emo .elementor-image-carousel-wrapper.swiper {
    width: 100% !important;
}

.silder-sec-emo .elementor-swiper-button-prev {
    right: 142px;
    left: inherit !important;
}

.silder-sec-emo .elementor-swiper-button-next {
    right: 102px !important;
}

.silder-sec-emo .elementor-swiper-button-next,
.silder-sec-emo .elementor-swiper-button-prev {
    bottom: -6px !important;
    top: inherit !important;
}

.silder-sec-emo .elementor-swiper-button-next svg,
.silder-sec-emo .elementor-swiper-button-prev svg {
    width: 20px !important;
    height: 14px !important;
}

.video-player .elementor-video {
    max-height: 683px;
    height: 100%;
}

.novice .elementor-button-content-wrapper {
    position: relative;
}

.novice .elementor-button-content-wrapper::after {
    position: absolute;
    content: "";
    background-image: url('/wp-content/uploads/2024/03/right-arrow-b.svg');
    background-repeat: no-repeat;
    background-position: top;
    width: 20px;
    height: 14px;
    right: -30px;
    transform: translateY(3px) rotate(90deg);
}

.single__post__sidebar {
    padding: 11px 0 20px 3px;
}

.single__post__sidebar ul {
    margin-left: 0 !important;
    margin-bottom: 20px;
}

.single__post__sidebar ul li {
    display: inline-block;
    margin-right: 26px;
}

.single__post__sidebar ul li:last-child {
    margin-right: 0;
}

.single__post__sidebar ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: var(--primary-blue);
    width: 38px;
    height: 38px;
}

.single__post__sidebar ul li a svg {
    width: 20px;
    height: 20px;
}

.single__post__sidebar p {
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #252525;
    letter-spacing: 0.4px;
}

.language_switcher ul li a {
    padding: 0 5px 0 5px;
    position: relative;
    height: 14px;
    font-weight: 300 !important;
}

.language_switcher ul li a span {
    height: 14px;
}

.language_switcher ul li a::after {
    position: absolute;
    content: "";
    right: 0px;
    bottom: -2px;
    width: 1px;
    height: 100%;
    background: white;
}

.language_switcher ul li:last-child a::after {
    display: none;
}

.language_switcher ul li.wpml-ls-current-language a {
    font-weight: 400 !important;
}

.default-link a {
    pointer-events: none;
}

.show-mobile-br {
    display: none;
}

@media only screen and (max-width:1200px) {
    .silder-sec-emo .elementor-swiper-button-prev {
        right: 60px;
    }

    .silder-sec-emo .elementor-swiper-button-next {
        right: 16px !important;
    }

    .video-player .elementor-video {
        max-height: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .silder-sec-emo .elementor-swiper-button-prev {
        right: 52px;
    }

    .silder-sec-emo .elementor-swiper-button-next {
        right: 12px !important;
    }

    .silder-sec-emo .elementor-swiper-button-next,
    .silder-sec-emo .elementor-swiper-button-prev {
        bottom: -12px !important;
        width: 20px;
    }

    .show-mobile {
        display: block;
    }

    .accordion-expanded ul {
        margin-left: 21px;
    }

    .list-data ul {
        margin-left: 21px;
    }

    .language_switcher .wpml-ls-legacy-list-horizontal {
        padding: 0;
    }

    .language_switcher ul li a {
        padding: 0 12px 0 12px;
        position: relative;
    }

    .language_switcher ul li:last-child a::after {
        display: none;
    }

}

.silder-sec-emo .swiper-slide {
    margin: 0 20px 0 25px !important;
}

@media (max-width: 575px) {
    #contactpopup #contactsubmit {
        margin-top: 30px;
    }

    .silder-sec-emo .swiper-slide {
        margin: 0 0 0 10px !important;
    }

    .experts__main__container .elementor-shortcode,
    .professor__card__container .elementor-shortcode {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 15px;
    }

    /* mob-bg-header, */
    ul.sub-menu {
        background-color: #014D74;
    }

    .myPostSwiper {
        min-height: 230px;
    }

    .myPostSwiper .swiper-button-next,
    .myPostSwiper .swiper-button-prev {
        top: 95%;
    }

    .myPostSwiper .swiper-button-prev {
        right: 50px;
    }

    .myPostSwiper {
        padding-right: 20px !important;
    }

    .myPostSwiper .swiper-button-next {
        left: auto;
        right: 10px;
    }

    .tab-title h2::after {
        bottom: -22px;
    }

    .bg.color-box p a {
        font-size: 14px;
        line-height: 20px;
        display: inline-flex;
    }

    .swiper.myPostSwiper {
        padding-bottom: 20px;
    }
}

@media(max-width:430px) {

    .experts__main__container .elementor-shortcode,
    .professor__card__container .elementor-shortcode {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 15px;
    }

    .experts__main__container .elementor-shortcode .main__card .card__content h4,
    .professor__card__container .elementor-shortcode .main__card .card__content h4 {
        margin-top: 0;
    }

    .myPostSwiper .swiper-slide:last-child {
        width: 67.5% !important;
    }

    .sign_up_container .sign_up_content input[type="email"] {
        padding: 9px 0 9px 28px;
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
    }

    .language_switcher ul li a::after {
        position: absolute;
        content: "";
        right: 0px;
        bottom: -2px;
        width: 1px;
        height: 14px;
        background: white;
    }

    .show-mobile-br {
        display: block;
    }
}

.tiktok-feed .sb-post-item-image-wrap:hover img {
    cursor: pointer;
    transform: scale(1) !important;
}

.tiktok-feed .sb-post-item-image-wrap::before {
    position: absolute;
    content: "";
    background-image: url('/wp-content/uploads/2024/04/tiktok-light.svg');
    background-repeat: no-repeat;
    width: 25px;
    height: 31px;
    right: 16px;
    top: 16px;
    z-index: 9;
}

.insta-feed #sb_instagram .sbi_photo::before {
    position: absolute;
    content: "";
    background-image: url('/wp-content/uploads/2024/04/insta-light.svg');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    right: 16px;
    top: 16px;
    z-index: 9;
}

.insta-feed #sb_instagram .sbi_photo::after,
.tiktok-feed .sb-post-item-image-wrap .sb-post-item-play {
    position: absolute;
    content: "";
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    background-color: #ffffff33;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.insta-feed #sb_instagram .sbi_photo::after {
    transform: translate(-77%, -50%);
}

.tiktok-feed .sb-post-item-image-wrap .sb-post-item-play svg {
    opacity: 0.3;
    margin-left: 4px;
}

.tiktok-feed .sb-post-item-image-wrap {
    height: 360px !important;
    border-radius: unset !important;
}

.insta-feed #sb_instagram .sbi_photo {
    display: block;
    position: relative !important;
    text-decoration: none;
    height: 360px !important;
}

/* .tiktok-feed .sb-post-item-image-wrap::after,
.insta-feed #sb_instagram .sbi_photo_wrap::before{
    position: absolute;
    content: "";
    background-color: #00000059;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
} */
.insta-feed #sb_instagram .sbi_photo svg {
    width: 18px;
    height: 20px;
    opacity: 0.3;
    z-index: 9;
}

.insta-feed #sb_instagram .sbi_photo:hover {
    opacity: 1 !important;
}
a{
    font-weight: normal !important;
}
a[target="_blank"] {
    color: var(--primary-blue);
}
a[href="#"]{
    color: var(--text-shade1);
}
a[role="link"],
a :not(.elementor-item, .elementor-sub-item, .link-title a, .link-add a, .wpml-ls-link , .language-link ,  .wpml-ls-native , .wpml-ls-display , .elementor-heading-title a, .hover-title, .elementor-widget-container p a, .elementor-widget-container ul li a, .otgs-development-site-front-end a, .elementor-accordion-title, .elementor-accordion-title b .text__link a, .elementor-heading-title a .title-bg , .elementor-icon-list-item a, .elementor-icon-list-text , .elementor-price-list-item, .elementor-price-list-item h5, .elementor-price-list-item span, a b) {
    color: var(--primary-blue) !important;
    font-weight: 500 !important;
}
.plain_content a,
.elementor-tab-content p a {
    color: var(--primary-blue) !important;
    font-weight: 500 !important;
}
.elementor-price-list-price,
.elementor-price-list-title{
    color: var(--text-shade1);
}

.language_switcher ul li a {
    padding: 0 5px 0 5px;
    position: relative;
    height: 14px;
    color: var(--white);
}
div#pomembnidatumi a[role="link"] {
    color: white !important;
}

/* gform hide .gform_required_legend */
.info_days_wrapper .gform_required_legend, .gform_body .gfield_consent_description, .gform_heading .gform_title  {
    display: none !important;
}

.info_days_wrapper .gform_body legend {
    color: white;
    font-weight: 700 !important;
    font-size: 16px !important;
}

.info_days_wrapper .gform_body label {
    color: white;
    font-family: 'Roboto' !important;
    font-size: 18px !important;
}

.info_days_wrapper .gform_body .gfield:not(.info_days_individual_assistance, .info_days_email_agreement) .gchoice {
    margin-top: 16px;
    margin-bottom: 16px;
}

.info_days_wrapper .gform_body .gfield.info_days_individual_assistance {
    margin-top: 12px;
}

.info_days_wrapper .gform_body .gfield.info_days_email_agreement {
    margin-bottom: 12px;
}

.info_days_wrapper .gform_footer .gform_button {
    color: white !important;
    border-color: white !important;
}

.info_days_wrapper input {
    padding: 12px !important;
    border-radius: 0 !important;
}
 
.info_days_wrapper .gform_button {
    border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    padding-left: 0 !important;
    background: url('http://staging.mfdps.si/wp-content/uploads/2024/09/arrow_right.png');
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: right;
    padding-right: 45px !important;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 1050px) {
    .info_days_wrapper .gchoice input {
        width: 7%;
        display: inline-block;
    }

    .info_days_wrapper .gchoice label {
        width: 85%;
        display: inline-block;
    }
}




.international-projects-tabs {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.international-projects-tabs .project {
    border: 1px solid black;
    padding: 8px 24px;
}

.international-projects-tabs .project h5 {
    margin-top: 32px;
}

.international-projects-tabs .project p {
    margin-bottom: 12px !important;
}

.international-projects-tabs .project-logo {
    height: 60px;
    margin-top: 12px;
}

.international-projects-tabs .partner-logos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 12px;
}

.international-projects-tabs .partner-logos img {
    height: 60px;
}

.international-projects-tabs .more_btn {
    display: inline-block;
    background: #0094DA;
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    font-weight: 500 !important;
    margin: 12px 0;
}