.mf-ssl-banner p {
    max-width: 90%;
}

.mf-ssl-banner {
    padding-bottom: 200px;
}



.mf-ssl-data{
    padding: 40px 0 130px;
}
  
.mf-ssl-data .an-heading-wrap .an-priamry-heading{
    font-size: 58px;
    max-width: 100%;
}
.mf-ssl-data .an-heading-wrap .an-priamry-heading + p{
    font-size: 20px;
    width: auto;
    margin-bottom: 40px;
}
.ssl-protect-main{}
.ssl-portect-txt{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background: #FFFFF2;
    padding: 30px 40px 30px 60px;
    border-radius: 25px;
    border: 1px solid #FFF100;
    margin-bottom: 30px;
}
.ssl-portect-txt h4{
    font-size: 30px;
    font-weight: 700;
    color: #101522;
    margin-bottom: 20px;
}
.ssl-portect-txt p{
    font-size: 20px;
    font-weight: 500;
}

.mf-ssl-ctas .an-secondary-heading{
    font-size: 70px;
}
.mf-ssl-ctas strong{
    font-weight: 700;
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
}


.mf-ssl-ctas p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
}






.mf-ssl-process {
    padding: 100px 0px;
}

.mf-ssl-process .an-heading-wrap {
    text-align: center;
}



.mf-ssl-process .an-heading-wrap .an-priamry-heading {
    max-width: 100%;
    text-align: center;
}

.mf-ssl-process .an-heading-wrap .an-priamry-heading span {
    margin: auto;
    margin-bottom: 20px;
}

.mf-ssl-process .an-heading-wrap .an-priamry-heading + p {
    width: auto;
    max-width: 70%;
    font-size: 24px;
    font-weight: 500;
    color: #101522;
}

.inner-ssl-process {
    text-align: center;
    padding: 10px 26px;
}
.mf-ssl-process .row{
    padding-top: 50px;
}


.inner-ssl-process:before{
    content: '';
    position: absolute;
    background: url(../img/web/arrow-process.webp) no-repeat;
    width: 99px;
    height: 42px;
    right: -40px;
    top: 90px;
    -webkit-animation: upDown 2s infinite;
}

.inner-ssl-process h5 {
    font-size: 30px;
    color: #101522;
    margin-bottom: 20px;
    font-family: 'Archivo Black';
}

.inner-ssl-process p {
    color: #101522;
    font-size: 20px;
    font-weight: 500;
}

.mf-ssl-process .row div:nth-child(3) .inner-ssl-process:before ,
.mf-ssl-process .row div:nth-child(5) .inner-ssl-process:before {
    display: none;
}




.mf-ssl-choose{
    background: #F5F5FA;
    padding: 50px 0;

}
.mf-ssl-choose .row{
    align-items: center;
}


.inner-ssl-choose .an-heading-wrap .an-priamry-heading{
    max-width: 100%;
    margin-bottom: 30px;
}
.inner-ssl-choose p{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 35px;
}
.inner-ssl-choose p + strong{
    font-size: 24px;
    font-weight: 800;
    color: #101522;
    display: block;
    margin-bottom: 40px;
}







@-webkit-keyframes upDown {
    0% {
      transform: translateX(-20px);
    }
    50% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-20px);
    }
  }

  .an-portfolio-section .an-heading-wrap p{
    width: auto;
    max-width: 70%;
    font-size: 24px;
    font-weight: 500;
}

.mf-smm-process .an-heading-wrap {
    text-align: center;
}



.mf-smm-process .an-heading-wrap .an-priamry-heading {
    max-width: 100%;
    text-align: center;
}

.mf-smm-process .an-heading-wrap .an-priamry-heading span {
    margin: auto;
    margin-bottom: 20px;
}

.mf-smm-process .an-heading-wrap .an-priamry-heading + p {
    width: auto;
    max-width: 70%;
    font-size: 24px;
    font-weight: 500;
    color: #101522;
}

.inner-smm-process {
    text-align: center;
    padding: 30px 26px;
    border:0;
    min-height: 100%;
    margin-bottom: 10px;
    transition: 0.5s;
}
.mf-smm-process .row{
    padding-top: 50px;
}

.inner-smm-process:before{
    content: '';
    position: absolute;
    background: url(../img/web-host/arrow-process.webp) no-repeat;
    width: 99px;
    height: 42px;
    right: -40px;
    top: 90px;
    -webkit-animation: upDown 2s infinite;
}

.inner-smm-process h5 {
    font-size: 30px;
    color: #101522;
    margin-bottom: 20px;
    font-family: 'Archivo Black';
}

.inner-smm-process p {
    color: #101522;
    font-size: 20px;
    font-weight: 500;
}

.mf-smm-process .row div:nth-child(3) .inner-smm-process:before ,
.mf-smm-process .row div:nth-child(5) .inner-smm-process:before {
    display: none;
}
.mf-smm-process {
    padding: 100px 0px;
}

.mf-webhost-choose{
    padding: 90px 0;
    background: #F5F5FA;
}
.mf-webhost-choose .row{
    align-items: center;
}
.mf-webhost-choose img.img-fluid{

 -webkit-animation: upDowns 2s infinite;
}