.iconbox {
    margin-left: 10%;
    margin-right: 10%;
}

.boxshadow {
    box-shadow: rgba(255, 255, 255, 0) 0px 8px 24px;
}

.boxshadow:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #1ACC8D;
}

.about-company {
    font-size: 22px !important;
}

p {
    font-size: 17px !important;
}

.pt-30 {
    padding-top: 20px;
}

.pt-20 {
    padding-top: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.bg-color-grn {
    background-color: #f5fffb !important;
}

.pb-50 {
    padding-bottom: 50px

}
    
.embed-responsive-16by9::before {
        padding-top: 2% !important;
    };

    /* feature #14 */
.feature-14 .feature-panel {
    background-color: #fafafa;
    padding: 42px 30px 45px;
    border-radius: 5px;
  }
  .feature-14 .feature-panel .feature-icon {
    font-size: 55px;
    margin-bottom: 19px;
    color: #1b1b1b;
  }
  
  @media only screen and (max-width: 991px) {
    .feature-14 .feature-panel {
      padding: 42px 10px 45px;
      max-width: 390px;
      margin-right: auto;
      margin-left: auto;
    }
  }

  .theme-text {
      color: #1ACC8D;
  }

  #boxbg {
      background-color: #ffffff;
      color: #7f7f7f;
  }

  #theme-text {
    color: #1ACC8D;
  }

  #box-title {
      color: black;
  }

  #boxbg:hover {
    background-color: #1ACC8D;
  }

  #boxbg:hover #theme-text{
      color: #ffffff;
  }

  #boxbg:hover #box-title{
    color: #ffffff;
}

  #boxbg:hover #box-text{
      color: white;
  }

  .feature-14 .feature-panel {
    background-color: #fafafa00 !important;

  }

    .pr-20 {
        margin-right: 2%;
    }

    .box-margin {
        margin-left: auto;
        margin-right: auto;
    }

    .feature-panel .feature-content p {
    font-weight: 300 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    }

    .bg-fixed {
        background-repeat: no-repeat;
        background-size: cover;
    }

    .freequote {
        background-color: #1ACC8D;
        position: relative;
        
    }

    .fq-text {
        color: white;
    }

    .fq-margin {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .butn-light-fq {
        background: #fff;
    }
    .butn-fq {
        padding: 14px 50px;
        background: #fff;
        border: 1px solid transparent;
        position: relative;
        z-index: 3;
        margin-left: 10px;
        margin-right: 10px;
        -webkit-box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
        box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
        -webkit-transition: all .4s;
        transition: all .4s;
        cursor: pointer;
        outline: none !important;
        overflow: hidden;
        font-size: larger;
        font-weight: 500;
    }

    .butn-fq:hover {
        padding: 14px 50px;
        background: #1ACC8D;
        border: 2px solid #fff;
        position: relative;
        z-index: 3;
        margin-left: 10px;
        margin-right: 10px;
        -webkit-box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
        box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
        -webkit-transition: all .4s;
        transition: all .4s;
        cursor: pointer;
        outline:white !important;
        overflow: hidden;
        font-size: larger;
        font-weight: 500;
        color: white;
    }

    .sc-tri {
        margin-top: -5%;
        z-index: -1;
    }

    .bg-color-blu {
        background-color: #f4f6fc !important;
    }

    .figure-image {
        
            margin-bottom: 15px;
            text-align: center;
            height: 145px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    ._card4-num {
        display: inline-block;
        height: 55px;
        width: 55px;
        background: #1ACC8D;
        text-align: center;
        border-radius: 50%;
        font-size: 30px;
        font-family: "Quicksand-Bold";
        line-height: 52px;
        color: #fff;
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: -27px;
        box-shadow: 0 0px 0px 5px rgba(50,239,172,0.48);
        animation-delay: 1s;
        -webkit-animation: ripple 1.5s linear infinite;
        animation: ripple 1.5s linear infinite;
    }

    .step-box {
        font-size: 16px !important;
    }

    .step-section {
        padding-top: 50px;
        background-image: url(../img/step-bg.jpg) !important;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 50px;
    }

    .step-box-bg {
        background: #fff;
        padding: 65px 25px 35px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        position: relative;
        height: 100%;
        transition: all 0.5s;
    }

    .white {
        color: white !important;
    }

    .pb-30 {
        padding-bottom: 30px;
    }

    .pb-20 {
        padding-bottom: 20px;
    }

    .feature-margin {
        margin: auto;
    }

    footer {
        padding: 10px 0px !important;
    }

    .contact-info .info {
        padding: 50px 5% !important;
    }

    .feature-bg {
        background-color: #f6fafc;
    }