@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap');
 
/*====================================== GENERAL STYLES =========================*/
  :root{
    --color-first:#7d5dee;
    --color-second:#4ad5ff;
    --color-content: #444;
    --bg-light:#f7f7f7;
    --font-family-heading:'Poppins', sans-serif;
    --font-family-content:'Poppins', sans-serif;
  } 
  *,::after,::before{box-sizing: border-box;}
  * {
    margin: 0;
    padding: 0;
    font-family: var(--font-family-content);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 1.5;
    color: var(--color-content);
    text-transform: none;
  }
  a,a:hover,.decorationNone{text-decoration: none;}
  html {scroll-behavior: smooth;} 
  p{white-space:pre-line;}
  ul li {list-style: none;}
  img {object-fit: cover;object-position: center;}
  .hideInMobile {display: block;}
  .hideInWeb{display: none;}  
  .bg-first,.button.btn-first{background:var(--color-first);}
  .bg-second,.button.btn-second{background:var(--color-second);}
  .lightBg {background:var(--bg-light);}
  .color-first,.webContent .color-first,small.color-first,.webContent .mainHeading.color-first,
  .webContent .subHeading.color-first,.webContent p.color-first{color:var( --color-first);}
  .color-second,.webContent .color-second,small.color-second,.webContent .mainHeading.color-second,
  .webContent .subHeading.color-second,.webContent p.color-second {color:var( --color-second);}
  .button:focus,input[type=submit].button:focus,.button i,.button:hover,.webContent.textWhite .mainHeading,
  .webContent.textWhite .subHeading,.webContent.textWhite p {color: #fff;}  
  .wrapper,.posRel {position: relative;}
  .posAbs{position: absolute;}
  .h-45{height: 45px;}
  .button,input[type=submit].button{
    display: inline-block;
    border-radius: 0;
    padding:10px 35px;
    color: #fff;
    font-size: 1rem;
    font-weight:500;
    letter-spacing: 1px;
    border: 1px solid transparent;
    text-transform: capitalize;
    outline: 0;
    cursor: pointer;
  }
  .webContent .mainHeading{
    font-size: 2.3rem;
    font-weight: 500;
    color: var(--color-first);
    text-transform:initial;
    font-family:var(--font-family-heading);
    letter-spacing: 0;
    margin-bottom: 5px;
    line-height: 1em;
  }
  .webContent .line{
      position: relative;
      display: inline-block;
      width: 300px;
      height: 2px;
      background: var(--color-second);
      margin: 10px 0;
  } 
  .webContent .subHeading {
    font-size: 1.5rem;
    color: var(--color-second);
    letter-spacing:0px;
    text-transform: capitalize;
    font-family:var(--font-family-content);
    font-weight: 400;
    margin-bottom: 5px;
  }

.webContent .subHeading1{
font-size: 2rem;
color: var(--color-content);
letter-spacing:0px;
font-family:var(--font-family-content);
font-weight: 400;
margin-bottom: 5px;
}

.webContent .subHeading1 strong{
font-size: 2.5rem;
color: var(--color-first);
letter-spacing:0px;
font-family:var(--font-family-content);
font-weight:600;
margin-bottom: 5px;
}

.webContent p,.webContent strong,.webContent span,.webContent ul li {
color: var(--color-content);
font-size: 1.05rem;
line-height: 1.4;
} 

.r-merchant-logo{
  height: 120px;
  object-fit: contain;
  padding: 10px;
}

  .displayFlex {
    display: flex;
    justify-content: center;
    align-items: center;
  } 
*{
margin:0;
padding:0;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none
}
a:focus, a:hover {
  text-decoration: none
}
input:focus {
  outline: 0
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0
}
body {
font-size: 16px;
line-height: 28px;
font-family: 'Poppins', sans-serif;
color: #5d646d;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding-top:4%;
}

header {
width: 100%;
}

.letter-spacing-2{
letter-spacing: 2px
}

.font-size-12{
font-size: 12px !important;
line-height: 1.4;
}

.font-size-14{
font-size: 14px !important;
line-height: 1.2;
}

.font-size-16{
font-size: 16px !important;
}

.font-size-18{
font-size: 18px !important;
}

.invalid-feedback{
line-height:1.2;    
}

.mt-10{margin-top:10%;}
.check-mark {width: 180px;}
.fixed-top {
box-shadow: 0px 2px 9px 0px rgb(0 0 0 / 3%);
transition: 0.2s;
border-bottom: 1px solid #eeeeee;
background: #fff;
}

.navbar-expand-lg .logo {
width: 180px;
}

.bg-light-blue {
background-color: #B7C7F5;
}

.bg-custom-blue {
background-color: #cdd5eb;
}

.bg-dark-blue {
background-color: #1b2c58;
}

.text-black{
color: #000 !important;
}

.offer-panel{
background-color: #fff;
box-shadow: -10px 10px rgb(0 0 0 / 30%);
width: 70%;
margin: 0 auto;
padding: 20px;
border-radius: 10px;
-webkit-transform: perspective(230px) rotateX(5deg) rotateY(4deg);
transform: perspective(230px) rotateX(5deg) rotateY(4deg);
}
.offer-imgs{
width: 50%;
position: absolute;
right: -26px;
top: -1px;
}

.offer-form-footer{
display: flex;
justify-content: center;
align-items: center;
}

.offer-form-footer li{
padding:4px;
}

.offer-form-footer li a{
font-size: 12px;
color: #fff;
}

/*.offer-form-footer li a:after{
content: "";
position: absolute;
pointer-events: none;
border: 1px solid #ffffff;
height: 13px;
margin-top: 9px;
margin-left: 9px;
}

.offer-form-footer li:last-child a:after {
content: none;
}*/


.sm-plu-list {
color: #fff;
padding: 0;
}

.list-standard li {
list-style: none;
display: -ms-flexbox;
display: initial;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
margin-bottom: 15px;
font-size: 32px;
margin-right: 20px;
}

.info-box-style-bg {
padding: 20px;
background-color: var(--grey-themes);
border-radius: 5px;
background: #ffffff;
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.it-plu-info-box {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 20px;
border: 1px solid rgba(0, 0, 0, 0.125);
}

.info-box-style-bg .info-box-thumb {
width: 90px;
height: 90px;
min-height: 90px;
min-width: 90px;
border-radius: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
background: #f8fafc;
}

.info-box-style-bg .info-box-thumb img{
width:50px;height:50px;    
}

.fa-size1, .fa-size2, .fa-size3, .fa-size4 {
font-size: 50px;
color: #fff;
}
.info-box-thumb {
margin-right: 30px;
width: 150px;
}

.info-box-content .info-box-title {
color: var(--color-first);
font-size: 21px;
margin-bottom: 7px;
}

.info-box-content .info-box-text {
color: var(--color-content);
font-size: 14px;
font-weight: 500;
}
.link-with-icon {
font-size: 17px;
font-weight: 500;
color: var(--color-first);
}

.navigation-body-section {
width: auto;
display: inline-block;
padding: 16px 0;
width: 100%;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
padding: 16px;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
}


.btn-sm-white {
background: #fff;
color: var(--color-first);
border: 1px solid var(--color-first) !important;
font-weight: 500 !important;
padding:8px 10px!important;
margin-right:10px;
}

.btn-sm-white:hover{
background: #fff;
color: var(--color-first);
border: 1px solid var(--color-first) !important;    
}

.btn-sm-pink{
background: #ee4867;
color: #fff;
border: 1px solid #ee4867 !important;
font-weight: 500 !important;
}

.btn-sm-pink:hover{
background: #ee4867;
color: #fff;
border: 1px solid #ee4867 !important;    
}

.btn-sm-transparent {
    background: var(--color-first);
    color: #fff;
    font-weight: normal !important;
    border: 1px solid var(--color-first) !important;
    padding: 4px 12px!important;
    top: 9px;
}

.btn-sub-text {
font-size: 14px;
font-weight: bold;
margin-left: 10px;
}

.it-plu-button {
position: relative;
cursor: pointer;
text-decoration: none;
border-radius: 5px;
padding:11px 10px!important;
font-size: 14px;
text-align: center;
line-height: 1;
font-weight:500;
outline: none;
border: 2px solid;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-left: 10px;
min-width: 150px;
min-height: 40px;
}

.cashback-form-step p {
margin-top: 0px;
color:#666;
}
.cashback-row {
display: table-row;
}
.cashback-form {
display: table;
width: 100%;
position: relative;
margin-bottom:15px;
}
.cashback-form-step button[disabled] {
/*opacity: 1 !important;
filter: alpha(opacity=100) !important;*/
}
.cashback-form .btn.disabled, .cashback-form .btn[disabled], .cashback-form fieldset[disabled] .btn {
opacity:1 !important;
color: #000;
box-shadow: none;
}

.cashback-row:before {
top: 14px;
bottom: 0;
position: absolute;
content: " ";
width: 90%;
height: 1px;
background-color: #ccc;
z-index: 0;
left: 20px;
}

.cashback-form-step{
display: table-cell;
position: relative;
}

.btn-dark-blue{
color: #fff;
border-color: #1B2C58 !important;
background-color: #1B2C58 !important;
cursor: pointer;
outline: none;
background: none;
box-shadow: none;
transition: all 0.2s ease 0s;
text-shadow: none;
border-style: solid;
}

.text-pink{
color: #ee4867 !important;
}

.text-underline{
text-decoration: underline;
}

.btn-pink{
color: #fff;
border-color: #ee4867 !important;
background-color: #ee4867 !important;
cursor: pointer;
outline: none;
background: none;
shadow: none;
transition: all 0.2s ease 0s;
text-shadow: none;
border-style: solid;
border-width: 1px;
border-radius: 3px;
}

.btn-pink:hover{color:#fff;}

.btn-circle{
width: 30px;
height: 30px;
text-align: center;
padding: 6px 0;
font-size: 12px;
line-height: 1.428571429;
border-radius: 15px;
}

.target {
  height: calc(100vh - 70px);
  border: 1px solid dodgerblue;
}


.btn-success{
color: #fff !important;
background-color: #ee4867 !important;
border-color: #ee4867 !important;
}

.btn-default{
color: #000;
background-color: #fff;
border-color: #fff;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
cursor: not-allowed;
pointer-events: none;
opacity: .65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}

.custom-solution-box{
border: 1px solid var(--color-first);
border-radius: 0px;
padding: 10px;
width: 100%;
}


.slider-content-title {
font-size:50px;
color:var(--color-first);
line-height:49px;
font-weight: bold;
}

.sub-p {
font-size: 22px;
line-height: 30px;
color:var(--color-content);
margin: 20px 0px;
}

.text-transform-none{text-transform: none !important;}
.fw-500{font-weight:500 !important}
.slider-svg-style{position: absolute;top:0%;z-index: 1}
.slider-content{position: relative;z-index: 2}
.slider-svg-style img{opacity:0.4;width: 100%}

.icon-box img{
width:68px;
}
.slide-right-p {
font-size: 27px;
color: var(--color-content);
margin: 0;
}

.slide-right-h3 {
font-size: 37px;
color: var(--color-first);
font-weight: bold;
}

.slide-right-p-1 {
font-size: 21px;
color: var(--color-content);
margin-top: 30px;
}

.custom-solution-box img{
margin: 18px auto 18px;
text-align: center;
width: auto;
height: 60px;
}

.custom-main-box{
padding: 20px;
width: 100%;
}

.custom-box-img{
width: 110px;
height: 110px;
margin: 0px auto 20px;
background-color: rgba(255, 77, 28, 0.1);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}

.line-height-28{
line-height: 28px;
}

.custom-solution-box .box-title{
font-size: 14px;
font-weight: bold;
color:var(--color-first);
}

.custom-solution-box .box-text{
font-size: 13px;
line-height: 1.6;
color: #000;
}

.modal-box-list li{
font-size: 16px;
font-weight: 600;
color: #000;
}

.text-light-blue{
color: #6f71d6 !important;
}

.text-dark-blue{
color: var(--color-first) !important;
}

button.close {
opacity: unset;
position: absolute;
right: 20px;
top: 16px;
color: #000 !important;
outline: 0 !important;
}

.popup-title{
font-size: 16px;
line-height: 1.6;
color: #000;
}

.custom-main-box img{
margin: 0px auto 3px;
text-align: center;
width: auto;
height: 70px;
}

.text-underline{
text-decoration: underline;
}

.sec-title h1{
color: var(--color-first);
letter-spacing: .5px;
line-height: 1.3;
font-size: 38px;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 14px;
}


.sec-title h2{
color: var(--color-first);
letter-spacing: .5px;
line-height: 30px;
font-size: 34px;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 14px;
}

.sec-title h3{
color:var(--color-first) ;
font-size:32px;
font-weight: 700;
line-height: 1.2;
letter-spacing: .5px;
text-transform: capitalize;
}

.sec-title h4{
color:var(--color-first) ;
letter-spacing: .5px;
line-height: 1.2;
font-size: 20px;
font-weight: 700;
text-transform: capitalize;
}

.cashback-category-title p {
color: #303030;
font-size: 20px;
font-weight: 400;
letter-spacing:2.5px;
margin-bottom: 15px;
}

.bg-install {
background: rgb(39, 38, 96);
background: -moz-linear-gradient(90deg, rgba(39, 38, 96, 1) 15%, rgba(238, 71, 104, 1) 67%, rgba(241, 108, 87, 1) 100%);
background: -webkit-linear-gradient(90deg, rgba(39, 38, 96, 1) 15%, rgba(238, 71, 104, 1) 67%, rgba(241, 108, 87, 1) 100%);
background: linear-gradient(90deg, rgba(39, 38, 96, 1) 15%, rgba(238, 71, 104, 1) 67%, rgba(241, 108, 87, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--color-first)", endColorstr="#f16c57", GradientType=1);
padding: 51px 0;
}

.bg-install .title{
color: #fff;
letter-spacing: .5px;
line-height: 1.5;
font-size: 36px;
font-weight: 600;
}

.bg-install p{
line-height: 1.6;
}

.btn-join {
background: #fff;
color: var(--color-first);
transition: transform 0.4s;
}

.btn-join .btn{
border-radius: 8px !important;
font-size: 18px;
}

.btn-join:hover{
color: #333333;
text-decoration: none;
outline: none;
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

.btn-join:focus{
color: #333333;
}

.btn-success:focus{
  outline: none !important;
}
.bonus-terms{
color: #fff;
font-size: 12px;
letter-spacing: .5px;
}

.offer-form{
margin: 0 auto;
padding:15px 50px;
width: 100%;
border-radius: 10px;
background-color:rgb(151 166 232 / 55%);
background-image: url('../img/landing/home-shape.png');
}

.offer-form:after{
left: 15px;
top: 72px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-left-color: #b7c7f5;
border-width: 30px;
z-index: 4;
}

.offer-form label{
color: #fff;
font-size: 12px;
line-height:1.4;    
margin-bottom: 0px;
font-weight: 600;
}

.offer-form input{
padding: 10px;
width: 100%;
height: 32px;
font-size: 13px;
border: 1px solid #aaaaaa !important;
}

.offer-form input:focus{
box-shadow: none;
}

.offer-form .form-check-input{
width: auto;
height: auto;
top:0px;
}

.offer-form select{
height:32px;
font-size:13px;
padding: 0.35rem 0.5rem;    
border: 1px solid #aaaaaa !important;
}

/* Mark input boxes that get errors during validation: */
.offer-form input.invalid {
background-color: #f7f7f7;
}

.small-text{
font-size: 12px;
color: #fff;
line-height: 1.2;
}

.offer-form button{
background-color: #ee4867;
color: #ffffff;
border: none;
padding: 10px 20px;
font-size: 16px;
font-weight:bold;
cursor: pointer;
width: 100%;
}

.custom-text{
color: #000;
font-weight: 400;
font-size: 14px;
}

.benefit-gadget-section .webContent .subHeading{
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0px;
}    
.benefit-gadget-section .featured-icon img {
width:40px;
}    
.row-border-bottom{position: relative;}
.row-border-bottom:after{
  position: absolute;
  content: '';
  width: 80%;
  height: 1px;
  border-bottom: 1px dashed #dee2e6;
  left: 0;
  bottom: 0;
}
footer{
border-top: 1px solid #fff;
padding: 20px;
background: #fafafa !important;
}

footer .content-list{
display: flex;
padding: 30px 0;
}

footer .content-list li{
padding-bottom: 10px
}

footer .content-list li a{
font-size: 15px;
line-height: 15px;
color: #607d8b;
}

footer .content-list li a:hover{
color: #394d57;
text-decoration: underline;
}

footer .copyright{
font-size: 13px;
line-height:23px;
color: #607d8b;
}

footer .copyright-links{
display: flex;
justify-content: center;
align-items: center;
}

footer .copyright-links li a{
font-size: 16px;
line-height: 15px;
text-decoration: none;
position: relative;
margin: 0px 20px 0px 0px;
color: #607d8b;
}

footer .copyright-links li a:after{
content: "";
margin: 0px;
display: block;
top: 5px;
right: -11px;
position: absolute;
pointer-events: none;
border: 1px solid #607d8b;
background: #607d8b;
height: 13px;
}

footer .copyright-links li:last-child a:after{
content: none;
}

footer .copyright-links li a:hover{
color: #394d57;
text-decoration: underline;
}


@media screen and (min-width: 320px) and (max-width: 767px){
body{padding-top:12%;}   
.main-bg-img{margin-top:0px;}  
.navbar-brand{display: block;} 
.nav-item .font-size-14{font-size: 10px !important;}   
.items-border-bottom{border:none;}
.sec-title h1{font-size: 20px;}
.sec-title h2 {font-size: 20px;}
.sec-title h3{font-size: 18px;}
.sec-title h4{font-size: 16px;}
.bg-install .title {font-size: 20px;}
.offer-form{padding: 40px 30px;}
.offer-form-footer li{padding: 5px;}
.offer-form-footer li a{font-size: 12px;}
.offer-form-footer li a:after{margin-left: 5px;}

.offer-panel{width: 100%;transform: none;box-shadow: none;padding-top: 0px;}
.offer-imgs{width: 50%;margin: 0 auto;display: block;position: relative;right: 0;left: 0;}

.cashback-row:before{width: 86%;}
.popup-title{font-size: 14px;}
.modal-box-list li{font-size: 14px;}
button.close{top: 7px;}

footer .copyright-links{justify-content:center;flex-wrap: wrap;}
footer .copyright-links li a {font-size:13px;margin:0px 10px 0px 10px;}
footer .copyright-links li a:after {top:4px;right:-12px;border: 1px solid #607d8b;}
footer .copyright{margin-top:7px;}
.heade-right-panel {display: flex;margin-top: 0px;margin-left: 0px;align-items: center;}    
.slider-svg-style {margin-top: 0;margin-left: 0;width: 100%;background: #faf6fa;display: none;}    
.slider-content-title {font-size: 28px;line-height: 41px;}    
.icon-box {margin-right:15px;}    
.icon-box img{width: 40px}
.sub-p,.slide-right-p-1 {font-size: 18px;}   
.slide-right-p {font-size: 23px;}  
.slide-right-h3 {font-size: 26px;}  
.cashback-category-title p{letter-spacing: 1.5px;line-height: 1.3; font-size:14px!important;}    
.info-box-content .info-box-text{line-height: 1.3;} 
.btn-sm-white{margin-right:0px;}    
.it-plu-button{padding: 10px 5px!important;font-size: 10px;margin-left: 0px;}     
.button, input[type=submit].button{padding: 5px 10px}
.info-box-style-bg .info-box-thumb{width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;margin-right: 10px}
}
.info-box-style-bg .info-box-thumb img{width:40px;height:40px;object-fit:scale-down; }
.info-box-content .info-box-title,.custom-solution-box .box-title{font-size: 16px;font-weight: bold;
}
.sidenav {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 9999;
      top: 0;
      left: 0;
      background-color:var(--color-first);
      overflow-x: hidden;
      transition: .5s
    }
    .sidenav .dropdown-menu{
      background: transparent;
    }
    .sidenav a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 500;
      color: #fff;
      display: block;
      transition: .3s
    }
    .sidenav .dropdown-menu a{
      padding: 2px;
      color: var(--color-first);
      padding-left: 10px;
    }
    .sidenav a:hover {
      color: #fff
    }
    .sidenav a:focus {
      color: #fff
    }
    .sidenav .closebtn {
      position: absolute;
      top: 15px;
      right: 5px
    }
    .shop-mobile-menu {
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer
    }
    .sidenav-padding {
      padding-top: 60px
    }
    .menu-icon {
      font-size: 25px !important;
      color: var(--color-first);
      cursor: pointer;
  }
  .benefit-gadget-section .webContent .subHeading{font-size: 1.2rem;}  
  .benefit-gadget-section .webContent p{font-size: 0.95rem} 
  .row-border-bottom:after{width: 100%}
}
@media only screen and (min-width:990px) and (max-width:1198px){
.offer-form-footer li{padding: 5px;}
.offer-form-footer li a{font-size: 12px;}
.offer-form-footer li a:after{margin-left: 5px;}
.cashback-row:before{width: 86%;}
}

@media only screen and (max-width:768px){
  body {padding-top: 10%;}
.icon-box img {width: 60px;}
}
@media only screen and (max-width:550px){
  body {padding-top: 15%;}
}
@media only screen and (max-width:400px){
  body {padding-top: 20%;}
.icon-box img {width: 40px;}
}
@media (min-width:768px) and (max-width:1023px){
body{padding-top:9%;} 
.slide-right-p-1,.text-panel{margin-top: 10px}
.main-bg-img{margin-top:0px;}    
.sec-title h1{font-size: 28px;}
.heade-right-panel{margin-left:5px;} 
.slide-right-h3{font-size: 26px;}     

.offer-panel{width: 100%;transform: none;box-shadow: none;padding-top: 0px;}
.offer-imgs{width: 50%;margin: 0 auto;display: block;position: relative;right: 0;left: 0;}

.cashback-category{display: flex;flex-wrap: wrap;}
.cashback-category-title h1{font-size: 32px;font-weight: 700;}
footer .copyright-links{justify-content:center;flex-wrap: wrap;}
footer .copyright-links li a {font-size:13px;margin:0px 10px 0px 10px;}
footer .copyright-links li a:after {top:4px;right:-12px;border: 1px solid #607d8b;}
.slider-svg-style{margin-top: 0}
}


@media (min-width:1024px) and (max-width:1365px){
.cashback-row:before{width: 86%;}
button.close{top: 16px;}
.heade-right-panel{margin-left: 50px;margin-top: -251px}
.slider-content-title{font-size: 40px}
.slide-right-h3{font-size: 30px}
.main-bg-img{margin-top: 0}
}

@media (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}