.feature-box-style-001 img {
    transition: 0.3s;
    height: 35px;
}
@media(max-width:991px){
.feature-box-style-001 img {
    transition: 0.3s;
    height: 27px;
}}
.feature-box-style-001 img:hover {
    transform: rotate(90deg);
}


.feature-pricing-001 img {
    transition: 0.3s;
    height: 35px;
}
@media(max-width:991px){
.feature-pricing-001 img {
    transition: 0.3s;
    height: 35px;
}}
.feature-pricing-001 img:hover {
    transform: rotate(90deg);
}

.feature-pricing-001 .sppb-media .pull-left {
    width: 10% !important;
}

@media(max-width:991px){
.feature-pricing-001 .sppb-media .pull-left {
    width: 14% !important;
}}


/*pricinng*/

.colum-hover-001 {
    box-shadow: 5px 3px 11px #a7a7a76b !important;
    transition: 0.3s;
}

.colum-hover-001:hover {
    transform: translate(3px, 5px);
    box-shadow: 8px 9px 9px #b8b8b891 !important;
}


.colum-hover-002{
   box-shadow: 5px 5px 7px 3px #f6ffd17d !important;
   transition: 0.3s;
}
.colum-hover-002:hover {
  transform: translate(3px, 5px);
  box-shadow: 2px 4px 7px 11px #e8f9a67d !important;
}


.min-height-001 .sppb-addon-content {
    min-height: 240px;
}
.min-height-002 .sppb-addon-content {
    min-height: 50px;
}
.min-height-003 .sppb-addon-content {
    min-height: 50px;
}

/**slider**/
.sppb-carousel-pro-text.videoslide-pro-text {
    width: 94%;
}


.slider-001 .videoslide-pro-text {
    padding-left: 90px;
}

@media(max-width:991px){
.slider-001 .videoslide-pro-text {
    padding-left: 30px;
}}

.slider-001 .title {
    width: 10% !important;
    font-size: 55px;
    padding-left: 30px;
    position: relative;
    font-weight: 600;
    color: #fff;
}

@media(max-width:991px){
.slider-001 .title { 
  line-height: 24px;
      width: 14% !important;
    font-size: 31px;
    padding-left: 0px;
    position: relative;
    font-weight: 600;
    color: #fff;
}}
@media(max-width:991px){
.videoslide-item-inner-wrapper>div {
    height: 75%;
    display: table;
}}

.slider-001 .title:before{
       position: absolute;
     content: '';
   width: 5px;
   height: 59px;
     left: -4px;
   bottom: 0px;
    top:0px;
    background: #d0ff01;
     margin:auto;
   transition:0.3s;
}

@media(max-width:991px){
.slider-001 .title:before{
       position: absolute;
       content: '';
       width: 5px;
       height: 59px;
       left: -13px;
       bottom: 0px;
    top:0px;
       background: #d0ff01;
       margin:
       auto;
   transition:0.3s;
}}


.slider-001 p.content {
    font-weight: 500;
     margin-top: 30px;
    color: #fff;
    width: 60%;
    line-height: 34px;
    padding-left: 30px;
}
@media(max-width:991px){
.slider-001 p.content {
      margin-top: 10px;
    font-weight: 500;
    color: #fff;
    width: 85%;
    line-height: 24px;
    padding-left: 0px;
}}


.slider-001 p.content strong {
    color: #ceff00;
}

/**slidebutton**/
.sppb-item.videoslide-item .sppb-btn.sppb-btn-default {
    margin-left: 30px;
    margin-top: 30px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
}

@media(max-width:991px){
.sppb-item.videoslide-item .sppb-btn.sppb-btn-default {
    margin-top: 20px;
    padding: 8px 23px;
    margin-left: 0px;
    font-size: 11px;
}}