/* Modals file inline css */
.dialing-code.selectize-control .option .flag-icon,
.dialing-code.selectize-control .item .flag-icon {
    margin-right: 10px;
}

.dialing-code.selectize-dropdown .flag-icon {
    margin-right: 10px;
}

#basic_modal_form .selectize-input,
#premium_modal_form .selectize-input,
#elite_modal_form .selectize-input {
    overflow-y: hidden;
    overflow-x: auto;
    font-weight: 300;
}

/* Bootstrap modal css overiders - START */
.modal-clusters .form-control:focus,
.modal-clusters .form-select:focus {
    color       : #212529;
    border-color: #939393;
    box-shadow  : none;
}

.modal-BD {
    background-color: #000000c9;
}

.modal-clusters .selectize-dropdown {
    font-size  : 0.9rem;
    line-height: 22px;
    width      : 100% !important;
}

.modal-clusters .dialing-codei:nth-child(2),
.modal-clusters .dialing-code:nth-child(2),
.dialing-codee:nth-child(2){
    width: 200% !important;
    top  : 42px !important;
}

.model-placer {
    transform: scale(0.85) !important;
}
/* This class is getting used in #success_Modal */
.modal-jkty{
    transform: scale(0.75) !important;
}

.model-placer .modal-content {
    background: #0c204b;
}

/* .model-placer .modal-content .modal-body {
    background   : #0c204b;
    border-radius: 20px;
} */

.modal-clusters .ht-mode {
    height: 3rem;
}
/* This CSS is getting used only for modal-coupon-cluster and modal-free-consult */
#modal-coupon-cluster,#modal-free-consult{
    padding-top               : 2% !important;
}
/* This CSS is getting used only for download_brochure_modal  and webinar_registration_modal */
#download_brochure_modal .modal-clusters,#webinar_registration_modal .modal-clusters{
    padding-top : 4% !important;
}
/* This CSS is getting used only for download_handbook_modal */
#download_handbook_modal  .modal-clusters{
    padding-top : 3% !important;
}

.modal-clusters {
    padding-top: 5% !important;
    border: 3px solid transparent;
    border-top-left-radius: 20px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.modal-clusters.show-benefits-bg {
    background: rgb(71, 74, 77) !important;
}




.btn-clusters {
    z-index           : 1;
    -webkit-box-shadow: -1px 2px 12px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow   : -1px 2px 12px -3px rgba(0, 0, 0, 0.75);
    box-shadow        : -1px 2px 12px -3px rgba(0, 0, 0, 0.75);
    top               : -9px;
    right             : -8px;
    padding           : 10px;
    border-radius     : 50%;
    background-color  : white;
    opacity           : 1;
}

.btn-clusters:hover {
    background-color: #eeeeee;
    opacity         : 1;
}

.sub-ft {
    font-weight: 600;
    background : linear-gradient(101.07deg, #fd7d35 -4.19%, #e74141 71.76%);
    border     : none;
}
.sub-ft.disabled{
    opacity: 1;
}

.opac-on{
    opacity: 0.85;
    cursor : not-allowed;
}

.sub-ft:hover{
    background : linear-gradient(101.07deg, #fd7e35ee -4.19%, #e74141ee 71.76%);
    border    : none;
}


.modal-left-fg {
    background-image: url(../images/pmp-popup-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px !important;
}
.modal-left-fg-premium{
    background: linear-gradient(180deg, #0D224D 0%, #091E46 100%);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
/* This class is getting used for PMP modals */
.pmpspan{
    color: #191970;
}
/* Bootstrap modal css overiders - END */

/* Error handling - STARTS*/
.modal-clusters .form-control.error,
.modal-clusters .form-select.error {
    color        : #212529;
    border-color : rgba(220, 53, 69, 0.9);
    box-shadow   : none;
    padding-right: 30px;
}

.modal-clusters .fa-info-circle {
    position : absolute;
    display  : none;
    top      : 34%;
    right    : 3%;
    color    : #e14c58;
    font-size: 1rem !important;
}

.modal-clusters .fa-info-circle.error {
    display: block;
}

.invalid-tooltip {
    right: 0;
}

.modal-clusters .fa-info-circle:hover~.invalid-tooltip {
    display: block;
}

.invalid-tooltip::before {
    content     : "";
    position    : absolute;
    top         : -9px;
    right       : 8px;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent rgba(220, 53, 69, 0.9) transparent;
    z-index     : 10;
}

.validation-error,.validation-errors {
    color: red;
    margin-left: 20px;
    margin-top:20px !important;
}
.validation-errors{
    position: relative;
    top: -21px;
}



.modal-clusters .fa-login {
    right: 5%;
}
/* Error handling - END */

/* Select plugin css overrides -STARTS */

.dialing-codei .selectize-input,
.dialing-code .selectize-input,
.dialing-codee .selectize-input,
.form-control-cluster .selectize-input {
    display           : block;
    width             : 100%;
    padding           : 0.375rem 0.75rem;
    font-size         : 1rem;
    font-weight       : 400;
    line-height       : 1.5;
    color             : #212529;
    background-clip   : padding-box;
    border            : 1px solid #ced4da !important;
    -webkit-appearance: none;
    -moz-appearance   : none;
    appearance        : none;
    border-radius     : 0.375rem;
    transition        : border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow        : none !important;
    background-color  : #fff !important;
    background-image  : none !important;
}

.dialing-codei .selectize-input,
.dialing-code .selectize-input,
.dialing-codee .selectize-input,
.form-control-cluster .selectize-input {
    display           : block;
    width             : 100%;
    padding           : 0.375rem 0.75rem;
    font-size         : 1rem;
    font-weight       : 400;
    line-height       : 1.5;
    color             : #212529;
    background-clip   : padding-box;
    border            : 1px solid #ced4da !important;
    -webkit-appearance: none;
    -moz-appearance   : none;
    appearance        : none;
    border-radius     : 0.375rem;
    transition        : border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow        : none !important;
    background-color  : #fff !important;
    background-image  : none !important;
}

.dialing-codei .selectize-input,
.dialing-code .selectize-dropdown {
    top       : 36px;
    left      : 0px;
    height    : 200px;
    overflow-y: auto;
}

#sticky_individual_enquiry_tl_form .dialing-codei .selectize-input,#sticky_corporate_enquiry_tl_form .dialing-codei .selectize-input,
#sticky_individual_enquiry_tl_form .dialing-code .selectize-dropdown,#sticky_corporate_enquiry_tl_form .dialing-code .selectize-dropdown,
#sticky_individual_enquiry_form .dialing-codei .selectize-input,#sticky_corporate_enquiry_form .dialing-codei .selectize-input,
#sticky_individual_enquiry_form .dialing-code .selectize-dropdown,#sticky_corporate_enquiry_form .dialing-code .selectize-dropdown{
    overflow-y: hidden;
}
.form-control-cluster~.selectize-control,
.form-control-cluster~.selectize-control>.selectize-input {
    height : 100%;
    display: flex;
}
.selectize-control.single .selectize-input.input-active,.selectize-input>* {
    display: flex !important;
}

.form-control-cluster~.selectize-control>.selectize-input .item {
    white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis;
    margin       : auto 0;
}

.form-control-cluster~.selectize-control>.selectize-input {
    padding-right: 2rem;
}

.dialing-codei .selectize-input,
.dialing-code .selectize-input input,
.form-control-cluster .selectize-input input {
    font-size: 1rem;
}

.dialing-codei .selectize-input,
.dialing-code .dropdown-active,
.form-control-cluster .dropdown-active {
    color       : #212529 !important;
    border-color: #939393 !important;
}

.select-width-abs {
    width   : 100px;
    top     : -42px;
    left    : 2px;
    position: absolute;
    height  : 90%;
    border  : none;
}

.pad-width {
    padding-left: 102px;
}

.select-width-abs .has-options {
    border: none !important;
    height: 35px;
}

.selectize-control.single .selectize-input:after {
    top: 54%;
}

.modal-clusters .selectize-dropdown .option {
    border-bottom: 1px solid #80808030;
}

.modal-clusters .selectize-dropdown .option:hover {
    color           : black;
    background-color: #aaacb1;
}

.modal-clusters .selectize-dropdown .selected,
.modal-clusters .selectize-dropdown .option.selected:hover {
    background-color: #002163;
    color           : white;
}

.selectize-dropdown-content::-webkit-scrollbar {
    width  : 0.5rem;
    z-index: 10;
}

.selectize-dropdown-content::-webkit-scrollbar-track {
    background   : #e4e3e3;
    border-radius: 10000px;
}

.selectize-dropdown-content::-webkit-scrollbar-thumb {
    background   : #adadad;
    border-radius: 1000px;
}

/* WebKit, Edge */
.dialing-codei .selectize-input input :-webkit-input-placeholder,
.dialing-code .selectize-input input :-webkit-input-placeholder,
.form-control-cluster .selectize-input input :-webkit-input-placeholder {
    color: #6c757d;
}

/* Firefox 4-18 */
.dialing-codei .selectize-input input:-moz-placeholder,
.dialing-code .selectize-input input:-moz-placeholder,
.form-control-cluster .selectize-input input:-moz-placeholder {
    color  : #6c757d;
    opacity: 1;
}

/* Firefox 19+ */
.dialing-codei .selectize-input input ::-moz-placeholder,
.dialing-code .selectize-input input ::-moz-placeholder,
.form-control-cluster .selectize-input input ::-moz-placeholder {
    color  : #6c757d;
    opacity: 1;
}

.selectize-dropdown.dialing-codee{
    border: none;
}

.dialing-codee .selectize-dropdown-content{
    background-color: white;
}

/* IE 10-11 */
.dialing-codei .selectize-input input :-ms-input-placeholder,
.dialing-code .selectize-input input :-ms-input-placeholder,
.form-control-cluster .selectize-input input :-ms-input-placeholder {
    color: #6c757d;
}

/* Edge */
.dialing-codei .selectize-input input ::-ms-input-placeholder,
.dialing-code .selectize-input input ::-ms-input-placeholder,
.form-control-cluster .selectize-input input ::-ms-input-placeholder {
    color: #6c757d;
}

/* MODERN BROWSER */
.dialing-codei .selectize-input input ::placeholder,
.dialing-code .selectize-input input ::placeholder,
.form-control-cluster .selectize-input input ::placeholder {
    color: #6c757d;
}

.cust-oveyflowY{
    overflow-y: hidden;
}
/* This class is getting used for thankyou modals */
.custom-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 1040; /* Adjust z-index to be below modal but above everything else */
}


/* Select plugin css overrides -END */

/* Responsive for modals - STARTS*/
@media screen and (max-width:1224px) {
    .btn-clusters {
        right: -8px;
    }
}

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

    .model-placer .modal-content {
        background: transparent;
    }

    .model-placer .modal-content .modal-body {
        background: transparent;
    }

    .w-50-cluster {
        width        : 100% !important;
        border-radius: 6px;
    }
}

@media (max-width: 600px) {
    .model-placer {
        align-items: end;
        transform  : none !important;
    }

    .dialing-codei .selectize-input input,
    .dialing-code .selectize-input input,
    .form-control-cluster .selectize-input input {
        font-size: 15px;
    }

    .dfoit {
        font-size: 0.875em !important;
    }
}

/* Responsive for modals - END */

/* Shaker animi for error message - STARTS*/
@keyframes shake {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-5px);
    }

    40% {
        transform: translateX(5px);
    }

    60% {
        transform: translateX(-5px);
    }

    80% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(0);
    }
}

.modal-content.shake.error {
    animation: shake 0.3s ease-in-out;
}

/* Shaker animi for error message - END */

/*------------------- ALL LEFT MODALS CSS -STARTS------------------------ */
/* Free-consulation left modal - START*/
.img-post-gcm{
    cursor: pointer;
    top: 18px;
    left: 90px;
}

.brochure-line{
    position: relative;
    bottom: 21px;
}
#enquiry_modal_form_request .img-post-gcm,
#enquiry_modal_form .img-post-gcm,
#course_advisor_form .img-post-gcm,
#free_consultation_modal_form .img-post-gcm {
    top : 18px;
    left: 68px;
}

#quick_enquiry_modal_form .img-post-gcm {
    top : 18px;
    left: 100px;
}

#download_curriculum_modal .img-post-gcm,
#download_toolkit_modal .img-post-gcm,
#course_agenda_modal .img-post-gcm,
#pmp_cheat_sheet_modal .img-post-gcm,
#pmp_outline_tracker_modal .img-post-gcm,
#pmp_study_plan_modal .img-post-gcm,
#download_handbook_modal .img-post-gcm{
    top : 18px;
    left: 90px;
}

#enquiry_modal_form .p-d-img,
#enquiry_modal_form_request .p-d-img,
#quick_enquiry_modal_form .p-d-img,
#course_advisor_form .p-d-img,
#free_consultation_modal_form .p-d-img {
    padding-left: 53px !important;
}

#download_curriculum_modal .p-d-img,
#download_toolkit_modal .p-d-img,
#course_agenda_modal .p-d-img,
#pmp_cheat_sheet_modal .p-d-img,
#pmp_outline_tracker_modal .p-d-img,
#pmp_study_plan_modal .p-d-img{
    padding-left: 53px !important;
}

#enquiry_request_form .img-post-gcm {
    top : 18px;
    left: 193px;
}

#enquiry_request_form .p-d-img {
    padding-left: 38px !important;
}

/* Free-consulation left modal - END*/

/* Coperate trainning left modal - START*/
.ul-font-cluster {
    list-style  : none;
    font-size   : 1rem !important;
    padding-left: 0px;
    margin-left : -5px;
}

.ul-font-cluster span {
    background   : rgba(244, 100, 58, 1);
    padding      : 4px;
    border-radius: 11px;
    font-weight  : 600;
}

.ul-font-cluster img {
    margin-top: -3px;
}
/* This class is getting used only for popup with id="course_advisor_register" */
.bg-subtle-cust-cp {
    background   : rgba(85, 107, 151, 1);
    padding      : 3px;
    border-radius: 7px;
}
.icon-fix {
    left: 16%;
    bottom: 5% !important;
    transform: translateY(-50%);
}

/* Coperate trainning left modal - END*/

/* only Refer and earn left modal CSS - START*/
.jkeyu {
    right: 133px;
    top  : 27px;
}

.qiop {
    top  : 76px;
    right: -6px;
}

.start-50-refe {
    right: -9%;
}

/* Refer and earn left modal - END*/

/* Download brochure left modal(id="download_toolkit_modal") - START*/
.modal-left-dwld {
    background-image   : url(../images/dwnlbg.png);
    background-repeat  : no-repeat;
    background-size    : cover;
    background-position: center;
}

.bg-subtle-cust-db {
    color: rgba(38, 163, 123, 1);
}
/* This class is getting used for  id="download_curriculum_modal" and (id="download_toolkit_modal") */
.db-clr-cust {
    color: rgba(244, 102, 57, 1);
}

.db-clr-cust span:nth-child(1) {
    border-bottom: 2px solid rgba(38, 163, 123, 1);
}

.db-clr-cust span:nth-child(1)>span {
    color      : rgba(38, 163, 123, 1);
    font-weight: 700;
}
/* This class is getting used for  id="download_curriculum_modal" and id="webinar_registration_modal" */
.free-brochure{
    color: #917600;
    border: 1px solid #917600;
    width: fit-content !important;
}
/* This class is getting used for id="webinar_registration_modal" */
.points-webinar-bg{
    font-size: 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: radial-gradient(267.72% 139.47% at 0% 2.78%, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(11px);
}

/* Download brochure left modal - END*/

/* Course get coupon left modal - START */

#get_coupon_modal .modal-left-fg {
    background-image: url('../images/crBG.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* id="gift_course_modal_new" and id="refer_earn_gift_modal"  */
.bg-subtle-cust-cprf {
    background   : rgba(235, 85, 47, 1);
    padding      : 1px 8px;
    border-radius: 24px;
}

@keyframes spin {
    100% {
        transform: rotate(1turn);
    }
}

.load-spin {
    display           : none;
    position          : absolute;
    top               : 18px;
    left              : 25%;
    box-sizing        : border-box;
    border            : 0 solid #ffffff;
    width             : 1.4rem;
    height            : 1.4rem;
    border-width      : 3px !important;
    border-radius     : 9999px;
    border-right-color: transparent !important;
    animation         : spin 1s linear infinite;
}

#get_coupon_modal .p-d-img ,#scrum_offer_modal .p-d-img,#download_brochure_modal .p-d-img{
    padding-left: 10% !important;
}

#get_coupon_modal .img-post-gcm,#scrum_offer_modal .img-post-gcm,#download_brochure_modal .img-post-gcm{
    top: 32%;
    left: 20%;
}

/* Course get coupon left modal - END */

/* Free Ebook left modal id="download_curriculum_modal" - START */
.e-book-green-bottom {
    border-bottom: 2px solid rgba(38, 163, 123, 1);
}

.art-semicri {
    left  : 0%;
    bottom: 7%;
}

.w-FEK {
    width: 27% !important;
}

.fs-6-art {
    font-size: 0.95rem;
}

/* Free Ebook left modal - END */

/* Webinar left modal id="website_ART" - START */
.weber-text {
    color: rgba(253, 185, 0, 1);
}

.weber-text span {
    border-bottom: 2px solid rgba(253, 185, 0, 1);
}

.lt-web-clusters {
    color        : rgb(26, 196, 77, 1);
    border       : 2px solid rgb(26, 196, 77, 1);
    padding      : 5px;
    width        : fit-content;
    border-radius: 10px;
}

/* Webinar left modal - END */

 /*Class is common for 10 modals  */
 .rgtimg {
    border-radius: 6px;
}

/* Enquiry Modal id="enquiry_modal" and id="scrum_offer_modal" - START */
.iefoCB {
    color        : rgba(205, 221, 255, 1);
    border       : 2px solid rgba(205, 221, 255, 1);
    width        : fit-content;
    padding      : 5px 8px;
    border-radius: 16px
}

.yutirrs {
    position: absolute;
    top     : 23px;
    left    : 58px;
}
/* Request a callback Modal - END */

/* Request a Scrun_registration_popup id="scrum_offer_modal" - START */
.rgtimg-v8 {
    left: 4px !important;
}

.hjgtk9 {
    font-size    : 18px;
    font-weight  : 600;
    margin-bottom: 22px;
}

#scrum_offer_modal .modal-clusters {
    padding-top: 3% !important;
}

@media (max-width: 992px) {
    .hjgtk9 {
        display: none;
    }

    .bg-green-cluster {
        background: #ffffff !important;
    }
}

/* Request a Scrun_registration_popup - END */

/* gift pop up id="gift_course_modal_new" - START */
.start-24px-kl {
    left: 0px;
    top : 26px;
}

.lt-clusters-gl {
    color        : #7FF299;
    border       : 2px solid #7FF299;
    padding      : 4px;
    border-radius: 8px;
    font-size    : 1rem;
    width        : fit-content;
    font-weight  : 700;
}

/* gift pop up - END */

/* pmp eligible id="pmp_eligibity_modal_new" - START */
.ul-font-cluster-dp {
    list-style  : none;
    font-size   : 1rem !important;
    padding-left: 0px;
    margin-left : -5px;
}

.fs-6-opo {
    font-size: 1.1rem;
}

.fhtyuio {
    background   : #CF5C3C;
    border-radius: 30px;
    padding      : 9px 6px;
    border       : 1px solid white;
}

.jkitol {
    background   : #374D6A;
    padding      : 6px;
    border-radius: 8px;
    font-weight  : 600;
}

.kiovsRT {
    top : 81%;
    left: 92%;
}
/* this class is getting used in modal with id="request_schedule_modal" */
.amwec{
    top: 10px;
    right: 17px;
}
/*w-60-cluster is also getting used in id="enquiry_request" */
@media (max-width: 992px) {
    .w-60-cluster {
        width: 100%;
    }
}

/* pmp eligible - END */

/* Webinar registration id="webinar_registration_modal" - START*/
.fs-18-cust {
    font-size: 18px;
}
/* lt-clusters-th is a common class for a lot of modals */
.lt-clusters-th {
    color        : #ACF5C2;
    border       : 1px solid #ACF5C2;
    padding      : 4px 10px;
    border-radius: 8px;
    font-size    : 1rem;
    width        : fit-content;
    font-weight  : 500;
}

#webinar_registration_modal .modal-left-fg {
    background-image   : url(../images/webinarWR.png);
    background-position: top;
}

/* Webinar registration - END */

@media (max-width: 1200px){
    #enquiry_request_form .img-post-gcm {
        top: 19px;
        left: 23%;
    }
}

@media (min-width: 450px) and (max-width: 992px) {
    #get_coupon_modal .img-post-gcm {
        left: 28%;
    }

    .load-spin{
        left: 31%;
    }

    #enquiry_modal_form .img-post-gcm,
    #enquiry_modal_form_request .img-post-gcm,
    #course_advisor_form .img-post-gcm, #free_consultation_modal_form .img-post-gcm {
        left: 25%;
    }

    #download_curriculum_modal .p-d-img,
    #download_toolkit_modal .p-d-img{
        padding-left: 0% !important;
    }

    #download_curriculum_modal .img-post-gcm ,
    #download_toolkit_modal .img-post-gcm{
        top: 20px;
        left: 120px;
    }
}

@media screen and (max-width: 450px) {
    #get_coupon_modal .p-d-img {
        padding-left: 13% !important;
    }

    #enquiry_modal_form .p-d-img,
    #enquiry_modal_form_request .p-d-img,
    #quick_enquiry_modal_form .p-d-img, #course_advisor_form .p-d-img, #free_consultation_modal_form .p-d-img {
        padding-left: 8% !important;
    }

    #enquiry_request_form .img-post-gcm {
        left: 21%;
    }

    .load-spin{
        left: 26%;
    }
    /* This class is getting used for  id="article_get_coupon_modal" */
    .article-img {
        padding-left: 13% !important;
    }
}

@media screen and (max-width: 390px) {
    .img-post-gcm,.load-spin{
        display: none !important;
    }

    .p-d-img {
        padding-left: 0% !important;
    }

    #enquiry_request_form .p-d-img {
        padding-left: 0px !important;
    }
    #download_curriculum_modal .p-d-img,
    #download_toolkit_modal .p-d-img{
        padding-left: 0 !important;
    }
}

/* Success popup start available in frontend blade and modals blade */
.modal-title.Sf-1 {
    font-weight: bold;
    font-style: open-sans;
}

.alignsc {
    margin-top: -29px;
    font-size: 14px;
}

.mainsc {
    font-size: 20px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hs2 {
    margin-right: -7px;
    display: block;
    margin-top: 14px;
    margin-bottom: -15px;
}

.email-link {
    margin-left: 10px;
}

.sc1row {
    border-top: 1px solid rgba(176, 204, 240, 1);
    padding-top: 19px;

}

.scfirst-heading {
    font-size: 25px;
}

.coupon-box-content {
    border: 2px dashed rgba(210, 130, 104, 1);
    display: inline-block;
    border-radius: 3px;
    padding: 6px;
    width: 250px;
}

#couponCode {
    cursor: pointer;
    text-decoration: underline;
}

.exitsc {
    position: absolute;
    top: 20px;
    right: -8px;
    background-color: white;
    border: none;
    border-radius: 84%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    outline: none;
    font-size: 26px;
}

.exitsc::before {
    font-size: 20px;
    color: black;
}

.contact-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flag-container {
    display: flex;
    align-items: center !important;
    background-color: #f2f6fc;
    padding: 10px !important;
    border-radius: 8px;
    margin: 5px;
}

.phone-link {
    text-decoration: none;
    color: #333;

}

.sc1row {
    margin-bottom: -7px;
}

.e-mailsc {
    background-color: #f2f6fc;
}

.email-container {
    display: inline-flex;
    align-items: center;
    background-color: #f2f6fc;
    padding: 10px;
    border-radius: 18px;
    margin: 5px;

}

.email-container i {
    margin-right: -4px;
    color: #333;
    font-size: 1.2em;
}

.flag {
    margin-right: 5px !important;
}

.bgsc {
    height: 100%;
    width: 100%;
    background-color: rgba(34, 33, 33, 0.45);
    display: none;

}
.wco3{
    font-size: 20px;
}

.pointer-cursor-iop{
    cursor: pointer;
}

.paddinglogin{
    padding-top: 2% !important;
}

/*responsiveness start*/
@media (min-width: 700px) and (max-width: 1279px) {
    .modal-content {
        display: block;
    }
}

@media (max-width: 767px) {
    .mainsc {
        font-size: 14px;
    }
    .phone-link {
        font-size: 10px;
    }

    .scfirst-heading {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .wco3{
        font-size: 18px;
    }
}


@media (min-width: 300px) and (max-width: 400px) {
    .alignsc {
        margin-top: -30px !important;
        font-size: 10px;
    }

    .modal-content {
        display: block;
    }

    .flag {
        width: 20px;
        height: 12px;

    }

    .coupon-box-content {
        border: 2px dashed rgba(210, 130, 104, 1);
        margin-left: 10px;
        border-radius: 8px;
        padding: 5px;
        height: 39px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .scfirst-heading {
        font-size: 22px !important;
        line-height: 29px;
    }

    .flag-container {
        display: flex;
        align-items: center !important;
        background-color: #f2f6fc;
        padding: 10px !important;
        border-radius: 8px;
        margin: 5px;
    }
}

@media (min-width: 400px) and (max-width: 700px) {
    .alignsc {
        margin-top: -30px !important;
        font-size: 10px;
    }

    .modal-content {
        display: block;
    }

    .flag {
        width: 20px;
        height: 12px;

    }

    .coupon-box-content {
        border: 2px dashed rgba(210, 130, 104, 1);
        margin-left: 10px;
        display: inline-block;
        border-radius: 8px;
        padding: 5px;
        height: 39px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .flag-container {
        display: flex;
        align-items: center !important;
        background-color: #f2f6fc;
        padding: 10px !important;
        border-radius: 8px;
        margin: 5px;
    }

    .exitsc {
        position: absolute;
        top: 22px;
        right: -7px;
        background-color: white;
        border: none;
        border-radius: 84%;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        outline: none;
        font-size: 24px;
    }
}
/* Success popup end*/

/*login form start css*/
.tlop-3 {
    background: #fff;
    font-size: 16px !important;
}
.frnt_lgn_mdl{
    background-color: rgb(255, 255, 255);
    border-radius: 15px !important;
}

.tlop-4 {
    background: #FA4A23;
    font-size: 13px !important;
    letter-spacing: 0.5px;
    transition: background-color 0.3s ease;
    margin-top: 22px !important;
}

.tlop-4:hover {
    background:#C23321;
}

.tlop-5 {
    background: #FFFFFF;
    font-size: 13px !important;
    font-weight: bold;
    margin-top: 27px;
    margin-left: 66px;
    color: #8e8e8e !important;
    letter-spacing: 0.5px;
    box-shadow: 0 1.59px 5.56px #0000001f !important;
    border: 0.5px solid #878787;
}

.tlop-5:hover {
    background: #FFFFFF;
}

.gray-line {
    border-top: 1px solid #000;
    width: 70px;
    height: 1px;
}

.para-3 {
    font-size: 17px;
    color: #44476d;
}


.poiu {
    color:#89CFF0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing:0.25px;
}

.ityur {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing:0.25px;
}

.translate-middle-y {
    transform: translateY(-50%);
}

.rtyu-2 {
    font-size: 18px;
    cursor: pointer;
}

.huyo-9 {
    background: linear-gradient(180deg, #000735 0%, #010937 100%) !important;
}

.model-placer .modal-content .modal-body {
    border: 1px solid #000836 !important;
    border-radius: 20px;
}
.frnt_sgn_in_axis_lgombl{
    display: none !important;
}
/* @media(max-width:768px){
    .sgn_in_wlcm_txt{
        gap: 3px;
    }
}
@media(max-width:968px){
    .sgn_in_wlcm_txt{
        display: block !important;
    }
} */
/*login form end css*/
/* toolkit id="download_toolkit_modal" STARTS */
.ts3{
    color:#F56839;
}
.tool{
    right:10px;
}
.tols{
    bottom: 18px !important;
    font-size: 18px !important;
}
/* toolkit ENDS */
/* sticky form starts*/

#individual_form .invalid-tooltip,
#corporate_form .invalid-tooltip{
    font-size: 10px;
    font-weight: 600;
    top:65%;
}

#individual_form  .modal-clusters .fa-info-circle,
#corporate_form .modal-clusters .fa-info-circle{
    top: 22%;
    right: 3%;
}

#individual_form .invalid-tooltip::before,
#corporate_form .invalid-tooltip::before{
    right: 5px;
}

#individual_form .has-items,
#corporate_form .has-items{
    transform: scale(0.80);
    top: 7px;
    left: -6px;
}

#individual_form .pad-width
,#corporate_form .pad-width{
    padding-left: 92px;
}

#individual_form textarea
,#corporate_form textarea{
    font-size: 13px;
    height: 50px;
}

#individual_form #checkBlock
,#corporate_form #checkBlock{
    font-size: 10px;
}

#individual_form #formSubmit145
,#corporate_form #formSubmit1456{
    font-size: 13px;
}


#individual_form .selectize-input.dropdown-active::before,
#corporate_form .selectize-input.dropdown-active::before{
    background: transparent;
}

#individual_form .selectize-dropdown-content ,
#corporate_form .selectize-dropdown-content{
    background: white;
}
#enquiry_modal.modal-BD{
    z-index: 1000001;
}
@media(max-width:992px){
    /* clustelite is used in  id="elite_modal"  */
    .clustelite{
        height:670px !important;
      }
      .benf{
         color:#035149 !important;
      }
      .benfs{
         color:#fff !important;
      }
      #elites.popup-font {
         max-height: 230px;
         overflow-y: auto;
         padding-right: 5px;
     }
     #premiums.popup-font {
         max-height: 220px;
         overflow-y: auto;
         padding-right: 5px;
     }
     .clustpremium{
         height:700px !important;
       }
       #basics.popup-font {
         max-height: 230px;
         overflow-y: auto;
         padding-right: 5px;
     }
      .clustbasic{
         height:700px !important;
       }
       .basicblue, .bg-whiteprem {
        background-color: white !important;
    }
    .premiumblue {
        background: linear-gradient(180deg, #0D224D 0%, #091E46 100%) !important;
    }
    #modalContentpremium.premiumblue {
        color: #ffffff;
    }

    #modalContentpremium.bg-white {
        color: #000000;
    }
    /* basic */
    .bg-whitebasic {
        background-color: #ffffff !important;
    }

    .basicblue {
        background-color: #474A4C !important;
    }
        #modalContentbasic.basicblue {
        color: #ffffff;
    }

    #modalContentbasic.bg-white {
        color: #000000;
    }
    /* elite */
    .bg-whiteelite {
        background-color: #ffffff !important;
    }

    .elitegreen {
        background-color: #035149 !important;
    }
    #modalContentelite.elitegreen {
        color: #ffffff;
    }

    #modalContentelite.bg-white {
        color: #000000;
    }


}
/* Elite and premium modals poup ends */
/* quiz submit popup starts */
.quiz-modal{
    color: #C1CCD9 !important;
    border: 1px solid #C1CCD9 !important;
    border-radius: 15px !important;
}
#quiz_submit_modal .modal-left-fg {
    background-image: url(../images/quiz-submit.png) !important;
    background-size: contain !important;
    background-position:bottom!important;
    background-repeat: no-repeat !important;
}
/* quiz submit popup ends */
/* login axis css popup  id="frontend_login_modal" */

.mgsd{
   background-color:white ;
}
.popa{
    padding: 16px;
   backdrop-filter: blur(0px);
    /* background-color: rgba(255, 255, 255, 0.1); */
}
.feature-sections{
    margin-left:-12%;
}
#feature-sec.feature-sections {
    max-height: 360px;
    overflow-y: auto;
    padding-right: 5px;
}
#feature-sec.feature-sections::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
}
#feature-sec.feature-sections::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
#feature-sec.feature-sections::-webkit-scrollbar-thumb {
    background-color: rgba(200, 200, 200, 0.5);
    border-radius: 10px;
}
#feature-sec.feature-sections::-webkit-scrollbar-thumb:hover {
    background-color: rgba(150, 150, 150, 0.7);
}
.feature-block i {
    font-size: 30px;
    width: 15px;
    height: 15px;
    line-height: 30px;
    color: white;
    display: inline-block;
    margin-bottom: 6px;
}
.form-labels{
    line-height:0.5;
}
.forgot-passworda{
    color:#DB4A39;
}
@media(max-width:768px){
    .popa{
        background:none !important;
    }
}
.axis-loginss input {
    width: 100%;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0px 0px;
    border: none;
    border: 1px solid grey;
    border-radius:10px;
}
.axis-loginss label {
    font-weight: 500;
    font-size: 18px;
    line-height: 15px;
    color: white;
    margin: 15px 0px 10px 0px;
    font-family: "Open Sans", sans-serif;
}

#frontend_login_modal_form input.form-control {
  background-color:transparent;
  color: #878787;
  border: 1px solid #878787;
}
#frontend_login_modal_form input.form-control:focus {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: 878787;
  box-shadow: none;
  border-color: #878787;
}
.forgot-passworda,
.forgot-passworda:hover{
    color:#DB4A39 !important;
}
.axis-loginss input::placeholder {
  color: #8996A9;
}
#frontend_login_modal_form input:-webkit-autofill {
    -webkit-box-shadow: white !important;
    -webkit-text-fill-color: #878787 !important;
}
/* login axis css end popup*/

/* PMP Page Pop up starts*/
.form-check-input:checked {
    background-color: #0F1 !important;
    border-color: #0F1 !important;
    box-shadow: none !important;
}
.form-check-input {
    background-color: transparent !important;
    border-color: #000 !important;
    box-shadow: none !important;
}
/* PMP Page Pop up ends*/
/* Corporate Training Popup Starts id="enquiry_request" and id="referEarnModalNew" */
.corporate_left_bg{
    background-image: url('../images/corporate_popup_bg.webp') !important;
    height: 100%;
}
.refer_left_bg{
    background-image: url('../images/refer_earn_bg.webp') !important;
    height: 100%;
    flex: 1;
}
.modal-left-corporate{
    border-top-left-radius   : 6px;
    border-bottom-left-radius: 6px;
}
/* background-fixed is a common class */
.background-fixed{
    background-repeat        : no-repeat;
    background-size          : cover;
    background-position      : center;
}
.brush_highlight{
    background-image: url('../images/brush.png') !important;
    width: 170.681px;
    height: 34.246px;
}
.brush_highlight1{
    background-image: url('../images/brush-highlight.webp') !important;
    height: 34px;
    width: 74px;
    margin-top: 2px;
}
.violet-bg{
    background: #4D04A9;
    border-radius: 11px;
}
.lavender-blue-bg{
    background: #6777B5;
}
.coin-2-refer{
    right: 100px;
}
.coin-1-refer{
    right: 0;
    bottom: 10px;
}
.bottom-line-refer{
    background: linear-gradient(90deg, #FF4500 0%, rgba(255, 69, 0, 0.00) 100%);
    width: 174.554px;
    height: 2.4px;
}
.gradient-bg-check{
    background: linear-gradient(135deg, #FF4500, #FF8D64);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* Corporate Training Popup Ends */

/* Customized Schedule popup css */
.schedule-bg1 {
    background-image: url(../images/re-bg1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* schedule-fcolor is a common class */
.schedule-fcolor {
    color: #FF4500;
}
/* customi-hei is also a common class  */
.customi-hei {
    margin-top:-19px;
}
/* customi-hei1 is only getting used in id="course_advisor" */
.customi-hei1 {
    margin-top:-9px;
}

.pers-schedule {
    margin-left: 14rem;
}

.pop_star-mt {
    margin-top: -10px;
}
 /* getting used in course_advisor and webinar_registration_modal */
.contact-bg {
    background-image: url(../images/talk_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}
/* advisor-brder and advisor-pop-fs in course_advisor */
.advisor-pop-fs {
    font-size: 12px !important;
    list-style: none;
    padding-left: 0px;
    margin-left: -5px;
    margin-top: -10px;
}

.advisor-brder {
    border: 2px solid transparent;
    border-radius: 20px;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: transparent;
    background-image: linear-gradient(#fee06e73, #fab45af2), linear-gradient(to left, #eeeff0, #dfcbcb38);
}

.advi-schedule {
    margin-left: 8rem;
}

.advisor-fs {
    font-size:18px;
}

.sched-hd-fs {
    font-size:15px;
}

.sched-fs1 {
    font-size:17px;
}
/* Customized Schedule popup css end */

/* Coupon Popup Starts */
/* popup-bg is a common classs */
.popup-bg{
    background-image   : url(../images/coupon-1.webp);
    background-repeat  : no-repeat;
    background-size    : cover;
    background-position: center;
}
.top-coupon-offer{
    margin-top: -1.3rem;
}
.top-offer{
    left: 8%;
    top: 5px;
}
.why-coupon{
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: radial-gradient(267.72% 139.47% at 0% 2.78%, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.00) 100%);
}

.underline-simpli::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10rem;
  height: 2px;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 87.67%);
}
/* Coupon Popup Ends */

/* free practice test new popup styles */

    #free_practice_test_lead_modal .modal-body{
        background-color: #ffffff !important;
    }
    .practice-modal-left{
        background: url('../images/practice_test_modal_bg.png');
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 16px;
    }
    .practice-modal-lm{
        background: radial-gradient(100% 249.45% at 0% 2.78%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
        backdrop-filter: blur(11px);
        border-radius: 20px;
    }
    .unlock-pr{
       background:#FEF9DB;
    }

/* Quick enquiry new popup styles */
    #quick_enquiry_modal .modal-content,
    #quick_enquiry_modal .modal-body,
    #free_practice_test_modal .modal-content,
    #free_practice_test_modal .modal-body
    {
        background-color: #ffffff !important;
        border: none !important;
    }
    .quick-enquiry-left, .practice-test-left {
        background: url('../images/quick_enquiry_bg.webp');
        background-size: cover;
        background-repeat: no-repeat;
    }
    .quick-enquiry-lt{
        color: #FF4500;
    }
    .faded-gradient {
        border-bottom: 0.52px solid;
        border-image: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 87.67%);
        border-image-slice: 1;
        width: 100%;
    }
    .quick-enquiry-left-img{
        background: url('../images/quick_enquiry_img2.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    .free-practice-up{
        width: fit-content;
        padding: 5px 8px;
        border-radius: 16px;
    }
/*new design download brochure and request a call back popup starts */
.db-clr-cust-bd {
    color: #0D224D !important;
}

.db-clr-cust-bd span:nth-child(1) {
    border-bottom: 2px solid #FF4500;
}

.db-clr-cust-bd span:nth-child(1)>span {
    color      : #FF4500;
    font-weight: 700;
}
.modal-left-dwld-bd{
    background-image   : url(../images/download-brochure-pop-1.webp);
    background-repeat  : no-repeat;
    background-size    : cover;
    background-position: center;
    border-radius:20px !important;
}
.down-bd{
    font-size:17px;
}

/*req-call is a common class */
.req-call{
    color:#917600 !important;
    border:2px solid #917600 !important;
}
.req-call-us{
    color:#917600 !important;
}
.req-have{
    color:#FF4500 !important;
}
/* request-call-pop is a common class */
.request-call-pop{
    background-image   : url(../images/req-call-back.webp);
    background-repeat  : no-repeat;
    background-size    : cover;
    background-position: center;
    border-radius:20px !important;
}
.rq-bd{
    left: 0px !important;
    top: 28px !important;
}
 #modal-free-sche,#modal-free-db,#modal-free-pr,#modal-free-req{
     padding-top: 2% !important;
 }
/* new design download brochure ends */
/* resource article popup */
.resource-coupon {
    margin-top: -2.7rem;
    margin-left: 9.8rem;
}

.artice-fs {
    font-size:13px;
}

/* e-learning popup start */
.e-learning-vector{
    margin-top:-14% !important;
}
.e-learning-unlock{
    margin-top:-5% !important;
}
#elearning_free_course.modal-BD {
    z-index: 1000001;
}
#elearning_free_course .img-post-gcm{
    top:18px ;
    left:28%;
}
.article-phone {
    margin-left: 65px !important;
    margin-top: 18px !important;
}
 @media(min-width:300px) and (max-width:380px){
    .elearning-close{
        right:-2px !important;
        top:-12px !important;
    }
 }
/* e-learning popup end */

/* singapore popup */

.sgind-pop {
    border-radius: 10px;
}

.claim-modal-bg {
    background-image: url(../images/claim-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.free-ai-fs {
    font-size: 23px;
}
.ai-skill-fs {
    font-size: 18px;
}
.claim-line {
    margin-left: 6.5rem;
}
.free-linear {
    background: linear-gradient(90deg, #F99728 0%, #E238F3 50%, #3360ED 100%);
}
.ai-rounded-brder {
    border-top-right-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
}
@media(min-width:992px) {
    .modal-brder-round {
        border-top-left-radius: 0rem !important;
        border-bottom-left-radius: 0rem !important;
    }
}
.thank-close {
    position: absolute;
    right: 5px;
    top: 5px;
}
.end-arrow-thank {
    font-size: 30px;
    margin-right: 5px;
}
.fs-16 {
    font-size: 16px;
}
.fs-13 {
    font-size: 13px;
}

/* download handbook modal */
.vector-coupon-handbook {
    margin-top: -1.5rem;
    margin-left: 9rem;
}
.ribbon_handbook {
    background-color: #FF4500;
    padding: 0px 15px;
    margin-left: -25px;
    clip-path: polygon(0 0,100% 0,90% 50%,100% 100%,0 100%);
}
/* free course for first purchase popup start*/
#free_course_enroll_modal .img-post-gcm {
    top: 18px;
    left: 28%;
}
    .trending-badge-freecourse {
        position: absolute;
        background: #ff4d4d;
        color: white;
        font-size: 10px;
        font-weight: bold;
        padding: 2px 0;
        width: 7.5rem;
        text-align: center;
        transform-origin: top left;
        transform: rotate(-47deg) translateX(-45px) translateY(-20px);
        z-index: 10;
        text-transform: uppercase;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        margin-left: 0.4rem;
        border-radius: 0;
        clip-path: polygon(15% 0, 85% 0, 100% 100%, 0% 100%);
    }

.ribb-cont-free:before {
    left: -24px;
    top: 25px;
    border-left: 5px solid transparent;
    border-right: 5px solid #cc0000;
    transform: rotate(222deg);
}
.ribb-cont-free:after {
    border-left: 5px solid #cc0000;
    border-right: 5px solid transparent;
    left: 52px;
    transform: rotate(45deg);
    top: -54.7px;
}
.ribb-cont-free:before, .ribb-cont-free:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -5px;
    border-top: 5px solid #cc0000;
    border-bottom: 5px solid transparent;
}
.free-ui-bg{
    background:linear-gradient(45deg, #fff1e0 0%, #ffd59e 100%) !important;
}

/* free course for first purchase popup end*/
.w-47-5 {
    width: 47.5%;
}

.readonly-look {
    background-color: #e9ecef; /* same as Bootstrap's disabled bg */
    opacity: 1;               /* prevent Bootstrap from dimming too much */
    pointer-events: none;     /* make it unclickable */
    cursor: not-allowed;      /* show "not allowed" cursor */
}
.mg {
    background: none !important;
}
.mgoogle{
    background: white !important;
}

/* dussehra popup start */
.dussehra-ms{
    margin-left: -10px !important;
    margin-top:-7px !important;
}
.duss-bg{
    margin-top:-10px !important;
}
/* canada thanks giving day */
.canada-thank-bbg{
    background: linear-gradient(to bottom, #002A27 0%, #53D8C6 100%) !important;
}
.canada-ms{
    margin-left: -16px !important;
    margin-top: -16px !important;
    border-top-left-radius: 12px !important;
}

@media(min-width:992px) {
    .canada-brradius {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
}

/*  */

.au-color-text {
    color:#E9FF40;
}
.aus-labor-bg {
    background: linear-gradient(to bottom, #050226 0%, #0889EC 100%);
}
.course-adv-pop{
    margin-bottom: 40 !important;
}
.diwali-popup2 {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
  /* iPhone Safari modal fixes */
@supports (-webkit-touch-callout: none) {
  body.modal-open {
    position: fixed !important;
    width: 100%;
    overflow: hidden !important;
}

.modal {
    -webkit-overflow-scrolling: touch !important;
    overflow-y: auto !important;
    transform: translateZ(0);
}

  .modal input,
  .modal select,
  .modal textarea {
    font-size: 16px !important;
    -webkit-transform: translateZ(0);
  }
}
/* iPhone Safari modal fixes */
@supports (-webkit-touch-callout: none) {
    body.modal-open {
        position: fixed !important;
        width: 100%;
        overflow: hidden !important;
    }
    .modal {
        -webkit-overflow-scrolling: touch !important;
        overflow-y: auto !important;
        transform: translateZ(0);
    }
    .modal input,
    .modal select,
    .modal textarea {
        font-size: 16px !important;
        -webkit-transform: translateZ(0);
    }
}
