body{
    color: rgb(0 0 0) !important;
}
.pl-6,
.px-6,
.p-6 {
    padding-left: 4rem;
}

.pl-7,
.px-7,
.p-7 {
    padding-left: 5rem;
}

.pl-8,
.px-8,
.p-8 {
    padding-left: 6rem;
}

.pl-9,
.px-9,
.p-9 {
    padding-left: 8rem;
}

.pl-10,
.px-10,
.p-10 {
    padding-left: 10rem;
}

.pl-11,
.px-11,
.p-11 {
    padding-left: 12rem;
}

.pl-12,
.px-12,
.p-12 {
    padding-left: 16rem;
}

.pr-6,
.px-6,
.p-6 {
    padding-right: 4rem;
}

.pr-7,
.px-7,
.p-7 {
    padding-right: 5rem;
}

.pr-8,
.px-8,
.p-8 {
    padding-right: 6rem;
}

.pr-9,
.px-9,
.p-9 {
    padding-right: 8rem;
}

.pr-10,
.px-10,
.p-10 {
    padding-right: 10rem;
}

.pr-11,
.px-11,
.p-11 {
    padding-right: 12rem;
}

.pr-12,
.px-12,
.p-12 {
    padding-right: 16rem;
}

.pt-6,
.py-6,
.p-6 {
    padding-top: 4rem;
}

.pt-7,
.py-7,
.p-7 {
    padding-top: 5rem;
}

.pt-8,
.py-8,
.p-8 {
    padding-top: 6rem;
}

.pt-9,
.py-9,
.p-9 {
    padding-top: 8rem;
}

.pt-10,
.py-10,
.p-10 {
    padding-top: 10rem;
}

.pt-11,
.py-11,
.p-11 {
    padding-top: 12rem;
}

.pt-12,
.py-12,
.p-12 {
    padding-top: 16rem;
}

.pb-6,
.py-6,
.p-6 {
    padding-bottom: 4rem;
}

.pb-7,
.py-7,
.p-7 {
    padding-bottom: 5rem;
}

.pb-8,
.py-8,
.p-8 {
    padding-bottom: 6rem;
}

.pb-9,
.py-9,
.p-9 {
    padding-bottom: 8rem;
}

.pb-10,
.py-10,
.p-10 {
    padding-bottom: 10rem;
}

.pb-11,
.py-11,
.p-11 {
    padding-bottom: 12rem;
}

.pb-12,
.py-12,
.p-12 {
    padding-bottom: 16rem;
}

.pl-5px,
.px-5px,
.p-5px {
    padding-left: 5px;
}

.pl-10px,
.px-10px,
.p-10px {
    padding-left: 10px;
}

.pl-15px,
.px-15px,
.p-15px {
    padding-left: 15px;
}

.pl-20px,
.px-20px,
.p-20px {
    padding-left: 20px;
}

.pl-25px,
.px-25px,
.p-25px {
    padding-left: 25px;
}

.pl-30px,
.px-30px,
.p-30px {
    padding-left: 30px;
}

.pr-5px,
.px-5px,
.p-5px {
    padding-right: 5px;
}

.pr-10px,
.px-10px,
.p-10px {
    padding-right: 10px;
}

.pr-15px,
.px-15px,
.p-15px {
    padding-right: 15px;
}

.pr-20px,
.px-20px,
.p-20px {
    padding-right: 20px;
}

.pr-25px,
.px-25px,
.p-25px {
    padding-right: 25px;
}

.pr-30px,
.px-30px,
.p-30px {
    padding-right: 30px;
}

.pt-5px,
.py-5px,
.p-5px {
    padding-top: 5px;
}

.pt-10px,
.py-10px,
.p-10px {
    padding-top: 10px;
}

.pt-15px,
.py-15px,
.p-15px {
    padding-top: 15px;
}

.pt-20px,
.py-20px,
.p-20px {
    padding-top: 20px;
}

.pt-25px,
.py-25px,
.p-25px {
    padding-top: 25px;
}

.pt-30px,
.py-30px,
.p-30px {
    padding-top: 30px;
}

.pb-5px,
.py-5px,
.p-5px {
    padding-bottom: 5px;
}

.pb-10px,
.py-10px,
.p-10px {
    padding-bottom: 10px;
}

.pb-15px,
.py-15px,
.p-15px {
    padding-bottom: 15px;
}

.pb-20px,
.py-20px,
.p-20px {
    padding-bottom: 20px;
}

.pb-25px,
.py-25px,
.p-25px {
    padding-bottom: 25px;
}

.pb-30px,
.py-30px,
.p-30px {
    padding-bottom: 30px;
}



/* light-theme */

.light-theme .header-links {
    font-size: 20px;
    color: #58595d;
}

.light-theme .top-section {
    background: #f5f5f5;
}

.light-theme .header {
height: 60px;
        background: #fff;
   /* border-bottom: 2px solid #58595d;*/
}
.light-theme  .product-section .list-unstyled .fa{
    color: #555557;
}
/*.light-theme h3 {
    color: #58595d;
    text-shadow: 5px 5px 8px rgb(114 114 114 / 52%);
}*/

.light-theme .top-title {
    color: #58595d;
}

.light-theme .black-title {
    color: #58595d;
}

.light-theme .product-section {
    background: #ffffff;
}

.light-theme .product-container-descreption {
    font-size: 20px;
    color: #959595;
}

.light-theme h2 {
    font-size: 40px;
    color: #58595d;
    line-height: 1.4;
    text-shadow: 2px 4px 5px rgb(97 97 97 / 50%);
}



.light-theme .bottom-section {
    display: none;
}

.light-theme .footer-bottom-area {
    margin-top: 0;
    text-align: center;
    background: linear-gradient( 27deg, #525252 0%, #58595d 100%);
 padding-top: 2%;
    padding-bottom: 0.1%;
    box-sizing:border-box;
}

.light-theme .footer-bottom-area .logo {
    margin-bottom: 10px;
    filter: brightness(100.5);
}

.light-theme .footer-bottom-area .logo img {
    max-width: 200px;
}

.light-theme .footer-bottom-area p {
    color: #bababa;
}

.light-theme .footer-bottom-area a {
    color: #efa927;
    text-decoration: none;
    background-color: transparent;
}

.light-theme .footer-bottom-area a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.light-theme .product-box {
    background: #f5f6fa;
    border: 2px solid #f5f5f5;
        box-shadow: 5px 8px 11px rgb(153 153 153 / 37%);
          moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.light-theme .product-box:hover {
    border: 2px solid #f5f5f5;
    box-shadow: 5px 8px 11px rgb(153 153 153 / 37%);
}
.light-theme .product-title {
    color: #efa927;
}

.light-theme .product-title-cat {
    color: #efa927;
    background: #555557;
}

.light-theme .compare-link {
    color: #fff!important;
    text-decoration: none;
    box-shadow: 0 5px 7px rgb(103 103 103 / 62%);
    background-image: linear-gradient(to right, #555557, #848484, #efa927, #ffaf1a);
    padding:5px 10px;
}



.light-theme .header.fixed-top {

    position: fixed;
/*    background-color: #F2F4F4;*/
    background-color: #fff;
    box-shadow: rgb(25 42 70 / 13%) -8px 12px 18px 0px !important;
}

.bg-second-color{
background: #efa927 !important;
}



.btn-style-one {
      display: inline-block;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 5px 30px;
    font-weight: 600;
    background: #6c757d;
    overflow: hidden;
    min-width: 150px;
    border: 1px solid #ffffff;
}

.btn-style-one:hover {
    color: #1370b5;
        background: #ffff;
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}
.theme-btn:hover span {
    transform: translateY(0) scale(2);
}



::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: #e3e3e3;
}




.ant-table-thead > tr > th{
  text-align:center;
}


.ant-table table{
    text-align:center  !important;
}
.ant-page-header-heading-title{
      float: right !important;
}




/*checkout starts*/
.checkout-wrapper {
    background: #fff;
    padding: 5% 0 0%;

            margin-bottom: 16%;
}

.checkout-wrapper .checkout-name {
    background: #FAFAFA 0% 0% no-repeat padding-box;
    padding: 1% 3%;
}

.checkout-wrapper .black-bg-summary {
    margin-top: 16%;
}

.chck-name p {
    color: #03101A;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 6px;
}
.items-shop.spare-parts {
    display: flex;
    justify-content: space-between;
}

.items-shop {
    padding: 5% 0 2%;
    border-bottom: 1px solid #ebebeb;
}
.chck-name i {
    color: #F4963E;
    margin-left: 3px;
}

.chck-name h6 {
    color: #03101A;
    font-size: 13px;
    font-weight: 600;
}

.chck-name span.mo-num {
    margin-left: 11px;
    color: #ACBAC4;
}

.checkout-change-btn button {
     background: #FFFFFF 0% 0% no-repeat padding-box;
    letter-spacing: 1.2px;
    color: #F4963E;
    text-transform: uppercase;
    border: 1px solid #F4963E;
    padding: 5% 14%;
    font-size: 11px;
    font-weight: 600;
}
.checkout-change-btn button:hover{
       color: #fff;
        background: transparent linear-gradient(92deg, #F5A740 0%, #F3923D 100%) 0% 0% no-repeat padding-box;
}
.checkout-wrapper .items-shop {
    border-bottom: none;
}


.checkout-wrapper .items-shop h4 {
    font-weight: 600;
    font-family: 'Montserrat-b';
}

.table-cart.orders-sum-prod {
    background: #FAFAFA 0% 0% no-repeat padding-box;
    padding: 3% 3%;
    -webkit-box-shadow: 0 1px 15px 1px rgb(39 39 39 / 10%);
    -moz-box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
    box-shadow: 0 1px 15px 1px rgb(39 39 39 / 10%);
}

.product-cart-info .table-cart h6.table-head-cart.order-sum {
    color: #03101A;
    font-weight: 600;
    text-transform: unset;
}

.order-summary-cont a.chckout-cont button {
    background: #F4963E 0% 0% no-repeat padding-box;
    color: #fff;
    border: none;
    padding: 2% 6%;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-top: 3%;
    margin-bottom: 2%;
}

.delivery-checkout-adress {
    background: #FAFAFA 0% 0% no-repeat padding-box;
    padding: 3% 3%;
    -webkit-box-shadow: 0 1px 15px 1px rgb(39 39 39 / 10%);
    -moz-box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
    box-shadow: 0 1px 15px 1px rgb(39 39 39 / 10%);

}

.delivery-checkout-adress h6 a {
    color: #F4963E !important;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    float: right;
    cursor: pointer;
}

.delivery-checkout-adress h6 {
    color: #03101A;
    font-size: 13px;
    font-weight: 600;
}


.delivery-checkout-adress a.add-more {
   float: left!important;
    padding: 2px 7px;
    background: linear-gradient(92deg,#f5a740 0,#f3923d 100%) no-repeat padding-box;
    cursor: pointer;
}
.delivery-checkout-adress a.add-more i {
    color: #fff;
}
.text-home-adresss button.place-checkout {
    background: #03101A;
    color: #fff;
    font-size: 11px;
    border: none;
    padding: 1% 3%;
    text-transform: uppercase;
}

.text-home-adresss span {
    color: #2C81C4;
    font-size: 12px;
    margin-left: 5%;
    font-weight: 600;
}

a.edit-checkout button.adress-edit {
    border: none;
    background: transparent;
    color: #F4963E;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.2px;
}

.text-home-adresss h6,.text-home-adresss h6 span {
    color: #03101A;
    font-size: 13px;
    font-weight: 600;
    margin-right:2px;
}

.address-select-chkout p.adress-info {
    font-size: 12px;
    width: 252px;
    margin-bottom: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: transparent linear-gradient(92deg, #F5A740 0%, #F3923D 100%) 0% 0% no-repeat padding-box;
    color: white;
}
.select2-dropdown {
    -webkit-box-shadow: 0 1px 15px 1px rgb(39 39 39 / 10%);
    -moz-box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
    box-shadow: 0 1px 15px 1px rgb(39 39 39 / 10%);
    z-index: 99 !important;
}
span.select2-dropdown.demo.select2-dropdown--below {
    z-index: 999 !important;
    width: 15% !important
}
.deliver-here a button.check-out-deliver {
        background: #F4963E 0% 0% no-repeat padding-box;
    border: none;
    color: #fff;
    padding: 10px 24px;
    font-size: 10px;
    margin-top: 37px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 600;
    position: absolute;
    left: 0;
    opacity: 0;
    transition: 0.9s ease-in-out;
}

.address-select-chkout {
    position: relative;
    padding: 3% 4%;
    background: #fff;
    margin-top: 2%;
    border: 2px solid #DEE4E8;
    transition: 0.9s ease-in-out;
}

.address-select-chkout {
    border: 2px solid #F4963E;
   /* margin-bottom: 60px;*/
}

.address-select-chkout.office:hover {
    border: 2px solid #F4963E;
    margin-bottom: 11%;
}
.address-select-chkout.office{
    border: 2px solid #DEE4E8;
}
/*.deliver-here {
    position: relative;
    top: 18px;
    left: 0;
}*/
.checkout-wrapper .form-control{

padding: 5px 10px !important;
    padding-top: 0 !important;
}


.card-header.transparent{
      margin-bottom: 0;
       border-bottom: 1px solid rgba(0,0,0,.125);
    background-color: transparent;
}
.avatar-offer {
   white-space: nowrap;
    background-color: #C3C3C3;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    position: relative;
    cursor: pointer;
    color: #FFFFFF;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-block;
    font-size: 0.8rem;
    text-align: center;
    line-height: 72px;
    vertical-align: middle;
    margin: 5px;
}
.bg-rgba-primary {
    background: rgba(90, 141, 238, 0.2) !important;
}
.p-50 {
    padding: 0.5rem !important;
}
.card-offer {
      position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #FFFFFF;
    background-clip: border-box;
    border:1px solid #eff1f3;
    border-radius: 0.267rem;
    margin-bottom: 2.2rem;
    box-shadow: 8px 12px 18px 0 rgb(25 42 70 / 13%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.card-footer .ant-card-actions {
    margin: 0;
    padding: 0;
    list-style: none;
    background: transparent;
    border-top: 0px solid #e8e8e8;
    zoom: 1;
}
.card-footer  .ant-card-actions::before, .ant-card-actions::after {
    display: table;
    content: '';
}
.card-footer  .ant-card-actions > li {
    float: right;
    margin: 12px 0;
    color: rgba(0, 0, 0, 0.45);
    text-align: center;
}
.card-footer  .ant-card-actions > li:not(:last-child) {
    border-right: 1px solid #e8e8e8;
}
.card-footer  .ant-card-actions > li > span {
    position: relative;
    display: block;
    min-width: 32px;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
}

.ant-card-actions > li > span a:not(.ant-btn), .ant-card-actions > li > span > .anticon {
    display: inline-block;
    width: 100%;
    color: rgba(0, 0, 0, 0.45);
    line-height: 22px;
    transition: color 0.3s;
}
.hidden {
  display: none !important;
}

.option-offer-selected{
  position: absolute;
  top:0%;
  left:0%;
}
 .list.chip{
  background: unset !important;
 }
  .chip-elem{
      display: inline-flex;
      flex-direction: row;
      border: none;
      cursor: pointer;
      height: 30px;
      outline: none;
      padding: 0;
      font-size: 14px;
      font-color: #ffffff;
      white-space: nowrap;
      align-items: center;
      border-radius: 7px;
      vertical-align: middle;
      color: #fff;
      text-decoration: none;
      justify-content: center;
  }

  .chip-status{
        background-color: #434244;
      display: inline-flex;
      flex-direction: row;
      padding: 15px;
      margin: 0 5px;
      border: none;
      cursor: pointer;
      height: 30px;
      outline: none;
      padding: 0;
      position: relative;
      font-size: 14px;
      font-color: #fff;
      white-space: nowrap;
      align-items: center;
      border-radius: 7px;
      vertical-align: middle;
      color: #fff;
      text-decoration: none;
      justify-content: center;
  }
  .chip-head{
      display: flex;
      position: relative;
      overflow: hidden;
      background-color: #ffffff;
      font-size: 1.25rem;
      flex-shrink: 0;
      align-items: center;
      user-select: none;
      border-radius: 50%;
      justify-content: center;
      width: 30px;
      color: #000000;
      height: 30px;
      font-size: 20px;
      margin-right: -4px;

     margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
  }


  .chip-content{
      cursor: inherit;
      display: flex;
      align-items: center;
      user-select: none;
      white-space: nowrap;
      padding-left:10px;
      padding-right:10px;
  }
  .chip-svg{
          color: #000000;
      cursor: pointer;
      height: auto;
      margin: 4px 4px 0 -8px;
    fill: currentColor;
      width: 1em;
      height: 1em;
      display: inline-block;
      font-size: 24px;
      transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      user-select: none;
      flex-shrink: 0;
  }
  .chip-svg:hover{
      color: #000000;
  }

 .list.chip  input[type="checkbox"] {
    display: none;
}
 .list.chip input[type="checkbox"]:checked + label {
    border: 2px solid #112c3c;
        border-radius: 7px;
}
.list.chip input[type="checkbox"]:checked:disabled + label {
    border: 2px solid #c5c5c5;
    color: #c5c5c5;
}
 .list.chip input[type="checkbox"]:checked + label:before {
    opacity: 1;
    transform: scale(1);
}
.list.chip label{

  margin-bottom:0 !important;
}
 .list.chip label:before {
    content: "✓";
    position: absolute;
    width: 18px;
    height: 18px;
    top: -8px;
    left: -3px;
    background: #112c3c;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.5);
    transition: all 200ms ease-in-out;
}
.list.chip input[type="checkbox"]:checked:disabled + label:before {

     background: #c5c5c5;

}

.label-offer-select{
  cursor: pointer;
}
.lobipanel {
  /*  cursor: move;
    padding: 0;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);*/
}
.lobipanel.selected {

     border: 2px solid #b5c0d5;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 25%);

}
.offer-list-card input[type="checkbox"] {
    display: none;
}
.offer-list-card input[type="checkbox"]:checked:disabled + label {
    border: 2px solid #c5c5c5;
    color: #c5c5c5;
      background: #0088cc;
}


.breadcrumbs {
    padding: 15px 0;
    border-bottom: 1px solid #e5e9f2;
    margin-bottom: 20px;
}
.breadcrumbs ul {
    list-style-type: none;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    margin: 0;
}
.breadcrumbs ul li a {
    color: #868297;
    font-size: 16px;
    font-weight: 700;
}
.breadcrumbs ul li:after {
   /* content: ">";*/

   content: "\f104";
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    color: #868297;
    left: 0;
    bottom: 0;
    font-size: 19px;
    font-weight: 900;
    padding: 0 10px;
}
.breadcrumbs ul li:last-child:after {
    display: none;
}
.breadcrumbs ul li:last-child a {
    font-weight: 700;
    color: #251e44;
}


.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05)!important;
}


.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-initialized .slick-slide {
    display: block;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}


.slick-initialized.aiz-carousel>*, .aiz-carousel>*:first-child {
    display: block;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

[data-vertical=true] .slick-current .carousel-box {
    border-color: var(--primary)!important;
    border-width: 2px!important;
}
.h-50px, .size-50px {
    height: 50px;
}
.w-50px, .size-50px {
    width: 50px;
}
.partner-item{
  margin-bottom: 20px;
}
.partner-item img{
  width: 100px;
}


.box {
    position: relative;
    border-radius: 0px;
    background: #ffffff;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

.login-box-body, .register-box-body {
    background: #fff;
    padding: 22px;
    border-top: 0;
    color: #666;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
    content: " ";
    display: table;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0;
    line-height: 1;
}
.box-header .box-title {
    text-transform: uppercase;
}
.box-body {
    border-radius: 0px;
    padding: 10px;
}

.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-left: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
    color: #777;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.social-auth-links {
    margin: 10px 0;
}
.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
}

.login-box, .register-box {
    width: 40%;
    margin: 7% auto;
}
@media (max-width: 768px){
  .login-box, .register-box {
    width: 90%;
    margin-top: 20px;
}
}


.btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}


.btn.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}




/*.no-js .owl-carousel {
    display: block;
}
*/
.owl-carousel {
    display: none;
}
.owl-carousel.owl-loaded {
    display: block;
}

@media(max-width : 768px){
.reinsurance-section {
      min-height: 100%;
    width: 100%;
    padding: 20px;
    background: #f1f1f1;
    display: block;
    place-items: center!important;
}
#picker-custom .ways-to-search {
     top:0px;
    text-align: center;
    width: 100%;
    right: 0;
    position: relative;
}
.reinsurance-diagram-container{
  max-width: 100%;
}

#picker-custom .picker-boxes {

    margin-top: 17px;
}
.reinsurance-descreption-contianer {
    margin-left: 0px;
    margin-top: 46px;
}

.product-section {
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    background: #48484a;
    direction: rtl;
}
.tab-container{
  display: none;
}
.middle-container{
  display: none;
}
.ecosystem-box{
  width: 100%;
}
.reinsurance-diagram-section{
 padding: 20px;
}



}

.product-box{
  max-width: 100%;
  margin-bottom: 20px;
}



.btn-primary.glow {
    box-shadow: 0 2px 4px 0 rgb(90 141 238 / 50%) !important;
}
.btn-primary:hover.glow, .btn-primary.hover.glow {
    box-shadow: 0 4px 12px 0 rgb(90 141 238 / 60%) !important;
}
th {

    text-align: right;
}


.justify-content-left{
  justify-content: left;
}


.white{
  color: white;
}





span.label{
display: inline-block;
  padding: 5px;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

@media (prefers-reduced-motion:reduce) {
  .label {
    transition: none
  }
}

a.label:focus,
a.label:hover {
  text-decoration: none
}

.label:empty {
  display: none
}

.btn .label {
  position: relative;
  top: -1px
}

.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem
}

.label-primary {
  color: #fff;
  background-color: #007bff
}

a.label-primary:focus,
a.label-primary:hover {
  color: #fff;
  background-color: #0062cc
}

a.label-primary.focus,
a.label-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.label-secondary {
  color: #fff;
  background-color: #6c757d
}

a.label-secondary:focus,
a.label-secondary:hover {
  color: #fff;
  background-color: #545b62
}

a.label-secondary.focus,
a.label-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.label-success {
  color: #fff;
  background-color: #28a745
}

a.label-success:focus,
a.label-success:hover {
  color: #fff;
  background-color: #1e7e34
}

a.label-success.focus,
a.blabel-success:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.blabel-info {
  color: #fff;
  background-color: #17a2b8
}

a.blabel-info:focus,
a.label-info:hover {
  color: #fff;
  background-color: #117a8b
}

a.label-info.focus,
a.label-info:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.label-warning {
  color: #212529;
  background-color: #ffc107
}

a.label-warning:focus,
a.label-warning:hover {
  color: #212529;
  background-color: #d39e00
}

a.label-warning.focus,
a.label-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.label-danger {
  color: #fff;
  background-color: #dc3545
}

a.label-danger:focus,
a.label-danger:hover {
  color: #fff;
  background-color: #bd2130
}

a.label-danger.focus,
a.blabel-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.label-light {
  color: #212529;
  background-color: #f8f9fa
}

a.label-light:focus,
a.label-light:hover {
  color: #212529;
  background-color: #dae0e5
}

a.label-light.focus,
a.label-light:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.label-dark {
  color: #fff;
  background-color: #343a40
}

a.label-dark:focus,
a.label-dark:hover {
  color: #fff;
  background-color: #1d2124
}

a.label-dark.focus,
a.label-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.label-outline {
    background-color: transparent;
    border: 1px solid #d2d6de
}

.label-default {
    background-color: #d2d6de
}
/* .label {
        border: 1px solid #000
    }*/

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}


.btn-sm, .btn-group-sm > .btn {
    padding: 0.467rem 1.2rem;
    font-size: 0.8rem;
    line-height: 1.4;
    border-radius: 0.267rem;
}


del:after {
/*    content: "";
    position: absolute;
    top: 18px;
    right: 0;
    width: 100%;
    height: 2px;
    background: #b2b0bc;*/
}
  del {
    text-decoration: line-through;
    color: red;
    font-size: 80%;
    font-weight: 400;
}


.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;

    opacity: 0;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px)
}


.img-responsive{
  max-width:100%;
height: auto;
}


.aspect {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%; /* default 1:1 */
}

.aspect.ratio-16-9 {
  padding-top: calc(9 / 16 * 100%);
}

.aspect.ratio-9-16 {
  padding-top: calc(16 / 9 * 100%);
}

.aspect.ratio-4-3 {
  padding-top: calc(3 / 4 * 100%);
}

.aspect.ratio-3-4 {
  padding-top: calc(4 / 3 * 100%);
}

.aspect > :first-child {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}



.aspect {
   position: relative;
   width: 100%;
   height: 0;
   padding-top: 100%;
  /* default 1:1 */
}
 .aspect > :first-child {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
}
 .aspect.ratio-16-9 {
   padding-top: 56.25%;
}
 .aspect.ratio-9-16 {
   padding-top: 177.7777777778%;
}
 .aspect.ratio-4-3 {
   padding-top: 75%;
}
 .aspect.ratio-3-4 {
   padding-top: 133.3333333333%;
}
@supports (--custom:property) {

  [style*="--aspect-ratio"] {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc( 100% / (var(--aspect-ratio)) );
  }

  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.container-16-9 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(9 / 16 * 100%);
}
.container-16-9 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(9 / 16 * 100%);
}

.container-16-9 > :first-child {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.blur-up.loaded{
      filter: blur(0);
}

.partner-area{
    position: relative;
  width: 100%;
  height:100%;
  padding-top: 3%;
  padding-bottom: 3%;
 /* padding-top: calc( 100% / (var(--aspect-ratio)) );*/
}
.reinsurance-middle-box-right-text{
color: var(--primaryColor);
}

.category-wrapper .category img{
    width: 100%;
    height: 140px;
}



.owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0px 5px;
    border: 1px solid #eee;
    display: block;
    transition: all 0.3s linear;
      background: var(--primaryColor) !important;
    border-color: var(--primaryColor) !important;
}

  .owl-dots .owl-dot:focus {
  border-color:transparent;
      outline: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
     background: var(--secondedColor) !important;
        transform: scale(1.5);
    border-color:var(--secondedColor) !important;
}



.product-content-wrapper{
  padding-left: 15px;
    padding-right: 15px;
}


.pull-left{
    float: left;
}

.pull-right{
    float: right;
}

.btn-sm-s{
    
}