.thumbnail-img {
    width: 70px;
    border-radius: 50px;
}

.thumbnail-img-1 {
    width: 40px;
    border-radius: 50px;
}

.thumbnail-img-2 {
    width: 100px;
    height: 100px;
}

.lab-btn:disabled {
    opacity: 0.5;
}

.select-modal {
    border: 1px solid rgba(33, 0, 83, 0.1);
    padding: 10px 15px;
    outline: none;
    background: transparent !important;
    color: black;
}

.cus-pd {
    padding: 0 25px !important;
}

.textarea-cus {
    width: 100%;
}

.textarea-cus::placeholder {
    color: #103349;
    opacity: 0.5;
}

.btn-right {
    float: right;
}

textarea {
    padding: 10px;
}

.f-size {
    font-size: 30px;
}

.f-color-red {
    color: #103349 !important;
}

.f-color-green {
    color: greenyellow !important;
}

.custom-tag {
    border: 1px solid #103349;
    padding: 10px;
    border-radius: 10px;
    color: #103349 !important;
}

.custom-tag-selected {
    border: 1px solid white;
    padding: 10px;
    border-radius: 10px;
    color: white !important;
    background-color: #103349;
}

.search-input {
    background: #f9f9f9 !important;
    padding: 7px 10px;
    border: 1px solid rgba(15, 15, 15, 0.1);
    outline: none;
    box-shadow: none;
}

.search-input::placeholder {
    color: #210053;
    opacity: 0.5;
}

ul.pagination {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-bottom: 0.25rem !important;
    justify-content: center !important;
}

.page-item.active .page-link {
    width: 46px;
    height: 46px;
    z-index: 1;
    color: #fff;
    background-color: #103349;
    border-color: #103349;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
}

.page-item.disabled {
    width: 46px;
    height: 46px;
    text-align: center;
    padding-top: 10px;
    z-index: 3;
}

.page-item:first-child .page-link {
    border-radius: 50%;
}

.page-item:last-child .page-link {
    border-radius: 50%;
}

.option-fix option {
    color: black !important;
}

.tail-select.tail-multi-select-custom.multiple {
    width: 100%;
}

.tail-select.tail-multi-select-custom.multiple .select-label {
    border: 1px solid rgba(33, 0, 83, 0.1);
    border-radius: 0px;
    box-shadow: none;
    max-height: none;
    padding: 10px 15px;
}

.tail-select.tail-multi-select-custom.multiple .select-label .label-inner {
    font-size: 16px;
    color: #210053;
}

.tail-select.tail-multi-select-custom.multiple.active .select-label:before {
    opacity: 1;
    border-color: #103349;
    background-color: #103349;
}

.tail-select.tail-multi-select-custom .select-dropdown ul li.dropdown-option.selected {
    color: #103349;
    background-color: white;
}

.tail-select.tail-multi-select-custom .select-label:before {
    border-width: 0px;
    border-style: none;
    border-color: transparent;
    border-radius: 0%;
}

.tail-select.tail-multi-select-custom .select-label:after {
    opacity: 1;
    border-top: 6px dashed #000000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.tail-select.tail-multi-select-custom:hover .select-label:after {
    opacity: 0.85;
    border-top-color: #000000;
}

.btn-chat-stop {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

.chat-room:hover {
    background: #eeecec;
}

.chat-box-header {
    border-bottom: 1px solid #210053;
    padding: 10px;
}

.chat-box-body {
    background-color: #f5f5f5;
    height: 60vh;
    border-bottom: 1px solid #210053;
    padding: 10px;
    display: block;
    overflow: auto;
}

.chat {
    display: flex;
    flex-direction: column;
}

.message {
    max-width: 70%;
    /* To control the width of the message box */
    margin: 8px;
    padding: 2px 12px;
    border-radius: 8px;
    word-wrap: break-word;
}

.sender-text {
    align-self: flex-end;
    background-color: #103349;
    color: white;
}

.receiver-text {
    align-self: flex-start;
    background-color: #fff;
    color: #210053;
}

.chat-box-footer {
    padding: 5px 0;
}

.chat_input {
    width: 100%;
    padding: 2px 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.chat_input::placeholder {
    color: #210053;
    opacity: 0.5;
}

.custom-row {
    margin-left: -5px;
    margin-right: -5px;
}

.custom-row [class^="col-"],
.custom-row [class*=" col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.icon-bigger-24 {
    font-size: 24px;
    color: #103349;
}

.chat-img {
    max-width: 200px;
}

.chat-video {
    max-width: 200px;
}

.disabled-btn {
    opacity: 0.5;
    pointer-events: none;
}

.error-text {
    color: red;
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    left: 0;
    bottom: -17px;
    line-height: normal;
}

#btn_submit:disabled {
    opacity: 0.5;
    background-color: #377856;
    color: white;
}

.disabled-anchor {
    cursor: none;
    pointer-events: none;
    opacity: 0.5;
}

.password_field {
    position: relative;
}

.password_field i {
    position: absolute;
    right: 20px;
    top: 15px;
}

.fa-color {
    color: rgba(0, 0, 0, 0.5019607843) !important;
}

[dir="rtl"] .password_field i {
    right: auto;
    left: 20px;
}

.card-body li i {
    font-size: 20px;
    color: #377856;
}

.card .card-body li {
    margin-bottom: 8px;
    font-size: 16px;
}

.footer_wrap {
    background-color: #02324a;
    padding: 70px 0 30px;
    background-size: auto;
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url(/frontend/img/tick_img.png);
}

.footer_wrap .footer_top h2 {
    color: #ffffff;
    font-size: 32px;
    margin-bottom: 0;
}

.footer_wrap .footer_top .trial_btn {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    background: #377856;
    border: 2px solid #377856;
    color: #ffffff;
    padding: 12px 40px;
    border-radius: 4px;
}

.footer_wrap .footer_top .contact_btn {
    border: 2px solid #ffffff;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    background: transparent;
    color: #ffffff;
    padding: 12px 40px;
    border-radius: 4px;
    margin-inline-start: 20px;
}

.footer_wrap .row.footer_top {
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff52;
    align-items: center;
}

.flex_end {
    display: flex;
    justify-content: end;
}

.footer_wrap .row.footer_bottom {
    text-align: start;
    padding-top: 50px;
}

.footer_wrap .row.footer_bottom p {
    padding-inline-end: 50px;
    color: #ffffff;
}

.footer_wrap .row.footer_bottom ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer_wrap .row.footer_bottom ul li a {
    font-size: 14px;
    color: #ffffff;
}

.footer_wrap .row.footer_bottom h3 {
    color: #377856;
    font-size: 20px;
    margin-bottom: 20px;
}

.social_wrap a {
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #ffffff;
    border: 2px solid #ffffff38;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 20px;
}

.social_wrap {
    gap: 6px;
    display: flex;
    margin-top: 24px;
}

.footer_wrap .footer-logo {
    margin-bottom: 20px;
}

.footer_wrap .footer_copyright p {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}

.footer_wrap .footer_copyright {
    padding-top: 50px;
}

.social_btn {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_btn a {
    justify-content: center;
    width: 180px;
    gap: 15px;
    align-items: end;
    display: flex;
    font-weight: 500;
    background: #000000;
    color: #ffffff;
    padding: 14px;
    border-radius: 6px;
}

.social_btn a img {
    height: 25px;
    width: 25px;
    object-fit: scale-down;
}

.profile_tabs .nav-tabs .nav-link {
    padding: 14px;
    border: 0 !important;
    color: #000000;
    text-align: center;
    width: 33%;
}

.profile_tabs .nav-tabs .nav-link.active {
    border-radius: 6px;
    background-color: #023249 !important;
    color: #ffffff !important;
}

.profile_tabs nav.nav.nav-tabs {
    border-radius: 6px;
    background-color: #6b728026;
    width: 100%;
    padding: 0;
    justify-content: space-between;
}

.profile_form .form-group .form-control {
    height: 50px;
    padding: 10px 18px;
    border-radius: 4px;
    background-color: rgba(107, 114, 128, 0.0392156863);
    border: 1px solid rgba(2, 50, 74, 0.0117647059);
    background-image: none;
    color: #000000;
}

.profile_form .form-group label {
    color: #02324a;
    font-size: 16px;
    font-weight: 700;
}

.profile_form .form-group label span {
    color: #ef4444;
    font-size: 12px;
}

.profile_form button {
    border: 1px solid #377856;
    background: #ffffff;
    border-radius: 4px;
    color: #377856;
    padding: 12px 80px;
    /*margin: 50px auto 20px;*/
    margin-inline-start: auto;
    display: block;
    font-weight: 400;
    font-size: 18px;
}

.profile_form button:hover {
    background: #377856;
    color: #ffffff;
}

.profile_form select.form-control:not([size]):not([multiple]) {
    height: 50px;
}

.profile_form .profile_pic {
    position: relative;
    text-align: center;
    padding: 50px 0 20px;
}

.profile_form .profile_pic input[type="file"] {
    cursor: pointer;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    margin-left: -30px;
}

.profile_form .profile_pic input[type="file"]:before {
    display: block;
    visibility: visible;
    border-radius: 100%;
    content: "";
    background: url(/basic/img/upload-img.png), #377856;
    background-repeat: no-repeat;
    background-size: auto;
    height: 45px;
    background-position: center;
    width: 45px;
}

.profile_form .otp_class {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
}

.sidebar-menu ul li {
    padding: 0 !important;
}

.sidebar-menu ul li a {
    padding-top: 16px;
    padding-inline-end: 10px;
    padding-bottom: 16px;
    padding-inline-start: 30px;
    width: 100%;
    color: #ffffff;
    display: block;
}

.sidebar-menu ul li a i {
    width: 28px;
    height: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    margin-inline-end: 20px;
}

.fa-color-green {
    color: #488060;
}

.sidebar-active-color {
    color: #488060 !important;
}

.sidebar-menu ul li:hover i {
    color: #488060;
}

.disable-anchor {
    opacity: 0.5;
    pointer-events: none;
}

.top-section .infolink ul {
    align-items: center;
    display: flex;
}

.top-section .infolink ul li.loginbtn {
    padding: 6px 20px;
    border: 1px solid #377856;
    text-align: center;
    border-radius: 4px;
    line-height: normal;
    margin-inline-start: 15px;
}

button:disabled {
    opacity: 0.5;
}

.btn_add {
    padding: 10px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #417857;
    color: #ffffff;
    border: none;
}

.search_box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.search_box form {
    margin-bottom: 0;
}

.search_box form input {
    border-radius: 5px;
    border: 2px solid #0000003d;
    padding: 5px 10px;
}

#permission_card .card-link[aria-expanded="true"] i.fa.fa-arrow-right {
    transform: rotate(90deg);
}

#permission_card i.fa.fa-arrow-right {
    transition: 0.5s;
    transform: rotate(0deg);
    margin-right: 10px;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.view_all {
    color: white;
    font-size: 10px;
}

.view_all:hover {
    color: white;
    font-size: 10px;
}

li.user_opt {
    border: 1px solid #377856;
    font-size: 14px;
    cursor: pointer;
    border-radius: 6px;
    padding-inline-start: 17px;
    padding-inline-end: 10px;
    margin-inline-start: 15px;
    position: relative;
}

li.user_opt span,
li.user_opt ul.user_menu li {
    font-weight: 500;
    color: #377856;
    width: 100%;
    line-height: 30px;
}

li.user_opt ul.user_menu li {
    padding-inline-start: 25px;
    text-align: start;
    line-height: 30px !important;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

li.user_opt img {
    border-radius: 40px;
    padding: 5px;
    width: 50px;
    height: 50px;
    object-fit: scale-down;
    margin-inline-start: 10px;
}

li.user_opt ul.user_menu {
    visibility: hidden;
    opacity: 0;
    display: flex;
    transition: 0.5s;
    background: #ffffff;
    font-size: 14px;
    right: 0;
    left: 0;
    width: auto;
    position: absolute;
    border: 1px solid #377856;
    flex-direction: column;
    border-radius: 0 0 6px 6px;
    align-items: flex-start;
}

li.user_opt ul.user_menu li:hover {
    color: #ffffff;
    background: #377856;
}

li.user_opt ul.user_menu li:hover a {
    color: #ffffff;
}

li.user_opt:hover ul.user_menu {
    opacity: 1;
    visibility: visible;
}

.top-section .infolink ul i.fa.fa-cart-plus {
    font-size: 20px;
}

.profile_tabs .form-group {
    text-align: start;
}

/*table invitaions css*/
.tb_img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-inline-end: 15px;
}

.tb_p_1 {
    font-size: 18px;
    font-weight: 700;
}

.tb_p_2 {
    font-size: 12px;
    opacity: 0.5;
    margin-top: -10px;
}

.btn_add {
    padding: 10px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #417857;
    color: #ffffff;
    border: none;
}

.modal-content {
    width: 50%;
}

.form-group {
    text-align: start;
}

.icon-space {
    margin-right: 10px;
}

.a-style {
    font-size: 14px;
    color: #417857;
    text-decoration: underline;
}

/*tooltip*/

/*button.btn_add {*/
/*    position: relative;*/
/*}*/
/*span.btn_tooltip {*/
/*    color: #ffffff;*/
/*    font-size: 11px;*/
/*    position: absolute;*/
/*    top: -33px;*/
/*    white-space: nowrap;*/
/*    right: -14px;*/
/*    background-color: #555;*/
/*    text-align: center;*/
/*    border-radius: 6px;*/
/*    padding: 1px 10px;*/
/*    visibility: hidden;*/
/*    opacity: 0;*/
/*}*/
/*.btn_add span.btn_tooltip::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    left: 50%;*/
/*    margin-left: -5px;*/
/*    border-width: 5px;*/
/*    border-style: solid;*/
/*    border-color: #555 transparent transparent transparent;*/
/*}*/

/*.btn_add:hover span.btn_tooltip {*/
/*    visibility: visible;*/
/*    opacity: 1;*/
/*}*/

.btntooltip {
    position: relative;
    /*display: inline-block;*/
    /*border-bottom: 1px dotted black;*/
}

.btntooltip .tooltiptext {
    min-width: 50px;
    transform: translateX(-50%);
    white-space: nowrap;
    line-height: 17px;
    font-size: 11px;
    visibility: hidden;
    background-color: #023249;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 9999;
    bottom: 125%;
    right: auto;
    left: 50%;
    margin-left: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.btntooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.btntooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.section-dashboard .dashboardmain .overall-contetn .overall-contetn-inn .catdocu-main table tbody tr {
    border-bottom: 0;
    height: auto;
}

.section-dashboard .dashboardmain .overall-contetn .overall-contetn-inn .catdocu-main table tbody tr td:nth-child(2) {
    padding-inline-start: 20px;
}

.section-dashboard .dashboardmain .overall-contetn .overall-contetn-inn .catdocu-main table tbody tr td:nth-child(2) {
    padding-inline-start: 20px;
}

.section-dashboard .dashboardmain .overall-contetn .overall-contetn-inn .catdocu-main table th {
    padding: 20px;
}

.section-dashboard .dashboardmain .overall-contetn .overall-contetn-inn .catdocu-main table tr td {
    padding: 20px;
}

.cart-count {
    top: 0;
}

.top-section .infolink ul .margin-6 {
    position: relative;
}

.infolink .fa-cart-plus:before,
.infolink .fa-bell:before {
    line-height: 45px;
}

.secondary-color {
    color: #417857;
}

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

a.btntooltip i {
    margin: 0 5px;
}

.select2.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #377856;
    border: 1px solid #377856;
    color: #ffffff;
}

.select2.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #fff;
    color: #ffffff;
}

.select2.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
}

table tbody tr td a {
    color: #103349;
    font-weight: 600;
}

.section-dashboard .dashboardmain .overall-contetn .overall-contetn-inn .catdocu-main table tr td {
    color: #474646;
}

.pl50 {
    padding-left: 50px !important;
}

#comment_detail::-webkit-scrollbar-track {
    background: transparent;
}

#comment_detail::-webkit-scrollbar-thumb {
    border-radius: 5px;
    border: 3px solid #fff;
    background: #bfb7b7;
}

#comment_detail::-webkit-scrollbar {
    width: 9px;
}

.select_btns {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.select_btns button {
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    background: #ffffff;
    padding: 5px 15px;
    color: #c7c7c7;
}

.select_btns button.active {
    background: #377856;
    color: #ffffff;
}

.select_btns button.active-yes {
    background: #5abc6a;
    color: #ffffff;
}

.select_btns button.active-no {
    background: #ef3938;
    color: #ffffff;
}

.select_btns button.active-partial {
    background: #ffb459;
    color: #ffffff;
}

.select_btns button.active-na {
    background: #474747;
    color: #ffffff;
}

.answers_view_block {
    pointer-events: none;
    opacity: 0.6;
}

.min-width {
    min-width: 50%;
}

.filter_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.filter_wrap span {
    font-weight: 700;
}

.filter_wrap button:hover {
    background: #377856;
}

/*multi select style*/
.select2-container .select2-selection--multiple {
    width: 100%;
    display: inline-flex;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #417857;
}

.select2-container .select2-selection--single {
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
    font-size: 14px;
}

.select2-results__option {
    font-size: 13px;
    padding: 4px 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 13px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    margin-bottom: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
    line-height: 13px !important;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
}

/*multi select style*/

/*modal style*/
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 35px;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
}

.modal hr {
    color: #1033492b;
    width: 100%;
    border: 1px solid;
}

.modal-content p {
    text-align: start;
}

/*modal style*/

/*pagination style*/
.pagination>.page-item.active>span {
    border: 0;
    background: #377856;
    color: #ffffff;
    border-radius: 6px !important;
    font-size: 14px;
    line-height: 24px;
    box-shadow: none;
}

.pagination>.page-item>.page-link {
    width: 46px;
    height: 46px;
    border: 1px solid #ebe2e2;
    background: #ffffff;
    color: #377856;
    border-radius: 6px !important;
    font-size: 18px;
    line-height: 46px;
    box-shadow: none;
}

li.page-item.disabled {
    all: unset;
}

.pagination>.page-item.active>span,
.pagination>.page-item.active>span:focus,
.pagination>.page-item.active>span:hover {
    background-color: #377856;
    border-color: #377856;
    color: #ffffff;
    box-shadow: none;
}

/*pagination style*/

/*notification style*/
.notify {
    position: relative;
    margin-inline-start: 10px;
}

.notify i {
    color: #377856;
    font-size: 18px;
    cursor: pointer;
}

.notify-list img {
    object-fit: scale-down;
    border-radius: 100px;
    width: 60px;
    height: 60px;
}

.infolink ul.notify-list::-webkit-scrollbar-track {
    background: transparent;
}

.infolink ul.notify-list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    border: 3px solid #fff;
    background: #bfb7b7;
}

.infolink ul.notify-list::-webkit-scrollbar {
    width: 9px;
}

.notify span.notify-count {
    line-height: normal;
    background-color: #377856;
    color: #ffffff;
    padding: 1px 4px;
    border-radius: 20px;
    font-size: 10px;
    position: absolute;
    top: -2px;
    right: -6px;
}

.infolink ul.notify-list {
    display: none;
    box-shadow: 0px 0px 10px 0px #0000003d;
    /*padding: 20px 20px 6px !important;*/
    align-items: flex-start;
    flex-direction: column;
    position: absolute;
    width: 380px;
    background: #ffffff;
    right: 0;
    border-radius: 10px;
    overflow: auto;
    max-height: 300px;
}

ul.notify-list h3 {
    text-transform: none;
    color: #000000;
    margin: 0;
    font-weight: 600;
    font-size: 15px;
}

ul.notify-list p {
    color: #377856;
    line-height: normal;
    font-weight: 600;
}

ul.notify-list li {
    padding: 15px;
    border-bottom: 1px solid #cfcece;
}

.unread {
    background: #ebebeb !important;
}

.unread a div h3 {
    text-align: start;
    font-weight: bolder;
}

.unread p {
    font-weight: 700;
}

.view_all_notification {
    text-align: center;
}

li.view_all_notification {
    justify-content: center;
}

.top-section .infolink ul li {
    display: block;
}

[dir="rtl"] .notify span.notify-count {
    right: auto;
    left: 0;
}

[dir="rtl"] .cart-count {
    left: 0;
    right: auto;
}

/*notification style*/
.introjs-showElement {
    pointer-events: none;
}

.introjs-bullets {
    display: none;
}

.introjs-tooltip .introjs-tooltiptext {
    padding: 0 20px;
}

.introjs-tooltip .introjs-button {
    font-weight: 500;
    padding: 2px 1rem;
    border: 0;
    text-decoration: none;
    text-shadow: none;
    font-size: 13px;
    color: #ffffff;
    background-color: #377856;
}

.introjs-tooltip .introjs-button:focus {
    background-color: #377856;
    outline: 0;
    text-decoration: none;
    box-shadow: none;
    border: 0;
    color: #ffffff;
}

.introjs-tooltip .introjs-tooltipbuttons {
    border-top: 0;
}

.introjs-tooltip .introjs-prevbutton {
    display: none;
}

.introjs-tooltip .introjs-tooltip-title,
.introjs-tooltip .introjs-skipbutton {
    display: none;
}

a.introjs-skipbutton {
    text-align: center;
    border-radius: 0 0 0 6px;
    line-height: 23px;
    height: 25px;
    font-weight: 500;
    text-decoration: none;
    text-shadow: none;
    font-size: 13px;
    color: #ffffff !important;
    background-color: #377856;
}

.skip_class {
    text-align: center;
}

.skip_class a {
    font-weight: 600;
    right: auto;
    bottom: 0;
    left: auto;
    font-size: 16px;
    border-radius: 6px;
    padding: 12px 30px;
    display: inline-block;
    margin: 20px;
    position: fixed;
    z-index: 99999999;
    background: red;
    color: #ffffff;
}

html {
    scroll-behavior: smooth;
}

.dsp-inline,
.section-dashboard h2 {
    font-weight: unset;
}

ul.notify-list h3 {
    text-align: start;
}

.perr .login-form a {
    font-size: 14px;
    background: #377856;
    border: 0;
    color: #ffffff;
    padding: 6px 20px;
    border-radius: 4px;
}

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

.warning_icon_size {
    color: red;
    font-size: 120px;
}

/*checkout page*/
.view_cart_wrap {
    padding: 200px 0 100px;
}

.view_cart_wrap .view_cart_body table th {
    font-size: 17px;
    color: #02324a;
    font-weight: 700;
    padding: 10px 16px;
    word-break: normal;
    min-width: 150px;
    max-width: 250px;
}

.view_cart_wrap .view_cart_body table tr td {
    font-size: 16px;
    font-weight: 600;
    color: #696969;
    vertical-align: top;
    padding: 10px 14px;
}

.view_cart_wrap .view_cart_body button {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    background: #377856;
    border: 2px solid #377856;
    color: #ffffff;
    padding: 5px 20px 6px;
    border-radius: 4px;
}

.view_cart_wrap .view_cart_body table .price {
    font-weight: bold;
    font-size: 16px;
}

.view_cart_head {
    border: 2px solid #02324a;
    border-radius: 10px 10px 0 0;
    padding: 14px 20px;
    background-color: #02324a;
}

.view_cart_body .view_cart_head {
    padding: 10px 20px;
}

.view_cart_body .view_cart_head h3 {
    font-size: 15px;
}

.view_cart_head h3 {
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 0;
    padding-inline-start: 8px;
}

.view_cart_body {
    border-radius: 6px;
    border-top: 0 !important;
    border: 2px dashed #02324a69;
    padding: 10px;
}

.view_cart_body .cart_detail {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view_cart_body .cart_detail h3 {
    color: #02324a;
    margin: 0;
    font-size: 18px;
}

.view_cart_body .cart_detail input {
    border: 0;
    border-bottom: 2px solid;
}

.view_cart_wrap .view_cart_body .checkoutBtn {
    margin: 15px auto;
    display: flex;
    font-size: 16px;
    padding: 8px 30px 8px;
}

.heading_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.heading_wrap button {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    background: #377856;
    border: 2px solid #377856;
    color: #ffffff;
    padding: 5px 20px 6px;
    border-radius: 4px;
}

.heading_wrap h2 {
    margin-bottom: 0;
}

.view_cart_body table {
    width: 100%;
}

.check_wathiq {
    margin-left: auto;
    position: relative;
    bottom: 10px;
}

.check_wathiq .form-check .form-check-sign .check:before {
    content: "";
}

.check_wathiq .form-check .form-check-input:checked~.form-check-sign .check {
    background: #ffffff;
}

.btntooltip .tooltiptext.wathiq_tooltip {
    white-space: normal;
    width: 300px;
}

.mis {
    margin-inline-start: 7px;
}

.wathiq_disabled {
    pointer-events: none;
    opacity: 0.5;
}

/*checkout page*/

.wathiq_values {
    padding-inline-start: 100px;
}

.key-set {
    margin: 0;
    color: #02324a;
    font-size: 16px;
}

div#wathiq p {
    margin-bottom: 0;
}

.wathiq_row {
    width: 101%;
    background: #f1f1f1;
    max-height: 800px;
    overflow-y: auto;
}

.cus-card {
    background: #f7f6f6;
    padding: 15px;
    width: 50%;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    border-radius: 10px;
}

.cus-card-header {
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
}

.cus-card-footer {
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 10px 0;
    gap: 10px;
    /*border-top: 1px #c9c9c9;*/
}

.btn-cancel {
    font-size: 14px;
    background: red;
    border: 0;
    color: #ffffff;
    padding: 6px 20px;
    border-radius: 4px;
}

.btn-ok {
    font-size: 14px;
    background: #377856;
    border: 0;
    color: #ffffff;
    padding: 6px 20px;
    border-radius: 4px;
}

button.min-width.answered {
    background: transparent;
    border: 1px solid #377856;
    color: #377856;
    font-weight: normal;
}

.progress-bar1 {
    border-color: #5abc6a;
    color: #5abc6a !important;
}

.progress-bar3 {
    border-color: #ef3938;
    color: #ef3938 !important;
}

.progress-bar4 {
    border-color: #ffff00;
    color: #ffff00 !important;
}

.progress-bar5 {
    border-color: #474747;
    color: #474747 !important;
}

.progress-bar6 {
    border-color: #167efb;
    color: #167efb !important;
}

.section-dashboard .dashboardmain .overall-contetn .overall-contetn-inn .percent_box .progress_box img {
    height: 25px;
}

.width-30 {
    width: 30%;
}

.section-dashboard {
    background: #f5f7f8;
}

.dashboard-wrapper {
    border-radius: 20px;
    padding: 25px;
    background: #ffffff;
}

.dashboard-wrapper .dash-box {
    cursor: pointer;
    min-height: 210px;
    border-radius: 8px;
    border: 1px solid #ededed;
    padding: 20px;
    background: #f5f7f8;
    height: 100%;
}

.dashboard-wrapper .dash-head {
    justify-content: start;
    display: flex;
    align-items: start;
    gap: 15px;
}

.dash-head h3,
.dash-head h4 {
    font-family: "Tajawal", sans-serif;
    margin: 0;
}

.dashboard-wrapper .dash-head h3 {
    text-transform: none;
    color: #526d82;
    font-size: 22px;
    font-weight: 500;
}

.dashboard-wrapper .dash-head h4 {
    line-height: normal;
    color: #9db2bf;
    font-size: 18px;
    font-weight: 500;
}

.dash-head img {
    background: #eeeeee;
    border-radius: 4px;
    height: 45px;
    width: 45px;
    border: 2px solid #9db2bf;
    padding: 8px;
}

.dash-body .progress {
    overflow: visible;
    height: 12px;
    border-radius: 10px;
    background: #efefef;
    margin: 50px 0 25px;
}

.dash-body .dash-rates {
    justify-content: start;
    gap: 12px;
    display: flex;
    align-items: baseline;
}

.dash-body .dash-rates h5 {
    line-height: normal;
    font-family: "Tajawal", sans-serif;
    margin: 0;
    color: #003149;
    font-weight: 700;
    font-size: 22px;
}

.dash-body .dash-rates span {
    font-family: "Tajawal", sans-serif;
    color: #bbbbbb;
    font-weight: 500;
    font-size: 18px;
}

.dash-body .progress-bar .progress-count {
    font-weight: 500;
    font-size: 16px;
    right: -15px;
    top: -24px;
    text-align: end;
    position: absolute;
    color: #bbbbbb;
}

.dash-body .progress-bar {
    position: relative;
    border-radius: 10px;
}

.green-bg {
    background: #00cc69 !important;
}

.red-bg {
    background: #ff0039 !important;
}

.orange-bg {
    background: #ffb459 !important;
}

.black-bg {
    background: #474747 !important;
}

.blue-bg {
    background: #2b61fc !important;
}

.dash-agency {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dash-body h1.total-agency {
    padding-inline-end: 10px;
    color: #003149;
    font-weight: 600;
    line-height: 40px;
    font-family: "Tajawal", sans-serif;
    text-align: end;
    font-size: 90px;
}

.table-borderless tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0 !important;
}

.dashboard-wrapper table thead th:first-child,
.dashboard-wrapper table tbody td:first-child,
.dashboard-wrapper table thead th:last-child,
.dashboard-wrapper table tbody td:last-child {
    text-align: start;
}

.dashboard-wrapper table thead th {
    text-align: center;
    font-family: "Tajawal", sans-serif;
    color: #9db2bf;
    font-size: 17px;
    font-weight: 500;
}

.dashboard-wrapper table tbody td {
    font-family: "Tajawal", sans-serif;
    text-align: center;
    font-weight: 500;
    color: #526d82;
    font-size: 18px;
}

.dashboard-wrapper ul.activity-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dashboard-wrapper ul.activity-wrap li {
    margin-bottom: 20px;
    padding: 16px 24px 12px;
    border-radius: 6px;
    border: 1px solid #ededed;
}

.dashboard-wrapper ul.activity-wrap li h3,
.dashboard-wrapper ul.activity-wrap li p {
    margin: 0;
    line-height: normal;
}

.dashboard-wrapper ul.activity-wrap li p {
    padding-bottom: 2px;
    font-weight: 500;
    font-family: "Tajawal", sans-serif;
    font-size: 15px;
    color: #9db2bf;
}

.dashboard-wrapper ul.activity-wrap li h3 {
    font-size: 18px;
    font-family: "Tajawal", sans-serif;
    font-weight: 400;
    color: #526d82;
    text-transform: none;
}

.dash-heading {
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dash-heading .view-all {
    border-bottom: 2px solid #003149;
    color: #003149;
}

.dash-heading h2 {
    margin-bottom: 0;
    font-weight: 500;
    font-family: "Tajawal", sans-serif;
    color: #003149;
    font-size: 26px;
}

.assessments.progress {
    margin: 0 !important;
}

.dashboard-wrapper table .progress {
    height: 14px;
    border-radius: 50px;
    background: #efefef;
}

.dashboard-wrapper table .assessments.progress .progress-bar {
    background-color: #417857;
}

.dashboard-wrapper table .progress .progress-bar {
    background-color: #526d82;
}

.dashboard-wrapper table .progress .progress-bar span.progress-count {
    font-size: 10px;
    text-align: center;
}

.sidebar-wrap {
    width: 300px;
}

.dashboard-body {
    padding-inline-start: 24px;
    width: calc(100% - 300px);
}

.dashboard-wrapper .dash-box:hover {
    border-color: #023249;
}

.dash_filter_wrap {
    text-align: end;
}

.dash_filter_wrap a i {
    margin-bottom: 15px;
    font-size: 20px;
    color: #377856;
    border: 1px solid;
    padding: 5px;
    border-radius: 3px;
}

#filter_box {
    border-radius: 0;
    flex-direction: column;
    display: flex;
    top: 0;
    height: 100%;
    align-items: center;
    justify-content: center;
    border: 2px solid #00000014;
    max-width: 500px;
    margin: 0px !important;
    position: fixed;
    z-index: 1050;
    right: 0;
    transform: translateX(100%);
    transition: 0.5s;
}

#filter_box .form-group {
    margin-bottom: 0;
}

#filter_box h3 {
    margin: 0;
    color: #526d82;
    font-size: 22px;
    font-weight: 500;
}

#filter_box input.form-control.login-field {
    height: 40px !important;
    border: 1px solid #aaa !important;
    border-radius: 4px;
}

#filter_box .select2-container .select2-selection--multiple {
    overflow-y: auto;
    max-height: 60px;
}

#filter_box .filter_head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#filter_box .filter_head i.fa.fa-times {
    color: #526d82;
    font-size: 20px;
    cursor: pointer;
}

.filter_active {
    transform: translateX(0) !important;
}

.body_overlay:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000000a1;
    left: 0;
    top: 0;
    z-index: 1040;
}

#whatsapp-chat-widget {
    z-index: 1040;
    position: relative;
}

.dash-body div:first-child {
    margin: 20px 0;
}

.gap {
    gap: 10px;
}

button.applyBtn.btn.btn-sm.btn-primary {
    background: #3e6e32;
}

td.today.active.start-date.active.end-date.available {
    background: #3e6e32;
}

td.active.start-date.available {
    background: #3e6e32;
}

td.active.end-date.in-range.available {
    background: #3e6e32;
}

div#filter_details ul {
    min-width: 100px;
    margin: 0;
    color: #023249;
    border: 1px solid #023249;
    text-align: start;
    border-radius: 7px;
    padding: 10px;
    font-size: 13px;
    line-height: 15px;
    list-style: none;
}

div#filter_details {
    margin-bottom: 12px;
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

div#filter_details a {
    color: #023249;
    font-size: 14px;
}

div#filter_details a span {
    text-decoration: underline;
}

.mol-mechanism {
    background: #02324a0a;
    padding: 80px 0;
}

.mol-mechanism .mechinfo {
    margin: 0 15px;
    bottom: 15px;
    position: absolute;
    border-radius: 5px;
    right: 0;
    left: 0;
    background: #ffffffe0;
    box-shadow: 0px 2px 15px #0000001a;
    padding: 12px;
}

.mol-mechanism .mechanism-box {
    position: relative;
    text-align: start;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
}

.mol-mechanism .mechanism-box img {
    width: 100%;
    border-radius: 5px;
    height: 300px;
    object-fit: cover;
    transition: all 0.2s linear;
}

.mol-mechanism .mechanism-box:hover img {
    transform: scale(1.05);
}

.mol-mechanism .mechanism-box .mechinfo h3 {
    text-transform: none;
    color: #377856;
    font-size: 17px;
    line-height: normal;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}

.mol-mechanism .mechanism-box .mechinfo h4 {
    margin: 0;
    font-size: 14px;
    color: #00000085;
    line-height: 20px;
}

.mol-services .container-fluid {
    padding: 0 10em;
}

.mol-services .moltazim-service-box img {
    width: 100%;
    transition: all 0.2s linear;
    height: 400px;
    object-fit: cover;
}

.moltazim-service-box {
    position: relative;
    overflow: hidden;
}

.moltazim-service-box h3 {
    text-align: start;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: normal;
    padding-bottom: 20px;
    margin-top: 0;
}

.moltazim-service-box p {
    text-align: start;
    color: #ffffff;
}

.moltazim-service-box .moltazim-service-info {
    transition: 0.8s;
    position: absolute;
    top: 20.5em;
    bottom: 0;
    padding: 25px;
    background: #0000007d;
    cursor: pointer;
}

.moltazim-service-box:hover .moltazim-service-info {
    top: 0;
}

.moltazim-industries .industry-box {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    background: #02324a08;
    overflow: hidden;
    border: 1px solid #958f8f33;
    border-radius: 5px;
}

.moltazim-industries .industry-box:hover {
    border-color: #377856;
}

.moltazim-industries .industry-box .industry-info {
    padding: 0 30px;
}

.moltazim-industries .industry-box .industry-info h3 {
    text-align: start;
    color: #02324a;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}

.moltazim-industries .industry-box .industry-info p {
    text-align: start;
    font-size: 14px;
    color: #00000085;
    line-height: 20px;
}

.moltazim-industries h2 {
    font-size: 35px;
    color: #02324a;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
}

.moltazim-industries {
    padding: 80px 0;
}

.moltazim-industries img {
    object-fit: cover;
    width: 220px;
    min-height: 250px;
    transition: all 0.2s linear;
}

.industry-box:hover img {
    transform: scale(1.1);
}

.mol-modify-tabs ul li {
    line-height: 30px;
    font-size: 17px;
    font-weight: 400;
    text-align: start;
    color: #00000069;
}

.select2-container .select2-dropdown {
    z-index: 99999;
}

.pb-70 {
    padding-bottom: 70px;
}

.faq-wrap .accordion-item .accordion-header button {
    white-space: normal;
}

.mol-call-to-action {
    background: #02324ae6;
    color: #ffffff;
    padding: 70px 0;
}

.mol-call-to-action h2 {
    text-align: start;
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 500;
}

.mol-call-to-action .col-lg-5.trial_wrap {
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

.mol-call-to-action a.trial_btn {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    background: #377856;
    border: 2px solid #377856;
    color: #ffffff;
    padding: 12px 40px;
    border-radius: 4px;
}

.mol-call-to-action a.contact_btn {
    border: 2px solid #ffffff;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    background: transparent;
    color: #ffffff;
    padding: 12px 40px;
    border-radius: 4px;
    margin-inline-start: 20px;
}

[dir="rtl"] .main-banner .home-columns a img {
    transform: rotate(180deg);
}

.moltazim-industries .container-fluid {
    padding: 0px 12em;
}

.mol-call-to-action h2 {
    text-align: start;
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 500;
}

.mol-customers {
    padding: 50px 0;
}

.mol-call-to-action {
    background: #02324ae6;
    color: #ffffff;
    padding: 70px 0;
}

.mol-call-to-action a.trial_btn {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    background: #377856;
    border: 2px solid #377856;
    color: #ffffff;
    padding: 12px 40px;
    border-radius: 4px;
}

.mol-call-to-action a.contact_btn {
    border: 2px solid #ffffff;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    background: transparent;
    color: #ffffff;
    padding: 12px 40px;
    border-radius: 4px;
    margin-inline-start: 20px;
}

.navbar .navbar-toggler .navbar-toggler-icon {
    background-color: #000000;
}

@media (max-width: 1600px) {
    .mol-services .container-fluid {
        padding: 0 5em;
    }

    .moltazim-industries .container-fluid {
        padding: 0px 8em;
    }
}

@media (max-width: 1366px) {
    .main-banner .main-para {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .main-banner h1 {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .main-banner {
        padding: 200px 0 0;
    }

    .mol-services .container-fluid {
        padding: 0 20px;
    }

    .moltazim-industries .container-fluid {
        padding: 0 20px;
    }

    .mol-map img {
        object-fit: cover;
        height: 550px;
    }
}

@media (max-width: 1280px) {
    .moltazim-service-box .moltazim-service-info {
        padding: 20px;
        top: 21em;
    }

    .moltazim-service-box h3 {
        font-size: 18px;
    }

    .mol-services h2 {
        font-size: 30px;
    }

    .mol-mechanism h2 {
        font-size: 30px;
    }

    .moltazim-industries h2 {
        font-size: 30px;
    }

    .mol-map h2 {
        font-size: 30px;
    }

    .faq-wrap h2 {
        font-size: 30px;
    }

    .footer_wrap .footer_top h2 {
        font-size: 28px;
    }

    .mol-call-to-action h2 {
        font-size: 24px;
    }

    .mol-customers .owl-item img {
        height: 60px;
    }
}

@media (max-width: 1024px) {
    .mol-services .container-fluid {
        padding: 0 10em;
    }

    .moltazim-service-box {
        margin-bottom: 30px;
    }

    .mol-customers {
        padding: 30px 0;
    }

    .footer_wrap .footer_top h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        text-align: end;
        color: #02324a;
        font-size: 13px;
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .mol-modify-tabs .modify_tab_content h3 {
        margin-top: 50px !important;
    }

    [dir="rtl"] .top-section .navbar-translate {
        transform: translate3d(-270px, 0, 0);
    }

    [dir="rtl"] .top-section .nav-open .navbar-translate {
        transform: translate3d(-270px, 0, 0);
    }

    .navbar-translate {
        transform: translate3d(290px, 0, 0);
    }

    .nav-open .navbar-translate {
        transform: translate3d(290px, 0, 0);
    }

    .navbar .navbar-nav {
        padding-top: 30px;
    }
}

@media (max-width: 800px) {
    [dir="rtl"] .top-section .navbar-translate {
        transform: translate3d(-170px, 0, 0);
    }

    [dir="rtl"] .top-section .nav-open .navbar-translate {
        transform: translate3d(-170px, 0, 0);
    }

    .privacypolicy,
    .terms-conditions,
    .section-404 {
        margin-top: 0;
    }

    .navbar-translate {
        transform: translate3d(180px, 0, 0);
    }

    .nav-open .navbar-translate {
        transform: translate3d(180px, 0, 0);
    }

    .mol-services .container-fluid {
        padding: 0 20px;
    }

    .mol-call-to-action h2 {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .mol-map img {
        width: 100%;
        height: auto;
    }

    .footer_wrap {
        padding: 50px 0 30px;
    }
}

@media (max-width: 600px) {
    [dir="rtl"] .top-section .navbar-translate {
        transform: translate3d(-90px, 0, 0);
    }

    [dir="rtl"] .top-section .nav-open .navbar-translate {
        transform: translate3d(-90px, 0, 0);
    }

    .navbar-translate {
        transform: translate3d(100px, 0, 0);
    }

    .nav-open .navbar-translate {
        transform: translate3d(100px, 0, 0);
    }

    .mol-call-to-action {
        padding: 50px 0;
    }

    .main-banner {
        padding: 150px 0 0;
    }

    .main-banner h1 {
        font-size: 35px;
    }
}

@media (max-width: 450px) {

    .error_bottom {
        bottom: -28px;
    }


    .mol-mechanism .row.align-items-center.pb-70 {
        padding: 0 15px;
    }

    .login-page-new ul.wizard_step span {
        margin-right: 5px;
    }

    .login-page-new ul.wizard_step li {
        width: 170px;
        margin-bottom: 20px;
    }

    .login-page-new ul.wizard_step {
        padding: 50px 0;
        flex-direction: column;
        align-items: center;
    }

    .login-page-new ul.wizard_step li.middle {
        padding: 0;
    }

    .login-page-new ul.wizard_step li.middle::before,
    .login-page-new ul.wizard_step li.middle::after {
        display: none;
    }

    .login-page-new .right-login {
        padding: 50px 0;
    }

    .login-page-new .right-login img {
        height: 125px;
        width: auto;
    }

    .navbar-collapse {
        width: 180px;
    }

    .top-section .navbar .navbar-nav .nav-item .nav-link span {
        font-size: 15px;
    }

    .top-section .infolink ul li.loginbtn {
        padding: 4px 12px;
        margin-inline-start: 10px;
    }

    [dir="rtl"] .navbar .navbar-nav .nav-item a {
        text-align: start;
    }

    [dir="rtl"] .top-section .infolink .langu {
        margin: 0 !important;
    }

    [dir="rtl"] .top-section .navbar-translate {
        transform: translate3d(-40px, 0, 0);
    }

    [dir="rtl"] .top-section .nav-open .navbar-translate {
        transform: translate3d(-40px, 0, 0);
    }

    .navbar-translate {
        transform: translate3d(-30px, 0, 0);
    }

    .nav-open .navbar-translate {
        transform: translate3d(-30px, 0, 0);
    }

    .top-section .infolink span.separater {
        display: none;
    }

    .top-section .infolink ul li {
        display: flex;
    }

    .top-section .infolink ul li.loginbtn {
        flex-direction: column;
    }

    .main-banner {
        padding: 100px 0 0;
    }

    .main-banner h1 {
        font-size: 30px;
    }

    .main-banner .main-para {
        font-size: 16px;
    }

    .main-banner .home-columns {
        margin-top: 100px;
    }

    .main-banner .home-columns h3 {
        font-size: 22px;
        width: 100%;
    }

    .mol-services,
    .mol-mechanism,
    .moltazim-industries,
    .faq-wrap,
    .mol-map {
        padding: 70px 0;
    }

    .mol-services h2,
    .mol-mechanism h2,
    .moltazim-industries h2,
    .faq-wrap h2,
    .mol-map h2 {
        font-size: 28px;
        margin-bottom: 35px;
    }

    .mol-call-to-action h2 {
        text-align: center;
        font-size: 20px;
        line-height: 30px;
    }

    .mol-call-to-action a.contact_btn {
        border: 1px solid #ffffff;
    }

    .mol-call-to-action a.trial_btn,
    .mol-call-to-action a.contact_btn {
        font-size: 15px;
        padding: 10px 22px;
    }

    .moltazim-industries .industry-box {
        flex-direction: column;
    }

    .moltazim-industries img {
        width: 100%;
    }

    .mol-call-to-action {
        padding: 35px 0;
        text-align: center;
    }

    .mol-call-to-action .col-lg-5.trial_wrap {
        justify-content: center;
    }

    .footer_wrap .footer_top .trial_btn,
    .footer_wrap .footer_top .contact_btn {
        font-size: 15px;
        padding: 10px 22px;
        line-height: 22px;
        height: 48px;
    }

    .footer_wrap .footer_top h2 {
        line-height: 30px;
    }
}

@media (max-width: 375px) {
    .top-section .infolink ul li.loginbtn {
        padding: 4px 8px;
        margin-inline-start: 5px;
    }
}

.agency-img {
    height: 60px;
    width: 60px;
}

.mol-mechanism .mechinfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 94px;
}

.faq-wrap .accordion-item .accordion-header button {
    height: 70px;
    padding: 12px 30px;
}

.faq-wrap .accordion-item:hover {
    border-color: #02324a;
}

.faq-wrap .accordion-item:hover .accordion-header button {
    color: #02324a;
}

.moltazim-service-box .moltazim-service-info {
    padding: 25px 20px;
}

.moltazim-service-box h3 {
    font-size: 18px;
}

.p_number {
    padding: 0 !important;
    direction: ltr !important;
    text-align: left;
}

[dir="rtl"] .p_number {
    text-align: right;
}