

/*=======================================
Template Design By MarkUps  
Author URI : http://www.markups.io/
========================================*/
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-family: "Avenir Next" !important;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    color: #0d2135;
    background-color: #f8f8f8;
}

.mu-service-icon-box,
.mu-team-social-info a:hover,
.mu-team-social-info a:focus,
.mu-testimonial-slide .slick-dots li button::before,
.mu-testimonial-slide .slick-dots li.slick-active button::before,
.mu-footer-area a:hover,
.mu-footer-area a:focus,
.mu-hero-left .mu-primary-btn,
.mu-hero-left .mu-primary-btn:hover,
.mu-hero-left .mu-primary-btn:focus,
.mu-single-counter i,
.counter-value {
    color: #0d2135;
}

.mu-send-msg-btn:hover,
.mu-send-msg-btn:focus,
.mu-book-overview-icon-box,
.mu-social-media a, 
.mu-social-media a:hover,
.mu-social-media a:focus,
.mu-order-btn:hover,
.mu-order-btn:focus {
    border: 1px solid #0d2135;
    color: #0d2135;
}
/*Custom Containier Grid NARROWER*/
.container {
    padding-right: 55px;
    padding-left: 55px;
}

#mu-testimonials{
    background-color: #90f7ff !important;
}
#mu-pricing {
    background-color: #daf3ff;
}
#mu-footer {
    background-color:#f2f2f2; 
    padding-top: 30px;
}
.mu-send-msg-btn {
    border: 1px solid #0d2135;
    background-color: #0d2135;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #0d2135;
    font-weight: bold;
}
.navbar-default .mu-menu li a:hover, .navbar-default .mu-menu li a:focus {
   background-color: transparent;
    color: #0d2135;
    font-weight: bold;
}

#mu-hero,
.mu-testimonial-slide .slick-dots li button:hover,
.mu-testimonial-slide .slick-dots li button:focus,
.mu-testimonial-slide .slick-dots li.slick-active button,
.mu-header-dot,
.mu-author-social a,
.mu-pricing-content .mu-popular-price-tag,
#mu-video-review:before  {
    background-color: #fff;
}
.mu-hero-left p {
    color: #0d2135;
    margin-bottom: 22px;
    margin-top: 40px;
    line-height: 28px;
}
.mu-hero-left span {
    color: rgba(0,0,0,.6) !important;
    font-size: 14px;
}
.mu-contact-form .form-control:focus,
.mu-testimonial-slide .slick-dots li button:hover,
.mu-testimonial-slide .slick-dots li button:focus,
.mu-testimonial-slide .slick-dots li.slick-active button{
    border: 1px solid #0d2135;    
} 
.navbar-default .mu-menu li a {
    color: #0d2135 ;
}
.navbar-brand {
    padding: 22px 15px 22px 15px;
    margin-left: -30px !important;
}
.hero-img{
    float: right;
    /*Animation*/
    animation: zoominoutsinglefeatured 3s forwards;
    
}

#mu-hero{
    /*
    background-image: url("../../images/roby2020-38.png");
    background-repeat: repeat;
    background-position: bottom;
    width: 100%;
    */
/*
    background-image: url("../../images/yellow.jpg");
    background-size:     cover;                     
    background-repeat:   no-repeat;
    background-position: center center;
    opacity: 1;  
   */
}

#animation-pic{
    width: 100%;
    height: 551px;
}

.slack-btn-icon{
       max-width: 18px;
    margin-right: 8px;
    padding-bottom: 3px;
}

.filtered {
   background: yellow;
   position: relative;
}
.filtered img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.2;
}


@keyframes zoominoutsinglefeatured {
    0% {
        transition: transform 1s, filter 1.5s ease-in-out;
        filter: grayscale(100%);
        transform: scale(1.01);
        transform-origin: 100% 0;
    }
    
    50% {
        /*transform: scale(1.2,1.2);*/
        filter: grayscale(70%);
    }
    
    100% {
        filter: grayscale(0);
        transform: scale(1)  translateY(1%);
        
    }
}




.navbar-right {
    margin-right: -46px!important;
}

.mu-hero-left h1 {
   color: #0d2135;
    margin-bottom: 30px;
    margin-top: 45px;
    letter-spacing: 0.2px;
    line-height: 75px;
    font-weight: bolder;
    font-size: 60px;
    z-index: 1;
}
.hero-p{
    font-size: 15px;
      font-weight: 500;
      z-index: 1;
}
.hero-span{
    margin-top: 20px !important;
        margin-bottom:  60px;
    color:#0D2135!important;
}

/*BG*/




.bgImage {
  position: absolute;
  /*BW picture go here*/
  background-image: url('assets/images/b-01.png');
  background-size: cover;
  /*background-position: top;*/
  background-position: top;
  /*
  -webkit-filter: grayscale(90%);
  */
  /* Safari 6.0 - 9.0 */
  /*
  filter: grayscale(90%);
  */
  z-index: 0;
}



.blobCont {
  position: absolute;
      width: 100%;
    height: 100%;
}
.blobCont:hover {
        background: url("assets/images/b-02.png");
         background-size: cover;
         margin: 0;
  -webkit-animation: fadeInRight 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: fadeInRight 0.5s forwards;
}

@keyframes fadeInRight {
   0% {
      opacity: 0;
      transform: translateX(200px);
   }
   100% {
      opacity: 1;
      transform: translateX(0);
   }
} 

.blob:nth-child(1) {
  animation: move1 18s infinite linear;
}

@keyframes move1 {
  from {
    transform: rotate(90deg) translate(100px, 40px) rotate(-90deg);
  }
  to {
    transform: rotate(450deg) translate(160px, 0.1px) rotate(-450deg);
  }
}
.blob:nth-child(2) {
  animation: move2 18s infinite linear;
}

@keyframes move2 {
  from {
    transform: rotate(180deg) translate(200px, 0.1px) rotate(-180deg);
  }
  to {
    transform: rotate(540deg) translate(200px, 0.1px) rotate(-540deg);
  }
}
.blob:nth-child(3) {
  animation: move3 18s infinite linear;
}

@keyframes move3 {
  from {
    transform: rotate(270deg) translate(200px, 0.1px) rotate(-270deg);
  }
  to {
    transform: rotate(630deg) translate(200px, 0.1px) rotate(-630deg);
  }
}
.blob:nth-child(4) {
  animation: move4 18s infinite linear;
}

@keyframes move4 {
  from {
    transform: rotate(360deg) translate(200px, 0.1px) rotate(-360deg);
  }
  to {
    transform: rotate(720deg) translate(200px, 0.1px) rotate(-720deg);
  }
}
.blob:nth-child(5) {
  animation: move5 18s infinite linear;
}

@keyframes move5 {
  from {
    transform: rotate(450deg) translate(100px, 0.1px) rotate(-450deg);
  }
  to {
    transform: rotate(810deg) translate(100px, 0.1px) rotate(-810deg);
  }
}
.blob:nth-child(6) {
  animation: move6 18s infinite linear;
}

@keyframes move6 {
  from {
    transform: rotate(540deg) translate(200px, 0.1px) rotate(-540deg);
  }
  to {
    transform: rotate(900deg) translate(200px, 0.1px) rotate(-900deg);
  }
}
.blob:nth-child(7) {
  animation: move7 18s infinite linear;
}

@keyframes move7 {
  from {
    transform: rotate(630deg) translate(200px, 0.1px) rotate(-630deg);
  }
  to {
    transform: rotate(990deg) translate(200px, 0.1px) rotate(-490deg);
  }
}
.blob:nth-child(8) {
  animation: move8 18s infinite linear;
}

@keyframes move8 {
  from {
    transform: rotate(720deg) translate(200px, 0.1px) rotate(-720deg);
  }
  to {
    transform: rotate(1080deg) translate(200px, 0.1px) rotate(-1080deg);
  }
}
.blob:nth-child(9) {
  animation: move9 15s infinite linear;
}

@keyframes move9 {
  from {
    transform: rotate(810deg) translate(200px, 0.1px) rotate(-810deg);
  }
  to {
    transform: rotate(1170deg) translate(200px, 0.1px) rotate(-1170deg);
  }
}
.blob:nth-child(10) {
  animation: move10 18s infinite linear;
}

@keyframes move10 {
  from {
    transform: rotate(900deg) translate(100px, 0.1px) rotate(-900deg);
  }
  to {
    transform: rotate(1260deg) translate(200px, 20px) rotate(-1260deg);
  }
}
.blob:nth-child(11) {
  animation: move11 18s infinite linear;
}

@keyframes move11 {
  from {
    transform: rotate(90deg) translate(0px, 0.1px) rotate(-990deg);
  }
  to {
    transform: rotate(1350deg) translate(200px, 0.1px) rotate(-1350deg);
  }
}
.blob:nth-child(12) {
  animation: move12 20s infinite linear;
}

@keyframes move12 {
  from {
    transform: rotate(1080deg) translate(300px, 2px) rotate(-1080deg);
  }
  to {
    transform: rotate(1440deg) translate(300px, 2px) rotate(-1440deg);
  }
}
.blob:nth-child(13) {
  animation: move13 14s infinite linear;
}

@keyframes move13 {
  from {
    transform: rotate(1170deg) translate(200px, 0.1px) rotate(-1170deg);
  }
  to {
    transform: rotate(1530deg) translate(200px, 0.1px) rotate(-1530deg);
  }
}
.blob:nth-child(14) {
  animation: move14 15s infinite linear;
}

@keyframes move14 {
  from {
    transform: rotate(1260deg) translate(200px, 0.1px) rotate(-1260deg);
  }
  to {
    transform: rotate(1620deg) translate(200px, 0.1px) rotate(-1620deg);
  }
}
.blob:nth-child(15) {
  animation: move15 16s infinite linear;
}

@keyframes move15 {
  from {
    transform: rotate(1350deg) translate(200px, 0.1px) rotate(-1350deg);
  }
  to {
    transform: rotate(1710deg) translate(200px, 0.1px) rotate(-1710deg);
  }
}
.blob:nth-child(16) {
  animation: move16 14s infinite linear;
}

@keyframes move16 {
  from {
    transform: rotate(1440deg) translate(200px, 0.1px) rotate(-1440deg);
  }
  to {
    transform: rotate(1800deg) translate(200px, 0.1px) rotate(-1800deg);
  }
}
.blob:nth-child(17) {
  animation: move17 16s infinite linear;
}

@keyframes move17 {
  from {
    transform: rotate(1530deg) translate(200px, 0.1px) rotate(-1530deg);
  }
  to {
    transform: rotate(1890deg) translate(200px, 0.1px) rotate(-1890deg);
  }
}
.blob:nth-child(18) {
  animation: move18 18s infinite linear;
}

@keyframes move18 {
  from {
    transform: rotate(1620deg) translate(200px, 0.1px) rotate(-1620deg);
  }
  to {
    transform: rotate(1980deg) translate(200px, 0.1px) rotate(-1980deg);
  }

}



#mu-header.mu-fixed-nav {
    background-color: rgba(255,255,255,0.93);
    width: 100%;
    position: fixed;
    padding: 15px 0;
}
.mu-single-counter {
    display: inline;
    float: left;
    text-align: center;
    width: 80%;
    border: 5px solid #0d2135;
    padding-bottom: 20px;
    margin: 0 10%;
}
#mu-author::before {
    /*background: rgba(0,0,0,0.9);*/
    background:#fff;
    bottom: 0;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    position: absolute;
    opacity: 0.84;
}
.mu-press-image{
    padding: 20px 5px;
    opacity: .9;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin:auto 0px;
    text-align: center;
    display: block;
    
}
.techstars-text{
        text-align: center;
    display: block;
    margin: auto;
    margin-top: 30px;
}
.press-row{
    padding: 0px 13%;
    margin-top: 0px;
    margin-bottom: 80px;
}
.saved{
  /*
   color: #aafcbc;
    background-color: #42c2ff;
    background-color: #49b661;
    background-color: #9bffff;
    border-radius: 20px;
    font-size: 16px !important;
    font-weight: 500;
    margin: 20px 0;
    padding: 6px 4px;
    */
    font-size: 16px !important;
    font-weight: 700;
    padding: 6px 4px;
}

.saved-2{
   color: rgba(239,51,64,1);
    /*background-color: rgba(239,51,64,.2);*/
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 16px !important;
}
.pricing-link{
   color: #18d774;
   text-decoration: none;
   pointer-events: none;
  cursor: default;
}
.pricing-link:hover{
       color: #42c2ff;
   text-decoration: none;
}
.popular{
    border: 9px solid #0D2135;
     opacity: 1;
     box-shadow: 0 0 1rem rgba(0,0,0,.3);
     -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    color: #0d2135 !important;
}
.popular-price{
        color: #42c2ff;
    padding: 0 !important;
    margin: 15px 0px !important;
    font-weight: 700;
}
.techstars-row{
    margin-top: 30px;
    /*background-color: #f4f4f4;*/
    padding-top: 30px;
    padding-bottom: 30px;

}
.techstars-logo{
    max-width: 140px;
    text-align:center;
    display: block;
    margin:auto;
}
.mu-press-image:hover{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: grayscale(0) blur(0);
    filter: grayscale(0) blur(0);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
#addtoslackbtn_top_title img{
    max-height: 45px;
    border-radius: 5px;
}
#addtoslackbtn_top_index{
    top:-7px;
}
#addtoslackbtn_top_index img{
    max-height: 34px;
    border-radius: 5px;
}
#addtoslackbtn_pricing img{
    max-height: 45px;
    border-radius: 5px;
}
.navbar-default .mu-menu li a:after {
    background: #42c2ff ;
}

.mu-primary-btn {
    /*background-color: transparent;*/
    /*border-radius: 100px;*/
    /*border: solid 2px #0d2135;*/
    background-color: #42c2ff !important;
    border-radius: 0px;
    border: solid 0px #0d2135 !important;
    color: #fff !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 12px 25px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.ticketing-img{
    opacity: .7;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-width:150px;
    margin-left: 0px;
    margin-top: 30px;
    padding: 10px 20px 10px 0px;
}
.emoji-image{
    max-width: 90px;
    margin-bottom: 0px;
    display: inline-block;
    padding-bottom: 0;
    margin-top: -55px;
    background: #fff;
    padding: 25px;
}
/*
.emoji-image1{
    max-width: 95px;
    margin-bottom: 0px;
    display: inline-block;
    padding-bottom: 0;
    margin-top: -55px;
    background: #fff;
    padding: 25px;
}

.emoji-image2{
   max-width: 95px;
    margin-bottom: 0px;
    display: inline-block;
    padding-bottom: 0;
    margin-top: -55px;
    background: #fff;
    padding: 25px;
}
.emoji-image3{
   max-width: 95px;
    margin-bottom: 0px;
    display: inline-block;
    padding-bottom: 0;
    margin-top: -55px;
    background: #fff;
    padding: 25px;
}
.emoji-image4{
    max-width: 95px;
    margin-bottom: 0px;
    display: inline-block;
    padding-bottom: 0;
    margin-top: -55px;
    background: #fff;
    padding: 25px;
}
*/

.mu-author-social a, .mu-pricing-content .mu-popular-price-tag, #mu-video-review:before {
    background-color: #42c2ff;
}
.xs-span{
    font-size: 12px !important;
    display: inline-block;
}

.mu-author-info h3{
    border-bottom: none;
    font-size: 34px;
}
h2 {
    font-size: 36px;
}
/*
hr {
    margin-top: 200px;
    margin-bottom: 32px;
    border: 3px solid #0d2135;
    width: 48px;
    margin-left: 0px;
}
*/
.link-p{
    color: #42c2ff;
    font-weight: 500;
    text-decoration: none;
}
.mu-header-dot{
    background-color: #42c2ff;
}
.mu-pricing-single{
    box-shadow: 0 0 1rem rgba(0,0,0,.1);
    opacity: .9;
     -webkit-transform: scale(.95);
    transform: scale(.95);
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.mu-pricing-single:hover{
    opacity: 1;
    box-shadow: 0 0 1rem rgba(0,0,0,.3);
     -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.mu-author-image{
    max-width: 88%;
}
.add-shadow{
  box-shadow: 0 0 1rem rgba(0,0,0,.1);
}
.mu-book-overview-single{
     -webkit-transform: scale(.98);
    transform: scale(.98);
    transform: scale(.98);
}
.mu-book-overview-single:hover{
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2rem rgba(0,0,0,.1);
}

p{
    font-size: 20px;
}
.mu-price-feature li {
    padding-left: 30px;
    padding-right: 30px;
}
.price-special{
    font-weight: bold;
    color: #0d2135;
}
.mu-team-image{
    max-width: 75%;
    display: block;
    margin: auto;
}
.legal-link:hover{
    color: #42c2ff !important;
}
.product-icon-img{
    max-width: 50px;
}

.container-live-demo{
    padding:0;
}

.mu-book-overview-icon-box{
    border:none;
}
.mu-book-overview-single {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
    background: #fff;
    padding: 50px 20px;
    margin: 30px 0 10px;
}
.product-p{
    font-size: 14px;
}
/*
.ball {
  position: absolute;
  border-radius: 100%;
  opacity: 0.3;
  z-index: 0;
}
*/

.myButt {
  outline: none;
    border: none;
        padding: 12px 30px 12px 30px;
    display: block;
    cursor: pointer;
    font-size: 17px;
    background-color: #0d2135;
    position: relative;
    border: 0px solid #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.myButt:focus{
    outline: none;
    border: none;
    padding: 16px 30px 12px 30px;
    display: block;
    cursor: pointer;
    font-size: 17px;
    background-color: #fff;
    position: relative;
    border: 5px solid #0d2135;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    font-weight: 600;
}


.one {
    border-color: #0d2135;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
    margin: 20px 0;
}
.one .insider {
  background-color: #fff;
  width: 100%;
  height: 20px;
  position: absolute;
  left: -235px;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
}
.one:hover {
  background-color: #42c2ff;
  border-color: #0d2135;
  color: #fff;
}
.one:hover .insider {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  left: 235px;
}

.add_to_slack,.add_to_msteams{

      background-color: #0D2135;
    color: #FFF;
    font-weight: 500;
    border-left: 0px solid #0d2135;
    margin: 5px 0 15px 0;
    padding: 10PX 15px;

/*
  padding: 6px 20px 6px 20px;
  font-size: 14px;
  background-color: transparent;
  color: #0d2135;
  font-weight: 500;
   border-left: 4px solid #0d2135;
       margin: 15px 0;
       */
}

.quiz-a{
  font-weight: 600;
  text-decoration: underline;
      font-size: 16px;

}
.live-demo-text{
  font-weight: 600;
  text-decoration: underline;
      font-size: 16px;
      text-transform: uppercase;
      font-style: italic;
}


.add_to_msteams:hover,.add_to_slack:hover{
  background-color: rgba(0,0,0,.9);
}

.roby-experience-section{
background: #90f7ff !important; 
}

.testimonial-container{
    margin-bottom: 40px;

}

.emoji-counter{
    padding: 0px 40px;
    font-size: 60px;
    position: relative;
    top: -40px;
    background: #90f7ff;
}



.testimonial-title,.couter-title{
  margin-bottom: 40px;
}





/*FOOTER*/
.site-footer
{
      text-align: left;
}

.site-footer h6
{
  color: #0d2135;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px;
    margin-bottom: 39px;
}
.site-footer a
{
  color:#122e49;
}
.site-footer a:hover
{
  color:#42c2ff;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
      color: #0d2135;
    font-size: 14px;
    font-weight: 500;
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#42c2ff;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#eceeef;
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.instagram:hover
{
  background-color:#000;
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}

.text-justify {
    text-align: left;
    font-size: 14px;
    padding-right: 80px;
    margin-top: 27px;
    line-height: 27px;
}

hr{
    margin-top: 40px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.2);
}

.copyright-text{
    font-size: 16px;
}

.dropdown{
  margin-top: -1px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 3.5rem .5rem .5rem;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown-item{
  display: block;
    width: 88%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
        margin: 10px 0px 5px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}

.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.counter-small{
      font-size: 14px;
}

.dropdown-submenu {
    position: relative;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
}
.dropdown-submenu > a:after {
    /*display: block;*/
    display: none !important;
    float: right;
    width: 0;
    height: 0;
    margin-top: 10px;
    margin-right: 95px;
    border-color: transparent;
    border-left-color: #cccccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none !important;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}



.dropdown-submenu {
  position: relative;

}
.dropdown-submenu > .dropdown-menu {
  top: 30px;
  left: 0%;
  margin-top: -300px;
  margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: 0%;
  margin-left: 10px;
}

.price-span-small{
    font-size: 10px;
    font-weight: 700;
    color: rgba(0,0,0,.8);
}
.price-span-small a{
  color: #42c2ff;
}




.dropdown-submenu:hover > .dropdown-menu {
    display: table;
}
.sub-li{
  list-style: none !important;
}

.explore-add-ons{
  padding: 15px 20px 15px 20px;
    font-size: 14px;
    background-color: #0d2135;
    color: #fff;
    font-weight: 500;
    border-left: 4px solid #0d2135;
    margin: 15px 0;
}
.explore-add-ons:hover{
  background-color: rgba(0,0,0,.9);
}

#mu-feature {
    /*background-color: #f9f9f9 !important;*/
    background-color: #90f7ff !important;
    background-color: #f3fbff !important;
    
}

.mu-feature-single-head {
    border-bottom: 0px solid #eee;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.mu-feature-feature {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0px 15px;
}

.mu-feature-feature li{
     list-style: none;
    line-height: 1;
    margin-bottom: 10px;
        font-size: 14px !important;
}
 

.feature-icon{
    display: block;
    margin: auto;
    max-height: 170px;
    padding: 17px;
}

.mu-feature-title{
    text-align: center;
    margin: 20px !important;
    font-size: 28px!important;
    font-weight: 700!important;
}
.mu-feature-p{
  font-size: 15px;
  padding: 0px 15px;
}

.mu-feature-link{
  font-weight: bolder;
  color: #337ab7;
}


/*New Plan*/

/*---------------PLAN---------------*/
.plan-container{    
   margin: 0 auto;
    padding: 40px 0 0;
    /* max-width: 1024px; */
    width: 88%;
}
.background {
  padding: 0 25px 25px;
  position: relative;
  width: 100%;
}

.background::after {
  content: '';
  background: #60a9ff;
  background: -moz-linear-gradient(top, #42c2ff 0%, #5ff0ff 100%);
  background: -webkit-linear-gradient(top, #42c2ff 0%,#5ff0ff 100%);
  background: linear-gradient(to bottom, #42c2ff 0%,#5ff0ff 100%);

  background: linear-gradient(to bottom, #42c2ff 0%,#5ff0ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42c2ff', endColorstr='#5ff0ff',GradientType=0 );
  height: 450px;
  /*
  height: 100%;
  background: #f4f4f4;
  */

  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media (min-width: 900px) {
  .background {
    padding: 0 0 25px;
  }
}

/*
.container {
  margin: 0 auto;
  padding: 50px 0 0;
  max-width: 960px;
  width: 100%;
}
*/

.panel {
  background-color: #fff;
  /*background-color: transparent;*/
  border-radius: 10px;
  padding: 15px 25px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.pricing-table {
  
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
  
  display: flex;
  flex-direction: column;
}

@media (min-width: 900px) {
  .pricing-table {
    flex-direction: row;
  }
}

.pricing-table * {
  text-align: center;
  text-transform: none;
}

.pricing-plan {
  border-bottom: 1px solid #e1f1ff;
  padding: 25px;
  display: flex;
    flex-direction: column;
}

.pricing-plan:last-child {
  border-bottom: none;
}

@media (min-width: 900px) {
  .pricing-plan {
    border-bottom: none;
    border-right: 1px solid #e1f1ff;
    flex-basis: 100%;
    padding: 20px 26px;
    width: 25%;

/*
        background: #fff;
    margin: 25px;
    border-radius: 10px;
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
    */
  }

  .pricing-plan:last-child {
    border-right: none;
  }
}

.pricing-img {
      margin: 0 auto;
    max-width: 50%;
    margin-top: 20px;
    margin-bottom: 35px;
}

.pricing-header {
  color: #0d2135;
  font-size: 28px;
  font-weight: 700;
}

.pricing-features {
  color: #223b54;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 20px 0 25px;
    list-style: none !important;
    padding: 0;

}

.pricing-features-item {
  text-align: left;
  border-top: 1px solid #e1f1ff;
  font-size: 10px;
  line-height: 1.5;
  padding: 15px 0;
  font-weight: 500;
}
.pricing-smaller-text{
  font-size: 12px;
    margin-left: 8px;
}

.pricing-features-item:last-child {
  border-bottom: 1px solid #e1f1ff;
}

.pricing-price {
  color: #0d2135;
  display: block;
  font-size: 32px;
  font-weight: 600;
  margin-top: auto;
}

.pricing-button {
 border: none;
    color: #fff;
    display: inline-block;
    margin: 7px 0px;
    padding: 11px 15px;
    text-decoration: none !important;
    transition: all 150ms ease-in-out;
    background: #0d2135;
    font-size: 12px;
    border-radius: 0px;
    width: -webkit-fill-available;
    width: 90%;
    
    text-transform: none;
}

.pricing-button:hover,
.pricing-button:focus {
  background-color: #264564;
  color: #fff;
  text-decoration: none !important;
}

.pricing-button.is-featured {
  background-color: #42c2ff;
    color: #fff;
    font-weight: 500;
}

.pricing-button.is-featured:hover,
.pricing-button.is-featured:active {
  background-color: #008df2;
  text-decoration: none !important;
}
.bigger-user{
  font-size: 26px;
    color: #42c2ff;
}

.pricing-popular{
  /*
    background-color: #78ffe0;
    padding: 6px 0px;
    margin-top: -46px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    width: 100%;
  */
   background-color: #ffdc30;
    padding: 4px 17px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 25px;
    width: fit-content;
    margin: 0 auto;


    margin-bottom: -9px;
    margin-top: -20px;
}

.pricing-bottom{
      font-size: 16px;
}
.mu-pricing-content {
    display: inline;
    float: left;
    margin-top: 10px;
    width: 100%;
}

.pricing-btn-group{
  margin-top: auto;
 }
.pricing-sub-header{
  font-size: 14px;
}
.mu-pricing-area {
    display: inline;
    float: left;
    padding: 60px 0;
    width: 100%;
}
.pricing-sub-header-title{
   text-align: left;
  font-size: 12px;
    font-weight: 700;
}
.pricing-features-item {
   list-style: none !important;
  text-align: left;
  border-top: 1px solid #e1f1ff;
  font-size: 12px;
  line-height: 2;
  padding: 15px 0;
  font-weight: 500;
}
.pricing-smaller-text{
  font-size: 12px;
    margin-left: 8px;
}

.pricing-features-item:last-child {
  border-bottom: 1px solid #e1f1ff;
}

.pricing-price {
  color: #0d2135;
  display: block;
  font-size: 32px;
  font-weight: 600;
      margin-top: 10px;
}

