.d-flex{
  display: flex;
}
.d-none{
  display: none;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.align-center{
  align-items: center;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.p-relative{
  position: relative;
}
.p-absolute{
  position: absolute;
}
 
.btn-blue-rounded{
  display: inline-flex;
  padding: 12px 24px;
  border-radius: 55px;
  background:var(--main-color);
  color: #fff;
  font-size: 16px;
  border: 0;
}
.btn-blue-rounded:hover{ 
  color: #fff;
  text-decoration: none;
  background: linear-gradient(90deg, #1F3C6F 0%, #3B73D5 100%); 

}
.btn-border-rounded{
  display: inline-flex;
  padding: 12px 24px;
  border-radius: 55px;
  background:#fff;
  color: var(--main-color);
  border:1px solid var(--main-color);
  margin-top: 40px;
}
.btn-border-rounded .icon-right-arrow, .btn-blue-rounded  .icon-right-arrow{
  margin-left: 10px;
}
.btn-border-rounded:hover{
  background-color: transparent;
    background-image: linear-gradient(90deg, #EBFAFF 100%, #C2EFFE 0%);
}
.red{
  color: #FF4258;
}
.mainMenuHeader nav .hfe-nav-menu li a{
  flex-direction: column;
}
.mainMenuHeader nav .hfe-nav-menu li a:hover{
  font-weight: bold !important;
}
.mainMenuHeader nav .hfe-nav-menu .current_page_item a{
  font-weight: bold !important;
}
.mainMenuHeader nav .hfe-nav-menu li a::before{
  display: block  !important;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  position:static;
}
.mobile-nav-container{
  display: none;
}
.cubitan-faq .elementor-tab-title{
  border-radius: 8px;
  background: linear-gradient(90deg, #EBFAFF 0%, #CCE7F0 100%);
}
 
.cubitan-faq  .elementor-tab-content{
  
  border-left: 5px solid #000 !important;
  margin:10px  0 0;
}
.cubitan-faq  .elementor-tab-content p{
  margin-top: 0;
}
.cubitan-faq  .elementor-tab-content p:last-child{
  margin-bottom: 0;
}
.cubitan-faq .elementor-accordion-item{
  margin-bottom: 24px;
}
/* .site-header{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9; 
  transition: padding 0.7s ease, transform 0.3s ease;
  transition-property: padding, transform;
  transition-duration: 0.5s;
}
.site-header.scrolled-down, .site-header.scrolled-top{
  transition: all 0.3s ease;
}
.site-header.scrolled-down .floatMenu{
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  background-color:#fff !important;

}
.site-header.scrolled-top .floatMenu{
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  background-color:#fff !important;
}
.site-header.hide-navbar {
  transform: translateY(-20rem);
}
.site-header.scrolled-top .e-con-inner{
  padding: 0;
} */

.videoHome.elementor-widget-video .elementor-wrapper iframe{
  width: 100% !important;
  height: 100% !important;
}
.news-img-container.img-container.no-img{
 border: 1px solid #ececec
}
@media (max-width:1025px) {
  .mobile-nav-container{ 
    position: fixed;
    top: 0;
    left: -1000px;
    width: 100%;
    bottom: 0; 
    transition: all 0.5s ease-in-out;
    height: 100%;
    z-index: 9;
    display: block;
  }
  .mobile-nav-container.active{ 
    left: 0px;
    transition: all 0.5s ease-in-out;
  }
  .top-mobile-menu{
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 0;
  }
  body.mobile-menu-active{
    height: 100% !important;
    overflow: hidden; 
  }
  .inside-menu-container{
    position: relative; 
    height: 100%;
    width: 340px; 
    background: var(--main-color);
  }
  #mobile-menu{
    height: 100%; 
    padding: 20px;
    margin: 0;
    list-style: none;
    display: block;
  }
  ul#mobile-menu li a{
    padding: 10px; 
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none; 
  }
  .shadow-layer{
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.8s ease-in-out;
  }
  .shadow-layer.show {
    z-index: 1;
    opacity: 1;
    transition: all 0.8s ease-in-out;
    background: rgba(0, 0, 0, 0.40);
  }
  .admin-bar .mobile-nav-container{
    padding-top: 45px;
  }
  .btn-close-menu{
    background: transparent;
    position: relative; 
    width: 30px;
    height: 30px;
    border: 0;
  }
  .btn-close-menu:before, .btn-close-menu:after {
    width: 30px;
    height: 3px;
    content: '';
    background: #fff;
    display: block;
    position: absolute;
    top: auto;
    left: 0;
  }
  .btn-close-menu:before {
    transform: rotate(45deg);
  }
  .btn-close-menu:after {
    transform: rotate(135deg);
  }
  .footer-menu ul.hfe-nav-menu{
    justify-content: flex-start;
  }
  .footer-menu ul.hfe-nav-menu li.menu-item{
    display: block;
    width:100%;
  }
}
@media (max-width:767px) {
  .inside-menu-container{
    width: 100%;
  }
  .footer-menu ul.hfe-nav-menu{
    column-count: 2;
    display: block;
    margin: 0;
    width: 100%;
  } 
 /* .site-header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
  }
  .site-header.scrolled-down .floatMenu{
    background-color: #fff;
  } */
 
}