@font-face {
    font-family: 'Roboto Regular';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Roboto-Regular.woff');
}


@font-face {
    font-family: 'Roboto Italic';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Roboto-Italic.woff');
}


@font-face {
    font-family: 'Roboto Bold';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Roboto-Bold.woff');
}


@font-face {
    font-family: 'Roboto Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Roboto-BoldItalic.woff');
}


@font-face {
    font-family: 'Roboto Thin';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Roboto-Thin.woff');
}


@font-face {
    font-family: 'Roboto Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Roboto-ThinItalic.woff');
}


@font-face {
    font-family: 'Roboto Light';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Roboto-Light.woff');
}


@font-face {
    font-family: 'Roboto Light Italic';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Roboto-LightItalic.woff');
}


@font-face {
    font-family: 'Roboto Medium';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Roboto-Medium.woff');
}


@font-face {
    font-family: 'Roboto Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Roboto-MediumItalic.woff');
}


@font-face {
    font-family: 'Roboto Black';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Roboto-Black.woff');
}


@font-face {
    font-family: 'Roboto Black Italic';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Roboto-BlackItalic.woff');
}


@font-face {
    font-family: 'Poppins Black';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Poppins-Black.ttf');
}


@font-face {
    font-family: 'Poppins BlackItalic';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Poppins-BlackItalic.ttf');
}

@font-face {
    font-family: 'Poppins Bold';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Poppins-Bold.ttf');
}

@font-face {
    font-family: 'Poppins BoldItalic';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Poppins-BoldItalic.ttf');
}


@font-face {
    font-family: 'Poppins ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Poppins-ExtraBold.ttf');
}


@font-face {
    font-family: 'Poppins ExtraLight';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Poppins-ExtraLight.ttf');
}

@font-face {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Poppins-Light.ttf');
}

@font-face {
    font-family: 'Poppins Medium';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Poppins-Medium.ttf');
}

@font-face {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Poppins SemiBold';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Poppins-SemiBold.ttf');
}


@font-face {
    font-family: 'Poppins Thin';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Poppins-Thin.ttf');
}

.supportModule-HeroAreaMain {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 160px 0 60px;
    background: linear-gradient(267.47deg, #673AB7 1.25%, #521FAC 98.78%);

}

.supportModule_HeroCenterContent {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.supportModule_HeroCenterContentTitle {
    color: #FFFFFF !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 38px !important;
    font-weight: 400 !important;
    font-family: 'Roboto Slab', serif !important;
}

.supportModule_HeroCenterContent p {
    color: #FFFFFF !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
    font-family: 'Roboto Regular' !important;
}

.supportModule_HeroSearch {
    position: relative;
    max-width: 602px;
    width: 100%;
    flex: none;
}

.supportDot3 {
    position: absolute;
    top: -20px;
    right: 180px;
    z-index: 1;
}

.supportDot1 {
    position: absolute;
    bottom: 10px;
    right: 140px;
    z-index: 1;
}

.supportDot2 {
    position: absolute;
    bottom: 20px;
    left: 100px;
    z-index: 1;
}

.supportModule_HeroSearch .supportModule_HeroSearchBox {
    border: 1.3px solid #E1E1E1 !important;
    border-radius: 10px !important;
    height: 60px !important;
    padding-left: 50px !important;
    background-color: transparent !important;
    color: #fff !important;
}

.supportModule_HeroSearch .supportModule_HeroSearchBox:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1.3px solid #E1E1E1 !important;
}

.supportModule_HeroSearch input::placeholder {
    font-size: 16px !important;
    color: #E1E1E1E1 !important;
}

.supportModule_HeroSearchIcon {
    position: absolute;
    left: 15px;
    width: 21px;
    height: 21px;
    object-fit: contain;
    top: 50%;
    transform: translateY(-50%);
}

/* ******************************************************************* */


.supportModule_basicCardSection {
    position: relative;
    max-width: 100%;
    width: 100%;
    padding: 70px 0;
}

.supportModule_basicCardFlex {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 25px;
    flex-wrap: wrap;
}

.supportModule_basicCardMain {
    position: relative;
    background-color: #F9FAFB;
    border-radius: 16px;
    text-decoration: none;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: space-between;
    width: calc((100% - 75px) / 4);
}

.supportModule_basicCardMainBox {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    flex: none;
    justify-content: center;
    text-align: center;
    line-height: 0;
    background-color: #F3F4FB;
}

.supportModule_basicCardMainBox img {
    width: 20px;
    height: 20px;
    position: relative;
    object-fit: contain;
}

.supportModule_basicCardMainText {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.supportModule_basicCardMainText span:first-child {
    color: #323232;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto Slab', serif !important;
}

.supportModule_basicCardMainText span:last-child {
    color: #7E7E7E;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto Regular' !important;
}


.supportModule_browserCategory {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 0 0 70px;
}

.supportModule_browserCategory_heading {
    color: #323232 !important;
    margin: 0 !important;
    font-size: 30px !important;
    text-align: center !important;
    padding: 0 0 40px !important;
    font-weight: 400 !important;
    font-family: 'Roboto Slab', serif !important;
}

.supportModule_browserCategory_Flex {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 25px;
    flex-wrap: wrap;
}

.supportModule_browserCategory_Card {
    position: relative;
    width: calc((100% - 50px) / 3);
    background-color: #F9FAFB;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
    /* border: 1px solid #E5E7EB; */
}

.supportModule_browserCategory_CardBox {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 0;
}

.supportModule_browserCategory_CardBox img {
    width: 20px;
    height: 20px;
    position: relative;
    object-fit: contain;
}

.supportModule_browserCategory_CardTxt {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.supportModule_browserCategory_CardTxt h4 {
    margin: 0 !important;
    font-size: 18px !important;
    padding: 0 !important;
    font-weight: 400 !important;
    font-family: 'Roboto Slab', serif !important;
}

.supportModule_browserCategory_CardTxt ul {
    margin: 0 !important;
    list-style: none !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 !important;
}

.supportModule_browserCategory_CardTxt li {
    color: #7E7E7E;
    font-family: 'Roboto Regular' !important;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
}

.supportModule_browserCategory_CardTxtBtn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #673AB7;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Roboto Medium';
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ***************************** */

.supportModule_TopFaqSection {
    position: relative;
    max-width: 100%;
    width: 100%;
    padding: 0 0 50px;
}


.TopFAQ-tabs {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
}

.TopFAQ-tab {
    cursor: pointer;
    color: #4B5563;
    font-weight: 400;
    padding-bottom: 5px;
    font-family: 'Roboto Regular';
    border-bottom: 2px solid transparent;
    font-size: 18px;
    background: transparent;
}

.TopFAQ-tab.TopFAQ-active {
    background: transparent;
    font-weight: 500;
    border-bottom: 2px solid #673AB7;
    font-family: 'Roboto Medium';
    color: #673AB7;
}

.TopFAQ-content {
    width: 100%;
    display: none;
}

.TopFAQ-content.TopFAQ-active {
    display: block;
}

.supportModule_TopFaqSection_Card {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding: 15px 0;
    margin: 0 0 10px;
    border-bottom: 1px solid #E1E1E1;
}

.supportModule_TopFaqSection_Card:last-child {
    border-bottom: none !important;
}

.supportModule_TopFaqSection_Card a {
    position: relative;
    font-size: 18px;
    color: #373738;
    font-family: 'Roboto Medium';
    text-decoration: none;
    font-weight: 500;
}

.supportModule_TopFaqSection_Card span {
    color: #7E7E7E;
    font-family: 'Roboto Regular';
    font-size: 16px;
    font-weight: 400;
    position: relative;
}


.support-cmpaignheading h3 {
    position: relative;
    color: #373738 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Poppins Medium' !important;
    font-weight: 500 !important;
    font-size: 22px !important;
}

.support_label {
    position: relative;
    color: #373738 !important;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto Regular';
}



.support_BOx {
    position: relative;
    border: 0.88px solid #E1E1E1 !important;
    border-radius: 5.26px !important;
    height: 40px !important;
    padding: 8px 16px !important;
}

.support_BOx:focus {
    outline: none !important;
    border: 1px solid #673AB7;
    box-shadow: none !important;
}

textarea.support_BOx {
    height: auto !important;
}

.btnBoxSupport-outline {
    position: relative;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Roboto Regular';
    padding: 8px 30px;
    border-radius: 5.3px;
    min-width: 150px;
    color: #673AB7;
    white-space: nowrap;
    border: 1px solid #673AB7;
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 0;
}

.btnBoxSupport-outline:focus {
    outline: none !important;
}

.btnBoxSupport-Main {
    position: relative;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Roboto Regular';
    padding: 8px 30px;
    border-radius: 5.3px;
    white-space: nowrap;
    min-width: 150px;
    color: #fff;
    border: none;
    background-color: #673AB7;
    font-size: 14px;
    font-weight: 400;
    line-height: 0;
}

.btnBoxSupport-Main:focus {
    outline: none !important;
}

.SupportSlectBoxAttachment {
    position: relative;
    min-height: 120px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    border-radius: 5.26px;
    border: 2px dashed #E1E1E1
}

.SupportSlectBoxAttachment h4 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto Regular';
    color: #373738;
}

.SupportSlectBoxAttachment img {
    width: 41px;
    height: 41px;
    position: relative;
    object-fit: contain;
}


.SupportSlectBoxAttachment p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto Regular';
    color: #7E7E7E;
}

.SupportSlectBoxAttachmentFile {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 50;
    cursor: pointer;
}

/* ********************************** */


.supportModule-MainSectionForm {
    position: relative;
    padding: 40px 0 80px;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.supportModule-MainFormBox {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    box-shadow: 0px 10px 27px 0px #0000000F;
    border: 1px solid #E1E1E1;
    background-color: #fff;
    border-radius: 16px;
    padding: 30px;
}


.getTouch_Label {
    position: relative !important;
    color: #48494A !important;
    color: 16px !important;
    font-family: 'Roboto Regular' !important;
    font-weight: 400 !important;
}

.getTouch_Boxmain {
    position: relative;
    border: 1px solid #E1E1E1 !important;
    border-radius: 6px !important;
    font-family: 'Roboto Regular' !important;
    height: 40px !important;
    font-size: 14px !important;
    color: #48494A !important;
}

.getTouch_Boxmain:focus {
    outline: none !important;
    border: 1px solid #673AB7 !important;
    box-shadow: none !important;
}

textarea.getTouch_Boxmain {
    height: auto !important;
}

.supportModule-MainFormBox input::placeholder {
    color: #E1E1E1 !important;
}

.supportModule-MainFormBox textarea::placeholder {
    color: #E1E1E1 !important;
}


.getTouch_Btnarea {
    position: relative;
    border-top: 1px solid #E1E1E1;
}

.getTouch_SubmitBtn {
    position: relative;
    max-width: 100%;
    width: 100%;
    border-radius: 8px;
    height: 45px;
    background-color: #673AB7;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    line-height: 0;
    flex: none;
}

.getTouch_SubmitBtn:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.supportModuleGetTouchArea {
    max-width: 1200px;
    margin: 0 auto;
}

.getTouch_Boxmain_Card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 50px 0 0;
}

.getTouch_Boxmain_Card_Header {
    position: relative;
    width: 54px;
    height: 54px;
    border-radius: 16.2px;
    background-color: #F3F4FB;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 0;
}

.getTouch_Boxmain_Card_Text {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.getTouch_Boxmain_Card_Text span:first-child {
    color: #373738;
    font-size: 18px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}


.getTouch_Boxmain_Card_Text span:last-child {
    color: #7E7E7E;
    font-size: 16px;
    font-family: 'Roboto Regular';
    font-weight: 400;
}

.getTouch_Boxmain_LeftHeading {
    position: relative;
    font-family: 'Roboto Slab', serif !important;
    color: #323232 !important;
    margin: 0 !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    padding: 0 !important;
}


.getTouch_Boxmain_Card_Header img {
    position: relative;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.getTouch_Boxmain_Card_Supportmain {
    position: relative;
    margin: 50px 0 0;
    border: 0.5px solid #E1E1E1;
    background-color: #F9FAFB;
    border-radius: 9px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    text-align: center;
}

.getTouch_Boxmain_Card_Supportmain h4 {
    position: relative;
    font-family: 'Roboto Slab', serif !important;
    color: #323232 !important;
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    padding: 0 !important;
}

.getTouch_Boxmain_Card_Supportmain p {
    color: #7E7E7E !important;
    font-size: 16px !important;
    line-height: 1.8;
    padding: 0 !important;
    margin: 0 !important;
    font-family: 'Roboto Regular' !important;
    font-weight: 400 !important;
}

.LeadnestGetTouchMainLeft {
    position: relative;
    margin: 50px 0 20px;
    padding-right: 20px;
}

/* **************************************** */


@media (max-width:575.9px) {
    .supportModule_HeroCenterContentTitle {
        font-size: 35px !important;
    }

    .supportModule-MainSectionForm {
        padding: 20px 0 40px !important;
    }

    .LeadnestGetTouchMainLeft {
        padding-right: 0px !important;
    }

    .supportModule_basicCardSection {
        padding: 40px 0 !important;
    }

    .supportModule_basicCardMain {
        width: 100% !important;
    }

    .supportModule_browserCategory_Card {
        width: 100% !important;
    }

    .supportModule_browserCategory {
        padding: 0 0 40px !important;
    }

    .supportModule_TopFaqSection {
        padding: 0 0 40px !important;
    }

    .supportModule_TopFaqSection_Card {
        flex-wrap: wrap !important;
    }
}

@media (min-width:576px) and (max-width:991.9px) {


    .supportModule_basicCardMain {
        width: calc((100% - 25px) / 2) !important;
    }

    .LeadnestGetTouchMainLeft {
        padding-right: 0px !important;
    }

    .supportModule_browserCategory_Card {
        width: calc((100% - 25px) / 2) !important;
    }

}

@media (min-width:992px) and (max-width:1199.9px) {
    .LeadnestGetTouchMainLeft {
        padding-right: 0px !important;
    }

    .LeadnestGetTouchMainLeft br {
        display: none !important;
    }
}