.poppup_body{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,.5);
    backdrop-filter: blur(4px);
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}
.poppup_body.form_poppup__active{
    display: block;
}
.form_poppup__content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.form_poppup{
    /*position: relative;*/
}
.modal-message{
    position: absolute;
    bottom: 1rem;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
}
.modal-message a{
    background: #044675 !important;
    color: #fff;
    padding: 3px 10px;
    font-size: 18px;
    font-size: 15px;
}
.modal-message a:hover{
    background-color: #fff;
    color: #fff;
}
.cancel-btn{
    position: absolute;
    left: 0;
        left: 89%;
    top: 0;
}
.cancel-btn i{
     background: #FF8210 !important;
    color: #fff;
    font-size: 24px;
    padding: 4px 12px;
    cursor: pointer;
   border-top-right-radius: 10px;
}













.myNav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

.myNav_logo img {
    width: 120px;
}


.sliders .card {
    transition: .4s all ease-in;
    border: none;
    margin: 25px auto;
    overflow: hidden;
    border-radius: 12px;
    height: 320px;
}

.sliders .card-img-top {
    box-shadow: 0 0 25px rgba(0, 0, 0, .05);
    height: 87%;
}

.sliders .carousel-control-next-icon {
    padding: 0 4px 0 0;
}

.sliders .product_price {
    float: right;
    font-family: lato;
    color: #6b7270;
    font-size: 20px;
    font-weight: 400;
}

.sliders .card:hover .product-detail {
    /*height: calc(92%);*/
    height:calc(100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sliders .product-detail{
    position: absolute;
    height: 0;
    width: 100%;
    bottom: 0;
    padding: 0 18px;
    overflow: hidden;
    background-color: rgb(255 130 17 / 66%);
    transition: all 0.35s;
    text-align: center;
}

.sliders .card_name{
    background-color: #044675d9;
    padding: 10px;
    text-align: center;
}

/*.sliders .product-detail {*/
/*    position: absolute;*/
/*    height: 80px;*/
/*    left: 15px;*/
/*    right: 15px;*/
/*    bottom: 15px;*/
/*    overflow: hidden;*/
/*    padding: 18px;*/
/*    border: 3px solid #fff;*/
/*    border-radius: 10px;*/
/*    background-color: rgb(255 130 17 / 66%);*/
    /* background-color: rgba(223, 217, 217, 0.75); */
/*    transition: all 0.35s;*/
/*    text-align: center;*/
/*    box-sizing: border-box;*/
/*}*/

.sliders .card .product-detail h5 {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 8px 0;
}

.sliders .card .product-detail .subheading {
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}

.sliders .card .product-detail blockquote {
    padding: 0;
    margin: 0;
    font-style: italic;
    font-size: 1em;
}




.badge-post {
    padding: 0.4rem .5rem;
    width: 100%;
    background: var(--orange-color);
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    margin: auto;
    margin-top: 1.5rem;
}

.global_wrappers{
    padding: 40px 0;
}

.members-heading {
  background-color: var(--main-color) !important;
  padding: 1.2rem 1rem;
  font-weight: 800;
}

.committee_members {
  background-color: #ffffff;
}
.committee_members .row{
    display: flex;
    /*justify-content: center;*/
}

.committee_members .card {
  width: 100%;
  background-color: transparent;
  border: none;
  margin: 0 auto;
  margin-top: 1rem;
}
.committee_members .card img {
  /*width: 50% !important;*/
  /*height: 9rem;*/
  margin: 0 auto;
  border: 3px solid #0112e1;
  border-radius: 0.5rem;
  height: 10rem;
  width: 10rem !important;
  object-fit: cover;
}
.committee_members .card .card-body b,
.committee_members .card .card-body h5 {
  /*color: #2e2e2e;*/
  color: #fff;
}
.committee_members .card .card-body p {
  color: #fff;
}
.committee_members .card .card-body h5,
.committee_members .card .card-body p {
  text-align: center;
}

.committee_members .new-card {
  /* border:1px solid #ccc ; */
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0.7rem;
  padding: 1.5rem 1rem;
  height: 85%;
  /*height: 24rem;*/
  /*background: linear-gradient(#ad0000, #000000);*/
  background : var(--blue-color);
}
.committee_members .new-card img {
  border-radius: 100% !important;
  border: 0.4rem solid var(--orange-color) !important;
}
.committee_members .new-card .card-body p b{
    font-size: 1.3rem;
    color: #fff;
}

.committee_members .new-card .card-body{
  padding: 1rem .5rem;
}
.committee_members .new-card p span{
    /*color: #e1bb01;*/
    background-color: var(--orange-color);
    font-size: 1.2rem;
    font-weight: 600;
}
.committee_members .new-card .card-body h5 {
  font-size: 1.3rem;
  color: #fff;
  font-weight: 600;
  /*margin-bottom: .2rem !important;*/
}


.committee_members .new-card-members{
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0.7rem;
  padding: 1rem;
  background : var(--blue-color) !important;
  height: 90%;
}

.committee_members .new-card-members img{
    width: 160px !important;
    height: 160px !important;
    object-fit: cover;
    border-radius: 100% !important;
  border: 0.4rem solid var(--orange-color) !important;
}
.committee_members .new-card-members p{
    /*font-size: 1.3rem;*/
    color: #fff !important;
    /*margin-top:.5rem;*/
}

.committee_members .new-card-members .card-body h5 {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
    margin-bottom: .7rem !important;
}



.breadcrumb-committee {
  background-color: #ebebeb;
  border-bottom: none;
}
.breadcrumb .breadcrumb-title {
  font-size: 52px;
  font-weight: 700;
  color: var(--white-color);
  text-transform: uppercase;
  margin-top: 1rem;
}


.event_date {
    text-align: center;
}

.event_date h3 {
    font-weight: 700;
    font-size: 40px;
    color: var(--blue-color);
}

.event_date p {
    font-size: 30px;
    color: #000;
}
.mywrapper{
    padding: 0 0 80px 0 !important;
}

.confex_logo h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-right: 3rem;
    color: var(--blue-color);
}
.my--content{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    height: 100%;
        margin-top: 2rem;
        padding: 0 !important;
}
.myimgs{
    display: flex !important;
    flex-direction: column !important;
    justify-content: start !important;
    height: 100%;
}
.myimgs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.confex_logo img {
    width: 250px;
}


.confex_logo {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    text-align: center;
}


.menu ul {
    background-color: var(--blue-color);
    display: flex;
    justify-content: center;
    gap: 2rem;
    border-bottom: 1px solid #ccc;
}

.menu ul li {
    display: flex;
    justify-content: center;
    height: 100%;
    padding: 1rem 0;
}
.mydropdown{
    position: relative;
}
.mydropdown_list{
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    width: 300px;
    opacity: 0;
    visibility: hidden;
}
.mydropdown:hover .mydropdown_list{
    opacity: 1;
    visibility: visible;
}
.dropdown_menu__list ul{
    justify-content: start;
    align-items: start;
    background-color: #fff;
}
.menu ul li a {
    text-transform: uppercase;
    font-size: 18px;
    color: var(--white-color);
    display: flex;
    gap: 5px;
    align-items: center;
}

.dropdown_menu {
    position: relative;
}

.dropdown_menu__list {
    position: absolute;
    left: -2rem;
    top: 100%;
    background-color: var(--white-color);
    width: 255px;
    z-index: 99;
    border: 1px solid #ccc;
    border-bottom: 0;
    opacity: 0;
    visibility: hidden;
    /*clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);*/
    transition: .3s ease;
}
.mydropdown{
    padding: 0 !important;
    background: #fff !important;
}
.dropdown_menu:hover .dropdown_menu__list {
    opacity: 1;
    transition: .3s ease;
    visibility: visible;
    /*clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);*/
}

/* .dropdown_menu__list::after {
    content: '';
    position: absolute;
    left: 3rem;
    top: -10px;
    background-color: var(--white-color);
    height: 20px;
    width: 20px;
    transform: rotate(-45deg);
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
} */

.dropdown_menu__list a {
    display: block;
    padding: 1rem;
    font-size: 13px !important;
    color: var(--black-color) !important;
    font-weight: 600;

    transition: .3s ease all;
    border-bottom: 1px solid #ccc;
}

.dropdown_menu__list a:hover {
    padding-left: 2rem !important;
    transition: .3s ease all;
    background-color: var(--orange-color);
    color: var(--white-color) !important;
}

.download_btn {
    background-color: #ff0000;
    padding: 5px 10px;
    font-weight: 600;
    color: #fff !important;
}

.menu_icon {
    display: none;
}


.mobile_nav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: right 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0);
}

.mobile_nav.show {
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.mobile_nav__content {
    position: absolute;
    right: 0;
    top: 0;
    width: 33%;
    height: 100%;
    background-color: var(--white-color);
}

.mobile_header {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.mobile_logo img {
    width: 150px;
}

.cancel_icon i {
    font-size: 24px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    color: #000;
    background-color: whitesmoke;
}
.back_btn a{
    justify-content: start !important;
    align-items: center !important;
}

.mobile_menu ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #ccc;
    width: 100%;
    text-transform: capitalize;
    font-size: 17px;
    color: var(--black-color);
    font-weight: 500;
}

.mobile_social {
    position: absolute;
    left: 0;
    bottom: 1rem;
    text-align: center;
    width: 100%;
}

.mobile_social h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}

.mobile_social__links {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.mobile_social__links a {
    font-size: 18px;
    color: var(--blue-color);
}

.mobile_social__links a:hover {
    color: var(--orange-color);
}

.mobile_menu__dropdown-list {
    background-color: #e3f1ff;
    height: 0;
    overflow: hidden;
}

.mobile_menu__dropdown.active .mobile_menu__dropdown-list {
    height: auto;
}



.mobile_menu__dropdown-list ul li a {
    font-size: 13px !important;
    padding: 1rem 1.5rem !important;
}

.topNav {
    display: none;
}


/* banner_img */
.banner_img {
    position: relative;
}

.banner_img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .365);
    width: 100%;
    height: 100%;
    /* backdrop-filter: blur(3px); */
}

.banner_img img {
    width: 100%;
    /*height: 850px;*/
    height: 100%;
    /*object-fit: cover;*/
}

@media (max-width:576px){
    .banner_img img {
    width: 100% !important;
    height: 30vh !important;
    /*height: 100%;*/
    /*object-fit: cover;*/
}
}

.banner_box {
    position: relative;
}

.about-section{
    padding: 0px 0 80px 0 !important;
}
.about-breadcrumb{
    padding: 50px 0 0 0 !important;
}
.banner_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: var(--white-color);
    text-align: center;
}

.banner_content h1 {
    font-size: 50px;
    font-weight: 600;
    max-width: 1100px;
    text-shadow: 5px 5px 50px rgba(0, 0, 0, .365);
    margin: 0 auto;
}

.banner_content p {
    max-width: 900px;
    text-shadow: 5px 5px 50px rgba(0, 0, 0, .365);
    margin: 0 auto;
    font-size: 18px;
    margin-top: 1rem !important;
}

.myBtn {
    margin-top: 1rem;
}



.text-uppercase h2 {
    text-transform: uppercase !important;
}

/* about */
.global_wrapper {
    padding: 80px 0;
}

.global_content {
    margin-top: 3rem;
}

.about_img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
     border-radius: 10px; 
    /* border: 1px solid #ccc; */
}

.about_img {
    /* margin-top: 1rem; */
}

.about_img,
.about_content,
.conference_wrapper__content,
.conference_wrapper__img,
.attend_wrapper__content,
.keytopics_img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.conference_wrapper__content h2 {
    text-transform: uppercase;
}

.about_content b {
    max-width: max-content;
    background-color: var(--black-color);
    padding: 5px 20px;
    margin-bottom: 12px;
    border-radius: 100px;
    color: var(--white-color);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about_content h2 {
    font-size: 46px;
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 700;
}

.about_content h2 span {
    color: var(--orange-color);
}

.about_content p {
    font-size: 16px;
    margin-top: 16px;
    line-height: 25px;
}




/* why */
.main_heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.main_heading h2 {
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
}

.white_heading h2,
.white_heading h2 span,
.white_heading p {
    color: var(--white-color);
}

.main_heading h2 span {
    color: var(--orange-color);
}

.main_heading p {
    max-width: 900px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 18px;
    margin-top: 1rem !important;
}

.blue_bg {
    /* background-color: #e3ffef; */
    background-color: var(--blue-color);
}

.why_box {
    background-color: var(--white-color);
    padding: 1.5rem;
    text-align: center;
    height: 94%;
    margin-bottom: 30px;
    transition: .3s ease all;
    border-radius: 10px;
}

.why_box:hover h3 {
    color: var(--white-color);
}

.why_box:hover {
    background-color: var(--orange-color);
    color: var(--white-color);
    transition: .3s ease all;
}

.why_box h3 {
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 12px;
    color: var(--blue-color);
}

.why_box p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 25px;
    color: #000;
}

.why_wrapper {
    padding: 80px 0 50px 0;
}

/* conference_wrapper__img */
.conference_wrapper__img img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    border-radius: 10px;
}

.conference_wrapper__content h2 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    color: var(--white-color);
}

.conference_wrapper__content p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
}

.attend_wrapper__content ul {
    padding-left: 2rem !important;
}

.attend_wrapper__content ul li {
    list-style: disc !important;
    margin-bottom: 12px;
        margin-right: 2rem;
    font-size: 18px;
}

.attend_wrapper {
    background-color: var(--main-color);
}



/* sector_box__img */
.sector_box__img img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 5px;
}

.sector_box {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    margin: 0 12px;
    background-color: whitesmoke;
}

.sector_box__content h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.slick-dots {
    line-height: 0;
    bottom: -3rem !important;
}

.slick-dots li button:before {
    display: none !important;
}

.slick-dots li {
    height: 14px !important;
    width: 14px !important;
    border-radius: 100%;
    background-color: #ddd;
}

.slick-dots li.slick-active {
    background-color: var(--orange-color);
    transition: .3s ease all;
}

/* keytopics_wrapper__content */
.keytopics_wrapper__content ul {
    padding-left: 2rem !important;
}

.keytopics_wrapper__content ul li {
    margin-bottom: 10px;
    list-style: disc !important;
    color: var(--white-color);
}

.keytopics_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

section{
    border-bottom: 1px solid #ccc;
}

/* testimonial_box */
.testimonial_box {
    background-color: aliceblue;
    padding: 1.5rem;
    border-radius: 10px;
    margin: 0 7px;
    position: relative;
    border: 1px solid #ccc;

}

.testimonial_slider .slick-track {
    margin-bottom: 3px;
}
.testimonial_slider .slick-slide{
    height: auto !important;
}

.google_icon img {
    position: absolute;
    right: 16px;
    top: 2rem;
    width: 40px;
}

.user_name {
    display: flex;
    gap: 12px;
}

.user_name__icon img {
    width: 50px;
}

.user_name__info h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--pink-color);
}

.user_name__info span {
    display: block;
    margin-top: 2px;
}

.rating {
    margin-top: 1rem;
    display: flex;
    gap: 2px;
    align-items: center;
}

.rating i {
    font-size: 22px;
    color: #F6B009;
}

.testimonial_box p {
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-top: 1rem;
}

.megadrop_list{
        position: fixed;
    top: 7rem;
    background: #fff;
    width: 90%;
    right: -100%;
    height: 100%;
    transition: .3s ease all;
    
}
.megadrop.active-btn .megadrop_list{
    right: 0;
    transition: .3s ease all;
}


/*@media(max-width:1440px) {*/
/*    .event_date h3 {*/
/*        font-size: 32px;*/
/*    }*/

/*    .event_date p {*/
/*        font-size: 18px;*/
/*    }*/
/*}*/

@media(max-width:1600px){
    .form_poppup .modal-dialog {
        top: 36.7%;
        
    }
}

@media(max-width:1200px) {
        .form_poppup .modal-dialog {
        top: 33.7%;
    }

    .myNav_logo img {
        width: 95px;
    }

    .confex_logo img {
        width: 200px;
    }

    .banner_img img {
        height: 750px;
    }

    .banner_content h1 {
        font-size: 52px;
    }

    .contact_right iframe {
        width: 100%;
    }

    .confex_logo h3 {
        padding-right: 2rem;
    }

    .menu ul {
        gap: 1rem;
    }
    .event_date h3{
    font-size: 25px;
    }
    .event_date p{
    font-size: 18px;
    }
}


@media(max-width:992px) {
    .form_poppup .modal-dialog {
        top: 33%;
    }
    .about_content {
        margin-top: 1rem;
    }

    .mobile_nav__content {
        width: 50%;
    }

    .menu ul {
        gap: 1.2rem;
    }

    .menu ul li a {
        font-size: 12px;
    }

    .event_date h3 {
        font-size: 22px;
    }

    .attend_list ul li {
        font-size: 15px;
    }

    .speaker_box__img img {
        height: 260px;
    }

    .about_content b,
    .contact_right,
    .conference_wrapper__content {
        margin-top: 1rem;
    }

    .conference_wrapper__content h2 {
        font-size: 26px;
    }

    .main_heading h2 {
        font-size: 32px;
    }

    .main_heading p,
    .banner_content p {
        font-size: 16px;
        line-height: 25px;
    }

    .banner_content h1 {
        max-width: 100%;
        margin: auto;
        font-size: 44px;
    }

    .banner_img img {
        height: 506px;
    }

    .my-flex {
        flex-direction: column-reverse;
    }

    .my-flex .attend_wrapper__content {
        margin-top: 1rem;
    }


    .keytopics_wrapper__content {
        margin: 1rem 0;
    }
    .myNav{
        align-items: center !important;
    }


}

@media(max-width:768px) {
    .mobile_nav__content {
        width: 90%;
    }
    .about_img img{
        height: auto;
    }

    .topNav h3 {
        font-size: 20px;
        font-weight: 700;
    }

    .topNav p {
        font-size: 12px;
    }

    .mobile_logo img {
        width: 75px;
    }

    .dropdown_menu__list {
        width: 200px;
    }

    .testimonial_box {
        padding: 1.5rem;
    }

    .testimonial_box p {
        font-size: 14px;
        line-height: 25px;
    }

    .testimonial_box h3 {
        font-size: 18px;
    }

    .attend_list ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .global_wrapper {
        padding: 50px 0;
    }

    .global_content {
        margin-top: 2rem;
    }

    .banner_content p {
        padding: 0 12px;
    }

    .main_heading h2 {
        font-size: 25px;
    }

    .main_heading p {
        font-size: 14px;
        margin-top: 10px !important;
    }

    .menu_icon {
        display: flex;
        justify-content: end;
        align-items: center;
    }

    .myNav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 12px;

    }

    .menu ul,
    .confex_logo {
        display: none;
    }

    .myNav {
        padding: 12px;
    }

    .menu_icon i {
        font-size: 32px;
        color: #000;
    }

    .about_content h2 {
        font-size: 25px;
        margin-top: 12px;
    }

    .about_content p,
    .why_box p {
        font-size: 14px;
        margin-top: 10px;
    }

    .why_box h3 {
        font-size: 22px;
    }


}

@media(max-width:576px) {
    .banner_content h1 {
        font-size: 25px;
        padding: 0 12px;
    }

    .conference_wrapper__content h2 {
        font-size: 23px;
    }

    .conference_wrapper__content p,
    .attend_wrapper__content ul li,
    .keytopics_wrapper__content ul li {
        font-size: 15px;
        line-height: 25px;
    }

    .sector_box__content h3 {
        font-size: 16px;
    }

    .topNav {
        display: block;
        background-color: var(--blue-color);
        color: var(--white-color);
        text-align: center;
        padding: 5px 0;
    }

    .mobile_menu ul li a {
        font-size: 15px;
    }

    .myNav.sticky {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
        width: 100%;
        border-bottom: 1px solid #ccc;
        box-shadow: 0 0 3px rgba(0, 0, 0, .28);
        background-color: white;
        padding: 5px 12px;
        transition: .3s ease;
    }

    .mobile_menu {
        height: 500px;
        overflow-y: scroll;
    }

    .about_content b {
        font-size: 12px;
    }

    .banner_content p {
        font-size: 14px;
        margin-top: 10px !important;
    }

    .event_date {
        display: none;
    }

    .why_box {
        height: auto;
        margin-bottom: 12px;
        padding: 1rem;
    }

    .why_box h3 {
        font-size: 18px;
    }

    .why_box__icon img {
        width: 40px;
    }

    .attend_list ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }

    .speaker_box__img img {
        height: 197px;
    }

    .speaker_box {
        margin: 0 2px;
    }

    .speaker_box h3 {
        font-size: 18px;
    }

    .myNav_logo img {
        width: 70px;
    }

    .about_content h2 {
        font-size: 22px;
    }

}


@media(max-width:420px) {
    .speaker_box__img img {
        height: auto;
    }
}


/*=============== */
.small-box {
    display: flex;
    background-color: #ccc;
    align-items: center;
    gap: 15px;
    padding: 0 0.5rem;
    margin-top: 1.5rem;
    border-radius: 10px;

}

.arrow-icon i {
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 2px 6px 3px #0000000f;
    padding: 0.5rem;
    color: #000;
}

.small-c p {
    margin: 0;
    color: #000;
    font-size: 15px !important;
}

.desc {
    padding-top: 1rem;
}

.small-c span {
    font-weight: 600 !important;
    font-size: 15px !important;
}

.desc {
    font-size: 15px !important;
}

.cs_ds span {
    font-weight: 600 !important;
    color: #fff;
}

.right_box_e {
    background-color: #ccc;
    padding: 1rem 1rem;
    border-radius: 10px;
    box-shadow: 0 2px 6px 3px #0000000f;
    margin-bottom: 1.5rem;
}

.right_box_e h3 {
    color: #000;
    font-size: 20px;
    text-align: center;
}

.right_box_e .text_r {
    width: 100%;
    padding: 0.5rem;
    margin-top: 1rem;
    border-radius: 10px !important;
    border: #fff !important;
    outline: none !important;
}

.right_box_e .text_r:hover {
    border: none !important;
    outline: none !important;
}

.btn1 button {
    width: 100%;
    padding: 0.6rem 1rem;
    border-radius: 10px;
    box-shadow: 0 2px 6px 3px #0000000f;
   
}

.custom_btn{
    /*background: #21b8ef !important;*/
    /*padding: 0 !important;*/
    /*border-radius: 50px;*/
    background: #21b8ef !important;
    padding: 0 !important;
    border-radius: 50px;
    
}

.right_box_e input{
    width: 100%;
    padding: 0.6rem;
    border-radius: 8px;
    border: none;
    outline: none;
}

.custom_f{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}


.custom_img img{
    width: 215px;
    border-radius: 10px;
}



/*.custom_f span{*/
/*    font-size: 18px;*/
/*}*/

/*.custom_f span img {*/
/*    width: 173px;*/
/*    border-radius: 10px;*/
/*    height: 40px;*/
/*}*/


