body {
    background-color: #e6f9ff;
}


.preloader__bar-inner {
    background-image: linear-gradient(90deg, #eb7622 0%, #000000 100%);
}

.header__top {
    display: none !important;
}

.tp-theme-settings {
    display: none !important;
}

.logo-border::after {
    display: none;
}

[dir=rtl] .header__white-solid .header__info ul li {
    padding-left: 20px;
    padding-right: 0px;
}

.grey-bg-f5 {
    background-color: #f5f5f5;
}


.offcanvas__logo img {
    width: 210px;
}

.footer__social a {
    font-size: 24px;
}



.site_team_row {
    background-color: #f4f4f4;
    padding: 30px;
    border-radius: 10px;
}

.site_team_features {
    font-size: 17px;
}

.site_team_subtitle {
    font-weight: 500;
}

.footer__logo img {
    width: 240px;
}

.footer__widget-title,
.footer__contact a {
    font-weight: 100;
}



/* Home page css start */

.hamburger-btn-black
{
    top: 0px !important;
    height: 12px !important;

}

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



.site_home_right_col
{
    background-image: linear-gradient(to top, #e6f9ff 0%, #e6f9ff 100%);
    height: 100vh;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}

.site_home_left_col {
    padding-right: 50px;
    display: flex;
    align-items: baseline;
    flex-flow: column;
    justify-content: center;
    background-position: top right;
/*     background-image: url(https://khoms.net/assets/themes/custom/img/bg-01-rtl.jpg);
 */    background-repeat: no-repeat;
}



.site_home_right_col img {
    max-width: 250px;
}

.site_home_text_right
{
    font-weight: bold;
    color: #000;
    margin-top: 20px;
}

/* Home page css end */


/* New css start */

body
{
    background-position: top right;
    background-repeat: no-repeat;
}

.site_section_wrap
{
    padding: 40px 0px;
    /* background-color: #f9f9ee; */
}

.site_opt_section
{
    height: 100vh;
    display: flex;
    align-items: center;
}

.site_custom_select_box  input[type="radio"][id^="cb"] {
    display: none;
  }
  
.site_custom_select_box  label {
    /*border: 1px solid #fff;*/
    padding: 10px;
    display: block;
    position: relative;
    cursor: pointer;
    background-color: #f6f6ec;
    border-radius: 19px;
  }
  
  .site_custom_select_box label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
  }
  
 .site_custom_select_box label img {
    height: 140px;
    width: 140px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
  }
  
.site_custom_select_box :checked + label {
    border-color: #ddd;
    background-color: #fff;
  }
  
.site_custom_select_box :checked + label:before {
    content: "✓";
    background-color: #0063dd;
    transform: scale(1.3);
  }
  
.site_custom_select_box  :checked + label img {
    transform: scale(1);
    z-index: -1;
  }

  .site_select_box_text
  {
    color: #ff0000;
    text-align: center;
    font-size: 18px;
  }

  .form-check-input[type=radio] {
    border-radius: 50%;
    font-size: 20px !important;
  }

  .form-check .form-check-input {
    float: right;
    margin-right: -1.2em !important;
  }

  .site_select_box_text span
  {
    font-size: 20px;
  }

  input[type=text], input[type=number]
  {
    background-color: #fff;
    height: auto; 
    padding: 16px;
    line-height: normal;
  }

  .site_form_label
  {
    font-size: 17px;
  }

  .site_custom_btn
  {
    display: flex;
    border-radius: 25px;
    padding: 10px 30px;
    justify-content: space-between;
    width: 100%;
    background-color: #00a5bf;
    border-color: #00a5bf;
  }

  .site_custom_btn:hover,
  .site_custom_btn:focus
  {
    background-color: #000;
    border-color: #000;
  }

  .site_custom_btn_2
  {
    display: flex;
    border-radius: 25px;
    padding: 10px 30px;
    justify-content: space-between;
    width: 100%;
    border-radius: 25px;
    padding: 10px 30px;
  }

  .site_custom_btn_2:hover,
  .site_custom_btn_2:focus
  {
    background-color: #000;
    border-color: #000;
    color: #fff;
  }

  .form-check .form-check-label
  {
    font-size: 20px;
    cursor: pointer;
    color: red;
    padding-right: 6px;
  }

  .site_whatsapp_floating
  {
    position: fixed;
    bottom: 50px;
    left: 50px;
  }

  .form-select {
    padding: 16px 16px;
}

  .site_tel
  {
    font-size: 20px !important;
  }

  ::placeholder {
    font-size: 20px !important;
    color: #d7d7db !important;
  }
  
  ::-ms-input-placeholder { /* Edge 12 -18 */
    font-size: 20px !important;
    color: #d7d7db !important;
  }

  /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.sit_otp_box
{
    gap: 20px;
    direction: ltr;
}


.header__bottom .logo img {
    width: 60px;
}

.site_tel
{
    text-align: center !important;
}

#back_to_top
{
    display: none !important;
}


.site_group_list li
{
    background-color: transparent;
    border-left: none;
    border-right: none;
    display: flex;
}

.site_group_list li:first-child
{
    border-top: none;
}

.site_group_list li:last-child
{
    border-bottom: none;
}

.site_new_badge {
    background-color: #f1efef;
    border: solid 1px #ccc;
    border-radius: 10px;
    padding: 0px 10px;
}


.site_riyal_text
{
    color: red;
}

.site_riyal_text span
{
    font-size: 20px;
}

.site_selecbox_wrap
{
   /* border: 1px solid rgba(0, 0, 0, .125);*/
    border-radius: 12px;
    padding: 1.5rem;
    background-color: rgb(185 185 155 / 20%);
}

#price_view
{
    font-size: 25px;
    color: #0d6efd;
}

.site_success_message
{
    background-color: #ceeba2;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.site_table_product_img
{
    width: 100px;
    margin: auto;
    display: block;
}

.site_table_product .form-control
{
    width: 70px;
    margin-left: 14px;
}

.site_flex_btns
{
    display: flex;
    gap:10px 
} 

.w-70
{
    width: 70% !important;
}

.w-30
{
    width: 30% !important;
}


.breadcrumb__style-6 {
    padding: 88px 0px 66px 0px;
}

.services__widget-2 {
    position: relative;
    top: 0;
}


/* New css end */


/* LTR css start */

[dir="ltr"]  body {
    background-image: url(https://xoffers.net/assets/themes/custom/img/bg-01-ltr.jpg);
    background-position: top left;
}

[dir="ltr"]  .form-select {
    background-position: right .75rem center;
}

[dir="ltr"]  .site_whatsapp_floating {
    bottom: 50px;
    right: 50px;
}

[dir="ltr"] .site_home_left_col
{
    padding-left: 50px;
    padding-right: 12px
}

[dir="ltr"] .header__bottom-right .me-3 {
    margin-right: 1rem !important;
    margin-left: 0px;
}

[dir="ltr"] .site_select_box_list .list-inline-item:not(:last-child) {
    margin-left: 0rem;
    margin-right: .5rem;
}

[dir="ltr"] .form-check-inline {
    display: inline-block;
    margin-left: 0rem;
    margin-right: 1rem;
    padding-right: 0px;
    padding-left: 1.5em;
}

[dir="ltr"]  .form-check .form-check-input {
    float: left;
    margin-right: 0em;
    margin-left: -1.5em;
}


/* LTR css end */



/* Responsive start */

@media(max-width:992px) {

    .site_whatsapp_floating {
        left: 18px;
    }

    .header__bottom .logo img {
        width: 50px;
    }
    

    .site_btn_sticky_col {
        text-align: left;
        margin-bottom: -100px;
        width: 100%;
        padding: 0px 50px;
        z-index: 20;

    }

    .site_btn_fixed {
        top: 105px;
    }

    .site_home_right_col { 
        padding: 30px;
        height: auto;
    }

    .site_home_left_col, 
    [dir="ltr"] .site_home_left_col
    {
        padding: 40px;
        
    }

    .site_opt_section {
        padding: 90px 30px 30px 30px;
        height: auto;
    }


    .site_selecbox_wrap {
        padding: 1rem

    }

    .site_custom_select_box label img {
        height: 120px;
        width: 120px;
        transform: scale(0.9);

    }

    .site_table_product .form-control
    {
        width: 65px;
        padding: 5px;
        margin-left: 14px;
    }

    .site_table_product_img {
        width: 70px;
    }

    .site_table_product_title
    {
        font-size: 12px;
    }

    .site_flex_btns {
        position: fixed;
        bottom: 00px;
        background: #fff;
        z-index: 10;
        padding: 10px 25px;
        width: 100%;
        right: 0;
    }
}




