@media (min-width: 576px) {
  .container-c {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-c {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-c {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-c {
    max-width: 1140px;
  }

  /* .owl-next {
    right: 0%;
  }

  .owl-prev {
    left: 0%;
  } */
}

@media (min-width: 1400px) {
  .container-c {
    max-width: 1340px;
  }
}

@media screen and (max-width: 1360px) {
  .service-section .waves {
    background: none;
    padding: unset;
  }

  .banner-right::before {
    right: 0;
  }

  .infographic1-inner {
    width: 383px;
  }

  .inner-1 {
    padding-right: 80px;
    top: 0;
  }

  .inner-3 {
    padding-left: 80px;
    top: 0;
  }

  .service-card-image img {
    height: auto;
  }

  .service-card h4 {
    max-width: 280px;
  }

  .service-card-image {
    height: 500px;
  }
}

@media (max-width: 1200px) {
  .banner-body .banner-content h1 {
    font-size: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .low-cost-section {
    padding: 23px 0px 0 14px;
  }

  .low-cost-content-left h3 {
    font-size: 30px;
  }

  .gst-label .gst-content h2 {
    font-size: 30px;
  }

  .contact-div .contact-main .contact-details {
    width: 390px;
  }

  #home-top-video {
    height: 900px;
  }

  .footer_h5 {
    text-align: left;
    font-size: 18px;
  }

  .inner-1 {
    padding-right: 70px;
    top: 0;
  }

  .inner-3 {
    padding-left: 40px;
    top: 0;
  }

  .infographic1-inner {
    width: 300px;
  }
}

@media (max-width: 998px) {
  .banner-body .banner-content h1 {
    font-size: 40px;
  }

  .banner-body .banner-content h3 {
    font-size: 30px;
  }

  .low-cost-content-left h3 {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .banner-right::before {
    background-image: unset;
  }

  .faq-section,
  .contact-div {
    margin: 30px 0;
  }

  .e-ticket-section table {
    margin: -1px;
  }

  #faqSection .accordion-button.collapsed,
  #faqSection .accordion-button:not(.collapsed) {
    font-size: 18px;
  }

  .footer_ul_li {
    margin-bottom: 20px;
    justify-content: space-between;
  }

  .blogs-section {
    margin: 30px 0;
  }

  .navbar-collapse .nav-link,
  .navbar-collapse .nav-link:focus,
  .navbar-collapse .nav-link:active,
  .navbar-collapse .nav-link:hover {
    color: var(--white) !important;
  }

  .testimonial-section {
    margin: 30px 0;
  }

  .mega-event-section {
    margin: 30px 0;
  }

  .contact-div .contact-main .contact-details {
    width: 100%;
    left: 0;
  }

  .past-events-section {
    margin: 30px 0;
  }

  .contact-div .contact-main {
    background-color: unset;
    width: 100%;
    padding: 20px 0;
  }

  .banner-section-overlay {
    height: unset;
  }

  .hero-inner-name {
    padding: 2px 50px;
    left: 25%;
  }

  .contact-main .form-block {
    background-color: var(--white);
    margin-top: 20px;
    border-radius: 10px;
    padding: 30px;
  }

  .banner-body .hero-inner-name p {
    font-size: 30px !important;
    line-height: 40px;
    margin: 4px;
  }

  .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(--orangeRadiant);
    width: 100%;
    padding: 20px;
  }

  .apply-now-mob-btn {
    display: block;
  }

  .nav-item.nav_btn,
  .nav-item .dropdown-toggle {
    display: none;
  }

  .close-icon {
    display: block;
    text-align: right;
  }

  .nav-item {
    margin: 0 0 20px 22px;
  }

  .btn-mob {
    display: block;
  }

  .btn-mob .dropdown-toggle {
    display: block;
  }

  .primary-btn,
  .secondary-btn {
    padding: 8px 8px;
  }

  .banner-section .navbar-toggler span img {
    height: auto;
    width: 40px;
  }

  .banner-body .banner-content h1 {
    font-size: 50px;
    margin-top: 50px;
  }

  .low-cost-content::before {
    display: none;
  }

  .low-cost-section {
    padding: 18px;
    margin: 30px 0;
  }

  .service-card-main .content,
  .service-card-main .service-card {
    min-height: 300px;
  }

  .service-card-image img {
    height: 190px;
  }

  .service-card-image {
    height: 300px;
  }

  .service-card h4,
  .overlay__text h4 {
    font-size: 20px;
  }

  .overlay__text p {
    font-size: 14px;
    line-height: normal;
  }

  #video-container {
    position: relative;
    padding-top: 0;
    padding-bottom: 60.5%;
    height: 0;
    margin-bottom: 0px;
    background: unset;
    border-radius: 60px;
  }

  #video-container video {
    padding: 0;
  }

  .navbar.navbar-expand-lg.fixed-top.bg-white .navbar-toggler img {
    filter: brightness(0.21);
  }

  .low-cost-content {
    padding: 20px;
  }

  .play-button-wrapper img {
    width: 60px;
  }

  .service-section {
    padding: 30px 0;
  }

  .events-section,
  .support-section,
  .how-works-section {
    margin: 30px 0;
  }

  .nav-link.dropdown-toggle,
  .nav-link.dropdown-toggle.show:hover,
  .nav-link.dropdown-toggle.show:focus,
  .nav-link.dropdown-toggle.show:active {
    color: var(--white);
  }

  .achievements-section {
    background: var(--orangeRadiant);
    padding: 30px 0;
  }

  .service-card.odd-card {
    background-position: top right;
  }

  .service-card.even-card {
    background-image: url(../images/New/service-bg-1.png);

    background-position: top right;
  }

  .services-div {
    margin-top: 20px;
  }

  .owl-theme .owl-nav [class*="owl-"] img {
    width: 30px;
    height: 30px;
  }

  /* .gst-label {
    display: none !important;
  } */

  .row-infographic1 {
    /* display: none; */
  }

  /* .mob-infographic1 {
    display: block;
    background: #FFF3EF;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
  }

  .mob-infographic1 .infographic-card {
    background-color: #fff;
    padding: 10px 16px;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .mob-infographic1 h2 {
    line-height: 30px;
    margin-bottom: 5px;
    font-size: 20px;
    font-family: 'Poppins-Semibold';
    color: var(--black);

  }

  .mob-infographic1 .infographic-card h5 {
    line-height: 30px;
    margin-bottom: 4px;
    font-size: 18px;
    font-family: 'Poppins-Semibold';
    color: var(--black);
  } */

  .section-infographic {
    margin: 30px 0;
    height: auto;
  }

  .e-ticket-section {
    margin: 30px 0;
  }

  .other-charges-section {
    margin: 30px 0 0;
  }
}

@media (max-width: 991.98px) {
  .banner-body {
    padding-top: 10rem;
  }

  .banner-section {
    height: unset;
    padding: 0px 0px 50px 0;
    position: relative;
  }

  .banner-body .banner-content {
    height: unset;
  }
}

@media (min-width: 768px) and (max-width: 998px) {
  .why-us-section p {
    font-size: 18px;
    margin: 1rem 0;
  }

  .crl-logo {
    transform: translate(calc(-50% + 15px), -50%);
  }
}

@media (max-width: 992px) {

  .mega-event-section .content .mega-event-wrap-left:after,
  .mega-event-section .content .mega-event-wrap-right:after {
    all: unset;
  }

  .content-block-main {
    display: flex;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    flex: 1;
    text-align: left;
  }

  .content-div ul li {
    background: #fff;
    border-radius: 4px;
    color: #000;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    margin-bottom: 10px;
  }

  .event-chart-list svg {
    width: 250px;
    height: 250px;
    margin-left: unset;
  }

  .accordion-button span img {
    height: 25px;
  }

  .mobile-content-list .accordion-item {
    /* border-radius: 8px; */
    margin-bottom: 10px;
  }

  .border-header-left.mobile-content-list .accordion-item .accordion-button span {
    padding-left: 5px;
    font-size: 14px;
  }

  .border-header-right.mobile-content-list .accordion-item .accordion-button span {
    font-size: 14px;
    padding-left: 5px;
  }

  .mobile-content-list .accordion-body {
    font-size: 13px;
    text-align: left;
  }

  .fabWidget {
    bottom: 70px;
  }

  .support-section .card-2 {
    margin-top: 20px;
    background-position: center;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 30px;
  }

  .why-us-section p {
    font-size: 18px;
    margin: 1rem 0;
  }

  .why-us-section figure img {
    margin-top: 30px;
  }

  .hide-mobile {
    display: none;
  }

  .border-header-left.mobile-content-list .accordion-item::after {
    display: none;
  }

  .border-header-right.mobile-content-list .accordion-item::before {
    display: none;
  }

  .border-header-left.mobile-content-list .accordion-item .accordion-button {
    flex-direction: row-reverse;
    /* justify-content: start; */
    -ms-flex-pack: start;
    padding: 12px;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 12px;
  }

  .border-header-right.mobile-content-list .accordion-item .accordion-button {
    padding: 12px;
  }
}

@media (max-width: 767px) {
  .desktop-hide {
    display: none;
  }

  .contact-div .container {
    padding: 0px 12px;
  }

  .why-us-section h3 {
    font-size: 26px;
  }

  .why-us-inner {
    padding: 3rem 0;
  }

  .mobile-show {
    display: block !important;
  }

  .outler-line a {
    pointer-events: none;
  }

  /* .accordion-button.btn-svg {
    background: linear-gradient(266.97deg,
        #ff606380 4.45%,
        #ff7b6580 65.35%,
        #ff946680 89.75%);
  } */

  .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    background-image: url(../images/arrow-2.svg);
  }

  .accordion-button.btn-svg.collapsed::after {
    transform: rotate(180deg);
    background-image: url(../images/arrow-2.svg);
  }

  .event-chart-list .accordion-collapse .accordion-body {
    background: #fff3ef;
  }

  .event-chart-list .accordion-collapse .accordion-body li {
    font-family: "Poppins-Medium";
    margin-bottom: 10px;
  }

  .event-chart-list .accordion-button.collapsed {
    background: linear-gradient(266.97deg,
        rgba(255, 96, 99, 0.25) 4.45%,
        rgba(255, 123, 101, 0.25) 65.35%,
        rgba(255, 148, 102, 0.25) 89.75%);
    color: var(--black);
    font-family: "Poppins-Semibold";
  }

  /* .event-chart-list .accordion-button:not(.collapsed) {
    background: linear-gradient(266.97deg,
        #ff6063 4.45%,
        #ff7b65 65.35%,
        #ff9466 89.75%);
    font-size: 17px;
    color: white;
    font-family: "Poppins-Semibold";
  } */
  .event-chart-list .accordion-button:not(.collapsed) {
    background: var(--orangeRadiant);
    color: var(--white);
    font-family: "Poppins-Semibold";
  }

  .accordion-button:not(.collapsed).accordion-button.btn-svg::after {
    transform: rotate(0deg);
    background-image: url(../images/arrow.svg);
  }

  .content-div-arrow-left-1,
  .content-div-arrow-left-2,
  .content-div-arrow-left-3 {
    display: none;
  }

  .event-checklist-section {
    background-image: none;
    margin-bottom: 20px;
  }

  .why-us-section {
    margin: 30px 0;
    padding: 0 14px;
  }

  .container {
    width: 100%;
    max-width: 98%;
  }

  .container-c {
    width: 100%;
    max-width: 88%;
  }

  .owl-prev {
    left: -8%;
  }

  .owl-next {
    right: -8%;
  }

  .blogs-section .owl-prev {
    left: -3%;
  }

  .blogs-section .owl-next {
    right: -3%;
  }

  .blog-card {
    margin: 0;
    background: #fff4f0;
    box-shadow: none;
  }

    .popular-events .new-event-card .date{
     font-size: 12px;
  }

  .popular-events .new-event-card .date img{
     width: 14px;
     height: 14px;
  }

}

@media (max-width: 576px) {
  .client-logo-slider .item {
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .client-logo-slider .item img {
    width: 100%;
  }

  .client-logo-slider {
    margin: 20px auto;
  }

  .contact-div .contact-main .contact-details .address .address-text h5 {
    font-size: 18px;
  }

  .testimonial-section .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    width: 60px;
    position: relative;
    margin: 0 auto;
    bottom: -40px;
  }

  .testimonial-section .card-div .testimonial-content {
    padding: 0;
    font-size: 14px;
    line-height: 25px;
  }

  .testimonial-section .owl-theme .owl-nav .owl-prev {
    left: -28%;
  }

  .testimonial-section .owl-theme .owl-nav .owl-next {
    right: -28%;
  }

  .testimonial-section .card-div .testimonial-info h5 {
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
  }

  .testimonial-section .card-div .testimonial-info p {
    font-size: 14px;
    line-height: normal;

    margin-top: 3px;
    margin-bottom: 10px;
  }

  .banner-points img {
    width: 26px;
  }
}

@media screen and (max-width: 575px) {
  .banner-right::before {
    display: none;
  }

  .blogs-section .owl-prev {
    left: -6%;
  }

  .blogs-section .owl-next {
    right: -6%;
  }

  .sub-heading-desc {
    font-size: 14px;
  }

  .mega-event-section .content {
    top: 35%;
  }

  .contact-div .contact-main .contact-details {
    background: black;
    border-radius: 10px;
    padding: 20px 10px;
  }

  .contact-main .form-block {
    padding: 18px;
  }

  .contact-div .contact-main .contact-details .address img {
    width: 50px;
    height: auto;
  }

  .contact-div .contact-main .contact-details .address .address-text p {
    font-weight: 300;
    font-size: 12px;
    line-height: 162%;
  }

  .contact-div .form-select,
  .contact-div .form-control {
    padding: 10px;
  }

  .card-2-content p {
    font-size: 14px;
  }

  #home-top-video {
    height: 100vh;
  }

  .footer_p {
    font-size: 14px;
  }

  .footer_h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .why-us-section p {
    font-size: 16px;
    margin: 10px 0;
  }

  #faqSection .accordion-button:not(.collapsed),
  #faqSection .accordion-button.collapsed {
    font-size: 16px;
  }

  .owl-prev {
    left: -13%;
  }

  .owl-next {
    right: -13%;
  }

  .past-events-section .insta-video {
    position: relative;
    height: 280px;
  }

  .past-events-section .content {
    padding: 12px;
  }

  .past-events-section .content p {
    font-size: 14px;
  }

  .past-events-section .content small {
    font-weight: 300;
    font-size: 12px;
    line-height: normal;
    color: #ffffffb0;
  }

  .banner-points p img {
    width: 30px;
    height: auto;
  }

  .achievements-card img {
    width: 53px;
  }

  .achievements-section .achievements-box .achievements-card h5 {
    font-size: 18px;
  }

  .support-section .card-1 {
    height: 320px;
    background-position: center;
    border-radius: 10px;
    background-size: cover;
  }

  .support-section .card-2 {
    height: 320px;
  }

  .support-section .card-1-content {
    padding-top: 35px;
  }

  .events-section .owl-carousel .owl-item img {
    width: 70px;
  }

  .events-section .owl-carousel .owl-item .card-div .modal-title-js {
    font-weight: 400;
    font-size: 14px;
  }

  .service-card h4,
  .overlay__text h4 {
    font-size: 16px;
  }

  .overlay__text p {
    font-size: 12px;
    line-height: 17px;
  }

  .banner-body .banner-content,
  .banner-section,
  .banner-section-overlay {
    height: auto;
  }

  .banner-section {
    padding: 80px 0 40px;
    height: auto;
    position: relative;
  }

  .banner-body .banner-content h1 {
    font-size: 34px;
    line-height: 125%;
    font-weight: 700;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: 40px;
  }

  .banner-body .banner-content h3 {
    font-size: 26px;
    line-height: 39px;
  }

  .banner-body .banner-content p {
    font-weight: 300;
    font-size: 16px;
  }

  .primary-btn,
  .secondary-btn {
    padding: 10px 12px;
    font-size: 12px;
    max-width: unset;
    width: auto;
  }

  .contact-div .secondary-btn.btn-dark {
    padding: 10px 18px;
    font-size: 12px;
  }

  .banner-section .navbar-toggler span img {
    height: auto;
    width: 20px;
  }

  .navbar-toggler {
    padding: 5px;
  }

  .banner-body {
    padding-top: 3rem;
  }

  .sub-banner-section .banner-body {
    position: relative;
    padding-top: 1rem;
  }

  .sub-banner-section .banner-body .banner-content {
    height: 200px;
  }

  .other-charges-section .container {
    padding: 2rem;
  }

  .other-charges-section .charge-box p {
    font-size: 16px;
  }

  .other-charges-section .charge-box h5 {
    font-size: 20px;
  }

  .e-ticket-section i {
    font-size: 14px;
  }

  .title-box .navbar-brand img {
    height: 60px;
    width: 60px;
  }

  .low-cost-content {
    flex-direction: column-reverse;
  }

  .gst-label {
    background-image: url(../images/New/gst-label.png);
    background-repeat: no-repeat;
    height: 100%;
    display: block;
    padding: 20px 0;
    background-position: -10px;
  }

  .low-cost-content-left {
    margin-top: 20px;
  }

  .low-cost-content-left h3 {
    font-size: 26px;
  }

  .low-cost-content-left p {
    font-size: 14px;
  }

  .banner-right {
    margin-top: -40px;
  }

  .hero-inner-name {
    padding: 2px 29px;
    left: 20%;
    right: 20%;
    /* width: 285px; */
    margin: 0 auto;
    bottom: -7%;
  }

  .banner-inner-hero {
    padding: 14px;
  }

  .banner-body .hero-inner-name p {
    font-size: 22px !important;
    line-height: 30px;
    margin: 4px;
  }

  .banner-points {
    margin-bottom: 22px;
  }

  .section-title {
    font-size: 26px;
    margin-bottom: 10px;
  }

  #event-owl-carousel {
    margin: 10px 0;
  }

  .play-button-wrapper img {
    height: auto;
    width: 60px;
  }

  .service-card-image img {
    height: 100px;
    width: auto;
  }

  .service-card-image {
    height: 160px;
  }

  .service-card-main .content,
  .service-card-main .service-card {
    height: 250px;
    min-height: unset;
  }

  .overlay__text {
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(-22%, -50%);
    -ms-transform: translate(-22%, -50%);
    transform: translate(-6%, -48%);
    text-align: center;
    padding-bottom: 7px;
  }

  .overlay__text h4 {
    padding-bottom: 6px;
  }

  .mob-infographic1 .infographic-card h5 {
    line-height: 20px;
    margin-bottom: 4px;
    font-size: 16px;
  }

  .mob-infographic1 .infographic-card p {
    font-size: 14px;
  }

  #upcoming-event .item img {
    height: 100%;
    object-fit: cover;
  }

  #upcoming-event .item {
    height: 250px;
  }
}

@media (max-width: 400px) {
  .events-section .owl-carousel .owl-item img {
    width: 80px;
  }

  .events-section .owl-carousel .owl-item .card-div .modal-title-js {
    font-size: 14px;
  }
}

@media (min-width: 991.98px) and (max-width: 1399.98px) {
  .section-infographic {
    margin: 70px 0 0 0;
    height: 900px;
  }
}

@media (max-width: 1200px) {
  .logo-text {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .infographic1-inner {
    display: none;
  }

  .circle-chart svg {
    width: 250px;
    height: 250px;
  }

  .box-1 {
    top: 50px;
    right: 300px;
  }

  .box-2 {
    top: 220px;
    left: 150px;
  }

  .box-3 {
    left: 306px;
    top: 100px;
  }

  .infographic1-number {
    width: 80px;
    height: 80px;
  }

  .infographic1-number svg {
    transform: translate(calc(4% + 0px), -26%);
    width: 45px;
    height: 45px;
  }

  .infographic {
    width: 420px;
  }

  .circle-logo h2 {
    font-size: 18px;
  }

  .mobile-show-accordion {
    display: block;
    margin-top: 70px;
  }

  .logo-text {
    font-size: 14px;
  }

  .mobile-show-accordion .accordion-button.collapsed {
    background: linear-gradient(266.97deg,
        rgba(255, 96, 99, 0.25) 4.45%,
        rgba(255, 123, 101, 0.25) 65.35%,
        rgba(255, 148, 102, 0.25) 89.75%);
    color: var(--black);
    font-family: "Poppins-Semibold";
  }

  .mobile-show-accordion .accordion-button:not(.collapsed) {
    background: var(--orangeRadiant);
    color: var(--white);
    font-family: "Poppins-Semibold";
  }

  .accordion-button.btn-svg.collapsed::after {
    transform: rotate(180deg);
    background-image: url(../images/arrow-2.svg);
  }

  .accordion-button:not(.collapsed).accordion-button.btn-svg::after {
    transform: rotate(0deg);
    background-image: url(../images/arrow.svg);
  }

  .mobile-show-accordion .accordion-collapse .accordion-body li {
    font-family: "Poppins-Medium";
    margin-bottom: 10px;
    text-align: start;
  }
}

@media (max-width: 768px) {
  .crl-logo img {
    width: 23%;
  }

  .logo-text {
    font-size: 16px;
    width: 60%;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-self: center;
  }
.blur-background{
	display: none;
}

}


@media (max-width: 1199.98px) {
  #upcoming-event .owl-prev {
    left: 38%;
  }

  #upcoming-event .owl-next {
    right: 38%;

  }
}



@media (max-width: 767.98px) {
  .popular-events .new-event-card {
    width: unset;
  }

  .popular-events .new-event-card figure img {
    height: unset;
    object-fit: unset;
  }

  .list-your-events h2 {
    font-size: 40px;
  }

  .list-your-events p {
    font-size: 16px;
  }

  .popular-events .drop-btn {
    padding: 8px 18px;
  }

  #upcoming-event .item h3 {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .popular-events .nav-link {
    padding: 10px 20px !important;
  }



}

@media (max-width: 575.98px) {
  #upcoming-event .item h3 {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #upcoming-event .item p {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #upcoming-event .item .date {
    padding: 4px 12px;
  }


  #upcoming-event .upcoming-category {
    top: 16px;
    left: 16px;
    font-size: 12px;
    padding: 4px 16px;
  }

  #upcoming-event .item .bottom-content {
    bottom: 16px;
    left: 16px;
  }

  .list-your-events h2 {
    font-size: 30px;
  }

  .popular-events .nav-link {
    padding: 8px 15px !important;
    font-size: 12px;
  }

}

@media (max-width: 991.98px) {

  .search-box .dropdown {
    display: none;
  }

  .search-box .vr {
    display: none;
  }

  .search-box .mobile-icon {
    display: block;
    margin-right: 24px;
  }

  .search-box {
    height: 60px;
    margin-top: -52px;
  }

  #upcoming-event {
    padding: 0px 0 70px 0;
  }

  #upcoming-event .owl-dots {
    display: block;
  }

  #upcoming-event .owl-prev {
    display: none;
  }

  #upcoming-event .owl-next {
    display: none;
  }

  .getintouch .for-mobile {
    display: block;
  }

  .getintouch .for-web {
    display: none;
  }

  .popular-events .filter-btn span,
  .arrow {
    display: none;
  }

  .popular-events .filter-btn .filter {
    border: 1px solid #C9C7D4;
    border-radius: 24px;
    padding: 14px 22px;
    margin-top: 3px;
  }

  .getintouch .contact-form {
    max-width: unset;
  }

}

@media (max-width: 991.98px) {
  .getintouch .left-content h2 {
    font-size: 38px;
  }

  .getintouch {
    padding: 50px 0;
  }

  .getintouch .form-content {
    margin-top: 30px;
  }
}

@media (max-width: 575.98px) {
  .getintouch .left-content h2 {
    font-size: 28px;
    line-height: 35px;
  }

  .popular-events .filter-btn .filter {
    padding: 11px 22px;
  }

  .search-box {
    height: 50px;
    margin-top: -46px;
  }
}

@media (max-width: 996px) {

  #filterOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 999;
    display: none;
    overflow-y: auto;
    transition: all 0.3s ease;
  }

  #filterOverlay.show {
    display: block;
    overflow-y: scroll;
  }

  #cityOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* transparent black backdrop */
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: flex-end;
    /* push content to bottom */
    transition: all 0.3s ease;
  }

  #cityOverlay.show {
    display: block;
  }

  .tellus {
    padding: 80px 0;
  }

  #openSearch {
    display: none;
  }
}


@media (max-width: 767.98px) {
  .tellus h2 {
    font-size: 38px;
    font-weight: 700;
  }

  .tellus p {
    color: #3F3F4A;
    font-size: 20px;
    line-height: 44px;
  }
}

@media (max-width: 575.98px) {
  .tellus h2 {
    font-size: 22px;
    font-weight: 700;
  }

  .tellus p {
    color: #3F3F4A;
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
  }

  .tellus .links {
    gap: 9px;
    margin-top: 20px;
  }

  .tellus .links a {
    padding: 10px 18px;
  }

  #upcoming-event {
    padding: 0px 0 40px 0;
  }

  .popular-events h2 {
    font-size: 18px;
  }

  .popular-events .nav-tabs {
    margin-top: 10px;
  }

  .popular-events .filter-btn .filter {
    margin-bottom: 18px;
  }

  .popular-events .primary-borderd-btn a span {
    font-size: 15px;
  }

  .tellus {
    padding: 50px 0;
  }

  .getintouch .btn-gradient {
    width: 70%;
  }

  .title-box .navbar-brand {
    margin: 0;
  }
}

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

  .primary-btn,
  .secondary-btn {
    padding: 6px 8px;
    font-size: 10px;
  }

  .title-box .navbar-brand img {
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 2400px) and (min-width: 1400px) {
  .section-infographic {
    height: 900px;
  }
}
