
@media only screen and (max-width: 1495px) {
  .header-top-news .btn-read-more {
    font-size: 13px !important;
  }
  .header-top-news .inner .content .news-text {
    font-size: 11px;
  }
  .header-top-news span.rainbow-badge {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1399px) {
 .header-caption span.cd-words-wrapper {
    font-size: 45px !important;
  }
}
@media only screen and (max-width: 1399px) {
    .testimonial-style-two .thumbnail > img, .testimonial-style-two .thumbnail .testimonial-image {
        width: 340px;
        height: 340px;
        display: table;
        margin: 0 auto;
      }
}
@media only screen and (min-width: 1305px) {
  .header-top-news.bg-gradient .inner {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1280px) {
  .header-top-news .inner .content .news-text {
    font-size: 11px !important;
  }
}
@media only screen and (max-width: 1279px) {
  .header-top-news .inner .content .news-text {
    font-size: 9px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-top-news .inner .content .news-text {
    font-size: 9px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-top-news .social-icon.social-default {
    display: none !important;
  }
  .header-left {
    display: none;
  }
  .child-holder p {
    font-size: 14px;
  }
  ul.mainmenu a {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 992px) {
.mobile-menu {
  display: none !important;
}
    
}
@media only screen and (max-width: 991px) {
  html, body {
    width: 100vw;
    overflow-x: hidden !important;
  }
  /*===================Correct Mobile Nav==========================*/
  .popup-mobile-menu .inner {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
  }
  .popup-mobile-menu .inner {
    width: 100%;
  }
  .hamberger-button {
    background: transparent !important;
  }
  .hamberger {
    float: right;
  }
  /*===================Correct Mobile Nav End=======================*/

  .logo-mobile-menu {
    position: absolute;
  z-index: -1;
  top: 410px;
  max-width: 80%;
  }
  .sponsors-img img {
    max-width: 100px;
  }
  .rainbow-header.header-default.header-left-align.header-transparent.header-sticky.sticky .mobile-menu .menu-toggle {
    top: -20px;
  } 
  .planned-prev .thumbnail.sal-animate {
    margin-top: 110px;
  }
  .sponsors {
    display: block;
  }
  .mobile-nav {
    position: relative;
  }
  .mobile-menu a:focus,   
  .mobile-menu a:visited {
    outline:none !important;
  }
  .mobile-menu {
    display: block;
    position: relative;
  }
  .btn.btn-border-3::before,
  .btn.btn-border-3::after {
    display: none;
  }
  .menu-toggle {
    display: block;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    top: -15px;
    right: 20px;
    z-index: 1500;
  }
  .btn.btn-border-3.submenu-toggle {
    color:#000 !important;
    padding:12px !important;
  }
  .bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 5px 0;
  }
  .submenu-nav.active .sub {
    display: block;
  }
  ul.mainmenu a {
    color:#fff !important;
    font-size: 20px !important;
  }
  .mainmenu-nav {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 109vw;
    height: 100vh;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  .header-left-align .mainmenu-nav {
    margin-left:0px
  }
  .mainmenu-nav.active {
    display: flex;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    top: -90px;
    left: -34vw;
    height: 100vh;
    overflow-x: hidden;
    align-items: center;
    justify-content: center;
  }
.sub {
  display: none;
} 
.submenu-arrow {
  width: 24px;
  height: 24px;
  position: absolute;
  line-height: 12px;
  cursor: pointer;
  right: -2px;
  top: 20px;
  color: #fff;
}
.submenu-arrow::before {
  content: "<";
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 34px;
  transform: rotate(-90deg);
}
.mainmenu-nav.active .mainmenu {
  height: 100vh;
  /* overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden; */
  max-height: calc(100vh - 10vh);
  overflow-y: scroll;
    padding-top: 50px;
}
  .mainmenu {
    padding: 10px;
    display: flex;
    flex-direction: column;
  }
  .mainmenu-nav .mainmenu > li > a {
    height:auto !important;
    color: #fff !important;
    font-size: 24px !important;
    line-height: 24px !important;
    padding:25px 0px !important;

  }
  .mainmenu li {
    margin-bottom: 10px;
    width: 100%;
    line-height: 1 !important;
  }

  .mainmenu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    line-height: 1 !important;

  }

  .submenu {
    display: none;
    position: relative; /* Ensure submenu stays within the container */
  }

  .submenu.active {
    display: block;
    position: absolute;
    top: 100%; /* Position the submenu below its parent item */
    left: 0;
    width: 100%; /* Full width of the container */
  }

  .menu-toggle.active .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .menu-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active .bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
  }
  body.mobile-menu-open {
    overflow: hidden;
    position: relative;
  }

  .cards-section .page-content {
    grid-template-columns: repeat(4, 1fr);
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: inherit;
  }
  .cards-section .card {
    height: 350px;
    width: 35%;
    float: left;
  }
  .testimonial-style-two .thumbnail > img, .testimonial-style-two .thumbnail .testimonial-image {
    width: 340px;
    height: 200px;
    display: table;
    margin: 0 auto;
  }
  
}
@media only screen and (max-width: 850px) {
  .contact .main-content, .callback .main-content {
    margin-top: 100px;
  }
  .rainbow-section-gap {
    padding: 80px 90px !important;
  }
  .child-holder p {
    font-size: 11px;
  }
}
@media only screen and (max-width: 801px) {
  .header-caption span.cd-words-wrapper {
     font-size: 30px !important;
   }
   .advance-tab-button.advance-tab-button-1 br {
    display: none;
   }
 }
@media only screen and (max-width: 767px) {
  .testimonial-style-two .thumbnail > img, .testimonial-style-two .thumbnail .testimonial-image {
      width: 340px;
      height: 340px;
    }
    .testimonial-style-two .order-1 {
      margin:0 auto !important;
    }
  .rainbow-section-gap {
    padding: 0px !important;
    margin:20px 0px;
  }
  .cards-section .card {
    width: 47%;
  }
  .sponsors {
    max-width: 100%;
    margin: 90px 0px 90px 0px;
  } 
  .sponsors-img {
    flex-direction: column;
    height: auto;
  }
  .sponsors-img img {
    max-width: 160px;
    margin-top: 20px;
  }
  .cd-words-wrapper {
    font-size: 18px;
  }
  .child-holder {
    width: 60%;
  }
  .parent {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    flex-direction: column;
  }
  .child {
    height: 120px;
    width: 120px;
  }
  .child-holder p {
    font-size: 15px;
    margin: 20px auto;
  }
  .mainmenu-nav.active {
    top: -100px;
    left: -44vw;
  }
  .header-top-news .inner .content .news-text {
    font-size: 12px;
  }
  .slider-style-1 .inner .header-caption span {
    font-size: 36px;
  }
  .header-top-news.bg-gradient .inner .content .right-button,
  .header-top-news .inner .right-button {
    display: none;
  }
  #wheel-tab div.spin-box {
    height: 100%;
    width: 100%;
    min-height: 100%;
    max-width: 100%;
}
#wheel-tab #process-wheel {
  height: 700px;
  width: 700px;
}
#wheel-tab > div {
  max-width: 700px;
  top: 0px;
}
}
@media only screen and (max-width: 750px) {

  .testimonial-style-two .thumbnail > img, 
  .testimonial-style-two .thumbnail .testimonial-image,
  .testimonial-style-two .thumbnail {
    width: 200px;
    height: 185px;
    display: table;
    margin: 0 auto;
  }
  .cards-section .card {
    height: 350px;
    width: 55%;
    float: left;
  }

}
@media only screen and (max-width: 600px) {
  #wheel-tab #process-wheel {
    height: 580px;
    width: 580px;
  }
  .header-caption span.cd-words-wrapper {
    font-size: 25px !important;
  }
}
@media only screen and (max-width: 575px) {
  .rainbow-back-top {
  position: fixed;
  bottom: 75px;
}

  
  .mainmenu-nav.active {
    top: -130px;
    left: -41vw;
  }
  .header-caption span.cd-words-wrapper {
    font-size: 20px !important;
  }
  .advance-tab-button-1 .tab-button-list .tab-button.tab-with-icon .tab {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 516px) {
  #wheel-tab #process-wheel {
    height: 480px;
    width: 480px;
  }
}
@media only screen and (max-width: 526px) {
  .mainmenu-nav.active {
    top: -130px;
    left: -42vw;
  }
  .header-caption span.cd-words-wrapper {
    font-size: 18px !important;
  }
}
@media only screen and(max-width: 481px){
  #cookie-bar {
    height: 64px !important;
  }
  .contact .rainbow-section-gap, .callback .rainbow-section-gap {
    padding: 80px 0px !important;
  }
}
@media only screen and (max-width: 470px) {
  #wheel-tab div.spin-box {
    height: 100%;
    width: 100%;
    min-height: 100%;
    max-width: 100%;
  }
  
}
@media only screen and (max-width: 455px) {
  .contact .rainbow-section-gap, .callback .rainbow-section-gap {
    padding: 80px 0px !important;
  }
  .home   .rainbow-section-gap {
    padding: 80px 20px !important;
  }
  .rainbow-advance-tab-area.rainbow-section-gap {
    padding: 0px !important;
  }
  .contact .main-content, .callback .main-content {
    margin-top: 40px;
  }
  #wheel-tab div.spin-box {
    height: 70vh;
    width: 110vw;
  }
  #wheel-tab {
    height: 80vh;
  }
  .mainmenu-nav.active {
    top: -130px;
    left: -44vw;
  }
  .rainbow-section-gap {
    padding: 80px 60px !important;
  }
  .emergency .thumbnail.sal-animate::before {
    left: -20px;
    top: -30px;
  }
  .planned-prev .thumbnail.sal-animate::after {
    right: -20px;
    top: -30px;
  }
  .cards-section .card {
    height: 350px;
    width: 90%;
    float: left;
  }
}
@media only screen and (max-width: 412px) {
  .mainmenu-nav.active {
     top: -130px;
    left: -43vw; 
  }
}
@media only screen and (max-width: 359px) {
  #wheel-tab {
    height: auto;
  }
  .child-holder {
    width: 70%;
  }
  #wheel-tab #process-wheel {
    height: 330px;
    width: 330px;
  }
  #wheel-tab > div {
    max-width: 330px;
    top: 0px;
  }
}


@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}














