:root {
  --sub-color: #f3f9ec;
  --primary-color: #8bc53f;
  --secondary-color: #004f64;
  --third-color: #013d70;
  --fourth-color: #004785;
  --black-dark-color: #212529;
  --white-color: #ffffff;
  --black-color: #000;
  --bg-light-color: #f3f9ec;
  --bg-gray-light-color: #f0f0f0;
  --bg-gray2-light-color: #f4f5f7;
  --bg-gray3-light-color: #ebf1f5;
  --bg-gray4-light-color: #f3f0f0;
  --bg-gray5-light-color: #ccb9b9;
  --bg-gray6-light-color: #f4f4f4;
  --bg-gray7-light-color: #e0edcc;
  --bg-gray8-light-color: #eaeaea;
  --bg-gray9-light-color: #d4d2d2;
  --bg-gray10-light-color: #e6edf2;
  --bg-gray11-light-color: #c7c8c7;
  --bg-gray12-light-color: #e4e5e7;
  --bg-gray13-light-color: #f5f3f3;
  --bg-gray14-light-color: #e8e8e8;
  --bg-secondary-color: #035184;
  --bg-secondary2-color: #035266;
  --bg-secondary3-color: #004f63;
  --border-color: #ddd;
  --border2-color: #f3ebeb;
  --border3-color: #e2e2e2;
  --border4-color: #eee;
  --border5-color: #ced4da;
  --border6-color: #dddddd;
  --placeholder-color: #f3ebeb;
  --box-shadow-color: #c0bdbd;
  --box-shadow2-color: #d3cece;
  --box-shadow3-color: #ccc;
  --box-shadow4-color: #cfc8c8;
  --box-shadow5-color: #dbd8d8;
  --label-color: #ccb9b9;
  --hover-color: #218838;
  --primary-bg-color: #9ac566;
  --primary-bg-color2: #4CAF50;
  --bg-black-light-color: #393636;
  --bg-black-light2-color: #242222;
  --red-color: #ff0000;
  --bg-primary-color: #006278;
}



/* :root {
  --primary-color: #268283;
  --secondary-color: #820263;
  --third-color: #013d70;
  --fourth-color: #004785;
  --sub-color: #ffe4f3;
  --black-dark-color: #212529;
  --white-color: #ffffff;
  --black-color: #000;
  --bg-gray-light-color: #f0f0f0;
  --bg-gray2-light-color: #f4f5f7;
  --bg-gray3-light-color: #ebf1f5;
  --bg-gray4-light-color: #f3f0f0;
  --bg-gray5-light-color: #ccb9b9;
  --bg-gray6-light-color: #f4f4f4;
  --bg-gray7-light-color: #e0edcc;
  --bg-gray8-light-color: #eaeaea;
  --bg-gray9-light-color: #d4d2d2;
  --bg-gray10-light-color: #e6edf2;
  --bg-gray11-light-color: #c7c8c7;
  --bg-gray12-light-color: #e4e5e7;
  --bg-gray13-light-color: #f5f3f3;
  --bg-gray14-light-color: #e8e8e8;
  --bg-secondary-color: #820263;
  --bg-secondary2-color: #035266;
  --bg-secondary3-color: #004f63;
  --border-color: #ddd;
  --border2-color: #f3ebeb;
  --border3-color: #e2e2e2;
  --border4-color: #eee;
  --border5-color: #ced4da;
  --border6-color: #dddddd;
  --placeholder-color: #f3ebeb;
  --box-shadow-color: #c0bdbd;
  --box-shadow2-color: #d3cece;
  --box-shadow3-color: #ccc;
  --box-shadow4-color: #cfc8c8;
  --box-shadow5-color: #dbd8d8;
  --label-color: #ccb9b9;
  --hover-color: #218838;
  --primary-bg-color: #9ac566;
  --primary-bg-color2: #4CAF50;
  --bg-black-light-color: #393636;
  --bg-black-light2-color: #242222;
  --red-color: #ff0000;
  --bg-primary-color: #006278;
} */



@media (min-width: 1601px) {

  .section10-main-m {
    background-image: none;
    background-color: var(--white-color);
    border-radius: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

}

@media (min-width: 1400px) {
  .slide-img-1 video {
    top: -40px;
    left: 15px;
    position: absolute;
    border-bottom: 0px solid var(--primary-color) !important;
    width: 75%;
  }

  .video-container i {
    background-color: var(--red-color);
    padding-left: 2px;
    border-radius: 50%;
    color: var(--white-color);
    text-align: center;
    position: absolute;
    top: 184px;
    left: 23px;
    font-size: 43px;
    color: var(--white-color);
    cursor: pointer;
  }
}



/* ====================================  main responsive  ================== */

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .email-input {
    width: fit-content;
    padding: 13px;
    border: 1px solid var(--border2-color);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 16px;
    box-sizing: border-box;
  }

  .section10-main-m {

    background-size: contain;
    background-repeat: no-repeat;
    width: 90%;
    height: 249px;
    margin-left: auto;
    margin-right: auto;
  }

  /* --------------------- banner -------------------- */

  .banner-hed-img img {
    width: 50%;
    padding-top: 33px;
    margin: 0px auto;
  }

  .banner-hed-second {
    margin-left: -80px !important;
  }

  .section4-first h5 {
    font-size: 22px !important;
  }

  .section4-last h5 {
    font-size: 20px !important;
  }

  /* ======================================== */

  .pic_bak1 {
    width: 45%;
    height: 95%;
    position: absolute;
    background: var(--white-color);
    box-shadow: 0px 0px 12px 0px;
    bottom: -11px;
    right: 18%;
    border-radius: 15px;
    z-index: -1;
  }

  .pic_bak2 {
    width: 45%;
    height: 95%;
    position: absolute;
    background: var(--bg-primary-color);
    box-shadow: 0px 0px 12px 0px;
    bottom: -11px;
    right: 18%;
    border-radius: 15px;
    z-index: -1;
  }

}


@media only screen and (min-width: 1111px) and (max-width: 1199px) {
  .section10-main-m {
    background-image: url(../images/USF-55.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 211px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* =============================================== */

@media only screen and (min-width: 1025px) and (max-width: 1110px) {
  .header-calander-para p {
    font-size: 11px !important;
  }

  .header-phone p {
    font-size: 12px !important;
  }

  .header-phone a {
    color: var(--black-dark-color);
    padding-top: 3px;
    font-size: 11px;
  }

  .banner-hed-last-first h2 {
    font-size: 22px;
  }

  .banner-hed-last-last span {
    font-size: 15px;
  }

  .menu-item a {
    font-size: 12px !important;
  }

  /* ======================== */

  .banner-hed {
    width: 90%;
    display: flex;
    margin: 0 auto;
    padding: 20px 0;
  }


  /* ========================== */

  .Usf-15 {
    width: 224px;
  }

  .Usf-16 {
    width: 215px;
    margin-left: 40px;
  }

  .section2-last h2 {
    font-size: 1.5rem;
    line-height: 30px;
  }

  /* ===================================== */

  .slide-img-1 video {
    top: 0px;
    left: 15px;
    position: absolute;
    border-bottom: 0px solid var(--primary-color) !important;
    width: 100%;
  }

  .video-container i {
    background-color: var(--red-color);
    padding-left: 2px;
    border-radius: 50%;
    color: var(--white-color);
    text-align: center;
    position: absolute;
    top: 180px;
    left: 28px;
    font-size: 35px;
    color: var(--white-color);
    cursor: pointer;
  }

  /* =========================== */

  .one-third {
    width: 100%;
  }

  /* ================================================== */

  .section10-main-m {
    background-image: url(../images/USF-55.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 211px;
    margin-left: auto;
    margin-right: auto;
  }



  /* ======================== */
  .footer1-child3 a {
    color: var(--white-color);
    font-size: 11px;
  }

}


/* ============================================================================== */
@media only screen and (min-width: 1025px) and (max-width: 1110px) {
  .header-calander-para p {
    font-size: 11px !important;
  }

  .header-phone p {
    font-size: 11px !important;
  }

  .banner-hed-last-first h2 {
    font-size: 22px;
  }

  .banner-hed-last-last span {
    font-size: 15px;
  }
}

/* ====================================================== responsive for divices ================================== */
@media only screen and (min-width: 781px) and (max-width: 1024px) {

  .menu-link {
    font-size: 12px !important;
  }

  .header-calander-para {
    margin-top: 5px;
  }

  .header-calander-para p {
    font-size: 10px !important;
  }

  .header-cal-logo i {
    margin-top: 10px;
    font-size: 40px;
  }


  .header-loc-logo-main {
    width: fit-content;
    text-align: center;
    padding-top: 0px !important;
  }

  .header-loc-para {
    font-size: 11px !important;
  }

  .header-phone p {
    font-size: 12px !important;
  }

  .header-phone {
    padding-left: 10px;
  }

  .social-media-hed {
    padding-left: 0px !important;
  }

  /* ------------------------------------  nav bar --------------------- */
  .nav-link {
    font-size: 12px;
  }

  .menu-item a {
    font-size: 12px;
  }

  /* ---------------------------------------- banner --------------------------------- */
  .banner-hed-img img {
    margin-top: 20px;
    margin-left: auto;
    width: 55% !important;
    padding-top: 0px !important;
  }

  .banner-hed {
    width: 93%;
  }

  .banner-hed-last-first {
    padding-top: 0px !important;
    border-bottom: 1px solid var(--white-color);
  }

  .banner-hed-last-first h1 {
    font-size: 29px !important;
  }

  .banner-hed-last-first span {
    font-size: 14px;
    border-bottom: none;
  }

  .banner-hed-last-last h1 {
    font-size: 29px;
  }

  .banner-hed-last-last p {
    font-size: 14px;
  }

  .banner-hed-last-first h2 {
    font-size: 28px;
  }

  .banner-hed-last-last span {
    font-size: 14px;
  }

  /* --------------------------------------  section -2 ------------------------------- */
  .section2-first {
    padding-left: 5px !important;
  }

  .section2-last {
    padding-left: 45px;
  }

  #section2-3-hedding h4 {
    background-color: var(--bg-gray12-light-color);
  }

  .section2-fot {
    margin-top: 100px;
  }

  /* .section2-first {
      padding-top: 280px;
  } */
  /* ------------------------------------------ section-4 --------------- */
  .section4-title-middle-para {
    padding: 4px 5px;
  }

  .section4-first {
    margin-left: 0px !important;
    margin-right: 5px !important;
  }

  .section4-last {
    margin-right: 5px !important;
  }

  /* ----------------------------------------- section-5 ---------- */
  .section5-title-middle-para {
    padding: 2px 70px;
  }

  /* ---------------------------------------  section 6 ---------------*/
  .section6-title-middle-para p {
    padding: 2px 60px;
  }

  /* --------------------------------------- section 7 -------------------- */
  .section7-title-middle-para {
    padding: 2px 60px;
  }

  .slide-img-1 img {
    top: -8px;
    border-bottom: 7px solid var(--primary-color);
    width: 87%;
  }

  .video-container i {
    background-color: var(--red-color);
    padding-left: 2px;
    border-radius: 50%;
    color: var(--white-color);
    text-align: center;
    position: absolute;
    top: 200px !important;
    left: 23px !important;
    font-size: 27px !important;
  }

  /* ----------------------------------------- section -9 --------- */
  .section9-title-middle-para {
    padding: 2px 60px;
  }

  /* -------------------------------------- section -10 ------------ */
  .section10-main {
    padding-top: 6px;
  }

  .section10-main-m {
    width: 100%;
    padding: 0px 20px;
  }

  .section10-first h1 {
    padding-top: 0px;
  }

  .section10-last {
    padding: 0px;
  }




  /* ==============================================  abstract page =============================================
  =================================================================================================================  */

  .Abstract-foc .section4-title-middle-para {
    padding: 4px 30px;
  }


  .form-group input,
  .form-group select,
  .form-group textarea {
    width: 270px;
  }

  /* ================================================== internal pages ========================================
  =============================================================================================================== */
  .author-table {
    padding: 15px 3px;
  }

  /* ================================================= register page 1 =======================================
  ===========================================================================================================   */
  .register-pament-input input,
  .register-pament-input select,
  .register-pament-input textarea {
    width: 330px;
    height: 40px;
    margin-bottom: 5px;
  }

  .register-pament-input .form-group {
    margin-bottom: 0px;
  }

  #street {
    height: 60px;
  }

  /* =============================================== internalpage-details ================================= */
  .register-pament-input input,
  .register-pament-input select,
  .register-pament-input textarea {
    width: 90%;
    font-size: 15px;
    padding: 3px;
    background-color: var(--bg-gray13-light-color);
    border: 1px solid var(--border6-color);
    box-sizing: border-box;
    height: 30px;
  }

  /* ================================================= */


}

@media only screen and (min-width: 782px) and (max-width: 991px) {
  .section2-first {
    padding-top: 385px;
  }

  .banner-hed-last-first span {
    font-size: 14px !important;
  }

  .banner-hed-last-first {
    padding-top: 25px !important;
  }

  .banner-hed-second {
    margin-left: 0px;
  }

  .section4-last {
    margin-top: 140px !important;
  }

  .header-calander {
    justify-content: center !important;
  }

  .header-phone p {
    justify-content: center !important;
  }

  .navbar-main {
    padding: 15px;
  }

  .nav-img img {
    width: 120px;
    margin-left: 10px;
    display: block;
  }

  .header-loc-logo-main {
    margin-top: 10px;
    margin-left: auto;
    padding-left: 5px;
  }


  /* ------------------------- testimonials -------------------- */
  .video-container {
    position: relative;
    width: 50% !important;
    margin: auto !important;
  }

  .slide-img-1 video {
    top: 0px !important;
    left: 15px;
    position: absolute;
    border-bottom: 0px solid var(--primary-color) !important;
    width: 160px !important;
  }

  .slide-para {
    padding-left: 30px !important;
    margin-top: 290px;
  }

  .video-container i {
    top: 221px !important;
    left: 23px !important;
    font-size: 27px !important;
  }

  /* ------------------------------- */
  .section10-main-m {
    background-image: none;
    background-color: var(--white-color) !important;
    height: 350px;
  }

  /* ------------ footer ---------- */
  .footer-link {
    text-align: center;
  }

  .footer1-child4 {
    text-align: center;
  }

}

/* ================================================   responsive for index =================================================== */
@media only screen and (max-width: 781px) and (min-width: 601px) {

  .header-logo-main {
    text-align: center;
  }

  .header-calander {
    justify-content: center;
  }

  .header-loc-logo-main {
    justify-content: center;
  }

  .header-phone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .social-media-hed {
    justify-content: center;
    text-align: center;
  }

  /* -------------------------------------- nav bar -------------------- */
  .navbar-main {
    padding: 15px;
  }

  /* ---------------------------------------- banner ----------------- */
  .banner-hed {
    display: grid !important;
    margin: 0 auto;
    padding: 20px 0;
  }

  .banner-hed-img {
    text-align: center !important;
  }

  .banner-hed-img img {
    width: 50%;
    padding-top: 33px;
    margin: 0px auto;
  }

  .banner-hed-last-last i {
    font-size: 6px;
  }

  .banner-hed-last-first {
    text-align: center !important;
    border-bottom: 1px solid var(--white-color);
    margin: 0px auto;
  }

  .banner-hed-last-last {
    text-align: center !important;
  }

  .banner-hed-last-first span {
    border: none;
  }

  .nav-img img {
    width: 120px;
    margin-left: 10px;
    display: block;
  }

  .banner-hed-last-first h1 {
    font-size: 34px !important;
  }

  .banner-hed-second {
    margin-left: 0px;
  }

  /* -------------------------------------------   section 1 ----------------------------  */



  /* -----------------------------------------    section 2 -----------------------------------------*/
  .section2-first {
    padding-top: 350px;
  }

  .section2-fot {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section2-last p {
    padding-left: 12px;
  }

  /* ---------------------------------------------- section 3 ---------------- */
  .section2-3-hedding h4 {
    background-color: var(--bg-gray14-light-color);
  }

  .accordion-heading {
    font-size: 13px;
  }

  .accordion-content p {
    font-size: 13px;
  }

  /* -----------------------------------------  section 4 -------------------*/
  .section4-fot {
    padding: 0px 15px;
  }

  .section4-title-middle-para {
    padding: 0px 0px;
  }

  .section4-last {
    width: 90%;
    margin: 0px auto;
    margin-top: 122px;
    position: relative;
    background-color: var(--bg-secondary-color);
    color: var(--white-color);
    text-align: center;
    padding: 20px;
  }

  .section4-first {
    margin: 0px;
  }

  .section4-last {
    margin-top: 120px;
    margin-right: 56px;
    margin-left: 46px;
  }

  /* ----------------------------------------  section 5 ------------------------ */
  .section5-fot {
    padding: 0px 15px;
  }

  .section5-fot .title-middle:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 36%;
    bottom: 14px;
    transform: translate(-50%, -50%);
    background: var(--black-color) !important;
    background: radial-gradient(circle, var(--black-color) 71%, var(--black-color) 100%);
    width: 110%;
    height: 0.5px;
    z-index: -1;
  }

  /* .screen {
    display: none;
  } */

  /* -------------------------------------- section 6 --------------------- */
  .section6-fot {

    padding: 10px 15px;
  }

  .gallery-grid {
    padding-top: 40px;
  }

  .one-third {
    margin-top: 15px;
  }

  /* ---------------------------------------- section 7 -------------------- */
  .section7-fot {
    padding: 0px 0px;
  }

  .slide-img-1 img {
    width: 100px !important;
    margin-top: 55px !important;
    margin-left: 280px;
  }

  .slide-para {
    padding-top: 400px !important;
  }

  .video-container {
    width: 50% !important;
  }

  .slide-img-1 video {
    top: 0px !important;
    left: 15px;
    position: absolute;
    border-bottom: 0px solid var(--primary-color) !important;
    width: 100%;
  }

  .video-container i {
    background-color: var(--red-color);
    padding-left: 2px;
    border-radius: 50%;
    color: var(--white-color);
    text-align: center;
    position: absolute;
    top: 245px;
    left: 26px;
    font-size: 28px;
    color: var(--white-color);
    cursor: pointer;
  }

  /* ----------------------------------- section 8 -------------------------------- */

  /* ---------------------------------- section 9 ------------------------ */
  .section9-fot {
    padding: 18px 0px;
  }

  .center-slider .slick-slide img {
    width: 85%;
    padding: 15px;
    box-shadow: 0px 1px 2px 2px rgb(236, 233, 233);
    border-radius: 10px;
  }

  /* ---------------------------------- section 10 ----------------------- */
  .section10-main-m {
    height: fit-content;
    background-image: none;
    background-color: var(--white-color);
  }

  .section10-first {
    padding-left: 0px !important;
  }

  .section10-last {
    padding: 0px;
  }

  /* --------------------------------------- footer -------------------------- */
  .footer1-child1 {
    padding: 0px 15px;
  }

  .footer-link {
    text-align: center;
  }

  .footer1-child3 {
    padding: 10px 15px;
    text-align: center;
  }

  .footer1-child4 {
    padding: 10px 0px;
    text-align: center;
  }

  /* ===========================================================================================================================
     ========================================   ======   abstract page ============================================================== */
  .Abstract-foc .title-middless h4 {
    font-size: 26px;
  }

  .Abstract-foc .section4-title-middle-para {
    padding: 0px;
  }

  /* ----------------------------------------------- section 2 -------------------------------------------------------*/
  .abstract-section2 {
    display: grid;
  }

  .abstract-img {
    margin-top: 20px;
  }

  .abstract-img img {
    padding: 0px;
  }

  .abstract-para p {
    text-align: justify;
  }

  /* ==========================================================================================================================
    ====================================================   internal page    =========================================================== */
  .author-details-sec3-child img {
    width: 115px;
  }

  /* ==============================================================================================================================
    ======================================================  register page ============================================================== */
  .register-price {
    row-gap: 30px;
  }

  .price-selection-1 {
    padding: 0px;
  }

  .section2-lasts {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  /* =============================================== internalpage-details ================================= */
  .register-pament-input input,
  .register-pament-input select,
  .register-pament-input textarea {
    width: 100%;
    font-size: 15px;
    padding: 3px;
    background-color: var(--bg-gray13-light-color);
    border: 1px solid var(--border6-color);
    box-sizing: border-box;
    height: 30px;
  }


}

/* ========================================================  media quries ================================================= */


@media (max-width: 600px) {

  .container {
    width: 100%;
    /* Ensure container takes full width on small screens */
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-logo img {
    width: 180px;
    margin-left: 34px
  }

  .header-logo-main {
    text-align: center;
    margin-bottom: 40px !important;
  }

  .header-calander {
    display: grid;
    text-align: center;
    justify-content: center;
  }

  .header-loc-logo-main {
    display: grid !important;
    text-align: center;
    justify-content: center;
  }

  .header-loc-para {
    text-align: center !important;
  }

  .header-phone p {
    display: grid !important;
    text-align: center;
  }

  .navbar-main {
    padding: 10px 0px;
  }

  .burger {
    margin-right: 20px;
    float: right;
    margin-top: -29px;
  }

  .header-phone {
    width: 100%;
    margin: 0px auto;
    margin-top: 10px;
    text-align: center;
  }

  /* ------------------------------------------------ nav ---------------------------------- */
  .nav-img img {
    width: 120px;
    margin-left: 10px;
    display: block;
  }

  /* ----------------------------------------banner section ------------------------------- */
  .banner-hed {
    width: 100%;
    /* Adjust width for smaller screens */
    display: grid !important;
    margin: 0px auto;
  }

  .banner-hed-last-last i {
    font-size: 6px;
  }

  .banner-hed-img img {
    width: 50%;
    padding-top: 10px;
    /* Adjust top padding for smaller screens */
    padding-bottom: 20px;
    /* Adjust bottom padding for smaller screens */
    margin: 0px auto;
  }

  .banner-hed-last-first {
    text-align: center !important;
    padding: 0px;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--white-color);

  }

  .banner-hed-last-last {
    text-align: center;
    padding: 0px;

  }

  .banner-hed-last-first h1 {
    font-size: 25px !important;
    /* Font size for smaller screens */
    text-align: center;
  }

  .banner-hed-last-first span {
    font-size: 14px !important;
    letter-spacing: 4px;
    text-align: center !important;
  }

  .banner-hed-last-first p {
    font-size: 12px;
    /* Font size for smaller screens */
    text-align: center;
  }

  .banner-hed-last-last h1 {
    font-size: 25px !important;
    /* Font size for smaller screens */
  }

  .banner-hed-last-last p {
    font-size: 10px;
    /* Font size for smaller screens */
    padding-top: 5px;
  }

  .banner-hed-last-first h2 {
    font-size: 23px;
  }

  .banner-hed-last-last span {
    font-size: 12px;
  }

  .banner-hed-second {
    margin-left: 0px;
  }

  /* -------------------------- section1 ----------- */

  .section1-body {
    margin-right: 2px;
  }

  /* ----------------------- section2  ------------------ */
  .section2-fot {
    padding: 0px 5px !important;
    padding-top: 30px;
  }

  .section3-bg {
    padding: 20px !important;
  }

  .sec2-child {
    margin-left: 3px;
  }

  .section2-last h2 {
    font-size: 1.5rem;
    line-height: 30px;
  }


  .title-middle:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 36%;
    bottom: 14px;
    transform: translate(-50%, -50%);
    background: var(--black-color);
    background: radial-gradient(circle, var(--black-color) 71%, var(--black-color) 100%);
    width: 96%;
    height: 0.5px;
    z-index: -1;
  }

  .section2-first {
    display: none;
  }

  .section2-last-child {
    padding: 0px 10px;
  }

  .section2-last {
    padding-top: 420px;
  }

  .thm-btn {
    margin-left: 12px;
  }

  /* ---------------------------- section3 --------------------- */
  #section2-3-hedding h4 {
    font-size: 1.3rem;
    background-color: var(--bg-gray3-light-color);
  }

  .section3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordion-item {
    margin: 10px;
  }

  .section3-bg {
    padding: 0px;
  }

  /*--------------------------------- section4 ------------------------  */
  .section4-fot {
    margin-top: 10px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 20px;
    padding-bottom: 0px !important;
  }

  .section4-title-middle-para {
    padding: 0px 10px;
  }

  .section4-first {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0px 15px;
    margin-bottom: 40px;
    right: 0px;
  }

  .section4-first h5 {
    font-size: 18px;
    font-weight: 600;
  }

  .section4-first h6 {
    font-size: 18px;
    font-weight: 100;
  }

  .section4-first p {
    font-size: 12px;
    padding-right: 110px;
  }

  .section4-last {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0px 15px;
    right: 0px;
  }

  .section4-last h6 {
    font-size: 18px;
    font-weight: 100;
  }

  .section4-last p {
    font-size: 12px;
    padding-right: 110px;
  }

  .section4-last h5 {
    font-size: 18px;
    font-weight: 600;
  }

  .section4-first img,
  .section4-last img {
    position: absolute;
    width: 50%;
    right: 0px;
    bottom: 0px;

  }


  .section4-fot .title-middles:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 31;
    transform: translateX(-50%);
    background: radial-gradient(circle, var(--black-color) 71%, var(--black-color) 100%);
    width: 110%;
    height: 1px;
    z-index: -1;
  }

  /* --------------------------------------- section5 -------------------- */
  .section5-fot {
    padding: 0px;
  }

  .one-third {
    width: 100%;
  }

  .section5-title-middle-para {
    padding: 0px 10px;
  }

  .one-third {
    margin-bottom: 20px;
  }

  .gallery-grid {
    padding: 0px 20px;
    margin-top: 40px;
  }

  .section5-fot h4 {
    font-size: 1rem;
  }

  /* -------------------------------------------- section6 ------------------- */
  .section6-fot {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 20px;
  }

  .section6-child1 {
    margin-left: auto;
    margin-right: auto;
  }

  .section6-title-middle-para p {
    padding: 0px 20px;
  }

  .section6-fot h4 {
    font-size: 1.3rem;
  }

  .section6-fot h6 {
    font-size: 1.1rem;
  }

  /* ------------------------------------- section 7 ---------------------- */
  .slide {
    width: 100%;
    padding-left: 40px;
  }

  .section7-fot {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
  }

  .slider {
    margin: 0px;
  }

  .slide-img-1 {
    margin-bottom: 180px;

  }

  .slide-img-1 img {
    top: 20px;
    left: 35%;
    width: 100px;
    border-bottom: 2px solid var(--primary-color);
  }

  .section7-title-middle-para {
    padding: 0px 20px;
  }

  .slider-control.prev {
    left: 4px;
  }

  .slider-control.next {
    right: -20px;
  }

  .video-container {
    width: 60% !important;
  }

  .slide-img-1 video {
    top: 0px !important;
  }

  .slide-para {
    padding-left: 15px !important;
    padding-top: 220px !important;
  }

  .section7-fot h4 {
    font-size: 1.3rem;
  }

  .video-container i {
    /* background-color: var(--red-color);
    padding-left: 2px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 306px;
    left: 26px;
    font-size: 26px;
    color: white;
    cursor: pointer; */
    top: 255px;
    display: none !important;
  }

  .slider-container {
    padding: 0px 0px !important;
  }

  /* ------------------------------- section 9 -------------------- */
  .section9-fot {
    margin-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
  }

  .section9-fot h4 {
    font-size: 1rem;
  }

  .custom-slide {
    flex: 0 0 100%;
    /* Each slide takes up 100% of container width on smaller screens */
    display: block;
    /* Display slides individually on smaller screens */
  }

  .custom-slider-control {
    right: 0px;
  }

  .section9-title-middle-para {
    padding: 0px 20px;
  }

  .section9 .title-middle:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 36%;
    bottom: 14px;
    transform: translate(-50%, -50%);
    background: var(--black-color);
    background: radial-gradient(circle, var(--black-color) 71%, var(--black-color) 100%);
    width: 101%;
    height: 0.5px;
    z-index: -1;
  }

  .center-slider .slick-slide img {
    width: 94%;
    padding: 10px;
    margin-left: 20px;
    box-shadow: 0px 1px 2px 2px rgb(236, 233, 233);
    border-radius: 10px;
  }


  /* -------------------------------------- section10 -------------------- */
  .section10 {
    padding: 30px 0px;
  }

  .section10-main {
    margin: 0px;
    padding: 0px 5px;
  }

  .email-button {
    margin-top: 10px;
    width: fit-content;
  }

  .section10-first {
    padding-left: 0px;
  }

  .section10-main-m {
    width: 100%;
    background-image: none;
    background-color: var(--white-color);
    display: grid;
    text-align: center;
    height: fit-content;
  }

  .section10-last {
    padding: 0px;
  }

  /* ------------------------------------------ footer ---------------------------------- */
  .footer-hed {
    font-size: 20px !important;
  }

  .footer1-child1 {
    padding: 0px 20px;
    text-align: center;
  }

  .footer1-child1 p {
    text-align: left;
  }

  .footer-link {
    padding: 0px;
    text-align: center;
  }

  .footer1-child3 h4 {
    padding: 0px;
    text-align: center;
  }

  .footer1-child3 ul {
    padding: 0px;
    text-align: center;
  }

  .footer1-child4 {
    padding: 0px;
    text-align: center;
  }

  .footer1-child3 {
    padding: 0px;
  }

  /* ==============================================================  ===================================================
  =======================================================   abstract  ======================================================= */
  .Abstract-foc .title-middless h4 {
    padding-top: 20px;
    font-size: 25px;
  }

  .Abstract-foc {
    padding: 0px;
  }

  .Abstract-foc .section4-title-middle-para {
    padding: 0px 15px;
  }

  .title-middless:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 56%;
    bottom: 14px;
    transform: translate(-50%, -50%);
    background: var(--primary-color) !important;
    background: radial-gradient(circle, var(--black-color) 71%, var(--black-color) 100%);
    width: 120%;
    height: 0.5px;
    z-index: -1;
  }

  .abstract-section2 {
    display: grid;
  }

  .abstract-img img {
    padding-top: 20px;
    padding-left: 0px;
  }

  .abstract-para {
    padding: 20px 10px;
  }

  .abstract-para p {
    text-align: justify;
  }

  /* ==========================================================================================================================
    ====================================================   internal page    =========================================================== */

  .author-details-sec3-main {
    display: grid;
  }

  .author-details-sec3-main-img {
    margin: 20px auto;
    padding-left: 70px;
  }

  .author-details-sec3-child img {
    width: 60%;

  }

  .author-details-sec3-main h6 {
    text-align: center;
  }

  .author-details-sec3-main p {
    text-align: justify;
    padding-top: 5px;
  }

  /* ==============================================================================================================================
    ==================================================    register ======================================================== */
  .price1 {
    margin-bottom: 30px;
  }

  .price1::after {
    content: '';
    position: absolute;
    bottom: 14px;
    left: 19%;
    width: 54%;
    height: 5px;
    border-bottom: 33px solid var(--border3-color);
    border-radius: 20px;
    z-index: -1;
  }

  .price4::after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 20%;
    width: 54%;
    height: 5px;
    border-bottom: 33px solid var(--border3-color);
    border-radius: 20px;
    z-index: -1;
  }

  .custom-table th {
    font-size: 11px;
    padding: 5px;
  }

  .custom-table td {
    font-size: 12px;
    padding: 5px;
  }

  .section2-lasts {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .custom-table select {
    width: 71%;
    margin: 4px 7px;
    padding: 4px 0px;
    border: 1px solid var(--box-shadow3-color);
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
  }

  .register-pament-summery-register-btn {
    margin-left: 5px;
  }

  /* =============================================== internalpage-details ================================= */
  .register-pament-input input,
  .register-pament-input select,
  .register-pament-input textarea {
    width: 100%;
    font-size: 15px;
    padding: 3px;
    background-color: var(--bg-gray13-light-color);
    border: 1px solid var(--border6-color);
    box-sizing: border-box;
    height: 30px;
  }

  .register-btn-nxt {
    margin: 0px;
    margin-left: 85%;
    display: grid;
    gap: 5px;
    padding-top: 15px;
    margin-bottom: 24px;

  }

  .register-btn-nxt a {
    padding: 10px 15px;
    font-size: 12px;
  }

  /* -------------------------- about-conference  --------------- */
  .about-conference-content {
    padding: 20px 10px !important;
    text-align: left;
  }

  .about-conference-hed-h1 {
    font-size: 20px !important;
  }

  /* ---------------------- highlights-of-the-conference  ------------------- */
  .highlights-of-the-conference {
    padding: 20px 10px !important;
    text-align: left;
  }

  .highlights-of-the-conference-hed h1 {
    font-size: 20px !important;
  }

  /* ------------------------  conference-objective  ------------------*/
  .conference-objective {
    padding: 20px 10px !important;
    text-align: left;
  }

  .conference-objective-hed h1 {
    font-size: 20px !important;
  }

  /* --------------------   topic-to-cover ------------------*/
  .topic-to-cover {
    padding: 20px 10px !important;
    text-align: left;
  }

  .topic-to-cover-hed h1 {
    font-size: 20px !important;
  }

  /* -------------------  way-to-attend-content  ------------------*/
  .way-to-attend-content {
    padding: 20px 10px !important;
    text-align: left;
  }

  .way-to-attend-content-hed h1 {
    font-size: 20px !important;
  }

  /* --------------------  conference-sessions  ----*/
  .conference-sessions {
    padding: 20px 10px !important;
    text-align: left;
  }

  .conference-sessions-hed h1 {
    font-size: 20px !important;
  }

  /* -------------------- our-mission  --------------- */
  .our-mission {
    padding: 20px 10px !important;
    text-align: left;
  }

  .our-mission-hed h1 {
    font-size: 20px !important;
  }

  /* ----------------- policies-procedure ----------*/
  .policies-procedure {
    padding: 20px 10px !important;
    text-align: left;
  }

  .policies-procedure-hed h1 {
    font-size: 20px !important;
  }

  /* ---------------- code-of-conduct  ------------*/
  .code-of-conduct {
    padding: 20px 20px !important;
    text-align: left;
  }

  .code-of-conduct-hed h1 {
    font-size: 20px !important;
  }

  /* ------------- integrity-and-ethics  -------*/
  .integrity-and-ethics {
    padding: 20px 10px !important;
    text-align: left;
  }

  .integrity-and-ethics-hed h1 {
    font-size: 20px !important;
  }

  /* ------------ discussion-panel --------*/
  .discussion-panel {
    padding: 20px 10px !important;
    text-align: left;
  }

  .discussion-panel-hed h1 {
    font-size: 20px !important;
  }

  /* ------------  conference-networking   ---------*/
  .conference-networking {
    padding: 20px 10px !important;
    text-align: left;
  }

  .conference-networking-hed h1 {
    font-size: 20px !important;
  }

  /* -------- associations-collaborations  ----------- */
  .associations-collaborations {
    padding: 20px 20px !important;
    text-align: left;
  }

  .associations-collaborations-hed h1 {
    font-size: 20px !important;
  }

  /* -------- collaborative-opportunitie ----*/
  .collaborative-opportunities {
    padding: 20px 10px !important;
    text-align: left;
  }

  .collaborative-opportunities-hed h1 {
    font-size: 20px !important;
  }

  /* ------  doctoral-student-program  -------*/
  .doctoral-student-program {
    padding: 20px 10px !important;
    text-align: left;
  }

  .doctoral-student-program-hed h1 {
    font-size: 20px !important;
  }

  /* ------  global-community  -------*/
  .global-community {
    padding: 20px 10px !important;
    text-align: left;
  }

  .global-community-hed h1 {
    font-size: 20px !important;
  }

  /* ----------------------------- abstract-submission-guidelines  ----------*/
  .abstract-submission-guidelines {
    padding: 20px 10px !important;
    text-align: left;
  }

  .abstract-submission-guidelines-hed h1 {
    font-size: 18px !important;
  }

  /* -------- abstract-ethical-consideration-and-review --------- */
  .abstract-ethical-consideration-and-review {
    padding: 20px 10px !important;
    text-align: left;
  }

  .abstract-ethical-consideration-and-review-hed h1 {
    font-size: 20px !important;
  }

  /* -------  poster-presentations  ------------*/
  .poster-presentations {
    padding: 20px 10px !important;
    text-align: left;
  }

  .poster-presentations-hed h1 {
    font-size: 20px !important;
  }

  /* ----------- registration-covers  ------------*/
  .registration-covers {
    padding: 20px 10px !important;
    text-align: left;
  }

  .registration-covers-hed h1 {
    font-size: 20px !important;
  }

  /* -------------  cancellation-refund-policy  -----------*/
  .cancellation-refund-policy {
    padding: 20px 10px !important;
    text-align: left;
  }

  .cancellation-refund-policy-hed h1 {
    font-size: 20px !important;
  }

  /* -----------  group-registrations  ----------*/
  .group-registrations {
    padding: 20px 10px !important;
    text-align: left;
  }

  .group-registrations-hed h1 {
    font-size: 20px !important;
  }

  /* -------- group-registrations  --------*/
  .group-registrations {
    padding: 20px 10px !important;
    text-align: left;
  }

  .group-registrations-hed h1 {
    font-size: 20px !important;
  }

  /* ---- .previous-events-gallery  ----- */
  .previous-events-gallery {
    padding: 20px 10px !important;
    text-align: left;
  }

  .previous-events-gallery-hed h1 {
    font-size: 20px !important;
  }

  /* ---------- about-venue  ------------ */
  .about-venue {
    padding: 20px 10px !important;
    text-align: left;
  }

  .about-venue-hed h1 {
    font-size: 20px !important;
  }

  /* ------------  .visiting-places-in-dubai  -------- */
  .visiting-places-in-china {
    padding: 20px 10px !important;
    text-align: left;
  }

  .visiting-places-in-china-hed h1 {
    font-size: 20px !important;
  }
}


/* -------------------------------------------------------     nav bar --------------------------------------------- */

@media (max-width: 376px) {
  .slide-para {
    padding-top: 160px !important;
  }

  /* ------------------- video  ---------- */
  .video-container i {
    /* background-color: var(--red-color);
      padding-left: 2px;
      border-radius: 50%;
      text-align: center;
      position: absolute;
      top: 253px;
      left: 26px;
      font-size: 26px;
      color: white;
      cursor: pointer; */
    display: none;
  }
}

@media (max-width: 320px) {
  .slide-para {
    padding-top: 140px !important;
  }
}

@media (max-width: 600px) {
  .contact-us {
    width: 90%;
    margin: 0px auto;
  }

  .contact-us p {
    text-align: left;
  }

  .section-title-main {
    width: 90%;
    margin: 20px auto;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2) !important;
  }

  .contact-us-hed {
    padding-left: 7%;
  }

  .contact-us-hed {
    padding-left: 27px;
  }

  .contact-us-hed h1 {
    font-size: 20px;
  }

  .contact-us p {
    font-size: 14px;
    padding-left: 0px;
  }

  .contact-us h6 {
    padding-left: 0px;
  }

  .contact-us-hed .underline-square {
    position: absolute;
    left: 50% !important;
    bottom: 0;
    width: 30px;
    height: 5px;
    background-color: var(--primary-color);
    transform: translateX(-50%);
    transform: translateY(50%);
  }

  .social-media-hed {
    display: grid;
    justify-content: center !important;
    text-align: center;
  }


}

@media (max-width: 390px) {

  .form-group input,
  .form-group select,
  .form-group textarea {
    width: 280px !important;
    font-size: 15px;
    padding: 3px;
    box-sizing: border-box;
    height: 36px;
    background-color: var(--white-color);
    border: 1px solid var(--primary-color);
  }

  .form-group {
    width: fit-content !important;
    margin-left: -10px !important;
  }

  .contact-us-sub p a {
    color: var(--black-color);
    font-size: 13px;
  }

  .email-input {
    width: 65%;
  }

}

/* ============================== ocm-members  ================================== */

@media screen and (min-width: 992px) and (max-width: 1250px) {

  .our-team .pic {
    width: 40% !important;
  }

}

@media screen and (min-width: 600px) and (max-width: 991px) {

  .our-team .pic {
    width: 40% !important;
  }

}


@media (max-width: 599px) {

  .our-team .pic {
    width: 40% !important;
  }

}

@media (min-width: 2001px) {
  .team_content_3 h6 {
    color: var(--black-color) !important;
  }
}

/* ===============================  speakers-members ===================== */

@media screen and (min-width: 1560px) {
  .spk_7 {
    grid-template-columns: repeat(5, 1fr);
    /* 3 columns for medium screens */
  }
}

/* Responsive behavior */
@media screen and (max-width: 1200px) {
  .spk_7 {
    grid-template-columns: repeat(3, 1fr);
    /* 3 columns for medium screens */
  }

  .team-content h6 {
    font-size: 0.9rem;
  }

  .team-content span {
    font-size: 0.8rem;
  }

  .team-content p {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  .spk_7 {
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns for small screens */
  }

  .header-container h1 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  .spk_7 {
    grid-template-columns: 1fr;
    /* 1 column for extra small screens */
  }

  .spk_7_img_mn img {
    width: 100%;
    height: 500px;
    position: absolute;
  }
}



/* ======================================================== */


@media screen and (min-width: 1400px) and (max-width: 2562px) {
  .container {
    max-width: 1320px;
  }

}



/* ===========================  banner-css =================================== */



@media only screen and (min-width: 1334px) and (max-width: 1400px) {

  .banner-hed-last-first h2 {
    font-size: 24px;
  }

  .banner-hed-last-first {
    width: fit-content;
    padding-top: 50px;
    color: var(--white-color);
    text-align: left;
    padding-bottom: 1px;
    border-bottom: 1px solid var(--white-color);
    margin-bottom: 8px;
  }

  .banner-sub-hd img {
    width: 100%;
    float: left;
  }

}


@media only screen and (min-width: 1200px) and (max-width: 1333px) {

  .banner-hed-img {
    width: 25%;
  }

  .banner-hed-img img {
    width: 74%;
    padding-top: 33px;
    margin-left: 0px auto;
  }

  .banner-hed-last-first h1 {
    font-size: 29px;
    font-weight: 500 !important;
    /* margin-bottom: 4px !important; */
    font-family: Lora !important;
    padding-top: 20px;
    letter-spacing: 2px;
  }

  .banner-hed-last-first h2 {
    font-size: 20px;
  }

  .banner-hed-last-last span {
    font-size: 14px;
    font-family: sora;
    font-weight: 100 !important;
    letter-spacing: 4px;
    padding-top: 8px !important;
  }

  .banner-sub-hd img {
    width: 88%;
    float: left;
  }

  .banner-hed-second {
    margin-left: 0px !important;
  }

  .banner-hed-last-first {
    width: fit-content;
    padding-top: 60px;
    color: var(--white-color);
    text-align: left;
    padding-bottom: 1px;
  }

}


@media only screen and (min-width: 1050px) and (max-width: 1199px) {

  .banner-hed-img {
    width: 25%;
    display: flex;
    justify-content: end !important;
  }

  .banner-hed-img img {
    width: 100%;
    margin-top: 12px;
  }

  .banner-hed-last-first h2 {
    font-size: 20px;
  }

  .banner-hed-last-last span {
    font-size: 9px;
  }

  .banner-sub-hd img {

    width: 90%;
    float: left;
  }

  .banner-hed-last-first {
    width: fit-content;
    padding-top: 90px !important;
    color: var(--white-color);
    text-align: left;
    padding-bottom: 1px;
  }

  .banner-hed-last-first h1 {
    font-size: 26px;
    font-weight: 500;
    padding-top: 20px;
    letter-spacing: 2px;
  }

  .banner-hed-second {
    margin-left: 0px !important;
  }

}


@media only screen and (min-width: 1000px) and (max-width: 1049px) {
  .slide-img-1 video {
    top: 6px;
    left: 15px;
    position: absolute;
    border-bottom: 0px solid var(--primary-color) !important;
    width: 100%;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1049px) {

  .banner-hed {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 20px 0;
  }

  .banner-hed-img {
    width: 25%;
    display: flex;
    justify-content: end;
  }

  .banner-hed-img img {
    margin-right: auto;
    width: 100% !important;
    padding-top: 0px !important;
  }

  .banner-hed-last-first {
    padding-top: 0px !important;
  }

  .banner-hed-last-first h1 {
    font-size: 18px !important;
  }

  .banner-hed-last-first h2 {
    font-size: 19px;
  }

  .banner-hed-second {
    margin-left: 0px;
  }

  .banner-hed-last-last span {
    font-size: 10px;
    font-family: sora;
    font-weight: 100 !important;
    letter-spacing: 4px;
    padding-top: 8px !important;
  }

  .banner-sub-hd img {
    width: 98%;
    float: left;
  }

  .banner-hed-last-first {
    width: fit-content;
    padding-top: 0px;
    color: var(--white-color);
    text-align: left;
    padding-bottom: 1px;
  }


}

@media only screen and (min-width: 781px) and (max-width: 990px) {


  .banner-main-sub-hd {
    width: 100%;
    margin: 0px auto;
    text-align: center;
  }

  .banner-hed-img img {
    margin-top: 20px;
    margin-left: auto;
    width: 100% !important;
    padding-top: 0px !important;
  }

  .banner-sub-hd img {
    padding-top: 0px;
    width: 80%;
    float: inline-end;
  }

  .banner-hed-img {
    width: 20%;
  }

  .banner-hed {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner-hed-last-first {
    padding-top: 0px !important;
  }


}



@media only screen and (max-width: 780px) and (min-width: 601px) {

  .banner-main-sub-hd {
    width: 100%;
    margin: 0px auto;
    text-align: center;
  }

  .banner-hed-second {
    margin: 0px auto;
  }

  .banner-sub-hd img {
    padding-top: 0px;
    width: 90%;
    float: inline-end;
  }
}

@media screen and (max-width: 600px) {
  .banner-main-sub-hd {
    width: 100%;
    margin: 0px auto;
    text-align: center;
  }

  .banner-sub-hd img {
    padding-top: 10px;
    width: 100%;
    float: none;
  }

  .banner-hed-last-first h1 {
    font-size: 20px !important;
    text-align: center;
  }

  .banner-hed-last-first h2 {
    font-size: 22px;
  }

  .banner-hed-last-last span {
    font-size: 15px;
    font-family: sora;
    font-weight: 100 !important;
    letter-spacing: 4px;
    padding-top: 8px !important;
  }

  .banner-hed-last-first {
    text-align: center !important;
    padding: 0px;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--white-color);
    margin: 0px auto;
  }

  .footer1-child2 img {
    padding-top: 0px;
    width: 71% !important;
    margin-top: -25px;
    padding-bottom: 20px;
  }

}

@media screen and (max-width: 390px) {

  .pic_bak1 {
    width: 45%;
    height: 95%;
    position: absolute;
    background: var(--white-color);
    box-shadow: 0px 0px 12px 0px;
    bottom: -11px;
    right: 19%;
    border-radius: 15px;
    z-index: -1;
  }

  .pic_bak2 {
    width: 45%;
    height: 95%;
    position: absolute;
    box-shadow: 0px 0px 12px 0px;
    background: var(--bg-primary-color);
    bottom: -11px;
    right: 19%;
    border-radius: 15px;
    z-index: -1;
  }



}

@media (min-width: 1601px) {

  .banner-hed {
    width: 90%;
    display: flex;
    margin: 0 auto;
    padding: 20px 0;
  }

  .banner-hed-second {
    margin-right: 0% !important;
    margin-left: 0px !important;
  }

  .banner-hed-last-first h2 {
    font-size: 25px;
  }

  .banner-hed-img img {
    width: 85%;
    padding-top: 33px;
    margin-left: auto !important;
  }

  .banner-hed-last-first {
    width: fit-content;
    padding-top: 51px;
    color: var(--white-color);
    text-align: left;
    padding-bottom: 1px;
  }

  .banner-sub-hd img {
    padding-top: 0px;
    width: 100%;
    float: left;
  }

  .banner-hed-img {
    width: 22%;
  }

  .pic_bak1 {
    width: 45%;
    height: 95%;
    position: absolute;
    background: var(--white-color);
    box-shadow: 0px 0px 12px 0px;
    bottom: -11px;
    right: 18%;
    border-radius: 15px;
    z-index: -1;
  }

  .pic_bak2 {
    width: 45%;
    height: 95%;
    position: absolute;
    box-shadow: 0px 0px 12px 0px;
    background: var(--bg-primary-color);
    bottom: -11px;
    right: 18%;
    border-radius: 15px;
    z-index: -1;
  }

}

/* ======================================= */


/* ==================== responsive ============ */


/* == responsive lo changes ================== */

@media (max-width: 991px) {
  .section2-last-child {
    padding-right: 0px;
  }
}

@media (max-width: 991px) and (min-width: 770px) {
  .section2 {
    padding-top: 530px;
  }
}

@media (max-width: 769px) and (min-width: 600px) {
  .section2 {
    padding-top: 540px;
  }
}

@media (max-width: 600px) {
  .section2 {
    padding-top: 570px;
  }
}





@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* =================== timer ====== */

  .section2-last-child {
    width: 90%;
    margin: 0px auto;
  }

  .section2 {
    padding-top: 525px;
  }

}

@media only screen and (min-width: 601px) and (max-width: 767px) {
  .section2-last-child {
    width: 90%;
  }

  .section2 {
    padding-top: 570px;
  }

}

@media screen and (max-width: 600px) {
  .section2-last-child {
    width: 100%;
  }

  .section2 {
    padding-top: 604px;
    height: 2224px;
  }
}


@media only screen and (min-width: 998px) and (max-width: 1200px) {

  /* ================= timer ============ */
  .section2-last-child {
    width: 50%;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {

  /* ================= timer ============ */
  .section2-last-child {
    width: 40%;
  }

}




/* ================= time-table responsive ================== */

@media only screen and (min-width: 998px) and (max-width: 1200px) {

  .schedule-table th,
  .schedule-table td {
    padding: 12px 4px;
    text-align: left;
    border: 1px solid var(--border-color);
    background-color: transparent;
    color: var(--white-color);
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .time_line_program_main_col_left {
    width: 100%;
  }

  .time_line_program_main_col_right {
    color: var(--white-color);
    width: 100%;
    margin-left: auto;
    margin-top: 40px;
  }
}


@media only screen and (min-width: 600px) and (max-width: 767px) {
  .time_line_program_main_col_left {
    width: 100%;
  }

  .time_line_program_main_col_right {
    color: var(--white-color);
    width: 100%;
    margin-left: auto;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 599px) {

  .time_line_program_main_col_left {
    width: 100%;
  }

  .time_line_program_main_col_right {
    color: var(--white-color);
    width: 100%;
    margin-left: auto;
    margin-top: 40px;
  }

  .schedule-table th,
  .schedule-table td {
    padding: 12px 4px;
    text-align: left;
    border: 1px solid var(--border-color);
    background-color: transparent;
    color: var(--white-color);
    font-size: 12px;
  }


}

@media only screen and (max-width: 397px) {

  .schedule-table th,
  .schedule-table td {
    padding: 12px 4px;
    text-align: left;
    border: 1px solid var(--border-color);
    background-color: transparent;
    color: var(--white-color);
    font-size: 10px;
  }
}




/* ================== testmonial ============== */
@media only screen and (max-width: 600px) {

  /* ============= privious galary index ========== */

  .section6-child2-1 img {
    width: 100%;
    height: auto;
  }

  .section6-child2-2 img {
    width: 100%;
    height: auto;
  }

  .section6-child2-3 img {
    width: 100%;
    height: auto;
  }

  .section6-child3-1 img {
    width: 100%;
    height: auto;
  }

  .section6-child3-2 img {
    width: 100%;
    height: auto;
  }

  .video-container {
    width: 100% !important;
    left: -15px;
    top: -23px;
  }

  .slide-para {
    padding-left: 15px !important;
    padding-top: 570px !important;
  }

  .section7{
    padding-bottom: 0px !important;
  }


}

@media only screen and (max-width: 500px) {
  .slide-para {
    padding-left: 15px !important;
    padding-top: 485px !important;
  }
}

@media only screen and (max-width: 450px) {
  .slide-para {
    padding-left: 15px !important;
    padding-top: 440px !important;
  }
}

@media only screen and (max-width: 390px) {

  .slider-control {
      top: 57%;
  }

  .slide-para {
    padding-left: 15px !important;
    padding-top: 360px !important;
  }
}

@media only screen and (max-width: 365px) {

  .slider-control {
      top: 52%;
  }

  .slide-para {
    padding-left: 15px !important;
    padding-top: 320px !important;
  }
}

@media only screen and (max-width: 330px) {

    .slider-control {
        top: 47%;
    }

    .slide-para {
        padding-left: 15px !important;
        padding-top: 236px !important;
    }
}

/* ============================  scoopus  ================== */


@keyframes scroll-left {
  0% {
    transform: translateX(100%);
    /* Start position: completely off-screen to the right */
  }

  100% {
    transform: translateX(-100%);
    /* End position: completely off-screen to the left */
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1333px) {
  .scopus {
    width: 91%;
  }
}



@media only screen and (min-width: 1050px) and (max-width: 1199px) {
  .scrolling-container {
    width: 279px;
  }

  .scopus {
    width: 90%;
  }

  .section2-last-child {
    width: 90% !important;
  }

}

@media only screen and (min-width: 991px) and (max-width: 1049px) {
  .scopus {
    width: 50%;
    height: 65px !important;
    border: 1px solid #ff8300;
    border-radius: 5px;
    overflow: hidden;
  }

  .scrolling-container {
    width: 292px;
  }

  .banner-subs-heds {
    margin-left: 0px !important;
  }

  .scrolling-text p {
    padding: 2px 0px;
    font-size: 12px;
  }

  .section2-last-child {
    width: 100% !important;
  }

}

@media only screen and (max-width: 780px) and (min-width: 601px) {
  .scopus {
    width: 40%;
    /* margin: 0px auto; */
  }

  .scrolling-container {
    width: 100% !important;
    overflow: hidden;
    box-sizing: border-box;
  }

}

@media screen and (max-width: 600px) {
  .scopus {
    width: 80%;
    margin: 0px auto;
  }
}


/* ==============================  banner head ================ */



@media only screen and (min-width: 1200px) and (max-width: 1367px) {
  .banner-hed-second {
    margin-left: -149px !important;
  }

  .scopus {
    width: 42% !important;
    height: 90px;
    border: 2px solid #ff8300;
  }

  .scrolling-container {
    width: 100%;
  }

  .section2-last-child img {
    width: 100%;
    margin: 27px 0px 0px 0px;
  }

  .banner-sub-hd {
    width: 55%;
    padding-right: 15px;
  }

  .banner-subs-heds {
    margin-left: 0px !important;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .banner-hed-second {
    margin-left: -58px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1250px) {
  .banner-hed-second {
    margin-left: -51px !important;
  }
}

.section2-last-child {
  width: 90%;
}

@media only screen and (min-width: 1050px) and (max-width: 1199px) {
  .scopus {
    width: 50%;
    height: 66px;
    border: 2px solid #ff8300;
    border-radius: 5px;
  }

  .scrolling-container {
    width: 100% !important;
  }

  .scrolling-text p {
    color: #000;
    font-size: 12px;
    padding: 0px;
  }

  .banner-subs-heds {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }

  .banner-sub-hd img {
    width: 100%;
  }

}

@media only screen and (min-width: 781px) and (max-width: 990px) {
  .banner-hed-img img {
    margin-top: 40px;
    margin-left: auto;
    width: 100% !important;
    padding-top: 0px !important;
  }

  .banner-hed-last-first h2 {
    font-size: 20px;
  }

  .banner-hed-last-last span {
    font-size: 13px;
    letter-spacing: 2px;
    padding-top: 5px;
  }

  .banner-hed-last-first h1 {
    font-size: 24px !important;
  }

  .section1 {
    height: 280px;
  }

  .section1-body {
    position: absolute;
    top: 39px;
  }

  .banner-subs-heds {
    margin-left: 0px;
  }

  .banner-sub-hd {
    width: 65%;
  }

  .scopus {
    width: 43% !important;
    height: 99px;
    border: 2px solid #ff8300;
    border-radius: 5px;
  }

  .gallery-grid {
    display: flex;
    justify-content: center;
    row-gap: 15px;
  }

}




@media only screen and (max-width: 780px) and (min-width: 601px) {

  .banner-hed-img {
    text-align: center !important;
    margin: 0px auto;
  }

  .banner-hed-img img {
    width: 100%;
    padding-top: 0px;
    margin: 0px auto;
  }

  .section1-body {
    position: absolute;
    top: 39px;
  }

  .section1 {
    background-color: #f0f0f0;
    height: 300px;
    padding: 10px 0px;
  }

  .banner-subs-heds {
    margin-left: 0px;
    margin-top: 15px;
  }



}

@media screen and (max-width: 600px) {

  .section2-last-child {
    width: 100%;
  }

  .section1-body {
    top: 39px;
  }

  .banner-subs-heds {
    display: flex;
    flex-direction: column;
  }

  .banner-subs-heds {
    margin-left: 0px;
    margin-top: 15px;
  }

  .banner-sub-hd {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 15px;
  }

  .scopus {
    width: 100%;
    height: 120px;
    text-align: center;
  }

  .section1 {
    background-color: #f0f0f0;
    height: 430px;
    padding: 10px 0px;
  }


  .banner-hed-img {
    width: 75%;
    margin: 0px auto;
  }

  .banner-hed-img img {
    width: 100%;
  }

}

@media screen and (max-width: 300px) {
  .section2 {
    height: 1829px !important;
  }
}

@media screen and (max-width: 430px) {
  .section1 {
        background-color: #f0f0f0;
        height: 430px;
        padding: 10px 0px;
    }
}





/* =========================================== */

@media only screen and (max-width: 991px) and (min-width: 782px) {
  .section3-bg {
    margin-top: 690px;
  }
}

@media only screen and (max-width: 781px) and (min-width: 601px) {
  .section3-bg {
    margin-top: 690px;
  }
}

@media only screen and (max-width: 600px) {
  .section3-bg {
    margin-top: 780px;
  }

  @media only screen and (max-width: 991px) and (min-width: 601px) {
    .section1-body {
      position: absolute;
      top: 39px !important;
    }
  }


}

/* ========================== venue hotel ====================== */


@media only screen and (min-width: 1300px) and (max-width: 1366px) {
  .venue_hotel_slide-content h6 {
    line-height: 1.7;
    margin-top: 68px;
  }

  .venue_hotel_slide-content p {
    text-align: justify;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .venue_hotel_slide-content h6 {
    line-height: 1.3;
    font-size: 16px;
    margin-top: 68px;
  }

  .venue_hotel_slide-content p {
    text-align: justify;
    font-size: 14px;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .venue_hotel_slide-content h6 {
    line-height: 1.3;
    font-size: 16px;
    margin-top: 68px;
  }

  .venue_hotel_slide-content p {
    text-align: justify;
    font-size: 14px;
    line-height: 1.3;
  }

  .venu-slide img {
    height: 605px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .venu-slide img {
    height: 490px !important;
  }

  .kenote_speaker_main {
    padding-top: 213px;
  }

  .section2 {
    height: 1228px !important;
  }

  .section3-bg {
    margin-top: 174px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
  .kenote_speaker_main {
    padding-top: 176px;
  }

  .section2 {
    height: 1275px !important;
  }

  .venu-slide img {
    height: 400px;
  }

  .section3-bg {
    margin-top: 213px;
  }

  .slider {
    margin-left: 51px;
    margin-right: 49px;
  }
}

@media (max-width: 600px) {
  .kenote_speaker_main {
    padding-top: 340px;
  }

  .section2 {
    height: 1600px !important;
  }

  .venu-slide img {
    height: 300px;
  }

  .section3-bg {
    margin-top: 433px;
  }

  .venue_hotel-idx {
    padding-top: 45px;
  }

  .carousel-controlss {
    top: 55% !important;
  }
}

@media screen and (max-width: 376px) {
  .section2 {
    height: 1620px !important;
  }
}