 .card {
        -webkit-box-shadow: -2px 5px 19px 0px rgb(0 0 0 / 15%);
        transition: all 0.3s ease-in-out;
        position: relative;
        margin-bottom: 10px;
        padding: 20px;
            border-top: 1px solid #fea101;
    }
    .form-horizontal .form-group:before {
        display: table;
        content: " ";
    }
    .form-horizontal .form-group {
        margin-right: -15px;
        margin-left: -15px;
    }
    .modal-footer:after {
        display: table;
        content: " ";
    }
    .card-header {
        padding: 0 10px 6px;
        background: white;
        border-bottom: 1px solid #1a75c4;
        margin-bottom: 11px;
        font-weight: 600;
        margin-left: -20px;
        margin-right: -20px;
    }
    .amount-section ul {
        padding-left: 0px;
        list-style: none;
    }
    .amount-section ul li {
        display: contents;
        font-weight: 500;
        font-family: "Montserrat", sans-serif;
    }
    #loader-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }
    .loader {
        border: 4px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        border-top: 4px solid #ffffff;
        width: 40px;
        height: 40px;
        animation: spin 1s linear infinite;
    }
    i.fa.fa-whatsapp.my-float {
        margin: 16px;
        color: #fff;
    }
    .float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 40px;
        right: 40px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 9999999;
    }
    i.mdi {
        font-size: 18px;
    }
    .trending-courses .card {
        background-color: #fff;
        padding: 15px;
        border: none;
        -webkit-box-shadow: 0px 7px 18px 3px rgb(0 0 0 / 12%);
    }
    .trending-courses .list {
        padding-top: 20px;
        padding-bottom: 10px;
        display: flex;
        align-items: center;
    }
    .trending-courses .border-bottom {
        text-align: left;
        border-bottom: 2px solid #eee;
    }
    .trending-courses .list i {
        font-size: 19px;
        color: #f67b1e;
        font-weight: 700;
        margin-right: 11px;
    }
    .trending-courses .list small {
        color: #979797;
    }
    a.view_all_course,
    a.view_all_certificate {
        color: #20517a;
        font-size: 16px;
        font-family: 'MontserratLight';
        margin-right: 18px;
        font-weight: 700;
        border-bottom: 2px solid #fea101;
        padding-bottom: 4px;
    }
    .trending-courses .list span {
        font-family: 'MontserratRegular';
        font-size: 14px;
        color: #20517a;
    }
    .trending-courses .view-all-courses span {
        font-size: 16px;
    }
    .trending-courses .header-trending {
        font-size: 17px;
        font-family: 'MontserratRegular';
        padding: 15px 0;
        border-bottom: 1px solid #fea101;
    }
    .trending-courses .close-trending {
        float: right;
        border: 2px solid #2476e4;
        width: 30px;
        height: 30px;
        text-align: center;
        border-radius: 50%;
        color: #2474e4;
        font-size: 18px;
    }
    
    /* ===Certification page strart=== */
    .group-fundetion p {
        line-height: 18px !important;
    }
    .offer-tag:after {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid #fff;
    }
    .offer-tag {
        padding: 5px 28px 5px 13px;
    }
    .course-step ul li img {
        width: 16px;
    }
    span.fess-ret {
        font-family: 'Manrope', sans-serif;
    }
    .adv-fees {
        font-family: 'Manrope', sans-serif;
    }
    a.view-spcial {
        background: unset;
        border: 1px solid #2f468d;
        border-radius: 20px;
        padding: 9px 0 !important;
        color: #000;
        font-family: 'Manrope', sans-serif;
    }
    .certificat-reviwe {
        border: none;
        box-shadow: none;
        border-radius: unset;
    }
    .certificat-reviwe img {
        width: 11px;
        padding-bottom: 4px;
    }
    sup.price-dct {
        text-decoration: line-through;
        font-size: 12px;
    }
    .fee-info {
        font-size: 12px;
        padding: 0 8px 0 0
    }

    .b-right {
        border-right: 1px solid #d1d1d1;
    }
    .b-bottom {
        border-bottom: 1px solid #d1d1d1;
    }
    .pt-20 {
        padding-top: 20px;
    }
    .b-color {
        border: 1px solid#000 !important;
    }
    h2,
    p.p-color {
        color: #000 !important;
    }
    .pb-20 {
        padding-bottom: 20px;
    }
    p.size {
        font-size: 21px !important;
    }
    p.size-p {
        font-size: x-large !important;
        font-weight: 600;
    }
    h2.hire-size {
        font-size: 19px !important;
        margin-bottom: 9px !important;
        color: #fff;
        margin-top: 0px !important;
    }
    .height ul {
        padding: 0px;
        list-style: none;
    }
    .add {
        border-radius: 7px;
        background: #fff;
    }
    .enquiry-btn {
        width: 100% !important;
    }
    img.img-full {
        width: 100px;
    }
    .center {
        text-align: center;
    }
    img.pb {
        padding-bottom: 10px;
    }
    img.pt {
        padding-top: 10px;
    }
    .reday-job p {
        margin-bottom: 7px !important;
    }
    @media screen and (max-width: 480px) {
        img.img-full {
            width: 50px;
        }
    }
    .loader {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #loader-overlay {
        display: none;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #fea101;
        border-color: #fea101;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        background-color: #fea101 !important;
        color: #fff !important;
        outline: none;
    }
    .select2-container--classic .select2-selection--single,
    .select2-container--default .select2-selection--multiple,
    .select2-container--default .select2-selection--single,
    .select2-container--default .select2-selection--single .select2-selection__arrow,
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        border-color: #e9ecef;
        height: 100% !important;
    }

    .type-job {
        height: 40px;
        padding: 3px;
    }
    .select2-selection__choice__display {
        color: #fff;
        font-size: 12px;
    }
    span.select2-selection.select2-selection--multiple {
        min-height: 40px;
    }
    textarea::placeholder {
        margin-top: 10px;
    }
    .select2-container .select2-search--inline .select2-search__field {
        margin-top: 9px !important;
    }
    select#application_type {
        height: 40px;
    }
    /* ====--31-08-23 end */
    .job-wrapper {
        background-image: url(upload/content/hire-hero-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    button.select2-selection__choice__remove span {
        color: #fff;
    }
    .hiaring-co span {
        font-weight: 700;
        font-size: 15px;
        padding: 20px 15px;
    }
    .co-box {
        margin-bottom: 20px;
    }
    .hiaring-co {
        width: 240px;
        height: 160px;
        /* width: 180px;
        height: 130px; */
        border: 1px solid;
        border-radius: 10px;
        /* padding: 20px 30px; */
        display: flex;
        align-items: center;
        margin: auto;
        flex-direction: column;
    }
    .hiaring-co img {
        width: 120px;
        /* margin: 0 auto;
        display: table; */
    }
    .hire-job {
        margin-top: 0 !important;
    }
    .bradcrum-wrapper {
        background-image: url("upload/content/hire-hero-bg.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        /* padding: 40px 0 10rem; */
    }
    .opa-colour-bg {
        background: rgb(14 90 160 / 78%);
        padding: 40px 0 10rem;
    }
    /* .hire-us-fill {
        padding: 30px;
        background: #EBEEF3;
        border-radius: 15px
    } */
    .hire-us-fill {
        border-radius: 15px;
    }
    .hire-us-fill .form-group {
        margin-bottom: 14px;
    }
    .hire-us-fill input {
        height: 40px;
    }
    .hire-us-fill select option[value=""] {
        height: 40px;
        color: #b9b9b9;
    }
    .hire-us-fill select .option-select {
        color: #000;
    }
    .hire-head {
        background-image: url("upload/content/hair-us-heading.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        height: 106px;
    }
    .hire-head h3 {
        font-size: 25px;
        font-weight: 600;
        padding: 50px 0px 0 40px;
        color: #fff;
    }
    .hire-head {
        border-radius: 15px 15px 0 0;
    }
    .mb-0 {
        margin-bottom: 0 !important;
    }
    .hire-us-fill label {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 5px !important;
    }
    h2.hire-heding {
        font-size: 25px;
        margin-bottom: 20px;
        color: #fff;
        margin-top: 20px;
         margin-left: 15px;
    }
    .us-from h2 {
        font-size: 45px;
    }
    .reday-job {
        margin-top: 10rem;
    }
    .reday-job h1 {
        font-size: 40px;
        color: #fff;
        margin-bottom: 15px;
    }
    .reday-job h1 {
        font-size: 40px;
        color: #fff;
        margin-bottom: 15px;
    }
    /* a.btn.hire-send {
        padding: 10px 80px;
        font-size: 15px;
        border-radius: 10px;
        font-weight: 600;
        color: #fff ;
    } */
    .get-tuch {
        background: #2443e4 !important;
    }
    a.get-tuch:before {
        background: #fea101 !important;
    }
    a.hire-send {
        background: #fea101;
        border-radius: 10px;
        padding: 10px 80px !important;
        width: auto;
        text-align: center;
        margin: auto;
        display: table;
    }
    .invalid {
        font-size: 12px;
        font-style: italic;
    }
    .quality ul {
        list-style-type: none;
        padding: 0;
    }
    .quality i {
        font-size: 20px;
        color: #fea101;
        margin-right: 7px;
    }
    .quality ul li {
        font-size: 17px;
        padding-bottom: 30px;
        display: flex;
    }
    section.sec-why-hair {
        padding-bottom: 5rem;
    }
    .why-us {
        box-shadow: 0 0 6px 5px #0000004d;
        width: 85%;
        border-radius: 15px;
        background: #fff;
        padding: 47px 25px 47px 25px;
        margin: 0 auto;
    }
    .new-why {
        margin-top: -100px;
    }
    .us-from {
        text-align: center;
        margin-bottom: 30px;
    }
    .send-quari a {
        padding: 10px 80px !important;
        border-radius: 10px !important;
    }
    .send-quari {
        margin: 0 auto;
        display: table;
    }
    .reday-job p {
        color: #fff;
        margin-bottom: 15px;
        font-size: 18px;
    }
    .list-icn img {
        width: 21px;
        margin-right: 5px;
    }
    .hr-com-heding {
        margin: 0 auto;
        display: table;
        margin-bottom: 40px;
    }
    .sec-hiaring {
        background: #f5f5f5;
        padding: 50px 0;
    }
    .job-cours {
        background: #fff !important;
    }
    ::placeholder {
        opacity: 0.5;
        color: #080808c7 !important;
    }
    select option[value=""] {
        color: #999999;
    }

    .note-editable.card-block {
        background: white;
    }
    .nomargin {
        margin-bottom: 0 !important;
    }
    .removeClass{
        height: 14px !important;
        margin-left: 0 !important;
    }
    .labelMargin {
        margin-left: 7px !important;
    }
    .nopadding{padding:0 5px;}
    .course-search {
    padding: 0;
    height: 39px;
    border: none;}
    .c-details{
            margin-left: 15px;
    font-weight: 600;
    }
    .mail_to{color:red;font-style:italic;}
    .error, div#captchaError {
    color: #ff0500;
    font-size: 13px;
    font-style: italic;
    margin-top: -16px;
}
.registrationSubmissionDiv .modal-content {
    border-radius: 15px;
    background: #fff;
}
.registrationSubmissionDiv .live-demo {
    text-align: center;
}
.registrationSubmissionDiv .fa {
    font-size: 60px;
}
.modal-close-btn img {
    width: 30px;
}
.registrationSubmissionDiv .reach_out {
    line-height: 20px;
    margin-bottom: 12px !important;
    width: 100%;
    margin-top: 11px;
    text-align: center;
}
.registrationSubmissionDiv .mail_to {
    width: 80%;
    margin-top: 19px;
    line-height: 20px;
    margin: 0 auto;
    margin-top: 12px;
}
#successModal .student-poup {
    width: 450px;
    margin: 0 auto;
    margin-top: 20px;
}

.live-demo h2 {
    color: #000000;
    font-size: 21px;
    margin-top: 15px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
} 
.live-demo h2 {
    color: #000000;
    font-size: 21px;
    margin-top: 15px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
}
.loader {
    border: 0;
    border-radius: 9px;
    border-top: none;
    width: auto;
    height: auto;
    animation: spin 1s linear infinite;
    color: #fff;
    font-size: 20px;
    z-index: 99999999;
    background: black;
    padding: 6px 30px;
}




.loader div span {
    display: inline-block;
    transform-style: preserve-3d;
    transform-origin: bottom;
    animation: anim 1s linear infinite alternate;
    animation-delay: .5s;
    font-size: 20px;
    text-shadow: 0px 0px 2px var(--innerShadow), 0px 0px 2px var(--innerShadow), 0px 0px 2px var(--innerShadow), 0px 0px 2px var(--innerShadow);
}
@media (max-width:767px) {
    .cmn-buttn{width: 100%;margin-top:10px;}
    h2.hire-heding{margin-left:15px;} 
}
@keyframes anim {
  0%{
    text-shadow:0px 0px 2px var(--innerShadow),0px 0px 2px var(--innerShadow),0px 0px 2px var(--innerShadow),0px 0px 2px var(--innerShadow);
    scale:1 0;
  }
  100%{
    text-shadow:0px 0px 2px var(--inneroppoShadow),0px 0px 2px var(--inneroppoShadow),0px 0px 2px var(--inneroppoShadow),0px 0px 2px var(--inneroppoShadow);
    scale:1 1;
  }
}
