
@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;


}

body {
  background:var(--color-gray-1-background);
  direction: var(--direction);
  text-align: var(--text-align);
  font-family: 'Cairo', sans-serif;
}


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;
}

.top_header_item:after {content: '|';position: absolute;right: 0;top: 0;}
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:var(--color-white-2-search-bar);;
   /* 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;
}


input#search::placeholder {
  color: var(--color-white-2-search-font);
  font-size: 15px;
}

.custom_form input::placeholder {
  color: var(--color-gray-5-light);
}





#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;
}

#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 {
  position: absolute;
  top: 46px;
  background: white;
  left: 0;
  right: 0;
  /* padding-top: 16px; */
  padding-bottom: 16px;
  border-radius: 0 0px 11px 11px;
  z-index: 999;
}

#menu_accordion .page_card {
  position: relative;
}



.bg-img-slider {
    height: 407px;
    width: 100%;
    background-size: cover  !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}


.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: 57px;
  font-weight: 600;
}

.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: 200px;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  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: 9px;
}

a.company_name {
  display: block;
  font-size: 13px;
  color: #cdc6c6;
  font-weight: 400;
  text-decoration: underline !important;
  margin-bottom: 9px;
}

span.price {
  font-size: 19px;
  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: #c7c7c3;
  border-radius: 4px;
  font-size: 15px;
}

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-orange);
  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: 12px;
  display: block;
}
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: 100px;
  width: 100px;
  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_sapn{
  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: 25px;
    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;
}



.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;
}

.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;
}

















.select2-container--open .select2-dropdown--below {
  width: 175px !important;
  padding: 0;
}