@media screen and (max-width: 1366px) {
  .form-insider {
    top: 25%;
  }

  #video-container video {
    background-size: 100%;
    padding: 5.9% 15.5% 13.8%;
  }

  .play-button-wrapper img {
    width: 90px;
  }

  .light-box-content {
    transform: translate(30%, 25%);
  }

  .banner-body .banner-content h1 {
    font-size: 50px;
  }

  .heading-h2 {
    text-align: center;
    font-size: 45px;
  }

  .companies-section h1 {
    font-size: 34px;
  }

  .dark-box h2,
  .light-box h2 {
    font-size: 35px;
  }

  .dark-box-content {
    max-width: 500px;
    width: 100%;

    transform: translate(calc(100% - 460px), 25%);
  }

  .blogs-section h2 {
    text-align: center;
    font-size: 40px;
  }
}

@media screen and (max-width: 1280px) {
  .form-insider {
    transform: translate(calc(100% + 280px), -25%);
  }

  .carousel-caption h5 {
    font-size: 44px;
  }

  .form-block::after {
    transform: translate(calc(100% + 550px), -80%);
  }
}

@media screen and (max-width: 1200px) {
  .form-insider {
    /* right: 54%; */
    margin: 0 15px;
  }

  .margin_76 {
    margin-top: 26px;
  }

  .form-block::after {
    display: none;
  }
}

@media screen and (max-width: 1140px) {
  .form-insider {
    transform: translate(calc(100% + 200px), -10%);
  }
}

@media screen and (max-width: 1100px) {
  .dark-box-content {
    max-width: 440px;
    width: 100%;
    transform: translate(calc(100% - 390px), 10%);
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .form-insider {
    transform: translate(calc(100% + 180px), -10%);
  }
}

@media only screen and (max-width: 1024px) {
  .footer_main {
    display: block;
  }

  .footer_h5 {
    margin-bottom: 5px;
  }

  .footer_icon {
    margin-top: 0px;
  }

  .light-box-content {
    transform: translate(20%, 20%);
  }
}

@media screen and (max-width: 991px) {
  .btn-mob {
    display: block;
  }

  .close-icon {
    display: block;
    text-align: right;
  }

  .about-section h4 {
    display: block;
    margin-top: 14px;
  }

  .modal-new .modal-dialog {
    max-width: unset;
    margin: 0;
    border-radius: 32px;
    align-items: flex-end;
    /* min-height: unset; */
    justify-content: end;
    min-height: calc(100% - 0px);
  }

  .modal-new .modal-dialog .modal-content {
    border-radius: 32px 32px 0 0;
  }

  .animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
  }

  @keyframes animatebottom {
    from {
      bottom: -300px;
      opacity: 0;
    }

    to {
      bottom: 0;
      opacity: 1;
    }
  }

  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    bottom: 0;
  }

  .navbar-collapse {
    background: var(--white);
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: var(--black);
    width: 100%;
    padding-top: 0;
  }

  .navbar-nav {
    margin-left: auto;
    height: 100vh;
    background: var(--white);
    width: 100%;
    padding: 0 20px;
  }

  .card-div p {
    font-size: 12px;
  }

  .owl-prev {
    position: absolute;
    left: -16px;
    bottom: 45%;
  }

  .nav-item {
    margin: 10px 0;
  }

  .owl-next {
    position: absolute;
    right: -16px;
    bottom: 45%;
  }

  .even-btn {
    padding: 15px 20px;
    font-size: 18px;
  }

  .footer_p {
    font-size: 14px;
  }

  .owl-theme .owl-nav [class*="owl-"] img {
    width: 27px;
    height: 27px;
  }

  footer {
    background-color: var(--black2);
    padding: 40px 0px 90px;
  }

  .play-button-wrapper img {
    width: 60px;
  }

  .title-box .navbar-brand img {
    height: 60px;
  }

  .dark-box h2,
  .light-box h2 {
    font-size: 28px;
  }

  .dark-box,
  .light-box {
    padding: 40px 20px;
  }

  .banner-section {
    height: auto;
  }

  .t_c-h3 {
    font-size: 30px !important;
  }

  .banner-body .banner-content h1 {
    font-size: 32px;
  }

  .banner-body .banner-content p {
    font-size: 14px;
  }

  .banner-body {
    padding-top: 100px;
  }

  .banner-body .banner-content {
    padding-bottom: 2rem;
  }

  .function-section,
  .events-section,
  .organization-section,
  .blogs-section {
    padding: 50px 0;
  }

  /* .btn-mob-none {
    display: none;
  } */
  .faq-section {
    padding: 0 0 50px 0;
  }

  #faqSection .accordion-button:not(.collapsed) {
    font-size: 14px;
  }

  #faqSection .accordion-button.collapsed {
    font-size: 14px;
    padding: 8px 14px;
  }

  .accordion-button::after {
    background-size: 1rem;

    width: 1rem;
    height: 1rem;
  }

  .faq-section img {
    display: none;
  }

  .blog-text {
    padding: 12px 15px;
  }

  .blogs-section h2 {
    font-size: 18px;
  }

  .faq-section h3 {
    font-size: 18px;
    text-align: center;
  }

  .blog-card .blog-text h4 {
    font-size: 16px;
  }

  .blog-card .blog-text .decs-p {
    font-size: 14px;
  }

  .companies-section h1 {
    font-size: 18px;
  }

  .companies-section .col-sm-4 {
    margin-bottom: 10px;
  }

  .fedx-box img {
    width: 50px !important;
  }

  .companies-box {
    margin-bottom: 10px;
    padding: 10px;
    height: 100%;
  }

  .companies-box img {
    width: 80px;
  }

  .sub-heading {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .heading-h2 {
    font-size: 22px;
    margin-bottom: 4px;
  }

  .function-box-circle {
    width: 56px;
    height: 56px;
  }

  .sub-heading-desc {
    font-size: 12px;
  }

  .function-box-circle img {
    height: 25px;
  }

  .function-box p {
    font-size: 12px;
  }

  .orange-btn,
  .black-btn,
  .get-started-btn,
  .get-started-btn-light,
  .contact-btn-dark {
    padding: 5px 14px;
    font-size: 14px;
  }

  .light-box-content,
  .dark-box-content {
    transform: unset;
    position: unset;
  }

  .light-box,
  .dark-box {
    height: auto;
  }

  .apply-now-mob-btn {
    display: block;
  }

  .nav_btn {
    display: none;
  }

  .form-block::after,
  .form-insider::before {
    display: none;
  }

  .site-content {
    margin-top: 90px;
  }

  .form-insider {
    transform: unset;
    border: 0;
    height: 0px;
    overflow: hidden;
    padding: unset;
  }

  .form-block {
    transition: transform 0.75s ease-out;
  }

  .overlay-div {
    height: 100%;
    background: #0044459e;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
  }

  .form-div {
    /* display: none !important; */
    /* max-height: 0px; */
    transform: translateY(100%);
    transition: transform 0.75s ease-out;
  }

  .form-insider.overlay-div {
    display: block;
  }

  .form-div.form-view {
    right: 0%;
    left: 0px;
    transform: unset;
    position: fixed;
    margin: auto;
    max-width: 100%;
    background: #004445;
    bottom: 0;
    padding: 15px;
    padding-top: 30px;
    /* max-height: 529px; */
    top: unset;
    border-radius: 22px 22px 0 0;
    border: none;
    /* max-height: 500px; */
    transform: translateY(0px);
    transition: transform 0.6s ease-in;
  }

  .form-insider.overlay-div2 {
    height: 0px;
  }

  .form-insider.overlay-div2>.form-div {
    transition: transform 0.75s ease-out;
  }

  .form-insider.overlay-div>.form-div.form-view {
    height: 500px;
  }

  .form-insider h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 30px;

    text-transform: capitalize;

    color: #ffffff;
  }

  .form-insider.overlay-div>.form-div {
    visibility: hidden;
    height: 0;
    transform: translate(0, 100%);
  }

  .form-insider.overlay-div>.form-div.form-view {
    visibility: visible;
    height: fit-content;
    transform: translate(0, 0%) !important;
  }

  .form-insider>.form-div {
    visibility: visible;
    height: fit-content;
    transform: translate(0, 100%) !important;
  }

  .form-insider .btn.btn-green {
    background-color: #f28a34;

    color: #ffffff;
  }

  .form-insider .mob-center {
    text-align: center;

    padding: 8px 48px;
  }

  .d-mob {
    display: flex;
  }

  .d-mob #show {
    margin-left: 10px;
    display: block;
  }

  .footer_ul_li {
    display: flex;
    justify-content: space-between;
  }

  .footer_h5,
  .footer_ul_li {
    margin-top: 12px;
  }

  .blog-wrapper .blog-main h2 {
    font-size: 25px;
  }

  .blog-wrapper .blog-main h4,
  .blog-wrapper .blog-main h5,
  .blog-wrapper form label,
  .upcomig-list .upcomig-block h5,
  .other-blog-sidebar h4 {
    font-size: 18px;
  }

  .other-blog-div h5 {
    font-size: 16px;
  }

  .blog-wrapper .blog-main .date-p {
    margin-bottom: 6px;
  }

  .blog-wrapper {
    padding: 50px 0;
    margin-top: 75px;
  }
}

@media screen and (min-width: 575px) and (max-width: 991px) {
  .box-slider-events {
    height: 100%;
    min-height: 380px;
  }
}

@media screen and (max-width: 767px) {

  .form-block::after,
  .form-insider::before {
    display: none;
  }

  .about-section h3 {
    font-size: 22px;
    margin-bottom: 6px;
  }

  .about-section p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .bottom-box {
    display: block;
    position: relative;
    transform: unset;
    margin-top: 22rem;
    top: 0;
    left: 0;
  }

  .overlay {
    height: 100%;
    /* background: linear-gradient(360deg, #004445, transparent); */
    position: absolute;
    width: 100%;
  }

  /* The popup form - hidden by default */
  .form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
  }

  /* Add styles to the form container */
  .form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
  }

  .form-insider {
    transform: unset;
    border: 0;
    height: 0px;
    overflow: hidden;
    padding: unset;
  }

  .form-block {
    transition: transform 0.75s ease-out;
  }

  .overlay-div {
    height: 100%;
    background: #0044459e;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
  }

  .form-div {
    /* display: none !important; */
    /* max-height: 0px; */
    transform: translateY(100%);
    transition: transform 0.75s ease-out;
  }

  .form-insider.overlay-div {
    display: block;
  }

  .form-div.form-view {
    right: 0%;
    left: 0px;
    transform: unset;
    position: fixed;
    margin: auto;
    max-width: 100%;
    background: #004445;
    bottom: 0;
    padding: 15px;
    padding-top: 30px;
    /* max-height: 529px; */
    top: unset;
    border-radius: 22px 22px 0 0;
    border: none;
    /* max-height: 500px; */
    transform: translateY(0px);
    transition: transform 0.6s ease-in;
  }

  .form-insider.overlay-div2 {
    height: 0px;
  }

  .form-insider.overlay-div2>.form-div {
    transition: transform 0.75s ease-out;
  }

  .form-insider.overlay-div>.form-div.form-view {
    height: 500px;
  }

  .form-insider h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 30px;

    text-transform: capitalize;

    color: #ffffff;
  }

  .form-insider.overlay-div>.form-div {
    visibility: hidden;
    height: 0;
    transform: translate(0, 100%);
  }

  .form-insider.overlay-div>.form-div.form-view {
    visibility: visible;
    height: fit-content;
    transform: translate(0, 0%) !important;
  }

  .form-insider>.form-div {
    visibility: visible;
    height: fit-content;
    transform: translate(0, 100%) !important;
  }

  .form-insider .btn.btn-green {
    background-color: #f28a34;

    color: #ffffff;
  }

  .form-insider .mob-center {
    text-align: center;

    padding: 8px 48px;
  }

  .d-mob {
    display: flex;
  }

  .d-mob #show {
    margin-left: 10px;
    display: block;
  }

  .margin_76 {
    margin-top: 16px;
  }

  .banner-content .align-items-center {
    flex-direction: column-reverse;
  }

  .owl-prev {
    position: absolute;
    left: -10px;
    bottom: 45%;
  }

  .owl-next {
    position: absolute;
    right: -10px;
    bottom: 45%;
  }
}

@media screen and (max-width: 575px) {

  .form-select,
  .form-control,
  .country-code select,
  .country-code input {
    font-size: 12px;
  }

  .text_p p {
    font-size: 14px;
  }

  .bottom-box h4 {
    font-size: 16px;
  }

  .text_h5 {
    font-size: 16px;
  }

  .footer_ul_li {
    flex-flow: wrap;
    display: flex;
    justify-content: space-between;
  }

  .footer_h5 {
    text-align: left;
    font-size: 18px;
  }

  #organization-owl-carousel,
  #event-owl-carousel {
    width: 85%;
    margin: 10px auto;
  }

  .owl-prev {
    position: absolute;
    left: -10px;
    bottom: 45%;
  }

  .owl-next {
    position: absolute;
    right: -10px;
    bottom: 45%;
  }

  .blog-card {
    width: 80%;
    margin: auto;
  }

  #blogs-owl-carousel .owl-prev {
    left: 0;
  }

  #blogs-owl-carousel .owl-next {
    right: 0;
  }
}

@media only screen and (max-width: 472px) {
  .footer_ul_li {
    flex-flow: wrap;
    display: flex;
    justify-content: space-between;
  }

  .me-4 {
    margin-right: 15px !important;
  }
}

@media only screen and (max-width: 466px) {
  .footer_ul_li {
    flex-flow: wrap;
    display: flex;
    justify-content: flex-start;
  }

  .extra {
    margin-left: 60px;
  }
}

@media screen and (max-width: 400px) {
  .form-insider {
    margin: 60% auto 2%;
  }

  #organization-owl-carousel,
  #event-owl-carousel {
    width: 80%;
    margin: auto;
  }

  .owl-prev {
    position: absolute;
    left: -16px;
    bottom: 45%;
  }

  .owl-next {
    position: absolute;
    right: -16px;
    bottom: 45%;
  }
}

@media only screen and (max-width: 363px) {
  .footer_ul_li {
    display: block;
  }

  .extra {
    margin-left: 0px;
  }

  .card-box {
    width: 110px;
    height: 110px;
  }

  .card-div p {
    width: 110px;
  }
}
/* Media queries for responsiveness */
@media (max-width: 1200px) {
    #event-owl-carousel-description .box-slider-events {
        flex: 1 1 calc(50% - 20px); /* Two columns on large tablets */
    }
    #event-owl-carousel-description .box-slider-events {
    	
    	min-height: 350px;
    }
}

@media (max-width: 768px) {
    #event-owl-carousel-description .box-slider-events {
        flex: 1 1 calc(100% - 20px); /* Single column on small devices */
    }
}