@keyframes shadowPulse {
            0% {
                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            }
            50% {
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            }
            100% {
                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            }
        }
.fix-height {
    min-height: 150px;
}
input[type=text]:focus{
	color:#000;
}

.dropbox button.multiselect.dropdown-toggle.btn.btn-default {
    width: 100%;
    border: 1px solid #ccc !important;
    background: #f4f5f8;
}
        .info-section {
            background-color: #fff;
            padding: 15px;
            border-radius: 10px;
            animation: shadowPulse 2s infinite ease-in-out;
        }

.after-add-more {
    display: flex;
    align-items: center;
}
.after-add-more .add-more {
    position: relative;
    top: -7px;
}
.after-add-more .col-md-6 .form-group{
    width: 100%;
}
.after-add-more .col-md-6 {
    display: flex;
    align-items: center;
}
.thank-you-container {
    text-align: center;
}
button.multiselect.dropdown-toggle.btn.btn-default {
    border: none !important;
    height: 40px;
}
.akcst label input {
    position: relative;
    top: 2px;
}
.btn-group {
    height: 40px;
}
.cst-sect label .chk {
    position: relative;
    top: 2px;
}
.cst-sect label {
    line-height: 20px;
    margin-bottom: 2px;
}
.cst-sect p {
    margin-bottom: 0;
    line-height: 20px;
}
.thank-you-container img {
    height: 110px;
    margin-bottom: 20px;
}
.thank-you-container.info-section {
    padding: 25px;
}
.thank-you-container p {
    font-size: 16px !important;
}
.thank-you-container h4 {
    font-size: 26px;
    margin-bottom: 10px;
}
        .info-item {
            flex: 1;
        }
        .info-item label {
            display: block;
            font-weight: bold;
            margin-bottom: 5px;
            color: #555;
        }
        .info-item span {
            display: block;
            color: #333;
            font-size: 1.1em;
        }


a.btn22 img {
    height: 22px;
    position: absolute;
    right: 10px;
    top: 7px;
}

.btnback {
    padding: 2px 10px;
    font-size: 13px;
    font-weight: 500;
    background: #e40013;
    border: none;
    border-radius: 4px;
    position: absolute;
    right: 40px;
    top: 9px;
}
.new-acordian .form-group {
    margin-bottom: 5px !important;
}
.new-acordian label {
    margin-bottom: 0;
}
  .new-acordian .accordion-button:not(.collapsed) {
    font-size: 15px;
    border-left: 5px solid #e40013;
    background: #eaeaea !important;
    padding: 8px 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 4px !important;
    color: #000 !important;
    font-weight: 800;
    line-height: 24px;
}
 .new-acordian button.accordion-button {
    font-size: 15px;
    padding: 8px 10px;
    font-weight: 600;
    line-height: 24px;
}
span.fa.fa-fw.field_icon.toggle-password.fa-eye {
    position: absolute;
    right: 0px;
    background-color: #f44336;
    padding: 7px 26px 7px 13px;
    color: #fff;
}
span.fa.fa-fw.field_icon.toggle-password.fa-eye-slash{
    position: absolute;
    right: 0px;
    background-color: #f44336;
    padding: 7px 26px 7px 13px;
    color: #fff;
}
span.rederror {
    font-size: 18px;
    position: relative;
    top: 2px;
}
.modal-dialog {
    max-width: 800px;
}
.registration-from label {
    color: #151515;
    font-size:14px!important;
}
.form-heading h2 {
    background-color: #d8d8d8;
    border-left: 8px solid #cf0000;
    color: #000000;
}
.registration-from .inut-group input {
    background-color: #ffffff;
    border-radius: 4px;
}
.registration-from .inut-group select {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 3px;
    font-size: 14px;
}

.registration-from .inut-group select {
    padding: 8px !important;
}
.registration-from .inut-group textarea {
    color: #000;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px;
}
input.form-control.file_upload_two:before {
    background: #ccc;
    color: #000;
}
.multiselect-container.dropdown-menu.show {
    background: #f9f9f9;
}
.login-box {
    max-width: 600px;
    padding: 40px;
    background: rgb(255 255 255 / 50%);
}
.user-box label {
    color: #565656;
}
.login-box h2 {
    color: #151515;
}
.login-box .user-box input {
    color: #607d8b;
}
.login-box a:hover {
    color: #000;
}
.main-header{position:relative;}
    
.main-header .header-upper{position: relative;}

.auto-container{max-width:100% !important;}

.header-upper {
    background-color: transparent !important;
}
.call-us {
    display: block;
}
.login-box {
    max-width: 600px;
    padding:30px;
    background: rgb(255 255 255 / 50%);
    box-sizing: border-box;
    box-shadow: 0 15px 25px rgb(0 0 0 / 60%);
    border-radius: 10px;
    margin: auto;
    position: static;
}



.login-box h2 {
    padding: 0;
    text-align: center;
    font-size: 34px;
    position: relative;
    top: -10px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
}

.login-box .user-box {
    position: relative;
}

.login-box .user-box input {
    width: 100%;
    padding: 6px 10px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #b6b6b6;
    outline: none;
    background: transparent;
}

.login-bg {
    padding: 50px;
    position: relative;
}

.user-box label {
    color: #565656;
}

.btn.login {
    max-width: 100%;
    width: 100%;
    background: #eb282a;
    border-radius: 0;
    height: 45px;
    line-height: 2px;
    font-size: 20px;
    margin-top: 15px;
    border: 1px solid #eb282a;
    color: #fff;
    transition: 0.5s;
}
.btn.login:hover {
    background: transparent;
    border-color: #eb282a;
    color: #000;
    transition: 0.5s;
}

.login-banner {
    background: url(../images/login-bg.jpg)no-repeat;
    background-size: cover;
    height:280px;
    background-position: center center;
}

.remove_rowss {
    display: none!important;
}

.plus_hidden .remove_rowss {
    display: block!important;
}

.profile-pic {
    max-width: 115px;
    max-height: 115px;
    display: block;
    position: relative;
    margin-bottom: 12px;
}

.file-upload_two {
    display: none;
}

.circle {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 115px;
    height: 115px;
    border: 1px solid rgb(93 93 93);
    position: relative;
}

.circle img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    line-height: 116px;
}

.p-image {
    background: #eb282a;
    position: absolute;
    right: 5px;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    bottom: 0;
    font-size: 20px;
    color: #fff;
    border-radius: 40px;
    padding: 2px 8px;
    height: 37px;
    width: 36px;
}

.p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.upload-button {
    font-size: 1.2em;
}

.upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #999;
}

.content-p h4 {
    margin: 0;
    padding-left: 13px;
    color: #fff;
    font-size: 25px;
}

#PartTime {
    display: none;
}

.file-chooser {
    display: block;
    text-align: center;
    font-size: 12px;
}

.file-chooser .file-select1 {
    display: block;
    border: 1px solid #dce4ec;
    color: #b2b2b2;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: transparent;
    overflow: hidden;
    position: relative;
}

.file-chooser .file-select1 .file-select-button1 {
    background: #414141;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-chooser .file-select1 .file-select-name1 {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.file-chooser .file-select1:hover {
    border-color: #34495e;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-chooser .file-select1:hover .file-select-button1 {
    background: #34495e;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-chooser.active .file-select1 {
    border-color: #3fa46a;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-chooser.active .file-select1 .file-select-button1 {
    background: #3fa46a;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.fa-x-twitter:before {
    content: "\e61b";
}
.file-chooser .file-select1 input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-chooser .file-select1.file-select-disabled {
    opacity: 0.65;
}

.file-chooser .file-select1.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 1px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-chooser .file-select1.file-select-disabled:hover .file-select-button1 {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-chooser .file-select1.file-select-disabled:hover .file-select-name1 {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}
.table_new table {
    margin-bottom: 0;
}
a.documentfile{
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 6px;
    width: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
}
img.documentfile{
    height: 55px;
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 6px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
section.registration-from1 h6 {
    font-size: 16px;
    border-left: 5px solid #e40013;
    padding-left: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
    border-top: 1px solid #eee;
    padding-top: 8px;
    background: #eee;
    margin-bottom: 20px;
}

.polycy-content {
    line-height: 20px;
    margin: 5px 0;
    border-bottom: 1px dashed #eee;
    padding-bottom: 5px;
}
.documentfile {
    margin: 5px 0;
}
.table thead th {
    background: #d03428;
    color: #fff;
    vertical-align: middle;
}

.table tr td img {
    width: 80px;
}

select:required {
    border: 1px solid red;
}

.login-box a:hover {
    color: #000;
}

.col-md-1.add_buttons {
    float: right;
}

a.repeat-add.add_mores {
    float: right;
}

.repeat-item .col-md-1 {
    float: right;
    width: 100%;
}

a.repeat-remove {
    float: right;
    ;
}

.registration-from .inut-group textarea {
    width: 100%;
    outline: none;
    display: block;
    height: 35px;
    padding: 0px 12px;
    font-size: 12px;
    color: #ffffff;
    background-color: #303030;
    background-image: none;
    border: 1px solid #ccc;
    font-weight: 500;
    border-radius: 0px;
}

input::placeholder {
    font-size: 14px;
}

.plus_hidden img {
    display: none;
}

@media only screen and (max-width: 767px) {
    .content-p {
        float: left;
        width: fit-content;
    }
.login-bg{
    padding: 0;
}
.login-box h2{
    font-size: 30px;
}
.login-box .card-footer div {
    display: block !important;
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    margin: 5px 0;
}
section.login-banner1 {
    margin-bottom: 50px;
}
    .content-p h4 {
        padding-left: 0;
    }
}

td {
    vertical-align: middle!important;
}

th {
    vertical-align: middle!important;
}




.file_upload {
    text-transform: capitalize;
}

.multiselect-selected-text {
    font-size: 14px;
}

.table th {
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    line-height: 18px;
    padding: 5px 11px;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]:hover, input[type="number"]:focus {
    -moz-appearance: number-input;
}

.oem_offering .inner-box {
    min-height: 473px!important;
}

form#partner p {
    text-transform: capitalize;
    font-size: 16px;
}

.page-banner p {
    text-align: center;
    font-size: 1.4rem;
}

.registration-from .table td input {
    padding: 0 5px;
    font-family: var(--thm-font);
}

.table-overflow {
    max-height: 500px;
    display: block;
    overflow-y: auto;
}

.table-overflow::-webkit-scrollbar-thumb {
    background: #ff3232;
}

.table-overflow::-webkit-scrollbar {
    width: 6px;
    background: #171717;
}

.table-overflow thead {
    position: sticky;
    top: -1px;
}

td.bgGreen {
    background: #0cbf53;
}



.table-overflow::-webkit-scrollbar {
    height: 5px;
}

td.desc-over span a {
    font-size: 11px;
    font-weight: 400;
    background: #ff3232;
    border-radius: 5px;
    padding: 4px 8px;
    color: #fff;
}

.registration-from .table td input::placeholder {
    font-size: 16px;
    color: #000;
}

.after-add-more input::placeholder {
    color: #000;
    font-size: 16px;
}

td.desc-over p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 120px !important;
}

td.desc-over p {
    font-size: 16px;
    color: #fff;
}

.modal-body p {
    color: #8b8b8b !important;
}

@media only screen and (max-width: 767px) {
    .d-flex.align-items-center div {
        display: block;
        width: 100% !important;
        margin: 15px 0;
        padding: 20px !important;
    }

    .col-md-6.text-right {
        text-align: left !important;
        margin-top: 20px !important;
    }

    .row-cols-1 .col {
        margin: 10px 0;
    }

    .col-md-1 a.btn.btn-danger {
        margin-top: 15px;
    }

    .banner-section .slide-item .banner-inner {
        display: block;
        top: 20px;
    }

    .banner-section .slide-item .image-layer img {
        height: 330px;
        object-fit: cover;
    }

    .banner-inner .inner-container h1 {
        font-size: 3rem!important;
    }

    .educational_wrappers .table tr td {
        line-height: 20px !important;
    }
}

.dataTables_length label {
    display: flex;
    text-transform: capitalize;
}

.modal-content {
    overflow-y: auto!important;
    height: fit-content!important;
    max-height: 450px!important;
}
nav.mobile-nav__container .navigation:nth-child(1) {
    display: none;
}
.modal-title {
    color: #707070!important;
    font-size: 24px!important;
}

.PrivacyContent strong {
    cursor: pointer!important;
}

.multiselect-container li a label.checkbox {
    position: relative;
    padding: 2px 5px 5px 28px;
    display: block;
    cursor: pointer;
}

.multiselect-container li a label input[type=checkbox] {
    position: absolute;
    left: 0;
    z-index: 1;
    display: inline-block;
    height: 100%;
    top: 0;
    width: 16px;
}

.multiselect-all input[type=checkbox] {
    width: 30px;
}

.multiselect-container li a label.checkbox {
    height: auto;
}

.multiselect.dropdown-toggle.btn.btn-default {
    text-align: left;
    overflow: hidden;
}

.form-control::placeholder {
    font-size: 1rem;
    color: #5c5c5c;
}
 span.fa.fa-fw.field_icon.fa-eye {
    height: 48px !important;
    line-height: 35px;
}
span.fa.fa-fw.field_icon.toggle-password.fa-eye-slash{
     height: 48px !important;
    line-height: 35px;
}
@media only screen and (max-width: 575px){
.header-upper .auto-container {
    display: flex;
    justify-content: space-between;

}
.main-header .other-links .call-us {
    top: -7px;
    right: -15px;
}
strong.hidmobile {
    display: none;
}
}