@media only screen and (max-width: 767px) {
    .navbar-fixed {
        display: block;
    }

    .navbar-fixed {
        padding: 12px 0;
        height: 64px;
    }

    header.navbar-fixed .mobile-sticky {
        display: block;
        width: auto;
        height: 34px;
    }

    header {
        padding: 15px 0;
    }

    header.navbar-fixed .mobile-logo {
        display: none;
    }

    header.navbar-fixed .mobile-sticky {
        display: block;
    }

    header .text-reset {
        display: block;
    }

    header .mobile-logo {
        display: block;
        width: auto;
        height: 34px;
    }

    header .mobile-sticky {
        display: none;
        width: auto;
        height: 30px;
    }

    header .navbar-toggler {
        box-shadow: none;
        border: none;
        width: 40px;
        height: 40px;
        padding: 9px;
        border-radius: 6px;
        background: #07011b;
    }

    header .navbar-toggler:hover,
    header .navbar-toggler:focus {
        border: 1.5px solid var(--dark-orange);
        box-shadow: none;
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: center;
    }

    header .offcanvas.offcanvas-start {
        background: var(--title-color);
        width: 100%;
        height: 100vh;
        overflow: auto;
        /* position: relative; */
    }
    header .nav-link,
    header .nav-link:hover,
    header .nav-link:focus {
        color: #fff;
    }

    header.navbar-fixed .nav-link,
    header.navbar-fixed .nav-link:hover,
    header.navbar-fixed .nav-link:focus {
        color: var(--white);
        text-align: center;
    }

    header.navbar-fixed .header-buttons a {
        color: var(--white);
    }

    header .offcanvas.offcanvas-start .btn-close.text-reset {
        width: 28px;
        height: 28px;
        padding: 12px;
        border-radius: 6px;
        background: rgba(31, 26, 50, 1);
        background-size: 24px;
    }

    header .offcanvas.offcanvas-start .btn-close.text-reset img {
        filter: brightness(10);
    }

    header .menu-top-header {
        display: flex;
        justify-content: space-between;
        padding: 20px 24px 0 24px;
        align-items: center;
    }

    header .menu-top-header .mobile-sticky {
        width: auto;
        height: 30px;
    }

    header .offcanvas.offcanvas-start .navbar-nav {
        row-gap: 16px;
        padding: 0 24px;
        margin-top: 50px;
    }

    header .offcanvas.offcanvas-start .mobile-sticky {
        display: block;
    }

    header .offcanvas.offcanvas-start .navbar-nav li {
        padding: 16px 0;
    }

    header .header-buttons {
        flex-direction: column;
        row-gap: 20px;
        margin-top: 44px;
    }

    header .header-buttons .btn {
        width: fit-content;
    }

    header .icon {
        display: none;
    }
    header .navbar-nav .buy-ticket-btn {
        display: block;
    }

    header .navbar-toggler-icon {
        filter: brightness(10);
    }

    header .header-buttons .btn:first-child {
        padding: 6px 42px !important;
        width: 100%;
        text-align-last: center;
    }

    header .header-buttons .btn {
        padding: 6px 15px !important;
        width: 100%;
        text-align-last: center;
    }

    header .nav-link,
    header .nav-link:hover,
    header .nav-link:focus {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    header .navbar-toggler {
        background-image: url(https://unchainedsummit.com/wp-content/themes/unchained/assets/images/mobile-menu-white.svg);
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: center;
        width: 42px;
        height: 42px;
    }

    header.navbar-fixed .navbar-toggler {
        background:
            url(https://unchainedsummit.com/wp-content/themes/unchained/assets/images/mobile-menu-orange.svg),
            rgba(255, 107, 0, 0.12);
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: center;
        border: 1.5px solid rgba(255, 166, 102, 1);
        width: 40px;
        height: 40px;
    }

    header .navbar-toggler-icon {
        display: none;
    }

    footer {
        padding-top: 60px;
    }

    footer .mail-submit input[type="email"] {
        width: 100%;
        font-size: 12px;
        line-height: 22px;
    }

    footer .mail-submit input[type="email"]::placeholder {
        font-size: 14px;
        line-height: 24px;
    }

    footer .mail-submit {
        flex-wrap: wrap;
    }

    footer .mail-submit form {
        width: 100%;
        flex-direction: column;
        row-gap: 20px;
    }

    footer .mail-submit p {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        margin-bottom: 20px;
    }

    footer .mail-submit .btn {
        justify-content: center;
        padding: 10px 32px;
    }

    footer .mail-submit .btn span {
        font-size: 14px;
        line-height: 24px;
    }

    footer .mail-submit .btn i {
        font-size: 14px;
    }

    footer .menus {
        gap: 0;
        padding: 0 0 60px 0;
        row-gap: 40px;
    }

    footer .menus .title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    footer .menus li a {
        font-size: 16px;
        line-height: 24px;
    }

    footer .menus ul {
        row-gap: 13px;
    }
    footer .footer-bottom .f-align {
        justify-content: center;
    }

    footer .menus .col {
        width: 50%;
    }

    footer .footer-bottom .social-icons a {
        padding: 9px 16px;
        height: 48px;
        width: 48px;
    }

    footer .footer-bottom .social-icons a i {
        font-size: 16px;
    }

    footer .footer-bottom {
        padding: 60px 0 30px 0;
        row-gap: 30px;
    }

    footer .footer-bottom .copyright p {
        margin: 0;
        font-size: 12px;
        line-height: 22px;
        text-align: center;
    }

    footer .footer-bottom .copyright p br {
        display: block;
    }

    footer .footer-bottom .policy p {
        margin: 0;
        font-size: 14px;
        line-height: 24px;
    }

    .footer-bottom .col-md-6 {
        text-align: center;
    }

    footer .footer-bottom .logo {
        width: 100%;
    }

    footer .footer-bottom .social-icons {
        float: none;
        justify-content: center;
        padding: 0;
    }

    footer .footer-bottom .policy {
        float: none;
        justify-content: space-evenly;
    }
    footer .menus li a {
        width: 100%;
        justify-content: center;
    }
    footer .menus .title {
        text-align: center;
    }
    footer .menus {
        text-align: center;
    }
    footer .menus li a i {
        display: none;
    }

    footer .footer-bottom .policy a {
        font-size: 12px;
        line-height: 22px;
    }
    .ev-home-new .row .card h4 {
        font-size: 18px;
    }

    .ev-home-new .row .card p {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* 
    * header
    */
    .navbar-fixed {
        display: block;
    }

    .navbar-fixed {
        padding: 8px 0;
    }

    header {
        padding: 15px 0;
    }

    header.navbar-fixed .mobile-logo {
        display: none;
    }

    header.navbar-fixed .mobile-sticky {
        display: block;
        height: 40px;
    }

    header .text-reset {
        display: block;
    }

    header .mobile-logo {
        display: block;
        width: auto;
        height: 40px;
    }

    header .navbar-toggler {
        padding: 0;
        box-shadow: none;
        border: none;
        background: rgba(31, 26, 50, 1);
        border: 1.5px solid transparent;
        padding: 5px 7px;
    }

    header .navbar-toggler:hover,
    header .navbar-toggler:focus {
        border: 1.5px solid var(--dark-orange);
        background: var(--title-color);
        box-shadow: none;
    }

    header .offcanvas.offcanvas-start {
        background: var(--title-color);
        width: 100%;
        height: 100vh;
        /* position: relative; */
    }

    header.navbar-fixed .nav-link,
    header.navbar-fixed .nav-link:hover,
    header.navbar-fixed .nav-link:focus {
        color: var(--white);
    }

    header.navbar-fixed .header-buttons a {
        color: var(--white);
    }

    header .offcanvas.offcanvas-start .btn-close.text-reset {
        filter: brightness(0) invert(1);
        position: absolute;
        top: 0;
        right: 0;
        padding: 20px;
    }

    header .offcanvas.offcanvas-start .navbar-nav {
        margin-top: 50px;
        row-gap: 20px;
        padding: 0 12px;
    }

    header .header-buttons {
        flex-direction: column;
        row-gap: 20px;
    }

    header .header-buttons .btn {
        width: fit-content;
    }

    header .icon {
        display: none;
    }

    header .navbar-toggler-icon {
        filter: brightness(10);
    }

    header .header-buttons .btn:first-child {
        padding: 10px 42px;
        width: 100%;
        text-align-last: center;
    }

    header .header-buttons .btn {
        padding: 10px 15px;
        width: 100%;
        text-align-last: center;
    }

    header .nav-link,
    header .nav-link:hover,
    header .nav-link:focus {
        font-size: 14px;
        line-height: 24px;
    }

    footer {
        padding-top: 60px;
    }

    footer .mail-submit input[type="email"] {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
    }

    footer .mail-submit input[type="email"]::placeholder {
        font-size: 14px;
        line-height: 24px;
    }

    footer .mail-submit {
        flex-wrap: wrap;
    }

    footer .mail-submit form {
        width: 100%;
        flex-direction: column;
        row-gap: 20px;
    }

    footer .mail-submit p {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 20px;
    }

    footer .mail-submit .btn {
        justify-content: center;
        padding: 10px 32px;
    }

    footer .mail-submit .btn span {
        font-size: 14px;
        line-height: 24px;
    }

    footer .mail-submit .btn i {
        font-size: 14px;
    }

    footer .menus {
        gap: 0;
        padding: 60px 0;
        row-gap: 30px;
    }

    footer .menus .title {
        font-size: 16px;
        line-height: 26px;
    }

    footer .menus li a {
        font-size: 14px;
        line-height: 24px;
    }

    footer .menus ul {
        row-gap: 10px;
    }

    footer .menus .col {
        width: 50%;
    }

    footer .footer-bottom .social-icons a {
        padding: 8px 12px;
    }

    footer .footer-bottom {
        padding: 60px 0 30px 0;
        row-gap: 30px;
    }

    footer .footer-bottom .copyright p {
        margin: 0;
        font-size: 12px;
        line-height: 22px;
        text-align: center;
    }

    footer .footer-bottom .policy p {
        margin: 0;
    }

    footer .footer-bottom .logo {
        width: 100%;
    }

    footer .footer-bottom .social-icons {
        padding: 0;
    }

    footer .footer-bottom .policy {
        float: none;
        justify-content: space-evenly;
    }
}

@media only screen and (max-width: 1400px) {
    .ucd-home-1 .ucd-home-1-content h1 {
        font-size: 42px;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px;
    }
    /*
    * home section 3 
     */
    .ucd-home-3 .links .btn {
        padding: 12px;
    }

    /**
    * Home section 4
    **/
    .ucd-home-4 .card-wrapper:nth-child(1) .card:nth-child(1) h3 {
        font-size: 34px;
    }
    .ucd-home-4 .card-wrapper:nth-child(1) .card:nth-child(1) p {
        font-size: 16px;
    }
    .ucd-home-4 .card-wrapper:nth-child(1) .card:nth-child(1) a {
        font-size: 14px;
    }
    .ucd-home-4 .card-wrapper:nth-child(1) .card:nth-child(2) span {
        font-size: 52px;
    }
    .ucd-home-4 .card-wrapper .nested-card .card {
        padding: 24px;
    }
    .ucd-home-4 .card-wrapper .nested-card .card h4 {
        font-size: 22px;
    }
    .ucd-home-4 .card-wrapper .nested-card .card p {
        font-size: 16px;
    }
    .ucd-home-4 .card-wrapper:nth-child(3) .card:nth-child(1) span {
        font-size: 52px;
    }
    .ucd-home-4 .card-wrapper:nth-child(3) .card:nth-child(1) img {
        height: 50px;
    }
    .ucd-home-4 .card-wrapper:nth-child(3) .card:nth-child(2) p {
        font-size: 18px;
    }
    .ucd-home-4 .card-wrapper:nth-child(3) .card:nth-child(2) div {
        font-size: 16px;
    }

    /** 
    * Home section 6
    **/
    .ucd-home-6 .card .dash-divider::before {
        left: -3.5%;
    }
    .ucd-home-6 .card .dash-divider::after {
        right: -3.5%;
    }

    /** 
    * home section 11
    **/
    .ucd-home-11 .card p {
        font-size: 20px;
        max-width: 390px;
    }
    .ucd-home-11 .speaker-image-wrapper .speaker-photo {
        width: auto;
        height: 190px;
    }
    .ucd-home-11 .card .speakers-details {
        max-width: 350px;
    }
    .ucd-home-11 .speaker-image-wrapper .bg-accent {
        height: 35px;
    }
    .ucd-home-11 .card .speakers-details strong {
        font-size: 16px;
    }
    .ucd-home-11 .card .speakers-details span {
        font-size: 16px;
    }
    .ucd-home-11 .card .quote-icon {
        width: 45px;
    }

    /* 
    * home section 15
    */
    .ucd-home-15 .row .detail-1 p br {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .ucd-home-1 .ucd-home-1-content h1 {
        font-size: 36px;
    }
    .ucd-home-1 .count-list .count-box {
        font-size: 20px;
    }

    /* home section 2 */
    .ucd-home-2 .btn-wrap {
        width: 100px;
        height: 100px;
        font-size: 12px;
    }

    /* home section 3 */
    .ucd-home-3 h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .ucd-home-3 .img-card p {
        font-size: 48px;
    }
    .ucd-home-3 .col-lg-6:nth-child(2) {
        padding: 30px 38px;
        padding-left: 30px;
    }
    .ucd-home-3 ul li p {
        font-size: 16px;
    }
    .ucd-home-3 .point-location {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    footer .mail-submit p {
        font-size: 20px;
    }

    /**
    * Home section 4
    **/
    .ucd-home-4 .card-wrapper:nth-child(1) .card:nth-child(1) {
        padding: 20px;
    }
    .ucd-home-4 .card-wrapper:nth-child(1) .card:nth-child(1) h3 {
        font-size: 30px;
    }
    .ucd-home-4 .card-wrapper:nth-child(1) .card:nth-child(1) a {
        padding: 12px;
    }
    .ucd-home-4 .card-wrapper:nth-child(1) .card:nth-child(2) span {
        font-size: 40px;
    }
    .ucd-home-4 .card-wrapper:nth-child(1) .card:nth-child(2) p {
        font-size: 16px;
    }
    .ucd-home-4 .card-wrapper:nth-child(2) .crowd-card h2 {
        font-size: 40px;
    }
    .ucd-home-4 .card-wrapper:nth-child(2) .crowd-card p {
        font-size: 16px;
    }
    .ucd-home-4 .card-wrapper .nested-card .card img {
        width: 55px;
        height: 55px;
    }
    .ucd-home-4 .card-wrapper .nested-card .card h4 {
        font-size: 18px;
        line-height: 1.4;
    }
    .ucd-home-4 .card-wrapper:nth-child(3) .card:nth-child(1) span {
        font-size: 40px;
    }
    .ucd-home-4 .card-wrapper:nth-child(3) .card:nth-child(1) p {
        font-size: 16px;
    }
    .ucd-home-4 .card-wrapper:nth-child(3) .card:nth-child(2) {
        padding: 20px 15px;
    }
    .ucd-home-4 .card-wrapper:nth-child(3) .card:nth-child(2) img.quote {
        width: 50px;
        position: absolute;
        top: 49%;
        left: 13%;
    }

    /**
    * home section 5
    **/
    .ucd-home-5 .profile-box {
        flex: 0 0 25%;
        max-width: 25%;
    }

    /** 
    * Home section 6
    **/
    .ucd-home-6 .card {
        padding: 30px 40px;
    }
    .ucd-home-6 .card .dash-divider::before {
        left: -3.5%;
    }
    .ucd-home-6 .card .dash-divider::after {
        right: -3.5%;
    }
    .ucd-home-6 .card .details-footer .price-state {
        font-size: 16px;
    }
    .ucd-home-6 .card .services p {
        font-size: 16px;
    }

    /* home setion 7 */
    .ucd-home-7 .card .card-d h4 {
        font-size: 26px;
    }

    /* section 15 */
    .ucd-home-15 .row {
        padding: 30px 40px;
    }
    .ucd-home-15 .row .detail-1 {
        padding-right: 20px;
    }
    .ucd-home-15 .row .detail-2 {
        padding-left: 20px;
    }

    /* pitch page */
    .pitch-page .timeline-item:not(:last-child)::before {
        left: calc(100% + 28px);
    }
    .pitch-page .timeline-item:nth-child(2):before {
        left: calc(100% + 5px);
    }
}

@media only screen and (max-width: 991px) {
    /* home section 3 */
    .ucd-home-3 {
        padding: 0;
    }
    .ucd-home-3 .col-lg-6:nth-child(1) {
        padding-right: 0;
    }
    .ucd-home-3 .img-card {
        aspect-ratio: 1/1;
    }

    /* home section 4 */

    .ucd-home-4 .row {
        min-height: fit-content;
    }

    .ucd-home-4 .card-wrapper:nth-child(1) {
        display: flex;
        column-gap: 25px;
        margin-bottom: 25px;
    }
    .ucd-home-4 .card-wrapper:nth-child(1) .card {
        width: 50%;
        height: 100%;
    }
    .ucd-home-4 .card-wrapper:nth-child(1) .card:nth-child(1) {
        height: 100%;
        margin-bottom: 0;
    }
    .ucd-home-4 .card-wrapper:nth-child(1) .card:nth-child(2) {
        height: 100%;
        margin-bottom: 0;
    }
    .ucd-home-4 .card-wrapper:nth-child(2) {
        margin-bottom: 25px;
    }
    .ucd-home-4 .card-wrapper:nth-child(2) .crowd-card {
        height: fit-content;
    }
    .ucd-home-4 .card-wrapper .nested-card {
        height: fit-content;
    }

    .ucd-home-4 .card-wrapper:nth-child(3) {
        display: flex;
        column-gap: 25px;
        margin-bottom: 25px;
    }
    .ucd-home-4 .card-wrapper:nth-child(3) .card {
        width: 50%;
        height: 100%;
    }
    .ucd-home-4 .card-wrapper:nth-child(3) .card:nth-child(1) {
        height: 100%;
        margin-bottom: 0;
    }
    .ucd-home-4 .card-wrapper:nth-child(3) .card:nth-child(2) {
        height: 100%;
    }
    .ucd-home-4 .card-wrapper:nth-child(1) .card:nth-child(1) {
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ucd-home-4 .card-wrapper:nth-child(1) .card:nth-child(1) a {
        margin-top: 30px;
    }
    .ucd-home-4 .card-wrapper:nth-child(2) .crowd-card {
        padding-bottom: 50px;
    }
    .ucd-home-4 .card-wrapper:nth-child(2) .cen-logo .el-curve-1::before {
        content: "";
        position: absolute;
        bottom: 58%;
        left: -4%;
        --c: 70;
        width: 22px;
        transform: rotate(-42deg);
    }
    .ucd-home-4 .card-wrapper:nth-child(2) .cen-logo .el-curve-1::after {
        content: "";
        position: absolute;
        bottom: 58%;
        right: -4%;
        --c: 70;
        width: 22px;
        transform: rotate(42deg);
    }
    .ucd-home-4 .card-wrapper:nth-child(2) .cen-logo .el-curve-2::before {
        content: "";
        position: absolute;
        bottom: 40%;
        left: -5%;
        --c: 70;
        width: 18px;
        transform: rotate(-131deg);
    }
    .ucd-home-4 .card-wrapper:nth-child(2) .cen-logo .el-curve-2::after {
        content: "";
        position: absolute;
        bottom: 40%;
        right: -5%;
        --c: 70;
        width: 18px;
        transform: rotate(131deg);
    }
    .ucd-home-4 .card-wrapper .nested-card .card p {
        margin-bottom: 0;
    }

    /**
    * home section 5
    **/
    .ucd-home-5 .profile-box {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    /** 
    * Home section 6
    **/
    .ucd-home-6 .card .dash-divider {
        transform: scale(1.1);
    }

    .ucd-home-8 {
        padding: 30px 0;
    }

    .ucd-home-8 #topics-slider {
        margin-top: 30px;
    }
    .ucd-home-8 .item {
        width: 300px;
        height: 340px;
        padding: 20px;
    }
    .ucd-home-8 .item h5 {
        font-size: 24px;
    }
    .ucd-home-8 .item p {
        font-size: 16px;
    }
    .ucd-home-8 .item img {
        width: 70px;
    }

    /* home section 9 */
    .ucd-home-9 {
        padding-bottom: 140px;
    }
    .ucd-home-9 .podcast-nav a {
        margin-top: 0;
        display: none;
    }
    .ucd-home-9 .mobile-guest {
        display: block;
        width: fit-content;
        margin: 0 auto;
        margin-top: 30px;
    }
    .ucd-home-9 .podcast-carousel {
        margin-top: 30px;
    }
    .ucd-home-9 .col-lg-7 {
        width: 100%;
    }
    .ucd-home-9 .col-lg-7 .card {
        height: fit-content;
        max-height: fit-content;
    }
    .ucd-home-9 .podcast-carousel {
        height: fit-content;
    }
    .ucd-home-9 .podcast-carousel .owl-stage-outer {
        height: fit-content;
    }
    .ucd-home-9 .podcast-carousel .owl-stage {
        height: fit-content;
    }
    .ucd-home-9 .podcast-carousel .owl-item {
        height: fit-content;
    }
    .ucd-home-9 .owl-theme .owl-dots {
        margin-top: 30px;
    }
    .ucd-home-9 .podcast-carousel .owl-nav {
        position: absolute;
        top: auto;
        bottom: -150px;
        left: 50%;
        transform: translateX(-50%);
    }
    .ucd-home-9 .col-lg-7 .card .poster {
        height: fit-content;
    }

    /* agenda */
    .ev-home-9 .container {
        position: relative;
        min-height: fit-content;
        max-height: fit-content;
        overflow: hidden;
    }
    .ev-home-9 .tab-bottom {
        display: flex;
    }
    .ev-home-9 .agenda-container.view-all-clicked {
        padding-bottom: 0px;
    }
    .ev-home-9 .agenda-container .agenda-m-container {
        height: 100vh;
        overflow: hidden;
    }
    .ev-home-9 .agenda-container.view-all-clicked .agenda-m-container {
        height: fit-content !important;
        overflow: visible !important;
    }
    .ev-home-9 .tab-bottom .btn-tab-bottom {
        margin-bottom: -28px;
    }
    .ev-home-9 .filter-col {
        position: static;
        margin-top: 70px;
        display: flex;
        flex-direction: column;
    }
    .ev-home-9 .btn-tab-side {
        order: 2;
    }
    .ev-home-9 .after-party {
        margin-bottom: 0;
        margin-top: 20px;
    }
    .ucd-home-9 .podcast-nav {
        align-items: center;
        text-align: center;
        padding-right: 0;
        height: fit-content;
    }

    .ev-home-10 .nav-tabs .nav-link {
        font-size: 22px;
    }

    .ev-home-18 .row {
        padding: 40px;
    }
    .ev-home-18 .row .col-md-6:nth-child(1) {
        padding-right: 0px;
    }
    .ev-home-18 .row .col-md-6:nth-child(2) {
        padding-left: 0px;
    }
    .ev-home-18 .logo {
        margin-bottom: 15px;
    }

    /* section 15 */
    .ucd-home-15 .row .col-md-6 p {
        font-size: 22px;
    }
    .ucd-home-15 .row .detail-1 {
        padding-right: 10px;
    }
    .ucd-home-15 .row .detail-2 {
        padding-left: 10px;
    }
    .ucd-home-15 .row .detail-2 div img {
        padding: 12px;
    }
    .ucd-home-15 .row .detail-2 div {
        font-size: 16px;
    }
    .ucd-home-15 .row .col-md-12 .at p {
        font-size: 16px;
    }

    /* media kit page */
    .media-kit-1 {
        padding: 60px 0;
    }

    .media-kit-1 .title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 30px;
    }

    .media-kit-1 .white-logo {
        padding: 64px 0;
        margin-bottom: 30px;
    }

    .media-kit-1 .white-logo img {
        width: 235px;
        height: 50.97px;
    }

    .media-kit-1 .dark-logo {
        padding: 64px 0;
    }

    .media-kit-1 .dark-logo img {
        width: 235px;
        height: 50.97px;
    }

    .media-kit-2 {
        padding: 0 0 0 0;
    }

    .media-kit-2 .title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 30px;
    }

    .media-kit-2 .color-box .color-fill {
        width: 100%;
    }

    .media-kit-2 .color-box {
        margin-bottom: 30px;
    }

    .media-kit-3 {
        padding: 60px 0;
    }

    .media-kit-3 .title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 30px;
    }

    .launchpad-1 {
        padding: 60px 0;
    }

    .launchpad-1 .content-box .icon {
        width: 50px;
        height: 50px;
        padding: 10px 12px;
    }

    .launchpad-1 .content-box .icon img {
        width: 25px;
        height: 25px;
    }

    .launchpad-1 .content-box .title {
        font-size: 32px;
        line-height: 42px;
    }

    .launchpad-1 .content-box {
        padding: 24px;
        height: 340px;
    }

    .launchpad-1 .affiliate {
        flex-direction: column;
        row-gap: 20px;
    }

    .launchpad-1 .affiliate p {
        font-size: 18px;
        line-height: 28px;
    }

    .launchpad-2 .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .launchpad-1 .affiliate .btn span {
        font-size: 14px;
        line-height: 24px;
    }

    .launchpad-1 .affiliate .btn i {
        font-size: 14px;
    }

    .launchpad-2 .title h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .launchpad-2 ul li {
        padding: 5px 15px;
        font-size: 14px;
        line-height: 24px;
    }

    .launchpad-2 ul {
        gap: 10px;
        padding: 0;
    }

    .launchpad-3 .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .launchpad-3 .title {
        font-size: 28px;
        line-height: 38px;
    }

    .launchpad-3 .timeline {
        padding: 0;
    }

    .launchpad-3 ol.numbered li:before {
        width: 34px;
        height: 34px;
        font-size: 14px;
        line-height: 24px;
        left: -5%;
        top: 0%;
    }

    .launchpad-3 ol.numbered .title {
        font-size: 16px;
        line-height: 26px;
        margin: 0;
    }

    .launchpad-3 ol.numbered .description {
        font-size: 14px;
        line-height: 24px;
    }

    .launchpad-3 ol.numbered li:not(:last-child):after {
        top: 50%;
        left: 0;
    }

    .launchpad-3 .timeline {
        row-gap: 20px;
    }

    .launchpad-4 {
        padding: 60px 0;
    }

    .launchpad-4 .title h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .launchpad-4 .form-launchpad .col-md-6 {
        width: 100%;
        padding: 0 !important;
    }

    .launchpad-4 form .btn-submit span {
        font-size: 14px;
        line-height: 24px;
    }

    .launchpad-4 form .btn-submit i {
        font-size: 14px;
    }

    /* apply to be a speaker */
    .apply-speaker .form-image {
        margin-bottom: 30px;
    }

    .apply-speaker .title h2 {
        font-size: 18px;
        line-height: 28px;
    }

    .apply-speaker .description p {
        font-size: 14px;
        line-height: 22px;
    }

    .apply-speaker form input {
        font-size: 14px;
        line-height: 24px;
    }

    .apply-speaker .btn-submit {
        padding: 10px 30px;
    }

    .apply-speaker .btn-submit span {
        font-size: 14px;
        line-height: 24px;
    }

    .apply-speaker .btn-submit i {
        font-size: 14px;
    }

    /* pitch page */
    .pitch-page .col-lg-4 {
        position: static;
        margin-top: 30px;
    }
    .pitch-page .timeline-item:not(:last-child)::before {
        left: calc(100% + 15px);
    }
    .pitch-page .timeline-item:nth-child(2):before {
        left: calc(100% + -10px);
    }

    .ucd-home-10 .ucd-home-10-2 img {
        position: static;
    }

    .ucd-home-7 .card {
        width: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .ev-title {
        font-size: 28px;
        line-height: 35px;
    }
    .ucd-sub-title {
        font-size: 16px;
    }
    .btn {
        font-size: 14px;
    }
    .buy-ticket-btn .btn {
        width: 100%;
    }
    .ucd-home-1 {
        padding-top: 60px;
    }
    .ucd-home-1 .ucd-home-1-content h1 {
        font-size: 24px;
    }
    .ucd-home-1 .count-list {
        gap: 30px;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .ucd-home-1 .count-list li {
        font-size: 16px;
    }
    .ucd-home-1 .ucd-home-1-content .links {
        flex-wrap: wrap;
        justify-content: center;
    }
    .ucd-home-1 .count-list {
        gap: 20px;
    }
    .ucd-home-1 .count-list .count-box {
        font-size: 16px;
    }
    .ucd-home-1 .ucd-home-1-content div {
        font-size: 16px;
        margin: 10px 0;
    }
    .ucd-home-1 .ucd-home-1-content .links {
        gap: 10px;
    }

    .ev-home-14 .owl-theme .owl-nav {
        display: none;
    }

    /* home section 2 */
    .ucd-home-2 .btn-wrap {
        width: 80px;
        height: 80px;
        font-size: 9px;
    }

    /* home section 3 */
    .ucd-home-3 .img-card p {
        font-size: 40px;
    }
    .ucd-home-3 .links {
        flex-direction: column;
        row-gap: 10px;
    }
    .ucd-home-3 .links .btn {
        width: 100%;
    }
    .ev-home-18 .text-content .seo-heading {
        font-size: 14px;
    }

    /* home section 4 */
    .ucd-home-4 .card-wrapper:nth-child(2) .cen-logo .el-curve-1::before {
        content: "";
        position: absolute;
        bottom: 64%;
        left: -2%;
        --c: 67;
        width: 22px;
        transform: rotate(-40deg);
    }
    .ucd-home-4 .card-wrapper:nth-child(2) .cen-logo .el-curve-1::after {
        content: "";
        position: absolute;
        bottom: 64%;
        right: -2%;
        --c: 67;
        width: 22px;
        transform: rotate(40deg);
    }
    .ucd-home-4 .card-wrapper:nth-child(2) .cen-logo .el-curve-2::before {
        content: "";
        position: absolute;
        bottom: 46%;
        left: -7%;
        --c: 70;
        width: 18px;
        transform: rotate(-135deg);
    }
    .ucd-home-4 .card-wrapper:nth-child(2) .cen-logo .el-curve-2::after {
        content: "";
        position: absolute;
        bottom: 46%;
        right: -7%;
        --c: 70;
        width: 18px;
        transform: rotate(135deg);
    }

    /* speaker details popup */
    .ev-home-3 .profile-box .modal.fade .modal-body {
        padding: 20px;
    }
    .ev-home-3 .profile-box .modal.fade .profile-box {
        align-items: start;
        flex-direction: column;
        row-gap: 10px;
        margin-bottom: 15px;
    }
    .ev-home-3 .profile-box .modal.fade .profile-box img {
        width: 150px;
    }
    .ev-home-3 .modal-body .profile-box .sponser-logo {
        margin-left: 0;
    }
    .ev-home-3 .profile-box .modal.fade .profile-box .profile-details .name {
        font-size: 20px;
    }
    .ev-home-3 .profile-box .modal.fade .profile-box .profile-details .category {
        font-size: 16px;
    }
    .ev-home-3 .profile-box .modal.fade .description p {
        font-size: 16px;
    }

    /**
    * home overview secton  
    **/
    .ucd-home-overview {
        padding: 30px 0;
    }
    .ucd-home-overview .ucd-overview-1 {
        margin-bottom: 20px;
    }
    .ucd-home-overview .box ul {
        padding-left: 2px;
    }
    .ucd-home-overview .box ul li {
        font-size: 14px;
        padding: 10px;
        justify-content: left;
    }
    .ucd-home-overview .box ul li div {
        width: fit-content;
    }
    .ucd-home-overview .box:nth-child(2) ul li div {
        text-align: left;
    }
    .ucd-home-overview .ucd-overview-2 {
        padding: 20px 10px;
    }
    .ucd-home-overview .ucd-overview-2 img {
        height: auto;
        width: 100%;
    }
    .ucd-home-overview .box:nth-child(2) {
        margin-top: 20px;
    }
    .ucd-home-overview .box br {
        display: block;
    }

    /**
    * home section 5
    **/
    .ucd-home-5 .profile-box {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /** 
    * Home section 6
    **/
    .ucd-home-6 .card .dash-divider {
        transform: scale(1.15);
    }

    /* home section 7 */
    .ucd-home-7#cards-section {
        min-height: 70vh;
        padding-top: 30px !important;
    }

    .ucd-home-7 #cards-container {
        height: fit-content;
    }

    /* agenda */
    .ev-home-9 {
        padding-top: 60px;
    }

    .ev-home-9 .ev-title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 0;
    }

    .ev-home-9 .tab-title .col-md-4 {
        padding: 0 12px;
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .ev-home-9 .tab-title #pills-tab {
        margin: 0 !important;
        align-items: flex-end;
        display: flex;
        justify-content: space-between;
        gap: 0;
    }

    .ev-home-9 .tab-title .standard-time {
        font-size: 14px;
        line-height: 24px;
        margin: 0;
    }

    .ev-home-9 .tab-title #pills-tab .nav-link p {
        font-size: 18px;
        line-height: 28px;
        margin: 0;
        font-family: var(--font-inter);
    }

    .ev-home-9 .tab-title #pills-tab .nav-link span {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .ev-home-9 .tab-content .tab-pane.fade .time p {
        font-size: 14px;
        line-height: 24px;
        margin: 0;
    }

    .ev-home-9 .tab-content .tab-pane.fade .time span {
        font-size: 14px;
        line-height: 24px;
        position: relative;
    }

    .ev-home-9 .tab-content .tab-pane.fade .time span::before {
        content: ".";
        font-size: 45px;
        position: absolute;
        left: -16px;
        top: -14px;
        color: var(--title-color);
    }

    .ev-home-9 .tab-content .tab-pane.fade .text p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        text-align-last: center;
        margin-bottom: 8px;
    }

    .ev-home-9 .tab-content .tab-pane.fade .text span {
        font-size: 14px;
        line-height: 24px;
    }

    .ev-home-9 .tab-content .tab-pane.fade .image {
        text-align: center;
    }

    .ev-home-9 .tab-content .tab-pane.fade {
        position: relative;
        margin: 0;
    }

    .ev-home-9 .tab-content .tab-pane.fade .time {
        display: flex;
        justify-content: center;
        column-gap: 20px;
    }

    .ev-home-9 .tab-bottom .btn-tab-bottom {
        padding: 10px 20px;
    }

    .ev-home-9 .tab-title #pills-tab .nav-item {
        width: 50%;
    }

    .ev-home-9 .tab-title #pills-tab .nav-link {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .ev-home-9 .tab-bottom .btn-tab-bottom span {
        font-size: 14px;
        line-height: 24px;
    }

    .ev-home-9 .tab-bottom .btn-tab-bottom i {
        font-size: 14px;
    }

    .ev-home-9 .mobile-filter {
        display: block;
    }

    .ev-home-9 .btn-group .dropdown-toggle {
        background-color: var(--white);
        color: var(--dark-orange);
        border-color: var(--dark-orange);
        font-family: var(--font-inter);
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
    }

    .ev-home-9 .btn-group .dropdown-toggle:hover,
    .ev-home-9 .btn-group .dropdown-toggle:focus {
        background-color: var(--white);
        color: var(--dark-orange);
        border-color: var(--dark-orange);
    }

    .ev-home-9 .btn-group .dropdown-toggle.show {
        background-color: var(--hover-btn-color);
        color: var(--white);
        border-color: var(--dark-orange);
    }

    .ev-home-9 .btn-group ul {
        padding: 10px;
    }

    .ev-home-9 .chack-boxes {
        row-gap: 8px;
    }

    .ev-home-9 .chack-boxes .form-check .form-check-label {
        font-size: 12px;
        line-height: 19px;
    }

    .ev-home-9 .chackbox-items {
        display: none;
    }

    .ev-home-9 .btn-tab-side {
        margin: 30px 0;
        padding: 10px 40px;
    }

    .ev-home-9 .btn-tab-side span {
        font-size: 14px;
        line-height: 24px;
    }

    /* home section 11 */
    .ucd-home-11 .card p {
        max-width: 340px;
    }
    .ucd-home-11 .card .speakers-details {
        max-width: 320px;
    }

    .ucd-home-15 .row .detail-2 {
        margin-top: 40px;
    }
    .ucd-home-6 .col-md-12 p {
        font-size: 16px;
    }

    .ev-home-9 .agenda-container .agenda-m-container {
        overflow: visible;
        height: fit-content;
    }
    .agenda-m-container .speaker-thumb-align {
        text-align: center;
    }
    .ev-home-9 .agenda-container.view-all-clicked .tab-bottom .btn-tab-bottom {
        margin-bottom: -70px;
        margin-top: 20px;
    }

    /* other page -speakers */
    .other-page-banner .title h1 {
        font-size: 36px;
    }
    .other-page-banner .sub-title p {
        font-size: 26px;
    }

    .launchpad-1 .content-box .title {
        font-size: 24px;
    }

    /*  privacy page */
    .privacy-policy .main .col-12,
    .page-id-198 .main .col-12 {
        width: 100%;
    }

    .privacy-policy .main .col-12 strong,
    .page-id-198 .main .col-12 strong {
        font-size: 18px;
    }
    .privacy-policy .main .col-12 p,
    .privacy-policy .main .col-12 li,
    .privacy-policy .main .col-12 a,
    .page-id-198 .main .col-12 p,
    .page-id-198 .main .col-12 li,
    .page-id-198 .main .col-12 a {
        font-size: 16px;
    }

    /* pitch page */
    /* .pitch-page .col-lg-8 .card h4 */
    .pitch-page .timeline {
        flex-wrap: wrap;
        gap: 15px;
    }
    .pitch-page .timeline-item:not(:last-child)::after {
        display: none;
    }
    .pitch-page .timeline-item:not(:last-child)::before {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    /* .ucd-home-1 .ucd-home-1-content h1 {
        font-size: 24px;
    } */
    .ucd-home-1 .count-list .count-box {
        font-size: 16px;
    }
    .ucd-home-1 .count-list li::before {
        width: 2px;
    }
    .ucd-home-1 .count-list {
        margin-top: 20px;
    }
    .ucd-home-1 .ucd-home-1-content div {
        gap: 10px;
    }
    /* home section 2 */
    .ucd-home-2 {
        padding-bottom: 30px;
    }
    .ucd-home-2 .btn-wrap {
        width: 70px;
        height: 70px;
        font-size: 8px;
    }

    /* home section 3 */
    .ucd-home-3 {
        padding: 30px 0;
    }
    .ucd-home-3 .img-card p {
        font-size: 36px;
    }
    .ucd-home-3 .col-lg-6:nth-child(2) {
        padding: 15px 22px;
        padding-left: 15px;
    }
    .ucd-home-3 h3 {
        font-size: 22px;
    }
    .ucd-home-3 ul {
        padding-left: 20px;
    }
    .ucd-home-3 ul li::before {
        width: 18px;
        height: 18px;
        background-size: cover;
        left: -25px;
    }
    .ucd-home-3 .point-location {
        padding-left: 16px;
        border-width: 3px;
    }
    .ucd-home-3 .point-location div {
        font-size: 14px;
    }
    .ucd-home-3 .point-location div br {
        display: block;
    }
    .ucd-home-3 .point-location div img {
        width: 18px;
    }

    /* home section 4 */
    .ucd-home-4 {
        padding: 30px 0;
    }
    .ucd-home-4 .card-wrapper:nth-child(1) {
        flex-direction: column;
        column-gap: 15px;
        margin-bottom: 15px;
    }
    .ucd-home-4 .card-wrapper:nth-child(2) {
        margin-bottom: 15px;
    }
    .ucd-home-4 .card-wrapper:nth-child(3) {
        column-gap: 15px;
        margin-bottom: 15px;
    }
    .ucd-home-4 .card-wrapper:nth-child(2) .crowd-card {
        margin-bottom: 15px;
    }
    .ucd-home-4 .card-wrapper .nested-card .card {
        width: calc(50% - 8px);
    }
    .ucd-home-4 .card-wrapper:nth-child(1) .card:nth-child(1) {
        height: fit-content;
        width: 100%;
        margin-bottom: 15px;
    }
    .ucd-home-4 .card-wrapper:nth-child(1) .card:nth-child(2) {
        height: fit-content;
        width: 100%;
        padding: 20px;
        flex-direction: row;
    }
    .ucd-home-4 .card-wrapper:nth-child(1) .card:nth-child(1) h3 {
        font-size: 24px;
    }
    .ucd-home-4 .card-wrapper:nth-child(1) .card:nth-child(2) span {
        font-size: 26px;
        padding-left: 0;
        margin-right: 5px;
    }
    .ucd-home-4 .card-wrapper:nth-child(1) .card:nth-child(2) p {
        font-size: 20px;
    }
    .ucd-home-4 .card-wrapper:nth-child(1) .card:nth-child(2) span .plus-symbol {
        position: static;
    }
    .ucd-home-4 .card-wrapper:nth-child(2) .crowd-card {
        padding: 20px;
    }
    .ucd-home-4 .card-wrapper:nth-child(2) .crowd-card h2 {
        font-size: 28px;
        line-height: 1.2;
        margin-top: 0;
    }
    .ucd-home-4 .card-wrapper .nested-card {
        flex-direction: column;
    }
    .ucd-home-4 .card-wrapper .nested-card .card {
        width: 100%;
    }
    .ucd-home-4 .card-wrapper .nested-card .card:nth-child(2) {
        margin-top: 15px;
        align-items: start;
        text-align: left;
    }
    .ucd-home-4 .card-wrapper .nested-card .card h4 br {
        display: none;
    }
    .ucd-home-4 .card-wrapper:nth-child(3) {
        flex-direction: column;
    }
    .ucd-home-4 .card-wrapper:nth-child(3) .card:nth-child(1) {
        width: 100%;
        height: fit-content;
        padding: 20px;
    }
    .ucd-home-4 .card-wrapper:nth-child(3) .card:nth-child(2) {
        width: 100%;
        height: fit-content;
        margin-top: 15px;
    }
    .ucd-home-4 .card-wrapper:nth-child(3) .card:nth-child(2) img.quote {
        width: 60px;
        position: absolute;
        top: 45%;
    }
    .ucd-home-4 .card-wrapper:nth-child(2) .cen-logo {
        padding: 8px;
        display: none;
    }
    .ucd-home-4 .card-wrapper:nth-child(2) .cen-logo img {
        width: 90px;
        height: 90px;
    }

    /**
    * home section 5
    **/
    .ucd-home-5 .slider-mobile {
        margin-top: 0;
    }
    .ucd-home-5 .more .more-speaker {
        width: 44px;
        height: 44px;
        background-size: 47px;
        background-position: -6px -4px;
    }
    .ucd-home-5 .more .view-more {
        height: 44px;
        font-size: 12px;
        padding: 9px 12px;
    }
    .ucd-home-5 .more .join-btn {
        justify-content: center;
        margin-top: 15px;
    }
    .ucd-home-5 .profile-box .details h3 {
        font-size: 16px;
    }
    .ucd-home-5 .profile-box .details p {
        font-size: 14px;
    }
    .ucd-home-5 .profile-box .details img {
        width: 100px;
    }
    .ucd-home-5 .more .col-sm-6:nth-child(1) {
        justify-content: center;
    }
    .ucd-home-5 .more .ms:nth-child(1) {
        margin-left: 40px;
    }

    .ucd-home-overview .box {
        padding: 0;
    }

    /** 
    * Home section 6
    **/
    .ucd-home-6 {
        padding: 30px 0;
    }
    .ucd-home-6 .card {
        padding: 20px;
        height: fit-content;
        margin-top: 20px;
    }
    .ucd-home-6 .card h4 {
        font-size: 22px;
    }
    .ucd-home-6 .card .label::after {
        font-size: 12px;
        position: absolute;
        right: -115px;
        top: 2px;
    }
    .ucd-home-6 .card .price {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .ucd-home-6 .card .price span {
        font-size: 26px;
    }
    .ucd-home-6 .card .dash-divider {
        transform: scale(1.15);
    }
    .ucd-home-6 .card .services {
        margin-top: 30px;
        margin-bottom: 20px;
        gap: 15px;
    }
    .ucd-home-6 .card .details-footer .pay-state {
        flex-direction: column;
        align-items: start;
        margin-bottom: 20px;
    }
    .ucd-home-6 .card .details-footer .price-state {
        font-size: 16px;
        column-gap: 15px;
    }
    .ucd-home-6 .card .details-footer b {
        font-size: 16px;
    }
    .ucd-home-6 .card .details-footer .price-state:nth-child(4) {
        margin-top: 15px;
    }

    .ucd-home-6 .col-md-12 p {
        margin-top: 20px;
    }

    .ucd-home-11 .ev-title {
        margin-bottom: 30px;
    }

    .ev-home-18 .row {
        padding: 20px;
    }
    .ucd-home-15 .row {
        padding: 30px 10px;
    }
    .ucd-home-15 .row .col-md-6 p {
        font-size: 20px;
    }
    .ucd-home-15 .row .detail-1 {
        padding-right: 0;
    }
    .ucd-home-15 .row .detail-2 {
        margin-top: 20px;
        padding-left: 0;
    }

    /* home setion 7 */
    .ucd-home-7 .ucd-sub-title {
        padding-bottom: 30px;
    }

    .ucd-home-7 .card .card-d h4 {
        font-size: 22px;
    }
    .ucd-home-7 .card .card-d p {
        font-size: 16px;
    }
    .ucd-home-7 .card .card-d {
        padding: 30px 20px;
    }
    .ucd-home-7 .card img:nth-child(2) {
        margin-left: 20px;
        width: 55px;
        height: 55px;
        transform: translateY(-28px);
        margin-bottom: -50px;
    }

    /* home section 9 */
    .ucd-home-9 {
        padding: 30px 0;
        padding-bottom: 110px;
    }
    .ucd-home-9 .ev-title {
        margin-bottom: 30px;
    }
    .ucd-home-9 .podcast-nav {
        gap: 10px;
    }
    .ucd-home-9 .podcast-nav img {
        width: 160px;
    }
    .ucd-home-9 .podcast-nav h6 {
        font-size: 16px;
    }
    .ucd-home-9 .podcast-nav p {
        font-size: 16px;
    }
    .ucd-home-9 .col-lg-7 .card p {
        font-size: 16px;
    }
    .ucd-home-9 .col-lg-7 .card .card-f img {
        height: 35px;
    }

    /* home section 10 */
    .ev-home-10 {
        padding: 30px 0;
    }
    .ucd-home-10 {
        padding: 30px 0;
    }
    .ev-home-elite {
        padding: 30px 0;
    }
    .ev-home-elite .past_sponsors_title {
        padding-bottom: 30px;
    }
    .ucd-home-10 .ucd-home-10-1 h2 {
        font-size: 24px;
    }
    .ucd-home-10 .ucd-home-10-2 {
        padding: 50px 10px;
    }
    .ucd-home-10 .ucd-home-10-2 h3 {
        font-size: 18px;
    }

    .ucd-home-10 .ucd-home-10-2 ul li {
        font-size: 16px;
    }
    .ucd-home-10 .ucd-home-10-3 .desc {
        font-size: 14px;
    }
    .ucd-home-10 .ucd-home-10-3 .links {
        gap: 8px;
    }
    .ucd-home-10 .ucd-home-10-3 .links a {
        padding: 12px 20px;
    }

    .ev-home-elite .logo-item {
        padding: 0 10px;
    }
    .ev-home-elite .logo-item img {
        max-width: 100px;
    }

    /* home section 11 */
    .ucd-home-11 {
        padding: 30px 0;
        padding-bottom: 110px;
    }
    .ucd-home-11 .card {
        padding: 20px;
    }
    .ucd-home-11 .card p {
        font-size: 18px;
        max-width: 300px;
    }
    .ucd-home-11 .speaker-image-wrapper .speaker-photo {
        height: 160px;
        z-index: -2;
    }
    .ucd-home-11 .speaker-image-wrapper .bg-accent {
        height: 30px;
        margin-right: -60px;
        z-index: -1;
    }
    .ucd-home-11 .card .speakers-details span {
        font-size: 16px;
    }
    .ucd-home-11 .card .speakers-details strong {
        font-size: 16px;
    }
    .ucd-home-11 .card .quote-icon {
        z-index: -1;
    }
    .ucd-home-11 .card .speakers-details {
        max-width: 200px;
    }
    .ev-home-3 {
        padding: 30px 0;
    }
    .ev-home-9 {
        padding-top: 30px;
        margin: 30px 0;
    }

    /* home section 12 */
    .ev-home-12 {
        margin: 30px 0;
    }
    .ev-home-12 .ev-title {
        margin: 30px 0;
    }
    .ucd-home-12 {
        padding: 30px 0;
    }
    .ev-home-new .title {
        margin-bottom: 30px;
    }

    /* home section 13 */
    .ucd-home-13 {
        padding: 30px 0;
    }
    .ucd-home-13 .ev-title {
        margin-bottom: 30px;
    }
    .ucd-home-13 .row .col-md-12 strong {
        width: 100%;
    }

    .ev-home-15 {
        padding: 30px 20px;
    }
    .ev-home-14-sfeed {
        padding: 30px 0;
    }
    .ev-home-14 {
        padding: 30px 0;
    }
    .blog-row-home .box {
        max-height: fit-content;
        height: fit-content;
    }
    .ev-home-14 .ev-buttons {
        margin-top: 30px;
    }

    .ev-home-17 {
        padding: 30px 0;
    }
    .ev-home-18 {
        padding: 30px 0;
    }
    .ev-home-18 .logo {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }
    .ev-home-18 .row {
        padding: 20px 10px;
    }
    .ev-home-19 {
        padding: 30px 0;
    }
    .ucd-home-15 {
        padding: 30px 0;
    }

    /* other page -speakers */
    .other-page-banner .title h1 {
        font-size: 28px;
    }
    .other-page-banner .sub-title p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 350px) {
    /**
    * home section 5
    **/
    .ucd-home-5 .profile-box {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
