/* 1 */

.HelpBGs {
    width: 100%;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../../images/Help_Intro/BG_02-02.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.HelpBgIn {
    min-height: 250px;
    background: url("../../images/BG_0250-05.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.HelpBG .HelpBg_center {
    display: flex;
    align-items: center;
    justify-self: center;
    text-align: center;
    flex-direction: column;
    gap: 20px;
}

.HelpBG .HelpBg_center h1 {
    color: #fff;
    font-size: 35px;
}

.HelpBG .HelpBg_center_in {
    display: flex;
    align-items: center;
    justify-self: center;
    text-align: center;
    flex-direction: column;
    gap: 10px;
    color: #fff;
}

.HelpBG .HelpBg_center_in h1 {
    font-size: 35px;
}

.HelpBg_center_in p {
    font-size: 14px;
}

.HelpIn_BaInp {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    display: grid;
    grid-template-columns: 550px 120px;
    padding: 8px 9px;
    gap: 10px;
    border: 2px solid transparent;
}

.HelpIn_BaInp .HelpIn_BaInp_Container {
    position: relative;
    width: 100%;
}

.HelpBG .HelpBg_center .HelpIn_BaInp_Container .HelpInpBG {
    background: #fff;
    border-radius: 5px;
}

.HelpBG .HelpBg_center .HelpIn_BaInp_Container .HelpInpBG {
    background: #fff;
    border-radius: 5px;
}

.HelpBG .HelpBg_center .HelpIn_BaInp_Container input {
    width: 90%;
    border: transparent;
    padding: 10px 10px 10px 15px;
    outline: none;
}

.HelpIn_BaInp:focus-within {
    border: 2px solid #f3eaea;
    /* box-shadow: 0 0 8px rgba(245, 243, 243, 0.2); */
    box-shadow: 0px 1px 12px 7px rgba(245, 243, 243, 0.2);
}

.HelpBG .HelpBg_center .HelpIn_BaInp_Container svg {
    position: absolute;
    top: 10px;
    left: 7px;
}

.Help__IcoI {
    position: absolute;
    right: 0;
    top: 10px;
    width: 25px;
    height: 25px;
    background: #f5f3f3;
    text-align: center;
    border-radius: 50%;
    padding: 5px;
    font-size: 16px;
    color: #514f4f;
    cursor: pointer;
}

.Help__IcoI:hover {
    background: #e7e7e7;
}

.HelpIn_BaInp button {
    padding: 2px 20px;
    border-radius: 5px;
    background: #0a66c2;
    color: #fff;
}

.HelpIn_BaInp button:hover {
    background: #0858a8;
}

.Help__Mid {
    width: 95%;
    margin: 5% auto;
}

.Help__Colle img {
    width: auto;
    object-fit: contain;
    height: 120px;
    margin-bottom: 15px;
    max-width: 100%;
}

.Help__Mid h3 {
    padding: 0 0 65px 0;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
}

.Help__Mid_C {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 30px;
    justify-content: center;
    align-items: center;
}

@media(max-width:1440px) {
    .Help__Mid {
        width: 90%;
        margin: 3.5% auto;
    }

    .Help__Mid h3 {
        padding: 0 0 40px 0;
    }

    .HelpBgIn {
        min-height: 220px;
        background: url(../../images/BG_0-04.png);
    }

    .HelpBGs {
        min-height: 280px;
        background: url(../../images/BG_Mac.png);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .Help__Mid {
        width: 100%;
    }

    .Help__Mid_C {
        grid-template-columns: repeat(2, auto);
    }

    .Help__ColleGrp,
    .Help__ColleGrpSub {
        height: 320px;
    }

    .HelpBG {
        padding: 20px;
    }

    .HelpBg_center_in h1 {
        font-size: 25px !important;
    }

    .HelpBg_center_in p {
        font-size: 15px;
        padding: 0px 80px;
    }

    .Help__SG__Right h1 {
        text-align: start;
        font-size: 18px !important;
    }

}

@media(max-width:767px) {
    .HelpBG .HelpBg_center {
        width: 100%;
    }

    .Help__Mid h3 {
        padding: 0 0 40px 0;
        font-size: 23px;
    }

    .HelpIn_BaInp:focus-within {
        border: 2px solid transparent;
        box-shadow: none;

    }

    .HelpIn_BaInp {
        padding: 0;
    }

    .Help__Mid_C {
        grid-template-columns: 1fr;
    }

    .HelpIn_BaInp button {
        padding: 15px 20px;
    }

    .HelpBG .HelpBg_center .HelpIn_BaInp_Container input {
        padding: 10px 10px 10px 7px;
        height: 50px;
        border-radius: 5px;
        width: 80%;
    }

    .Help__IcoI {
        right: 7px;
        top: 12px;
    }

    .HelpIn_BaInp {
        background: transparent;
        /* width: 345px; */
        grid-template-columns: 1fr;
    }

    .HelpBG .HelpBg_center h1 {
        font-size: 27px;
    }

    .Help__Mid {
        width: 100%;
        margin: 3rem auto;
    }

    .Help__ColleGrpSub,
    .Help__ColleGrp {
        max-width: 100%;
    }

    .HelpBg_center_in {
        font-size: 27px;
    }

    .HelpBg_center_in h1 {
        font-size: 20px !important;
    }

    .HelpBg_center_in p {
        font-size: 13px;
    }

    .HelpBG {
        padding: 20px;
    }

}

.Help__ColleGrp {
    background: transparent;
    padding: 2px;
    border-radius: 10px;
    box-shadow: none;
    cursor: pointer;
    width: auto;
    max-width: 345px;
    height: auto;
    color: #000;
    transition: 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 3px;
    border: 1px solid #fffcfc;
}

.Help__ColleGrpSub {
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px 20px;
    height: auto;
    width: auto;
    max-width: 345px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    box-shadow: none;
}

.Help__RoundGrp {
    visibility: hidden;
    opacity: 0;
    padding: 10px 20px 0px 0;
}

.Help__Round {
    width: 28px;
    height: 28px;
    background: linear-gradient(60deg, rgb(82, 84, 212), rgb(98, 207, 247));
    border-radius: 50%;
    text-align: center;
    padding: 2px;
}

.Help__ColleGrp:hover .Help__RoundGrp {
    visibility: visible;
    opacity: 1;
}

.Help__ColleGrp:hover,
.Help__ColleGrp:focus-within {
    background: linear-gradient(60deg, rgb(82, 84, 212), rgb(98, 207, 247));
    box-shadow: 0 4px 20px rgba(77, 142, 249, 0.3),
        0 0 10px rgba(53, 177, 186, 0.2);
    color: #0a58ca;
    border: transparent;
}


.Help__ColleGrp:hover .Help__ColleGrpSub {
    border: 1px dashed transparent;
}

.Help__Colle {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 5px;
    flex-direction: column;
}

.Help__Colle h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 8px;
}

.Help__Colle p {
    color: #878686;
    line-height: 20px;
}

.Help__RoundGrp {
    padding: 20px 20px 0 0;
    display: flex;
    justify-content: end;
}



/* breadcrumb */

.breadcrumb__Nav {
    margin: 10px 0 0;
    padding: 10px 0;

}

.breadcrumb__Nav .breadcrumb {
    margin: 0;
}

.breadcrumb__Nav .breadcrumb-item+.breadcrumb-item::before {
    content: '\f054';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    padding: 0 0.5rem;
    color: #ccc;
}

.breadcrumb__Nav .breadcrumb-item a {
    color: #00263a;
    font-weight: 500;
}

.breadcrumb__Nav .breadcrumb-item a:hover {
    color: #2391f3;
}

.breadcrumb__Nav .breadcrumb-item.active {
    color: #2391f3;
    font-weight: 500;
}

.breadcrumb__Nav__Top {
    padding-top: 2rem;
    border-bottom: 1px solid #dcebf9;
}



/* 2 */
.Help__SG {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 6% 0;
}

.Help__SG__left {
    width: 500px;
    height: 400px;
}

.Help__SG__left img {
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.Help__SG__Flex_ {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-top: 25px;
}

.Help__Accor {
    margin-bottom: 10px;
    border-radius: 8px;
    background: transparent;
}

.Help__SG__Right {
    padding-top: 4rem;
}

.Help__SG__Right h1 {
    text-align: start;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 5px;
    color: #4a4949;
}


.Help__Accor .Help__AcIn {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 17px;
    align-items: center;
    color: #000;
}

.Help__Accor:hover,
.Help__Accor:focus-within {
    background: #eef1fe;
}

.Help__Accor .Help__AcIn .Help__AcIcons {
    font-size: 10px;
}

.Help__Accor .Help__AcIn h6 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.Help__Accor .Help__AcIn h6 span {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 27px;
    /* background: linear-gradient(60deg, rgb(82, 84, 212), rgb(98, 207, 247)); */
    background: #2275c7;
    color: #fff;
    overflow: hidden;
    flex-shrink: 0;
}

.Help__Accor:hover .Help__AcIn h6 {
    color: #0a66c2;
}

.Help__Accor:hover .Help__AcIn h6 span {
    background: #eef1fe;
    color: #0a66c2;
    border-right: 1px solid #0a66c2;
}

.Help__Accor .Help__AcIn .Help__AcIcons {
    display: inline-block;
    background: transparent;
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 50%;
    line-height: 28px;
    font-size: 10px;
    transition: 0.3s ease;
}

.Help__Accor:hover .Help__AcIcons {
    background: #d8def5;
    color: #0a66c2;
}

@media(max-width:1440px) {

    .Help__SG {
        margin: 4% 0;
    }

    .Help__SG__Right {
        padding-top: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .Help__SG {
        grid-template-columns: 300px 1fr;
        gap: 20px;
    }

    .Help__SG__left {
        width: unset;
        height: unset;
    }

    .Help__SG__left img {
        height: auto;
        width: 300px;
        max-width: 100%;
        object-fit: cover;
    }

    .Help__SG__Right {
        padding-top: 1rem !important;
    }
}

@media(max-width:767px) {

    .Help__SG__Right h1,
    .Help__Accor .Help__AcIn h6 {
        font-size: 15px;
    }

    .breadcrumb-item+.breadcrumb-item {
        padding-left: 0;
    }

    .breadcrumb__Nav .breadcrumb {
        margin: 0;
        row-gap: 10px;
    }

}

/* 3 */
.Help__tab__Sec {
    display: grid;
    gap: 25px;
    margin: 4% auto;
    grid-template-columns: 380px 1fr;
}

.Help__TabLeft {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.Help__TabRight {
    border: 1px solid #f1f0f0;
    padding: 20px;
    border-radius: 8px;
}

.Help_TabsContent {
    display: none;
}

.Help_TabsContent.active {
    display: block;
}

.Help_TabsContent h5 {
    padding-bottom: 20px;
    font-size: 25px;
    font-weight: 600;
}

.Help__Tabs {
    display: grid;
    grid-template-columns: 23px auto;
    gap: 5px;
    margin: 0 0 10px 0;
    background: transparent;
    padding: 10px 5px 10px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
}

.Help__Tabs img {
    width: 22px;
    opacity: 0;
    transition: 0.3s ease;
}

.Help__Tabs.active {
    background: #eef1fe;
    color: #0a66c2;
}

.Help__Tabs.active img {
    opacity: 1;
}

.Help__Tabs:hover {
    background: #eef1fe;
}

.HelpRight_FL {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 15px;
}

.Help__TabGrid {
    padding-bottom: 40px;
}

.Help__TabGrid .Help_lead {
    padding-bottom: 20px;
}

.Help__TabGrid img {
    height: 470px;
    width: auto;
    max-width: 100%;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 0px 2px 1px rgba(60, 64, 67, .15);
    border-radius: 12px;
}

.Help__InnerBg_ {
    padding-bottom: 20px;
}

.Help__InnerBg_ p {
    padding: 0 0 8px 0;
}

.Help__InnerBg_ p>strong {
    font-weight: 500;
    padding-right: 5px;
    color: #000 !important;
}

.Help__InnerBg_ ul {
    list-style-type: disc;
    list-style: disc;
    padding: 10px 0 10px 37px
}

.Help__InnerBg_ ul li {
    padding: 0 0 8px 0;
    list-style: disc;
}

.Help__InnerBg_ .Help__MainHead {
    padding-bottom: 10px;
}

.Help__InnerBg_ .Help__MainHead h5 {
    font-size: 22px;
}

.Help__InnerBg_ .Help__MainHead h6 {
    color: #0a66c2;
    padding-bottom: 10px;
}

@media (max-width: 991px) {
    .Help__tab__Sec {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .Help__TabGrid img {
        height: auto;
        width: auto;
        max-width: 100%;
    }
}

@media(max-width:767px) {

    .Help__tab__Sec {
        grid-template-columns: 1fr;
    }

    .Help__TabGrid img {
        height: auto;
    }

    .Help__SG {
        grid-template-columns: 1fr;
    }

    .Help__SG__left {
        width: 100%;
        height: 100%;
    }

    .Help_TabsContent h5 {
        font-size: 18px;
    }

    .HelpRight_FL {
        padding: 0;
    }

}

/* Search results show */

.Help__Mid__Search {
    width: 65%;
    margin: 5% auto;
}

.Help__Mid__Search h6 {
    font-weight: 500;
    padding: 10px 0;
    display: block;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
    background: none;
    font-size: 18px;
}


.Search__container__card {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 10px 0;
    border-radius: 8px;
    background: #fff;
}

.Search__container__card h6 span {
    font-weight: 600;
    padding-left: 8px;
}

.Search__container__card .Search__card_colle {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 3px;
    padding: 15px 20px !important;
    border-radius: 10px;
    cursor: pointer;
    height: auto;
    width: auto;
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    color: #333;
    text-decoration: none;
    gap: 30px;
}

.Search__container__card .Search__card_colle:hover {
    border-color: #9ecaed;
    outline: none;
    box-shadow: 0 0 10px #9ecaed;
}

.Search__container__card .Search__card_colle:hover h5 {
    color: #0057ae;
    text-decoration: underline;
}

.Search__container__card .Search__card_colle h5 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
    color: #0b6fd3;
}

.Search__container__card .Search__card_colle p {
    color: #7d7d7d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.Search__container__card .Search__card_colle p span {

    font-weight: 700;
}


.Search__container__card .Search__card_colle svg {
    fill: #595959;
}

/* Nodata */
.Nodata_Found_Container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 6rem 0;
    text-align: center;
}

.Nodata_Found_Container img {
    width: auto;
    height: 200px;
}

.Nodata_Found_Container h5 {
    margin: 10px 0 0;
    text-transform: capitalize;
    letter-spacing: normal;
    font-weight: 600;
    padding-bottom: 3px;
    font-size: 18px;
}

.Nodata_Found_Container p {
    color: #8C8C8C;
}

@media(max-width:1440px) {
    .Help__Mid__Search {
        margin: 0 auto !important;
    }
}

@media(max-width:1320px) {
    .Help__Mid__Search {
        width: 85%;
        margin: 0 auto;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .Help__Mid__Search {
        width: 100% !important;
    }
}

@media(max-width:767px) {
    .Help__Mid__Search {
        width: 100% !important;
    }

    /* .Help__RoundGrp {
        display: none;
    } */
}

.Help__RoundGrps,
.Help__RoundGrp {
    visibility: hidden;
    opacity: 0;
    padding: 10px 20px 0px 0;
}


.Search__card_colle:hover .Help__RoundGrps,
.Search__card_colle:hover .Help__RoundGrp {
    visibility: visible;
    opacity: 1;
}

.Search__card_colle .Help__RoundGrps .Help__Rounds {
    width: 28px;
    height: 28px;
    background: #f3f3f3;
    border-radius: 50%;
    text-align: center;
    padding: 2px;
    opacity: 1;
    color: #333;
}


/* contact */
.Contact_p p {
    color: #fff;
}

.Conatact_T_Op {
    margin: 0;
    padding: 7rem 0;
}

.Contact__Section {
    padding: 20px 10px;
}

.Contact__Section h2 {
    font-size: 25px;
    padding: 10px 0;
    font-weight: 600;
    color: #4a4949;
}

.contact_pCoe a {
    color: #333;
    text-decoration: underline;
}

.contact_pCoe a:hover {
    cursor: pointer;
    color: #0d6efd;
}

.contact_pCoe_Sub {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    text-align: center;
    padding-right: 4px;
    border-radius: 50%;
    flex-shrink: 0;
    line-height: 38px;
}

.contact_pCoe_Sub svg {
    fill: #949aa1;
    width: 28px;
    height: 28px;
}

.Contact__Section .Contact__Fs {
    padding: 1.5rem 0 1rem;
}


.Contact__Section .Contact__Fs h3 {
    font-size: 16px;
    font-weight: 600;
}

.Contact__Fs ul {
    padding: 10px 0 0;
}

.Contact__Fs ul li {
    position: relative;
    padding: 5px 5px 5px 10px;
    color: #5e5c5c;
    font-weight: 400;
}


.Contact__Fs ul li .Contact__Fs_x {
    display: flex;
    align-items: start;
    gap: 10px;
}

.Contact__Fs ul li .Contact__Fs_x svg {
    margin-top: 3px;
}

.Contact__Fs ul li .Contact__Fs_x svg {
    overflow: hidden;
    flex-shrink: 0;
}

.contact_partflex {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    background: transparent;
    border-radius: 5px;
    gap: 20px;
}

.contact_pCoe {
    display: flex;
    gap: 10px;
}

.contact_pCoe h3 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding-bottom: 5px;
}

.ContactSP {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.ContactSP img {
    width: 500px;
    max-width: 100%;
    height: auto;
}



@media(max-width:1440px) {
    .Conatact_T_Op {
        padding: 3rem 0;
    }
}

@media(max-width:1320px) {
    .contact_partflex {
        grid-template-columns: 1fr;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .Contact__Section h2 {
        font-size: 17px;
    }

    .Contact__Section {
        padding: 0;
    }

    .contact_partflex {
        grid-template-columns: 1fr;
    }

    .Contact__Section h2 br {
        display: none;
    }

    .HelpBG .HelpBg_center h1 {
        font-size: 30px;
    }
}

@media(max-width:767px) {
    .Contact__Section {
        padding: 0;
    }

    .Contact__Section h2 {
        font-size: 17px;
    }

    .ContactSP,
    .contact_partflex {
        grid-template-columns: 1fr;
    }

    .ContactSP img {
        max-width: 100%;
        width: 350px;
    }

    .Contact__Fs ul li .Contact__Fs_x {
        align-items: start;
    }

    .Contact__Section h2 br {
        display: none;
    }

    .Contact__Fs ul li .Contact__Fs_x svg {
        margin-top: 3px;
    }
}