body {
    font-family: "Inter", sans-serif;
    line-height: 1.5;
    color: #14253B;
  }

  .blog-casestudy-hero .download-case-btn:hover {
    background: #006EFA;
  }
  .casestudy-post-area .all-post-content .single-case-download:hover {
    background: #006EFA;
    color: #FFFFFF;
    border: 1px solid #006EFA;
  }
  .full-case-study-details .inner-casedetails-area .studycase-hero-section .download-case-btn:hover {
    background: #006EFA;
  }
  .thankyou-area .backto-resource-btn:hover {
    background: #098CE3;
  }
  /* country code start */
  .country_flags {
    position: absolute;
    width: 70px;
    height: max-content;
  }select#country_code {
    width: 100%;
    border: 0;
    background: unset;
    text-indent: 100px;
    padding: 10px;
    position: absolute;
    outline: 0;
    display: block !important;
    height: 100%;
    z-index: 9;
  }
  .fflag {
    margin: 15px 15px;
  }
  input#phone {
    padding-left: 80px;
  }
  /* country code end */
  /* newsroom */
  .post-area .latest-post .latest-inner .post-content {
    margin-left: 24px;
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0A2540;
  }
  .current-hover:hover {
    color: rgba(51, 66, 83, 0.4);
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  /* a.btn-normal {
    line-height: 40px;
  } */
  @media (max-width:767px){
    ul#myTab {
      top: 55px;
    }
  }
  ul.children {
    padding-left: 70px;
  }
  .byuser.odd .comment-box .comment-details {
  background: transparent;
  border: 1px solid #E4EDF5;
  border-radius: 8px 40px 40px 40px;
  }
  .single-blog-content ol {
    list-style: revert;
    padding-left: 17px;
  }

  .help-article-start ol {
    list-style: revert;
    padding-left: 17px;
  }

  .help-article-start ul {
    list-style: revert;
    padding-left: 17px;
  }


  .single-blog-content ul {
    list-style: revert;
    padding-left: 17px;
  }
  /*Feature page css  */
  .feautre-wrapper {
    overflow: hidden;
    padding-left: 55px;
  }
  
  @media (max-width: 768px) {
    .feautre-wrapper {
      padding-left: 0;
    }
  }
  
  .feautre-wrapper > .row {
    padding-top: 102px;
  }
  
  @media (max-width: 767.48px) {
    .feautre-wrapper > .row {
      padding-top: 64px;
    }
  }
  
  .feautre-wrapper .row.section-padding {
    padding-top: 47px;
    padding-bottom: 47px;
  }
  
  @media (max-width: 1199.98px) {
    .feautre-wrapper .row.section-padding {
      padding: 30px 0;
    }
  }
  
  @media (max-width: 991.98px) {
    .feautre-wrapper .row.section-padding {
      padding: 15px 0;
    }
  }
  
  @media (max-width: 767.48px) {
    .feautre-wrapper .row.section-padding {
      padding: 0;
    }
  }
  
  @media (max-width: 1199.98px) {
    .feautre-wrapper .tittle-box {
      padding-bottom: 30px;
    }
  }
  
  .feautre-wrapper .tittle-box h3 {
    margin-bottom: 8px;
  }
  
  @media (max-width: 767.48px) {
    .feautre-wrapper .tittle-box h3 {
      font-size: 32px;
      line-height: 38px;
    }
  }
  
  .feautre-wrapper .tittle-box p {
    font-size: 18px;
    line-height: 26px;
    color: #334253;
    text-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07);
  }
  
  @media (max-width: 767.48px) {
    .feautre-wrapper .tittle-box p {
      font-size: 14px;
      line-height: 20px;
    }
  }
  
  .feautre-wrapper .feautre-box h5 {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    margin-bottom: 12px;
  }
  
  @media (max-width: 767.48px) {
    .feautre-wrapper .feautre-box h5 {
      margin-bottom: 8px;
    }
  }
  
  .feautre-wrapper .feautre-box p {
    font-size: 13px;
    line-height: 20px;
    color: #334253;
    margin-bottom: 10px;
  }
  
  @media (max-width: 767.48px) {
    .feautre-wrapper .feautre-box p {
      margin-bottom: 0;
    }
  }
 
  .feautre-wrapper .feautre-box .mu-button-arrow {
    font-size: 14px;
    margin-top: 12px;
  }
  
  @media (max-width: 767.48px) {
    .feautre-wrapper .feautre-box .mu-button-arrow {
      margin-top: 8px;
    }
  }
  
  .feautre-wrapper .feautre-box.style-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 64px 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .feautre-wrapper .feautre-box.style-1 h5 {
    margin-top: 21px;
  }
  
  @media (max-width: 1199.98px) {
    .feautre-wrapper .feautre-box.style-1 {
      padding: 25px 0;
    }
  }
  
  @media (max-width: 767.48px) {
    .feautre-wrapper .feautre-box.style-1 {
      padding: 13px 0;
    }
  }
  .feautre-wrapper .feautre-box.style-1 .mu-button-arrow {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .feautre-wrapper .feautre-box.style-1 .feautre-details {
    width: 100%;
  }
  .feautre-wrapper .row.gx-5 p a {
    display: none;
  }
  .feautre-left{
    background: #EAF7FE;
    width: 100%;
    min-height: 100px;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius:8px;
  }
  .resource-postdetails-area .inner-post-details .inner-content .accordian-table .accordion-body .inner-item h6 a{
    color: #14253B;
  }
  .press-coverage .latestblog-slider .single-service-box {
    width: 33.33%;
}
.logo-slider .single-client {
  display: inline-flex;
  width: 20%;
  max-height: 70px;
  text-align: center;
  padding: 10px 10px;
  height: 70px;
}
.logo-slider .single-client img {
  margin: 0 auto;
  max-width: 100%;
  height: min-content;
}
.logo-slider .single-client:last-child{
  display:none;
}
/*iframe div css*/
.video-container {
  overflow: hidden;
  position: relative;
  width:100%;
}
.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-partnar .img-box {
  width: 65px;
}
.contact-partnar .img-box img{
  width:100%;
}
.logo-slider .single-client {
  display: inline-flex;
  width: 20%;
  max-height: 70px;
  text-align: center;
  padding: 10px 10px;
  height: 70px;
}
.logo-slider .single-client img {
  margin: 0 auto;
  max-width: 100%;
  height: min-content;
}
.logo-slider .single-client:last-child{
  display:none;
}
.single-content-box ul {
  padding-left: 12px;
}
.single-content-box li {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #14253B;
  margin-top: 16px;
  list-style: disc;
}

.speaker-box img.img-fluid {
  width: 80px;
  height: 80px;
}
.right-inner-image {
  width: 100%;
  overflow: hidden;
  height: 150px;
  border-radius: 100px;
    border-top-right-radius: 100px;
  border-top-right-radius: 0px;
}.right-inner-image img {
  max-width: 100%;
}
.cookies_agree {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(8,8,8,.8);
  z-index: 99999999;
  color: #bababa;
}
.p-1 {
  padding: 0.25rem!important;
} .cookies_agree a {
  color: #0cb9f2;
  text-decoration: none;
  background-color: transparent;
}.cookies_agree button {
  border: 0;
  background: #fb2855;
  font-size: 14px;
  color: #fff;
  margin-left: 30px;
  padding: 5px 30px;
  border-radius: 20px;
}.cookies_agree .fa {
  position: absolute;
  right: 50px;
  font-size: 12px;
  top: 14px;
  cursor: pointer;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #ddd;
}
.cookies_agree button.close {
  background: unset;
  font-size: 20px !important;
  margin: 0 !important;
}
.resource-inner-webinars .inner-weibinner ul, .inner-weibinner ul {
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #334253;
  margin-top: 8px;
  padding-left: 20px;
  list-style-type: circle;
}
.hero-area.hero-solution {
  padding-top: 35px;
}
@media (min-width: 992px){
  .navbar .navbar-nav .dropdown-mega .mega-menu{
    min-width:950px;
  }
}

/*video embed css for iframe*/
@media (max-width: 500px) {
  .video-wrapper iframe {
    height: 180px!important;
}
}
/*video embed css */
@media (min-width: 992px) {
  .mu-nav .dropdown-menu {
    filter: drop-shadow(0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.4))!important;
    -webkit-filter: drop-shadow(0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.4))!important;
  }
}
.testimonial-area .testimonial-slider .slick-list{
  height: max-content !important;
}
.plan-details .collapse-btn {
  max-width: 340px;
  height: auto;
  background: #EDF3F9;
  border-radius: 8px;
  padding: 12px 26px;
  cursor: pointer;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #334253;
  font-family: "Inter", sans-serif;
}
.plan-details .accordion-item {
background: transparent;
}
.plan-details .accordion-item .collapse-btn[aria-expanded=false] .active-span {
display: none;
}
.plan-details .accordion-item .collapse-btn[aria-expanded=false] .deactive-span {
display: inline-block;
}
.plan-details .accordion-item .collapse-btn[aria-expanded=true] .active-span {
display: inline-block;
}
.plan-details .accordion-item .collapse-btn[aria-expanded=true] .deactive-span {
display: none;
}
.plan-details .accordion-item .deactive-span svg {
margin-top: -3px;
}
.plan-details .accordion-item .active-span svg {
margin-top: -3px;
}
.exlore-product .single-product-box p {
  color: rgba(20, 37, 59, 0.8);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
}
.exlore-product .single-product-box .mu-button-arrow {
  font-size: 14px;
}
.exlore-product .single-product-box .produt-img {
  margin-bottom: 16px;
}
.exlore-product .single-product-box {
  padding: 32px;
  height: 100%;
  background: #fff;
  box-shadow: 0px 9px 33px rgb(0 0 0 / 4%), 0px 2.01027px 7.37098px rgb(0 0 0 / 1%), 0px 0.598509px 2.19453px rgb(0 0 0 / 1%);
  -webkit-box-shadow: 0px 9px 33px rgb(0 0 0 / 4%), 0px 2.01027px 7.37098px rgb(0 0 0 / 1%), 0px 0.598509px 2.19453px rgb(0 0 0 / 1%);
  -moz-box-shadow: 0px 9px 33px rgba(0, 0, 0, 0.04), 0px 2.01027px 7.37098px rgba(0, 0, 0, 0.0144161), 0px 0.598509px 2.19453px rgba(0, 0, 0, 0.00589235);
  border-radius: 24px 24px 24px 64px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: flex-start;
  position: relative;
}
/* embed video for live */
@media (min-width: 540px) {
  .live .videos-wrapper iframe{
     height:260px;
  }
}
@media (min-width: 660px) {
  .live .videos-wrapper iframe{
    height:330px;
  }
}
@media (min-width: 767px) {
  .live .videos-wrapper iframe{
    height:320px;
  }
}
@media (min-width: 800px) {
  .live .videos-wrapper iframe{
    height:360px;
  }
}
@media (min-width: 900px) {
  .live .videos-wrapper iframe{
    height:370px;
  }
}
@media (min-width: 1024px) {
  .live .videos-wrapper iframe{
    /* height:460px; */
    height:550px;
  }
}
@media (max-width: 480px) {
  .live .videos-wrapper iframe{
    height:190px;
  }
}  
@media (max-width: 400px) {
  .live .videos-wrapper iframe{
    height:180px;
  }
}  
@media (max-width: 390px) {
  .live .videos-wrapper iframe{
    height:170px;
  }
}
@media (max-width: 320px) {
  .live .videos-wrapper iframe{
    height:143px;
  }
}
/* embed video for live */
/* embed video for flex */
@media (min-width: 540px) {
  .flex .videos-wrapper iframe{
     height:270px;
  }
}
@media (min-width: 660px) {
  .flex .videos-wrapper iframe{
    height:340px;
  }
}
@media (min-width: 767px) {
  .flex .videos-wrapper iframe{
    height:330px;
  }
}
@media (min-width: 800px) {
  .flex .videos-wrapper iframe{
    height:370px;
  }
}
@media (min-width: 900px) {
  .flex .videos-wrapper iframe{
    height:380px;
  }
}
@media (min-width: 1024px) {
  .flex .videos-wrapper iframe{
    /* height:460px; */
    height:550px;
  }
}
@media (max-width: 480px) {
  .flex .videos-wrapper iframe{
    height:200px;
  }
}  
@media (max-width: 400px) {
  .flex .videos-wrapper iframe{
    height:190px;
  }
}  
@media (max-width: 390px) {
  .flex .videos-wrapper iframe{
    height:180px;
  }
}
@media (max-width: 320px) {
  .flex .videos-wrapper iframe{
    height:153px;
  }
}
/* embed video for flex */
/* slick slider */
.leaders-area .slick-arrow {  
  width: 36px;  
  height: 36px;  
  border-radius: 360px;  
  background-color: #fff;  
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);  
  border: none;  
  position: absolute;  
  top: 30%;
}
@media (max-width: 767.48px) {
  .leaders-area .slick-arrow {    
    top: 35%; 
  }
}
.leaders-area .slick-track {  
  display: flex;
}
.leaders-area .slick-track .slick-slide {  
  display: flex;  
  height: auto; 
  align-items: center;  
  justify-content: center;
}
.leaders-area .client-slider-prev {  
  left: -15px;
}
@media (max-width: 767.48px) {  
  .leaders-area .client-slider-prev {    
    left: -18px;  
  }
}
.leaders-area .client-slider-next {  
  right: -15px;
}
@media (max-width: 767.48px) {  
  .leaders-area .client-slider-next {    
    right: -18px;  
  }
}
/* slick slider end */
/* account tab css      */
.custom-dropdown {
  font-size: 14px;
  text-align: center;
  position: relative;
  color: gray;
  cursor: pointer;
}
.custom-dropdown::after{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M2.13281 3.2002H5.86615L3.99948 5.6002L2.13281 3.2002Z' fill='%235C5F62'/%3E %3Cpath d='M2.13281 3.2002V2.7002C1.94185 2.7002 1.76756 2.80897 1.68365 2.98052C1.59975 3.15207 1.62089 3.35643 1.73814 3.50717L2.13281 3.2002ZM5.86615 3.2002L6.26082 3.50717C6.37806 3.35643 6.3992 3.15207 6.3153 2.98052C6.2314 2.80897 6.05711 2.7002 5.86615 2.7002V3.2002ZM3.99948 5.6002L3.6048 5.90717C3.69953 6.02896 3.84518 6.1002 3.99948 6.1002C4.15377 6.1002 4.29943 6.02896 4.39416 5.90717L3.99948 5.6002ZM2.13281 3.7002H5.86615V2.7002H2.13281V3.7002ZM5.47147 2.89323L3.6048 5.29322L4.39416 5.90717L6.26082 3.50717L5.47147 2.89323ZM4.39416 5.29322L2.52749 2.89323L1.73814 3.50717L3.6048 5.90717L4.39416 5.29322Z' fill='%235C5F62'/%3E %3C/svg%3E ");
  background-size: contain;
  width: 10px;
  height: 10px;
  border: none;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: auto;
  bottom: 6px;
  right: -10px;
  background-repeat: no-repeat;
}
.custom-list {
  position: absolute;
  background: #fff;
  text-align: left;
  overflow: hidden;
  padding: 0 0;
  font-size: 13px;
  max-width: 120px;
  min-width: 120px;
  margin-top: 10px;
  left: auto;
  right: 0;
  color: gray;
  filter: drop-shadow(0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.4))!important;
  -webkit-filter: drop-shadow(0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.4))!important;
  border-radius: 10px;
}
.custom-list li a{
  color: gray;
  display: block;
  padding: 3px 12px;
}
.custom-list li a:hover{
  color: #1e2125;
  background-color: #e9ecef;
} 
span#navbarDropdownMenuLink {
  color: #006efa !important;
  font-weight: 500;
}
@media (max-width: 767.48px) {  
  .custom-dropdown::after {    
    right: 4px;  
  }
  .custom-dropdown{
    text-align: left;
  }
  .custom-list li a {
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }
  .custom-list {
    max-width: 100%;
    min-width: 100%;
  }
}
/* Account tab end */
.pro-cat {
  height: 25px !important;
}
/* SDK widget */
.sdk-widgets {
  background: #F4F7FC;
  padding: 104px 0;
}
@media (max-width: 575.98px) {
  .sdk-widgets {
    padding: 80px 0;
  }
}
.sdk-widgets .sdk-top {
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  .sdk-widgets .gx-80 {
    --bs-gutter-x: 80px;
  }
}
@media (min-width: 1400px) {
  .sdk-widgets .gx-56 {
    --bs-gutter-x: 56px;
  }
}
.sdk-widgets .sdk-box {
  background: #fff;
  padding: 48px 40px;
  border-radius: 16px;
  height: 100%;
}
@media (max-width: 575.98px) {
  .sdk-widgets .sdk-box {
    padding: 32px;
  }
}
.sdk-widgets .sdk-box.sm-box p {
  margin-bottom: 32px;
}
.sdk-widgets .sdk-box ul {
  display: flex;
}
.sdk-widgets .sdk-box ul li {
  display: inline-block;
  margin-bottom: 24px;
}
.sdk-widgets .sdk-box h2 {
  color: #14253B;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0px;
  margin-bottom: 8px;
}
@media (max-width: 575.98px) {
  .sdk-widgets .sdk-box h2 {
    font-size: 28px;
  }
}
.sdk-widgets .sdk-box .gap16 li:not(:last-child) {
  margin-right: 16px;
}
.sdk-widgets .sdk-box .gap24 li:not(:last-child) {
  margin-right: 24px;
}
.sdk-widgets .sdk-box span {
  font-family: "Poppins";
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  color: #14253B;
  display: block;
  margin-bottom: 16px;
}

.sdk-widgets .sdk-box p {
  color: #313131;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
}
.sdk-widgets h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0em;
  color: #14253B;
}
@media (max-width: 575.98px) {
  .sdk-widgets h1 {
    font-size: 36px;
  }
}
.sdk-widgets .subtext {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media (max-width: 575.98px) {
  .sdk-widgets .subtext {
    font-size: 18px;
  }
}
/* SDK widget */
.client-lists.client-primary .single-client svg {
  filter: gray;
  filter: grayscale(1);
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close{
  cursor: pointer!important;
}
/* Ask sales start*/
.ask-content {
  background: linear-gradient(91deg, #036DB4 27.63%, #30938A 86.7%);
  padding: 48px 0;
}
.ask-content .succes-box {
  text-align: center;
}
@media (min-width: 992px) {
  .ask-content .succes-box {
    padding: 0 40px;
  }
}
.ask-content .succes-box .btn-border {
  color: #098CE3;
  text-transform: capitalize;
}
.ask-content .succes-box .btn-border:hover {
  color: #fff;
}
.ask-content .succes-box .cs-btn {
  min-width: 181px;
  max-width: 181px;
  margin: 0 auto;
  height: 48px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142.857%;
  width: 100%;
  display: block;
}
.ask-content .succes-box p {
  color: #14253B;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-top: 48px;
  margin-bottom: 16px;
}
.ask-content .succes-box span {
  display: block;
  color: #334253;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  .ask-content .gx-80 {
    --bs-gutter-x: 80px;
  }
}
.ask-content .cs-wrap {
  margin-top: 50px;
}
.ask-content .cs-wrap h3 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 170.833%;
}
@media (min-width: 992px) {
  .ask-content .cs-wrap h3 {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .ask-content .cs-wrap .gx-64 {
    --bs-gutter-x: 64px;
  }
}
.ask-content .cs-wrap .customer-box {
  text-align: center;
}
.ask-content .cs-wrap .customer-box img {
  max-width: 110px;
  margin-bottom: 10px;
}
.ask-content .cs-wrap .customer-box p {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.ask-content .form-wrap {
  border-radius: 24px;
  background: #FFF;
  padding: 40px;
  min-height: 656px;
}
@media (max-width: 575.98px) {
  .ask-content .form-wrap {
    padding: 24px;
  }
}
.ask-content .form-wrap .mu-btn {
  margin-top: 16px;
}
.ask-content .form-wrap .country-flag-wrapper img {
  max-width: 18px;
}
.ask-content .form-wrap .country-flag-wrapper span {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: left;
  margin-left: 8px;
}
.ask-content .form-wrap .dropdown.bootstrap-select {
  height: 48px;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  max-width: 100px;
}
.ask-content .form-wrap .dropdown.bootstrap-select .dropdown-menu {
  padding: 0;
}
.ask-content .form-wrap .bootstrap-select > .dropdown-toggle {
  background: #fff;
  outline: none !important;
  box-shadow: none !important;
  padding-left: 16px;
}
.ask-content .form-wrap .bootstrap-select > .dropdown-toggle::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M2.66669 4H7.33335L5.00002 7L2.66669 4Z' fill='%235C5F62'/%3E %3Cpath d='M2.66669 4V3C2.28475 3 1.93617 3.21755 1.76837 3.56065C1.60057 3.90375 1.64285 4.31246 1.87733 4.61394L2.66669 4ZM7.33335 4L8.12271 4.61394C8.35719 4.31246 8.39947 3.90375 8.23167 3.56065C8.06387 3.21755 7.71529 3 7.33335 3V4ZM5.00002 7L4.21067 7.61394C4.40012 7.85753 4.69143 8 5.00002 8C5.30861 8 5.59992 7.85753 5.78937 7.61394L5.00002 7ZM2.66669 5H7.33335V3H2.66669V5ZM6.544 3.38606L4.21067 6.38606L5.78937 7.61394L8.12271 4.61394L6.544 3.38606ZM5.78937 6.38606L3.45604 3.38606L1.87733 4.61394L4.21067 7.61394L5.78937 6.38606Z' fill='%235C5F62'/%3E %3C/svg%3E ");
  border: none;
  background-size: cover;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
}
.ask-content .form-wrap .bootstrap-select > .dropdown-toggle .country-flag-wrapper span {
  color: #202223;
}
.ask-content .form-wrap .phone {
  border: 1px solid #D6D8E7;
  border-radius: 4px;
}
.ask-content .form-wrap .phone .form-control {
  border: none !important;
  padding-left: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}
.ask-content .form-wrap .field-group label {
  color: #14253B;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 184.615%;
  margin-bottom: 4px;
}
.ask-content .form-wrap .field-group label span {
  color: #FF511B;
}
.ask-content .form-wrap .field-group .form-control {
  padding: 8px 16px;
  min-height: 48px;
  border-radius: 6px;
  border: 1px solid #DBE1EA;
  background: #FFF;
}
.ask-content .form-wrap .field-group .form-control::-moz-placeholder {
  color: #A5ACB6;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 246.154%;
}
.ask-content .form-wrap .field-group .form-control::placeholder {
  color: #A5ACB6;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 246.154%;
}
.ask-content .form-wrap .field-group textarea {
  resize: none;
}
.ask-content .ask-left h1 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 16px;
}
@media (max-width: 575.98px) {
  .ask-content .ask-left h1 {
    font-size: 38px;
  }
}
.ask-content .ask-left .sub-head {
  color: #FFF;
  text-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07);
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 24px;
}
.ask-content .ask-left ul li {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E %3Cpath d='M9.99996 18.3327C14.6023 18.3327 18.3333 14.6017 18.3333 9.99935C18.3333 5.39698 14.6023 1.66602 9.99996 1.66602C5.39759 1.66602 1.66663 5.39698 1.66663 9.99935C1.66663 14.6017 5.39759 18.3327 9.99996 18.3327Z' fill='%2324AE60' stroke='%2324AE60' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M14.1666 7.5L9.16663 13.3333L6.66663 11.25' stroke='white' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  padding-left: 36px;
}
.ask-content .ask-left ul li:not(:last-child) {
  margin-bottom: 20px;
}
.ask-content .ask-left ul li p {
  color: #FFF;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
}
.ask-content .ask-left ul li span {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: block;
}
/* Ask sales end */
/* check box ER:98187*/
#terms_check {
  display: flex;
  gap: 12px;
  align-items: start;
}
#terms_check label{
  margin-top: -5px !important;
  }
/* check box ER:98187*/

/* Globa table css */

.bottom-content table tr td, .bottom-content table tr th {
  border: 1px solid rgba(20, 37, 59, 0.13);
  padding: 20px 16px;
}

.table-design-one table th, .table-design-two table th, .table-design-three table th  {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #14253b;
  border: 0;
  padding: 20px 16px;
}

.table-bg {
  background: #eaf7ff;
}

.table-design-one thead {
  border-bottom: 1px solid rgba(20, 37, 59, 0.3);
}
.table-design-one tr th {
  border: none !important;
}
.table-design-one tr th:nth-child(even) {
  background: #eaf7ff;
}
.table-design-one tr th:not(:first-child) {
  text-align: center;
}
.table-design-one tr th:first-child {
  padding-left: 24px;
}
.table-design-one tr td:nth-child(even) {
  background: #eaf7ff;
}
.table-design-one tr td:not(:first-child) {
  text-align: center;
}

.table-design-one, .table-design-two {
  background: #fff;
  border: 1px solid rgba(20, 37, 59, 0.3);
  border-radius: 16px;
}

.table-design-one table tr, .table-design-two table tr, .table-design-three table tr:first-child {
  border-bottom: 1px solid rgba(20, 37, 59, 0.3);
}

.table-design-one table tbody td, .table-design-one tbody th, .table-design-two table td, .table-design-two tbody th, .table-design-three table tbody td, .table-design-three tbody th {
  padding: 16px 24px;
  overflow-wrap: break-word;
  border: 0 !important;
}

.table-design-one table tr:last-child, .table-design-two table tr:last-child, .table-design-three table tr:last-child {
  border-bottom: 0;
}

.table-design-three thead tr th {
  border: none;
  border-bottom: 1px solid rgba(20, 37, 59, 0.13);
}
.table-design-three thead tr th:not(:first-child) {
  text-align: center;
}
.table-design-three thead tr th:first-child {
  padding-left: 24px;
}
.table-design-three tbody tr:nth-child(even) td {
  background: #eaf7ff;
}
/* .table-design-three tbody tr:nth-child(even) td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.table-design-three tbody tr:nth-child(even) td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
} */
.table-design-three tbody tr td:not(:first-child) {
  text-align: center;
}
.table-design-one tbody tr td, .table-design-two tbody tr td{
  border-right: 1px solid rgba(20, 37, 59, 0.3) !important;
}
.table-design-one tbody tr td:last-child, .table-design-two tbody tr td:last-child, .table-design-three tbody tr td:last-child {
  border-right: 0 !important;
}
.table-design-one thead tr th, .table-design-two thead tr th  {
  border-right: 1px solid rgba(20, 37, 59, 0.3) !important;
}
.table-design-one thead tr th:last-child,  .table-design-two thead tr th:last-child, .table-design-three thead tr th:last-child{
  border-right: 0 !important;
}
.table-design-one tbody tr:last-child td:last-child {
  border-bottom-right-radius: 18px;
}.table-design-one tbody tr:first-child td:last-child {
  border-top-right-radius: 18px;
}
/* Globa table css */
/* Footer Alignment issue */
ul.contact-list {
  margin-bottom: 0!important;
}
ul.product-list {
  margin-bottom: 0!important;
}
/* Footer Alignment issue */

/* ER:108074 Concept Page*/
.concept-hero {
  padding: 36px 0;
  background: #D9EFFF;
}
.concept-hero h1 {
  color: #14253B;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 133.333% */
  margin-bottom: 8px;
}
.concept-hero p {
  color: #334253;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

.concept-sec {
  padding-top: 64px;
  padding-bottom: 32px;
}
@media (max-width: 1400px) {
  .concept-sec .slider-button.next {
    right: -60px;
  }
  .concept-sec .slider-button.prev {
    left: -60px;
  }
}
@media (min-width: 1400px) {
  .concept-sec .slider-button.next {
    right: -70px;
  }
  .concept-sec .slider-button.prev {
    left: -70px;
  }
}
@media (max-width: 767.48px) {
  .concept-sec .slider-button.next {
    right: -7px;
  }
}
@media (max-width: 767.48px) {
  .concept-sec .slider-button.prev {
    left: -7px;
  }
}
.concept-sec .slider-button {
  transform: translateY(-180%) !important;
  display: block !important;
}
@media (max-width: 767.48px) {
  .concept-sec .slider-button {
    top: 320px !important;
    bottom: auto !important;
  }
}
@media (max-width: 575.98px) {
  .concept-sec .slider-button {
    top: 260px !important;
    bottom: auto !important;
    padding: 8px 16px;
    border-radius: 50%;
  }
  .concept-sec .slider-button svg {
    width: 10px;
  }
}
.concept-sec .concept-slide .section-title {
  margin-bottom: 40px;
}
.concept-sec .concept-slide img {
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.concept-sec .concept-slide .slide-content {
  padding-top: 24px;
  padding-left: 20px;
  padding-right: 20px;
}
.concept-sec .concept-slide .slide-content p {
  color: #334253;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  margin-bottom: 16px;
}
.concept-sec .concept-slide .slide-content span {
  color: #0A2540;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
  margin-top: 24px;
  margin-bottom: 12px;
}
.concept-sec .concept-slide .slide-content ul {
  display: flex;
  gap: 8px;
  padding-bottom: 5px;
}
.concept-sec .concept-slide .slide-content ul li a {
  padding: 6px 18px;
  display: flex;
  align-items: center;
  justify-self: center;
  border-radius: 100px;
  border: 1px solid #DBE1EA;
}

.explore-muvi {
  padding-top: 80px;
}
.explore-muvi .section-title {
  margin-bottom: 8px;
}
.explore-muvi .streming-lists {
  margin-top: 40px;
}

.streming-lists .single-box p {
  font-size: 14px;
  line-height: 20px;
  font-family: "Inter";
  margin: 24px 0;
}

.concept-details {
  padding: 48px 0;
  background: #F8F8FB;
}
.concept-details p {
  color: #334253;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
}
.concept-slide.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.concept-slide .slick-list.draggable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* ER:108074 concept Page*/
/* Feature Toggle */
.toggle-sec {
  margin-bottom: 48px;
}
.toggle-sec label {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.toggle-sec label.active {
  color: #006EFA;
}
.toggle-sec .form-switch {
  padding: 0;
}
.toggle-sec .form-switch .form-check-input {
  margin: 0 8px;
  border: 1px solid #D6D8E7;
  background-color: transparent;
  width: 28px;
  height: 16px;
  background-size: 11px;
  background-position: 3px center;
  outline: none;
  box-shadow: none;
}
.toggle-sec .form-switch .form-check-input:checked {
  background-position: 13px center;
}
@media (min-width: 1200px) {
  .feautre-content-wrapper .toggle-sec {
    /* padding-bottom: 16px; */
    padding-top: 102px;
    margin-bottom: 0;
  }
  .feautre-content-wrapper .toggle-sec .form-switch .form-check-input {
    background-position: 3px 1px;
  }
  .feautre-content-wrapper .toggle-sec .form-switch .form-check-input:checked {
    background-position: 13px 1px;
  }
}
@media (max-width: 767.48px) {
  .feautre-content-wrapper .toggle-sec {
      padding-top: 64px;
  }
}
.feautre-content-wrapper .toggle-sec {
  padding-top: 102px;
}

/* Feature Toggle */
/* Zoho chat mobile view */
@media only screen and (max-width: 555px) and (min-width: 100px)
{
    body div.zsiq-mobhgt[embedtheme].siqembed
    {
      height: 70% !important;
      width: 75% !important;
      right:  0 !important;
      left: auto !important;
    }
}
/* Zoho chat mobile view */
/*Country code ER-116066 */
.phoneGroup .field-required .bootstrap-select>.dropdown-toggle .country-flag-wrapper span:last-child {
  display: none;
}

.phoneGroup .country_flags {
  position: absolute;
  width: max-content !important;
  height: max-content;
}
.phoneGroup  .invalid-icon {
  position: absolute;
  right: 10px;
  height: -moz-max-content;
  height: max-content;
  top: 0;
  bottom: 0;
  margin: auto;
}
.phoneGroup  .invalid-state {
  display: none;
}
.phoneGroup  .invalid-text {
  position: absolute;
  right: 0px;
  height: -moz-max-content;
  height: max-content;
  top: -20px;
  bottom: auto;
  margin: auto;
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
  color: #D72C0D;
}
.phoneGroup .form-wrap label {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  color: #3B4256;
  margin-bottom: 4px;
}
.phoneGroup .form-wrap label span {
  color: #EB5757;
}
.phoneGroup .form-wrap .form-control {
  padding: 0px 16px 0px 14px;
  border: 1px solid #D6D8E7;
  height: 40px;
}
.phoneGroup .form-wrap .form-control::-moz-placeholder {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
}
.phoneGroup .form-wrap .form-control::placeholder {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
}
.phoneGroup .country-flag-wrapper img {
  max-width: 18px;
}
.phoneGroup .country-flag-wrapper span {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: left;
  margin-left: 8px;
}
.phoneGroup .field-required .bootstrap-select > .dropdown-toggle {
  background: #fff;
  outline: none !important;
  box-shadow: none !important;
  padding: 11px;
  display: inline-flex;
}
.phoneGroup .field-required .bootstrap-select > .dropdown-toggle::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.57193 5.49999C4.46823 5.50062 4.36544 5.47961 4.26945 5.43817C4.17345 5.39673 4.08614 5.33567 4.01252 5.25848L0.860926 1.92743C0.712562 1.77062 0.629211 1.55794 0.629211 1.33617C0.629211 1.1144 0.712562 0.901721 0.860926 0.744908C1.00929 0.588096 1.21052 0.5 1.42033 0.5C1.63015 0.5 1.83138 0.588096 1.97974 0.744908L4.57193 3.49303L7.16411 0.753236C7.31484 0.616808 7.50872 0.545518 7.70702 0.553613C7.90531 0.561708 8.09341 0.648593 8.23374 0.796904C8.37406 0.945214 8.45626 1.14403 8.46392 1.35361C8.47158 1.5632 8.40413 1.76812 8.27505 1.92743L5.12346 5.25848C4.9767 5.41233 4.77862 5.49907 4.57193 5.49999Z' fill='%237B8794'/%3e%3c/svg%3e ");
  border: none;
  background-size: cover;
  width: 12px;
  height: 7px;
  background-repeat: no-repeat;
}
.phoneGroup .field-required .bootstrap-select > .dropdown-toggle .country-flag-wrapper span {
  color: #202223;
}
.phoneGroup .field-required .phone {
  border: 1px solid #D6D8E7;
  border-radius: 4px;
}
.phoneGroup .field-required .phone .form-control {
  border: none !important;
  padding-left: 6px;
}
.phoneGroup .field-required.has-invalid .phone {
  border-color: #EB5757;
}
.phoneGroup .field-required.password.has-invalid .invalid-icon {
  right: 35px;
}
.phoneGroup .field-required.password.has-invalid .invalid-state {
  display: block;
}
.phoneGroup .field-required.has-invalid .invalid-state {
  display: block;
}
.phoneGroup .field-required.has-invalid .form-control {
  border-color: #EB5757;
}
.phoneGroup .field-required.has-valid .validate {
  display: block;
}
.phoneGroup .field-required.has-valid .form-control {
  background: #F8FAFC;
}
.phoneGroup .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: max-content !important;
}
.phoneGroup .country-flag-wrapper {
  /* max-width: 143px; */
  padding-right: 17px;
}
.phoneGroup input#phone {
  padding-left: 10px !important;
} 
.phoneGroup .dropdown-menu {
  position: relative;
}
.phoneGroup select#country_code {
  display: none !important;
}
.phoneGroup label.error {
    position: absolute;
    bottom: -30px;
    left: 0;
    margin-bottom: 10px;
}
/*Country code ER-116066 */
/*Ask sale css section start*/
span#navbarDropdownMenuLink {
  padding-top: 8px !important;
  display: inline-block !important;
}
.custom-dropdown:after {
    height: 13px !important;
    bottom: 11px !important;
    right: -12px !important;
}
.mt-6{margin-top:5rem;}
/*Ask sale css section end*/

.trial-wrap .trial-right .form-wrap .group .toggle-edit-icon {
  position: absolute;
  right: 10px;
  height: -moz-max-content;
  height: max-content;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.modal-backdrop.show {
  z-index: 999999 !important;
}
.modal{
  z-index: 9999999 !important;
}

.modal-open .menu-item.active {
    z-index: -1;
    position:fixed;
}
/*.custom-control-label a {
    color: #fff !important;
}
.custom-control-label span {
    color: #fff !important;
}*/

.slider-content .client-img img {
  max-width: 200px !important;
}
@media (max-width: 991.98px) {
  .cta-area.secondary-cta ul li {
        width: 100%;
        text-align: left !important;
    }
  .cta-area .trial-area h3 {
    margin: 0px 10px 20px 30px !important;
  }
  .cta-area .trial-area ul {
    margin: 27px 30;
    padding-left: 40px;
  }
  .cta-area .trial-area span {
    margin: 20px 0px 30px 30px !important;
  }
  .cta-area .trial-area .btn-trial {
    margin-left: 30px;
  }
  .cta-area .banner-style-one a.mu-btn {
    margin-bottom: 20px;
  }
}
/*compliance responsive issue*/
@media(max-width:360px){
  .hero-area.p-0 {
      padding:10px 0 110px !important;
  }
}

@media(max-width:450px){
  .hero-area.p-0 {
      padding:10px 0 90px !important;
  }
}

@media (max-width: 767.48px) {
  .hero-area.p-0 {
    padding:10px 0 90px !important;
  }
  .testimonial-area .testimonial-slider .slider-content .client-detail {
      margin-left: 30px;
  }
}
/*compliance responsive issue*/
.sol_menu_cls {
      margin-top: 20px;
}
@media (max-width: 991.98px) {
    .sol_prmenu_cls{
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
    .sol_menu_cls {
      margin-top: 0px !important;
    }
  }


.alie-AI-header {
  padding: 0px !important;
  background-color: #f0f5fc !important;
  transition: transform 0.5s ease;
  overflow: hidden;
}

.alie-header {
  width: 100%;
  max-width: 150px;
  height: 100%;
  max-height: 100px;
  margin: auto;
}

.alie-header img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.alie-header-text {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}


.alie-AI-header:hover p {
  color: #006efa;
}

.mu-nav .dropdown-menu.mega-menu-home .more-links .icon-items a img, .mu-nav .dropdown-menu.sub-menus-home .more-links .icon-items a img, .mu-nav .dropdown-menu.mega-menu-product .more-links .icon-items a img, .mu-nav .dropdown-menu.sub-menus-product .more-links .icon-items a img {
    max-height: unset !important;
}

.client-lists.client-primary .single-client {
  margin: 0 15px !important;
}

.testimonial-area .testimonial-slider .client-preview img {
    border-radius: 20px !important;
    margin: auto !important;
}

.sparkle-icon{
  top: -1.0em;
}


.new-badge-icon {
  display: block;
  font-size: 11px;
  line-height: 12px;
  font-weight: 600;
  color: #0a0e12;
  background-color: #ffb405;
  border-radius: 10px;
  padding: 3px 6px;
}

.product-menu-item {
  .new-badge {
    position: relative;
    display: inline-block;

    .new-badge-position {
      position: absolute;
      top: -10px;

      right: -35px;
    }
  }
}



.alie-sales-widget {
  background-color: #c9d8ff;
  margin-top: 88px;
  padding: 52px 40px;
  border-radius: 16px;
}

.alie-sales-widget .alie-sales-widget-col {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  padding-right: 39px;
}

.alie-sales-widget .ps-40 {
  padding-left: 28px;
}

.alie-sales-widget .customer-box {
  text-align: center;
}

.alie-sales-widget .customer-box p {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
  font-weight: 500;
}

.alie-sales-widget .mu-btn {
  padding: 12px 24px;
  width: 129px;
  height: 40px;
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 991.98px) {
  .alie-sales-widget {
    padding: 32px 32px;
  }
  .alie-sales-widget .alie-sales-widget-col {
    border-right: 0;
    padding-right: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .alie-sales-widget .ps-40 {
    padding-left: 12px;
    padding-top: 40px;
  }
  .alie-sales-widget .customer-box img {
    max-width: 160px;
  }
}

.alie-widget-trial {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 16px;
}

.alie-widget-trial p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.alie-widget-trial .mu-btn {
  width: 98px;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 4px;
}

.alie-seprator {
  width: calc(100% - 16px);
  border-top: 1px solid #d6d8e7;
  margin: auto;
}


.alie-widget-sec {
  background: url("https://www.muvi.com/wp-content/uploads/2025/10/bg-widget-3-scaled-1.webp") !important;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  background-size: cover;
}

.alie-widget-sec h3 {
  color: #fff;
}

@media (max-width: 1199.98px) {
  .alie-widget-sec h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

.alie-widget-sec p {
  color: #fff;
}

.alie-widget-sec .alie-widget-content {
  margin-bottom: 40px;
  display: flex;
}

.alie-widget-sec .alie-widget-content .alie-widget-text {
  margin-right: 32px;
}

.alie-widget-sec .alie-widget-content .alie-widget-text:last-child {
  margin-right: 0;
}

.alie-widget-sec .alie-widget-content .alie-widget-text .text-wrapper {
  display: flex;
  margin-bottom: 20px;
}

.alie-widget-sec .alie-widget-content .alie-widget-text .text-wrapper:last-child {
  margin-bottom: 0;
}

.alie-widget-sec .alie-widget-content .alie-widget-text .text-wrapper p {
  margin-left: 8px;
  font-weight: 500;
  line-height: 28px;
  font-size: 18px;
}

.alie-widget-sec .btn_white {
  padding: 13px 32px;
  height: auto;
  line-height: 24px;
  font-weight: 600;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8) !important;
}

@media (max-width: 991.98px) {
  .alie-widget-sec .btn_white {
    margin-bottom: 32px;
  }
}

@media (max-width: 575.98px) {
  .alie-widget-sec .alie-widget-content {
    flex-direction: column;
  }

  .alie-widget-sec .alie-widget-content .alie-widget-text {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .alie-widget-sec .alie-widget-content .alie-widget-text:last-child {
    margin-bottom: 0;
  }

  .alie-widget-sec .alie-widget-content .alie-widget-text .text-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.alie-widget-sec .alie-widget-video {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.2)
    ),
    linear-gradient(
      280.14deg,
      rgba(22, 88, 255, 0.8) 0%,
      rgba(0, 15, 127, 1) 50%,
      rgba(43, 66, 179, 1) 100%
    );
  border-radius: 16px;
  padding: 80px 0;
}

.alie-landing-solution {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  overflow: hidden;
  margin-top: -60px;
  background: #fff;
}

@media (max-width: 991.98px) {
  .alie-landing-solution {
    padding-top: 40px !important;
    padding-bottom: 125px !important;
  }

  .alie-landing-solution h3 {
    padding-top: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .alie-landing-solution h4 {
    margin-top: 40px;
  }
}

.alie-landing-solution.no-radius {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.alie-navbar {
  background-color: transparent !important;
}

.alie-navbar .btn-alie {
  background: none;
  padding: 10px 16px !important;
  height: auto;
}

.alie-navbar .alie-btn-normal {
  padding: 8px 22px;
}

@media (max-width: 991.98px) {
  .alie-navbar.active-menu {
    background-color: #fff !important;
  }
}

.sticky-header.alie-navbar {
  background-color: #fff !important;
}


@media (max-width: 767.48px) {
  .cta-secondary {
    padding-top: 64px !important;
  }
}

.plan-details .info-svg {
  float: none !important;
  top: 0px !important;
}

.sparkle-icon-power-alie {
  top: -0.9em;
  right: .4em;
}

@media (max-width: 991.98px) {
  .feautre-detail-banner p {
    text-align: center !important;
  }
}

.streaming-area.top-margin {
  padding-top: 0px !important;
}

@media (max-width: 767px) {
  .cta-area.v2 .pricing-title {
    font-size: 30px !important;
  }
}

.plan-bg.new .plan-section .plan .inner ul li[data-bs-toggle="modal"] {
    cursor: pointer;
}

.plan-bg.new .plan-section .plan .inner ul li[data-bs-toggle="modal"]:hover {
    color: #0000EE !important;
}

.plan-bg.new .plan-section .plan .inner ul li:not([data-bs-toggle="modal"]) {
    cursor: default !important;
}


.alie-hero-widget {
  margin-top: -110px;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8)), linear-gradient(270deg, #4b7eff 20%, #b5caff 46.37%, #c2d9ff 100%), linear-gradient(312.66deg, rgba(255, 255, 255, 0) 41.33%, #deebff 92.43%), linear-gradient(50.01deg, rgba(255, 255, 255, 0) 39.52%, #deebff 89.12%);
  animation: gradientAnim 8s linear infinite alternate;
  padding: 40px 0 !important;
  padding-bottom: 101.45px !important;
  padding-top: 125px !important;
}
@media (max-width: 767.48px) {
  .alie-hero-widget {
    margin-top: -82px;
  }
}
.alie-hero-widget .alie-banner-logo {
  transform: translateY(50%);
  mix-blend-mode: multiply;
}
@media (max-width: 991.98px) {
  .alie-hero-widget .alie-banner-logo {
    transform: translateY(50%);
    width: 100%;
  }
  .alie-hero-widget .alie-banner-logo video {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .alie-hero-widget .alie-banner-logo {
    transform: translateY(80%);
  }
}
.alie-hero-widget .alie-banner-logo.bannerscroll {
  transform: translateY(0);
  transition: 0.5s ease;
}
.alie-hero-widget video {
  mix-blend-mode: multiply;
}
.alie-hero-widget .mu-btn,
.alie-hero-widget .mu-btn-border {
  line-height: 24px;
  font-weight: 600;
  font-size: 18px;
  height: auto;
  padding: 16px 32px;
}
@media (max-width: 767.48px) {
  .alie-hero-widget .mu-btn,
  .alie-hero-widget .mu-btn-border {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 32px;
  }
}
.alie-hero-widget .mu-btn-border {
  background-color: transparent;
}
.alie-hero-widget p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #171b1f;
  transition: 0.5s ease;
  opacity: 0;
  margin-top: 0;
}
@media (max-width: 767.48px) {
  .alie-hero-widget p {
    font-size: 14px;
    line-height: 24px;
  }
}
.alie-hero-widget p.aliedes {
  opacity: 1;
}
.alie-hero-widget p.fadedup {
  transform: translateY(10px);
}
@media (max-width: 767.48px) {
  .alie-hero-widget p.fadedup {
    margin-top: 0;
  }
}
.alie-hero-widget p.faded {
  transform: translateY(0);
}
.alie-hero-widget p.aliedesslide {
  margin-top: 0;
}
.alie-hero-widget span {
  font-size: 14px;
  line-height: 20px;
  color: #45494e;
  font-style: italic;
  font-weight: 500;
}
.alie-hero-widget .scrolltext {
  font-style: normal;
}
.alie-hero-widget .scroll-btn {
  margin-top: 32px;
}
.alie-hero-widget .scroll-arrow {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #fff;
  display: grid;
  place-items: center;
  margin: auto;
  cursor: pointer;
}
.alie-hero-widget .fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}
.alie-hero-widget .fade-up.visible {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s ease;
}

@keyframes gradientAnim {
  0% {
    background-position: 50% 0%;
    background-size: 100% 100%;
  }
  50% {
    background-position: 50% 100%;
    background-size: 200% 200%;
  }
  75% {
    background-position: 100% 50%;
    background-size: 200% 200%;
  }
  100% {
    background-position: 0% 50%;
    background-size: 100% 100%;
  }
}

.video-nav:not(.sticky-header) .btn-trial.mu-btn{
    background-color: #006efa !important;
    color: #fff!important;
}

.intro-sec {
  background-image: url("https://www.muvi.com/wp-content/uploads/2026/01/paywall-bg.webp") !important;
}

.app-sec .app-bg {
  background-image: url("https://www.muvi.com/wp-content/uploads/2026/01/apps-bg.webp") !important;
}

.madein-sec {
  background-image: url("https://www.muvi.com/wp-content/uploads/2026/01/india-bg-1-scaled-1.webp") !important;
}

.cta-area.v2.revamp .cta-talk-to-us {
  background-image: url("https://www.muvi.com/wp-content/uploads/2026/01/talk-to-us-bg.webp") !important;
}

.our-solution.revamp .solution-box h5{
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #0a0e12;
  margin: 16px 0;
}

.our-solution.revamp .solution-box {
  background: #ffffff !important;
  border-radius: 16px !important;
  padding: 24px!important;
  padding-bottom: 32px!important;
  height: 100%!important;
  display: flex!important;
  flex-direction: column!important;
}

.our-solution.revamp .solution-box .mu-button-arrow{
    margin-top: auto;
}

@media (max-width: 767.48px) {
    .madein-sec {
        padding-top: 0 !important;
        margin-top: -136px !important;
    }
}

@media (max-width: 767.48px) {
    .madein-sec {
        background-image: none !important;
        padding-bottom: 0 !important;
    }
}

.mu-nav .dropdown-mega .dropdown-menu.sub-menus.alie-dropdown {
  min-width: 1220px;
  left: -38% !important;
}


.plan-bg.new .plan-section .plan .inner ul li[data-bs-toggle="modal"] {
    cursor: pointer;
}

.plan-bg.new .plan-section .plan .inner ul li[data-bs-toggle="modal"]:hover {
    color: #0000EE !important;
}

.plan-bg.new .plan-section .plan .inner ul li:not([data-bs-toggle="modal"]) {
    cursor: default !important;
}

.customer-sec .single-customer .badge-star-rating {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #313131;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 4px 10px;
    border-radius: 40px;
    margin-left: 3.5px;
}

.customer-sec .single-customer {
   background: #f3f4f6 !important;
}

.customer-sec-home {
  background-color: #ffffff !important;
}

.elementor-widget-container {
  background: none !important;
}

@media (max-width: 991px){
  .mu-nav .dropdown-mega .dropdown-menu.sub-menus.alie-dropdown {
      min-width: 100% !important;
      left: 0% !important;
  }
}

.mu-button-arrow img{
  max-width: 16px !important;
}

.help-cta.migrate-help-cta {
  background-color: #5ad5ef1a;
}

.body-space-big {
  padding-top: 70px !important;
}

.explore-possibilities-block .inside-block.new-line span {
  width: 100%;
}
.explore-possibilities-block.migrate-possibilities-block h4 {
    font-weight: 700;
}
.explore-possibilities-block p {
    margin-top: 16px;
}
.mu-ask {
    background: none;
}
.pagination > a, .pagination > span {
  background-color: rgb(255, 255, 255) !important;
  float: left !important;
  line-height: 1.42857 !important;
  margin-left: 1px !important;
  position: relative !important;
  height: 40px !important;
  width: 42px !important;
  align-items: center !important;
  color: rgb(20, 37, 59) !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-align: center !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: rgb(221, 221, 221) !important;
  border-image: initial !important;
  padding: 8px !important;
  text-decoration: none !important;
  border-radius: 50% !important;
}

.pagination>a {
    display: inline !important;
}

.pagination>a:hover,.pagination>span:hover {
    background-color: #eee !important;
    border-color: #ddd !important;
    color: #2a6496 !important;
}

.pagination > span.current {
  background: #006efa none repeat scroll 0 0 !important;
  border-color: #006efa !important;
  color: #fff!important;
  cursor: default!important;
  z-index: 2!important;
}

.upcomming-webiner .webiner-desc {
    color: #fff !important;
}

.upcomming-webiner .webiner-desc h5 {
    color: #fff !important;
}
.mu-button-arrow.dark {
    background-color: #0163e1 !important;
}
.mu-button-arrow.dark:hover {
    background-color: #006efa !important;
}

@media (min-width: 1660px) {
  .company-list {
    margin-top: 210px;
  }
}
@media (min-width: 1850px) {
  .company-list {
    margin-top: 260px;
  }
}

.mfp-bg.mfp-ready,
.mfp-wrap {
  z-index: 9999999 !important;
}


.mu-btn-border-alie {
  background-color: rgba(0, 110, 250, 0.08);
  color: #006efa;
}

.streaming-area.less-top-padding {
  padding-top: 70px !important;
}

@media (max-width: 767px) {
  .demo-player-section .demo-player-right .ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 125%) !important;
  }
}

@media (max-width: 991.98px) {
  .demo-player-section .demo-player-features {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 991.98px) {
  .success-story-hero .stroy-count{
    display: block !important;
  }

  .success-story-hero .stroy-count div {
    margin-right: 20px !important;
    margin-bottom: 8px !important;
  }
}

.live-demo-hero.demo-center {
  padding-top: 50px !important;
}

.live-demo-hero {
  padding: 40px 0px 41px 0px !important;
}
.feautre-content-wrapper .feautre-box.style-2 .feautre-details img {
  width: 64px !important;
}
.feautre-content-wrapper .feautre-box.style-4 .feautre-details img {
    width: 64px !important;
}
/*.explore-possibilities-block .inside-block {
    display: block !important;
}*/
.explore-possibilities-block .inside-block span {
    width: 100% !important;
}

.partner-card-details .partner-card-details-wrapper ul {
  padding-left: 20px;
  list-style-image: url("data:image/svg+xml;utf8,<svg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M13.6772 4.94922L6.34383 12.2826L3.0105 8.94922' stroke='%2324AE60' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.partner-cards-wrapper .card .single-image img {
  max-width: 256px;
  max-height: 32px;
}
.partner-cards-wrapper .card {
  height: 100% !important;
}

.partner-slider .slick-slide {
  display: flex !important;
}

.partner-card-slider .partner-slider .partner-card {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
}

.partner-card-slider .partner-slider .partner-card .learn-more {
  margin-top: auto !important;
}

.partner-card-slider .partner-slider {
  visibility: visible !important;
  opacity: 100 !important;
}

@media (min-width: 991.98px) and (max-width: 1024px) {
  .partner-card-details .partner-card-details-wrapper .partner-detail-logo-wrapper .partner-detail-logo img {
    max-width: 130px;
  }
}

.related-integration-sec h3 {
  font-size: 40px !important;
}

@media (max-width: 767.48px) {
  .related-integration-sec h3 {
    font-size: 32x !important;
  }
}

.partner-card-details .partner-card-details-wrapper ol {
  padding-left: 20px;
  list-style: revert;
}
.product-nav-tv .flex-nowrap-menu.index-area .dropdown-mega .dropdown-menu.sub-menus.alie-dropdown {
  min-width: 1220px;
  left: -42% !important;
}


.mu-nav .dropdown-mega .dropdown-menu.sub-menus.alie-dropdown.alie-menu-home {
  left: -55% !important;
  min-width: 1120px !important;
}

@media (max-width: 991px){

  .mu-nav .dropdown-mega .dropdown-menu.sub-menus.alie-dropdown.alie-menu-home {
    min-width: 0px;
    left: 0% !important;
  }

  .product-nav-tv .flex-nowrap-menu.index-area .dropdown-mega .dropdown-menu.sub-menus.alie-dropdown {
    min-width: 0px;
    left: 0% !important;
  }

  .product-nav .flex-nowrap-menu.index-area .dropdown-mega .dropdown-menu.sub-menus.alie-dropdown {
    min-width: 0px;
    left: 0% !important;
  }

  .product-nav-all .flex-nowrap-menu.index-area .dropdown-mega .dropdown-menu.sub-menus.alie-dropdown {
    min-width: 0px;
    left: 0% !important;
  }

  .main-product-nav .flex-nowrap-menu.index-area .dropdown-mega .dropdown-menu.sub-menus.alie-dropdown {
    min-width: 0px;
    left: 0% !important;
  }

  .product-nav-player .flex-nowrap-menu.index-area .dropdown-mega .dropdown-menu.sub-menus.alie-dropdown {
    min-width: 0px;
    left: 0% !important;
  }
}


@media (min-width: 992px) and (max-width: 1399.98px) {
  .product-nav-player .flex-nowrap-menu.index-area .dropdown-mega .dropdown-menu.mega-menu-product {
    left: -14% !important;
  }

  .main-product-nav .flex-nowrap-menu.index-area .dropdown-mega .dropdown-menu.mega-menu-product {
    left: -14% !important;
  }

  .main-product-nav .dropdown-company.dropdown-company-home .dropdown-menu.mega-menu-company  {
    left: 120px !important;
  }

  .product-nav-player .dropdown-company.dropdown-company-home .dropdown-menu.mega-menu-company  {
    left: 120px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .mu-nav .dropdown-mega .dropdown-menu.mega-menu-home {
        left: -35% !important;
        right: -70% !important;
    }
}

@media (max-width: 1140px) and (min-width: 991px) {
  .mu-nav .dropdown-mega .dropdown-menu.sub-menus.alie-dropdown.alie-menu-home {
    min-width: 1000px!important;
    left: -36% !important;
  }

  .product-nav-player .dropdown-mega .dropdown-menu.mega-menu-product {
    left: -18% !important;
    right: -22% !important;
  }

  .main-product-nav .flex-nowrap-menu.index-area .dropdown-mega .dropdown-menu.mega-menu-product {
    left: -14% !important;
    right: -25% !important; 
  }


}

@media (max-width: 1200px) and (min-width: 1140px) {
  .product-nav-player .flex-nowrap-menu.index-area .dropdown-mega .dropdown-menu.sub-menus.alie-dropdown {
    left: -25% !important;
    min-width: 1135px !important;
  }

  .product-nav-player .dropdown-mega .dropdown-menu.mega-menu-product {
    left: -18% !important;
    right: -22% !important;
  }

  .main-product-nav .flex-nowrap-menu.index-area .dropdown-mega .dropdown-menu.mega-menu-product {
    left: -20% !important;
    right: -25% !important; 
  }
}

.mu-nav .dropdown-mega .dropdown-menu.sub-menus.alie-dropdown {
  min-width: 1220px;
  left: -38% !important;
}

.alie-dropdown .menu-title span {
  padding-left: 0 !important;
}

@media (min-width: 992px) {
  .mu-nav .dropdown-mega .dropdown-menu.sub-menus.sub-menus-product {
    left: -25% !important;
  }
}

.menu-btn-dropdown .mu-ask{
  background:transparent;
}
@media(min-width:1380px){
    .custom-dropdown:after{
        bottom: 14px !important;
    }
}
.Contact-touch .inner-touch .form-block .formSubmitBtn {
      background: #006efa !important;
}

@media (max-width: 767.48px){
  .section-title {
    line-height: 40px !important;
  }
}
.trial-wrap .trial-right .form-wrap p a {
    color: #006efa !important;
}
.resend a {
    color: #006efa !important;
}

.pop.modal .modal-content .right-box .subtitle {
  color: #171b1f;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 150% */
  margin-bottom: 12px;
}
.pop.modal .modal-content .right-box .subtitlepopup2 {
  font-weight: 700;
}

.pop.modal .modal-content .right-box .btn-trial {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.form-submit-modal {
  z-index: 9999999;
}
.form-submit-modal .form-submit-content {
  border-radius: 12px;
}
.form-submit-modal .form-submit-body {
  padding: 40px;
}
@media (max-width: 390px) {
  .form-submit-modal .form-submit-body {
    padding: 24px;
  }
}
.form-submit-modal h5 {
  font-size: 24px !important;
  line-height: 32px !important;
}
.form-submit-modal p {
  color: #313131;
}
@media (max-width: 991.98px) {
  .form-submit-modal p {
    font-size: 14px;
    line-height: 20px;
  }
}
.form-submit-modal .btn-border {
  padding: 12px 24px;
  display: inline-block;
  margin: auto;
  height: auto;
  color: #0a0e12;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #d6d8e7;
}

.exist-integration-sec {
    padding: 0px !important; 
}


.up-webinar .single-upcomming-box .single-image-box {
  height: 100%;
  display: flex;
  align-items: center;
  background: linear-gradient(270deg, #2c0795 0%, #070523 100%);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.up-webinar .single-upcomming-box .single-image-box img {
  border-radius: 0;
}
@media (max-width: 767.48px) {
  .up-webinar .single-upcomming-box .single-image-box img {
    border-radius: 8px;
  }
}
.up-webinar .single-upcomming-box .single-image-box a {
  background: #24ae60;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 4px 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.up-webinar .single-upcomming-box .single-image-box a span {
  width: 10px;
  height: 10px;
  background: #ff261f;
  display: block;
  border: 1px solid #ffffff;
  margin-right: 4px;
  border-radius: 100%;
}
.up-webinar .single-upcomming-box .webinar-date-time {
  display: flex;
  margin-bottom: 16px;
}
.up-webinar .single-upcomming-box .webinar-date-time div {
  padding: 6px 12px;
  border: 1px solid rgb(228, 229, 231);
  background: rgba(228, 229, 231, 0.2);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #0a0e12;
  margin-bottom: 0;
  border-radius: 40px;
  display: flex;
  align-items: center;
}
.up-webinar .single-upcomming-box .webinar-date-time div:first-child {
  margin-right: 8px;
}
.up-webinar .single-upcomming-box .webinar-date-time div span {
  line-height: 16px;
  padding-right: 8px;
}
@media (max-width: 767.48px) {
  .up-webinar .single-upcomming-box .webinar-date-time {
    margin-top: 10px;
  }
  .up-webinar .single-upcomming-box .webinar-date-time div {
    margin-top: 0;
  }
}
@media (max-width: 440px) {
  .up-webinar .single-upcomming-box .webinar-date-time {
    display: block;
    width: auto;
  }
  .up-webinar .single-upcomming-box .webinar-date-time div {
    display: inline-block;
    width: auto;
  }
  .up-webinar .single-upcomming-box .webinar-date-time div:first-child {
    margin-bottom: 8px;
  }
}

.up-event-details .tag-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.48px) {
  .up-event-details .tag-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }
  .up-event-details .tag-wrapper .webinar-date-time {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 390px) {
  .up-event-details .tag-wrapper .webinar-date-time {
    display: block;
    width: auto;
  }
  .up-event-details .tag-wrapper .webinar-date-time div {
    display: inline-block;
    width: auto;
  }
  .up-event-details .tag-wrapper .webinar-date-time div:first-child {
    margin-bottom: 8px;
  }
}
.up-event-details .webinar-date-time {
  display: flex;
  margin-bottom: 40px;
  margin-top: 16px;
}
.up-event-details .webinar-date-time div {
  padding: 6px 12px;
  border: 1px solid rgb(228, 229, 231);
  background: rgba(228, 229, 231, 0.2);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #0a0e12;
  margin-bottom: 0;
  border-radius: 40px;
  display: flex;
  align-items: center;
}
.up-event-details .webinar-date-time div:first-child {
  margin-right: 8px;
}
.up-event-details .webinar-date-time div span {
  line-height: 16px;
  padding-right: 8px;
}
@media (max-width: 767.48px) {
  .up-event-details .webinar-date-time div {
    margin-top: 0;
  }
}


.slider-featured-webinar {
  padding: 24px 0 80px;
}
.slider-featured-webinar .header-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.slider-featured-webinar .header-area .slider-button {
  padding: 8px 8px;
}
@media (max-width: 767.48px) {
  .slider-featured-webinar .header-area {
    margin-bottom: 32px;
  }
}
@media (max-width: 1024px) {
  .slider-featured-webinar .header-area h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .slider-featured-webinar .header-area div {
    display: none;
  }
}
.slider-featured-webinar .fp-card .fp-card-inner {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #dbe1ea;
  height: 100%;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.04), 0px 0px 2px 0px rgba(0, 0, 0, 0.06), 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
}
.slider-featured-webinar .fp-card .fp-card-inner .fp-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.slider-featured-webinar .fp-card .fp-card-inner .fp-content span {
  display: block;
  margin-bottom: 12px;
}
.slider-featured-webinar .fp-card .fp-card-inner .fp-content p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #313131;
  margin-bottom: 8px;
}
.slider-featured-webinar .fp-card .fp-card-inner .fp-content .mu-button-arrow {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}
.slider-featured-webinar .fp-card .fp-card-inner .fp-content .mu-button-arrow span {
  display: inline-block;
  margin-bottom: 0;
}
.slider-featured-webinar .fp-card .fp-card-inner .fp-content .mu-button-arrow span img {
  margin-bottom: 0;
}
.slider-featured-webinar .fp-card .fp-card-inner .fp-content .btn-trial {
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: auto;
  box-shadow: none;
}
.slider-featured-webinar .featured-slider {
  margin: 0 -12px; /* half of 24px */
}
.slider-featured-webinar .featured-slider .fp-image {
  height: 148px;
  position: relative;
}
.slider-featured-webinar .featured-slider .fp-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-featured-webinar .featured-slider .fp-image span {
  position: absolute;
  left: 50%;
  top: 36%;
  transform: translate(-50%);
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  background: rgba(0, 110, 250, 0.8);
  border-radius: 100%;
}
.slider-featured-webinar .featured-slider .slick-track {
  display: flex;
}
.slider-featured-webinar .featured-slider .slick-slide {
  padding: 0 12px; /* total = 24px gap */
  box-sizing: border-box;
  height: inherit;
}
@media (max-width: 767.48px) {
  .slider-featured-webinar .featured-slider .slick-slide {
    padding: 0 4px;
  }
  .slider-featured-webinar .featured-slider .slick-slide:first-child {
    padding-left: 12px;
  }
}


.upcoming-webinar-area {
  padding: 16px 0 80px;
}
.upcoming-webinar-area h2 {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .upcoming-webinar-area h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 991.98px) {
  .upcoming-webinar-area .inner-weibinner .regbtn-area {
    width: auto;
  }
  .upcoming-webinar-area .inner-weibinner .center-text {
    width: 100%;
    margin-left: 0;
    margin-bottom: 24px;
  }
  .upcoming-webinar-area .inner-weibinner .img-box {
    width: 100%;
  }
  .upcoming-webinar-area .inner-weibinner .col-md-7 {
    width: 100%;
    display: inline-block !important;
  }
  .upcoming-webinar-area .inner-weibinner .date-time-cta {
    display: flex;
    align-items: center;
    margin-top: 16px;
  }
  .upcoming-webinar-area .inner-weibinner .date-time-cta h5 {
    margin-top: 0;
    margin-right: 8px;
  }
  .upcoming-webinar-area .inner-weibinner .date-time-cta p {
    margin-top: 0;
  }
}
@media (max-width: 767.48px) {
  .upcoming-webinar-area .inner-weibinner .regbtn-area {
    width: 100%;
  }
  .upcoming-webinar-area .inner-weibinner .center-text {
    width: 100%;
    margin-left: 0;
    margin-bottom: 24px;
  }
  .upcoming-webinar-area .inner-weibinner .img-box {
    width: 100%;
  }
  .upcoming-webinar-area .inner-weibinner .col-md-7 {
    width: 100%;
    display: inline-block !important;
  }
  .upcoming-webinar-area .inner-weibinner .date-time-cta {
    display: block;
    margin-top: 16px;
  }
  .upcoming-webinar-area .inner-weibinner .date-time-cta h5 {
    margin-top: 0;
    margin-right: 0;
  }
  .upcoming-webinar-area .inner-weibinner .date-time-cta p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
  }
}

.ondemand-detail-past-webinar {
  padding-bottom: 80px;
}
.ondemand-detail-past-webinar .mu-button-arrow {
  color: #006efa;
}
.ondemand-detail-past-webinar .past-web {
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .ondemand-detail-past-webinar .past-web {
    margin-bottom: 24px;
  }
}
.ondemand-detail-past-webinar h2 {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .ondemand-detail-past-webinar h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}
.ondemand-detail-past-webinar .col-md-4.pe-3 {
  padding-right: 16px !important;
}
@media (max-width: 991.98px) {
  .ondemand-detail-past-webinar .col-md-4.pe-3 {
    padding-right: 8px !important;
  }
}
.ondemand-detail-past-webinar .col-md-4.ps-3 {
  padding-left: 16px !important;
}
@media (max-width: 991.98px) {
  .ondemand-detail-past-webinar .col-md-4.ps-3 {
    padding-left: 8px !important;
  }
}
.ondemand-detail-past-webinar .single-post-webinner {
  background: #1253c0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ondemand-detail-past-webinar .single-post-webinner .left-inner-text div {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-overflow: unset;
  display: -webkit-box;
  -webkit-box-orient: unset;
  -webkit-line-clamp: unset;
}
.ondemand-detail-past-webinar .single-post-webinner .bottom-text {
  margin-top: auto;
}
.ondemand-detail-past-webinar .single-post-webinner .bottom-text p {
  color: #fff;
  line-height: 100%;
}
@media (max-width: 991px) and (min-width: 767px) {
  .ondemand-detail-past-webinar .single-post-webinner .bottom-text p {
    font-size: 6.58px;
  }
}
.ondemand-detail-past-webinar .single-post-webinner .bottom-text span {
  color: rgba(255, 255, 255, 0.64);
  line-height: 100%;
}
@media (max-width: 991px) and (min-width: 767px) {
  .ondemand-detail-past-webinar .single-post-webinner .bottom-text span {
    font-size: 6.58px;
  }
}
@media (max-width: 991.98px) {
  .ondemand-detail-past-webinar .single-post-webinner {
    margin-bottom: 16px;
    height: auto;
  }
  .ondemand-detail-past-webinar .single-post-webinner .right-inner-image {
    margin-right: -45px;
  }
  .ondemand-detail-past-webinar .single-post-webinner .left-inner-text {
    padding: 15px 15px 15px 0px;
    padding-bottom: 0;
  }
}
@media (max-width: 1440px) and (min-width: 991px) {
  .ondemand-detail-past-webinar .single-post-webinner .right-inner-image {
    margin-right: -45px;
  }
}
@media (max-width: 1280px) and (min-width: 767px) {
  .ondemand-detail-past-webinar .single-post-webinner {
    padding: 0px 0px 13.16px 19.3px;
    height: 100%;
  }
  .ondemand-detail-past-webinar .single-post-webinner .right-inner-image {
    width: 117px;
    margin-right: -20px;
  }
  .ondemand-detail-past-webinar .single-post-webinner .right-inner-image img {
    width: 100%;
  }
  .ondemand-detail-past-webinar .single-post-webinner .left-inner-text div {
    font-size: 11.84px;
    line-height: 15.79px;
  }
}
.ondemand-detail-past-webinar .color-dip {
  background: #e9f1fd !important;
}
.ondemand-detail-past-webinar .color-dip .left-inner-text div {
  color: #0a0e12 !important;
}
.ondemand-detail-past-webinar .color-dip .bottom-text p {
  color: #0a0e12 !important;
}
.ondemand-detail-past-webinar .color-dip .bottom-text span {
  color: #313131 !important;
}
.ondemand-detail-past-webinar .color-dip2 {
  background: rgb(18, 83, 192);
}

.ondemand-event-details {
  padding: 46px 0 56px !important;
}
@media (max-width: 991.98px) {
  .ondemand-event-details {
    padding-bottom: 16px !important;
  }
}
.ondemand-event-details .col-md-8 {
  padding-right: 52px !important;
}
.ondemand-event-details .ondemand-webinar-detail-image {
  border-radius: 16px !important;
  overflow: hidden!important;
  margin-bottom: 40px!important;
}
@media (max-width: 991.98px) {
  .ondemand-event-details .video-title {
    font-size: 32px!important;
    line-height: 38px!important;
  }
}

.ondemand-webinar-video-section {
  box-shadow: 0px 1.8px 5.32px 0px rgba(0, 0, 0, 0.0202), 0px 6.03px 17.87px 0px rgba(0, 0, 0, 0.0298), 0px 27px 80px 0px rgba(0, 0, 0, 0.05);
  padding: 32px;
  border-radius: 16px;
}
.ondemand-webinar-video-section .share {
  display: flex;
  padding-top: 40px;
  justify-content: center;
  align-items: center;
}
.ondemand-webinar-video-section .share .share-text p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #0a0e12;
}
.ondemand-webinar-video-section .share-icons-wrapper {
  display: flex;
}
.ondemand-webinar-video-section .share-icons-wrapper .share-icon {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.ondemand-webinar-video-section .share-icons-wrapper .share-icon span {
  margin-right: 12px;
}
.ondemand-webinar-video-section .share-icons-wrapper .share-icon p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #0a0e12;
}
@media (max-width: 991.98px) {
  .ondemand-webinar-video-section {
    padding: 0 !important;
    overflow: hidden;
  }
  .ondemand-webinar-video-section .share {
    display: none !important;
  }
}

.webinar-desc-container h4 {
  margin: 40px 0 32px;
}
@media (max-width: 767.48px) {
  .webinar-desc-container h4 {
    font-size: 32px;
    line-height: 38px;
  }
}
.webinar-desc-container .webinar-topics-list {
  padding-left: 24px;
}
.webinar-desc-container .webinar-topics-list ul {
  list-style: disc;
}
.webinar-desc-container .webinar-topics-list ul li {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #171b1f;
}
@media (max-width: 991.98px) {
  .webinar-desc-container .webinar-topics-list ul li {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
  }
}
.webinar-desc-container .webinar-topics-list ul li span {
  font-weight: 700;
}
.webinar-desc-container .speakers .speaker-details {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.webinar-desc-container .speakers .speaker-details:last-child {
  margin-bottom: 0;
}
.webinar-desc-container .speakers .speaker-details .speaker-img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 8px;
}
.webinar-desc-container .speakers .speaker-details .speaker-img img {
  width: 100%;
}
.webinar-desc-container .speakers .speaker-details .speaker-text {
  width: calc(100% - 80px);
}
.webinar-desc-container .speakers .speaker-details .speaker-text p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #45494e;
}
@media (max-width: 991.98px) {
  .webinar-desc-container {
    display: none;
  }
}

.webinar-desc-container.mobile-webinar-desc {
  display: none;
}
@media (max-width: 991.98px) {
  .webinar-desc-container.mobile-webinar-desc {
    display: block;
    padding-top: 64px;
  }
}

@media (max-width: 991.98px) {
  .ondemand-event-webinar-tabs .single-upcomming-box {
    background: #fff;
    padding: 32px 24px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    margin-bottom: 40px;
  }
  .ondemand-event-webinar-tabs .single-upcomming-box .single-content-box {
    padding-left: 16px;
  }
}
@media (max-width: 991.98px) and (max-width: 767.48px) {
  .ondemand-event-webinar-tabs .single-upcomming-box .single-content-box {
    padding-left: 0px !important;
  }
}
@media (max-width: 991.98px) {
  .ondemand-event-webinar-tabs .single-upcomming-box h5 {
    margin-top: 24px;
    line-height: 34px !important;
  }
  .ondemand-event-webinar-tabs .single-upcomming-box p {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box; /* required for webkit */
    -webkit-box-orient: vertical; /* required for webkit */
    overflow: hidden;
    /* default lines (can be overridden with --lines) */
    -webkit-line-clamp: 2;
    line-clamp: 2; /* future-proof (some browsers) */
  }
  .ondemand-event-webinar-tabs .single-upcomming-box .btn-trial {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    padding: 12px 24px;
  }
  .ondemand-event-webinar-tabs .single-upcomming-box .pt-2 {
    padding-top: 0 !important;
  }
}
@media (max-width: 767.48px) {
  .ondemand-event-webinar-tabs .single-upcomming-box .svg.time {
    margin-top: 24px;
  }
}

@media (max-width: 991.98px) {
  .ondemand-event-details .ondemand-webinar-row {
    flex-direction: column;
  }
}
.ondemand-event-details .brief-desc {
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #171b1f;
  margin-bottom: 40px;
  margin-top: 16px;
}

.ondemand-event-webinar-tabs .nav-tabs .nav-link {
  padding: 24px 16px;
}
.ondemand-event-webinar-tabs .nav-tabs .nav-link.active {
  margin-left: 32px;
  margin-right: 32px;
}
@media (max-width: 767.48px) {
  .ondemand-event-webinar-tabs .nav-tabs {
    scrollbar-width: none;
  }
  .ondemand-event-webinar-tabs .nav-tabs .nav-link {
    padding: 16px 12px !important;
  }
  .ondemand-event-webinar-tabs .nav-tabs .nav-link.active {
    border-bottom: none;
    margin-left: 0px;
    margin-right: 0;
  }
}

@media (min-width: 991px) and (max-width: 1380px) {
  .ondemand-webinar-form-details .phone .country-flag-wrapper span {
    font-size: 12px;
    line-height: 16px;
  }
  .ondemand-webinar-form-details .form-group input::-moz-placeholder {
    font-size: 12px;
    line-height: 16px;
  }
  .ondemand-webinar-form-details .form-group input::placeholder {
    font-size: 12px;
    line-height: 16px;
  }
}
.ondemand-page-navigation {
  padding-top: 56px;
  padding-bottom: 40px;
}
@media (max-width: 991.98px) {
  .ondemand-page-navigation {
    padding-top: 24px;
    padding-bottom: 28px;
  }
}

.up-webinar .single-upcomming-box .single-image-box {
  height: 100%;
  display: flex;
  align-items: center;
  background: linear-gradient(270deg, #2c0795 0%, #070523 100%);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.up-webinar .single-upcomming-box .single-image-box img {
  border-radius: 0;
}
@media (max-width: 767.48px) {
  .up-webinar .single-upcomming-box .single-image-box img {
    border-radius: 8px;
  }
}
.up-webinar .single-upcomming-box .single-image-box a {
  background: #24ae60;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 4px 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.up-webinar .single-upcomming-box .single-image-box a span {
  width: 10px;
  height: 10px;
  background: #ff261f;
  display: block;
  border: 1px solid #ffffff;
  margin-right: 4px;
  border-radius: 100%;
}

.ondemand-webinar-up .single-upcomming-box .time {
  display: inline-block;
  background: rgba(228, 229, 231, 0.2);
  border: 1px solid rgb(228, 229, 231);
  border-radius: 40px;
  padding: 6px 12px;
  color: #0a0e12;
  margin-bottom: 16px;
}
.ondemand-webinar-up .single-upcomming-box .time svg {
  margin-right: 8px;
}
@media (max-width: 767.48px) {
  .ondemand-webinar-up {
    padding-top: 48px;
  }
  .ondemand-webinar-up .single-upcomming-box h5 {
    margin-bottom: 8px;
  }
  .ondemand-webinar-up .single-upcomming-box .svg.time {
    margin-top: 0 !important;
  }
}

.upcoming-event-details {
  padding: 80px 0px 0px 0px;
}
@media (max-width: 767.48px) {
  .upcoming-event-details {
    padding: 80px 0px 64px 0px;
  }
}
.upcoming-event-details .top-calender {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #313131;
  margin-bottom: 24px;
}
.upcoming-event-details h3.details-title {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #0a0e12;
}
@media (max-width: 991.98px) {
  .upcoming-event-details h3.details-title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 767.48px) {
  .upcoming-event-details h3.details-title {
    margin-bottom: 16px;
  }
}
.upcoming-event-details p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #171b1f;
}
@media (max-width: 991.98px) {
  .upcoming-event-details p {
    font-size: 16px;
    line-height: 24px;
  }
}
.upcoming-event-details .bottom-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #0a0e12;
}
.upcoming-event-details .bottom-text span svg {
  margin-top: -2px;
}
@media (max-width: 767.48px) {
  .upcoming-event-details .bottom-text {
    margin-bottom: 16px;
  }
}


.upcoming-event-details .top-calender {
  margin-bottom: 12px;
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #0a0e12;
  margin-bottom: 40px;
}
.upcoming-event-details .top-calender .time-tag {
  border: 1px solid rgb(228, 229, 231);
  background: rgba(228, 229, 231, 0.2);
  padding: 6px 12px;
  color: #0a0e12;
  border-radius: 40px;
  display: inline-block;
}
.upcoming-event-details .top-calender .time-tag svg {
  margin-right: 8px;
}
.upcoming-event-details .top-calender .on-demand-tag {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #0a0e12;
  background: rgba(228, 229, 231, 0.2);
  padding: 6px 12px;
  border: 1px solid rgb(228, 229, 231);
  border-radius: 100px;
  display: inline-block;
  margin-left: 8px;
}
@media (max-width: 767.48px) {
  .upcoming-event-details .top-calender {
    margin-bottom: 24px;
  }
}
.upcoming-event-details .right-section-od {
  padding-right: 40px;
}
@media (max-width: 991.98px) {
  .upcoming-event-details .right-section-od {
    padding-right: 0;
  }
}

.touchform-revamp .form-block .form-group {
    margin-bottom: 0px !important;
}

.modal-event-webinar {
  z-index: 9999999;
}
.modal-event-webinar .modal-dialog .modal-content {
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.2), 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.modal-event-webinar .modal-body {
  padding: 24px;
}
.modal-event-webinar .modal-header {
  padding: 16px 12px;
  box-shadow: 0px -1px 0px 0px rgb(225, 227, 229) inset;
}
.modal-event-webinar .modal-header .modal-title {
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: #202223;
}
.modal-event-webinar img {
  width: 100%;
}
.modal-event-webinar video {
  width: 100%;
}

.inner-upcoming-webinars .single-upcomming-box .btn-trial{
  padding: 14px 28px !important;
}

.inner-upcoming-webinars {
  padding: 80px 0px 40px 0px;
}
@media (max-width: 767.48px) {
  .inner-upcoming-webinars {
    padding: 24px 0px 12px 0px;
  }
}
.inner-upcoming-webinars .single-upcomming-box {
  background: #ffffff;
  padding: 48px 48px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  margin-bottom: 24px;
}
@media (max-width: 1380px) {
  .inner-upcoming-webinars .single-upcomming-box .single-image-box {
    height: 100%;
    background: linear-gradient(270deg,#2c0795 0%,#070523 100%);
    display: flex;
    align-items: center;
    border-radius: 8px;
  }
  .inner-upcoming-webinars .single-upcomming-box .single-image-box img {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .inner-upcoming-webinars .single-upcomming-box .btn-trial {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
  }
}
@media (max-width: 767.48px) {
  .inner-upcoming-webinars .single-upcomming-box {
    background: transparent;
    padding: 0;
    border-radius: unset;
    box-shadow: unset;
  }
}
.inner-upcoming-webinars .single-upcomming-box h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #0a0e12;
  margin-bottom: 16px;
}
@media (max-width: 767.48px) {
  .inner-upcoming-webinars .single-upcomming-box h5 {
    margin-top: 24px;
  }
}
.inner-upcoming-webinars .single-upcomming-box .date {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #171b1f;
}
.inner-upcoming-webinars .single-upcomming-box .full-time {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #313131;
}
.inner-upcoming-webinars .single-upcomming-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #313131;
}
.inner-upcoming-webinars .single-upcomming-box .time {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #45494e;
  margin-bottom: 8px;
}
@media (max-width: 767.48px) {
  .inner-upcoming-webinars .single-upcomming-box .time {
    margin-top: 10px;
    margin-top: 10px;
  }
}
.inner-upcoming-webinars .single-upcomming-box .language {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #171b1f;
  margin-top: 10px;
}
.inner-upcoming-webinars .single-upcomming-box .read-more {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #098ce3;
  margin-top: 12px;
  transition: 0.2s;
}
.inner-upcoming-webinars .single-upcomming-box .read-more:hover svg {
  transform: translateX(5px);
}
.inner-upcoming-webinars .single-upcomming-box img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.inner-upcoming-webinars .single-upcomming-box .register-btn {
  padding: 16px 32px;
  background: #006efa;
  box-shadow: 0px 10px 20px rgba(24, 160, 251, 0.18), 0px 2px 6px rgba(24, 160, 251, 0.12), 0px 0px 1px rgba(0, 0, 0, 0.04);
  border-radius: 104px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #ffffff;
  text-align: center;
  margin-top: -30px;
}
.inner-upcoming-webinars .single-upcomming-box .register-btn:hover {
  background: #0163e1;
}
.inner-upcoming-webinars .single-upcomming-box .mobile-btn {
  margin-top: 32px;
}
.inner-upcoming-webinars .single-upcomming-box .mobile-btn .register-btn {
  margin-top: 0px;
  padding: 14px 28px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 320px) {
  .inner-upcoming-webinars .single-upcomming-box .mobile-btn .register-btn {
    padding: 10px 16px;
  }
}
.inner-upcoming-webinars .single-upcomming-box .mobile-btn .readmore-btn {
  border: 1px solid #1da4fb;
  border-radius: 100px;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #098ce3;
  padding: 14px 28px;
  text-transform: capitalize;
  text-align: center;
  margin-right: 5px;
}
@media (max-width: 320px) {
  .inner-upcoming-webinars .single-upcomming-box .mobile-btn .readmore-btn {
    padding: 10px 16px;
  }
}
.inner-upcoming-webinars .single-upcomming-box .btn-trial {
  padding: 14px 28px;
  line-height: 20px;
}
.inner-upcoming-webinars .single-upcomming-box .btn-trial svg {
  margin-right: 8px;
}

.plan-details.collapseable tr:first-child th {
  border-top: 1px solid #d6d8e7 !important;
}

.plan-details tbody th {
  width: 100% !important;
  padding-top: 24px !important;
}

.plan-details.collapseable .th-width {
  border-top: 0px !important
}

.th-width.hasmodal div {
  display: flex !important;
  width: 100% !important;
  justify-content: space-between !important;
}

.fullplan  .plan-details tbody th{
  display:table-cell;
  width: 340px !important;
}
.fullplan .plan-details .collapse-btn{
  font-size: 12px !important;
  line-height: 15px !important;
  color:#0A0E12;
}
.full-plan-details.fullplan {
    background: #fff;
}
.fullplan .plan-details tbody tr:last-child th{
  border-bottom:0;
}

.pricing-about-join h5 {
  font-size: 40px !important;
  line-height: 48px !important;

}

.trial-area h5 {
  font-size: 40px !important;
  line-height: 48px !important;
}

.toggle-sec a {
  color: #006EFA !important;
}

.plan-outer .plan .inner-plan a {
  color: #006EFA !important;
}

.search-tabs .nav-tabs .nav-link.active {
  border-bottom: 3px solid #006efa !important;
}

.full-plan-details {
  background: linear-gradient(180deg, #f7fbff 51.72%, #fcfdff 89.82%);
}

.solution-cta.padding-bottom {
  padding-bottom: 60px !important;
}

.app-sec ul {
  justify-content: center !important;
}

.app-sec ul li {
  width: 12% !important;
}

@media (max-width: 767.48px) {
    .app-sec ul li {
        width: 21% !important;
    }
}


.custom-blog-class h1 {
  font-size: 48px !important;
  line-height: 56px !important;
}

.custom-blog-class h2 {
  font-size: 32px !important;
  line-height: 40px !important;
  margin-bottom: 16px !important;
}

.custom-blog-class .secondary-accordian .accordion-item h2 {
  margin-bottom: 0px !important;
}

.custom-blog-class h3 {
  font-size: 24px !important;
  line-height: 32px !important;
}

.custom-blog-class h4 {
  font-size: 20px !important;
  line-height: 28px !important;
}

.custom-blog-class h5 {
  font-size: 20px !important;
  line-height: 28px !important;
}

.custom-blog-class h6 {
  font-size: 18px !important;
  line-height: 28px !important;
}

.pagination .page-numbers { 
        margin-right: 9px;
    }
.flex-drop-alie .flex-drop-wrapper span {
  color: #fff !important;
  font-size: 20px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}


.powered-by-AWS {
  width: 100%;
  background: linear-gradient(0deg, #000b19 0%, #000b19 100%);
}

.powered-by-AWS .aws-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 16px 104px;
}

.powered-by-AWS .copyright-muvi {
  margin: 0;
  font-family: "Inter";
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
}

.powered-by-AWS .aws-footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.powered-by-AWS .aws-footer-links li {
  display: flex;
  align-items: center;
}

.powered-by-AWS .aws-footer-links li + li a {
  padding-left: 12px;
  border-left: 2px solid rgba(255, 255, 255, 0.8);
}

.powered-by-AWS .aws-footer-links a {
  display: inline-flex;
  align-items: center;
  font-family: "Inter";
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  text-decoration: none;
}

.powered-by-AWS .aws-footer-links a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.powered-by-AWS .mask-group {
  width: 112.89px;
  height: 24px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .powered-by-AWS .aws-footer-inner {
    justify-content: center;
    text-align: center;
  }

  .powered-by-AWS .aws-footer-links {
    justify-content: center;
  }

  .powered-by-AWS .aws-footer-links li + li a {
    padding-left: 0;
    border-left: 0;
  }

  .powered-by-AWS .aws-break {
    display: none;
  }
}


 .casestudy-post-area .all-post-content h4 a.title-style {
    font-size: 32px !important;
    line-height: 40px !important;
}

@media (max-width: 991.98px) {
    .casestudy-post-area .all-post-content h4 a.title-style {
        font-size: 24px !important;
        line-height: 32px !important;
    }
}


.mu-nav .navbar-collapse .list-unstyled-bold.home-help-list li.header-feature-text {
 margin-bottom: 8px !important;
  font-size: 14px !important;
  font-weight: 500;
    color: #171b1f;
}


  @media (min-width: 992px) and (max-width: 1399.98px) {
    .mu-nav .dropdown-mega .dropdown-menu.mega-menu-product {
        left: -20% !important;
        right: -25% !important;
    }
}

@media (max-width: 1280px) and (min-width: 1200px) {
    .product-nav-all .flex-nowrap-menu.index-area .dropdown-mega .dropdown-menu.sub-menus.alie-dropdown {
        min-width: 1190px;
        left: -21% !important;
    }
}

@media (min-width: 992px) {
    .mu-nav .dropdown-mega .dropdown-menu.sub-menus.sub-menus-product {
        left: -21% !important;
    }
}

/* help center section start*/
.blue-text {
    color: #006EFA !important;
}
#loadmore {
    margin: 0px !important;
    padding: 0px !important;
    width: max-content;
    background:none !important;
    text-align: center;
    color: #000 !important;
}
.table-content .menu-item {
    cursor: pointer;
}
.tox-toolbar.tox-toolbar--scrolling {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-image: unset !important;
}
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}
.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#ccode{
    top:7px!important;
}
/* .product.bootstrap-select .dropdown-menu li:last-child .country-flag-wrapper img {
    max-width: 90px;
} */
@media (max-width:991px){
    .menu-box .col-md-6:last-child img {
    width: 89px;
}
}
@media (min-width: 767.48px){
.tab-content>.active .table-content {
    display: block !important;
}}
@media (max-width:1319px){
    .col-auto.tabsearch-btn {
    padding-right: 0;
}
    .product button.btn.dropdown-toggle.btn-light {
    padding: 0;
}
    .shadow-none .col-auto:last-child {
    padding-right: 13px;
}
}
.help-article-start table {
  width: 100% !important;
}
.getting-left h6 {
 
    display: none;
}
div#notes .comment-details .row .col-auto:first-child img {
    width: 40px;
    height: 40px;
}
@media (min-width:1200px){
    .mu-footer.footer-secondary .links-wrapper {
    padding-right: 60px !important;
}
}

ul.help_user .dropdown-menu { display: none !important; }
ul.help_user .dropdown-menu.show { display: block !important; }
  /* Ticketing dropdown   */
 .custom-dropdown {
     font-size: 14px;
     text-align: center;
     position: relative;
     color: gray;
     cursor: pointer;
}
 .custom-dropdown::after{
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M2.13281 3.2002H5.86615L3.99948 5.6002L2.13281 3.2002Z' fill='%235C5F62'/%3E %3Cpath d='M2.13281 3.2002V2.7002C1.94185 2.7002 1.76756 2.80897 1.68365 2.98052C1.59975 3.15207 1.62089 3.35643 1.73814 3.50717L2.13281 3.2002ZM5.86615 3.2002L6.26082 3.50717C6.37806 3.35643 6.3992 3.15207 6.3153 2.98052C6.2314 2.80897 6.05711 2.7002 5.86615 2.7002V3.2002ZM3.99948 5.6002L3.6048 5.90717C3.69953 6.02896 3.84518 6.1002 3.99948 6.1002C4.15377 6.1002 4.29943 6.02896 4.39416 5.90717L3.99948 5.6002ZM2.13281 3.7002H5.86615V2.7002H2.13281V3.7002ZM5.47147 2.89323L3.6048 5.29322L4.39416 5.90717L6.26082 3.50717L5.47147 2.89323ZM4.39416 5.29322L2.52749 2.89323L1.73814 3.50717L3.6048 5.90717L4.39416 5.29322Z' fill='%235C5F62'/%3E %3C/svg%3E ");
     background-size: contain;
     width: 10px;
     height: 10px;
     border: none;
     background-repeat: no-repeat;
     content: '';
     position: absolute;
     top: auto;
     bottom: 6px;
     right: -10px;
     background-repeat: no-repeat;
}
 .custom-list {
     position: absolute;
     background: #fff;
     text-align: left;
     overflow: hidden;
     padding: 0 0;
     font-size: 13px;
     max-width: 120px;
     min-width: 120px;
     margin-top: 10px;
     left: auto;
     right: 0;
     color: gray;
     filter: drop-shadow(0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.4))!important;
     -webkit-filter: drop-shadow(0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.4))!important;
     border-radius: 10px;
     z-index: 9;
}
 .custom-list li a{
     color: #14253B;
     display: block;
     padding: 3px 12px;
     font-weight: 500;
}
 .custom-list li a:hover{
     color: #1e2125;
     background-color: #e9ecef;
}
 /* Ticketing dropdown   */
.tox.tox-silver-sink.tox-tinymce-aux {
    display: none !important;
}
.btn.btn-primary.btn-file{
    width: 35px;
    background-image: url(https://help.muvi.com/wp-content/uploads/sites/9/2024/01/file.png) !important;
    left: 8px !important;
    padding: 0;
    height: 20px;
    opacity: 1;
    z-index: 9999999;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
#attachment_notes .btn.btn-primary.btn-file {
  bottom: 32px;
}
.detailswiki-content .details-box span {
    display: unset !important;
    font-size: 14px;
    color: #334253;
}
#archives{
    display:none;
}
#content{
    display:none;
}
#primary{
    display:none;
}


.mobile-table-content .right-tablemenu .menu-item .menu-link.active {
  background-color: #FFFFFF;
  color: #14253B;
  font-weight: 600;
}

.mobile-table-content .right-tablemenu .menu-item .menu-link.active::before {
  content: '';
  position: absolute;
  left: -3px;
  top: 0px;
  background-color: #18A0FB;
  height: 36px;
  width: 3px;
  border-radius: 10px;
}

.article-mobile-title {
  display: none;
}

@media (max-width: 991.98px) {
  .article-mobile-title {
    display: block;
  }
}

.articlemobile-tab-title {
  display: none;
}

@media (max-width: 991.98px) {
  .articlemobile-tab-title {
    display: block;
  }
}

.about-herobanner {
  padding-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

@media (max-width: 767.48px) {
  .about-herobanner {
    padding-top: 0;
    border: none;
  }
}

.about-herobanner .innerimg-box {
  margin-top: 60px;
  width: 100%;
  height: auto;
}

.about-herobanner .innerimg-box.bottom-imgbox {
  margin-top: 26px;
}

.about-herobanner .innerimg-box img {
  width: 100%;
  border-radius: 8px;
}

.about-herobanner .mobile-span {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #14253B;
  top: -60px;
}

.about-herobanner .banner-content span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #233549;
}

.about-herobanner .banner-content h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: #14253B;
  margin: 10px 0px;
  font-family: 'Poppins';
}

@media (max-width: 767.48px) {
  .about-herobanner .banner-content h2 {
    font-size: 32px;
    line-height: 38px;
  }
}

.about-herobanner .banner-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #334253;
  font-family: 'Poppins';
  font-style: normal;
}

@media (max-width: 767.48px) {
  .about-herobanner .banner-content p {
    font-size: 16px;
    line-height: 24px;
  }
}

.afterbanner-block {
  margin-top: 60px;
}

.afterbanner-block h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #14253B;
  text-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07);
  margin-bottom: 10px;
  font-family: 'Poppins';
}

@media (max-width: 767.48px) {
  .afterbanner-block h3 {
    font-size: 20px;
  }
}

.afterbanner-block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #14253B;
  text-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07);
  font-family: 'Poppins';
}

@media (max-width: 767.48px) {
  .afterbanner-block p {
    font-size: 14px;
    line-height: 20px;
  }
}

.afterbanner-block h4 {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  color: #14253B;
  text-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07);
  margin-bottom: 10px;
}

.afterbanner-block .all-star {
  margin: 80px 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (max-width: 767.48px) {
  .afterbanner-block .all-star .inner-star {
    margin: 0px 20px;
  }
}

@media (max-width: 575.98px) {
  .afterbanner-block .all-star .inner-star {
    margin: 0px 30px;
  }
}

.afterbanner-block .all-star span {
  margin-right: 10px;
}

.afterbanner-block .all-star span:last-child {
  margin-right: 0;
}

.afterbanner-block .all-star .style-border {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.08);
  width: 100%;
}

.afterbanner-block .about-client-lists .single-client {
  margin: 0 10px;
}

.afterbanner-block .about-client-lists .single-client img {
  -webkit-filter: unset;
          filter: unset;
}

.afterbanner-block a {
  margin-top: 30px;
}

@media (max-width: 767.48px) {
  .afterbanner-block a {
    text-align: center;
  }
}

.about-value-block {
  background: -webkit-gradient(linear, left bottom, left top, from(#F4F2FC), to(#F4F2FC)), #E9E6F6;
  background: linear-gradient(0deg, #F4F2FC, #F4F2FC), #E9E6F6;
  padding: 100px 0px 80px 0px;
  margin-top: 100px;
}

@media (max-width: 767.48px) {
  .about-value-block {
    background: #FFFFFF;
    margin-top: 0px;
    padding: 80px 0px;
  }
}

.about-value-block h1 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: #14253B;
  text-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
}

@media (max-width: 767.48px) {
  .about-value-block h1 {
    font-size: 24px;
    line-height: 34px;
  }
}

.about-value-block .inner-value {
  border: 1px solid rgba(180, 187, 202, 0.4);
  border-radius: 16px;
}

@media (max-width: 767.48px) {
  .about-value-block .inner-value {
    border: none;
  }
}

@media (max-width: 767.48px) {
  .about-value-block .inner-value {
    border: none;
  }
}

.about-value-block .inner-value .row.first {
  border-bottom: 1px solid rgba(180, 187, 202, 0.4);
}

@media (max-width: 767.48px) {
  .about-value-block .inner-value .row.first {
    border: none;
  }
}

.about-value-block .inner-value .row.first .custom-border:nth-child(1) {
  border-right: 1px solid rgba(180, 187, 202, 0.4);
}

@media (max-width: 767.48px) {
  .about-value-block .inner-value .row.first .custom-border:nth-child(1) {
    border: none;
  }
}

.about-value-block .inner-value .row.first .custom-border:nth-child(2) {
  border-right: 1px solid rgba(180, 187, 202, 0.4);
}

@media (max-width: 767.48px) {
  .about-value-block .inner-value .row.first .custom-border:nth-child(2) {
    border: none;
  }
}

.about-value-block .inner-value .row.first .custom-border:nth-child(3) {
  border-right: 1px solid rgba(180, 187, 202, 0.4);
}

@media (max-width: 767.48px) {
  .about-value-block .inner-value .row.first .custom-border:nth-child(3) {
    border: none;
  }
}

.about-value-block .inner-value .row.second {
  border-bottom: 1px solid rgba(180, 187, 202, 0.4);
}

@media (max-width: 767.48px) {
  .about-value-block .inner-value .row.second {
    border: none;
  }
}

.about-value-block .inner-value .row.second .custom-border:nth-child(1) {
  border-right: 1px solid rgba(180, 187, 202, 0.4);
}

@media (max-width: 767.48px) {
  .about-value-block .inner-value .row.second .custom-border:nth-child(1) {
    border: none;
  }
}

.about-value-block .inner-value .row.second .custom-border:nth-child(2) {
  border-right: 1px solid rgba(180, 187, 202, 0.4);
}

@media (max-width: 767.48px) {
  .about-value-block .inner-value .row.second .custom-border:nth-child(2) {
    border: none;
  }
}

.about-value-block .inner-value .row.third {
  border-bottom: none;
}

.about-value-block .inner-value .single-value {
  padding: 30px;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.48px) {
  .about-value-block .inner-value .single-value {
    padding: 30px 0px;
  }
}

.about-value-block .inner-value .single-value:hover {
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about-value-block .inner-value .single-value .svg {
  margin-bottom: 16px;
}

.about-value-block .inner-value .single-value h4 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #14253B;
  margin-bottom: 10px;
}

.about-value-block .inner-value .single-value p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #14253B;
  overflow-wrap: break-word;
}

.about-value-block .client-preview .video-js {
  max-width: 100%;
  min-width: 100%;
  border-radius: 16px;
  overflow: hidden;
  height: 300px;
  background-color: transparent;
}

@media (max-width: 767.48px) {
  .about-value-block .client-preview .video-js {
    height: 210px;
  }
}

.about-value-block .client-preview .video-js:hover .vjs-big-play-button {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  border-color: #18A0FBA3;
  background: #18A0FBA3;
}

.about-value-block .client-preview .vjs-poster {
  background-size: cover;
  border-radius: 16px;
  overflow: hidden;
  background-position: center;
}

.about-value-block .client-preview .vjs-big-play-button {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  border-color: #18A0FBA3;
  background: #18A0FBA3;
}

.about-value-block .client-preview .vjs-icon-placeholder:before {
  line-height: 1.7;
}

.about-join {
  margin: 100px 0px;
}

.about-join .join-bg {
  background: rgba(9, 140, 227, 0.08);
  padding: 48px;
  border-radius: 16px;
}

@media (max-width: 767.48px) {
  .about-join .join-bg {
    padding: 32px;
  }
}

.about-join h5 {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #14253B;
  text-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07);
}

.about-join p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #334253;
  text-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07);
}

.about-team {
  position: relative;
  margin: 135px 0px 80px 0px;
}

@media (max-width: 767.48px) {
  .about-team {
    margin: 80px 0px 80px 0px;
  }
}

.about-team .head-text {
  margin-bottom: 60px;
}

.about-team .head-text h2 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: #14253B;
  text-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07);
  margin-bottom: 8px;
}

@media (max-width: 767.48px) {
  .about-team .head-text h2 {
    font-size: 32px;
    line-height: 38px;
  }
}

.about-team .head-text p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #14253B;
  text-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07);
}

.about-team .inner-team {
  border-radius: 16px;
  border: 1px solid rgba(180, 187, 202, 0.4);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 767.48px) {
  .about-team .inner-team .mobile-col {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 50%;
  }
}

.about-team .single-member {
  padding: 40px 40px 40px 40px;
  width: 100%;
  height: 100%;
  text-align: center;
}

@media (max-width: 575.98px) {
  .about-team .single-member {
    padding: 20px;
  }
}

.about-team .single-member h6 {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #14253B;
  margin-top: 14px;
}

.about-team .single-member p {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #363940;
}

.about-team .single-member h5 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #14253B;
  margin-bottom: 25px;
}

.about-team .single-member.lead-member {
  background: rgba(24, 160, 251, 0.04);
}

.about-team .single-member.lead-member img {
  border: 1px solid rgba(180, 187, 202, 0.4);
  border-radius: 50%;
  padding: 5px;
  position: relative;
}

.about-team .single-member.lead-member img::before {
  content: '';
  position: absolute;
  left: 54px;
  top: 15px;
  background: #18A0FB;
  border-radius: 50px;
  height: 8px;
  width: 8px;
}

.about-team .custom-rightborder {
  border-right: 1px solid rgba(180, 187, 202, 0.4);
  border-bottom: 1px solid rgba(180, 187, 202, 0.4);
}

.about-team .right-bordernone {
  border-right: none;
}

@media (max-width: 767.48px) {
  .about-team .right-bordernone {
    border-right: 1px solid rgba(180, 187, 202, 0.4);
  }
}

.about-team .bottom-bordernone {
  border-bottom: none;
}

@media (max-width: 767.48px) {
  .about-team .bottom-bordernone {
    border-bottom: 1px solid rgba(180, 187, 202, 0.4);
  }
}

.about-team .leadertext-box {
  padding: 30px 60px 60px 30px;
  width: 100%;
  height: 100%;
}

.about-team .leadertext-box .svg {
  margin-top: 125px;
}

.aboutellipse-bg {
  position: absolute;
}

@media (max-width: 1199.98px) {
  .aboutellipse-bg {
    display: none;
  }
}

@media (min-width: 1200px) {
  .aboutellipse-bg {
    top: 1%;
    max-width: 300px;
  }
}

@media (min-width: 1400px) {
  .aboutellipse-bg {
    top: -10%;
    max-width: 450px;
    left: 2%;
  }
}

@media (min-width: 1600px) {
  .aboutellipse-bg {
    top: -13%;
    min-width: 500px;
    left: 3%;
  }
  .aboutellipse-bg img {
    width: 100%;
  }
}

.muvifoundation-area {
  margin: 100px 0px;
  position: relative;
}

@media (max-width: 991.98px) {
  .muvifoundation-area .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-flow: column-reverse !important;
            flex-flow: column-reverse !important;
  }
}

.muvifoundation-area span {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #14253B;
  text-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07);
  margin-bottom: 5px;
}

.muvifoundation-area h1 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: #14253B;
  text-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07);
  margin-bottom: 10px;
}

.muvifoundation-area p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #14253B;
  text-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07);
}

@media (max-width: 991.98px) {
  .muvifoundation-area .banner-preview {
    margin-bottom: 30px;
  }
}

.muvifoundation-area .banner-preview img {
  border-radius: 8px 8px 275px 275px;
}

@media (max-width: 991.98px) {
  .muvifoundation-area .banner-preview img {
    border-radius: 8px;
  }
}

.about-details-herobanner {
  background: #E0F2FF;
  width: 100%;
  height: 320px;
  position: relative;
}

@media (max-width: 767.48px) {
  .about-details-herobanner {
    height: 150px;
  }
}

.about-details-herobanner h1 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: #14253B;
}

@media (max-width: 767.48px) {
  .about-details-herobanner h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

.about-details-herobanner p {
  font-weight: 500;
  font-size: 16px;
  line-height: 42px;
  color: #334253;
}

@media (max-width: 767.48px) {
  .about-details-herobanner p {
    font-size: 14px;
    line-height: 20px;
  }
}

.about-details-herobanner .left-plant {
  position: absolute;
  left: 10%;
}

@media (max-width: 991.98px) {
  .about-details-herobanner .left-plant {
    display: none;
  }
}

.about-details-herobanner .bottom-plant {
  position: absolute;
  bottom: 0;
  right: 10%;
}

@media (max-width: 991.98px) {
  .about-details-herobanner .bottom-plant {
    display: none;
  }
}

@media (max-width: 767.48px) {
  .about-nav {
    background: #E0F2FF !important;
  }
}

.details-center-content {
  padding: 48px 0px;
}

.details-center-content .only-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #14253B;
}

@media (max-width: 767.48px) {
  .details-center-content .only-text p {
    text-align: center;
    margin-bottom: 15px;
  }
}

.details-center-content .single-awards {
  margin-top: 30px;
}

.details-center-content .single-awards .inner-single {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  padding: 24px 0px;
}

@media (max-width: 767.48px) {
  .details-center-content .single-awards .inner-single {
    text-align: center;
    border: none;
  }
}

.details-center-content .single-awards .inner-single h4 {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #0A2540;
}

.details-center-content .single-awards .inner-single p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #334253;
}

body {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  color: #14253B;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #14253B;
  font-weight: 600;
  margin-bottom: 0;
}
/*# sourceMappingURL=main-style.css.map */

/* bsfileupload.css code */
/*!
 * bootstrap-fileinput v5.0.9
 * http://plugins.krajee.com/file-input
 *
 * Krajee default styling for bootstrap-fileinput.
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2020, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD-3-Clause
 * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
 */
 .file-loading input[type=file], input[type=file].file-loading {
  width: 0;
  height: 0;
}

.file-no-browse {
  position: absolute;
  left: 50%;
  bottom: 20%;
  width: 1px;
  height: 1px;
  font-size: 0;
  opacity: 0;
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
}

.kv-hidden, .file-caption-icon, .file-zoom-dialog .modal-header:before, .file-zoom-dialog .modal-header:after, .file-input-new .file-preview, .file-input-new .close, .file-input-new .glyphicon-file, .file-input-new .fileinput-remove-button, .file-input-new .fileinput-upload-button, .file-input-new .no-browse .input-group-btn, .file-input-ajax-new .fileinput-remove-button, .file-input-ajax-new .fileinput-upload-button, .file-input-ajax-new .no-browse .input-group-btn, .hide-content .kv-file-content, .is-locked .fileinput-upload-button, .is-locked .fileinput-remove-button {
  display: none;
}

.btn-file input[type=file], .file-caption-icon, .file-preview .fileinput-remove, .krajee-default .file-thumb-progress, .file-zoom-dialog .btn-navigate, .file-zoom-dialog .floating-buttons {
  position: absolute;
}

.file-caption-icon .kv-caption-icon {
  line-height: inherit;
}

.file-input, .file-loading:before, .btn-file, .file-caption, .file-preview, .krajee-default.file-preview-frame, .krajee-default .file-thumbnail-footer, .file-zoom-dialog .modal-dialog {
  position: relative;
}

.file-error-message pre, .file-error-message ul, .krajee-default .file-actions, .krajee-default .file-other-error {
  text-align: left;
}

.file-error-message pre, .file-error-message ul {
  margin: 0;
}

.krajee-default .file-drag-handle, .krajee-default .file-upload-indicator {
  float: left;
  margin-top: 10px;
  width: 16px;
  height: 16px;
}

.krajee-default .file-thumb-progress .progress, .krajee-default .file-thumb-progress .progress-bar {
  height: 11px;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9px;
}

.krajee-default .file-thumb-progress .progress, .kv-upload-progress .progress {
  background-color: #ccc;
}

.krajee-default .file-caption-info, .krajee-default .file-size-info {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
  height: 15px;
  margin: auto;
}

.file-zoom-content > .file-object.type-video, .file-zoom-content > .file-object.type-flash, .file-zoom-content > .file-object.type-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.file-zoom-content > .file-object.type-video, .file-zoom-content > .file-object.type-flash {
  height: 100%;
}

.file-zoom-content > .file-object.type-pdf, .file-zoom-content > .file-object.type-html, .file-zoom-content > .file-object.type-text, .file-zoom-content > .file-object.type-default {
  width: 100%;
}

.file-loading:before {
  content: " Loading...";
  display: inline-block;
  padding-left: 20px;
  line-height: 16px;
  font-size: 13px;
  font-variant: small-caps;
  color: #999;
  background: transparent url(../img/loading.gif) top left no-repeat;
}

.file-object {
  margin: 0 0 -5px 0;
  padding: 0;
}

.btn-file {
  overflow: hidden;
  
  height: 33px;
  font-size: 14px;

    background: #18A0FB;
    color: #fff;
    border: 0;
}
.btn-file:hover {
  background: #17a0fb;
  border: #17a0fb;
}
.fileinput-remove-button{
  height: 33px;
}

.btn-file input[type=file] {
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  background: none repeat scroll 0 0 transparent;
  cursor: inherit;
  display: block;
}

.btn-file ::-ms-browse {
  font-size: 10000px;
  width: 100%;
  height: 100%;
}

.file-caption .file-caption-name {
  width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  background: none;
  outline: none;
}

.file-caption.icon-visible .file-caption-icon {
  display: inline-block;
}

.file-caption.icon-visible .file-caption-name {
  padding-left: 15px;
}

.file-caption-icon {
  left: 8px;
}

.file-error-message {
  color: #a94442;
  background-color: #f2dede;
  margin: 5px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  padding: 15px;
}

.file-error-message pre {
  margin: 5px 0;
}

.file-caption-disabled {
  background-color: #eee;
  cursor: not-allowed;
  opacity: 1;
}

.file-preview {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 8px;
  width: 100%;
  margin-bottom: 5px;
}

.file-preview .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.file-preview .fileinput-remove {
  top: 1px;
  right: 1px;
  line-height: 10px;
}

.file-preview .clickable {
  cursor: pointer;
}

.file-preview-image {
  font: 40px Impact, Charcoal, sans-serif;
  color: #008000;
}

.krajee-default.file-preview-frame {
  margin: 8px;
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  padding: 6px;
  float: left;
  text-align: center;
}

.krajee-default.file-preview-frame .kv-file-content {
  width: 213px;
  height: 160px;
}

.krajee-default .file-preview-other-frame {
  display: flex;
  align-items: center;
  justify-content: center;
}

.krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
  width: 400px;
}

.krajee-default.file-preview-frame[data-template="audio"] .kv-file-content {
  width: 240px;
  height: 55px;
}

.krajee-default.file-preview-frame .file-thumbnail-footer {
  height: 70px;
}

.krajee-default.file-preview-frame:not(.file-preview-error):hover {
  border: 1px solid rgba(0,0,0,0.3);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
}

.krajee-default .file-preview-text {
  display: block;
  color: #428bca;
  border: 1px solid #ddd;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  outline: none;
  padding: 8px;
  resize: none;
}

.krajee-default .file-preview-html {
  border: 1px solid #ddd;
  padding: 8px;
  overflow: auto;
}

.krajee-default .file-other-icon {
  font-size: 6em;
  line-height: 1;
}

.krajee-default .file-footer-buttons {
  float: right;
}

.krajee-default .file-footer-caption {
  display: block;
  text-align: center;
  padding-top: 4px;
  font-size: 11px;
  color: #777;
  margin-bottom: 30px;
}

.file-upload-stats {
  font-size: 10px;
  text-align: center;
  width: 100%;
}

.kv-upload-progress .file-upload-stats {
  font-size: 12px;
  margin: -10px 0 5px;
}

.krajee-default .file-preview-error {
  opacity: 0.65;
  box-shadow: none;
}

.krajee-default .file-thumb-progress {
  height: 11px;
  top: 37px;
  left: 0;
  right: 0;
}

.krajee-default.kvsortable-ghost {
  background: #e1edf7;
  border: 2px solid #a1abff;
}

.krajee-default .file-preview-other:hover {
  opacity: 0.8;
}

.krajee-default .file-preview-frame:not(.file-preview-error) .file-footer-caption:hover {
  color: #000;
}

.kv-upload-progress .progress {
  height: 20px;
  margin: 10px 0;
  overflow: hidden;
}

.kv-upload-progress .progress-bar {
  height: 20px;
  font-family: Verdana, Helvetica, sans-serif;
}

/*noinspection CssOverwrittenProperties*/
.file-zoom-dialog .file-other-icon {
  font-size: 22em;
  font-size: 50vmin;
}

.file-zoom-dialog .modal-dialog {
  width: auto;
}

.file-zoom-dialog .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.file-zoom-dialog .btn-navigate {
  padding: 0;
  margin: -60px 0 0;
  font-size: 60px;
  background: transparent;
  text-decoration: none;
  outline: none;
  opacity: 0.7;
  top: 50%;
  color: #1c94c4;
}

.file-zoom-dialog .btn-navigate:not([disabled]):hover {
  outline: none;
  box-shadow: none;
  opacity: 0.6;
}

.file-zoom-dialog .floating-buttons {
  top: 5px;
  right: 10px;
}

.file-zoom-dialog .btn-navigate[disabled] {
  opacity: 0.3;
}

.file-zoom-dialog .btn-prev {
  left: 1px;
}

.file-zoom-dialog .btn-next {
  right: 1px;
}

.file-zoom-dialog .kv-zoom-title {
  font-weight: 300;
  color: #999;
  max-width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.file-input-new .no-browse .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.file-input-ajax-new .no-browse .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.file-caption-main {
  width: 100%;
}

.file-thumb-loading {
  background: transparent url(../img/loading.gif) no-repeat scroll center center content-box !important;
}

.file-drop-zone {
  border: 1px dashed #aaa;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  margin: 12px 15px 12px 12px;
  padding: 5px;
}

.file-drop-zone.clickable:hover {
  border: 2px dashed #999;
}

.file-drop-zone.clickable:focus {
  border: 2px solid #5acde2;
}

.file-drop-zone .file-preview-thumbnails {
  cursor: default;
}

.file-drop-zone-title {
  color: #aaa;
  font-size: 1.6em;
  padding: 85px 10px;
  cursor: default;
}

.file-highlighted {
  border: 2px dashed #999 !important;
  background-color: #eee;
}

.file-uploading {
  background: url(../img/loading-sm.gif) no-repeat center bottom 10px;
  opacity: 0.65;
}

.file-zoom-fullscreen .modal-dialog {
  min-width: 100%;
  margin: 0;
}

.file-zoom-fullscreen .modal-content {
  border-radius: 0;
  box-shadow: none;
  min-height: 100vh;
}

.file-zoom-fullscreen .modal-body {
  overflow-y: auto;
}

.floating-buttons {
  z-index: 3000;
}

.floating-buttons .btn-kv {
  margin-left: 3px;
  z-index: 3000;
}

.kv-zoom-actions .btn-kv {
  margin-left: 3px;
}

.file-zoom-content {
  text-align: center;
  min-height: 300px;
}

.file-zoom-content .file-preview-image {
  max-height: 100%;
}

.file-zoom-content .file-preview-video {
  max-height: 100%;
}

.file-zoom-content > .file-object.type-image {
  height: auto;
  min-height: inherit;
}

.file-zoom-content > .file-object.type-audio {
  width: auto;
  height: 30px;
}

@media (min-width: 576px) {
  .file-zoom-dialog .modal-dialog {
      max-width: 500px;
  }
}

@media (min-width: 992px) {
  .file-zoom-dialog .modal-lg {
      max-width: 800px;
  }
}

@media (max-width: 767px) {
  .file-preview-thumbnails {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }

  .file-zoom-dialog .modal-header {
      flex-direction: column;
  }
}

@media (max-width: 350px) {
  .krajee-default.file-preview-frame:not([data-template="audio"]) .kv-file-content {
      width: 160px;
  }
}

@media (max-width: 420px) {
  .krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
      width: 100%;
  }
}

.file-loading[dir=rtl]:before {
  background: transparent url(../img/loading.gif) top right no-repeat;
  padding-left: 0;
  padding-right: 20px;
}

.file-sortable .file-drag-handle {
  cursor: move;
  opacity: 1;
}

.file-sortable .file-drag-handle:hover {
  opacity: 0.7;
}

.clickable .file-drop-zone-title {
  cursor: pointer;
}

.file-preview-initial.sortable-chosen {
  background-color: #d9edf7;
}

/*!
 * bootstrap-fileinput v5.0.9
 * http://plugins.krajee.com/file-input
 *
 * Krajee default styling for bootstrap-fileinput.
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2020, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD-3-Clause
 * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
 */
 .file-loading input[type=file], input[type=file].file-loading {
  width: 0;
  height: 0;
}

.file-no-browse {
  position: absolute;
  left: 50%;
  bottom: 20%;
  width: 1px;
  height: 1px;
  font-size: 0;
  opacity: 0;
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
}

.kv-hidden, .file-caption-icon, .file-zoom-dialog .modal-header:before, .file-zoom-dialog .modal-header:after, .file-input-new .file-preview, .file-input-new .close, .file-input-new .glyphicon-file, .file-input-new .fileinput-remove-button, .file-input-new .fileinput-upload-button, .file-input-new .no-browse .input-group-btn, .file-input-ajax-new .fileinput-remove-button, .file-input-ajax-new .fileinput-upload-button, .file-input-ajax-new .no-browse .input-group-btn, .hide-content .kv-file-content, .is-locked .fileinput-upload-button, .is-locked .fileinput-remove-button {
  display: none;
}

.btn-file input[type=file], .file-caption-icon, .file-preview .fileinput-remove, .krajee-default .file-thumb-progress, .file-zoom-dialog .btn-navigate, .file-zoom-dialog .floating-buttons {
  position: absolute;
}

.file-caption-icon .kv-caption-icon {
  line-height: inherit;
}

.file-input, .file-loading:before, .btn-file, .file-caption, .file-preview, .krajee-default.file-preview-frame, .krajee-default .file-thumbnail-footer, .file-zoom-dialog .modal-dialog {
  position: relative;
}

.file-error-message pre, .file-error-message ul, .krajee-default .file-actions, .krajee-default .file-other-error {
  text-align: left;
}

.file-error-message pre, .file-error-message ul {
  margin: 0;
}

.krajee-default .file-drag-handle, .krajee-default .file-upload-indicator {
  float: left;
  margin-top: 10px;
  width: 16px;
  height: 16px;
}

.krajee-default .file-thumb-progress .progress, .krajee-default .file-thumb-progress .progress-bar {
  height: 11px;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9px;
}

.krajee-default .file-thumb-progress .progress, .kv-upload-progress .progress {
  background-color: #ccc;
}

.krajee-default .file-caption-info, .krajee-default .file-size-info {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
  height: 15px;
  margin: auto;
}

.file-zoom-content > .file-object.type-video, .file-zoom-content > .file-object.type-flash, .file-zoom-content > .file-object.type-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.file-zoom-content > .file-object.type-video, .file-zoom-content > .file-object.type-flash {
  height: 100%;
}

.file-zoom-content > .file-object.type-pdf, .file-zoom-content > .file-object.type-html, .file-zoom-content > .file-object.type-text, .file-zoom-content > .file-object.type-default {
  width: 100%;
}

.file-loading:before {
  content: " Loading...";
  display: inline-block;
  padding-left: 20px;
  line-height: 16px;
  font-size: 13px;
  font-variant: small-caps;
  color: #999;
  background: transparent url(../img/loading.gif) top left no-repeat;
}

.file-object {
  margin: 0 0 -5px 0;
  padding: 0;
}

/* .btn-file {
  overflow: hidden;
  
  height: 35px;
} */

.fileinput-remove-button{
  height: 33px;
}

.btn-file input[type=file] {
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  background: none repeat scroll 0 0 transparent;
  cursor: inherit;
  display: block;
}

.btn-file ::-ms-browse {
  font-size: 10000px;
  width: 100%;
  height: 100%;
}

.file-caption .file-caption-name {
  width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  background: none;
  outline: none;
}

.file-caption.icon-visible .file-caption-icon {
  display: inline-block;
}

.file-caption.icon-visible .file-caption-name {
  padding-left: 15px;
}

.file-caption-icon {
  left: 8px;
}

.file-error-message {
  color: #a94442;
  background-color: #f2dede;
  margin: 5px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  padding: 15px;
}

.file-error-message pre {
  margin: 5px 0;
}

.file-caption-disabled {
  background-color: #eee;
  cursor: not-allowed;
  opacity: 1;
}

.file-preview {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 8px;
  width: 100%;
  margin-bottom: 5px;
}

.file-preview .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.file-preview .fileinput-remove {
  top: 1px;
  right: 1px;
  line-height: 10px;
}

.file-preview .clickable {
  cursor: pointer;
}

.file-preview-image {
  font: 40px Impact, Charcoal, sans-serif;
  color: #008000;
}

.krajee-default.file-preview-frame {
  margin: 8px;
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  padding: 6px;
  float: left;
  text-align: center;
}

.krajee-default.file-preview-frame .kv-file-content {
  width: 213px;
  height: 160px;
}

.krajee-default .file-preview-other-frame {
  display: flex;
  align-items: center;
  justify-content: center;
}

.krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
  width: 400px;
}

.krajee-default.file-preview-frame[data-template="audio"] .kv-file-content {
  width: 240px;
  height: 55px;
}

.krajee-default.file-preview-frame .file-thumbnail-footer {
  height: 70px;
}

.krajee-default.file-preview-frame:not(.file-preview-error):hover {
  border: 1px solid rgba(0,0,0,0.3);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
}

.krajee-default .file-preview-text {
  display: block;
  color: #428bca;
  border: 1px solid #ddd;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  outline: none;
  padding: 8px;
  resize: none;
}

.krajee-default .file-preview-html {
  border: 1px solid #ddd;
  padding: 8px;
  overflow: auto;
}

.krajee-default .file-other-icon {
  font-size: 6em;
  line-height: 1;
}

.krajee-default .file-footer-buttons {
  float: right;
}

.krajee-default .file-footer-caption {
  display: block;
  text-align: center;
  padding-top: 4px;
  font-size: 11px;
  color: #777;
  margin-bottom: 30px;
}

.file-upload-stats {
  font-size: 10px;
  text-align: center;
  width: 100%;
}

.kv-upload-progress .file-upload-stats {
  font-size: 12px;
  margin: -10px 0 5px;
}

.krajee-default .file-preview-error {
  opacity: 0.65;
  box-shadow: none;
}

.krajee-default .file-thumb-progress {
  height: 11px;
  top: 37px;
  left: 0;
  right: 0;
}

.krajee-default.kvsortable-ghost {
  background: #e1edf7;
  border: 2px solid #a1abff;
}

.krajee-default .file-preview-other:hover {
  opacity: 0.8;
}

.krajee-default .file-preview-frame:not(.file-preview-error) .file-footer-caption:hover {
  color: #000;
}

.kv-upload-progress .progress {
  height: 20px;
  margin: 10px 0;
  overflow: hidden;
}

.kv-upload-progress .progress-bar {
  height: 20px;
  font-family: Verdana, Helvetica, sans-serif;
}

/*noinspection CssOverwrittenProperties*/
.file-zoom-dialog .file-other-icon {
  font-size: 22em;
  font-size: 50vmin;
}

.file-zoom-dialog .modal-dialog {
  width: auto;
}

.file-zoom-dialog .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.file-zoom-dialog .btn-navigate {
  padding: 0;
  margin: -60px 0 0;
  font-size: 60px;
  background: transparent;
  text-decoration: none;
  outline: none;
  opacity: 0.7;
  top: 50%;
  color: #1c94c4;
}

.file-zoom-dialog .btn-navigate:not([disabled]):hover {
  outline: none;
  box-shadow: none;
  opacity: 0.6;
}

.file-zoom-dialog .floating-buttons {
  top: 5px;
  right: 10px;
}

.file-zoom-dialog .btn-navigate[disabled] {
  opacity: 0.3;
}

.file-zoom-dialog .btn-prev {
  left: 1px;
}

.file-zoom-dialog .btn-next {
  right: 1px;
}

.file-zoom-dialog .kv-zoom-title {
  font-weight: 300;
  color: #999;
  max-width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.file-input-new .no-browse .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.file-input-ajax-new .no-browse .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.file-caption-main {
  width: 100%;
}

.file-thumb-loading {
  background: transparent url(../img/loading.gif) no-repeat scroll center center content-box !important;
}

.file-drop-zone {
  border: 1px dashed #aaa;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  margin: 12px 15px 12px 12px;
  padding: 5px;
}

.file-drop-zone.clickable:hover {
  border: 2px dashed #999;
}

.file-drop-zone.clickable:focus {
  border: 2px solid #5acde2;
}

.file-drop-zone .file-preview-thumbnails {
  cursor: default;
}

.file-drop-zone-title {
  color: #aaa;
  font-size: 1.6em;
  padding: 85px 10px;
  cursor: default;
}

.file-highlighted {
  border: 2px dashed #999 !important;
  background-color: #eee;
}

.file-uploading {
  background: url(../img/loading-sm.gif) no-repeat center bottom 10px;
  opacity: 0.65;
}

.file-zoom-fullscreen .modal-dialog {
  min-width: 100%;
  margin: 0;
}

.file-zoom-fullscreen .modal-content {
  border-radius: 0;
  box-shadow: none;
  min-height: 100vh;
}

.file-zoom-fullscreen .modal-body {
  overflow-y: auto;
}

.floating-buttons {
  z-index: 3000;
}

.floating-buttons .btn-kv {
  margin-left: 3px;
  z-index: 3000;
}

.kv-zoom-actions .btn-kv {
  margin-left: 3px;
}

.file-zoom-content {
  text-align: center;
  min-height: 300px;
}

.file-zoom-content .file-preview-image {
  max-height: 100%;
}

.file-zoom-content .file-preview-video {
  max-height: 100%;
}

.file-zoom-content > .file-object.type-image {
  height: auto;
  min-height: inherit;
}

.file-zoom-content > .file-object.type-audio {
  width: auto;
  height: 30px;
}

@media (min-width: 576px) {
  .file-zoom-dialog .modal-dialog {
      max-width: 500px;
  }
}

@media (min-width: 992px) {
  .file-zoom-dialog .modal-lg {
      max-width: 800px;
  }
}

@media (max-width: 767px) {
  .file-preview-thumbnails {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }

  .file-zoom-dialog .modal-header {
      flex-direction: column;
  }
}

@media (max-width: 350px) {
  .krajee-default.file-preview-frame:not([data-template="audio"]) .kv-file-content {
      width: 160px;
  }
}

@media (max-width: 420px) {
  .krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
      width: 100%;
  }
}

.file-loading[dir=rtl]:before {
  background: transparent url(../img/loading.gif) top right no-repeat;
  padding-left: 0;
  padding-right: 20px;
}

.file-sortable .file-drag-handle {
  cursor: move;
  opacity: 1;
}

.file-sortable .file-drag-handle:hover {
  opacity: 0.7;
}

.clickable .file-drop-zone-title {
  cursor: pointer;
}

.file-preview-initial.sortable-chosen {
  background-color: #d9edf7;
}

/* bsfileupload.css end */
/* Alaka */
.create-ticket.edit .create-right .single-ticket {
  border-radius: 8px;
  overflow: hidden;
  margin-top: 0px;
}
button#submit {
  border: 0;
}

.helpvideo-tab-content .table-content .menu-item.active a.menu-link {
  color: #14253B;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}
/* .helpvideo-tab-content .table-content .menu-item.active a.menu-link:before {
  content: '';
  position: absolute;
  left: -15px;
  top: -10px;
  background-color: #18A0FB;
  height: 36px;
  width: 3px;
  border-radius: 10px;
} */

.byuser {
  background: transparent;
  border: 1px solid #E4EDF5;
  border-radius: 8px 40px 40px 40px;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.odd {
  background: #F6F8FA;
  border-radius: 40px 8px 40px 40px;
  border: none;
  padding: 10px 20px;
}
.photo {
  border-radius: 100px;
  margin-right: 10px;
}
.comments-title {
  display: none;
}
.reply {
  text-align: right;
}
#comment {
  width: 100%;
  height: 160px;
  background-color: #FFFFFF;
  border: 1px solid #E4EDF5;
  border-radius: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 16px;
  resize: none;
}
.comment-form-comment label {
  display: none;
}
#reply-title, .comment-form-url label {
  display: none;
}
#submit {
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 20px;
  background-color: #006EFA;
  color: #fff;
  border-radius: 100px;
  text-transform: capitalize;
  border: 0;
  text-align: right;
}
#author, 
.comment-form-email #email  {
  border-radius: 5px;
  background-color: #FFFFFF;
  border: 1px solid #E4EDF5;
  border-radius: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 10px;
  resize: none;
  width: 100%;
}
.comment-form-url {
  display: none;
}
.comment-form-cookies-consent {
  display: none;
}.form-submit {
  text-align: right;
}
/* Article form */
.artcle-inside-form {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06);
}

.artcle-inside-form h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #14253B;
  margin-bottom: 8px;
}

.artcle-inside-form p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #334253;
}

/* commented due to ER:75677
.artcle-inside-form form label { 
  color: #14253B;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 5px;
} */

.artcle-inside-form form .form-group {
  margin-top: 12px;
}

.artcle-inside-form form .form-control {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  width: 100%;
  height: 48px;
  color: #212529;
  font-weight: 400;
  font-size: 13px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.artcle-inside-form form .form-control::-webkit-input-placeholder {
  color: #A5ACB6;
  font-weight: 400;
  font-size: 13px;
}

.artcle-inside-form form .form-control:-ms-input-placeholder {
  color: #A5ACB6;
  font-weight: 400;
  font-size: 13px;
}

.artcle-inside-form form .form-control::-ms-input-placeholder {
  color: #A5ACB6;
  font-weight: 400;
  font-size: 13px;
}

.artcle-inside-form form .form-control::placeholder {
  color: #A5ACB6;
  font-weight: 400;
  font-size: 13px;
}

.artcle-inside-form form .innerform-group .bootstrap-select {
  position: absolute;
  left: 0px;
  top: 2px;
  width: 60px !important;
  height: 45px;
}

.artcle-inside-form form .innerform-group .dropdown-toggle {
  background-color: #FFFFFF;
  outline: unset !important;
  border: none;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  width: auto;
  height: 100%;
  margin: 0px 0px 0px 1px;
  padding: 0px 0px 0px 15px;
}

.artcle-inside-form form .innerform-group .dropdown-toggle .filter-option {
  width: 24px;
  height: auto;
  margin: 0;
  padding: 0;
}

.artcle-inside-form form .innerform-group .dropdown-item.active, .artcle-inside-form form .innerform-group .dropdown-item:active {
  background-color: #e9ecef;
}

.artcle-inside-form form .innerform-group .dropdown-toggle::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4 6L8 10L12 6' stroke='%23374151' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  background-size: 18px;
  width: 20px;
  height: 20px;
  background-position-x: 100%;
  background-position-y: 2px;
  border: none;
  background-repeat: no-repeat;
}

.artcle-inside-form form .innerform-group .dropdown-toggle img {
  width: 20px;
}

.artcle-inside-form form .innerform-group .con-control {
  padding-left: 75px;
  -moz-appearance: textfield;
}

.artcle-inside-form form .innerform-group .con-control::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.artcle-inside-form form .innerform-group .con-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.artcle-inside-form form .form-check-label {
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  color: #7B8794;
}

.artcle-inside-form form .form-check-label a {
  color: #18A0FB;
}

.artcle-inside-form form .bottom-collapse {
  display: none;
}
.help-article-start h2{
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #0A2540;
  margin-bottom: 10px;
}
.help-article-start li {
  margin-left: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #334253;
  margin-bottom: 10px;
}
.help-article-start img {
  background: #E4EDF5;
  border-radius: 16px;
  /* width: 100%;
  height: auto; */
  padding: 30px;
}.help-article-start .article-feedback img {
  background: unset;
  width: auto;
  padding: 0;
}
iframe.lazy.lazy-loaded {
  border-radius: 10px;
}
.helpvideo-tab-content .table-content .menu-item {
  margin-bottom: 10px;
  cursor: pointer;
}
/* Tattale */
.tox-notifications-container {
  display: none;
}
.tox-toolbar-overlord {
  bottom: 0;
  position: absolute !important;
  background-color: #ccc !important;
}
.btn.btn-primary.btn-file {
  position: absolute;
    bottom: 5px;
    left: 150px;
    background: unset;
    box-shadow: unset;
    width: 35px;
}
 .full-editor-box .bottom-editor-content ul li {
  display: inline-block;
  margin: 0px 8px;
  cursor: pointer;
}
.create-ticket .create-right .full-editor-box .bottom-editor-content ul li {
  display: inline-block;
  margin: 0px 8px;
  cursor: pointer;
}.full-editor-box {
  position: relative;
}
.right {
  position: absolute;
  right: 0;
  bottom: 15px;
}
.file-caption.form-control.kv-fileinput-caption {
  border: 0;
}input.file-caption-name::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

input.file-caption-name:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}

input.file-caption-name::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}
button.btn.btn-default.btn-secondary.fileinput-remove.fileinput-remove-button {
  background: #17a0fb;
  border: 0;
  width: 30px;
  border-radius: 100px;
}span.hidden-xs {
  width: 60px;
  visibility: hidden;
}span.hidden-xs:before {
  content: "X";
  visibility: visible;
}
/* progressbar */

ul.progress-bar {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
  display: block;
  transition: .3s;
  background: transparent;
}

li.section {
  display: inline-block;
  padding-top: 45px;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  color: gray;
  vertical-align: top;
  position: relative;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: rotate(15deg);
  font-size: 0;
}

li.section:before {
  content: '';
  position: absolute;
  top: 13px;
  left: calc(50% - 15px);
  z-index: 1;
  width: 15px;
  height: 15px;
  transform: scale(0);
  line-height: 2;
  transition: .3s;
   /*color: white;
  border: 2px solid white;
  border-radius: 17px;
  line-height: 30px;
  background: gray; */
}
.status-bar {
  height: 2px;
  background: gray;
  position: relative;
  top: 20px;
  margin: 0 auto;
}
.current-status {
  height: 2px;
  width: 0;
  border-radius: 1px;
  background: mediumseagreen;
}

@keyframes changeBackground {
  from {background: gray}
  to {background: mediumseagreen}
}

li.section.visited:before {
  content: '\2713';
  animation: changeBackground .5s linear;
  animation-fill-mode: forwards;
  position: absolute;
  top: 13px;
  left: calc(50% - 15px);
  z-index: 1;
  width: 15px;
  height: 15px;
  color: white;
  /* border: 2px solid white; */
  border-radius: 17px;
  line-height: 30px;
  background: gray;
  transform: scale(1);
  font-size: 8px;
  line-height: 2;
}

li.section.visited.current:before {
  /* box-shadow: 0 0 0 2px mediumseagreen; */
}
.gray-box .comment-details{
  background: #F6F8FA !important;
}
.disabled {
  pointer-events: none;
  cursor: default;
}
.ticket-details .warning {
  background: orange;
}
/* input.file-caption-name.valid {
  display: none;
}.input-group-btn.input-group-append {
  display: none;
} */
span.badge.dark {
  background: #000;
  FONT-VARIANT: JIS04;
}
.help_user {
  width: 100px;
    font-size: 14px;
    text-align: center;
}
.help_user a.icon-box.d-block {
  display: none;
  padding: 0;
}
.help_user .nav-link.blue-text {
  padding: 0;
}
.icon-box {
  padding: 0px; 
  text-align: center;
}
.badge {
  color: #fff;
  background: #000;
}
.top-page-navigation {
  border: none;
  background-color: #FFFFFF;
  color: #334253;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #098CE3;
  background: transparent;
}
.single-ticket-img .svg {
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
input.file-caption-name.valid, input.file-caption-name.valid:focus {
  display: none;
  visibility: hidden;
  outline: 0;
}
button.btn.btn-default.btn-secondary.fileinput-remove.fileinput-remove-button {
  /* display: none; */
}
.file-caption {
  display: none;
}
.fileinput-remove.fileinput-remove-button {
  position: absolute;
  right: 0;
}
.tox.tox-tinymce {
  height: 200px !important;
  /* overflow-y: scroll; */
}
.mce-notification{
  display:none;
}
.mce-statusbar {
  display: none;
}
iframe#description_ifr {
  border-radius: 10px;
}
.mce-top-part {
  position: absolute !important;
  width: auto;
  left: 4px;
  bottom: 2px;
  /* height: auto; */
  z-index: 1;
}
.mce-floatpanel {
  display: none;
}
.mce-panel {
  
  border-radius: 10px;
  box-shadow: unset;
}
div#result {
  display: none;
}
.tattle-status{background: black}
    .badge{color:#fff}
    .New, .being-defined, .new{
        background: orange !important;
    }
    .to-define{
        background: orange !important;
    }
    .closed{
        background: #838383 !important;
    }
    .resolved{
        background: teal !important;
    }
    .reopen, .primary{
        background: red !important;
    }
    .in-process{
        background: #46c600 !important;
    }
    .with-support{
        background: #f2bf0c !important; 
    }
    .open{
        background: #0cb9f2 !important;
    }

  .fileinput-remove.fileinput-remove-button {
    display: none;
  }
  .close_t.disabled {
    background: #ccc;
  }
  .error {
    color: red;
    font-size: 14px;
}  

.fileinput-remove.fileinput-remove-button {
display: none;
}
.close_t.disabled {
background: #ccc;
}
.ticket-head ul, .ticket-head ol {
list-style: revert;
padding-left: 17px;
font-size: 14px;
line-height: 19px;
color: #334253;
}
.mce-tinymce {
border: 0 solid #f3f3f3;
border: unset;
background-color: #fff !important;
box-shadow: unset !important;
border: 1px solid rgb(206 212 218) !important;
border-radius: 10px;
}
.mce-stack-layout-item.mce-last{
border: unset !important;
}
.fileUpload {
position: relative;
overflow: hidden;
height: 43px;
margin-top: 0;
float: right !important;
margin-left: 5px;
color: #595959;
margin-top: 3px !important;
}
.mce-btn-group .mce-btn {
border-width: 0 !important;
margin: 0;
margin-left: 2px;
}.single-ticket img {
border-radius: 10px;

width: 100%;
  height: 100%;
}
.single-ticket-img {
padding-right: 0px;
}
.mce-splitbtn:hover .mce-open {
border-left: 0px solid #e2e4e7 !important;
}
.mce-btn-group:not(:first-child) {
border-left: 0px solid #d9d9d9 !important;

}
.mce-top-part::before {
content: '';
position: absolute;
-webkit-box-shadow: unset !important;
-moz-box-shadow: unset !important;
box-shadow: unset !important;
top: 0;
right: 0;
bottom: 0;
left: 0;
pointer-events: none;
}

.fileUpload input.uploadlogo {
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 0;
font-size: 20px;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
width: 25px;
height: 25px;
}

#tattle_form .form-group {
  margin-bottom: 1rem;
}

/*typography*/

.article_detail_page h1 {
    font-size: 32px !important;
    line-height: 40px !important;
    font-weight: 700 !important;
}
.article_detail_page h2 {
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 700 !important;
}

.article_detail_page h3 {
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 700 !important;
}
.article_detail_page h4 {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
}
.article_detail_page h5 {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
}
.article_detail_page h6 {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
}
.article_detail_page .help-article-start li {
    font-size: 18px !important;
    line-height: 23px !important;
    font-size: 18px !important;
    color: #171b1f !important;

}
/*typography*/
.getting-singledetails .single-helpvideo a:hover p{
  color:#006efa !important;
}
/* help center section end*/

