@font-face { font-family: Helvetica Neue; src: url('/fonts/HelveticaNeueBold.otf'); } 
@font-face { font-family: Helvetica Neue light; src: url('/fonts/HelveticaNeueLight.otf'); } 
@font-face { font-family: Helvetica Neue black; src: url('/fonts/HelveticaNeueBlack.otf'); } 
@font-face { font-family: Helvetica Neue Medium; src: url('/fonts/HelveticaNeueMedium.otf'); } 

/*header css Start*/

.header {
    background-color: #121212;
    padding: 31.5px 50px;
    vertical-align: middle;
}
.trans {
    float: right;
    color: #fff;
    font-size: 20px;    
}
.header .container-fluid {
    padding: 0px;
}
.header-inner {
    display: flex;
    justify-content: space-between;
}

.header-right-inner {
    display: flex;
    column-gap: 12px;
    align-items: center;
}



.popup-menu {
    -webkit-transition: all 0.9s !important;
    -o-transition: all 0.9s !important;
    transition: all 0.9s !important;
    width: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    max-width: 1920px;
    padding: 0px;
    top: -120%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    z-index: 999999;
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    height: 100vh;
}
.popup-menu.active-class {
    top: 0px;
    padding: 0;
}
.popup-menu.active-class .main-menu {
    height: 100vh;
}


/*Login page css Start*/

.container-fluid.login {
    background-image: url(/images/login-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 70.7vh;
    display: flex;
    align-items: center;
}

.inner-login {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
	padding: 100px 0px;
}

.inner-login h1 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 38px;
}

.inner-login h5 {
    color: #E23128;
    font-style: italic;
    font-size: 28px;
    font-weight: 400;
    font-family: "Helvetica Neue light";
}

#sign_in input {
    padding: 10px 15px;
    border-radius: 50px;
    border-style: none;
    font-size: 15px;
    color: #121212;
    min-width: 314px;
    margin-bottom: 20px;
    font-family: Rubik;
    font-weight: 300;
}

#sign_in input::placeholder {
    color: #121212;
    font-size: 15px;
}

#sign_in input.submit_button {
    background-color: #E23128;
    color: #fff;
    font-weight: bold;
    max-width: 152px;
    min-width: 152px;
    margin-bottom: 32px;
    font-family: "Helvetica Neue";
}
#sign_in input.submit_button:hover {
    background-color: #000;
}
.sign_in p {
    color: #fff;
}

#sign_in p {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    font-family: Rubik;
}

#sign_in p a {
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
}


/*Login Page CSS End*/

/*Menu CSS Start*/

.main-menu {
    background-image: url(/images/menu-bg.jpg);
    height: 90vh;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    display: flex;
    vertical-align: middle;
    background-position: center center;

}

.inner-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.inner-menu li a {
    padding: 20px 50px 20px 50px;
    display: block;
    position: relative;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 32px;
    font-family: "Helvetica Neue light";
    font-weight: 300;
    color: #fff;
    min-width: 687px;
        transition: 0.2s ease-in-out;
}

.inner-menu li a:hover {
    text-decoration: none;
    background: #fff;
    color: #121212;
    border-radius: 0px 60px 60px 0px;
    padding-left: 116px;
}

.inner-menu li a:before {
    content: '';
    position: absolute;
    width: 46px;
    height: 22px;
    background-image: url(/images/menu-arrow.png);
    left: 50px;
    top: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: 0.1s ease-in-out;
    opacity: 0;
}
.inner-menu li a:hover:before {
    opacity: 1;
}
.inner-menu li:last-child a {
    color: #8d8c8c;
}

/*Contact Page CSS Start*/

.top_contact_profile {
    width: 100%;
    background-color: #f7f7f7;
    padding: 60px 8.5%;
}
.top_contact_profile_head h2 {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 32px;
    font-family: "Helvetica Neue";
    margin: 0px;
    color: #121212;
}

.contact-profile .Contact_Image_2 {
    background-color: #D6D6D6;
    width: 252px;
    height: 252px;
    border-radius: 164px;
    margin: 40px auto 40px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Contact_Image_2 img:first-child {
    min-width: 200px;
}
.contact-profile input, .contact-profile select {
    display: flex;
    height: 42px;
    padding: 12px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 100%;
    border-radius: 60px;
    background: #FFF;
    border-style: none;
    font-family: Rubik;
    font-weight: 400;
    color: #121212;
}
.contact-profile #add_profile_icon {
    float: right;
    position: absolute;
    right: 34px;
    bottom: 9px;
}
.contact-profile select {
    background-image: url(/images/dropdown.png);
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 16px;
}
.contact-profile select {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
.contact-profile ul.chosen-choices {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-profile dl {
    margin-bottom: 24px;
}
.contact-profile label {
    margin-bottom: 8px;
    color: #121212;
    font-family: Rubik;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.pt-60 {
    padding-top: 60px;
}
.contact-profile h3 {
    color: #121212;
    font-family: "Helvetica Neue";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 12px;
}
.contact-profile .col-md-6 {
    padding: 0px 12px;
}
.contact-profile textarea{
    display: flex;
    height: 118px;
    padding: 12px 16px;
    justify-content: space-between;
    align-items: center;
    border-style: none;
    border-radius: 12px;
    background-color: #fff;
}
.contact-profile .companies h3 {
    margin-bottom: 12px;
}
.contact-profile .companies p {
    padding-left: 12px;
    margin-bottom: 24px;
    color: #121212;
    font-family: Rubik;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 644px;
}
input.submit-btn {
    display: flex;
    width: 152px;
    height: 42px;
    padding: 12px 16px;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border-radius: 60px;
    background: #E23128;
    color: #FFF;
    font-family: "Helvetica Neue";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    border-style: none;
    margin: 36px auto 0;
}
.name-id h3 {
    color: #121212;
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.name-id h3 span {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding-left: 8px;
    font-family: "Helvetica Neue light";
}
.top-breadcrum {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    column-gap: 4px;
    margin-bottom: 24px;
}

.top-breadcrum p {
    color: #000;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
}
.contact-profile .personal-biography dl {
    margin-bottom: 8px;
}
div#rchars_div {
    opacity: 0.5;
}


/* View Contacts CSS Start  */

.view-contacts {
    background: #EBEAE9;
    padding: 68px 50px;
    min-height: 71.1vh;
}

.view-contacts-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view-contacts-head h2 {
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 32px;
    font-family: "Helvetica Neue";
    margin: 0px;
    color: #121212;
}

.contacts-list {
    padding-top: 48px;
}

.inner-contacts-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    background: #fff;
    padding: 11.5px 16px;
    border-radius: 157px;
}

.contact-name-img {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.contact-name-img p {
    margin: 0;
    font-size: 16px;
    color: #121212;
    font-family: "Helvetica Neue";
    text-transform: capitalize;
}
.edit-contacts-icon img {
    cursor: pointer;
}
a.add-new-contacts {
    background: #E23128;
    color: #fff;
    padding: 11px 35px;
    font-size: 15px;
    font-family: "Helvetica Neue";
    border-radius: 60px;
    line-height: 20px;
    column-gap: 5px;
    display: inline-flex;
    align-items: center;
}

a.add-new-contacts:hover {
    text-decoration: none;
    background: #121212;
    color: #fff;
}
input#search-contact {
    border-style: none;
    padding: 15px 16px 15px 40px;
    border-radius: 60px;
    height: 42px;
    max-width: 192px;
    font-size: 17px;
    font-family: "Helvetica Neue";
    color: #121212;
    position: relative;
}

input#search-contact::placeholder {
    color: #121212;
    opacity: 0.6;
    font-family: "Helvetica Neue light";
}
.right-side {
    position: relative;
    column-gap: 8px;
    display: flex;
}
.right-side:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(/images/search.png);
    top: 12px;
    left: 16px;
    z-index: 9999;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: inline-block;
}










footer {
    background-color: #121212;
    padding: 60px 50px;
}
.footer .row {
    display: flex;
    align-items: center;
}
.container-fluid.footer {
    padding: 0px;
}
.social h5 {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    font-family: "Helvetica Neue";
    text-transform: uppercase;
}
.social h5 span {
    font-size: 24px;
    font-weight: normal;
    padding-left: 16px;
    font-family: "Helvetica Neue light";
    text-transform: none;
}
.social ul {
    list-style: none;
    margin: 0;
    padding: 22px 0px 0px;
    display: inline-flex;
    column-gap: 14.33px;
}
.footer-right {
    float: right;
}
.social ul li a {
    color: #fff;
    font-family: "Helvetica Neue";
    display: flex;
    align-items: center;
}
.social ul li a img {
    padding-right: 8px;
}
.social ul li a:hover {
    text-decoration: none;
}
.contact-profile input:focus, .contact-profile select:focus {
    outline: 1px solid #a9a9a9;
}
input.submit-btn:hover {
    cursor: pointer;
    background-color: #000;
    color: #fff;
}


/*Accreditation page CSS Start*/

.accreditation-sec {
    padding: 68px 8.6% 47px !important;
}

.accreditation-sec h2 {
    color: #121212;
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    margin: 0;
}

.accreditation-options {
    padding-top: 48px;
    max-width: 1113px;
}
.accreditation-details {
    padding-top: 40px;
}
.accreditation-options .col-md-3 {
    width: 25%;
    float: left;
    padding: 0 16px 0 0;
}
.accreditation-details h3 {
    margin: 0;
    color: #121212;
    font-family: "Helvetica Neue";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; 
    letter-spacing: 0.16px;
}
.top-price li {
    color: #121212;
    font-family: "Helvetica Neue light";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.16px;
}
.top-price li span {
    font-weight: 500;
    font-family: "Helvetica Neue";
}
ul.top-price {
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
}
.bottom-contact-sec {
    background-color: #E23128;
    padding: 57px 8.6% !important;
}

.bottom-contact-sec p {
    color: #FFF;
    font-family: "Helvetica Neue light";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
    letter-spacing: 0.16px;
    margin: 0;
    max-width: 448px;
}

.bottom-contact-sec a {
    color: #FFF;
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 85.714% */
    letter-spacing: 0.16px;
    display: block;
}
.bottom-contact-sec a:hover {
    color: #121212;
    text-decoration: none;
}

.bottom-contact-sec .row {
    display: flex;
    align-items: center;
}
.inner-content strong, .inner-content p, .inner-content li {
    color: #121212;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 138.889% */
    letter-spacing: 0.16px;
}

.bottom-price li strong {
    font-weight: 600;
}

.inner-content strong {
    font-weight: 500;
}

.inner-content {
    padding-top: 20px;
}

.bottom-price li {
    color: #121212;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 138.889% */
    letter-spacing: 0.16px;
}

.bottom-price li {}

.bottom-price strong {
    font-weight: 500;
}

.bottom-price {
    padding-top: 20px;
}
.bottom-price strong {
    color: #121212;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.16px;
    }
.accreditation-details p {
    color: #121212;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.16px;
}
.accreditation-contact {
    text-align: center;
    padding-top: 22px;
    display: block;
}

.accreditation-contact a {
    color: #121212;
    font-family: "Helvetica Neue";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    padding: 11px 16px;
    border-radius: 60px;
    margin: 0px 6px;
    border: 1px solid #121212;
    transition: filter 0.3s ease;
}

.accreditation-contact a img{
    transition: filter 0.3s ease;
        margin-right: 4px;

}
.accreditation-contact a:hover img{
        filter: brightness(0) invert(1);
    }

.accreditation-contact a:hover {
    background: #E23128;
    color: #fff;
    border: 1px solid #E23128;
    text-decoration: none;
}
.accreditation-options img {
    width: 100%;
}
.accreditation-contact a:focus{
    color: #121212;
    text-decoration: none;
}



/*Submit Project CSS Start*/

.process-btn {
    text-align: center;
}

.process-btn a.back-btn {
    color: #121212;
    padding: 9px 16px;
    border: 1px solid #121212;
    border-radius: 60px;
    display: inline-block;
    font-size: 15px;
    font-family: "Helvetica Neue light";
    min-width: 152px;
    margin: 0px 12px;
    font-weight: 700;
}
.process-btn {
    padding-bottom: 60px;
}

.process-btn a.back-btn:hover {
    background: #E23128;
    color: #fff;
    border: 1px solid #E23128;
    text-decoration: none;
}

.process-btn a.next-btn {
    color: #fff;
    padding: 9px 16px;
    border: 1px solid #E23128;
    border-radius: 60px;
    display: inline-block;
    font-size: 15px;
    font-family: "Helvetica Neue light";
    min-width: 152px;
    margin: 0px 12px;
    font-weight: 700;
    background: #E23128;
}
.progress-bar-main {
    padding-top: 60px;
}
.process-btn a.next-btn:hover {
    text-decoration: none;
    background: #121212;
    color: #fff;
    border: 1px solid #121212;
}
.left-col {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
}

.festival-header h4 {
    color: #000;
    font-family: "Helvetica Neue";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 166.667% */
    margin-top: 0;
    margin-bottom: 8px;
}

p.festival-id {
    color: #000;
    font-family: "Helvetica Neue light";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px; /* 166.667% */
    margin: 0;
}

.festival-header {
    padding-bottom: 28px;
}

.proces-methods h4 {
    margin: 0;
    color: #121212;
    font-family: "Helvetica Neue";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 166.667% */
}
.company-detail p {
    color: #121212;
    font-family: Rubik;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 644px;
    padding-left: 12px;
    margin-bottom: 24px;
}
.company-detail h3 {
    margin-bottom: 12px;
}
.pt-36 {
    padding-top: 36px;
}



/* Red Sea Lodge CSS Start */
.read-sea-lodge-sec {
    background: #EBEAE9;
}

.head-content {
    text-align: center;
    padding-bottom: 48px;
}

.head-content h2 {
    color: #121212;
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 114.286% */
    text-transform: uppercase;
    margin: 0px 0px 12px;
}

.head-content p {
    color: #121212;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.innerlodge-form {
    padding: 60px 0px;
    max-width: 788px;
    margin: 0 auto;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.innerlodge-form label {
    color: #121212;
    font-family: Rubik;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}

.innerlodge-form select {
    display: flex;
    height: 42px;
    padding: 12px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 100%;
    border-radius: 60px;
    background: #FFF;
    border-style: none;
    font-family: Rubik;
    font-weight: 400;
    color: #121212;
}
.innerlodge-form .col-md-12 {
    padding: 0;
}
.innerlodge-form dl {
    margin-bottom: 24px;
}
.innerlodge-form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.innerlodge-form select {
    background-image: url(/images/dropdown.png);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 16px;
}

/* Dashboard CSS Start */

.dashboard-main-sec {
    padding: 60px 8.5%;
    text-align: center;
    background: #EBEAE9;
}

.inner-dashboard h2 {
    color: #121212;
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 114.286% */
    text-transform: uppercase;
    margin: 0;
}

.dashboard-inner {
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 1110px;
    margin: 0 auto;
}
.dashboard-inner a {
    display: flex;
    max-width: 354px;
    height: 297px;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    box-shadow: 0px 7px 29.6px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 24px;
    flex: 1 1 calc(33.33% - 20px);
    box-sizing: border-box;
}
.dashboard-inner a .dashboard-inner-element {
    column-gap: 24px;
}
.dashboard-inner-element img {
    margin-bottom: 24px;
    transition: filter 0.3s ease;
}
.dashboard-inner a:hover img {
    filter: brightness(0) invert(1);
}

.dashboard-inner-element p {
    color: #000;
    text-align: center;
    font-family: "Almarai", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 116.667% */
    text-transform: uppercase;
    max-width: 244px;
    margin: 0;
}
.dashboard-inner a:hover {
    background: #E23128;
    text-decoration: none;
}
.dashboard-inner a:hover p {
    color: #fff;
}


/* My Submissions CSS Start */

.submissions-sec {
    background: #EBEAE9;
    padding: 68px 50px;
}

.view-submissions-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view-submissions-head h2 {
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 32px;
    font-family: "Helvetica Neue";
    margin: 0px;
    color: #121212;
}

.head-right-side select {
    display: flex;
    height: 42px;
    padding: 12px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 100%;
    border-radius: 60px;
    background: transparent;
    border: 1px solid #121212;
    font-family: Rubik;
    font-weight: 400;
    color: #121212;
    min-width: 144px;
}

.head-right-side {
    position: relative;
    column-gap: 12px;
    display: flex;
}

.head-right-side select {
    background-image: url(/images/dropdown.png);
    background-repeat: no-repeat;
    background-position-x: 88%;
    background-position-y: 16px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.inner-submissions-list {
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 12px;
}

.single-submissions {
    display: flex;
    max-width: 354px;
    flex-direction: column;
    flex: 1 0 calc(16%);
    box-sizing: border-box;
}

.single-submissions img {
    width: 100%;
    margin-bottom: 8px;
}
p.submissions-name {
    font-size: 12px;
    text-transform: capitalize;
    line-height: 20px;
    font-family: "Helvetica Neue Medium";
    margin: 0px;
    color: #121212;
    margin-bottom: 8px;
}
p.submissions-id {
    font-size: 12px;
    text-transform: capitalize;
    line-height: 10px;
    font-family: "Helvetica Neue light";
    margin: 0px;
    color: #121212;
    margin-bottom: 6px;
    opacity: 50%;
}

p.submissions-type {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    font-family: "Helvetica Neue";
    margin: 0px;
    color: #121212;
    margin-bottom: 0;
}
ul#pagination {
    max-width: 280px;
    margin: 56px auto 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

ul#pagination li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #121212;
    font-size: 14px;
    font-family: "Helvetica Neue Medium";
}

ul#pagination li a.active {
    background: #E23128;
    color: #fff;
}

ul#pagination li a:hover {
    text-decoration: none;
}
.in-proress h2 {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 32px;
    font-family: "Helvetica Neue";
    margin: 0px;
    color: #121212;
}

.in-proress {
    padding-top: 48px;
}

.progress-data {
    padding-top: 48px;
}
.progress-data table, .progress-data thead {
    text-align: center;
    border-spacing: 0 10px;
    border-collapse: separate;
    margin-bottom: 0px;
}
.progress-data thead {
    background: #fff;
    border-radius: 60px !important;!I;!;
}
.progress-data tr {
    border-radius: 60px;
    background: #fff;
    margin-bottom: 8px !important;
}
.progress-data .table>thead>tr>th {
    vertical-align: middle;
    border-style: none;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: "Helvetica Neue";
    margin: 0px;
    color: #121212;
    padding: 21px 16px;
    width: 16.66%;
    border-right: 1px solid #ebeae9;
}
.progress-data .table>thead>tr>th:first-child {
    border-radius: 60px 0px 0px 60px;
}
.progress-data .table>tbody>tr>td {
    color: #121212;
    font-size: 16px;
    font-family: Rubik;
    padding: 21px 16px;
    line-height: 17px;
    border-right: 1px solid #ebeae9;
    border-top: 0;
    vertical-align: middle;
}
.progress-data .table>tbody>tr>td:first-child {
    font-weight: 300;
    border-radius: 60px 0px 0px 60px;
}

.progress-data .table>tbody>tr>td:last-child {
    border-radius: 0px 60px 60px 0px;
}
.progress-data .table>thead>tr>th:last-child {
    border-radius: 0px 60px 60px 0px;
}
.progress-data .table span.time {
    font-weight: 300;
    padding-left: 14px;
    opacity: 50%;
}
td.action {
    color: #e23128 !important;
    font-weight: 600;
}

td.action span.delete-record {
    color: #121212 !important;!i;!;
    opacity: 50%;
    padding-left: 12px;
}




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

.single-submissions {
    display: flex;
    max-width: 354px;
    flex-direction: column;
    flex: 1 0 calc(15.9%);
    box-sizing: border-box;
}
}

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

.single-submissions {
    display: flex;
    max-width: 354px;
    flex-direction: column;
    flex: 1 0 calc(24%);
    box-sizing: border-box;
}
}

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

.single-submissions {
    display: flex;
    max-width: 354px;
    flex-direction: column;
    flex: 1 0 calc(30%);
    box-sizing: border-box;
}
.contact-profile select {
    background-position-x: 95%;
}
}


@media screen and (max-width:1100px){
.dashboard-inner a {
    max-width: inherit !important;
    flex: 1 0 calc(47%);
}
.dashboard-inner {
    gap: 16px;
}
}



@media screen and (max-width:991px){
.header .col-md-4 {
    max-width: 40% !important;
    float: left;
}
.footer .row {
    display: block;
    align-items: center;
}
.footer-right {
    float: left;
    padding-top: 40px;
}
.social ul {
    padding: 15px 0px 0px;
}

.bottom-contact-sec .row {
    display: block;
    align-items: center;
}
.bottom-contact-sec p {
    max-width: fit-content;
    padding-bottom: 24px;
}
.bottom-contact-sec a {
    text-align: left;
}
    .head-content {
    padding-bottom: 40px;
}
    .innerlodge-form {
    padding: 40px 20px;
    max-width: 100%;
    margin: 0 auto;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin: 0px !important;
}

}


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

.contact-profile .col-md-6 {
    padding: 0px 15px;
}
.contact-profile h3, .company-detail p {
    padding-left: 15px;
}


}




@media screen and (max-width:768px){
    .header {
            padding: 23.5px 20px;
        }
        footer {
    background-color: #121212;
    padding: 35px 20px;
}
        .social h5 {
    font-size: 20px;
}
.social h5 span {
    font-size: 20px;
}
    .innerlodge-form dl {
    margin-bottom: 16px;
}
    .dashboard-inner-element p {
    font-size: 20px;
}
    .dashboard-inner a {
    padding: 40px 20px;
}
    .inner-menu li a {
    padding: 20px 50px 20px 35px;
    font-size: 30px;
    min-width: 500px;
}
    .inner-menu li a:before {
    left: 35px;
}
    .inner-menu li a:hover {
    padding-left: 100px;
}
    .right-side {
    position: relative;
    column-gap: 8px;
    display: flex;
    max-width: 320px;
    margin: 16px auto 0;
}
    .view-contacts-head {
    display: block;
    text-align: center;
}
    .contacts-list {
    padding-top: 40px;
}
    .view-contacts-head h2 {
    font-size: 20px;
    line-height: 25px;
}
    .view-contacts {
    background: #EBEAE9;
    padding: 40px 20px;
    min-height: 68vh;
}
.submissions-sec {
    background: #EBEAE9;
    padding: 40px 20px;
}
.single-submissions {
        display: flex;
        max-width: 354px;
        flex-direction: column;
        flex: 1 0 calc(40%);
        box-sizing: border-box;
    }
    
}


@media screen and (max-width:767px){
    .table-responsive {
        width: 100%;
        margin-bottom: 0px !important;
        border: 0px solid #ddd !important;
    }
    
}


@media screen and (max-width:600px){
    .inner-login h1 {
    font-size: 20px;
    line-height: 30px;
    max-width: 394px;
}
.inner-login h5 {
    font-size: 20px;
}
.social ul li a {
    color: #fff;
    font-size: 12px;
}
.social h5 {
    font-size: 16px;
}
.social h5 span {
    font-size: 16px;
}
.social ul li {
    width: 34% !important;
    float: left;
    margin-bottom: 8px;
}
.social ul {
    padding: 8px 0px 0px;
    display: block;
}
#sign_in p:last-child {
    max-width: 254px;
    margin: 0 auto;
}
#sign_in p {
    font-size: 14px;
}
.footer-logo img {
    width: 193px;
}
#sign_in input {
    min-width: 100%;
}
.container-fluid.login {
    background-position: 73% 0%;
}
.social ul li a img {
    padding-right: 5px;
    width: 20px;
}
.top_contact_profile {
    padding: 40px 20px;
}
    .Contact_Image_2 {
        width: 126px !important;
        height: 126px !important;
        margin: 16px auto !important;
    }
.Contact_Image_2 img:first-child {
    min-width: 100px;
}
.contact-profile h3, .top_contact_profile_head h2 {
    font-size: 20px;
    line-height: 30px;
}

input.submit-btn {
    margin: 12px auto 0;
}
.contact-profile #add_profile_icon {
    float: right;
    position: absolute;
    right: 20px;
    bottom: 3px;
    width: 20px;
}
.bottom-contact-sec {
    background-color: #E23128;
    padding: 40px 20px !important;
}
.bottom-contact-sec a {
    font-size: 20px;
}
.accreditation-sec {
    padding: 40px 20px !important;
    margin: 0 20px !important;
}
.accreditation-sec h2 {
    font-size: 20px;
    line-height: 25px;
}
.accreditation-options {
    padding-top: 40px;
}
.head-content h2 {
    font-size: 20px;
    line-height: 25px;
}
    .dashboard-inner a {
    height: 167px;
    padding: 34px 12px;

}
.dashboard-inner-element img {
    margin-bottom: 16px;
    transition: filter 0.3s ease;
    width: 32px;
}
    .dashboard-inner-element p {
    font-size: 16px;
    line-height: 22px;
    max-width: 143px;
}
    .dashboard-main-sec {
    padding: 40px 20px;
}
    .dashboard-inner {
    padding-top: 40px;
}
    .dashboard-inner a:last-child {
    max-width: 48% !important;
}
    .inner-dashboard h2 {
    font-size: 20px;
}
    .inner-menu li a {
        padding: 14px 50px 14px 20px;
        font-size: 24px;
        min-width: 350px;
    }
    .inner-menu li a:hover {
    padding-left: 86px;
}
        .inner-menu li a:before {
        left: 20px;
        width: 46px;
        height: 22px;
        top: 19px;
    }
    .accreditation-contact {
    max-width: 300px;
    margin: 0 auto;
}
.accreditation-contact a {
    margin: 0px 6px 12px;
    display: inline-block;
}
.view-submissions-head h2 {
    text-align: center;
    padding-bottom: 16px;
}
.view-submissions-head {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
}
.inner-submissions-list {
    padding-top: 40px;
}
.view-submissions-head h2 {
    font-size: 20px;
}
.in-proress {
    padding-top: 40px;
}
.in-proress h2 {
    font-size: 20px;
}
.progress-data {
    padding-top: 20px;
}
.main-logo img {
    width: 197px;
}
div#rchars_div {
    width: 85% !important;
}
.main-menu {
    background-position: 57% 50% !important;
}
.progress-data .table>thead>tr>th {
    padding: 21px 39px;
}
.header-right-inner {
    display: flex;
    column-gap: 8px;
    align-items: center;
}
.header-right-inner a img {
    width: 84%;
}
    .accreditation-options .col-md-3 {
    width: 25%;
    float: left;
    padding: 0 12px 0 0;
}
    .innerlodge-form dl {
        margin-bottom: 30px;
    }
    .process-btn.pt-60 {
    padding-top: 30px;
}
.progress-bar-main {
    padding-top: 30px;
}
.pt-36 {
    padding-top: 25px;
}
.contact-profile select {
        background-position-x: 93%;
    }
    .pt-60 {
    padding-top: 30px;
}

}


@media screen and (max-width:400px){
    .social ul li {
        width: 40% !important;
    }
    .process-btn a.back-btn {
    margin-bottom: 20px;
}
}


@media screen and (max-width:374px){
.inner-menu li a {
        padding: 20px 50px 20px 20px;
        font-size: 20px;
        line-height:20px;
        min-width: 300px;
    }
        .inner-menu li a:hover {
        padding-left: 65px;
    }
    .inner-menu li a:before {
        left: 20px;
        width: 35px;
        height: 17px;
    }
    .bottom-contact-sec a {
        font-size: 16px;
    }
        .accreditation-contact a {
        margin: 0px 1px 12px;
        display: inline-block;
    }
        .social h5 {
        font-size: 14px;
    }
    .social h5 span {
    font-size: 12px;
    padding-left: 5px;
}
        .social ul li {
        width: 45% !important;
    }
        .main-logo img {
        width: 150px;
    }
    .header-right-inner a img {
        width: 70%;
    }
    .head-right-side select {
    min-width: 120px;
}
    input#search-contact {
    max-width: 100%;
    min-width: 100%;
}
    a.add-new-contacts {
    width: 60%;
    justify-content: center;
    margin-top: 10px;
}
        .right-side {
        display: block;
    }
    
}

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

.dashboard-inner a {
        max-width: inherit !important;
        flex: 1 0 calc(50%);
    }
    .dashboard-inner a:last-child {
        max-width: 100% !important;
    }

    }
