.FooterMarginTop {
    margin-top: 200px;
}

.WithSmartFMmainContainerForFooter2 {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #23242B;
    position: relative;
}

.WithSmartFMmainContainerForFooter3 {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #1C1D22;
    position: relative;
}

.WithSmartFMmainContainerForFooter1 {
    min-width: 1200px;
    max-width: 1400px;
    height: auto;
    margin-top: 70px;
    padding-left: 25px;
    padding-right: 25px;
}

.FooterParentDiv1 {
    min-width: 1200px;
    max-width: 1400px;
    height: auto;
    margin: 10px 0px 10px 0px;
    margin-top: -120px !important;
    background-color: #1C1D22;
    border-radius: 16px;
}

.FooterParentDiv2 {
    min-width: 1200px;
    max-width: 1400px;
    height: auto;
    margin: 10px 0px;
}

.FooterParentDiv3 {
    min-width: 1200px;
    max-width: 1400px;
    height: auto;
    height: auto;
    margin: 10px 0px 0px 0px;
}

.WeAreDiv {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.RDWeAreDiv {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
}

.CompanyHeadsListMainDiv {
    width: 100%;
    padding: 0px 30px 60px 30px;
}

.CompanyHeadsListSubDiv {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.RDCompanyHeadsListSubDiv {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.ContactClickDiv {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 60px;
}

.RDContactClickDiv {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 40px 0px 60px 0px;
}

.QuickCallText {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 1.5px;
}

.QuickCallText1 {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
}

.RDQuickCallText1 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
}

.ClickHereBtn {
    display: inline-block;
    padding: 14px 40px;
    border-radius: 40px;
    font-size: 1.1rem;
    letter-spacing: 0.6px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none !important;
    color: #fff;
    cursor: pointer;
}

.ClickHereBtn:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #41B152;
    color: #fff;
    border-radius: 40px;
    z-index: -2;
}

.ClickHereBtn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #fff;
    color: #fff;
    transition: all 0.3s;
    border-radius: 40px;
    z-index: -1;
}

.ClickHereBtn:hover {
    color: #23242B;
}

.ClickHereBtn:hover:before {
    width: 100%;
}

.FooterMainListsDiv {
    width: 100%;
    padding: 10px 10px 10px 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
}

.CompanyParentDiv {
    width: 20%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.CompanyHeadtext {
    width: 100%;
    height: auto;
    font-size: 1.1rem;
    color: #fff;
    letter-spacing: 0.8px;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 2px;
    text-decoration-color: whitesmoke;
}

.CompanyContentLists {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    cursor: pointer;
    text-decoration: none !important;
}

.CompanyContentLists:hover {
    color: #3873BB;
}


.ProductsParentDiv {
    width: 64%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ProductsHeadContentsFlexDiv {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.ProductsHeadtext {
    width: 100%;
    height: auto;
    font-size: 1.1rem;
    color: #fff;
    letter-spacing: 0.8px;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 2px;
    text-decoration-color: whitesmoke;
}

.ProductsContentLists {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    cursor: pointer;
    /* transition: transform 0.3s ease-in-out; */
    text-decoration: none !important;
}

.ProductsContentLists::before {
    position: relative;
    top: 0px;
    margin-right: 10px;
    content: '\f105';
    color: #00a9ff;
    font: 400 14px/24px 'FontAwesome';
}

.ProductsContentLists:hover {
    color: #fff;
    color: #3873BB;
    /* font-weight: 500; */
    /* transform: scale(1.03); */
}

.ServicesParentDiv {
    width: 31%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ServicesHeadtext {
    width: 100%;
    height: auto;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.8px;
    text-decoration: underline;
    text-underline-offset: 13px;
    text-decoration-thickness: 3px;
    text-decoration-color: whitesmoke;
}

.ServicesContentLists {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    transition: transform 0.3s ease-in-out;
}

.ServicesContentLists::before {
    position: relative;
    top: 0px;
    margin-right: 10px;
    content: '\f105';
    color: #00a9ff;
    font: 400 14px/24px 'FontAwesome';
}

.ServicesContentLists:hover {
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    transform: scale(1.05);
}

.ServicesContentLists:hover {
    color: white;
}

.ServicesFooterListsdiv ul {
    padding: 10px 0px 0px 45px;
    list-style-type: disc;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.FollowUsParentDiv {
    width: 16%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.FollowUsHeadtext {
    width: 100%;
    height: auto;
    font-size: 1.1rem;
    color: #fff;
    letter-spacing: 0.8px;
}

.FooterMainContentListStyle {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.OurLogoMainDiv {
    width: 100%;
    display: flex;
    padding: 10px 20px 10px 20px;
}

.OurLogoSubDiv {
    width: 50%;
    display: flex;
    flex-direction: row;
    gap: 60px;
}

.TermsDiv {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding: 20px;
}

.Nanosoft2024Text {
    font-size: 0.95rem;
    font-weight: 400;
    color: #fff;
}

.PrivacyPolicyText {
    font-size: 0.95rem;
    text-decoration: none !important;
    font-weight: 400;
    color: #fff;
    /* transition: transform 0.3s ease-in-out; */
}

.SecurityText {
    font-size: 0.95rem;
    font-weight: 400;
    color: #fff;
    transition: transform 0.3s ease-in-out;
}

.TermsText {
    font-size: 0.95rem;
    font-weight: 400;
    color: #fff;
    transition: transform 0.3s ease-in-out;
}

.PrivacyPolicyText:hover {
    color: #3873BB;
    cursor: pointer;
    /* transform: scale(1.05); */
}

.SecurityText:hover {
    color: #3873BB;
    cursor: pointer;
    transform: scale(1.05);
}

.TermsText:hover {
    color: #3873BB;
    cursor: pointer;
    transform: scale(1.05);
}

.FollowUsAnimationLogoDiv {
    width: 100%;
    display: flex;
    gap: 15px;
}

.FollowUsAnimationLogoDiv1 {
    display: flex;
    gap: 16px;
}

.FollowAniLogo {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 500ms ease;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.FollowI {
    background-color: transparent;
    color: #3873BB;
    font-size: 18px;
}

.FollowI2 {
    background-color: transparent;
    color: #3EAA51;
    font-size: 22px;
}

.FollowAniLogo::after {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    transition: all 500ms ease-in;
}

.FollowAniLogo.one:hover::after {
    background-color: #1D9BF0;
    top: 0;
}

.FollowAniLogo:hover {
    box-shadow: 0 0 20px #0ebac5;
}

.FollowAniLogo:hover .fa-brands {
    color: #fff;
    z-index: 2;
}

.FollowAniLogo.two:hover::after {
    background-color: #25D366;
    top: 0;
}

.FollowAniLogo.four:hover::after {
    background-color: #0072b1;
    top: 0;
}

.FollowAniLogo1 {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 500ms ease;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.FollowI1 {
    background-color: transparent;
    color: #3873BB;
    font-size: 18px;
}

.FollowI22 {
    background-color: transparent;
    color: #3EAA51;
    font-size: 22px;
}

.FollowIMail2 {
    background-color: transparent;
    width: 24px;
}

.FollowAniLogo1::after {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    transition: all 500ms ease-in;
}

.FollowAniLogo1.one:hover::after {
    background-color: #1D9BF0;
    top: 0;
}

.BoxShadeGreen:hover {
    box-shadow: 0 0 20px #0ebac5;
}

.BoxShadeBlue:hover {
    box-shadow: 0 0 20px #0048ff;
}

.BoxShadeRed:hover {
    box-shadow: 0 0 20px #2196F3;
}

.FollowAniLogo1:hover .fa-brands {
    color: #fff;
    z-index: 2;
}

.FollowAniLogo1:hover .OutLookMail {
    fill: #fff !important;
    z-index: 2;
}

.FollowAniLogo1:hover .OutLookMail2 {
    fill: #2196F3 !important;
    z-index: 2;
}

.FollowAniLogo1.two:hover::after {
    background-color: #25D366;
    top: 0;
}

.FollowAniLogo1.FAmail:hover::after {
    background-color: #2196F3;
    top: 0;
}

.FollowAniLogo1.four:hover::after {
    background-color: #0072b1;
    top: 0;
}

.CompanyHeadsFlexDiv {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.RDCompanyHeadsFlexDiv {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.HeadPhotoSection {
    width: 100%;
    height: 260px;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
}

.HeadPhotoSection2 {
    width: 100%;
    height: 260px;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
}

.HeadPicParentDiv {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.HeadPicDiv {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.HeadConteactParentDiv {
    width: 100%;
    display: flex;
    justify-content: center;
}

.HeadsDetails1 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.6px;
}

.HeadsDetails2 {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.6px;
}

.HeadDetailsParentDiv2 {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.FooterClickBtn {
    line-height: 1;
    text-decoration: none;
    display: inline-flex !important;
    border: none;
    cursor: pointer;
    align-items: center;
    gap: 0.75rem;
    background-color: #41B152;
    color: #fff;
    border-radius: 10rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.3s;
    letter-spacing: 0.6px;
    font-size: 15px;
    height: 50px;
    width: 160px;
}

.FooterClickBtn:hover {
    background-color: #3973BC;
}

.FooterClickBtnIconWrapper {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    position: relative;
    color: #41B152;
    background-color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.FooterClickBtn:hover .FooterClickBtnIconWrapper {
    color: #3973BC;
}

.FooterClickBtnIcon {
    position: absolute;
    transition: transform 0.3s ease-in-out;
}

.FooterClickBtnIconCopy {
    transform: translate(0%, -150%);
}

.FooterClickBtn:hover .FooterClickBtnIcon.fa-primary {
    transform: translate(-150%, 0%);
}

.FooterClickBtn:hover .FooterClickBtnIconCopy {
    transform: translate(0, 0);
    transition-delay: 0.1s;
}

.FooterClickBtnParent {
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
}

/* ************************* Media Query Section *************************** */


@media only screen and (max-width: 767px) {

    .FooterMarginTop {
        margin-top: 120px;
    }

    .WithSmartFMmainContainerForFooter1 {
        min-width: 320px;
    }

    .WithSmartFMmainContainerForFooter3 {
        justify-content: start;
        padding: 6px 14px;
    }

    .FooterParentDiv1 {
        min-width: 320px;
        max-width: 100%;
        width: 100%;
        border-radius: 0px;
        margin-top: 0px;
    }

    .FooterParentDiv2 {
        min-width: 320px;
        margin: 0px;
    }

    .FooterParentDiv3 {
        min-width: 320px;
        margin: 0px;
    }

    .ProductsHeadContentsFlexDiv {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .ContactClickDiv {
        display: flex;
        flex-direction: column;
        padding: 25px 50px;
        gap: 20px;
    }

    .RDContactClickDiv {
        display: flex;
        flex-direction: column;
        padding: 35px 50px;
        gap: 20px;
    }

    .QuickCallText {
        font-size: 1.1rem;
        letter-spacing: 1px;
        text-align: center;
    }

    .QuickCallText1 {
        font-size: 1.6rem;
        text-align: center;
    }

    .RDQuickCallText1 {
        font-size: 1.5rem;
        text-align: center;
    }

    .CompanyHeadsListSubDiv {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .RDCompanyHeadsListSubDiv {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .CompanyHeadsFlexDiv {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 0px 40px 0px;
        gap: 0px;
    }

    .RDCompanyHeadsFlexDiv {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }

    .CompanyHeadsListMainDiv {
        padding: 0px 10px 40px 10px;
    }

    .ClickTxt {
        font-size: 0.9rem;
        padding: 12px 30px;
    }

    .HeadPhotoSection {
        height: 270px;
    }

    .HeadPhotoSection2 {
        height: 238px;
    }

    .FooterMainListsDiv {
        width: 100%;
        padding: 10px 14px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
    }

    .CompanyParentDiv {
        width: 100%;
        padding: 10px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .ProductsParentDiv {
        width: 100%;
        gap: 12px;
    }

    .FooterMainContentListStyle {
        padding-top: 6px;
    }

    .ServicesParentDiv {
        width: 100%;
    }

    .ServicesFooterListsdiv ul {
        padding: 10px 0px 0px 40px;
    }

    .FollowUsParentDiv {
        width: 100%;
        gap: 12px;
    }

    .OurLogoMainDiv {
        padding: 10px;
    }

    .OurLogoSubDiv {
        width: 60%;
        display: flex;
        flex-direction: column;
        gap: 36px;
        margin: 10px 0px;
    }

    .TermsDiv {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 0px 10px 6px 10px;
    }

    .FooterLogo {
        max-width: 150px;
    }

    .ClickHereBtn {
        padding: 12px 40px;
        font-size: 1rem;
    }

}



@media only screen and (min-width: 768px) and (max-width: 991px) {}


@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 1200px) {}