* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.spb-block-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media(min-width:600px) {
    .spb-block-container {
        max-width: 600px;
    }
}

@media(min-width:768px) {
    .spb-block-container {
        max-width: 768px;
    }
}

@media(min-width:992px) {
    .spb-block-container {
        max-width: 992px;
    }
}

@media(min-width:1200px) {
    .spb-block-container {
        max-width: 1200px;
    }
}
.spb-block-container-fluid{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.spb-block-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.spb-block-col-2,
.spb-block-col-3,
.spb-block-col-4,
.spb-block-col-5,
.spb-block-col-6,
.spb-block-col-7,
.spb-block-col-8,
.spb-block-col-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1025px) {
    .spb-block-col-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .spb-block-col-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .spb-block-col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .spb-block-col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .spb-block-col-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .spb-block-col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .spb-block-col-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .spb-block-col-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .spb-block-col-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (min-width: 576px) {
    .spb-block-col-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ............Global Classes........... */
a {
    text-decoration: none;
}

ul {
    list-style-type: none;
}
body{
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
    background-color: #FFF;
    color: #313131;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

/* ............/Global Classes........... */

/* ..............spice dashboard.............. */
#spice-block-dashboard{position: relative;}
.block-first-section{
    padding: 70px 80px 150px;
    background-color: #f8faff;
    background-size: cover;
    background: url(../images/bg-pattern.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.block-second-section{padding: 0 50px;}
.spice-dashboard-detail .dash-sub-title .dash-back{
    color: #ffffff;
    background-color: #09A223;
    padding: 5px 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-right: 6px;
}
.sp-img-box img{
    display: block;
    max-width: 100%;
    height: auto;
    padding-top: 50px;
}
.spice-dashboard-detail .dash-sub-title{
    color: #09A223;
    font-size: 1rem;
    margin: 1em 0;
    display: block;
    font-weight: 400;
}
.spice-dashboard-detail .dash-title{
    color: #282828;
    font-size: 1.875rem;
    margin: 0.3em 0 1.3em;
    display: block;
    font-weight: 600;
    font-family: 'Poppins';
}

.spice-dash-feature{
    position: relative;
}
.sp-dash-feature-block{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 20px 5px 0;
}
.block-first-section .spice-dashboard-detail .spice-dashboard-title,.block-first-section .spice-dashboard-detail .dash-sub-title{text-align: center;}
.sp-feature-block{
    background: #09A223;
    display: flex;
    padding: 8px 10px;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 30px 30px 0;
    border-radius: 3px;
}
.sp-feature-text{
   padding: 12px 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    margin: 0 10px 0 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #000000;
    background-color: #f8faff;
    border-radius: 3px;
    box-shadow: 2px 0px 2px rgb(0 0 0 / 60%);

}
.sp-feature-icon{
    background: #09A223;
    border-radius: 50px;
    min-width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
}
.block-feature-cards{position: relative; margin-bottom: 35px;}
.block-feature-card{
    background-color: #09A223;
    background-size: cover;
    margin-bottom: 30px;
    background: url(../images/block-card.png);
    text-align: center;
    padding: 35px 45px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(94 129 244 / 30%);
}
.sp-star-rating{
    color: #09A223;
    margin-bottom: 15px;
    font-size: 16px;
}
.block-cart-title{
font-size:18px;
font-weight:600;
color:#282828;
display:block;
margin-bottom: 15px;
margin-top: 5px;
}
.block-cart-description{
    font-size: 15px;
    font-weight: 400;
    color: #8181a5;
    margin-bottom: 35px;
    line-height: 1.3;
}
.spice-block-feature-btn{
   font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background-color: #09A223;
    border: 0;
    padding: 12px 30px;
    border-radius: 3px;
}
.spice-block-feature-btn:hover {background-color: #282828;color: #fff;}
.sp-block-feature-btn{position: relative;text-align: center;}
.spice-block-quick-setting-link{
    font-size: 16px;
    font-weight: 500;
    border: 0;
    padding: 16px 30px;
    color: #ffffff;
    background-color: #09A223;
    border-radius: 3px;
    margin: 12px;
    position: relative;
}
.spice-block-quick-setting-link.sp-btn-second{background-color: #282828;}
.spice-block-quick-setting-link.sp-btn-second:hover{background-color: #09A223;}
.spice-block-quick-setting-link:hover,.spice-block-quick-setting-link:focus,.spice-block-feature-btn:focus {background-color: #282828;color: #fff;outline: none;box-shadow: none;}
.sp-block-feature-btn{position: relative;text-align: center;}

.spice-block-quick-setting-link i{margin-right: 10px;}
.spice-blocks-detail{
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 20px 45px 40px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(94 129 244 / 30%);
   border-top: 5px solid #ffffff;
}
.block-cart-title i,.block-cart-title svg{float: right;color:#09A223;font-size: 25px; }
.sp-block-support .block-cart-description{line-height: 1.8;}
.spice-blocks-detail:hover{border-top: 5px solid #09A223; background-image: linear-gradient(50deg, #09A2230d, white);}
.spice-dashboard-detail.spice-dashboard-blocks{
    margin-bottom: 30px;
    background: url(../images/pattern-2.png);
    background-repeat: no-repeat;
    background-position: top right;
}
@-webkit-keyframes buzz-out-on-hover {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes buzz-out-on-hover {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.sp-feature-block:hover .buzz-out-on-hover,.sp-feature-block:focus .buzz-out-on-hover:focus,.sp-feature-block:active .buzz-out-on-hover:active {
  -webkit-animation-name: buzz-out-on-hover;
  animation-name: buzz-out-on-hover;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.spice-blocks-detail:hover .buzz-out-on-hover{
     -webkit-animation-name: buzz-out-on-hover;
  animation-name: buzz-out-on-hover;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes buzz-out-on-hover {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes buzz-out-on-hover {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.sp-feature-block:hover .buzz-out-on-hover,.spice-blocks-detail:hover .buzz-out-on-hover {
  -webkit-animation-name: buzz-out-on-hover;
  animation-name: buzz-out-on-hover;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.spice-block-feature-btn,.spice-block-quick-setting-link  {
    display: inline-block;
}
@media (max-width: 600px){
    .block-first-section {
    padding: 70px 35px 190px;
}}
.spice-block-quick-setting-link i {
    display: inline;
}
/* ............../spice dashboard.............. */