/*=======================================
Template Design By MarkUps  
Author URI : http://www.markups.io/
========================================*/

body {
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: 'Roboto', ui-serif !important;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    color: #0e0e0e;
    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: #0e0e0e;
}

.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 #0e0e0e;
    color: #0e0e0e;
}


/*Custom Containier Grid NARROWER*/

.container {
    padding-right: 55px;
    padding-left: 55px;
}

#mu-footer {
    background-color: #fff;
    padding-top: 30px;
}

#mu-why {
    background-color: #97faff;
}

#mu-how-roby-can-help {
    background-color: #f3fbff;
}

#mu-testimonials {
    background-color: #d2f5ff !important;
}

#mu-counter {
    background-color: #d2f5ff;
}

#mu-compare {
    background-color: #afe2ff;
}

#mu-pricing {
    background-color: rgba(90, 77, 255, 0.3);
}

#mu-feature {
    background-color: #dfeff4;
}

#mu-author {
    background: #a6a092 !important;
}

.mu-send-msg-btn {
    border: 1px solid #0e0e0e;
    background-color: #0e0e0e;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #42c2ff;
    font-weight: bold;
}

.navbar-default .mu-menu li a:hover,
.navbar-default .mu-menu li a:focus {
    background-color: transparent;
    color: #42c2ff;
    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 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 #0e0e0e;
}

.navbar-default .mu-menu li a {
    color: #0e0e0e;
}

.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%);
    }
}

.pricing-demo {
    padding: 5px 30px;
    background-color: #42c2ff;
    color: #fff;
    border-radius: 30px;
}

.pricing-demo:hover {
    padding: 5px 30px;
    background-color: #1a80b0;
    color: #fff;
    border-radius: 30px;
}

.same-height-col {
    float: none;
    display: grid;
    vertical-align: top;
}

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

.mu-hero-left h1 {
    color: #333333;
    margin-bottom: 30px;
    margin-top: 80px;
    letter-spacing: 0px;
    font-weight: 800;
    font-size: 50px;
    z-index: 1;
    line-height: 64px !important;
}

.hero-p {
    margin-bottom: 60px !important;
    font-weight: 300;
    font-size: 18px;
}

.hero-span {
    margin-top: 20px !important;
    margin-bottom: 60px;
    color: #0e0e0e!important;
}


/*BG*/

.action-btn {
    display: inline-block;
    font: normal normal 500 2rem 'Roboto';
    text-decoration: none;
    color: #fff;
    background-color: #42c2ff;
    border-radius: 100px;
    padding: .7em 1.2em;
    margin: 5px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent 50%, rgb(7, 155, 255) 20%);
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}

.action-btn-mid {
    display: inline-block;
    font: normal normal 500 1.7rem 'Roboto';
    text-decoration: none;
    color: #fff;
    background-color: #42c2ff;
    border-radius: 100px;
    padding: .7em 1.8em;
    margin: 5px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent 50%, rgb(7, 155, 255) 20%);
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}

.action-btn:hover {
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    background-color: rgb(13, 56, 87);
    background-position: -100% 100%;
}

.action-btn-mid:hover {
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    background-color: rgb(13, 56, 87);
    background-position: -100% 100%;
}

@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: 90%;
    border: 5px solid #3f3f3f;
    padding-bottom: 25px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 15%);
}

#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: 1;
    -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: 10px;
    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 #0e0e0e;
    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: #0e0e0e !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: 180px;
    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: 10px;
}

#addtoslackbtn_top_index {
    top: -7px;
}

#addtoslackbtn_top_index img {
    max-height: 34px;
    border-radius: 10px;
}

#addtoslackbtn_pricing img {
    max-height: 45px;
    border-radius: 10px;
}

.navbar-default .mu-menu li a:after {
    background: #42c2ff;
}

.mu-primary-btn {
    /*background-color: transparent;*/
    /*border-radius: 100px;*/
    /*border: solid 2px #0e0e0e;*/
    background-color: #42c2ff !important;
    border-radius: 0px;
    border: solid 0px #0e0e0e !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;
}

.mu-single-why {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
    margin: 0 10%;
}

.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: 110px;
    margin-bottom: 0px;
    display: inline-block;
    padding-bottom: 0;
    margin-top: 5px;
    background: transparent;
    padding: 25px;
    display: block;
    margin: auto;
}

.counter-value {
    font-size: 42px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #3f3f3f;
}

.mu-single-why p {
    font-size: 16px;
    color: #3f3f3f;
    margin: 19px 0 0px;
    padding: 0px 30px;
    text-align: left;
    font-weight: 500;
}


/*
.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 #0e0e0e;
    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: 22px;
}

.mu-price-feature li {
    padding-left: 30px;
    padding-right: 30px;
}

.price-special {
    font-weight: bold;
    color: #0e0e0e;
}

.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: #0e0e0e;
    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 #0e0e0e;
    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: #0e0e0e;
    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: #0e0e0e;
    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: #0e0e0e;
    color: #FFF;
    font-weight: 500;
    border-left: 0px solid #0e0e0e;
    margin: 5px 0 15px 0;
    padding: 10PX 15px;
    /*
  padding: 6px 20px 6px 20px;
  font-size: 14px;
  background-color: transparent;
  color: #0e0e0e;
  font-weight: 500;
   border-left: 4px solid #0e0e0e;
       margin: 15px 0;
       */
}

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

.live-demo-text {
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    display: inline-block;
    margin-left: 15px;
}

.live-demo-text:hover {
    text-decoration: underline;
}

.live-demo-text b {
    font-weight: 700;
    color: #42c2ff;
}

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

.roby-experience-section {
    /*background: #b9eaff !important; */
    background-color: #fff !important;
}

.roby-experience-container {
    height: fit-content;
    margin-bottom: 108px;
}

#roby-experience-app {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    border-radius: 10px;
    /*border: 5px solid #42c2ff;*/
    box-shadow: 0px 6px 10px rgb(0 0 0 / 15%);
}

.owl-item {
    float: none;
    display: grid;
    vertical-align: top;
}

.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: #333333;
    font-size: 22px;
    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: #333333;
    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: #0e0e0e;
    color: #fff;
    font-weight: 500;
    border-left: 4px solid #0e0e0e;
    margin: 15px 0;
}

.explore-add-ons:hover {
    background-color: rgba(0, 0, 0, .9);
}

.mu-feature-single-head {
    border-bottom: 0px solid #eee;
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 30px 10px;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 15%);
}

.solution-block {
    -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, .2));
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, .2));
}

.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: 140px;
    padding: 17px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.mu-feature-title {
    text-align: center;
    margin: 20px !important;
    font-size: 22px!important;
    font-weight: 700!important;
}

.mu-feature-p {
    font-size: 14px;
    padding: 0px 30px;
}

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


/*New Plan*/


/*---------------PLAN---------------*/

.plan-container {
    margin: 0 auto;
    padding: 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 {
    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: #0e0e0e;
    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-sec-des {
    font-size: 18px;
    margin: 40px 0px;
    font-weight: 700;
    background: #ffffff;
    padding: 27px 34px;
    border-radius: 20px;
}

.pricing-sec-des i {
    font-size: 16px;
    font-weight: 300;
}

.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: #0e0e0e;
    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: #0e0e0e;
    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: 10px;
    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: 30px;
    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: #0e0e0e;
    display: block;
    font-size: 32px;
    font-weight: 600;
    margin-top: 10px;
}

.flexslider {
    border: none;
    box-shadow: none;
}

.flex-direction-nav a {
    background: url(https://flexslider.woothemes.com/images/bg_direction_nav.png) no-repeat 0 0;
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
}

.flex-direction-nav a:before {
    content: "";
}

.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -36px;
    text-align: left;
}

.flex-direction-nav .flex-next:before {
    content: "";
}

.heading h3 {
    font-weight: 300;
    color: #888888;
}

.nav ul {
    margin: 0;
    padding: 0;
}

.nav li {
    list-style: none;
    margin: 0;
}

.btn-navbar {
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-navbar li {
    float: left;
    margin: 0 5px;
}

.btn-navbar li:first-child {
    margin-left: 0;
}

.btn {
    display: inline-block;
    padding: 6px 14px;
    background: #f2f2f2;
    border-radius: 10px;
    font-size: 0.8125em;
    color: #b9bcbc;
    transition: background 0.3s ease, color 0.3s ease;
}

.btn:hover {
    background: #e5e5e5;
    color: #929797;
}

.btn.btn-primary {
    background: #a1d36e;
    color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary.active {
    background: #94cd5a;
}

.btn.btn-secondary {
    background: transparent;
    color: #fff;
}

.btn.btn-secondary:hover,
.btn.btn-secondary.active {
    background: #55cbd8;
}

.btn.btn-tertiary {
    background: #fc6e51;
    color: #fff;
}

.btn.btn-tertiary:hover,
.btn.btn-tertiary.active {
    background: #fc5938;
}

.btn.btn-quaternary {
    background: #48cfad;
    color: #fff;
}

.btn.btn-quaternary:hover,
.btn.btn-quaternary.active {
    background: #35c9a4;
}

.btn.btn-white {
    background: #fff;
}

.btn.btn-white:hover {
    background: #fafafa;
}

.btn.btn-grey {
    background: #dddddd;
}

.btn.btn-grey:hover {
    background: #cccccc;
}

.btn.btn-large {
    padding: 12px 28px;
}

.btn.btn-caps {
    text-transform: uppercase;
}

.btn.btn-block {
    display: block;
    width: 100%;
    text-align: center;
}

.btn-group {
    position: relative;
    display: inline-block;
    margin: 10px 0;
}

.btn-group:before {
    content: attr(data-grouptype);
    color: #999;
    display: block;
    font-size: 0.8125em;
    width: 19px;
    height: 19px;
    padding: 5px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 6px;
    margin-left: -18px;
}

.btn-group a+a {
    margin-left: 5px;
}

.btn-navbar .btn {
    font-size: 0.6875em;
}

.btn-navbar .active {
    background: #6ad1dd;
    color: #fff;
}

.btn-navbar .active:hover {
    background: #55cbd8;
}

.post {
    box-shadow: 0 2px 0 rgba(204, 204, 204, 0.15);
    margin-bottom: 20px;
}

.post .post-image {
    display: block;
    filter: brightness(0.9) invert(0.19) saturate(0) contrast(1.6);
}

.post .post-image:hover {
    display: block;
    filter: brightness(1) invert(0) saturate(1) contrast(1);
}

.post .icon-attachment {
    color: #fff;
}

.post .details {
    position: relative;
    background: #fff;
    text-align: center;
    padding: 80px 0px 30px;
    margin-bottom: 100px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.post .details h2 {
    font-size: 28px;
    font-weight: 700;
    color: #303030 !important;
    margin: 0;
}

.post .details p {
    font-size: 14px;
    color: #3f3f3f;
    margin: 19px 0 0px;
    padding: 0px 60px;
    text-align: left;
    font-weight: 300;
}

.post .details .intents {
    text-align: right;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.6875em;
    color: #aaaaaa;
    line-height: 14px;
}

.post .details .intents [class*=icon-] {
    font-size: 14px;
}

.post .details .intents .count {
    line-height: 14px;
    display: inline-block;
    position: relative;
    top: -3px;
    margin: 0 5px;
}

.post .details .intents .icon-star {
    color: #fc6e51;
}

.post .actions {
    height: 20px;
}

.post .actions [class*=icon-] {
    font-size: 18px;
    font-weight: normal;
}

.post .actions .btn-round {
    position: relative;
    border-radius: 50%;
    padding: 0;
    width: 135px;
    height: 135px;
    top: -152px;
    text-align: center;
    background: transparent;
    border-radius: 10px;
    /*
  border: 3px solid #0d2135;*/
}

.btn-round>img {
    /* padding: 10px;*/
    box-shadow: 0px 6px 10px rgb(0 0 0 / 15%);
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    ;
}

.post.post-blog .details {
    font-family: "Open Sans", sans-serif;
    padding: 10px 20px;
    text-align: left;
}

.post.post-blog .details h2 {
    font-size: 1.375em;
    font-weight: 300;
}

.post.post-blog .details strong {
    color: #888888;
}

.post.post-product .details {
    text-align: left;
    padding: 0 20px 20px;
}

.post.post-product .product-actions {
    margin: 20px 0 0;
}

.post.post-product .download-count {
    margin: 0 20px;
}

.slider img {
    border-radius: 10px;
}

.img-apps {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.animation-pic-wrapper {
    border-radius: 10px;
}


/*
.solution-container{
  margin: 0 auto;
  padding: 40px 0 0;
  width: 88%;
}


/*comparison*/

.comparison {
    margin: 0 auto;
    text-align: center;
    padding: 15px 80px 42px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 15%);
}

.table-icon {
    max-width: 200px;
    margin: 20px;
}

.comparison table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    /*table-layout: fixed;*/
    font-size: 16px;
}

.comparison td,
.comparison th {
    border-left: 2px solid #cce7faa8;
    empty-cells: show;
    padding: 20px;
    width: 190px;
    font-size: 18px;
}

.comparison th {
    border-bottom: none;
    empty-cells: show;
    padding: 20px;
}

.compare-heading {
    font-size: 22px;
    font-weight: 700 !important;
    border-bottom: 0 !important;
    padding-top: 10px !important;
}

.comparison tbody tr:nth-child(odd) {
    display: none;
}

.comparison .compare-row {
    background: #e8eef4;
}

.comparison .tickblue {
    color: #0078C1;
}

.comparison .tickgreen {
    color: #333;
    background: #3effdd36;
    font-weight: 700;
    font-size: 22px;
}

.comparison th {
    font-weight: normal;
    padding: 0;
    border-left: none;
    text-align: center;
}

.comparison tr td:first-child {
    text-align: left;
    border-left: none;
    color: #003be5;
    font-weight: 700;
    width: 25%;
}

.comparison .qbse,
.comparison .qbo,
.comparison .tl {
    color: #FFF;
    padding: 10px;
    font-size: 13px;
    border-right: 1px solid #CCC;
    border-bottom: 0;
}

.comparison .tl2 {
    border-right: 0;
}

.comparison .qbse {
    background: #0078C1;
    border-top-left-radius: 3px;
    border-left: 0px;
}

.comparison .qbo {
    background: #009E2C;
    border-top-right-radius: 3px;
    border-right: 0px;
}

.comparison .price-info {
    padding: 5px 15px 15px 15px;
}

.comparison .price-was {
    color: #999;
    text-decoration: line-through;
}

.comparison .price-now,
.comparison .price-now span {
    color: #ff5406;
}

.comparison .price-now span {
    font-size: 32px;
}

.comparison .price-small {
    font-size: 18px !important;
    position: relative;
    top: -11px;
    left: 2px;
}

.comparison .price-buy {
    background: #ff5406;
    padding: 10px 20px;
    font-size: 12px;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    border-radius: 10px;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
}

.comparison .price-try {
    font-size: 12px;
}

.comparison .price-try a {
    color: #202020;
}

@media (max-width: 767px) {
    .comparison td:first-child,
    .comparison th:first-child {
        display: none;
    }
    .comparison tbody tr:nth-child(odd) {
        display: table-row;
        background: #F7F7F7;
    }
    .comparison .row {
        background: #FFF;
    }
    .comparison td,
    .comparison th {
        border: 1px solid #CCC;
    }
    .price-info {
        border-top: 0 !important;
    }
}

@media (max-width: 639px) {
    .comparison .price-buy {
        padding: 5px 10px;
    }
    .comparison td,
    .comparison th {
        padding: 10px 5px;
    }
    .comparison .hide-mobile {
        display: none;
    }
    .comparison .price-now span {
        font-size: 16px;
    }
    .comparison .price-small {
        font-size: 16px !important;
        top: 0;
        left: 0;
    }
    .comparison .qbse,
    .comparison .qbo {
        font-size: 12px;
        padding: 10px 5px;
    }
    .comparison .price-buy {
        margin-top: 10px;
    }
    .compare-heading {
        font-size: 13px;
    }
}

#mu-how-roby-can-help .row {
    margin: 0px -10px;
}

.why-title {
    margin-top: 50px;
}


/*Pricing Table 2021*/

.pricing-table-wrapper {
    max-width: 120rem;
    margin: 0 auto;
}

.pricing-table {
    --pricing-table-color: #42c2ff;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16em, 1fr));
    grid-gap: 2em;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    color: #333333;
}

.pricing-table__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 2em;
    border-radius: 10px;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 15%);
}

.pricing-table__item:hover {
    box-shadow: 0 40px 40px rgba(0, 0, 0, 0.16);
    transform: translate(0, -20px);
}

.pricing-table__item--popular {
    position: relative;
}

.pricing-table__item--popular::before {
    position: absolute;
    content: attr(data-popular);
    top: 2em;
    right: 2em;
    font-size: 0.9em;
    padding: 0 1em;
    background-color: #ffd900;
    border-radius: 1em;
    color: #282824;
}

.pricing-table__img {
    margin: 0.8em auto 2em;
    width: 100%;
    max-width: 9em;
}

.pricing-table__title {
    margin: 0;
    font-size: 1.7em;
    text-transform: capitalize;
}

.pricing-table__description {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.pricing-table__tagline {
    margin: 0;
    color: #9ea0a3;
    text-align: center;
}

.pricing-table__price {
    color: var(--pricing-table-color);
    font-size: 2.5em;
    margin: .2em auto 0em;
    font-weight: bold;
}

.pricing-table__label {
    margin: 0;
    color: #3979d9;
    font-size: 24px;
    font-weight: 500;
}

.pricing-table__save {
    color: #00d438;
    font-weight: bold;
    font-size: 24px;
}

.pricing-table__products {
    margin: 1.87em 0;
    padding: 0;
    list-style-type: none;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pricing-table__product {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.pricing-table__product a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease-in-out;
}

.pricing-table__product a:hover {
    color: var(--pricing-table-color);
}

.pricing-table__product::before {
    content: " ";
    width: 0.5em;
    height: 0.5em;
    -webkit-margin-end: 1em;
    margin-inline-end: 1em;
    border-radius: 50%;
    background-color: var(--pricing-table-color);
}

.pricing-table__product--excluded::before {
    content: " ";
    width: 0.5em;
    height: 0.5em;
    -webkit-margin-end: 1em;
    margin-inline-end: 1em;
    border-radius: 0;
    color: red;
    background: no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 20 20' id='entypo-cross' width='32' height='32' fill='hsl(4, 90%, 58%)'%3E%3Cg%3E%3Cpath d='M14.348 14.849a1.2 1.2 0 0 1-1.697 0L10 11.819l-2.651 3.029a1.2 1.2 0 1 1-1.697-1.697l2.758-3.15-2.759-3.152a1.2 1.2 0 1 1 1.697-1.697L10 8.183l2.651-3.031a1.2 1.2 0 1 1 1.697 1.697l-2.758 3.152 2.758 3.15a1.2 1.2 0 0 1 0 1.698z'/%3E%3C/g%3E%3C/svg%3E") center/contain;
    transform: scale(2.5);
}

.pricing-table__button {
    background: var(--pricing-table-color);
    color: #fff;
    margin-top: auto;
    padding: 1em 2em;
    text-decoration: none;
    width: 100%;
    border-radius: 1.87em;
    text-align: center;
    transition: background 0.2s ease-in-out;
    text-transform: capitalize;
}

.pricing-table__button:hover {
    background-color: #4cae4f;
}

.per-year {
    color: #3f3f3f;
    font-size: 20px;
    font-weight: 700;
    margin-left: 5px;
}

.dollar-sign {
    font-size: 42px;
    margin-right: 5px;
}

.pricing-sec-des {
    font-size: 18px;
    margin: 20px 0px 40px;
    font-weight: 700;
}

.pricing-sec-des i {
    font-size: 16px;
    font-weight: 300;
}

.pricing-table__installation-fee {
    margin: 0em 2em 3em;
    font-size: 14px;
}

.mobile-dropdown {
    display: none;
}


/*Logo grid */

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(142px, 1fr));
    grid-gap: .1rem;
    align-items: center
}

.grid>div {
    padding: 1rem;
    display: grid;
    place-items: center;
}

.grid>div::before {
    content: "";
    display: block;
    padding-bottom: 100%;
    grid-area: 1/1/2/2;
}

.grid>div img {
    width: 100%;
    grid-area: 1/1/2/2;
}

.grid>div a {
    width: 100%;
    grid-area: 1/1/2/2;
}