/* Max width 767px */
@media only screen and (max-width: 991px) {
  .container {
    max-width: 540px;
  }
  .container.style1 {
    max-width: 540px;
  }
  .container-fluid {
    max-width: 540px;
  }
  p {
    font-size: 13px;
  }
  body {
    font-size: 14px;
  }
  .default-btn {
    padding: 12px 18px;
    font-size: 13px;
  }
  .section-title {
    margin-bottom: 20px;
  }
  .section-title h2 {
    font-size: 22px;
  }
  .section-title .title {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .single-section h2 {
    font-size: 22px;
  }
  .single-section .title {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .pb-75 {
    padding-bottom: 35px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mb-1 {
    margin-bottom: 25px !important;
  }
  .inner-top-header .header-contact ul li {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .header-login {
    text-align: start !important;
  }
  /*
  Hero Warp  Style
  ======================================================*/
  .hero-warp {
    padding-top: 80px;
    padding-bottom: 80px;
    z-index: 1;
    position: relative;
  }
  .hero-warp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(3, 4, 28, 0.5);
  }
  .hero-content h1 {
    font-size: 26px;
    margin-bottom: 10px;
    letter-spacing: normal;
  }
  .hero-content p {
    padding-right: 0;
    padding-left: 0;
  }
  .hero-content .hero-btn .default-btn.style2 {
    margin-left: 15px;
  }
  /*
  Search Warp  Style
  ======================================================*/
  .input-search-event {
    padding: 30px;
    margin-top: 0;
  }
  .input-search-event h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .input-search-event .mb-3 {
    margin-bottom: 0 !important;
  }
  .input-search-event .form-control {
    margin-bottom: 20px !important;
  }
  /*
  About Warp  Style
  ======================================================*/
  .about-content {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .about-content .about-counter {
    margin-top: 20px;
  }
  .about-content .count-box .icon {
    height: 70px;
    width: 70px;
    font-size: 32px;
    line-height: 80px;
    margin-right: 15px;
  }
  .about-content .count-box .content h2 {
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 0;
  }
  .about-content .default-btn {
    margin-top: 0;
  }
  .col-lg-4:nth-child(2) .count-box {
    margin-left: 0;
  }
  .about-image {
    padding-left: 0;
    margin-bottom: 40px;
  }
  .about-image .about3 {
    left: 0;
    bottom: -40px;
    border-radius: 50%;
    width: 160px;
    height: 160px;
  }
  /*
  prevention Warp  Style
  ======================================================*/
  .prevention-widget .content {
    padding: 25px 0 25px 20px;
  }
  .prevention-widget .content::before {
    display: none;
  }
  .prevention-widget .content h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .prevention-widget .content ul li {
    padding-left: 24px;
    padding-right: 26px;
    margin-bottom: 10px;
  }
  .prevention-widget .prevent-image {
    height: 300px;
    width: 100%;
  }
  .prevention-widget .pr-0 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .prevention-widget .pl-0 {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .prevention-widget .prevent-btn .default-btn.style2 {
    margin-left: 10px;
  }
  .prevention-view {
    margin-bottom: 25px;
  }
  /*
  Provide Warp  Style
  ======================================================*/
  .provide-box {
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
  }
  .provide-box .icon {
    height: 60px;
    width: 60px;
    font-size: 30px;
    line-height: 66px;
    margin-bottom: 5px;
  }
  .provide-box .content h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .provide-box.mb-25 {
    margin-bottom: 25px;
  }
  .provide-warp .provide-shape1 {
    display: none;
  }
  .provide-warp .provide-shape2 {
    display: none;
  }
  .provide-warp .provide-shape3 {
    display: none;
  }
  .provide-warp .provide-shape4 {
    display: none;
  }
  /*
  Search Warp  Style
  ======================================================*/
  .section-warp {
    margin-bottom: 20px;
  }
  .section-warp .single-section h2 {
    margin-bottom: 10px;
    letter-spacing: -0.6px;
  }
  .speaker-slider-warp {
    position: relative;
  }
  .speaker-slider-warp .swiper-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  .speaker-slider-warp .swiper-btn .swiper-button-next,
  .speaker-slider-warp .swiper-btn .swiper-button-prev {
    position: relative;
    top: 25px;
    right: 0 !important;
  }
  .speaker-slider-warp .swiper-btn .swiper-button-next::before,
  .speaker-slider-warp .swiper-btn .swiper-button-prev::before {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-weight: 100;
  }
  .speaker-slider-warp .swiper-btn .swiper-button-next {
    left: 40px;
  }
  .speaker-slider-warp .swiper-btn .swiper-button-prev {
    right: 60px !important;
  }
  /*
  Schedule Warp  Style
  ======================================================*/
  .slb-widget {
    text-align: center;
    margin-bottom: 30px;
  }
  .slb-widget::before {
    display: none;
  }
  .slb-widget .schedule-list {
    margin-left: auto;
    margin-right: auto;
  }
  .image-widget {
    margin-bottom: 50px;
    padding-right: 0;
    margin-left: 0;
  }
  .image-widget::before {
    right: 0;
  }
  .image-widget::after {
    display: none;
  }
  .image-widget .image-list {
    margin-bottom: 12px;
  }
  .image-widget.last-widget {
    margin-bottom: 20px;
  }
  .date-list {
    margin-left: auto !important;
    margin-right: auto;
  }
  .date-list.last-date {
    margin-bottom: 30px;
  }
  .mazie-content {
    margin-bottom: 0px;
    position: relative;
  }
  .mazie-content.last-mazie {
    margin-bottom: 0;
    padding-top: 20px;
  }
  .mazie-content .global {
    margin-bottom: 8px;
  }
  /*
  Testimonial Warp  Style
  ======================================================*/
  .testimonial-image {
    padding-left: 0;
    padding-bottom: 30px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .testimonial-box {
    padding-left: 0;
    padding-right: 0;
  }
  .testimonial-box h6 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .testimonial-box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
  }
  .testimonial-box .client-self h5 {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 4px;
  }
  .testimonial-box .client-self img {
    width: 50px;
    height: 50px;
  }
  .testimonial-box .client-self .content {
    padding-left: 10px;
  }
  .testimonial-box .client-self .content h5 {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .testimonial-box .client-self .content p {
    font-size: 13px;
  }
  .testimonial-slider-warp .swiper-btn .swiper-button-next,
  .testimonial-slider-warp .swiper-btn .swiper-button-prev {
    top: auto;
    bottom: 10px;
    right: 5px !important;
  }
  .testimonial-slider-warp .swiper-btn .swiper-button-next::before,
  .testimonial-slider-warp .swiper-btn .swiper-button-prev::before {
    position: absolute;
    width: 40px;
    display: block;
    height: 40px;
    line-height: 41px;
    font-size: 14px;
  }
  .testimonial-slider-warp .swiper-btn .swiper-button-next {
    left: auto;
    right: 0;
  }
  .testimonial-slider-warp .swiper-btn .swiper-button-prev {
    left: auto;
    right: 55px !important;
  }
  /*
  Ticket Warp  Style
  ======================================================*/
  .ticket-content {
    padding-right: 0;
  }
  .ticket-content .pricing-ticket {
    margin-top: 25px;
    padding: 25px;
    display: block !important;
  }
  .ticket-content .pricing-ticket .prize {
    display: flex;
    align-items: center;
  }
  .ticket-content .pricing-ticket .prize h1 {
    font-size: 30px;
    margin-bottom: 0;
    margin-right: 40px;
  }
  .ticket-content .pricing-ticket .pricing-btn {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  .ticket-content .pricing-ticket .pricing-btn .default-btn {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .ticket-content .pricing-ticket .pricing-btn h6 {
    margin-bottom: 0;
  }
  .ticket-form {
    padding: 25px;
    margin-left: 0;
  }
  .ticket-form h3 {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .ticket-form textarea {
    height: 120px !important;
    padding-top: 12px;
  }
  .ticket-form .form-tab .nav-pills .nav-link {
    font-size: 13px;
    border: 0;
    padding: 5px 5px;
  }
  .ticket-form .form-tab .vanue {
    margin-top: 20px;
  }
  .ticket-form .form-tab .vanue h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .ticket-form .form-tab .vanue ul li .venue-list h2 {
    font-size: 13px;
    padding-right: 10px;
  }
  .ticket-form .form-tab .vanue ul li .venue-list .default-btn.style3 {
    display: none;
  }
  .blog-warp {
    overflow: hidden;
  }
  .blog-card .content {
    margin-left: 20px;
    margin-top: -100px;
    padding: 22px 20px 25px 20px;
  }
  .blog-card .content ul {
    margin-bottom: 15px;
  }
  .blog-card .content h3 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  /*
  Both Warp  Style
  ======================================================*/
  .col-lg-3:nth-child(1) .footer-widget {
    margin-right: 0;
  }
  .col-lg-3:nth-child(2) .footer-widget {
    margin-left: 0;
  }
  .col-lg-3:nth-child(3) .footer-widget {
    margin-left: 0;
  }
  .col-lg-3:nth-child(4) .footer-widget {
    margin-left: 0;
  }
  .footer-widget .footer-logo img {
    margin-bottom: 15px;
    display: inline-block;
  }
  .footer-widget p {
    margin-bottom: 0;
  }
  .footer-widget .social-list {
    margin-top: 15px;
  }
  .footer-widget .social-list li a {
    width: 35px;
    height: 35px;
    line-height: 38px;
    font-size: 16px;
  }
  .footer-widget h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .footer-widget .footer-link li {
    margin-bottom: 8px;
  }
  .footer-widget .footer-blog .image {
    width: 70px;
    height: 70px;
  }
  .footer-widget .footer-blog .content {
    padding-left: 20px;
  }
  .footer-widget .footer-blog .content span i {
    top: 2px;
    position: relative;
  }
  .both-area .footer-shape1 {
    display: none;
  }
  /*
  Hero Style2 Warp  Style
  ======================================================*/
  .hero-warp2-style {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
  }
  .hero-warp2-style .hero-shape1 {
    display: none;
  }
  .hero-warp2-style ul li {
    padding-left: 22px;
    padding-right: 15px;
  }
  .hero-warp2-style ul li img {
    left: 0;
    height: 16px;
    top: 3px;
  }
  .hero-warp2-style .hero-btn {
    margin-top: 20px;
  }
  .hero-style2-content h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  /*
  Solution Warp  Style
  ======================================================*/
  .solution-content {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .solution-content h2 {
    margin-bottom: 10px;
  }
  .solution-content .default-btn {
    margin-top: 5px;
  }
  .solution-box .icon {
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 72px;
  }
  .solution-box .content {
    padding-left: 12px;
  }
  .solution-box .content h5 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  /*
  Conference Warp  Style
  ======================================================*/
  .inner-conference {
    padding: 25px 25px 0 25px;
  }
  .inner-conference .conference-shape1 {
    display: none;
  }
  .inner-conference .date-piker::before {
    display: none;
  }
  .inner-conference .date-piker::after {
    display: none;
  }
  .inner-conference .date-piker h1 {
    font-size: 25px;
    margin-bottom: 5px;
  }
  /*
  Conference Warp  Style
  ======================================================*/
  .conference-widget .conference-image {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .conference-widget .date-list {
    margin-left: 40px !important;
  }
  .conference-widget .conference-content {
    margin-left: 0;
    display: block !important;
    margin-bottom: 60px;
  }
  /*
  Rentel Warp  Style
  ======================================================*/
  .rental-content {
    padding-right: 0;
  }
  .rental-content h2 {
    margin-bottom: 12px;
  }
  .rental-content h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .skill-bar {
    margin-bottom: 25px;
  }
  .skill-bar .bar .info span {
    font-size: 13px;
  }
  .skill-bar .bar .progress-line span::after {
    top: -28px;
    font-size: 14px;
  }
  .rental-image {
    padding-left: 0;
    margin-top: 30px;
  }
  /*
  Craft Warp  Style
  ======================================================*/
  .craft-slider-warp {
    position: relative;
  }
  .craft-slider-warp .swiper-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  .craft-slider-warp .swiper-btn .swiper-button-next,
  .craft-slider-warp .swiper-btn .swiper-button-prev {
    position: relative;
    top: 25px;
    right: 0 !important;
  }
  .craft-slider-warp .swiper-btn .swiper-button-next::before,
  .craft-slider-warp .swiper-btn .swiper-button-prev::before {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-weight: 100;
  }
  .craft-slider-warp .swiper-btn .swiper-button-next {
    left: 40px;
  }
  .craft-slider-warp .swiper-btn .swiper-button-prev {
    right: 60px !important;
  }
  /*
  Client Warp  Style
  ======================================================*/
  .client-box {
    padding-right: 0;
  }
  .client-box .image {
    margin-bottom: 15px;
  }
  .client-box .content p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .client-slider-warp .swiper-pagination {
    bottom: 24px;
    position: relative;
    left: 0;
    margin-bottom: 5px;
  }
  .client-image {
    padding-left: 0;
  }
  /*
  Funfact  Style
  ======================================================*/
  .inner-funfact-warp {
    padding: 25px 25px 0 25px;
  }
  .inner-funfact-warp .funfact-shape1 {
    display: none;
  }
  .funfact-box {
    margin-bottom: 25px;
  }
  .funfact-box .icon {
    width: 60px;
    height: 60px;
    font-size: 28px;
    line-height: 66px;
  }
  .funfact-box .content {
    padding-left: 15px;
  }
  .funfact-box .content h3 {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .funfact-box.style2 {
    margin-left: 0;
  }
  .funfact-box.style3 {
    margin-left: 0;
  }
  .funfact-box.style4 {
    margin-left: 0;
  }
  /*
  Video Warp  Style
  ======================================================*/
  .video-warp {
    padding-top: 190px;
    padding-bottom: 60px;
  }
  .video-content h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .future-video .video-btn {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 53px;
  }
  .future-video .video-btn i {
    position: relative;
    right: -2px;
  }
  .future-video .video-btn::before {
    display: none;
  }
  .future-video .video-btn::after {
    display: none;
  }
  /*
  Bwst Value Warp  Style
  ======================================================*/
  .inner-value-warp {
    padding: 20px;
  }
  .inner-value-warp .value-tab {
    width: 100%;
    height: 60px;
    background: rgba(5, 84, 242, 0.1);
    border-radius: 50px;
    border: none !important;
    padding: 5px;
    margin-bottom: 20px;
  }
  .inner-value-warp .value-tab .value-btn {
    padding: 15px 25px;
  }
  .inner-value-warp .value-tab .value-btn.active {
    padding: 14px 35px;
  }
  .inner-value-warp .card-tab .nav-link {
    margin-bottom: 20px;
  }
  .inner-value-warp .card-tab .value-box {
    padding: 25px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .inner-value-warp .card-tab .value-box h1 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .inner-value-warp .card-tab .value-box p {
    margin-bottom: 12px;
  }
  .inner-value-warp .list-tab-content .great-list ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
    display: block;
    align-items: center;
    justify-content: space-between;
  }
  .inner-value-warp .list-tab-content {
    margin-top: 30px;
    background-color: transparent;
    padding: 0;
  }
  .inner-value-warp .list-tab-content .great-list ul li:first-child {
    width: 100%;
    margin-bottom: 12px;
  }
  /*
  Latest Warp  Style
  ======================================================*/
  .latest-card .latest-image {
    height: 300px;
  }
  .latest-news-warp .pl-0 {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .latest-news-warp .pr-0 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  /*
  Inner Planer Warp  Style
  ======================================================*/
  .inner-planner {
    padding: 25px;
  }
  .inner-planner .single-section {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .inner-planner .planner-content .default-btn {
    margin-top: 5px;
  }
  .conference-widget .conference-content::before {
    left: 0;
    right: 0;
  }
  .conference-widget .conference-content .man-time {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
  }
  .conference-widget .conference-content .man-time::before {
    display: none;
  }
  .conference-widget .conference-content .man-time span {
    margin-bottom: 0;
    margin-right: 35px;
  }
  .conference-widget .conference-content .man-time ul li {
    position: relative;
    display: inline-block;
  }
  .conference-widget .conference-content .man-time ul li:last-child {
    margin-top: 0;
  }
  .conference-widget .conference-content .man-content {
    padding-left: 0;
  }
  .conference-widget .conference-content .name-details {
    display: block !important;
    margin-top: 20px;
  }
  /*
  Hero Style3 Warp  Style
  ======================================================*/
  .hero-style3-warp {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hero-style3-content {
    margin-bottom: 30px;
  }
  .hero-style3-content h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .hero-style3-content ul {
    margin-bottom: 20px;
  }
  .hero-style3-content ul li {
    padding-left: 22px;
    margin-bottom: 12px;
    padding-right: 15px;
  }
  .hero-form .form-warp {
    padding: 25px;
    max-width: 100%;
  }
  .hero-form .form-warp h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .hero-form .form-warp .form-control {
    height: 50px;
    font-size: 12px;
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .hero-form .form-warp .hero-register {
    height: 50px;
  }
  /*
  Innovators Warp  Style
  ======================================================*/
  .innovators-box {
    padding: 25px;
  }
  .innovators-box .icon {
    width: 70px;
    height: 70px;
    line-height: 82px;
    font-size: 40px;
    margin-bottom: 10px;
  }
  .innovators-box h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  /*
  Quality Warp  Style
  ======================================================*/
  .quality-content {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .quality-content h2 {
    margin-bottom: 15px;
  }
  .quality-content .quality-item {
    margin-bottom: 25px;
  }
  .quality-content .quality-item .icon {
    width: 55px;
    height: 55px;
    font-size: 28px;
    line-height: 65px;
  }
  .quality-content .quality-item .content {
    padding-left: 10px;
  }
  .quality-content .quality-item .content h4 {
    margin-bottom: 5px;
  }
  .quality-image .satisfied-warp {
    margin-right: 0;
  }
  .quality-image .satisfied-counter {
    margin-right: 0;
    padding: 25px;
  }
  .quality-image .satisfied-counter .satisfied-box .icon {
    width: 55px;
    height: 55px;
    font-size: 35px;
    line-height: 65px;
  }
  .quality-image .satisfied-counter .satisfied-box .content {
    padding-left: 15px;
  }
  .quality-image .satisfied-counter .satisfied-box .content h2 {
    font-size: 28px;
    margin-bottom: 2px;
  }
  .col-lg-6:nth-child(2) .satisfied-box {
    margin-left: 0;
  }
  .col-lg-6:nth-child(1) .satisfied-box {
    margin-bottom: 25px;
  }
  /*
  Sponsor Warp  Style
  ======================================================*/
  .sponsor-widget h4 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .sponsor-widget .logo {
    margin-bottom: 25px;
  }
  /*
  Exclusive Warp  Style
  ======================================================*/
  .exclusive-box {
    padding: 25px;
  }
  .exclusive-box .content h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  /*
  Creative Warp  Style
  ======================================================*/
  .creative-content {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .creative-slider-warp {
    margin-left: 0;
    position: relative;
  }
  /*
  Leading Warp  Style
  ======================================================*/
  .leading-item {
    display: block !important;
  }
  .leading-item .date-list {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 30px !important;
  }
  .leading-item .week {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .leading-item .content-tag {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .leading-item .downtown {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  .leading-item .count {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .leading-item .count::before {
    display: none;
  }
  /*
  Teach Warp  Style
  ======================================================*/
  .teach-image {
    padding-right: 0;
  }
  .teach-image .image-content .teach-event-shape1 {
    display: none;
  }
  .teach-image .image-content .content {
    padding: 25px;
    text-align: center;
  }
  .teach-image .image-content .content h2 {
    font-size: 30px;
  }
  .teach-content {
    padding-right: 0;
  }
  .teach-content .about-counter {
    margin-top: 20px;
  }
  .teach-content .count-box .icon {
    height: 70px;
    width: 70px;
    font-size: 32px;
    line-height: 80px;
    margin-right: 15px;
  }
  .teach-content .count-box .content h2 {
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 0;
  }
  .teach-content .default-btn {
    margin-top: 0;
  }
  .teach-content .col-lg-4:nth-child(2) .count-box {
    margin-left: 0;
    margin-bottom: 0;
  }
  .blog-warp {
    overflow: hidden;
  }
  .image-content .image2 {
    margin-top: 20px;
  }
  .inner-hero-warp {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .inner-hero-warp h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .blog-big-widget .mb-list {
    margin-bottom: 10px;
  }
  .blog-big-widget .mb-list li {
    padding-right: 20px;
    font-size: 13px;
  }
  .blog-big-widget .mb-list li:first-child {
    padding-right: 4px;
  }
  .blog-big-widget .mb-list li::before {
    display: none;
  }
  .blog-big-widget h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .blog-big-widget .reliable {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .blog-big-widget .reliable h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .blog-big-widget .details-image {
    margin-bottom: 25px;
  }
  .blog-big-widget .details-image p {
    margin-top: 0;
  }
  .blog-big-widget .share {
    margin-bottom: 20px;
    padding-bottom: 25px;
  }
  .blog-big-widget .share h3 {
    font-size: 15px;
    margin-bottom: 0;
  }
  .blog-big-widget .reply-form h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .reply-form {
    margin-bottom: 25px;
  }
  .blog-small-widget {
    padding-left: 0;
  }
  .blog-small-widget .search-box {
    margin-bottom: 25px;
  }
  .blog-small-widget .all-boxes {
    padding: 25px;
  }
  .blog-small-widget .recent-post .blog-post .thumb {
    width: 70px;
    height: 70px;
    margin-right: 12px;
  }
  .blog-small-widget .recent-post .blog-post .thumb .full-image {
    width: 70px;
    height: 70px;
  }
  .main-blog-card .content {
    padding: 25px 20px;
  }
  .main-blog-card .content .mb-list {
    margin-bottom: 12px;
  }
  .main-blog-card .content .mb-list li {
    margin-bottom: 8px;
  }
  .main-blog-card .content h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .community-content.style2 {
    padding-right: 0;
    margin-bottom: 25px;
  }
  .community-content h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .community-content.style3 {
    padding-left: 0;
  }
  .community-image.style3 {
    margin-left: 0;
    padding-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .community-image.style3::before {
    top: -15px;
    left: 130px;
    bottom: -15px;
  }
  .community-image.style2 {
    margin-right: 10px;
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 40px;
  }
  .community-image.style2::before {
    top: -15px;
    right: 130px;
    bottom: -15px;
  }
  .venue-content {
    margin-top: 30px;
  }
  .registration-form {
    padding: 25px;
  }
  .event-details-content .details-list {
    margin-bottom: 5px;
  }
  .event-details-content .details-list li {
    margin-bottom: 10px;
    padding-right: 30px;
  }
  .event-details-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .event-details-content .image {
    margin-bottom: 25px;
  }
  .event-details-content .media {
    margin-bottom: 25px;
  }
  .event-details-content .media h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .event-details-content .media .style-tag {
    margin-top: 15px;
    padding: 8px 0 8px 20px;
  }
  .event-details-content .media .style-tag p {
    font-size: 15px;
  }
  .event-details-content .guide {
    margin-bottom: 25px;
  }
  .event-details-content .guide h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .event-details-content .future {
    margin-bottom: 25px;
  }
  .event-details-content .future h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .event-details-content .connecting {
    margin-bottom: 25px;
  }
  .event-details-content .connecting h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .event-details-content .mission {
    margin-bottom: 25px;
  }
  .event-details-content .mission h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .event-details-content .easier {
    margin-bottom: 25px;
  }
  .event-details-content .easier h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .contact-card-warp {
    padding-right: 0;
    margin-bottom: 25px;
  }
  .contact-card-warp h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contact-card-warp p {
    margin-bottom: 12px;
  }
  .contact-card-warp .share h3 {
    font-size: 18px;
    margin-right: 12px;
  }
  .contact-form {
    margin-left: 0;
    padding: 25px;
  }
  .contact-form h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .inner-speaker-details {
    padding: 25px;
  }
  .details-warp {
    padding-right: 0;
  }
  .details-information h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .details-information::before {
    display: none;
  }
  .admission {
    margin-left: 0;
  }
  .admission .admission h4 {
    font-size: 16px;
    margin-bottom: 17px;
  }
  .admission::before {
    display: none;
  }
  .admission ul li {
    padding-left: 15px;
  }
  .social-details {
    margin-top: 0;
    text-align: start;
    margin-bottom: 25px;
  }
  .social-details .social-list li {
    padding: 4px 12px;
  }
  .social-details .social-list li:first-child {
    padding-top: 4px;
  }
  .social-details .social-list li:last-child {
    padding: 4px 12px;
  }
  .speaker-card-warp {
    margin-top: 30px;
  }
  .speaker-card-warp h4 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .speaker-form {
    padding: 25px;
    margin-left: 0;
  }
  .speaker-form h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
/* Min width 576px to Max width 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .prevention-widget .prevent-btn {
    text-align: start;
    padding: 0 20px;
  }
  .provide-box.mb-25 {
    margin-bottom: 0;
  }
  .slb-widget {
    text-align: start;
  }
  .slb-widget .schedule-list {
    max-width: 100%;
  }
  .slb-widget .schedule-list .nav-tabs {
    display: flex !important;
  }
  .slb-widget .schedule-list .nav-tabs .nav-item {
    margin-right: 20px;
  }
  .schedule-warp .schedule-btn {
    margin-top: 25px;
  }
  .testimonial-image {
    padding-left: 50px;
    padding-bottom: 50px;
    margin-bottom: 20px;
    margin-right: 29px;
  }
  .ticket-content .pricing-ticket {
    margin-top: 25px;
    padding: 25px;
    display: flex !important;
  }
  .ticket-content .pricing-ticket .prize {
    display: block !important;
  }
  .ticket-content .pricing-ticket .prize h1 {
    font-size: 30px;
    margin-bottom: 35px;
    margin-right: 0;
  }
  .ticket-content .pricing-ticket .pricing-btn {
    display: block;
  }
  .ticket-content .pricing-ticket .pricing-btn .default-btn {
    margin-bottom: 50px;
    margin-right: 0;
  }
  .ticket-form .form-tab .nav-pills .nav-link {
    font-size: 15px;
    border: 0;
    padding: 5px 25px;
  }
  .blog-card .content {
    padding: 20px 15px 18px 15px;
  }
  .blog-card .content h3 {
    font-size: 16px;
  }
  .blog-card .content ul li {
    padding-right: 10px;
  }
  .blog-card .content ul li .scf-link {
    font-size: 14px;
  }
  .blog-card .content .explore {
    font-size: 12px;
  }
  .inner-value-warp .card-tab .value-box {
    padding: 15px;
  }
  .inner-value-warp .card-tab .value-box .title {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .inner-value-warp .card-tab .value-box .default-btn {
    padding: 10px 18px;
  }
  .inner-value-warp .list-tab-content .great-list ul {
    padding-left: 0;
    margin-bottom: 25px;
    display: flex;
  }
  .inner-value-warp .list-tab-content .great-list ul li:first-child {
    margin-bottom: 0;
  }
  .prevention-widget .prevent-btn {
    text-align: start;
    padding: 0;
  }
  .col-lg-6:nth-child(1) .satisfied-box {
    margin-bottom: 0;
  }
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
  .container.style1 {
    max-width: 720px;
  }
  .container-fluid {
    max-width: 720px;
  }
  .header-login {
    text-align: end !important;
  }
  .ticket-content .pricing-ticket {
    padding: 45px;
    display: flex !important;
  }
  .ticket-content .pricing-ticket .prize {
    display: block;
    align-items: center;
  }
  .ticket-content .pricing-ticket .prize h1 {
    margin-bottom: 55px;
    margin-right: 0;
  }
  .ticket-content .pricing-ticket .pricing-btn {
    display: block;
  }
  .ticket-content .pricing-ticket .pricing-btn .default-btn {
    margin-bottom: 55px;
    margin-right: 0;
  }
  .slb-widget .schedule-list {
    max-width: 100%;
  }
  .slb-widget .schedule-list .nav-tabs {
    display: flex !important;
  }
  .slb-widget .schedule-list .nav-tabs .nav-item {
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .mazie-content {
    margin-bottom: 0px;
    display: flex;
    position: relative;
  }
  .mazie-content .global {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .latest-news-warp {
    padding: 50px;
  }
  .latest-news-warp .pl-0 {
    padding-left: 0;
  }
  .latest-news-warp .pr-0 {
    padding-right: 0;
  }
  .latest-card .latest-image {
    height: 100%;
  }
  .inner-funfact-warp {
    padding: 50px 50px 25px 50px;
  }
  .video-content h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .inner-value-warp {
    padding: 50px;
  }
  .inner-value-warp .list-tab-content .great-list ul {
    display: flex;
    align-items: center;
  }
  .inner-value-warp .list-tab-content .great-list ul li {
    margin-right: 10px;
  }
  .col-lg-6:nth-child(1) .satisfied-box {
    margin-bottom: 0;
  }
  .quality-image .satisfied-counter {
    margin-right: 100px;
    padding: 40px;
  }
  .teach-image {
    margin-bottom: 30px;
  }
  .teach-image .image-content .content {
    padding: 60px;
  }
  .teach-image .image-content .content h2 {
    font-size: 60px;
  }
  .blog-small-widget .all-boxes {
    padding: 40px;
  }
  .client-slider-warp .swiper-pagination {
    bottom: 20px !important;
  }
  .inner-value-warp .value-tab {
    justify-content: center;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 960px;
  }
  .container-fluid.style2 {
    max-width: 960px;
  }
  .container-fluid.style3 {
    max-width: 960px;
  }
  .container.style1 {
    max-width: 960px;
  }
  body {
    font-size: 15px;
  }
  p {
    font-size: 15px;
  }
  .section-title h2 {
    font-size: 30px;
    letter-spacing: -0.01em;
  }
  .single-section h2 {
    font-size: 30px;
  }
  .inner-top-header {
    max-width: 790px;
    margin-left: auto;
  }
  .inner-top-header.style2 {
    max-width: 790px;
  }
  .input-search-event {
    box-shadow: 0px 10px 40px rgba(3, 4, 28, 0.05);
    background-color: #ffffff;
    padding: 50px;
    text-align: center;
    position: relative;
    margin-top: -95px;
  }
  .hero-warp {
    padding-top: 110px;
    padding-bottom: 205px;
  }
  .hero-content {
    max-width: 700px;
  }
  .hero-content h1 {
    font-size: 62px;
    margin-bottom: 10px;
  }
  .about-content .about-counter {
    margin-top: 20px;
  }
  .about-content .count-box .icon {
    height: 75px;
    width: 75px;
    font-size: 35px;
    line-height: 84px;
    margin-right: 15px;
  }
  .about-content .default-btn {
    margin-top: 5px;
  }
  .about-image {
    padding-left: 0;
  }
  .about-image .about3 {
    width: 190px;
    height: 190px;
  }
  .prevention-widget .content::before {
    right: 0;
  }
  .prevention-widget .content h3 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
  }
  .provide-warp .provide-shape2 {
    display: none;
  }
  .provide-warp .provide-shape1 {
    display: none;
  }
  .provide-warp .provide-shape3 {
    display: none;
  }
  .provide-warp .provide-shape4 {
    display: none;
  }
  .provide-box {
    padding-bottom: 0;
    padding-top: 0;
  }
  .slb-widget .schedule-list {
    max-width: 165px;
  }
  .slb-widget .default-btn {
    padding: 15px 20px;
  }
  .date-list {
    max-width: 155px;
    padding: 15px 15px 15px 30px;
    margin-left: 20px;
  }
  .hero-style3-content h1 {
    font-size: 45px;
    margin-bottom: 12px;
  }
  .hero-style3-content ul {
    margin-bottom: 20px;
  }
  .hero-style3-content ul li {
    margin-bottom: 10px;
  }
  .hero-style3-warp {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .innovators-box {
    margin-bottom: 25px;
    padding: 30px;
  }
  .quality-content h2 {
    margin-bottom: 25px;
  }
  .quality-image .satisfied-counter {
    margin-right: 60px;
    padding: 30px 30px;
  }
  .quality-image .satisfied-counter .satisfied-box .icon {
    width: 55px;
    height: 55px;
    font-size: 32px;
    line-height: 69px;
  }
  .quality-image .satisfied-counter .satisfied-box .content {
    padding-left: 12px;
  }
  .quality-image .satisfied-counter .satisfied-box .content h2 {
    font-size: 25px;
    margin-bottom: 8px;
  }
  .exclusive-box {
    padding: 20px;
  }
  .exclusive-box .prize-btn span {
    font-size: 15px;
  }
  .exclusive-box .prize-btn .default-btn {
    padding: 12px 25px;
  }
  .exclusive-box .content h3 {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .creative-slider-warp .swiper-btn {
    left: -57%;
    bottom: 65px;
  }
  .leading-item .week {
    padding-left: 25px;
    padding-right: 10px;
  }
  .leading-item .date-list li .content p {
    font-size: 13px;
  }
  .ticket-content {
    padding-right: 30px;
  }
  .ticket-content .pricing-ticket {
    padding: 20px;
  }
  .ticket-content .pricing-ticket .prize h1 {
    font-size: 30px;
  }
  .ticket-form {
    padding: 30px 20px;
    margin-left: -20px;
  }
  .ticket-form .form-tab .nav-pills .nav-link {
    padding: 5px 15px;
  }
  .blog-card .content {
    margin-left: 30px;
    padding: 25px;
  }
  .blog-card .content ul {
    margin-bottom: 10px;
  }
  .blog-card .content ul li .scf-link {
    font-size: 14px;
  }
  .blog-card .content h3 {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .col-lg-3:nth-child(2) .footer-widget {
    margin-left: 28px;
  }
  .col-lg-3:nth-child(3) .footer-widget {
    margin-left: -15px;
  }
  .col-lg-3:nth-child(4) .footer-widget {
    margin-left: -40px;
  }
  .footer-widget .footer-blog .image {
    width: 70px;
    height: 70px;
  }
  .footer-widget .footer-blog .content {
    padding-left: 15px;
  }
  .footer-widget h3 {
    font-size: 18px;
  }
  .hero-warp2-style {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .hero-warp2-style .hero-shape1 {
    display: none;
  }
  .hero-style2-content {
    max-width: 657px;
  }
  .hero-style2-content h1 {
    font-size: 60px;
  }
  .solution-content {
    padding-right: 10px;
  }
  .solution-box .icon {
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 74px;
  }
  .solution-box .content {
    padding-left: 12px;
  }
  .solution-box .content h5 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .conference-widget .date-list {
    margin-left: 40px;
  }
  .inner-funfact-warp {
    padding: 45px;
  }
  .funfact-box .icon {
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 70px;
  }
  .funfact-box .content {
    padding-left: 10px;
  }
  .funfact-box .content p {
    font-size: 14px;
  }
  .funfact-box .content h3 {
    font-size: 32px;
    margin-bottom: 0;
  }
  .inner-value-warp .value-tab {
    width: 100%;
    height: 55px;
    padding: 5px;
  }
  .inner-value-warp .value-tab .value-btn {
    padding: 12px 30px;
  }
  .inner-value-warp .value-tab .value-btn.active {
    padding: 12px 32px;
  }
  .inner-value-warp .card-tab .value-box {
    padding: 20px;
  }
  .inner-value-warp .card-tab .value-box h1 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .inner-value-warp .card-tab .value-box p {
    margin-bottom: 15px;
  }
  .inner-value-warp .card-tab .value-box .default-btn {
    padding: 12px 20px;
  }
  .latest-card .content {
    padding: 25px;
    background: rgba(5, 84, 242, 0.05);
  }
  .latest-card .content ul li {
    font-size: 14px;
  }
  .latest-card .content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .latest-card .content .latest-tag {
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 13px;
  }
  .ticket-content .pricing-ticket .pricing-btn .default-btn {
    margin-bottom: 55px;
    padding: 10px 23px;
  }
  .ticket-form .get-there ul li h6 {
    font-size: 12px;
    padding-right: 2px;
  }
  .inner-funfact-warp .funfact-shape1 {
    display: none;
  }
  .contact-card-warp {
    padding-right: 90px;
  }
  .inner-speaker-details {
    padding: 25px;
  }
  .details-warp {
    padding-right: 0;
    text-align: center;
    margin-bottom: 25px;
  }
  .admission::before {
    display: none;
  }
  .details-information::before {
    display: none;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container-fluid {
    max-width: 1140px;
  }
  .container-fluid.style2 {
    max-width: 1140px;
  }
  .container-fluid.style3 {
    max-width: 1140px;
  }
  .container.style1 {
    max-width: 1140px;
  }
  body {
    font-size: 15px;
  }
  p {
    font-size: 15px;
  }
  .section-title h2 {
    font-size: 30px;
    letter-spacing: -0.01em;
  }
  .single-section h2 {
    font-size: 30px;
  }
  .inner-top-header {
    max-width: 925px;
    margin-left: auto;
  }
  .inner-top-header.style2 {
    max-width: 925px;
  }
  /*
  Hero Warp  Style
  ======================================================*/
  .hero-warp {
    padding-top: 120px;
    padding-bottom: 220px;
  }
  .hero-content h1 {
    font-size: 65px;
    margin-bottom: 10px;
  }
  /*
  Search Event Warp  Style
  ======================================================*/
  .input-search-event {
    padding: 55px 60px 60px 60px;
  }
  .input-search-event .default-btn {
    padding: 17px 28px;
  }
  /*
  Prevention Warp  Style
  ======================================================*/
  .prevention-widget .content::before {
    right: -15px;
  }
  /*
  Provide Warp  Style
  ======================================================*/
  .provide-warp .provide-shape1 {
    display: none;
  }
  .provide-warp .provide-shape2 {
    display: none;
  }
  .provide-warp .provide-shape3 {
    display: none;
  }
  .provide-warp .provide-shape4 {
    display: none;
  }
  .provide-box {
    padding-bottom: 0;
    padding-top: 0;
  }
  /*
  Testimonial Warp  Style
  ======================================================*/
  .testimonial-box {
    padding-left: 60px;
  }
  /*
  Ticket Warp  Style
  ======================================================*/
  .ticket-form {
    padding: 30px 40px;
    margin-left: -40px;
  }
  .ticket-form h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .ticket-content {
    padding-right: 50px;
  }
  .ticket-content .pricing-ticket {
    padding: 25px;
  }
  /*
  Blog Warp  Style
  ======================================================*/
  .blog-card .content {
    margin-left: 35px;
    padding: 25px 25px 25px 25px;
  }
  .blog-card .content h3 {
    font-size: 20px;
  }
  /*
  Event Funfect Warp  Style
  ======================================================*/
  .inner-funfact-warp .funfact-shape1 {
    left: 0;
  }
  /*
  Hero Style2 Warp  Style
  ======================================================*/
  .hero-warp2-style {
    padding-top: 50px;
    padding-bottom: 52px;
  }
  .hero-warp2-style .hero-shape1 {
    display: none;
  }
  .hero-style2-content {
    max-width: 700px;
    margin-left: auto;
  }
  .hero-style2-content h1 {
    font-size: 55px;
  }
  .hero-style2-content p {
    font-size: 14px;
  }
  .hero-style2-content p img {
    position: relative;
    top: -2px;
  }
  /*
  Solution Warp  Style
  ======================================================*/
  .solution-content {
    padding-right: 50px;
  }
  .solution-content h2 {
    margin-bottom: 8px;
  }
  .solution-content .default-btn {
    margin-top: 10px;
  }
  .solution-box .icon {
    width: 80px;
    height: 80px;
    font-size: 33px;
    line-height: 90px;
  }
  .solution-box .content {
    padding-left: 18px;
  }
  .solution-box .content h5 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  /*
  Funfact Warp  Style
  ======================================================*/
  .inner-funfact-warp {
    padding: 60px;
  }
  .funfact-box .icon {
    width: 80px;
    height: 80px;
    font-size: 40px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
  }
  /*
  Value Warp  Style
  ======================================================*/
  .inner-value-warp .card-tab .value-box {
    padding: 35px 25px 40px 25px;
  }
  /*
  Hero Style3 Warp  Style
  ======================================================*/
  .hero-style3-warp {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .hero-style3-content .title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .hero-style3-content h1 {
    font-size: 60px;
    margin-bottom: 12px;
  }
  .hero-style3-content ul {
    margin-right: -40px;
  }
  .hero-style3-content ul li {
    padding-left: 24px;
    padding-right: 15px;
    font-size: 13px;
  }
  /*
  Innovators Warp  Style
  ======================================================*/
  .innovators-box {
    padding: 40px 30px 35px 30px;
  }
  /*
  Creative Warp  Style
  ======================================================*/
  .creative-slider-warp .swiper-btn {
    left: -56%;
    bottom: 95px;
  }
  /*
  Leading  Warp  Style
  ======================================================*/
  .leading-item .week {
    padding-left: 35px;
    padding-right: 35px;
  }
  .teach-image .image-content .content {
    padding: 40px 35px;
    text-align: center;
  }
}
/* Min width 1400px to Max width 1499px */
@media only screen and (min-width: 1400px) and (max-width: 1799px) {
  .container-fluid {
    max-width: 1320px;
  }
  .container-fluid.style2 {
    max-width: 1320px;
  }
  .container-fluid.style3 {
    max-width: 1320px;
  }
  .container.style1 {
    max-width: 1320px;
  }
  .inner-top-header {
    max-width: 1100px;
  }
  .inner-top-header.style2 {
    max-width: 1100px;
  }
  .hero-style3-content h1 {
    font-size: 60px;
    margin-bottom: 12px;
  }
  .hero-style3-content ul li {
    padding-left: 22px;
    padding-right: 15px;
    font-size: 14px;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 2500px) and (max-width: 4599px) {
  .inner-top-header {
    max-width: 1474px;
  }
  .inner-top-header.style2 {
    max-width: 1474px;
  }
}/*# sourceMappingURL=responsive.css.map */