/* ------ services s1------- */
.about_s1{
    background-color: #f8fafc !important;
}
/* ------software service------- */
.soft_service .container .ser_logo{
    background-color: #fff9e7;
    font-size: 22px !important;
    background: #f8fafc !important;
    padding: 7px 11px 10px !important;
    border-radius: 3px !important;
    color: rgb(76, 111, 255) !important;
}

.soft_service .container .soft_box:hover{
    box-shadow: 0 20px 40px 0 rgba(76.00000000000001,111,255,.15) !important;
}
.ser_count .sc_count1{
    background-color: #e1fcdc !important;
}
.ser_count .sc_count2{
    background-color: #e3e8ff !important;
}
.ser_count .sc_count3{
    background-color: #ffedef !important;
}
.ser_count .sc_count4{
    background-color: #fff9e6 !important;
}
/* ------plans------- */
.right_plan .container .box{
    width: 50px;
    height: 25px !important;
    background-color: #e7e5ea !important;
}
.right_plan .save-label{
    background: #6ac75a;
    border-radius: 5px;
    padding: 3px 13px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.right_plan .container .dot{
  height: 18px;
  width: 18px;
  border-radius: 1rem !important;
  background-color: #fff !important;
  margin-top: 2px;
}
.right_plan .container .dot2{
    height: 18px;
    width: 18px;
    border-radius: 1rem !important;
    background-color:  rgb(76, 111, 255) !important;
    margin-top: 2px; 
    margin-left: 30px !important;
  }
.right_plan li{
    display: flex !important;
    justify-content: left;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
/* -------customer-------- */
.customers .container .stars{
    color:  #FFBB00 !important;
    font-size: 12px !important;
}
/* service sec3 */
.bg_sec_img{
    background-image: url(../images/services/bg-pattern-1.png);
    max-width: auto !important;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #E9E9F9;
}
.about_s3 i{
    font-size: 24px;
}
.about_s3 .bg_i{
    width: 50px;
    height: 50px;
    background-color: #a464976a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_s3 .icon_card{
    border: none;
    border-radius: 15px !important;
}
.about_s3 .cutting-img{
    border: 10px solid #000000 !important;
}
/* -----------faq--------------- */
.met_faq .theme_font_color{
    font-weight: bolder !important;
    font-size: 28px !important;
    color:  #000000 !important;
}
/* services last sec */
.about_s8 .bg_lastsec{
    background-image: url(../images/services/services_last.webp);
    background-repeat: no-repeat;
    max-width: 100%;
    max-height: 100%;
    background-position: center;
    border-radius: 2% !important;
}

.about_s8 .email{
    background: #f4f3f6;
    border-radius: 5px 0 0 5px;
    color: #12022f;
    padding: 14px 22px;
    box-shadow: none;
    width: 100%;
}
.about_s8 .signin{
    color: #fff;
    padding: 14px 32px;
    font-weight: 500;
    transition: all .3s;
}

.tablinks:hover{
    cursor: pointer;
}