.M_F_h2 {
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    position: relative;
}

.M_F_h2::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 1px;
    background: #8251ff;
    left: 0;
    right: -90px;
    bottom: 0px;
}
.M_F_h2_1 {
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    position: relative;
}
.M_F_h2_1::after {
     content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 1px;
    background: #8251ff;
    left: 0;
    right: -90px;
    bottom: 0px;
}
.M_Contact_h2 {
    color: #333;
    text-align: left;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    position: relative;
}
.M_Contact_h2::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 1px;
    background: #8251ff;
    left: 80px;
    bottom: 0px;    
}

.M_F_icon{
    font-size: 18px;
    background: linear-gradient(45deg, #7873f5, #ff6ec4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.M_F_icon_M{
    font-size: 18px;
    background: linear-gradient(45deg, #ff6ec4, #7873f5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    transition: all 0.3s;
}
.M_F_icon_M:hover{
    background: linear-gradient(45deg, #645fed, #ff0099);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.M_F_icon_M_text{
    font-size: 18px;
    background: linear-gradient(45deg, #ff6ec4, #7873f5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    transition: all 0.3s;
}

.M_F_text{
    transition: all 0.3s;
    text-align: justify;
}
.M_F_text:hover{
    color: #979797 !important;
}

.M_F_text:hover .M_F_icon_M_text{
    background: linear-gradient(45deg, #645fed, #ff0099);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.M_F_List_M {
    font-size: 16px;
    background: linear-gradient(45deg, #ff6ec4, #7873f5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    transition: all 0.3s;
}

.M_F_List_text li a:hover .M_F_List_M{
    background: linear-gradient(45deg, #645fed, #ff0099);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.M_F_List_text li{
    font-size: 15px;
}

.M_F_List_text li a{
    transition: all 0.3s;
}

.M_F_List_text li a:hover{
    color: #979797 !important;
}
.footer_sec{
    padding-top:80px;
}
@media (max-width: 1440px) {
    .M_F_text {
        font-size: 18px;
    }
}

@media (max-width: 1025px) {
    .pad_none{
        padding-bottom: 0 !important;
    }
    .M_F_text {
        font-size: 16px;
    }

    .M_F_icon_M {
        font-size: 25px;
    }
}

@media (max-width: 992px) {
    .M_F_col_3_M {
        width: 50% !important;
    }

    .M_F_col_6_M {
        width: 100% !important;
    }
}

@media (max-width: 769px) {
    .M_F_h2 {
        font-size: 17px;
        text-align: left;
    }

    .M_F_h2::after {
        left: -130px;
        right: 0;
    }
.M_F_h2_1 {
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    position: relative;
}
.M_F_h2_1::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 1px;
    background: #8251ff;
    /* left: -108px !important; */
    right: -16% !important;
    bottom: 0px;
}
    .M_F_text {
        font-size: 15px;
    }

    .M_Contact_h2 {
        font-size: 17px;
    }

    .M_Contact_h2::after {
        left: 70px;
    }
    .M_F_icon_M {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .M_F_col_3_M {
        width: 100% !important;
    }

    .M_F_text_1 {
        text-align: center;
    }

    .M_F_col_6_M .col-6 {
        width: 100% !important;
    }

    .M_F_h2 {
        font-size: 16px;
        text-align: center;
    }

    .M_F_text {
        font-size: 14px;
    }

    .M_Contact_h2 {
        font-size: 16px;
        text-align: center !important;
    }

    .M_F_h2::after {
        left: 0;
        right: -90px;
    }

    .M_Contact_h2::after {
        left: 0;
        right: -90px;
    }
    .M_F_All_icons{
        justify-content: center;
    }
    .M_F_col_6_M .row{
        padding: 0 30px;    
    }
}

@media (max-width: 426px) {
    
}

@media (max-width: 375px) {
}

@media (max-width: 320px) {
    .M_Contact_boder h2 {
        font-size: 22px;
    }
}