@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap');
:root {
    --direction: ltr;
    --text-align: left;
    --color-white-1: #fff;
    --color-white-2-search-bar: #F9F9F9;
    --color-white-2-search-font: #DEDEDE;
    --color-gray-1-background: #F2F2F2;
    --color-gray-2-verylight: #FAFAFA;
    --color-gray-3-footer: #E8E8E8;
    --color-gray-4-dark: #404040;
    --color-gray-5-light: #DEDEDE;
    --color-dark: #1A1818;
    --color-orange: #f05815;
    --color-green: #96c83e;
    --color-darkgray: #63666A;
}







body {
    background: var(--color-gray-1-background);
    direction: var(--direction);
    text-align: var(--text-align);
    font-family: 'Cairo', sans-serif;
}

      mine {
        align-items: center;
        background: radial-gradient(farthest-side at bottom left, #eee, #ccc), 
        radial-gradient(farthest-corner at bottom right, #eee, #ccc 600px);
        display: flex;
        flex-direction: column;
        height: 100vh;
        justify-content: center;
        line-height: 1.5em;
        max-height: 7.5em;
      }
	  .element_about{
	    background-color: transparent;
        box-shadow: 0px 0px 0px #666;
        padding: 1.5em;
        width: 100%;
        font-size: 14px;
	  }
	  
      .element {
        background-color: transparent;
        box-shadow: 0px 0px 0px #666;
        padding: 1.5em;
        width: 100%;
        font-size: 14px;
      }
      .element p {
        display: -webkit-box;
        -webkit-line-clamp: 5;
            line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 160%;
      }

.short-about-desc{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

      .responsive-container {
        position: relative;
        width: 100%;
        border: 1px solid #666;
      }      
      .example {
        padding-top: 100%;
        /* forces 1:1 aspect ratio */
      }      
      .img-container {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
      }      
      .img-container:before {
        content: " ";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
      }      
      .img-container img {
        vertical-align: middle;
        display: inline-block;
      }


header {
    background: var(--color-white-1);
    padding: 15px 0;
    margin-bottom: 15px;
}
.top_header {
    margin-bottom: 15px;
}
.top_header_item {
    display: inline-block;
    margin-right: 10px;
    background: transparent;
    position: relative;
    padding-right: 10px;
}
.top_header_item a, .top_header_item button {
    background: transparent !important;
    border: 0 !important;
    font-size: 12px;
    color: var(--color-gray-4-dark);
    outline: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}


.flag_container{
	display: flex;
    align-items: center;
}


.top_header_item:after {
    content: '|';
    position: absolute;
    right: 0;
    top: 0;
}

.inner_header{
	position: fixed;
    left: 0px;
    right: 0px;
    z-index: 99999999;
}

.inner_header a.nav-link.orange_color {
    color: #000!important;
	font-size: 16px !important;
	font-weight:normal;
}


header
.dropdown-toggle::after {
    display: none;
}
.top_header_item:last-child:after {
    display: none;
}
.search_btn {
    background: var(--color-orange);
    color: var(--color-white-2-search-font);
    border: 0;
    line-height: 30px;
    width: 38px;
    outline: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}
input#search {
    border: 0;
    background: #f2f2f2;
    /* var(--color-white-2-search-bar); */
    margin: 0;
    min-width: 75%;
    color: var(--color-dark);
    padding: 1px 17px;
    margin-left: -4px;
    font-size: 15px;
    line-height: 30px;
    outline: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
    flex: auto;
}
input#search::placeholder {
    color: var(--color-white-2-search-font);
    font-size: 15px;
}
.custom_form input::placeholder {
    color: var(--color-gray-5-light);
}
div#collapse_menu_div {
    padding-top: 10px;
}
#menu_accordion button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    background: transparent;
    outline: 0;
    box-shadow: none;
    text-decoration: none !important;
    padding: 0;
    transform: translate(0, 32%);
}
#menu_accordion button span {
    color: var(--color-orange);
    font-weight: bold;
    font-size: 16px;
}
#menu_accordion button i {
    color: var(--color-gray-5-light);
}
#menu_accordion
.card-header {
    background: transparent;
    border: 0;
}
#collapse_menu a {
    color: var(--color-dark);
    text-align: left;
    padding: 5px 15px;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 500;
}
#collapse_menu a img {
    margin-right: 8px;
    width: 18px;
}
.page_title img {
    margin-right: 10px;
}
.page_title span {
    color: var(--color-orange);
    font-size: 16px;
    font-weight: bold;
}
.page_card {
    background: #FFF;
    height: 100%;
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 5px 15px;
    border-radius: 11px;
}
#menu_accordion
.collapse {
}
#menu_accordion .page_card {
    position: relative;
    display: block;
}
.bg-img-slider {
    width: 100%;
    height: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 55.441302485004%;
}
.home_slider .slick-dots {
    bottom: 6px;
    left: 40px;
}
.slick-dots li button:before {
    font-size: 20px;
    color: var(--color-orange);
}
.slick-dots li.slick-active button:before {
    color: var(--color-orange);
}
h2 {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Cairo', sans-serif;
}
.padge1 {
    background: var(--color-green);
    width: auto;
    display: block;
    font-size: 66px;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    position: relative;
}
/* .padge1:after {content: '';background: #9f1919;left: 0;z-index: 99999;top: -1px;width: 0;} */
img.section_title_icon {
    width: 20px;
    margin-right: 12px;
}
.section_title {
    display: flex;
    align-items: center;
    color: var(--color-orange);
    font-weight: bold;
    margin-bottom: 15px;
}
.bg_image {
    height: 80px;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: block;
}
.bg_cor {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: auto;
    border: 1px solid white;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}


.solar_card {
    background: white;
    padding: 15px;
    border-radius: 12px;
}
.solar_col {
    /* margin-top: 15px; */
    margin-bottom: 15px;
}
.solar_card_title {
    font-size: 15px;
    margin-top: 9px;
    margin-bottom: 7px;
}
a.company_name {
    display: block;
    font-size: 13px;
    color: #242424;
    font-weight: 400;
    text-decoration: underline !important;
    margin-bottom: 7px;
}
span.price {
    font-size: 14px;
    font-weight: bold;
    color: #f05815;
}
a.fave_link {
    float: right;
}
a.fave_link img {
    width: 20px;
    height: 20px;
}
a.fave_link {
    border-radius: 100%;
    border: 1px solid #f2f2f2;
    width: 26px;
    text-align: center;
    height: 26px;
    line-height: 21px;
}
a.fave_link.active {
    background: var(--color-green);
}
.see_mode_col {
    text-align: center;
    /* margin-top: 12px; */
    /* margin-bottom: 12px; */
}
a.see_more {
    width: 100%;
    background: #ffffff;
    display: block;
    line-height: 35px;
    text-decoration: none;
    color: #f05833;
    border-radius: 4px;
    font-size: 15px;
}

a.see_more_2 {
    width: 100%;
    background: var(--color-gray-1-dark);
    display: block;
    line-height: 35px;
    text-decoration: none;
    color: var(--color-black); 
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
}


footer {
    background: var(--color-gray-3-footer);
    padding-top: 30px;
    padding-bottom: 21px;
    margin-top: 30px !important;
}
footer ul {
    list-style: none;
    padding: 0;
    text-align: left;
    width: fit-content;
    margin-bottom: 0;
}
footer ul a {
    color: var(--color-dark);
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
}
.div_foooter_icons a {
    margin-right: 10px;
    margin-bottom: 4px;
    display: inline;
}
.div_foooter_icons {
    text-align: left;
    margin-bottom: 9px;
}
footer.last_footer {
    background: var(--color-gray-4-dark);
    font-size: 12px;
    color: #FFF !important;
    padding: 9px 0;
    margin-top: 0px !important;
}
footer.last_footer a {
    font-size: 12px;
    color: #FFF !important;
}
.Terms_Privacy_col {
    text-align: right;
}
.col-md-3 {
}
footer.last_footer p {
    margin-bottom: 0;
}
#collapse_menu .list-group {
    margin-bottom: 2px;
}
section {
    margin-bottom: 20px;
}
.dropdown-item {
    text-decoration: none !important;
    color: var(--color-dark) !important;
    font-size: 18px;
}
.solar_modal
.modal-header {
    text-align: center;
    display: block;
    border: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.solar_modal
.modal-title {
    color: var(--color-green);
    font-weight: bold;
}
.solar_modal
.modal-content {
    border-radius: 16px;
    border: 0;
}
.solar_modal
form {
    margin: auto;
    width: 72%;
    text-align: center;
    display: block;
}
.custom_form label {
    display: block;
    text-align: left;
    font-size: 15px;
    margin-bottom: 0;
}
.custom_form select,
.custom_form input {
    display: block;
    border: 0;
    width: 100%;
    padding: 2px;
    font-size: 14px;
    outline: unset !important;
    background: transparent;
    /* height: 29px; */
}
.custom_form {
    display: block;
    padding: 10px 10px 5px 10px;
    border-radius: 15px;
    border: 1px solid;
    margin-bottom: 10px;
    min-height: 66px;
}
button.solar_button {
    border: 0;
    font-size: 16px;
    background: var(--color-darkgray);
    min-width: 225px;
    border-radius: 5px;
    line-height: 38px;
    color: var(--color-white-1);
}
.you_have_an_account {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    color: var(--color-gray-4-dark);
    font-weight: bold;
}
.you_have_an_account a {
    color: var(--color-orange);
}
.top_header_item .dropdown, .top_header_item button {
    cursor: pointer;
}
.merchant_banner {
    background: url('../images/solar_72.png');
    height: 317px;
    width: 100%;
    background-size: cover;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
}
h1.green_hed {
    text-align: center;
    font-size: 18px;
    color: var(--color-green);
    font-weight: bold;
}
input.input_file_h {
    width: 0;
    height: 0;
    opacity: 0;
}
img.preview_img {
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 50%;
}
.solar_button[TYPE='submit'] {
    margin-bottom: 10px;
    margin-top: 10px;
}
.label_input_file {
    margin-bottom: 41px;
    position: relative;
}
.verification_button {
    display: inline-block;
    border-radius: 13px;
    background: var(--color-orange);
    border: 0;
    line-height: 37px;
    min-width: 84px;
    color: var(--color-white-1);
    outline: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
    font-size: 15px;
}
button {
    cursor: pointer;
}
.verification_input {
    display: inline;
    padding: 8px 15px !important;
}
.custom_form.verification_form {
    display: flex;
    padding: 0;
    min-height: auto;
}
.orange_btn {
    background: var(--color-orange);
    color: var(--color-white-1);
    outline: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
    border: 0;
    border-radius: 5px;
    font-size: 15px;
    line-height: 36px;
    min-width: 180px;
}
.green_btn {
    background: var(--color-green);
    color: var(--color-white-1);
    outline: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
    border: 0;
    border-radius: 5px;
    font-size: 15px;
    line-height: 36px;
    min-width: 180px;
}
.solar_modal
.modal-footer {
    display: block;
    text-align: center !important;
    border: 0;
}
.step_2 {
    display: none;
}
.collapsing {
    /* overflow: hidden;
    position: absolute;
    background: white;
    transition: 0s;
    top: 45px; */
}
.filter_div {
    background: #FFF;
    padding: 15px;
    border-radius: 6px;
}
.d-flex-form {
    display: flex;
}
.d-flex-form input, .d-flex-form button {
    margin-right: 9px;
    border-radius: 7px;
    text-align: center;
    line-height: 0;
}
.d-flex-form input {
    width: 150px;
    font-size: 14px;
}
.d-flex-form button {
    min-width: 90px;
    width: fit-content;
}
.radios {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.radios > div {
    position: relative;
    cursor: pointer;
    width: fit-content;
}
.radios input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    margin: 0;
}
.radios span {
    transition: .3s;
    cursor: pointer;
    color: black;
    border: 1px solid #000000;
    font-size: 12px;
    border-radius: 7px;
    width: auto;
    margin-right: 10px;
    display: block;
    text-align: center;
    line-height: 29px !important;
    font-size: 15px;
    padding: 0px 5px;
    min-width: 100px;
}
.radios input:checked ~ span,
.radios input:hover ~ span {
    background: var(--color-green);
    color: var(--color-white-1);
    border-color: var(--color-green);
    /* line-height: 43px !important; */
}
.orange_radios
input:checked ~ span,
.orange_radios
input:hover ~ span {
    background: var(--color-orange);
    color: var(--color-white-1);
    border-color: var(--color-orange);
}
.orange_radios span {
    color: var(--color-green);
    border: 1px solid var(--color-green);
    line-height: 38px !important;
}
a.solar_card_title {
    color: var(--color-dark);
    text-decoration: none;
    margin-top: 7px;
    display: block;
    line-height: 14px;
}
a {
    text-decoration: none !important;
}
.product_details_image {
    height: 500px;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.small_image {
    height: 50px;
    width: 50px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border: 1px solid #FFF;
    margin: 5px;
}
.div_product_images {
    display: flex;
}
.produc_d_title {
    font-size: 18px;
    font-weight: bold;
    color: var(--color-orange);
}
.produc_d_desc {
    font-size: 15px;
    margin-bottom: 25px;
    width: calc(100% - 72px);
}
.produc_d_price {
    font-weight: bold;
    margin-bottom: 20px;
}
.group_radios {
    margin-top: 5px;
    margin-bottom: 14px;
}
.group_radios label {
    color: var(--color-orange);
    font-weight: bold;
    font-size: 15px;
}
.section_company_ad {
    background: #FFF;
    border-radius: 10px;
    padding: 0 15px;
    padding-top: 15px;
    padding-bottom: 9px;
}
.section_company_ad .solar_card {
    padding: 0;
    margin-right: 15px;
    flex: 1;
    height: auto;
}
.section_company_ad .bg_image {
    height: 173px;
}
.solar_card2 p {
    color: var(--color-orange);
    font-weight: bold;
}
.solar_card2 a.orange_btn {
    margin: auto;
    display: block;
    width: fit-content;
    text-align: center;
}
.solar_card2 {
    text-align: center;
}
.solar_card2 img {
    display: block;
    margin: auto;
    width: 100px;
}
.page_title {
    color: var(--color-orange);
    display: flex;
    align-items: center;
    font-weight: bold;
}
.company_banner {
    background: #FFF;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.company_banner img {
    margin: auto;
    display: block;
    width: 177px;
}
.company_name {
    color: var(--color-green);
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 23px;
}
.key_and_val_item {
    display: flex;
    font-size: 15px;
    justify-content: space-between;
    margin-bottom: 20px;
}
span.key {
    color: var(--color-orange);
    font-weight: bold;
}
.label_input_file i.fas {
    font-size: 16px;
    position: absolute;
    bottom: 7px;
    top: auto;
    right: 20px;
    background: #e7e6e6;
    border-radius: 50%;
    padding: 7px;
    color: #FFF;
}
.profile_div .label_input_file {
    margin-bottom: 17px;
}
.user_name_span {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}
.white_div {
    padding: 30px 60px;
    border-radius: 14px;
    background: var(--color-white-1);
}
/* ------------------------------------------------------------------------------
*
*  # Select2 selects
*
*  Styles for select2.js - custom select plugin
*
* ---------------------------------------------------------------------------- */
.select2-container {
    outline: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.select2-selection--single {
    cursor: pointer;
    outline: 0;
    display: block;
    padding: 0.4375rem 0;
    line-height: 1.5385;
    color: #333;
    position: relative;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0.1875rem;
    transition: all ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .select2-selection--single {
        transition: none;
    }
}
.select2-selection--single:hover, .select2-selection--single:focus,
.select2-container--open .select2-selection--single {
    box-shadow: 0 0 0 62.5rem rgba(0, 0, 0, 0.01) inset;
}
.select2-selection--single:not([class*=bg-]) {
    background-color: #fff;
}
.select2-selection--single:not([class*=bg-]):not([class*=border-]) {
    border-color: #ddd;
}
.select2-selection--single[class*=bg-]:not(.bg-white):not(.bg-transparent):not(.bg-light):hover, .select2-selection--single[class*=bg-]:not(.bg-white):not(.bg-transparent):not(.bg-light):focus,
.select2-container--open .select2-selection--single[class*=bg-]:not(.bg-white):not(.bg-transparent):not(.bg-light) {
    box-shadow: 0 0 0 62.5rem rgba(0, 0, 0, 0.04) inset;
}
.select2-selection--single[class*=bg-]:not(.bg-white):not(.bg-transparent):not(.bg-light) .select2-selection__placeholder {
    color: #fff;
}
.select2-container--disabled .select2-selection--single[class*=bg-]:not(.bg-white):not(.bg-transparent):not(.bg-light) .select2-selection__placeholder {
    color: rgba(255, 255, 255, 0.75);
}
.select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0.875rem;
    padding-right: 2.375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-selection--single .select2-selection__rendered > i {
    margin-right: 0.625rem;
}
.select2-selection--single .select2-selection__clear {
    position: relative;
    cursor: pointer;
    float: right;
    font-size: 0;
    line-height: 1;
    margin-top: 0.12502rem;
    margin-left: 0.625rem;
    opacity: 0.75;
    transition: opacity ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .select2-selection--single .select2-selection__clear {
        transition: none;
    }
}
.select2-selection--single .select2-selection__clear:hover {
    opacity: 1;
}
.select2-selection--single .select2-selection__clear:after {
    content: "ÃƒÂ®Ã‚ÂµÃ‚Â«";
    font-family: "icomoon";
    display: inline-block;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-selection--single .select2-selection__arrow:after {
    content: "ÃƒÂ®Ã‚Â§Ã¢â‚¬Â¦";
    font-family: "icomoon";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.875rem;
    margin-top: -0.5rem;
    font-size: 1rem;
    line-height: 1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--disabled .select2-selection--single {
    cursor: default;
    box-shadow: none;
}
.select2-container--disabled .select2-selection--single:not([class*=bg-]) {
    color: #999;
    background-color: #fafafa;
}
.select2-container--disabled .select2-selection--single[class*=bg-] {
    opacity: 0.75;
    box-shadow: none;
}
.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-selection--multiple {
    display: block;
    border: 1px solid transparent;
    cursor: text;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0.1875rem;
}
.select2-selection--multiple:not([class*=bg-]) {
    background-color: #fff;
}
.select2-selection--multiple:not([class*=bg-]):not([class*=border-]) {
    border-color: #ddd;
}
.select2-selection--multiple .select2-selection__rendered {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    padding: 0 0.125rem 0.125rem 0.125rem;
    width: 100%;
}
.select2-selection--multiple .select2-selection__placeholder {
    color: #999;
}
.select2-container--disabled .select2-selection--multiple:not([class*=bg-]) {
    background-color: #fafafa;
}
.select2-container--disabled .select2-selection--multiple[class*=bg-] {
    opacity: 0.75;
    box-shadow: none;
}
.select2-container--disabled .select2-selection--multiple[class*=bg-] .select2-selection__choice {
    opacity: 1;
}
.select2-container--disabled .select2-selection--multiple,
.select2-container--disabled .select2-selection--multiple .select2-selection__choice,
.select2-container--disabled .select2-selection--multiple .select2-search__field {
    cursor: default;
}
.select2-selection--multiple .select2-selection__choice {
    background-color: #455A64;
    color: #fff;
    cursor: default;
    float: left;
    margin-right: 0.125rem;
    margin-top: 0.125rem;
    padding: 0.3125rem 0.875rem;
    white-space: normal;
    word-break: break-all;
    border-radius: 0.1875rem;
    transition: color ease-in-out 0.15s, background-color ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .select2-selection--multiple .select2-selection__choice {
        transition: none;
    }
}
.select2-selection--multiple .select2-selection__choice:hover, .select2-selection--multiple .select2-selection__choice:focus {
    background-color: #455A64;
    color: #fff;
}
.select2-selection--multiple .select2-selection__choice > i {
    margin-right: 0.625rem;
}
.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    cursor: pointer;
    float: right;
    font-size: 0.875rem;
    margin-top: 0.18752rem;
    line-height: 1;
    margin-left: 0.625rem;
    opacity: 0.75;
    transition: opacity ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
        transition: none;
    }
}
.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
    opacity: 1;
}
.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    opacity: 0.6;
}
.select2-container--disabled .select2-selection--multiple .select2-selection__choice:hover, .select2-container--disabled .select2-selection--multiple .select2-selection__choice:focus {
    background-color: #455A64;
    color: #fff;
}
.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    display: none;
}
.select2-selection--multiple .select2-search--inline {
    float: left;
}
.select2-selection--multiple .select2-search--inline .select2-search__field {
    font-size: 100%;
    margin-top: 0.125rem;
    padding: 0.3125rem 0;
    background-color: transparent;
    border-width: 0;
    outline: 0;
    color: inherit;
    margin-left: 0.25rem;
    -webkit-appearance: textfield;
}
.select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-selection--multiple .select2-search--inline:first-child .select2-search__field {
    margin-left: 0;
    padding-left: 0.75rem;
}
.select2-dropdown {
    background-color: #fff;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: block;
    position: absolute;
    /*rtl:ignore*/
    left: -100000px;
    width: 100%;
    z-index: 1070;
    border-radius: 0.1875rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results > .select2-results__options {
    padding-bottom: 0.5rem;
    max-height: 280px;
    overflow-y: auto;
}
.select2-search--hide + .select2-results > .select2-results__options {
    padding-top: 0.5rem;
}
.select2-results:first-child > .select2-results__options {
    padding-top: 0.5rem;
}
.select2-results__option {
    padding: 0.5rem 1rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
    .select2-results__option {
        transition: none;
    }
}
.select2-results__option + .select2-results__option {
    margin-top: 1px;
}
.select2-results__option i {
    margin-right: 0.625rem;
}
.select2-results__option i.icon-undefined {
    display: none;
}
.select2-results__option[role=group] {
    padding: 0;
}
.select2-results__option.select2-results__option--highlighted {
    background-color: #f5f5f5;
    color: #333;
}
.select2-results__option[aria-disabled=true] {
    color: #999;
    cursor: default;
}
.select2-dropdown[class*=bg-] .select2-results__option[aria-disabled=true] {
    color: rgba(255, 255, 255, 0.6);
}
.select2-results__option[aria-selected=true] {
    color: #fff;
    background-color: #2196F3;
}
.select2-results__options--nested > .select2-results__option {
    padding-left: 2rem;
    padding-right: 2rem;
}
.select2-results__group {
    display: block;
    padding: 0.5rem 1rem;
    cursor: default;
    font-weight: 500;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.select2-results__option:first-child > .select2-results__group {
    margin-top: 0;
}
.select2-results__message {
    color: #999;
    cursor: default;
}
.select2-dropdown[class*=bg-] .select2-results__message {
    color: rgba(255, 255, 255, 0.75);
}
.select2-results__option.loading-results {
    padding-top: 0;
}
.select2-results__option.loading-results + .select2-results__option {
    margin-top: 0.5rem;
}
.select2-results__option--load-more {
    text-align: center;
    margin-top: 0.5rem;
    cursor: default;
}
.select2-container--open .select2-dropdown {
    /*rtl:ignore*/
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.select2-container--open .select2-dropdown--above[class*=bg-] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--open .select2-dropdown--below[class*=bg-] {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.select2-search--dropdown {
    display: block;
    position: relative;
    padding: 1rem;
}
.select2-search--dropdown:after {
    content: "ÃƒÂ®Ã‚Â¦Ã…Â½";
    font-family: "icomoon";
    position: absolute;
    top: 50%;
    left: 1.875rem;
    color: inherit;
    display: block;
    font-size: 0.8125rem;
    margin-top: -0.40625rem;
    line-height: 1;
    opacity: 0.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.select2-search--dropdown + .select2-results .select2-results__message:first-child {
    padding-top: 0;
}
.select2-search--dropdown .select2-search__field {
    padding: 0.4375rem 0.875rem;
    padding-left: 2.5625rem;
    border: 1px solid #ddd;
    outline: 0;
    width: 100%;
    border-radius: 0.1875rem;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select-lg.select2-selection--single {
    padding: 0.5625rem 0;
    font-size: 0.875rem;
    line-height: 1.4286;
}
.select-lg.select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.5rem;
}
.select-lg.select2-selection--single .select2-selection__arrow:after {
    right: 1rem;
}
.select-lg.select2-selection--multiple .select2-selection__choice {
    padding: 0.4375rem 1rem;
    font-size: 0.875rem;
    line-height: 1.4286;
}
.select-lg.select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0.4375rem 0;
    font-size: 0.875rem;
    line-height: 1.4286;
}
.select-sm.select2-selection--single {
    padding: 0.3125rem 0;
    font-size: 0.75rem;
    line-height: 1.6667;
}
.select-sm.select2-selection--single .select2-selection__rendered {
    padding-left: 0.75rem;
    padding-right: 2.375rem;
}
.select-sm.select2-selection--single .select2-selection__arrow:after {
    right: 0.75rem;
}
.select-sm.select2-selection--multiple .select2-selection__choice {
    padding: 0.1875rem 0.75rem;
    font-size: 0.75rem;
    line-height: 1.6667;
}
.select-sm.select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0.1875rem 0;
    font-size: 0.75rem;
    line-height: 1.6667;
}
.select2-selection--multiple[class*=bg-] .select2-selection__choice {
    background-color: rgba(0, 0, 0, 0.2);
}
.select2-dropdown[class*=bg-] .select2-search--dropdown .select2-search__field {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: transparent;
    color: #fff;
}
.select2-dropdown[class*=bg-] .select2-results__option[aria-selected=true] {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}
.select2-dropdown[class*=bg-] .select2-results__option--highlighted {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    z-index: 99;
    background-color: #fff;
    opacity: 0;
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: fixed !important;
    width: 1px !important;
}
.select2-result-repository {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
}
.select2-result-repository__avatar {
    float: left;
    width: 60px;
    margin-right: 0.9375rem;
}
.select2-result-repository__avatar img {
    width: 100%;
    height: auto;
    border-radius: 100px;
}
.select2-result-repository__meta {
    margin-left: 70px;
}
.select2-result-repository__title {
    font-weight: 500;
    word-wrap: break-word;
    margin-bottom: 2px;
}
.select2-result-repository__forks,
.select2-result-repository__stargazers,
.select2-result-repository__watchers {
    display: inline-block;
    font-size: 0.75rem;
}
.select2-result-repository__description {
    font-size: 0.75rem;
}
.select2-result-repository__forks,
.select2-result-repository__stargazers {
    margin-right: 0.9375rem;
}
/*  END SELECT  2  */
.flag {
    width: 21px;
    padding-bottom: 4px;
}
.mobile_and_country_code_div {
    display: flex;
}
.mobile_and_country_code_div .country_code {
    flex: 1;
}
.mobile_and_country_code_div .select2-container {
    flex: 1;
    border: 0;
    box-shadow: none;
}
.mobile_and_country_code_div #mobile {
    flex: 3;
    line-height: 8px;
}
.mobile_and_country_code_div .mobile {
    flex: 3;
}
.mobile_and_country_code_div
.select2-selection--single {
    border: 0;
    padding: 0;
}
/*   */
#menu_accordion button.disabled, #menu_accordion button:disabled {
    opacity: 1;
}
input#search:active {
    color: var(--color-dark);
}
a.logo img {
    height: 56px;
}
span.price small {
    font-weight: bold;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.see_more i {
    font-size: 30px;
    line-height: 0;
    padding-top: 4px;
}
footer ul li {
    margin-bottom: 7px;
}
.div_foooter_icons a img {
    height: 18px;
}
.Terms_Privacy_col {
    display: flex;
    justify-content: space-between;
}
.green_color {
    color: var(--color-green) !important;
}
.orange_color {
    color: var(--color-orange) !important;
}
.top_header_item
.dropdown-item img {
    margin-right: 6px;
}
.top_header_item a.dropdown-item {
    font-size: 14px;
    font-weight: 600;
}
.top_header_item .dropdown-divider {
    width: 80%;
    margin: auto;
}
.top_header_item
.dropdown-menu {
    border-radius: 0;
    width: 285px;
    top: 11px !important;
    border: 0;
    box-shadow: 0px 3px 8px 1px #dbd6d6;
}
.solar_modal .modal-dialog {
    max-width: 600px;
}
.select2-selection--single .select2-selection__arrow::after {
    content: ''
}
.solar_modal
.modal-body {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
}
.select2-selection__rendered {
    font-size: 14px;
    line-height: 32px;
    padding-right: 0 !important;
}
p.small_title {
    margin-bottom: 4px;
    margin-top: 8px;
    font-weight: bold;
    font-size: 15px;
    color: var(--color-gray-4-dark);
}
div#login_modal
.you_have_an_account {
    margin-top: 5px;
    margin-bottom: 4px;
    font-size: 13px;
    color: var(--color-gray-4-dark);
    font-weight: bold;
}
p.you_have_an_account a {
    margin-left: 6px;
    cursor: pointer !important;
}
.underline {
    text-decoration: underline !important;
}
.dear_user {
    font-size: 15px;
    margin-top: 22px;
    margin-bottom: 33px;
    line-height: 23px;
}
.merchant_reg_title {
    display: block;
    margin-top: 20px;
}
.select2-selection--single:not([class*=bg-]) {
    background-color: transparent;
}
.dear_user_2 {
    padding-left: 35px;
}
.page_title img {
    margin-right: 9px;
    height: 17px;
}
.filter_div label {
    font-weight: 600;
    font-size: 16px;
}
.filter_div input {
    border: 0.5px solid #1A1818;
}
.filter_div input::placeholder {
    color: var(--color-white-2-search-font);
}
span.hint {
    color: var(--color-gray-3-footer);
}
.map_item :after {
    content: '/';
    color: #e8e8ec;
    padding: 0 10px;
}
.relative {
    position: relative;
}
a.fave_link2 {
    position: absolute;
    right: 15px;
}
a.fave_link2 img {
    width: 35px;
}
.small_image:first-child {
    margin-left: 0;
}
.small_image:last-child {
    margin-right: 0;
}
.section_company_ad .solar_col {
    padding-bottom: 0;
    margin-bottom: 0 !important;
    display: flex;
    gap: 13px;
}
.section_company_ad .solar_card:last-child {
    margin-right: 0;
}
.logo_col_mobile a.logo {
    display: none;
}
.div_password {
    position: relative;
}
.div_password i {
    position: absolute;
    right: 15px;
    top: 25%;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #f05815;
}
.nav-pills .nav-link {
    border-radius: .25rem;
    margin-right: 5px;
    border: 1px solid #f05815;
    border-radius: 5px;
}
li.nav-item a {
    color: #f05815;
    font-weight: bold;
}
.black_text span.key {
    color: #000;
}
.OverviewText {
    font-size: 12px;
}
.white_div15 {
    padding: 15px;
    border-radius: 14px;
    background: var(--color-white-1);
}
.bg_Gallery {
    height: 300px;
    width: 100%;
}
.OverviewGallery img {
    width: 100%;
    margin-bottom: 30px;
}
label.error {
    color: red;
    display: block;
    text-align: left;
}
.select2-container--open .select2-dropdown--below {
    width: 175px !important;
    padding: 0;
}
label#code-error {
    text-align: center;
}
.form {
    position: relative;
}
.invalid_form {
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(26, 24, 24, 0.22);
    top: 0;
    bottom: 0;
    display: none;
}
a.merchant_portal_link {
    color: #f05815;
    font-weight: bold;
}
div#menu_accordion_mob a img {
    width: 16px;
}
p.empty_result {
    text-align: center;
    font-size: 19px;
    margin: 33px;
    text-shadow: 1px 1px 2px #f05815;
}
div#menu_accordion {
    position: absolute;
    z-index: 999;
    left: 15px;
    right: 0;
}
.product_details_card span {
    transition: .3s;
    border: 1px solid #000000;
    border-radius: 7px;
    margin-right: 10px;
    display: block;
    text-align: center;
    line-height: 29px !important;
    font-size: 15px;
    padding: 2px 5px;
    width: 100%;
    background: var(--color-orange);
    color: var(--color-white-1);
    border-color: var(--color-orange);
}
.product_details_card {
    margin-bottom: 15px;
    border: 1px solid #1221510f;
    padding: 5px 10px;
    border-radius: 7px;
}
.product_details_card label {
    color: var(--color-orange);
    font-weight: bold;
    font-size: 12px;
}
img.lang_flag {
    width: 25px;
}
.menu_not_accordion .page_card {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: white;
    align-items: flex-start;
    margin: 0 !important;
}
.menu_not_accordion {
    z-index: 999;
    padding: 5px 15px;
    background: #FFF;
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 5px 15px;
    border-radius: 11px;
}
.company_s_icon {
    width: 30px;
}
div#menu_accordion.open_menu {
    position: unset;
}
.slick-dotted.slick-slider, .slick-list, .slick-track {
    height: 100%;
}
.slick-slide {
    position: relative;
}
.menu_not_accordion .page_card .span1 {
    color: var(--color-orange);
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.menu_not_accordion .page_card span {
    color: var(--color-dark);
    text-align: left;
    padding: 5px 15px;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 500;
}
.menu_not_accordion .list-
group {
    margin-bottom: 2px;
    width: 100%;
    text-align: left;
}
.list-group.d_flex_icon {
    display: flex;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: center;
    flex-direction: row;
}
img.span1_title_icon {
    width: 27px;
}
.card_w100 {
    z-index: 999;
    background: #FFF;
    height: 100%;
    align-items: center;
    min-height: 54px;
    padding: 13px 30px;
    border-radius: 11px;
}
.card_w100 .span1 {
    color: var(--color-orange);
    font-weight: bold;
    font-size: 16px;
    text-align: revert;
    margin-left: 15px;
}
.card_w100
img.span1_title_icon {
    width: 27px;
}
.card_w100
.solar_card {
    background: #f2f2f2;
    margin-bottom: 15px;
}
.card_w100 a.fave_link:not(.active) img {
    filter: brightness(0.5);
}
.list-group.d_flex_icon {
    margin-bottom: 20px;
}
span.brand_name {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: var(--color-dark);
    text-decoration: none;
    margin-top: 7px;
    display: block;
    line-height: 14px;
    margin-bottom: 7px;
}
.about_div {
    background: #FFF;
    padding: 30px;
    border-radius: 11px;
    margin-bottom: 30px;
}
.about_div h1 {
    font-size: 22px;
}
body {
    display: grid;
    grid-template-rows: 0fr 1fr 0fr 0fr 0fr;
    min-height: 100vh;
}
.filter_city select#city_id {
    font-size: 14px;
    border: 0.5px solid #1A1818;
    line-height: 11px;
    padding: 0px;
    height: auto;
}
.filter_city select#country_id {
    font-size: 14px;
    border: 0.5px solid #1A1818;
    line-height: 11px;
    padding: 0px;
    height: auto;
}
span#price_error {
    display: none;
    color: red;
    font-size: 14px;
}
.filter_city select#city_id {
    height: auto;
    line-height: 10px;
    padding: 0;
    font-size: 14px;
    border: 0.5px solid #1A1818;
}
.filter_city select#country_id {
    height: auto;
    line-height: 10px;
    padding: 0;
    font-size: 14px;
    border: 0.5px solid #1A1818;
}
.filter_div input {
    margin-right: 0;
    margin-left: 9px;
}
form.search_form {
    display: flex;
}
.iti {
    width: 100%;
}
.iti__flag-container {
    height: 30px;
}
.iti__flag-container input {
    height: 30px;
}
.iti input {
    height: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}
.d_link_img {
    /*height: 48px;*/
    display: block;
    margin: auto;
    margin-top: 15px;
}
.d_label {
    font-weight: 900;
    margin-bottom: 19PX !IMPORTANT;
    DISPLAY: block !IMPORTANT;
}
a.d_link_img IMG {
    HEIGHT: 49PX;
}
.show_prices_link {
    background: #f05815;
    color: #FFF !important;
    padding: 10px 50px;
    border-radius: 6px;
    text-align: center;
    width: fit-content;
    margin: 20px auto;
    cursor: pointer;
}
a.company_link {
    direction: ltr;
    unicode-bidi: embed;
}
a.company_email, .company_link {
    color: black;
}
.box_spans_links {
    position: absolute;
    bottom: 21px;
    left: 24px;
    display: flex;
    height: auto;
}
.box_spans_links a {
    padding: 10px 38px;
    margin: 0;
    margin-right: 17px;
}
.contact_us_form {
    padding: 15px;
    background: #FFF;
    border-radius: 15px;
    box-shadow: 2px 2px 4px 1px #e8e8e8;
}
.custom_form textarea {
    border: 0;
    width: 100%;
    outline: unset;
}
a.orange_btn {
    text-align: center;
}
.about_about .home_slider {
    height: 600px;
}
.block .inner {
    pointer-events: none;
    position: relative;
    z-index: 1;
}
.block .inner a {
    pointer-events: all;
}
.block .overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.block {
    position: relative;
}
.pointer {
    cursor: pointer !important;
}
.card1 {
    padding: 15px;
    border-radius: 15px;
    background: #FFF;
    height: 100%;
    display: block;
}
.card1_head {
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d3d3;
    color: #f05815;
    font-size: 15px;
    font-weight: bold;
}
.card1_content {
    padding-top: 7px;
}
.card1_green_span {
    color: var(--color-green);
    font-weight: 600;
    margin-bottom: 7px;
    display: block;
}
p.card1_specification_p {
    margin-bottom: 7px;
    direction: rtl;
    font-size: 14px;
}
.card1_orange_span {
    color: #f05815;
}
.card1_gray_span {
    color: gray;
}
.row.row_cards1 > div {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
p.card1_specification_p:last-child {
    margin-bottom: 0px;
}
.card1.h-auto {
    height: auto;
    margin-bottom: 20px;
}
.card1.h-auto .card1_head {
    color: var(--color-green);
    font-size: 16px;
    font-weight: bold;
}
.card1.h-auto p.card1_specification_p {
    font-size: 20px;
    font-weight: bold;
}
.card1.han_1_title {
    height: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.card1.han_1_title .card1_head {
    font-size: 16px;
    font-weight: bold;
    border: 0;
    padding: 0;
    text-align: center;
}
.new50.div_product_images {
    background: #FFF;
    border-radius: 15px;
    margin-top: 20px;
    padding: 15px;
}
.row.row_cards1 {
    margin-right: -5px;
    margin-left: -5px;
}
a.price.pointer {
    font-size: 14px;
    font-weight: bold;
    color: #f05815;
}
.div_company_icons img {
    width: 40px;
    height: 40px;
}
.div_company_icons a {
    display: inline-block;
}
.black {
    color: black;
}
.orange {
    color: #f05815;
}
.box_slide_content {
    position: absolute;
    left: 0;
    top: 0;
    height: 84%;
    width: 57%;
    display: grid;
    color: #FFF;
    align-items: center;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 22px;
    align-content: space-evenly;
}
.box_slide_content p.text {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 0;
}
.d-flex-form input, .d-flex-form button {
    margin-left: 0;
    margin-right: 9px;
}
a.banner_link {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}
img.banner_image {
    max-width: 100%;
    margin: auto;
    display: block;
}
a.change_to_country_link {
    display: block;
    text-align: left;
    margin-bottom: 2px;
}
a.change_to_country_link img {
    margin-right: 6px;
    margin-left: 8px;
}
.change_to_country_dropdown .dropdown-menu.show {
    width: 127px !important;
    min-width: auto;
}
.OverviewGallery img {
    object-fit: cover !important;
    height: 139px;
}
.div_product_images {
    display: none !important;
}
table {
    max-width: 100% !important;
}
.menu_not_accordion .page_card a {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    /* width: 87px; */
    unicode-bidi: unset;
    white-space: nowrap;
}
.group_Datasheet a {
    display: block;
    color: #f05815;
}
.d-inline span.name {
    float: left;
    color: black;
    font-weight: bold;
    margin: 0;
}
.solar_card.pointer {
    max-width: 301px;
}
a.company_link2 {
    /* float: right; */
    /* display: block; */
    margin-right: auto;
    background: #f05815;
    padding: 5px 31px;
    color: #FFF;
    border-radius: 5px;
}
.col-6 .div_company_icons {
    display: inline-block;
}
.col-12 a.company_link2 {
    float: left;
}
.sticky_header_and_mobile_header
button.navbar-toggler {
    border: 1px solid;
}
.sticky_header_and_mobile_header
li.nav-item:after {
    content: '|';
    position: absolute;
    right: 0;
    top: 2px;
}
.sticky_header_and_mobile_header
a.nav-link.orange_color {
    display: inline-block;
    margin-right: 10px;
    background: transparent;
    position: relative;
    padding-right: 10px;
    font-weight: normal;
}
.sticky_header_and_mobile_header
li.nav-item {
    position: relative;
}
.sticky_header_and_mobile_header
li.nav-item.dropdown .dropdown-toggle {
    font-weight: normal;
}
.sticky_header_and_mobile_header
li.nav-item:last-child:after {
    display: none;
}
.hide_without_sticky {
    display: block;
    transition: 0.3s;
}
.sticky .hide_without_sticky {
    transition: 0.3s;
    display: block;
}
.sticky .d_none_on_sticky {
    display: none;
    transition: 0.3s;
}
header.sticky_header_and_mobile_header {
    z-index: 9999;
    position: fixed;
    top: 0;
    transition: 0.3s;
    left: 0;
    right: 0;
    background: transparent;
}
body:not(.sticky) form.hide_without_sticky.search_form {
    display: none;
    transition: 0.3s;
}
.sticky_header_and_mobile_header
form.hide_without_sticky.search_form {
    float: right;
    transition: 0.3s;
}
@media (min-width: 992px) {
    .sticky_header_and_mobile_header
    div#navbarTogglerDemo03 {
        display: flex;
        justify-content: space-between;
        transition: 0.3s;
    }
}
body.sticky > * {
    transition: 0.3s;
}
body.sticky header.sticky_header_and_mobile_header {
    padding: 0;
    margin: 0;
    transition: 0.3s;
}
.sticky_header_and_mobile_header
a.nav-link.orange_color,
.sticky_header_and_mobile_header
li.nav-item.dropdown .dropdown-toggle {
    font-size: 12px;
    padding-right: 10px !important;
    margin-right: 10px !important;
}
.sticky_header_and_mobile_header
li.nav-item.dropdown, li.nav-item {
    padding: 0 !important;
    margin: 0 !important;
}
.sticky_header_and_mobile_header
li.nav-item a.dropdown-item.green_color {
    font-size: 14px;
    font-weight: 600;
}
.sticky_header_and_mobile_header
.dropdown-menu {
    border-radius: 0;
    width: 285px;
    /* top: 11px !important; */
    border: 0;
    box-shadow: 0px 3px 8px 1px #dbd6d6;
}
.home_slider:not(.slick-initialized):before {
    background: url('https://media.tenor.com/On7kvXhzml4AAAAj/loading-gif.gif');
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background-repeat: no-repeat;
    display: flex;
    background-position: center;
}
.home_slider:not(.slick-initialized) {
    position: relative;
}.home_slider:not(.slick-initialized)>* {
     display: flex;
     opacity: 0;
     position: relative;
     z-index: 0;
 }
.slider2050:not(.slick-initialized):before {
    background: url('https://media.tenor.com/On7kvXhzml4AAAAj/loading-gif.gif');
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background-repeat: no-repeat;
    display: flex;
    background-position: center;
}
.slider2050:not(.slick-initialized) {
    position: relative;
}
.slider2050:not(.slick-initialized)>* {
    opacity: 0;
}
.alert.alert-danger p {
    margin: 0;
    padding: 0;
}
.navbar-expand-lg .navbar-nav {
    margin: 0;
    padding: 0;
}
.companies_more_link{
    margin-top: 35px !important;
}
@media (max-width: 992px) {
    .sticky_header_and_mobile_header li.nav-item.dropdown .dropdown-toggle::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-right: 1.255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }
}

.menu_not_accordion .page_card .span1 {
    text-align: center;
}.menu_not_accordion .list-group {
    width: 100%;
    text-align: right;
}
.menu_not_accordion .page_card a {
    TEXT-ALIGN: LEFT;
}


a.company_new2023 {
    display: flex;
    white-space: unset !important;
    align-items: center;
    justify-content: flex-start;
}

a.company_new2023 img.company_s_icon {
    height: auto !important;
    width: 40px !important;
}

a.company_new2023 span {
    padding: 3px 3px !important;
    font-size: 15px !important;
}


.ltr_important{
    direction: ltr !important;
    text-align: left !important;
}


body.sticky {}

body:not(.sticky) header a {
    color: #FFF !important;
    border-color: #FFF !important;
}

body header a {
    font-size: 16px !important;
}

.sticky_header_and_mobile_header li.nav-item:after {
    color: #FFF;
    top: 8px;
}

body.sticky header.sticky_header_and_mobile_header {
    background: white;
}

.guest_card_image {
    background: var(--bg_img);
    /* padding-top: 105%; */
    width: 100%;
    height: 113px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mb-0 > a {
  display: block;
  position: relative;
  font-size:16px;
}

#accordion{
	direction: rtl;
    text-align: right;
}

.chapter_bullet{
	width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #007bff;
    display: inline-block;
    margin-top: 0px;
    margin-left: 10px;
}

.chapter_name_span{
	display: block;
	margin-top: 12px;
	font-size: 15px;
	padding: 0px;
	color:#000;
	margin-right: 20px;
}

.chapter_name{
	background-color: rgb(0 0 0 / 9%);
}
