#settings_email_error {
    color: maroon;
}

.button-add {
    background-color: rgb(45, 136, 255);
    color: white;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    border-radius: 30px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 4px 10px;
    text-decoration: none;
    margin: 6px 8px;
}


.faq-top-bx {
    min-height: 280px;
    height: 100%;
    position: relative;
    width: 100%;
    background: linear-gradient(0deg, var(--color-2) 0%, var(--color-1) 70%);
}


.faq-txt {
    margin: 40px 0;
}

.faq-txt h1 {
    font-size: 32px;
    border-bottom: 1px dashed lightgray;
    color: white;
    text-align: center;
    margin: 30px auto 0;
    padding: 5px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.faq-txt p {
    text-align: center;
    font-size: 14px;
    color: white;
    text-transform: capitalize;
    margin-top: 10px;
    font-style: italic;
}


.faq-top-bx svg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
}

/* 
.ps-rl{
    position: relative;
}

.ps-ab-btn{
    position: absolute;
    top: 3px;
    right: 0;
} */


/* .about-txt {
    margin: 20px 0;
    padding: 30px 0;
} */

.margin-30 {
    margin: 15px 0 15px 0;
    font-size: 3rem;
    color: rgb(45, 136, 255);
}

.p-b {
    font-size: 16px;
    padding: 10px 19px;
    border-radius: 30px;
}

.black-text {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

.spc {
    color: #484848;
    font-size: 15px;
}

.custm-form {
    border-radius: 8px 0 0 8px;
    height: 100%;
    padding: 30px 30px;
    background-color: #ffffff;
    -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}


.sbmit-btn {
    margin: 15px auto -10px;
    display: block;
    width: 120px !important;
    background: #fcfcfc;
    text-align: center;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    height: 40px;
    padding: 7px 3px;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}


.sbmit-btn:hover {
    color: white;
    background-color: rgb(45, 136, 255);
    -webkit-box-shadow: 0px 0px 10px #d3d3d366;
    box-shadow: 0px 0px 10px #d3d3d366;
    border-color: rgb(45, 136, 255);
}


.contact-info-bx {
    border-radius: 0 8px 8px 0;
    background: linear-gradient(-45deg, #00559e 0%, #62cdfb 100%);
    height: 100%;
    padding: 30px 20px;
}


.contact-heading {
    font-weight: 500;
    color: #ffffff;
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.contact-info {
    margin-bottom: 15px;
    border-bottom: 1px dashed #ffffff45;
    padding-bottom: 15px;
}

.contact-info:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
}

.contact-info p:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    margin: 0;
    margin-bottom: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.contact-info p:nth-child(1) .contact-icon {
    font-size: 14px;
    margin-right: 8px;
}

.contact-info p:nth-child(2) {
    /* color: #00559e; */
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    margin: 0;
    margin-bottom: 5px;
    padding-left: 0px;
    opacity: 1;
    letter-spacing: 0.5px;
}

.pageterms h1 {
    color: #333333;
    font-size: 2rem;
}

.pageterms p {
    color: #484848;
    font-family: inherit !important;
    margin: 0 0 9px;
    font-size: 14px;
    line-height: 18px;
}

.pageterms h2 {
    font-size: 24px;
    line-height: 36px;
}

#svgContainer {
    max-width: 100%;
    max-height: 100%;
    background-image: linear-gradient(70deg, #f0f0f0 10%, #ffffff 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

#svgContainer svg {
    width: 20% !important;
}


.file-upload {
    margin-bottom: 10px;
}

.preview {
    width: 100px;
    height: 100px;
}

.progress-bar {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 5px;
}

.progress {
    background-color: green;
    height: 10px;
}


.progress .psblpb-inner {
    transition: width 10s ease;
}

.about-txt span {
    text-align: center;
}

.about-txt img {
    display: block;
    margin: 0 auto;
    max-width: 576px;
    width: 100%;
}

/* 
.highlight{
    z-index: 9999;
} */

.train-det {
    padding-bottom: 20px;
    border-bottom: 1px solid #c9c3c3c4;
    margin-bottom: 20px;
}

.train-det .hvr {
    font-size: 14px;
}

.train-det span,
a {
    color: #212529ad;
    /* color: #008000; */
    transition: all .3s;
}

.train-det span:hover {
    color: #295ea2;
}


/* #28a745 */


/* dark */
/* #129130 */


/* payment QR code css start  */


.dtl__payment {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    font-family: 'Nunito', sans-serif !important;
    background: linear-gradient(0deg, #fcfcfc 51%, transparent 51%);
    padding: 0 9px;
}

.qr-img-main img {
    width: 100%;

}

.upload_suc_img_hed {
    width: 100%;
    padding: 10px 0px 0px 0px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-top: 15px;
}

@media (max-width:576px) {
    .upload_suc_img_hed {
        padding: 0px 0px 0px 0px;
        margin-top: 0px;
    }
}

/* payment QR code css end  */

/* share trainer profile css start  */


.social_top {
    margin-top: 20px;
}




.social_div .s_btn {
    height: 35px;
    width: 35px;
    /* float: left; */
    text-align: center;
    padding: 5px 0px;
    color: #fff;
    font-size: 16px;
    margin: 0px 5px;
    border-radius: 5px;
}

.social_div .s_btn:hover {
    color: #fff !important;
    opacity: 0.8;
}

.social_div .s_btn.fb {
    background: #4d71b7;
}

.social_div .s_btn.tw {
    background: #24bae8;
}

.social_div .s_btn.gp {
    background: #d0021b;
}

.social_div .s_btn.pin {
    background: #df0019;
}

.social_div .s_btn.wa {
    background: #44be53;
}

.social_div .s_btn.linkedin {
    background: #0077b5;
}

.social_div .s_btn.email {
    background: #555;
}

.social_div .s_btn.copy {
    background: linear-gradient(-45deg, #15c7f7, #00a0e3);
}


.social_div .static {
    width: auto;
    color: #333333 !important;
    font-size: 14px;
    padding: 5px 10px;
    /* line-height: 21px; */
    /* border: 1px solid transparent; */
    display: block;
    text-align: left;
}

/* .social_div{
    margin-left: 15px;
} */

/* share trainer profile css end */



/* newsletter css v=1 start*/

.add_email_btn {
    background: #247fc3;
    color: #fff;
    border: 1px solid #247fc3;
    padding: 7px 10px;
    position: absolute;
    top: 1px;
    right: 0px;
    font-size: 13px;
    border-radius: 5px;
}

.custom_email {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #247fc3;
    padding: 10px;
    border-radius: 5px;

}

.custom_email span {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.select_emails {
    background: #247fc3;
    color: #fff;
    border: 1px solid #247fc3;
    font-size: 13px;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
}

.select_mail {
    background-color: #e9e9e9;
    margin: 8px 0;
    cursor: pointer;
}

.select_mail.active {
    background-color: #d8e3f5;
}


.select_mail span {
    display: inline-block;
    font-size: 14px;
    color: #333;
}

.select_mail img {
    width: 100px;
}

.select_mail img.dlt_ns {
    width: 40px;
    margin-right: 5px;
    padding: 10px;
    border-radius: 20px;
    transition: all .3s ease;
}

.select_mail img.dlt_ns:hover {
    background-color: #ff000024;
}



.add_email_btn_2 {
    background: #247fc3;
    color: #fff;
    border: 1px solid #247fc3;
    padding: 3px 9px;
    font-size: 13px;
    border-radius: 5px;
}

.select_mail>.row {
    padding: 0 5px;
}

.add_email_modal h3 {
    text-align: center;
    margin: 10px 0;
    font-size: 20px;
    font-weight: 500;
}

.row_main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px 0 5px 10px;
}

.view_emils {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    background-color: #e9e9e9;
    cursor: pointer;
}

.view_emils span {
    display: inline-block;
    font-size: 16px;
    color: #333;
}

.view_email_btn {
    background: #247fc3;
    color: #fff;
    border: 1px solid #247fc3;
    padding: 5px 9px;
    font-size: 13px;
    border-radius: 5px;
}

.view_email_btn:hover {
    color: #fff;
}

.remove_email_btn {
    border: none;
    background: transparent;
}

.nsadd-input {
    display: flex;
    gap: 10px;
    padding: 0 10px;
    align-items: center;
    margin: 15px 0;
}

.nsadd-input span {
    font-size: 18px;
}

.nsadd-input input {
    max-width: 400px;
    width: 100%;
    border-color: #124ca0;
    height: 40px;
    border-radius: 5px;
    background: #fff;
    padding: 0 10px;
}

/* 
.remove_email_btn {
    background: #df0019;
    color: #fff;
    border: 1px solid #df0019;
    padding: 3px 9px;
    font-size: 13px;
    border-radius: 5px;
} */

@media (max-width:380px) {
    .view_emils span {
        font-size: 14px;
    }

    .view_email_btn {
        font-size: 12px;
    }

    .select_mail span {
        font-size: 13px;
    }

    .remove_email_btn {
        padding: 2px 7px;
        font-size: 12px;
    }
}


/* newsletter css v=1 end*/



/* next btn css for account page start  */

.acc-nxt {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    border-radius: 5px;
    width: 100%;
    font-weight: 400;
    letter-spacing: .5px;
    color: #fff;
    background-color: #2D88FF;
    font-size: 14px;
    margin: 0px auto;
    position: relative;
    border: none;
    outline: none;
    cursor: pointer;
    width: auto;
    margin-right: inherit;
}

.acc-nxt_db {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    border-radius: 5px;
    width: 100%;
    font-weight: 400;
    letter-spacing: .5px;
    color: #fff;
    background-color: #2D88FF;
    font-size: 14px;
    margin: 0px auto;
    position: relative;
    border: none;
    outline: none;
    cursor: pointer;
    width: auto;
    margin-right: inherit;
}

.account-box {

    display: none;
}

#account-box1 {
    display: block;
}

.accback-link {
    margin-bottom: 5px;
    border: 1px solid #e9e9e9;
    padding: 3px 12px 4px;
    width: fit-content;
    border-radius: 50px;
    background: #fcfcfc;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.accback-link .fa {
    margin-right: 3px;
    font-size: 18px;
    position: relative;
    top: 1px;
}

.accback-link:hover {
    background-color: #202567;
    border-color: #202567;
    color: white;
}

.account-heading {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    color: #295ea2;
    padding: 8px 15px 7px;
}

/* next btn css for account page end */


/* new css avenue response page css start  */

.newcc-card {
    background: white;
    padding: 20px 40px;
    border-radius: 4px;
    box-shadow: 0 2px 3px #C8D0D8;
    display: inline-block;
    margin: 0 auto;
}

.newcc-card .roundedd {
    border-radius: 200px;
    height: 150px;
    width: 150px;
    background: #F8FAF5;
    margin: 0 auto;
}

.newcc-card .roundedd i.checkmark {
    color: #9ABC66;
    font-size: 70px;
    line-height: 150px;
    margin-left: -15px;
}

.newcc-card .roundedd i.wrongmark {
    color: #bc6666;
    font-size: 70px;
    line-height: 150px;
    margin-left: -15px;
}

.newcc-card p {
    color: #404F5E;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-size: 20px;
    margin: 0;
}

.newcc-card h1.suc {
    color: #88B04B;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
}

.newcc-card h1.fail {
    color: #bc6666;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
}

.newcc-res-heading {
    text-align: center;
}

p {
    font-size: 18px;
    color: #295ea2;
    font-weight: 600;
}

.newcc-res-main {
    display: flex;
    border: 1px solid #c0c0c0;
}

.newcc-res-main span {
    background-color: #eee;
    color: #333;
    padding: 10px 9px;
    width: 50%;
    font-size: 12px;
}

.newcc-res-main span:nth-child(2) {
    background-color: #e0dfdf;
    color: #333;
    padding: 10px 10px;
}

.newcc-res-main span.suc {
    color: green;
}

.newcc-res-main span.fail {
    color: #d0021b;
}

/* .newcc-res-back-main{
    text-align: center;
} */

.newcc-res-back-main a {
    font-weight: 500;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 18px auto 0;
    display: block;
    color: #63788A;
    font-family: var(--font-2);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.newcc-res-back-main a svg {
    width: 16px;
    height: 16px;
    position: relative;
    top: -1px;
    left: -2px;
}

.newcc-res-back-main a:hover {
    color: #000;
    background: #00000012;
}

/* new css avenue response page css end  */


.nsrow {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    align-items: center;
}


/* training opportunities date part start  */

.tpi_date {
    margin: 15px 0 20px;
    color: #000;
}

.tpi_date span {
    color: #3666a5;
}

/* training opportunities date part end  */


/* list view posted training Opo start  */

.to-posted-item .list_view_btn {
    font-size: 14px;
    color: gray;
    font-weight: 600;
    font-family: var(--font-2);
    margin-top: 10px;
    width: fit-content;
    padding: 2px 12px 3px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    /* position: absolute;
    right: 160px;
    bottom: 15px; */
    background: #efefef;
    border-radius: 50px;
}

.to-posted-item .list_view_btn.active,
.to-posted-item .list_view_btn:hover {
    color: #295ea2;
    background-color: #295ea238;
}

.to-posted-item .list_view_btn .fa {
    font-size: 20px;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.postopo_list {
    background-color: #fcfcfc;
    border: 1px solid #e9e9e9;
    margin-top: 15px;
    padding: 15px;
    position: relative;
    /* -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05); */
    /* box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05); */
    border-radius: 16px;
    margin-bottom: 25px;
}

.postview_detail {
    border-radius: 5px;
    background-color: #e9e9e9;
    cursor: pointer;
    max-width: 30%;
    width: 100%;
    margin: 5px 10px;
}

.postview_detail .row_main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px 10px 5px 10px;
}

.postview_detail .view_prof_pic {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #295ea2;
    padding: 3px;
}

.postview_detail .view_prof_pic img {
    width: 100%;
    object-fit: contain;
    border-radius: 50%;
}


.postview_detail span {
    display: inline-block;
    font-size: 14px;
    color: #333;
}

@media (max-width:992px) {
    .postview_detail {
        max-width: 45%;
    }

}

@media (max-width:768px) {
    .postview_detail {
        max-width: 100%;
    }
}

@media (max-width:480px) {
    /* .to-posted-item .list_view_btn {
        right: 15px;
        bottom: 50px;
    } */


}




/* list view posted training Opo end  */


/* --- File Select btn --- */
.custo_file .choosefile_label {
    width: 100%;
    display: block;
    margin: 10px 0;
}

.custo_file .selectfilebtn {
    border: 1px dashed lightgray;
    border-radius: 5px;
    min-height: 68px;
    display: flex;
    font-weight: 400;
    padding: 10px 15px;
    text-align: center;
    background-color: #fcfcfc;
    color: #80868b;
    transition: all 0.3s ease-in;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.custo_file .selectfilebtn .fa {
    font-size: 42px;
    color: #38a2d9;
}

.custo_file .selectfilebtn:hover {
    color: #124ca0;
    border-color: #124ca0;
    background-color: #00336217;
}

.custo_file .selectedfile {
    display: flex;
    /* justify-content: space-between; */
    border: 1px solid #124ca0;
    background: #ffffff0a;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    transition: all 0.3s ease-in;
    /* cursor: pointer; */
    margin-top: 10px;
    /* width: fit-content; */
    gap: 10px;
}

.custo_file .selectedfile img {
    width: 130px;
    height: 80px;
    object-fit: contain;
    object-position: center;
    box-shadow: 0 4px 10px #ccc;
    border-radius: 5px;
    margin-right: 5px;
}

.custo_file .selectedfilbtn-bx {
    display: flex;
    align-items: center;
}

.custo_file .selectedfilbtn-bx .sfb-icon {
    display: flex;
    align-items: center;
    border: 1px solid lightgray;
    background-color: #fcfcfc;
    padding: 3px 10px;
    border-radius: 5px;
    margin: 0 0 0 5px;
    font-size: 15px;
    color: #80868b;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.custo_file .selectedfilbtn-bx .sfb-icon .fa {
    margin-right: 5px;
}

.custo_file .selectedfilbtn-bx .sfb-icon.edit-icon:hover {
    color: #4CAF50;
    border-color: #4CAF50;
    background-color: #4caf500d;
}

.custo_file .selectedfilbtn-bx .sfb-icon.delete-icon:hover {
    color: #d21813;
    border-color: #d21813;
    background: #fef8f8;
}


.testiubvrf-link img{
    transform: scale(0.9);
    transition: all 0.3s ease-in-out;
}

.testiubvrf-link:hover img{
    transform: scale(1);
}