/*============= css media query  ============*/
@media screen and (min-width: 1920px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1768px;
    }
}

/* X-Large devices (large desktops, less than 1400px) */

@media (max-width: 1440px) {

    .count_down li {
        padding: 4px 20px;
    }

    .sticky-right-side {
        width: 100%;
        min-width: 476px;
        max-width: 744px;
    }

    .sticky-left-side {
        width: 100%;
        min-width: 485px;
        max-width: 54px;
    }

    .image_sticky img.partner-img {
        width: 100%;
        height: 80px;
    }

    h6.hero_head {
        font-size: 45px;
    }

    .customradiobuttons .form-check-inline {
        margin-right: 2rem;
    }

    img.partner-img {
        height: 65px;
    }

    img.speakers_img {
        width: 120px !important;
        height: 120px;
        right: 28%;
    }

    .panelists-card {
        margin-top: 40px;
    }

    .row.item.first_panlist {
        margin-top: 90px;
    }

    .xrp-logo img {
        top: 10%;
    }

    .countdown-btn {
        margin-right: -50px;
    }

    .section-mng-newblock .cstm-row-mng-boxesd .cstm-boxed-wrp:nth-child(2) {
        margin-right: -50px;
    }

    .aboutus_head h6 {
        margin-top: 100px;
    }
}

@media (max-width: 1367px) {
    .sticky-left-side {
        width: 100%;
        min-width: 327px;
        max-width: 54px;
    }

    img.speakers_img {
        top: -63px;
        width: 101px !important;
        height: 105px;
        right: 35%;
    }

    .panelists-card {
        margin-top: 30px;
    }

    .card-img-overlay {
        top: 70%;
    }

    img.partner-img {
        height: 63px;
    }

    .about_us_btn {
        padding: 13px 19px;
    }

    .grid-wrapper .tall {
        grid-row: span 2;
    }

    .grid-wrapper .wide {
        grid-column: span 1;
    }

    h6.hero_head {
        font-size: 38px;
    }

    .topcontent {
        top: 50%;
    }

    #owl-demo div video {
        height: 583px;
    }

    .topbanner .item {
        max-height: 583px;
    }

    .quote1::before,
    .quote2::after {
        height: 36px;
        width: 42px;
    }

    .quote1 {
        right: 104%;
        top: -18px;
    }

    .quote2 {
        left: 95%;
        top: -18px;
    }

    .countdown-btn {
        margin-top: 15px;
    }
}

@media (max-width: 1280px) {

    p.count_pra,
    p.count_pra2 {
        font-size: 20px;
    }

    img.partner-img {
        height: 60px;
    }

    .card.best-card.position-relative {
        max-height: unset;
        height: 100%;
    }

    .card.best-card img.card-img {
        max-height: 457px;
    }

    .card-img-overlay {
        top: 66%;
    }

    .spons-detail p.review-content-text {
        font-size: 16px;
    }

    .spons-detail p.team_experience {
        margin-bottom: 8px !important;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .topcontent {
        top: 30%;
    }

    .count_pra3 {
        font-size: 17px;
    }

    /* button.back-btn {
        top: 9%;
    } */

    h6.hero_head {
        font-size: 38px;
    }

    p.herosub_head {
        font-size: 49px;
    }

    .herosub_para {
        font-size: 17px;
    }

    .topbanner .item {
        max-height: 478px;
    }

    p.count_pra {
        font-size: 24px;
    }

    p.count_pra2 {
        font-size: 17px;
    }

    p.footer_para {
        width: 61%;
    }

    .quote1 {
        right: 103%;
        top: -14px;
    }

    p.review-content-text,
    h6.review-heading {
        font-size: 17px;
    }

    .count_down li span {
        font-size: 30px;
    }

    .count_down li {
        font-size: 15px;
        min-height: 83px;
        height: 70%;
        min-width: 100px;
        max-width: 71px;
        line-height: 3px;
    }

    p.we_do_para,
    .read-more-content ul.status-meeting li {
        font-size: 17px;
    }

    .read-more {
        /* height: 40px; */
        margin-top: 5px;
    }

    .about_us_btn,
    .hero_btn {
        padding: 13px 22px;
    }

    section.count_down {
        padding: 23px 0px 20px 0px;
    }

    .card-img-overlay {
        top: 61%;
    }

    .owl-carousel.owl_carousel_4 {
        padding: 26px 0px 0;
    }

    .quote1::before,
    .quote2::after {
        height: 33px;
        width: 39px;
    }

    .quote2 {
        left: 95%;
        top: -27px;
    }

    .owl-carousel.owl_carousel_5.slider-icon.owl-loaded.owl-drag .owl-nav {
        display: none;
    }

    img.partner-img {
        height: 74px;
    }

    div#countdown {
        justify-content: center;
        display: flex;
    }

    .sticky-left-side {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 170px;
        position: unset;
    }

    .sticky-right-side {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-top: 34px;
    }

    .sticky-sidebar-section {
        margin: -49px auto;
    }
}

/* Large devices (desktops, less than 1024px) */
@media (max-width: 1024px) {
    .topbanner .item img {
        min-height: 414px;
    }

    /* button.back-btn {
        top: 9%;
    } */

    #owl-demo div video {
        height: 478px;
    }

    .contact-body {
        padding: 6px;
    }

    .login-form-area {
        padding: 130px 40px;
    }

    .sync1.owl-theme .owl-dots {
        bottom: 25px;
    }

    h6.hero_head {
        margin-bottom: 64px;
        font-size: 37px;
    }

    .card.best-card img.card-img {
        max-height: 354px;
    }

    h2.card-title.best-xrp-head,
    .owl-carousel.owl_carousel_3 .owl-nav button i,
    .owl-carousel.owl_carousel_4 .owl-nav button i {
        font-size: 20px;
    }

    p.card-xrp-para {
        font-size: 14px;
    }

    .owl-carousel.owl_carousel_3 .owl-nav button,
    .owl-carousel.owl_carousel_4 .owl-nav button {
        width: 30px;
        height: 30px;
        right: 52px;
    }

    p.team_experience {
        font-size: 17px;
    }

    .watch_view {
        padding-right: 113px;
    }

    .vertical {
        left: 56%;
    }

    .panelist_section h3.team_name,
    .panelist2_section h3.team_name {
        font-size: 23px;
    }

    .row.item.first_panlist {
        margin-top: 104px;
    }

    .row.item.first_sponsor img {
        height: 80px;
        width: 84%;
    }

    .section-mng-newblock .cstm-row-mng-boxesd .cstm-boxed-wrp:nth-child(2) {
        width: 35%;
    }

    .countdown-btn.btn-cstm-text-added h4 {
        text-align: left;
    }

    .xrp-logo img {
        top: 10%;
        width: 75%;
    }

    .mgm-logo img {
        width: 8%;
    }

    .countdown-btn {
        margin-right: 0px;
    }

    .section-mng-newblock .cstm-row-mng-boxesd .cstm-boxed-wrp:nth-child(2) {
        margin-right: 0px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 992px) {
    .section-mng-newblock .cstm-row-mng-boxesd .cstm-boxed-wrp {
        width: 100% !important;
        padding: 10px 0px !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .section-mng-newblock .cstm-row-mng-boxesd .cstm-boxed-wrp h4 {
        text-align: left;
    }

    .section-mng-newblock .cstm-row-mng-boxesd {
        flex-wrap: wrap;
        padding-top: 10px;
    }

    .image_sticky img.partner-img {
        width: 100%;
        height: 58px;
    }

    img.panelist_img {
        width: 290px;
    }
}

@media (max-width: 991px) {
    .input-group {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        width: 56% !important;
    }
}

@media screen and (max-width: 970px) {
    .wrapper .btn {
        display: block !important;
        padding: 0px;
    }

    .top-bar .headtop-icons {
        padding-right: 0px;
    }

    /* button.back-btn {
        top: 10%;
    } */

    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: #0a0a0a;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }

    /* custom scroll bar */
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #242526;
    }

    ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }

    #menu-btn:checked~.nav-links {
        left: 0%;
    }

    #menu-btn:checked~.btn.menu-btn {
        display: none;
    }

    #close-btn:checked~.btn.menu-btn {
        display: block;
    }

    .nav-links li {
        margin: 15px 10px;
        padding: 0px 0;
    }

    .nav-links li a {
        padding: 0 20px;
        display: block;
        font-size: 18px;
    }

    .nav-links .drop-menu li {
        padding: 0px 4px;
    }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
        padding: 0px
    }

    #showDrop:checked~.drop-menu,
    #showDrop2:checked~.drop-menu,
    #showDrop3:checked~.drop-menu {
        max-height: 100%;
        height: auto;
    }

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .mobile-item {
        display: block;
        color: #f2f2f2;
        font-size: 18px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 0px;
        transition: all 0.3s ease;
        position: relative;
    }

    .nav-links .mobile-item::after {
        content: '\f078';
        position: absolute;
        font-family: 'FontAwesome';
        right: 15px;
    }

    .nav-links li a:hover:hover:before,
    ul.nav-links.nav-underline li>a.active::before {
        width: 19%;
        background: #00BA9D;
    }

    .nav-links .mobile-item:hover,
    .nav-links .mobile-item:active {
        background: #3A3B3C;
    }

    .drop-menu li {
        margin: 0;
    }

    .drop-menu li a {
        border-radius: 5px;
        font-size: 16px;
    }

    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }

    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }

    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }

    .row .mega-links li {
        margin: 0;
    }

    .content .row header {
        font-size: 19px;
    }

    .row.item.first_sponsor img {
        width: 76%;
    }
}

@media(max-width:960px) {
    header.navbar-fixed-top nav .wrapper {
        position: relative;
        top: -46px;
    }

    section.index_img {
        margin-top: 54px !important;
    }

    header.navbar-fixed-top nav {
        height: 54px;
    }

    .xrp-logo img {
        top: 13%;
        width: 100%;
    }

    header.navbar-fixed-top nav .top-bar {
        height: 54px;
        padding: 3px 20px;
        align-items: center;
        display: flex;
    }

    .aboutus_head {
        margin-top: 0;
    }

    .top-bar .headtop-icons {
        position: relative;
        z-index: 999;
    }

    .login-form-area {
        padding-top: 70px;
    }

    section.web_develop_bgimg {
        margin-top: 54px;
    }

    .review-content.aos-init.aos-animate {
        padding-top: 60px;
    }

    .quote1 {
        right: 96%;
        top: 26px;
    }

    .quote2 {
        left: -2%;
        top: 17px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }
}

@media only screen and (min-width: 768px) and (max-width: 912px) {
    .main-wrapper .sing_bg {
        display: none;
    }

    .login-title_1 {
        padding-top: 5%;
    }

    h6.hero_head {
        flex-direction: column;
    }

    .owl-dots {
        display: none;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 769.98px) {
    .grid-wrapper {
        margin-top: 35px;
    }

    #owl-demo div video {
        height: 509px;
    }

    /* button.back-btn {
        top: 14%;
    } */

    div#countdown {
        margin-bottom: 12px;
    }

    .count_down li {
        height: 100px;
        font-size: 13px;
    }

    .count_down li span {
        font-size: 37px;
        line-height: 65px;
    }

    p.herosub_head {
        font-size: 40px;
    }

    .herosub_para {
        font-size: 16px;
    }

    .sync1.owl-theme .owl-next {
        right: 0px;
    }

    .sync1.owl-theme .owl-prev {
        left: 0px;
        width: 35px;
        height: 34px;
    }

    nav .wrapper {
        padding: 10px 35px;
    }

    section.count_down {
        text-align: center;
    }

    section.count_down {
        text-align: center;
        padding: 14px 0 19px 0px;
    }

    .sync1.owl-theme .owl-dots {
        bottom: 24px;
    }

    p.count_pra2 {
        padding-bottom: 15px;
    }

    p.we_do_para,
    .read-more-content ul.status-meeting li {
        padding-bottom: 0px !important;
    }

    .development_approach {
        font-size: 25px;
        margin-bottom: -5px;
        padding-top: 8px;
    }

    h6.video-title {
        font-size: 28px;
    }

    .xrpimg-view.aos-init.aos-animate {
        padding-top: 30px;
    }

    .development_approach span:before {
        margin-right: 7px;
    }

    .development_approach span:after {
        margin-left: 7px;
    }

    .development_approach span:before,
    .development_approach span:after {
        top: 18px;
        width: 30px;
    }

    .owl-carousel.owl_carousel_3,
    .owl-carousel.owl_carousel_4 {
        padding: 15px 0px 15px;
    }

    .watch_view {
        padding-right: 89px;
    }

    .owl-carousel.owl_carousel_4 .owl-dots {
        display: none;
    }

    video {
        height: 340px;
    }

    .quote1::before,
    .quote2::after {
        height: 26px;
        width: 30px;
    }

    p.review-content-text,
    h6.review-heading {
        font-size: 16px;
        margin-bottom: 4px;
    }

    h6.review-heading {
        font-size: 16px;
    }

    p.review-content-para {
        font-size: 13px;
    }

    img.partner-img {
        height: 51px;
    }

    .row.footul {
        justify-content: space-between;
    }

    p.footer_para {
        width: 100%;
    }

    i.connect_icon,
    .footer-list ul li:hover i {
        width: 32px;
        height: 31px;
    }

    .foot-list h5 {
        margin-bottom: 4px;
    }

    .footer_bg .listing {
        font-size: 14px;
    }

    section.web_develop_bgimg,
    section.exhibitor_bg,
    section.sponsor_bgimg,
    section.panelist_bgimg,
    section.panelist2_bgimg,
    section.sponsor2_bgimg {
        min-height: 220px;
    }

    h6.abouthero_head {
        font-size: 40px;
    }

    .customradiobuttons .form-check-inline {
        margin-right: 1rem;
    }

    .main-wrapper .sing_bg,
    .main-wrapper .register_bg,
    .main-wrapper .forgot_bg,
    .main-wrapper .sing_bg,
    .main-wrapper .reset_bg {
        display: none;
    }

    .image_sticky {
        margin-bottom: 0px;
    }

    .image_sticky img.partner-img {
        width: 45%;
        height: 58px;
        min-width: 184px;
    }

    .sticky-left-side {
        margin-bottom: 20px;
    }

    h6.hero_head {
        font-size: 29px;
    }

    .bestxrp-col-vertical {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .vertical {
        height: 33px;
    }
}

@media (max-width: 767px) {
    .section-mng-newblock .cstm-row-mng-boxesd .cstm-boxed-wrp a {
        min-width: 123px;
        font-size: 12px;
        padding: 13px 8px;
        text-align: center;
    }

    .section-mng-newblock .cstm-row-mng-boxesd .cstm-boxed-wrp br {
        display: none;
    }

    button.back-btn {
        margin-top: 4%;
    }

    .container.mobile-container-mng {
        max-width: 100% !important;
    }

    .what_we_do {
        padding-top: 70px;
    }

    a.btn_danger {
        padding: 8px 16px;
        font-size: 16px;
    }

    .section-mng-newblock .cstm-row-mng-boxesd .cstm-boxed-wrp {
        padding-bottom: 10px !important;
        align-items: flex-start;
    }

    .aboutus_head h6 {
        flex-direction: column;
    }

    .owl-dots {
        display: none;
    }

    .login-title {
        margin-bottom: 50px;
        margin-top: 50px;
    }

    header.navbar-fixed-top nav .wrapper {
        top: -54px;
    }

    .aboutus_head {
        margin-top: 12.2rem;
    }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    a.view-btn {
        font-size: 15px;
        line-height: 1;
    }

    .vertical {
        height: 23px;
        top: 11px;
        left: 57%;
    }

    .input-group {
        width: 100% !important;
    }

    /* button.back-btn {
        top: 20%;
    } */

    p.review-content-text,
    h6.review-heading {
        font-size: 14px;
    }

    .topbanner .item img {
        min-height: 297px;
    }

    .top-bar {
        padding: 15px 15px;
    }

    h6.hero_head {
        font-size: 27px;
    }

    span.ind_span {
        padding-left: 7px !important;
    }

    p.herosub_head {
        font-size: 23px;
    }

    .about_us_btn,
    .hero_btn {
        padding: 13px 10px;
    }

    #brade-kimes-contact .about_us_btn,
    .hero_btn,
    #submit-sponsor .about_us_btn {
        padding: 7px 23px;
    }

    .about_us_btn,
    .hero_btn {
        font-size: 15px;
    }

    .sync1.owl-theme .owl-dots {
        bottom: 16px;
    }

    .topbanner .item {
        max-height: 297px;
    }

    .sync1.owl-theme .owl-dots .owl-dot.active span,
    .sync1.owl-theme .owl-dots .owl-dot:hover span,
    .sync1.owl-theme .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
    }

    p.count_pra {
        font-size: 20px;
    }

    .count_down li {
        font-size: 1em;
        padding: 10px 10px;
        line-height: 31px;
        height: 86px;
    }

    .count_down li span {
        font-size: 27px;
        line-height: 30px;
    }

    .development_approach {
        font-size: 17px;
    }

    .development_approach span:before,
    .development_approach span:after {
        top: 11px;
        width: 10px;
    }

    .development_approach span:before {
        margin-right: 4px;
    }

    .development_approach span:after {
        margin-left: 4px;
    }

    .xrpimg-view img.img-fluid {
        height: 211px;
    }

    p.we_do_para,
    .read-more-content ul.status-meeting li {
        font-size: 15px;
    }

    a.view-btn {
        font-size: 15px;
        line-height: 1;
    }

    .owl-carousel.owl_carousel_3 .owl-nav button,
    .owl-carousel.owl_carousel_4 .owl-nav button {
        width: 27px;
        height: 27px;
        right: 47px;
    }

    .owl-carousel.owl_carousel_3 .owl-nav button i,
    .owl-carousel.owl_carousel_4 .owl-nav button i {
        font-size: 22px;
    }

    .vertical {
        height: 23px;
        top: 4px;
        left: 55%;
    }

    .watch_view {
        padding-right: 77px;
    }

    h6.video-title {
        font-size: 24px;
    }

    p.video-para {
        font-size: 14px;
    }

    video {
        height: 257px;
    }

    .center-xy {
        top: 38%;
        left: 42%;
    }

    .play-pause--container {
        width: 40px;
        height: 40px;
    }

    .play-pause--container .play-icon {
        border-bottom-width: 12px;
        border-top-width: 12px;
        border-left: 16px solid #fff;
        top: 8px;
        left: 15px;
    }

    .play-pause--container .pause-icon {
        width: 5px;
        height: 20px;
        top: 10px;
        left: 13px;
    }

    .play-pause--container .pause-icon:after {
        width: 5px;
        height: 20px;
        left: 11px;
    }

    .quote2 {
        left: 91%;
    }

    img.partner-img {
        height: 56px;
    }

    .companies_attend_xrp .item .col-12 {
        padding: 3px 3px;
    }

    .wrapper .logo a,
    .footer_logo a {
        font-size: 25px;
    }

    span.copy_ryt,
    span.cpy-ryt {
        font-size: 14px;
    }

    .foot-list h5 {
        font-size: 16px;
    }

    .top-bar .col-12 {
        padding: 12px 0px;
    }

    .sync1.owl-theme .owl-next,
    .sync1.owl-theme .owl-prev {
        width: 26px;
        height: 26px;
    }

    .sync1.owl-theme .owl-prev span,
    .sync1.owl-theme .owl-next span {
        font-size: 34px;
        padding: 7px;
    }

    .nav-links .mobile-item::after {
        font-size: 15px;
    }

    .nav-links .drop-menu li {
        padding: 0px 4px;
    }

    .container.form_inner_container {
        background: none;
        box-shadow: 0px 0px 0px 0px;
    }

    .contactform-body {
        padding: 1rem 0px;
    }

    .label-login,
    label.contact_lable,
    .Contact-us-section .main-form input[type=text],
    .Contact-us-section .main-form input[type=email],
    .Contact-us-section .main-form input[type=number],
    .Contact-us-section .main-form textarea {
        font-size: 16px;
    }

    .Contact-us-section .main-form input::placeholder,
    .Contact-us-section .main-form textarea::placeholder {
        font-size: 15px;
    }

    label.form-check-label.save-data-contact {
        font-size: 14px;
    }

    .customradiobuttons .form-check-inline {
        display: block;
    }

    h1.development_haed2 {
        font-size: 25px;
    }

    h6.abouthero_head {
        font-size: 35px;
    }

    .field-icon {
        top: 50px;
    }

    .login-title p {
        font-size: 14px;
    }

    .login_logo a {
        font-size: 25px;
    }

    .login-title h1 {
        font-size: 30px;
    }

    button.social_btn.google {
        margin-right: 0px;
    }

    .social_btn {
        margin-right: 14px;
        padding: 6px 8px;
        font-size: 14px;
    }

    .social_btn svg {
        width: 23px;
        height: 20px;
    }

    .donthaveact,
    .donthaveact a,
    .usefulfields a,
    label.save-data-contact {
        font-size: 14px;
    }

    .login-form-area {
        padding: 70px 25px;
    }

    .login_line span:before,
    .login_line span:after {
        width: 56px;
    }

    .top-bar .float-end i.fa {
        width: 27px;
    }

    .top-bar i.fa.fa-facebook {
        margin-left: 5px;
    }

    .sticky-sidebar-section {
        width: auto;
    }

    .sticky-sidebar-section {
        width: auto;
        display: grid;
    }

    .sticky-right-side {
        width: auto;
    }

    .sticky-left-side {
        position: inherit;
    }

    .grid-wrapper {
        grid-template-columns: auto;
        grid-auto-rows: 150px;
    }

    .row.item.first_panlist {
        margin-top: 125px;
    }

    img.speakers_img {
        right: 41%;
    }

    .panelist_section .col-xxl-3 {
        margin-bottom: 110px;
    }

    .panelist_section .col-xxl-3:last-child,
    .panelist2_section .col-xxl-3:last-child {
        margin-bottom: 0px;
    }

    section.panelist_bgimg h6.abouthero_head,
    section.panelist2_bgimg h6.abouthero_head,
    section.sponsor2_bgimg h6.abouthero_head.mb {
        font-size: 28px;
    }

    .row.item.first_sponsor {
        margin-top: 95px;
    }

    .row.item.first_sponsor img {
        width: 61%;
        height: 75px;
    }

    .panelist2_section .col-xxl-3 {
        margin-bottom: 55px;
    }

    img.panelist_img {
        width: 235px;
    }

    h6.hero_head {
        margin-bottom: 15px;
    }

    .topcontent {
        top: 24%;
        padding-bottom: 19%;
    }

    .aboutus_head {
        margin-top: 190px;
    }
}

@media (max-width: 480px) {
    .top-bar .float-end a {
        margin: 0 0px;
    }

    .top-bar {
        padding: 3px 20px;
    }

    .count_pra3 {
        font-size: 17px;
    }

    nav .wrapper {
        padding: 10px 15px;
    }

    div#countdown ul {
        padding-left: 0px;
    }

    .count_down li {
        width: auto;
        min-width: 77px;
        max-width: 100px;
        font-size: 13px;
        min-height: 45px;
        height: 76px;
    }

    .herosub_para {
        padding-top: 26px;
    }

    #owl-demo div video {
        height: 356px;
        min-height: 342px;
    }

    .development_approach {
        padding-top: 24px;
    }

    i.connect_icon,
    .footer-list ul li:hover i {
        width: 28px;
        height: 28px;
        font-size: 15px;
        line-height: 28px;
    }

    .quote1 {
        right: 92%;
        top: -15px;
    }

    .review-content.aos-init.aos-animate {
        padding-top: 18px;
    }

    .quote2 {
        left: -3%;
        top: -19px;
    }

    .form-subscribe span .btn {
        font-size: 14px;
    }

    img.speakers_img {
        right: 37%;
    }

    .topcontent {
        top: 19%;
    }

    .aboutus_head {
        margin-top: 9.8rem;
    }
}

@media(max-width:430px) {
    .wrapper .nav-links {
        max-width: 280px;
    }
}

@media screen and (max-width: 425px) {
    a.about_us_btn.link-arrow {
        padding: 6px 12px;
    }

    .mgm-logo img {
        width: 8%;
    }

    section.index_img {
        margin-top: 108px;
    }

    html #wpadminbar {
        position: fixed;
    }
}

@media (max-width: 390px) {
    h6.hero_head {
        margin-bottom: 5px;
    }

    h6.hero_head {
        font-size: 24px;
    }

    .xrp-logo img {
        top: 8%;
    }

    .aboutus_head {
        margin-top: 7.2rem;
    }
}

@media (max-width: 375px) {

    .development_approach span:before,
    .development_approach span:after {
        display: none;
    }

    .quote1 {
        top: -22px;
    }

    /* button.back-btn {
        top: 15%;
    } */

    .top-bar .float-end i.fa {
        width: 22px;
        height: 21px;
        font-size: 13px;
    }

    .top-bar {
        padding: 1px 15px;
    }

    h6.hero_head {
        font-size: 24px;
    }

    .herosub_para {
        font-size: 14px;
    }

    p.herosub_head {
        font-size: 20px;
    }

    .count_down li {
        min-width: 62px;
        max-width: 90px;
        height: 70px;
        font-size: 12px;
        padding: 6px 7px;
    }

    .count_down li span {
        font-size: 24px;
    }

    span.copy_ryt,
    span.cpy-ryt {
        font-size: 11px;
    }

    .foot-list h5 {
        font-size: 15px;
    }

    p.count_pra {
        font-size: 16px;
    }

    .footer_bg .listing {
        font-size: 12px;
    }

    .foot-list ul li {
        margin-right: 0px;
    }

    .sticky-left-side {
        min-height: 223px;
    }

    img.partner-img {
        height: 40px;
    }

    img.speakers_img {
        right: 34%;
    }

    .row.item.first_sponsor img {
        width: 61%;
        height: 70px;
    }

    .xrp-logo img {
        top: 10%;
    }

    .aboutus_head {
        margin-top: 9.2rem;
    }
}

/* New Responsive CSS */

@media(max-width:350px) {
    .wrapper .nav-links {
        max-width: 200px;
    }

    .aboutus_head {
        margin-top: 8.2rem;
    }
}

/*12-12-2023 Css Here*/
@media screen and (min-width:1750px) and (max-width:1920px) {
    .container {
        max-width: 1768px;
    }
}

@media screen and (min-width:1080px) and (max-width:1750px) {
    .cstmWidth100 {
        width: 100%;
        margin-top: 30px !important;
    }

    .cstmMainBtnBox {
        flex-direction: column;
        margin-top: 20px;
    }

    .cstmMainBtnBox .cstmTicketBox {
        width: 100% !important;
    }

    .cstmMainBtnBox .cstmTicketBox a {
        margin: 0;
    }

    .countdown-btn {
        margin-right: 0px;
    }
}

@media screen and (min-width:1080px) and (max-width:1368px) {
    .cstmWidth100 .btn-ticket-border>a {
        padding: 13px 30px;
    }
}

@media screen and (max-width:1080px) {
    .cstmWidth100 .btn-ticket-border>a {
        padding: 13px 30px;
    }

    .cstmWidth100 {
        width: 100%;
        margin-top: 30px !important;
    }

    .cstmMainBtnBox {
        flex-direction: column;
        margin-top: 20px;
    }

    .cstmMainBtnBox .cstmTicketBox {
        width: 100% !important;
    }

    .cstmMainBtnBox .cstmTicketBox a {
        margin: 0;
    }

    .countdown-btn {
        margin-right: 0px;
    }
}

@media screen and (max-width:768px) {

    .cstmWidth100 .btn-ticket-border>a,
    .section-mng-newblock .cstm-row-mng-boxesd .cstm-boxed-wrp a {
        min-width: 123px;
        font-size: 15px;
        padding: 13px 8px;
        text-align: center;
    }

    .countdown-btn.btn-cstm-text-added h4,
    .section-mng-newblock .cstm-row-mng-boxesd .cstm-boxed-wrp h4 {
        font-size: calc(1.275rem + .1vw);
        margin: 0;
        padding: 5px;
    }
}


@media screen and (max-width:767px) {
    .topcontent {
        top: 130px;
    }

    h6.hero_head {
        font-size: 18px;
    }

    .count_pra3 {
        font-size: 16px;
    }

    .countdown-btn.btn-cstm-text-added, .section-mng-newblock .cstm-row-mng-boxesd .cstm-boxed-wrp:nth-child(2) {
        flex-direction: column;
        gap: 10px;
    }

    .btn-ticket-border div {
        width: 100% !important;
    }

    .cstmWidth100 .btn-ticket-border>a {
        margin-left: 0;
        font-size: 15px;
    }

    .countdown-btn.btn-cstm-text-added h4, .section-mng-newblock .cstm-row-mng-boxesd .cstm-boxed-wrp h4 {
        text-align: center;
    }

    .section-mng-newblock .cstm-row-mng-boxesd {
        padding-top: 0;
        margin-top: 0;
    }

    section.count_down {
        padding: 14px 0 0px 0px;
    }

    .what_we_do {
        padding-top: 10px;
    }
}


@media screen and (max-width:450px) {
    .btn-ticket-border div {
        width: 57%;
    }

    .cstmWidth100 .btn-ticket-border>a {
        margin-left: 0;
        font-size: 13px;
    }
}

@media screen and (max-width:375px) {
    .btn-ticket-border div {
        width: 50%px;
    }
}

@media screen and (max-width:320px) {
    .btn-ticket-border div {
        width: 52%;
    }

    .count_down li {
        min-width: 55px;
        font-size: 10px;
    }

    .count_down li span {
        font-size: 20px;
    }
}

@media screen and (max-width:280px) {
    .xrp-logo img {
        top: 8.5%;
    }

    .btn-ticket-border div {
        width: 47%;
    }
}

@media (max-width: 717px) and (orientation: landscape) {
    .aboutus_head {
        margin-top: 13.2rem;
    }
}


