/** Common CSS - Start **/
* {
    box-sizing: border-box;
}
body {
    font-family:'Poppins', sans-serif;
    color:rgba(35, 31, 32, 1);
    background-color: #f8f8f8;
    margin:0;
    padding:0;
}
a {
    text-decoration: none;
}
input.form-control:focus, 
select.form-control:focus:focus, 
button.btn:focus {
    outline: none;
    box-shadow: none;
}
section {
    padding: 60px 0;
}

.cursor-pointer {
    cursor: pointer;
}
.mf-title-1 {
   color: rgba(35, 31, 32, 1);
   font-weight: 700;
   font-size: 56px;
   line-height: 1.2;
}
.mf-title-3 {
    color: rgba(35, 31, 32, 1);
    font: 36px;
    line-height: 1.3;
    font-weight: 600;
}
.mf-para-1 {
   font-size: 16px;
   line-height: 1.6;
   font-weight: 400;
   color: rgba(102, 102, 102, 1);
   margin-bottom: 12px;
}
/** Common CSS - End **/

.mf-breadcrumb-sec {
    padding: 140px 0 0  0;
}
.mf-breadcrumb-sec a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: rgba(158, 158, 158, 1);
}
.mf-breadcrumb-sec a.current {
     color: rgba(83, 103, 252, 1);
}
.mf-breadcrumb-sec a:hover {
    color: rgba(83, 103, 252, 1);
}
.mf-top-sec {
    padding: 15px 0 30px 0;
}
.mf-top-sec .mf-top-content {
    max-width: 620px;
}
.mf-top-sec .mf-top-content .mf-para-1 {
    text-align: justify;
}
.mf-ac-signup-box label {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
.mf-ac-signup-box .mf-ac-input-box {
    position: relative;
    max-width: 540px;
}
.mf-ac-signup-box .mf-ac-input-box .form-control {
    height: 72px;
    width: 100%;
    border: 1px solid #222;
    border-radius: 9px;
    padding: 0 170px 0 30px;
}
.mf-ac-signup-box .mf-ac-input-box .form-control:focus {
    border-color:rgba(83, 103, 252, 1);
}
.mf-ac-signup-box .mf-ac-input-box .mf-btn-sign {
    position: absolute;
    top: 6px;
    right: 6px;
    height: 68px;
    border: none;
    width: 144px;
    height: 61px;
    background: #000;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
}
.mf-ac-signup-box .form-check label {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
}
.mf-ac-signup-box .form-check label a {
    color:#5367fc;
}
.mf-top-sec .mf-top-sec-img {
    max-width: 450px;
}
.mf-content-purpose-bg {
    background-image: url('../images/mf-circle-bg.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.mf-content-purpose {
    padding: 5px 0 5px;
    display: flex;
    align-items: flex-start;
}
.mf-content-purpose p {
   font-size: 20px;
   line-height: 1.6;
   text-align: justify;
}
.mf-content-purpose .lnp-para-14 {
   font-size: 14px;
   line-height: 1.6;
   color:#797979;
}
.mf-content-purpose .lnp-para-14 span {
   color:#333;
}
.mf-content-purpose  .mf-hr-border {
   display: block;
   width: 100%;
   border-bottom: 1px solid #ccc;
   margin-top: 10px;
   margin-bottom: 20px;
}
.mf-services-sec  .mf-services-item {
    box-shadow: 7px 10px 57px 0px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    padding: 60px 26px 40px 26px;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    transition: 0.4s;
}
.mf-services-sec  .mf-services-item:hover {
    transition: 0.4s;
    transform: scale(1.02);
    box-shadow: 7px 10px 57px 0px rgba(0, 0, 0, 0.26);
}
.mf-services-sec  .mf-services-item img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    max-height: 80px;
}
.mf-services-sec  .mf-services-item h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-top: 30px;
    margin-bottom: 35px;
    position: relative;
}
.mf-services-sec .mf-services-item h3:after {
    content: "";
    width:32px;
    height: 3px;
    border-radius: 3px;
    background-color: rgba(83, 103, 252, 1);
    position: absolute;
    top: 45px;
    left: calc(50% - 16px);
}
.mf-services-sec .mf-services-item.active h3:after {
    background-color: #fff;
}
.mf-services-sec  .mf-services-item.active {
    background-color: rgba(83, 103, 252, 1);
}
.mf-services-sec  .mf-services-item.active h3 {
    color: #fff;
}
.mf-services-sec  .mf-services-item.active p {
    color: #fff;
}
.mf-features-box {
    max-width: 1130px;
    border-radius: 24px;
    background-color: #fff;
    padding: 30px 40px 20px 40px;
    box-shadow: 0 4px 114px 0px rgba(0, 0, 0, 0.09);
}
.mf-tick-list {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.mf-tick-list li {
    list-style: none;
    background-image: url(../images/mf-list-tick.svg);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 32px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    width:100%;   
}
.mf-features-box .mf-tick-list li { 
    width: 50%;
    max-width: calc(50% - 10px);
}
.mf-analyzer-sec {
    padding: 60px 0;    
}
.mf-allapp-sec {
    background-color: #fff;   
    padding: 60px 0 75px;    
}
.mf-allapp-sec .mf-app-feature-item {
    position: relative;    
    padding: 10px;
    border-radius: 12px;
    height: 100%;
}
.mf-allapp-sec .mf-app-feature-item img {
    width:48px;
    height:48px;
    margin-bottom: 15px;
}
.mf-allapp-sec .mf-app-feature-item h5 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 12px;
}
.mf-allapp-sec .mf-app-feature-item p {
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: 1.6;
    text-align: justify;
}

.mf-main-v-2 .mf-features-box {
    max-width: 100%;
    border-radius: 24px;
    background-color: transparent;
    padding: 0;
}
.mf-main-v-2 .mf-services-sec .mf-services-item {
    padding-top: 40px;
}
.mf-bg-box-center-2 {
    position: relative;
}
.mf-bg-box-center-2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 26px;
    height:380px;
    width: 240px;
    background-image: url(../images/fm-logo-bg-icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}
.mf-bg-box-center-2::after {
    content: "";
    position: absolute;
    right: 0;
    top: -140px;
    height:380px;
    width: 240px;
    background-image: url(../images/fm-logo-bg-icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    transform: rotate(180deg);
}
.faqs-ul {
    padding-left: 35px;
    border-left: 2px solid #797979;
}
.faqs-ul li {
    padding-left: 5px;
    margin-bottom: 10px;
    color: #797979;
    list-style: disc;
}