:root {
  /*  --roofsie-font: 'Montserrat', sans-serif;*/
  /*  --roofsie-reey-font: "reeyregular";*/
    --roofsie-gray: #6c6b6f;
    --roofsie-gray-rgb: 108, 107, 111;
    --roofsie-white: #ffffff;
    --roofsie-white-rgb: 255, 255, 255;
    --roofsie-base: #111B3E;
    --roofsie-primary: #F55562;
    --roofsie-primary-rgb: 244, 241, 238;
    --roofsie-bdr-radius: 5px;
  }
  @font-face {
      font-family: 'Fonarto';
      src: url('Fonarto.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
  }
  body {
        font-family: 'Fonarto';
    color: #000;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: 500;
  
  }
  .arabic{
         font-family: 'Noto Naskh Arabic', serif;
  }
  a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  a:hover {
      text-decoration: none;
  }
  .bgcolor-base {
      background-color: var(--roofsie-base);
  }
  .dark-logo, .white-logo {
      max-width: 300px;
      display: block;
      width: 100%;
  }
  header.header-3.header-sticky img.dark-logo {
      max-width:240px;
  }
  .footer_logo {
      width: 100%;
      max-width: 350px;
  }
  .header-3 {
      padding: 8px 0px;
    position: fixed;
      right: 0;
      left: 0;
      top: 0;
      z-index: 1041;
      /* border-bottom: 1px solid #162349; */
          transition: all 0.5s ease 0s;
  }
  .header_inner{
          background-color: var(--roofsie-base);
      position: relative;
  }
  .nav-3 li {
      padding: 0px 10px;
  }
  .nav-3 li a {
      font-weight: 600;
      text-decoration: none;
      color: var(--roofsie-white);
      padding: 5px;
  }
  
  a.btn_header {
      color: #fff !important;
      font-size: 13px;
      background-color: var(--roofsie-primary);
      padding: 12px 20px !important;
      border-radius: 50px;
      line-height: 9px;
      /* height: 58px; */
      display: inline-block;
      margin-left: 30px;
  }
  .box-formdiv {
      box-shadow: 1px 1px 16px 0px rgb(0 0 0 / 12%);
      box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.12);
      margin: 25px;
      padding: 40px;
      border-radius: 20px;
      background-color: var(--roofsie-white);
      border: 1px solid var(--roofsie-white);
  }
  .box-formdiv h3 {
      color: var(--roofsie-base);
      margin-bottom: 25px;
  }   
  .box-form label {
      font-weight: 600;
      color: var(--roofsie-base);
      text-wrap: nowrap;
  }
  .box-form01 input, .box-form01 textarea, .box-form01 select, input.form-control {
      font-size: 13px;
      margin-bottom: 10px;
  }
  .btn-css {
      letter-spacing: 1px;
      display: inline-block;
      color: #fff;
      font-weight: 600;
      font-size: 16px;
      line-height: 9px;
      padding: 15px 55px;
      border-radius: 50px;
      background-color: var(--roofsie-base);
      border: 1px solid var(--roofsie-base);
      max-width: 300px;
      margin: 0 auto;
      margin-top: 10px;
  }
  .forgot_p p {
      margin-top: 10px;
      font-weight: 500;
      font-size: 14px;
      margin-bottom: 0px;
      color: var(--roofsie-base);
      padding-bottom: 0px;
  }
  span.hide-password {
      color: #9c9c9c;
      right: 5px;
      position: absolute;
      font-size: 13px;
      top: 10px;
      cursor: pointer;
  }
  .password_div {
      position: relative;
  }
  .divider h5 {
      padding: 0px 15px;
      display: inline-block;
      background-color: var(--roofsie-base);
      font-size: 28px;
      color: var(--roofsie-white);
  }
  .line {
      margin-bottom: -20px;
      height: 2px;
      background-color: #d7d7d7;
  }
  .divider {
      padding-top: 40px;
      padding-bottom: 10px;
  }
  footer{
          background: var(--roofsie-base);
      padding: 60px 0px;
      padding-bottom: 0px;
      margin-top: 0px;
      color: #fff;
          border-top: 0px solid #ddd;
          position: relative;
          overflow: hidden;
  }
  footer div.container{
  position: relative;
  z-index: 9;
  }
  .footer_logo{
      width: 80%;
  }
  footer ul {
      list-style: none;
      padding: 0;
      margin: 0px;
  }
  ul.footer_menu li a {
      color: #fff;
      display: inline-block;
      line-height: 2.1;
      font-size: 14px;
      text-decoration: none;
      -webkit-transform: translateY(0px);
      -khtml-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
      -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
      -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
      -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
      -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
      -o-transition: .3s cubic-bezier(.24,.74,.58,1);
      transition: .3s cubic-bezier(.24,.74,.58,1);
  }
  .footer-bottom {
  /*    border-top: 1px solid #ddd;*/
      background: var(--roofsie-base);
      margin-top: 50px;
      padding: 15px 0px;
          color: #fff;
  }
  .footer-bottom p{
  
          color: #fff;
  }
  
  button.close {
      border-radius: 25px;
      padding: 4px 11px;
      top: -25px;
      position: absolute;
      right: -40px;
      background-color: var(--roofsie-primary);
      color: #fff;
      border: 0px solid;
      cursor: pointer;
  }
  .modal-content {
  /*   background: var(--roofsie-base);*/
      border-radius: 10px;
      border: 0px solid #fff !important;
  /*    color: #fff;*/
  }
  .modal-header {
      display: block;
      }
      .btn-block {
          margin-top: 20px;
      background-color: var(--roofsie-primary);
      color: #fff;
      width: 100%;
      font-size: 15px;
  }
  .emailpopup{
      font-size: 14px;
  }
  .w-20{
  width: 5rem;
  }
  .aspect-square {
    aspect-ratio: 1/1;
  }
  .qr_text{
      font-weight: 400;
      font-size: 1.25rem;
      line-height: 1.75rem;
  }
  ul.social {
      padding: 0px;
      margin: 0px;
      margin-top: 20px;
  }
  ul.social li {
      display: inline-block;
      margin: 0px 8px;
  }
  ul.social li a{
      color: #fff;
      text-decoration: none;
      font-size: 24px;
  }
  .w-40 {
    width: 130px;
  }
  .gap-2 {
    gap: .5rem;
  }
  .header-sticky {
          background-color: var(--roofsie-base);
      box-shadow: 0 0 5px rgba(0,0,0,0.15);
      position: fixed;
      right: 0;
      left: 0;
      top: 0;
      z-index: 1041;
      -webkit-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
      -moz-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
      -o-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
      animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
      -webkit-animation-fill-mode: none;
      -moz-animation-fill-mode: none;
      -o-animation-fill-mode: none;
      animation-fill-mode: none;
          transition: all 0.5s ease 0s;
  }
  .banner{
      padding: 50px 0px;
          padding-top: 150px;
      position: relative;
      overflow: hidden;
  }
  .background-overlay {
      background-color: transparent;
      background-image: linear-gradient(0deg, #f55562 15%, #111b3e 100%);
      opacity: 1;
      transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 0;
      bottom: 0;
  }
  .banner_content h2{
  color: #fff;
  font-size: 50px;
  margin-bottom: 25px;
  }
  .banner_content p{
  color: #fff;
  font-size: 22px;
  }
  span.qr_text01 {
      color: #fff;
      line-height: 35px;
      font-size: 26px;
  }
              .box_images{
                      position: relative;
                  }
                  .box_images img{
                      position: relative;
                      z-index: 99;
                  }
                  .spinner-wrap {
  
    left: 0;
    right: 0;
    position: absolute;
    margin-top: 200px;
    margin: 0 auto;
    text-align: center;
    bottom: 50%;
  }
  .spinner-item {
  border: 20px solid #f55562;
    border-radius: 50%;
    height: 500px;
    width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation: zoom 9s linear 9s infinite;
            animation: zoom 9s linear 9s infinite;
  }
  .spinner-item--2 {
    -webkit-animation-delay: 7s;
            animation-delay: 7s;
  }
  .spinner-item--3 {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
  
  @-webkit-keyframes zoom {
    0% {
      transform: translate(-50%, -50%) scale(0.2);
      opacity: 0;
    }
    50% {
      opacity: 0.9;
    }
    100% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0;
    }
  }
  
  @keyframes zoom {
    0% {
      transform: translate(-50%, -50%) scale(0.2);
      opacity: 0;
    }
    50% {
      opacity: 0.9;
    }
    100% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0;
    }
  }
  
  
  
  .ocean {
    height: 0%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 0;
  }
  .banner_content {
      position: relative;
      z-index: 9;
  }
  .wave {
      pointer-events: none;
      cursor: none;
    background: url(../images/wave.png) repeat-x;
    position: absolute;
    top: -198px;
    width: 6400px;
    height: 198px;
    -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
            animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.3;
  }
  
  .wave:nth-of-type(2) {
    top: -165px;
    -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
            animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
    opacity:0.4;
  }
  
  @-webkit-keyframes wave {
    0% {
      margin-left: 0;
    }
    100% {
      margin-left: -1600px;
    }
  }
  
  @keyframes wave {
    0% {
      margin-left: 0;
    }
    100% {
      margin-left: -1600px;
    }
  }
  @-webkit-keyframes swell {
    0%, 100% {
      transform: translate3d(0, -25px, 0);
    }
    50% {
      transform: translate3d(0, 5px, 0);
    }
  }
  @keyframes swell {
    0%, 100% {
      transform: translate3d(0, -25px, 0);
    }
    50% {
      transform: translate3d(0, 5px, 0);
    }
  }
  .howitwork{
      text-align: center;
      padding: 80px 0px;
  }
  .title_h2 {
      font-size: 50px;
      color: var(--roofsie-base);
      font-weight: 600;
  }
  .box_works{
      padding: 30px;
  }
  .box_works h4{
      margin-top:15px;
   margin-bottom: 15px;
   font-size: 32px;
   color: var(--roofsie-base);
  }
  .box_works p {
      font-size: 15px;
      padding-left: 2rem;
      padding-right: 2rem;
  }
  .brand_box {
    justify-content: center;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 0 auto;
      margin-top: 0px;
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    grid-auto-rows: minmax(100px, auto);
  }
  .brand_box li {
    position: relative;
    background-color: #fff;
    text-align: center;
    padding: 25px 25px;
    border-radius: 15px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 10%);
  }
  .brand_box li a {
    text-decoration: none;
    color: #000;
  }
  .brand_box li img {
    margin-bottom: 15px;
    width: 85%;
  
  }
  .box_rew img{
       margin-top: 10px; 
  }
  .brand_box li h5 {
    margin-bottom: 0px;
    padding-bottom: 0;
    font-size: 17px;
  }
  .search_full input {
    height: 55px;
    border-radius: 50px;
    padding: 5px 20px;
  padding-left: 40px;
    font-size: 18px;
    border: 3px solid #0b173a;
  }
  .search_full {
    position: relative;
    margin-top: 15px;
  }
  .search_full span i {
    position: absolute;
    left: 15px;
    top: 17px;
    font-size: 20px;
    color: var(--roofsie-base);
  }
  button#search-button {
      top: 4px;
      height: 47px;
      right: 4px;
      padding: 10px 25px;
      border: 1px solid #f55562;
      font-size: 16px;
      border-radius: 50px;
      position: absolute;
      background-color: #f55562;
      color: #fff;
      display: none;
  }
  button#search-button.show{
          display: inline-block;
  }
  .burger {
    display: none;
    width: 55px;
    height: 55px;
    border-radius: 10px;
    background: transparent;
  /*  box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px, rgb(255 255 255 / 80%) -6px -2px 16px 0px;*/
    cursor: pointer;
  /*  display: flex;*/
    justify-content: center;
    align-items: center;
    padding: 5px;
    transition: all .5s ease;
    margin: 1em;
    position: absolute;
    right: 0;
    top: 6px;
  }
  .burger:hover {
  /*    background: rgb(56 56 56);*/
  }
  .burger-strip {
      transition: all .5s ease;
  }
  .strip div {
      height: 3px;
      border-radius: 2px;
      background: rgb(255 255 255);
      margin: 6px;
      transition: all .55s cubic-bezier(0.075, 0.82, 0.165, 1);
      width: 30px;
  }
  .burger:hover .strip div {
      background: white;
  }
  /* BURGER 1 */
  .burger-strip div:first-child {
      width: 16px;
  }
  .burger-strip div:last-child {
      width: 20px;
  }
  .burger.active .burger-strip div:first-child {
      transform: rotate(45deg) translateY(1px) translateX(5px);
  }
  .burger.active .burger-strip div:nth-child(2) {
      transform: rotate(-45deg);
  }
  .burger.active .burger-strip div:last-child {
      transform: rotate(45deg) translateY(-11px) translateX(2px);
  }
  .box_works img {
    max-width: 225px;
  }
  .bg-section{
      margin-top: 20px;
      background-image: linear-gradient(-90deg, #f55562 15%, #111b3e 100%);
      margin-bottom: 20px;
      padding:5px 0px;
  }
  .bg-section2{
          margin-top: 20px;
      background-image: linear-gradient(90deg, #f55562 15%, #111b3e 100%);
  background-color:  var(--roofsie-base);
      margin-bottom: 0px;
      padding:60px 0px;
  }
  .image_bgg{
  position: relative;
      margin-top: -120px;
      margin-bottom: -120px;
      z-index: 9;
  }
  .white_h2{
      color: #fff;
      font-size: 38px;
  }
  .item-box {
      align-items: center;
      display: flex;
      min-height: 165px;
      position: relative;
      background-color: #fff;
      text-align: center;
      padding: 25px 25px;
      border-radius: 15px;
      border: 1px solid #ddd;
      box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 10%);
  }
  .item-box img{
      width: 100%;
  }
  #partners-slider{
      margin-top: 25px;
      margin-bottom: 45px;
  }
  a.btn_base {
      text-decoration: none;
      color: #fff !important;
      font-size: 15px;
      background-color: var(--roofsie-base);
      padding: 15px 25px !important;
      border-radius: 50px;
      line-height: 9px;
      /* height: 58px; */
      display: inline-block;
  
      min-width: 220px;
      text-align: center;
  
  }
  a.btn_base:hover{
       background-color: var(--roofsie-primary);   
  }
  a.btn_primary {
      text-decoration: none;
      color: #fff !important;
      font-size: 15px;
      background-color: var(--roofsie-primary);
      padding: 15px 25px !important;
      border-radius: 50px;
      line-height: 9px;
      /* height: 58px; */
      display: inline-block;
  
      min-width: 220px;
      text-align: center;
  
  }
  a.btn_primary:hover{
       background-color: var(--roofsie-base);   
  }
  .white_p{
      color: #fff;
      font-size: 18px;
  }
  .box_rewards{
      padding: 50px;
  /*background-image: linear-gradient(90deg, #f55562 50%, #111b3e 100%);*/
  background-color: var(--roofsie-base);
           border-radius: 25px;
           position: relative;
           z-index: 99;
  }
  .padding_1{
      padding-left: 5%;
        padding-right: 5%;
  }
  .box_rewards:hover{
  /*        box-shadow: 20px 0px 55px 40px rgb(0 0 0 / 5%);*/
  background-image: linear-gradient(90deg, #f55562 10%, #111b3e 100%);
  }
  .box_rewards p{
      margin-bottom: 25px;
  
  }
  img.coin_rewards {
  
      position: absolute;
      width: 70%;
      top: 0;
      left: 0;
  }
  img.pro_01 {
      z-index: 999;
      right: 0px;
      width: 100px;
      position: absolute;
      top: -20px;
  }
  img.pro_02 {
      left: 10px;
      width: 100px;
      position: absolute;
      bottom: 0px;
       z-index: 999;
  
  }
  img.pro_03 {
      left: 10px;
      width: 80px;
      position: absolute;
      top: 0px;
       opacity: 0.8;
  }
  img.pro_04 {
      right: 0px;
      width: 100px;
      position: absolute;
      bottom: -40px;
  z-index: 999;
  }
  .site-footer a {
      text-wrap: nowrap;
      color: #fff;
  }
  .brand_list {
      list-style: none;
      margin: 0px;
      padding: 0px;
  }
  .brand_list li{
      padding: 5px 0px;
  }
  .brand_list li a{
        padding: 3px 0px;
      position: relative;
      display: flex;
      align-items: center;
      list-style: none;
        border-radius: 25px 1px 0px 25px;
      text-decoration: none;
  }
  .brand_list li img{
  width: 40px;
  }
  .brand_list li h5{
  margin-bottom: 0;
  padding-left: 15px;
  color: #333;
  font-size: 16px;
  }
  .title_h4{
      font-size: 40px;
  }
  .box_brandcol{
      border-right: 2px solid #ddd;
      padding-right: 0;
  }
  .box_brandside{
      position: sticky;
      top: 110px;
  }
  .box_brandside h4 {
    margin-bottom: 22px;
    font-size: 22px;
  }
  .brand_list li a:hover {
    background-color: #f55562;
    border-radius: 25px 1px 0px 25px;
    color: #fff;
  }
  .brand_list li a:hover h5 {
  
    color: #fff;
  }
  .brand_inner{
      padding-left: 35px;
  }
  .brand_innerbox {
    justify-content: center;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 0 auto;
      margin-top: 0px;
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    grid-auto-rows: minmax(100px, auto);
  }
  .brand_innerbox  li {
    position: relative;
    background-color: #fff;
    text-align: center;
    padding: 25px 25px;
    border-radius: 15px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 10%);
  }
  .brand_innerbox li h5 {
    margin-bottom: 15px;
    padding-bottom: 0;
    font-size: 18px;
  }
  .brand_innerbox li a {
      text-decoration: none;
    color: #000;
  }
  .brand_innerbox li img {
    margin-bottom: 15px;
    width: 85%;
  }
  input.small-input, button.small-input {
      font-size: 15px !important;
  }
  #category_mob {
      display: none;
  }
  
  #categories_close{
      display: none;
      cursor: pointer;
      float: right;
      color: var(--roofsie-primary);
  }
  #category_mob.active{
          color: var(--roofsie-primary);
  }
  .box_about{
      margin-top: 5px;
  padding: 25px;
  }
  .box_about img{
  padding: 25px;
  }
  .box_about img{
      width: 200px;
  }
  @media(max-width:992px){
      .brand_box {
      grid-template-columns: repeat(4, 1fr);
      gap: 15px;
  }
  .brand_innerbox {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    grid-auto-rows: minmax(100px, auto);
  }
  
  }
  @media(max-width:768px){
      #categories_close{
      display: inline-block;
  }
      .box_brandside.openmenu {
    display: block;
    position: absolute;
    background-color: #fff;
    top: 137px;
    z-index: 99;
    padding: 20px;
  
    border-radius: 5px;
    border: 1px solid #ddd;
    left: 55px;
    right: 10px;
  
  }
  .box_brandside.openmenu ul.brand_list{
       max-height: 80vh;
    overflow-y: auto; 
  }
      .brand_list li a:hover {
    border-radius: 25px 25px;
  }
      .search_full.innerbards {
    width: 100%;
  }
      .mob_category {
    display: flex;
    align-self: center;
    align-items: center;
  }
  #category_mob {
      cursor: pointer;
      display: inline-block;
    font-size: 25px;
    color: var(--roofsie-base);
    margin-right: 20px;
  }
      .box_brandside {
    display: none;
  }
      .brand_inner {
    text-align: center;
  }
      .brand_innerbox {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
    grid-auto-rows: minmax(100px, auto);
  }
  .brand_inner {
    padding-left: 0px;
  }
  .brand_innerbox li img {
    max-width: 200px;
  }
  .box_brandcol {
    border-right: 0px solid #ddd;
    padding-right: calc(var(--bs-gutter-x) * .5);
  }
    .burger {
    display: flex;  
  }
  .dark-logo {
    max-width: 220px;
    display: block;
    width: 100%;
  }
  .widescreen-nav {
  
      display: none !important;
            animation-duration: .6s;
      animation-timing-function: ease-out;
      animation-fill-mode: forwards;
  }
    nav.widescreen-nav.openmenu {
      display: block !important;
      position: fixed;
      top: 80px;
      background-color: var(--roofsie-base);
      bottom: 0;
          animation-name: curtainUp;
          animation-duration: .6s;
      animation-timing-function: ease-out;
      animation-fill-mode: forwards;
      z-index: 9;
    }
    .colosemenu{
           animation-name: curtainDown; 
    }
  
  nav.widescreen-nav.openmenu ul{
      display: block !important;
  }
  nav.widescreen-nav.openmenu ul li {
    padding: 8px 10px;
  }
  nav.widescreen-nav.openmenu ul li a {
    padding: 5px;
    font-size: 15px;
  }
  nav.widescreen-nav.openmenu ul li a.btn_header {
  
    margin-left: 0px;
  }
  .background-overlay {
    top: 80px;
  }
  .header-3{
      background-color: var(--roofsie-base);
  }
  header.header-3.header-sticky img.dark-logo {
    max-width: 220px;
  }
  .banner_content h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .banner_content p {
    color: #fff;
    font-size: 16px;
  }
  
  span.qr_text01 {
    color: #fcfcfc;
    line-height: 28px;
  font-size: 18px;
  
  }
  .flex.aspect-square.rounded-lg.bg-white.p-2 {
    width: 83px;
    height: 83px;
  }
  .flex.aspect-square.rounded-lg.bg-white.p-2 img {
  width: 100%;
  height: auto;
  }
  .title_h2 {
    font-size: 30px;
    color: var(--roofsie-base);
  }
  .howitwork {
    text-align: center;
    padding: 45px 0px;
  }
  footer h5, footer h4 {
      margin-top: 30px;
  }
  .box_works img {
      max-width: 165px;
  }
  .box_works {
      padding: 20px 10px;
  }
  section.bg-section img.image_bgg {
      margin-top: -70px;
      margin-bottom: 0;
  }
  .white_h2 {
      color: #fff;
      font-size: 25px;
  }
  section.bg-section {
      text-align: center;
      padding-bottom: 50px;
  }
  section.bg-section div.mx-auto.d-flex.align-items-center.gap-3.mt-4, section.bg-section div.mt-3.d-flex.flex-row.gap-2 {
      justify-content: center;
  }
  .box_rewards {
      text-align: center;
      padding: 40px;
  }
  .padding_1 {
      padding-left: 15px;
      padding-right: 15px;
  }
  img.pro_01 {
      width: 64px;
  }
  img.pro_04 {
      width: 65px;
      bottom: -20px;
  }
  img.pro_02 {
      right: 14px;
      width: 60px;
      position: absolute;
      bottom: -18px;
      z-index: 999;
  }
  section.bg-section2 img.image_bgg {
      margin-top: 10px;
      margin-bottom: 0;
  }
  .brand_box {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
  }
  .box-formdiv {
      padding: 25px;
  }
  }
  .nav-3 li a:hover, .nav-3 li a.active, ul.footer_menu li a:hover, ul.social li a:hover{
      color: var(--roofsie-primary);
  }
  .pagination_style1 .page-item.active .page-link, .pagination_style1 .page-item.active:hover .page-link {
      background-color: var(--roofsie-primary);
      border-color: var(--roofsie-primary);
      color: #fff;
  }
  .pagination_style1 .page-item:hover .page-link {
      background-color: var(--roofsie-base);
      border-color: var(--roofsie-base);
      color: #fff;
  }
  .pagination_style1 .page-item a {
      border: 2px solid #dee2e6;
      border-radius: 50px !important;
      color: #687188;
      margin-left: 0;
      line-height: 24px;
      height: 40px;
      width: 40px;
      text-align: center;
  }
  .pagination {
      gap: 5px;
      margin-bottom: 30px;
  }
      
.brand_box li img{
    width: 100px;
    padding-bottom: 20px;
}
.box_rew h5 {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.b_box li h5 {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
#partners-slider .owl-item img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100px;
  text-align: center;
  margin: 0 auto;
}