body {
    background-color: #f7f7f7;
}
.site_fullscreen_section {
    display: flex;
    align-items: center;
}
.site_home_right_col {
    background-image: linear-gradient(to top, #f7f7f7 0%, #ffffff 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://xoffers.net/assets/themes/custom/img/bg-01-rtl.jpg);
    background-repeat: no-repeat;
}
.site_home_left_col form {
    width: 100%;
}
.site_login_mobile_content {
    max-width: 384px;
}
.site_form_label {
    font-size: 17px;
}
.site_form_label {
    font-size: 17px;
}
input[type=text], input[type=number] {
    background-color: #fff;
    height: auto;
    padding: 16px;
    line-height: normal;
}
.site_custom_btn {
    display: flex;
    border-radius: 25px;
    padding: 10px 30px;
    margin-bottom: 25px;
    justify-content: space-between;
    width: 100%;
    background-color: #d9524f;
    border-color: #d9524f;
    margin-top: 20px;
}
.site_tel {
     font-size: 30px !important; 
}


.otp-form .blog__breadcrumb
{
    display: none;
}

.site_home_left_col .mb-8.text-center
{
  width:100%
}



.site_home_left_col form
{
  width:100%
}

#verifyButton {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    border-radius:25px;
        color: #fff !important;
}


#verifyButton:disabled {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
    cursor: not-allowed;
    opacity: 0.3;
}

.site_home_left_col  div.text-center
{
  width:100%
}

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

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

  .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;
  }


 /* Floating Button */
    .site_floating_toggle {
      position: fixed;
      bottom: 60px;
      left: 20px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.1);
      border: solid 1px #b9b9b9;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      /* box-shadow: 0 4px 10px rgba(0,0,0,0.3); */
      z-index: 1000;
      overflow: hidden;
    }

    .icon-wrap {
      position: relative;
      width: 30px;
      height: 30px;
    }

    .icon-wrap img,
    .icon-wrap svg {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      transform: rotate(0deg);
      transition: transform 0.5s ease, opacity 0.3s ease;
    }

    /* Default show IMG */
    .icon-wrap img {
      opacity: 1;
    }

    /* When active â†’ show SVG */
    .site_floating_toggle.active .icon-wrap img {
      opacity: 0;
      transform: rotate(180deg);
    }

    .site_floating_toggle.active .icon-wrap svg {
      opacity: 1;
      transform: rotate(180deg);
    }

    /* Floating Links Box */
    .site_floating_links {
      display: none;
      position: fixed;
      bottom: 120px;
      left: 20px;
      border-radius: 10px;
      color: #fff;
      z-index: 999;

    }

    .site_floating_links p {
      margin: 0;
      padding: 5px 0;
      cursor: pointer;
    }

    .site_floating_links a
    {
        display: block;
    }



@media(max-width:992px) {

    .site_whatsapp_floating {
        left: 18px;
    }

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

    .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;
    }

    .site_whatsapp_floating
  {

    bottom: 60px;
    z-index: 999;

  }
  .btn.disabled, .btn:disabled, fieldset:disabled .btn {
    opacity: .30 !important;
}

    .col-md-5.site_home_right_col
    {
        padding: 30px 30px 10px;
    }

    .col-md-7.site_home_left_col
    {
        padding-top: 5px;
    }

    .site_home_text_right
    {
        text-align: center;
    }

}