@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;700&display=swap');
*{
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:'Josefin Sans', sans-serif;
font-weight: 400;
font-style: normal;
color: #5d646d;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/*padding-top:5%;*/
}

html {
overflow: hidden;
height: 100%;
}
body {
overflow: auto;
height: 100%;
}
.modal-open {
 overflow: auto;
}

header {
width: 100%;
background:#fff; 
border-bottom: 1px solid rgba(0, 0, 0, 0.125);    
}

.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;
}

.font-size-20{
font-size: 20px !important;
}

.font-size-22{
font-size: 22px !important;
}

.font-weight-400{
font-weight: 400 !important;
}

.lt-space-3{letter-spacing: 3px !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: 100px;
}*/

.logo{width:160px;}
.table-logo{width:90px;}
.img-lc-offer{width:316px;}
.text-gold{
color: #D0A449 !important;
}

.text-red{
color: #E81D39 !important;
}

.text-yellow{
color: #fbaf17 !important;
}

.bg-custom{
background-color: #fcfaf9;
}

.bg-light-blue {
background-color: #B7C7F5;
}

.bg-custom-blue {
background-color: #cdd5eb;
}

.bg-dark-blue {
background-color: #1b2c58 !important;
}

.bg-blue-gradient{
background: rgb(30,74,154);
background: -moz-radial-gradient(circle, rgba(30,74,154,1) 0%, rgba(15,32,99,1) 100%);
background: -webkit-radial-gradient(circle, rgba(30,74,154,1) 0%, rgba(15,32,99,1) 100%);
background: radial-gradient(circle, rgba(30,74,154,1) 0%, rgba(15,32,99,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e4a9a",endColorstr="#0f2063",GradientType=1);
}

.text-black{
color: #000 !important;
}

.offer-panel{
background-color:rgb(39,38,96,0.7);
/*border: 4px solid #fcaf17;    
box-shadow: -10px 10px rgb(0 0 0 / 30%);
width:80%;*/
margin: 0 auto;
padding:35px 20px 20px 20px;
border-radius: 10px;
/*-webkit-transform: perspective(230px) rotateX(5deg) rotateY(4deg);
transform: perspective(230px) rotateX(5deg) rotateY(4deg);*/
/*-webkit-transform: perspective(230px) rotateX(3deg) rotateY(0deg);
transform: perspective(230px) rotateX(3deg) rotateY(0deg);   */   
}

.bg-white-50{background-color:rgb(255,255,255,0.8);}
.bg-yellow{background-color: #fbaf17 !important;}
.exclusive-offer{
font-size:18px;
font-weight:bold;
background-color:#fff;
box-shadow: -10px 10px rgb(0 0 0 / 30%);
width:56%;
margin: 0 auto;
padding: 20px;
border-radius: 4px;
border-radius: 10px;
-webkit-transform: perspective(230px) rotateX(3deg) rotateY(0deg);
transform: perspective(230px) rotateX(3deg) rotateY(0deg);      
}

.offer-imgs{
position:absolute;
top:-10px;    
left:0;
right:0;
margin-left:auto;
margin-right:auto; 
}

.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;
}
.benefits{display: flex;text-align: center;}
.benefits .benefits-list{flex-basis: 33.3%;padding:2px }
.sec-title .benefits h1{padding-left: 0rem;padding-top: 1rem;font-size: 20px}/* 1.25 */
.benefits-list i{color: #fbaf17;font-size: 2rem}
.benefits-border{
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient( to bottom,  transparent, #272660,transparent ) 1 100%;
  border-top:0;
  border-bottom:0;
}
/*.benefits h1:before {
content: "\f005";
font-family: FontAwesome;
display: inline-block;
width: 1.3rem;
margin-top: -5px;
margin-left: -19px;     
font-size: 15px;
color: #fbaf17;
vertical-align: middle;
   
}*/
/*.star{color:#fbaf17}*/
/*.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;
}*/

.bg_banner{ background-image: url("../../img/bg_banner.jpg");} 
.bg_banner:before {
content: "";
position: absolute;
left: 0; 
top: 0;
/*background-image: linear-gradient(to right, rgba(0,0,0,.2) 50%, transparent 70%);*/
background-color: rgba(0,0,0,.2);    
width: 100%;
height: 100%;
}
.bg_custom {   
background-size:cover;
background-repeat: no-repeat;
background-position: center;
padding: 70px 0 70px;
/*background-color: rgba(7, 136, 198, .05);*/
min-height: 440px;
display: flex;
justify-content: center;
align-items: center;
}

.cashback-form-step p {
margin-top:6px;
font-size: 11px;
font-weight: bold;
}
/*.cashback-row {
display: table-row;
}*/
.cashback-form {
display: table;
width: 100%;
position: relative;
margin-bottom:4px;
}
.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:60%;
height:2px;
background-color: #fff;
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;
/*height: 56px;
outline: none;
padding: 0px 24px !important;
background: none;
box-shadow: none;
transition: all 0.2s ease 0s;
text-shadow: none;
border-style: solid;
border-width: 1px;
border-radius: 3px;*/
}

.text-pink{
color: #fbaf17 !important;
}

.text-underline{
text-decoration: underline;
}

.btn-yellow{
color: #fff;
border-color: #fbaf17 !important;
background-color: #fbaf17 !important;
cursor: pointer;
outline: none;
padding: 10px 24px !important;
background: none;
shadow: none;
transition: all 0.2s ease 0s;
text-shadow: none;
border-style: solid;
border-width: 1px;
border-radius:0px;

}
.btn-yellow:hover{color:#fff;text-decoration:none;outline:none;}
.btn:focus{color:#fff;text-decoration:none;outline:none;box-shadow:none;}
.btn-circle{
width: 30px;
height: 30px;
text-align: center;
padding: 6px 0;
font-size: 12px;
line-height: 1.428571429;
border-radius: 15px;
}

.btn-login {
color:#fff;
background-color: #fbaf17;
padding: 10px 15px;
font-weight:600;
border: 1px solid #fbaf17;
font-size: 16px;
letter-spacing: 0.5px;
transition: 0.3s;
}

.btn-login:hover{color:#fff;}
.btn-login:focus{color:#fff;}
.btn-success{
color: #fff !important;
background-color: #fbaf17 !important;
border-color: #fbaf17 !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;
}


.benefits .border-bottom-1, .border-left-1, .border-right-1{
border-colo:1px solid #272660;
}

.border-bottom-1{border-bottom: 1px solid;}
.border-left-1{border-left: 1px solid;}
.border-right-1{border-right: 1px solid;}

.custom-solution-box{
border-radius: 0px;
padding: 10px;
width: 100%;
}

.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: 28px;
font-weight: bold;
color: #000;
}

.custom-solution-box .box-text{
font-size: 14px;
line-height: 1.6;
color: #000;
}

.custom-solution-box ul li:before {
content: "\f00c";
font-family: FontAwesome;
font-weight: 900;
float: left;
padding-right: 10px;
font-size: 18px;
color: #b1b1b1;
font-weight: 500;
}

.modal-box-list li{
font-size: 16px;
font-weight: 600;
color: #000;
}

.text-light-blue{
color: #6f71d6 !important;
}

.text-dark-blue{
color: #272660 !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;
}

/*.price-title{
text-align: center;
position: relative;
font-size:20px;
z-index: 1;
margin: 0 0 0.75rem 0;
}*/
.price-title{font-size:24px;line-height:1.3}
.offer-price{
font-size:18px;    
}
.sec-title p{    
font-size:18px; 
font-weight: 400;
line-height: 1.3;
margin-bottom: 15px;
text-align: center;
color:#1b2c58;    
}
.org-price {
display: inline-block;
text-decoration: line-through;
color: #666;
font-size: 17px;
margin: 0 5px 0px 0;
font-weight: 300;
}

.sec-title{
position:relative;
padding-top:24px;    
}

.sec-title h1{
color: #272660;
font-size:28px;   
font-weight: 700;    
line-height:1.2;
letter-spacing:-.5px;
/*text-transform: capitalize;*/
}

.sec-title h2{
color: #272660;
font-size:22px;   
font-weight: 700;    
line-height:1.2;
letter-spacing:-.5px;
/*text-transform: capitalize;*/
}

.sec-title h3{
color:#272660 ;
font-size: 20px;
font-weight: 700;    
line-height:1.2;
letter-spacing:-.5px;
/*text-transform: capitalize;*/
}

.sec-title h4{
color:#272660 ;
font-size: 20px;    
font-weight: 700;    
line-height:1.2;
letter-spacing: .5px;
/*text-transform: capitalize;*/
}

/*.sec-title p{
font-size:14px;
line-height:1.3
}
*/
.cashback-category-title p {
color: #303030;
font-size: 20px;
font-weight: 400;
letter-spacing:1px;
margin-bottom: 15px;
}

.benefits ul {
list-style: none;
padding: 0;
}
.benefits li {
padding-left: 1.3em;
font-size: 16px;
line-height: 1.2;
color: #000;
/*text-transform: capitalize; */   
margin-bottom: 10px;
   
}
.benefits li:before {
content: "\f005"; 
font-family: FontAwesome;
display: inline-block;
margin-left: -20px; 
width: 1.3em; 
font-size:13px;    
}
.offer-form .form-control.is-invalid, .was-validated .form-control:invalid{
background-size: calc(1.75em + 0.375rem) calc(0.75em + 0.375rem); 
padding-right: calc(0.5em + 0.5rem);    
}

.offer-form .form-control.is-valid, .was-validated .form-control:valid{
background-size: calc(1.75em + 0.375rem) calc(0.75em + 0.375rem); 
padding-right: calc(0.5em + 0.5rem);     
}

.offer-form .form-control.is-valid:focus, .was-validated .form-control:valid:focus{
box-shadow:none !important;    
}
/*.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="#272660", 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: #272660;
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);
}

.offer-form select{
  font-size: 13px !important;
  padding: 0.25rem 0.4rem !important;
}

.btn-join:focus{
color: #333333;
}
.btn-success.focus, .btn-success:focus{box-shadow:none !important}
.btn-success:focus{
  outline: none !important;
}
.bonus-terms{
color: #fff;
font-size: 12px;
letter-spacing: .5px;
}

.offer-form{
margin: 0 auto;
padding:15px 20px;
width: 100%;
border-radius: 10px;
background-color:rgb(39,38,96,0.7);
/*background-image: url('../../img/home-shape.png');*/
z-index: 222;
position: relative;
}

/*.offer-form:after{
left:-1px;
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;
padding-top: 8px;
font-weight: 600;
}

/*.offer-form input{
padding: 10px;
width: 100%;
height:38px;
font-size: 13px;
border: 1px solid #fff !important;
}
*/
/*.offer-form input:focus{
box-shadow: none;
}*/

.offer-form .form-check-input{
width: auto;
height: auto;
top:9px;
}
/*select {-webkit-appearance:none;}*/
/*.offer-form select{
height:38px;
font-size:13px;
padding: 0.25rem 0.4rem;
border: 1px solid #aaaaaa !important;
}*/

.sm-plu-list {
color: #272660;
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;
}

.offer-form .invalid-feedback{color:#fff;}

/* Mark input boxes that get errors during validation: */
.offer-form input.invalid {
background-color: #f7f7f7;
}

.text-underline:hover{
text-decoration:underline;
}

.small-text{
font-size: 12px;
color: #fff;
line-height: 1.2;
}

.offer-form button{
border: none;
padding: 8px 20px;
font-size: 16px;
font-weight:bold;
cursor: pointer;
width: 100%;
color: #fff;
background-color:#fbaf17;
border-color:#fbaf17; 
border-radius: 0px;    
}
.offer-form button:hover{
color: #fff;    
}
.custom-text{
color: #000;
font-weight: 400;
font-size: 14px;
}

.custom-box-img {
position: relative;
}
.zoom-effect-images {
position: relative;
margin: 0 auto;
overflow: hidden;
background: transparent;
}

.zoom-effect-images img {
opacity: 1;
-webkit-transition: 0.4s ease;
transition: 0.4s ease;
width: 100%;
height: 220px;
object-fit: cover;
}

.zoom-effect-images:hover img {
-webkit-transform: scale(1.08);
transform: scale(1.08);
}

.view-title {
-webkit-font-smoothing: antialiased !important;
text-align: left;
position: absolute;
bottom: 0px;
padding:10px;
width: 100%;
font-size: 18px;
text-shadow: 1px 1px 2px #000;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}

.view-title .entry-text {
-webkit-font-smoothing: antialiased !important;
font-weight: 500;
color: #fff;
font-size: 18px;
line-height: 1.2;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}


.signin .form-check-label {
margin-bottom: 0;
font-size: 12px;
line-height: 1.3;
}
.signin .form-group{position:relative;}
.signin .form-control:focus {
color: #272660;
background-color: #fff;
border-color: #272660;
outline: 0;
box-shadow: none;
}
.signin{
width: 400px;
background-color: #fff;
margin: 150px auto;
border-radius: 11px;
padding: 40px 30px;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.top-header h3 {
text-align: center;
color: #272660;
}
.top-header p {
color: #000;
font-size: 14px;
text-align: center;
margin-top: 5px;
}
.user input,
.pass input {
width: 100%;
border: none;
border: 1px solid #e6e6e6;
border-radius: 6px;
outline: none;
padding: 0 40px;
}
::placeholder {
color: #9ca5b4;
font-size: 12px;
}
.user i,
.pass i {
position: absolute;
top: 18px;
left: 15px;
color: #272660;
}
p.last {
text-align: center;
position: relative;
font-size: 14px;
font-weight:500;
color:#272660;
}
p.last a{color:#272660;}


.context {
width: 100%;
position: absolute;
top:50vh;

}

.context h1{
text-align: center;
color: #fff;
font-size: 50px;
}


.area{
background: #4e54c8;
background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
width: 100%;
height:100vh;


}

.circles{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}

.circles li{
position: absolute;
display: block;
list-style: none;
width: 20px;
height: 20px;
background: rgba(255, 255, 255, 0.2);
animation: animate 25s linear infinite;
bottom: -150px;

}

.circles li:nth-child(1){
left: 25%;
width: 80px;
height: 80px;
animation-delay: 0s;
}


.circles li:nth-child(2){
left: 10%;
width: 20px;
height: 20px;
animation-delay: 2s;
animation-duration: 12s;
}

.circles li:nth-child(3){
left: 70%;
width: 20px;
height: 20px;
animation-delay: 4s;
}

.circles li:nth-child(4){
left: 40%;
width: 60px;
height: 60px;
animation-delay: 0s;
animation-duration: 18s;
}

.circles li:nth-child(5){
left: 65%;
width: 20px;
height: 20px;
animation-delay: 0s;
}

.circles li:nth-child(6){
left: 75%;
width: 110px;
height: 110px;
animation-delay: 3s;
}

.circles li:nth-child(7){
left: 35%;
width: 150px;
height: 150px;
animation-delay: 7s;
}

.circles li:nth-child(8){
left: 50%;
width: 25px;
height: 25px;
animation-delay: 15s;
animation-duration: 45s;
}

.circles li:nth-child(9){
left: 20%;
width: 15px;
height: 15px;
animation-delay: 2s;
animation-duration: 35s;
}

.circles li:nth-child(10){
left: 85%;
width: 150px;
height: 150px;
animation-delay: 0s;
animation-duration: 11s;
}



@keyframes animate {

0%{
transform: translateY(0) rotate(0deg);
opacity: 1;
border-radius: 0;
}

100%{
transform: translateY(-1000px) rotate(720deg);
opacity: 0;
border-radius: 50%;
}

}



footer .footer-sec{
padding: 25px 0 25px 0;
background-color: #1b2c58;
}

.footer-heading{
text-transform: capitalize;
color: #fff;
font-size: 18px;
font-weight:600;
line-height: 1.5;
margin-bottom: 8px;
}

footer .footer-useful-links ul li{
list-style: none;
margin-bottom: 5px;
}

footer .footer-useful-links ul li a{
color: #fff;
font-size: 14px;
line-height: 1.3;
}

footer .main-icons .lni{
font-size: 18px;
color: #3e4245;
margin-right: 2px;
}

footer .copyright-text{
font-size: 16px;
font-weight: 400;
color: #fff;
}

footer .address{
color: #3e4245;
font-size: 16px;
line-height: 1.4;
}

footer .copyright-text a{color: #fff;}

.social-icons li .lni{
font-size: 16px;
text-align: center;
text-decoration: none;
background-color: #1b2c58;
color: #fff;
line-height: 26px;
width: 28px;
height: 28px;
border-radius: 2px;
border: 1px solid #1b2c58;
margin-right: 5px;
}

footer .copyright{
border-top: 1px solid #3e4245;
background-color: #1b2c58;
}

.newsletter-btn{
background-color: #fbaf17;
border: 1px solid #fbaf17;
color: #000;
padding: 0 15px;
font-size: 16px;
font-weight: 500;
}

.newsletter-btn:hover{
color: #000;
}

footer .footer-useful-links .form-control{
font-size: 15px;
}



/*slider*/
.ip-review .owl-dots {
display: none;
}

.ip-review .owl-nav button{
position: absolute;
top: 50%;
margin: 0px !important;
transform: translateY(-50%);
border-radius: 0px !important;
}

.ip-review .owl-nav button:hover{
transition: .4s;
background: transparent !important;
border-radius: 0px !important;
}

.ip-review .owl-nav button span {
display: none;
}
.ip-review .owl-nav button:focus {
outline: none;
}

.ip-review .owl-nav button.owl-prev {
left: 0;
}
.ip-review .owl-nav button.owl-next {
right: 0;
}

.ip-review .owl-nav button.owl-prev{
font-size: 18px;
color: #000 !important;
font-weight: 500;
position: absolute;
left: -35px;
}

.ip-review .owl-nav button.owl-next{
font-size: 18px;
color: #000 !important;
font-weight: 500;
position: absolute;
right: -35px;
}

.ip-review .owl-nav button.owl-prev .fa{
color: #7e7e7e;
font-size: 25px;    
/*border: 1px solid #7e7e7e;
border-radius: 50px;*/
padding: 1px 7px 2px;
    
}

.ip-review .owl-nav button.owl-next .fa{
color: #7e7e7e;
font-size: 25px;    
/*border: 1px solid #7e7e7e;
border-radius: 50px;*/
padding: 1px 7px 2px;
}


.ip-review .review-box{
height: 165px;
padding: 12px;
background-color: #f8f9fa;
border-radius: 2px;
box-shadow: 0 1px 0 0 rgb(182 196 210 / 40%);
}

.review-title{
color: #1f2936;
font-size: 13px;
font-weight: 700;
line-height:1.2;    
margin: 0 0 6px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp:2;    
-webkit-box-orient: vertical;
margin-top:10px;    
}

.review-text{
color: #191919;
font-size: 13px;
line-height:1.2;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient: vertical;
}

.ip-review .review-box .light-star .fa{
background-color: #73cf11;
color: #fff;
padding: 2px 4px;
font-size: 11px;
}

.ip-review .review-box .light-star .fa:last-child{
background-color: #dcdce6;
}

.ip-review .review-box .star .fa{
background-color: #00b67a;
color: #fff;
padding:4px 4px;
font-size: 11px;
line-height: 10px;
}

.time-text{
color: rgba(25,25,25,0.6);
font-size: 10px;
line-height: 14px;
position: absolute;
right: 7px;
text-align: right;
top: 20px;
}

.author-text{
bottom:3px;
color: rgb(39 29 29 / 60%);
font-size: 13px;
left: 16px;
position: absolute;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
white-space: nowrap;
width: calc(100% - 30px);
z-index: 2;
}

.rated-text{
color: #000;
font-size: 14px;
}

.text-black{
color: #000 !important;
}

.text-underline{
text-decoration: underline !important;
}
.pilot-logo{max-height:37px;}

.tp-widget div{
display: inline-block;
vertical-align: middle;
font-size: 14px;
font-weight: 500;
margin: 14px 6px 8px 0;
}

.tp-widget .trustscore {
font-size: 16px;
color:#000;
}

.tp-widget .star .fa{
background-color: #00b67a;
color: #fff;
padding:4px 4px;
font-size: 11px;
line-height: 10px;
}


/*--modal css start here----------------------*/
.ip-modal1{
background-color: rgba(0,0,0,.94)!important;
}
.ip-modal1 .modal-body{
background-color: #fff;
}

.ip-modal-text{
font-size: 28px;
color: #000;
line-height: 1.3;
font-weight: 600;
}

.ip-cashback-content{
font-size: 18px;
color: #fff;
line-height: 1.5;
}

.ip-modal1 .modal-header{
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}

.ip-modal1 .modal-content{
border-radius: 8px;
border:none;
}
.pre-lander .modal-content{
height:400px;
overflow:hidden;
}
.ip-modal1 .modal-footer{
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}

.ip-modal1 .custom-modal-box{
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}

.arrow-down{
width: 42px;
height: 52px;
background: url('../../img/arrow.png') no-repeat 100% 100%!important;
float: left;
margin: -6px 0 0 45px;
-webkit-transform: initial;
transform: none;
}

.arrow-down1{
position: absolute;
width: 42px;
height: 52px;
background: url('../../img/arrow.png') no-repeat 100% 100%!important;
float: left;
margin: -6px 0 0 45px;
-webkit-transform: initial;
transform: none;
}

.font-weight-600{
font-weight: 600 !important;
}

.bg-pink{
background-color: #ee4867;
}
/*--modal css end here----------------------*/

.custom-content {
min-height: calc(100vh - 125px);
}

/*--coupon modal css start here-----------------------------*/
#step1{
text-align: center;
}

#step2{
text-align: center;
}

#step3{
text-align: center;
}

.ip-step-text{
margin-top:10px;
margin-bottom:10px;
}

.pre-lander .cash-back-text{
margin: 30px 0;
font-size: 21px;
color: #03161f;
text-align: center;
line-height: 27px;
}

.pre-lander strong{
font-weight: 700;
}

.pre-lander sup{
top: -0.5em;
}

.pre-lander .box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height:100%;
overflow:hidden;
}

.sp-pre-anim-logo-panel{
border-radius: 60%;
background: #fff;
padding: 0;
text-align: center;
}

.sp-ani-coin-panel{
margin-top: 40px;
margin-bottom: 40px;
}

.sp-ani-circle-loading{
border: 0.01em solid hsla(0,0%,59%,.1);
border-radius: 50%;
font-size: 100px;
height: 1.7em;
width: 1.7em;
list-style: outside none none;
margin: 0 auto;
position: relative;
top: 35%;
z-index: 2147483647;
}

.sp-ani-circle-loading li{
border-radius: 50%;
height: 0.2em;
position: absolute;
width: 0.2em;
}

.sp-ani-circle-loading li:first-child{
-webkit-animation: 1.13s linear 0s normal none infinite running rota-data-v-0c63b68e,3.67s ease-in-out 0s alternate none infinite running opa-data-v-0c63b68e;
animation: 1.13s linear 0s normal none infinite running rota-data-v-0c63b68e,3.67s ease-in-out 0s alternate none infinite running opa-data-v-0c63b68e;
-webkit-animation-duration: 1.13s!important;
animation-duration: 1.13s!important;
background: #2f6271 none repeat scroll 0 0;
left: 67%;
margin: 0 0 0 -0.8em;
top: 0;
-webkit-transform-origin: 250% 352%;
transform-origin: 250% 352%;
}

.sp-ani-circle-loading li:nth-child(2){
-webkit-animation: 1.86s linear 0s normal none infinite running rota-data-v-0c63b68e,4.29s ease-in-out 0s alternate none infinite running opa-data-v-0c63b68e;
animation: 1.86s linear 0s normal none infinite running rota-data-v-0c63b68e,4.29s ease-in-out 0s alternate none infinite running opa-data-v-0c63b68e;
-webkit-animation-duration: 1.86s!important;
animation-duration: 1.86s!important;
background: #ff8071 none repeat scroll 0 0;
margin: 0.9em 0 0;
right: 76%;
top: -60%;
-webkit-transform-origin: 300% 330% 0;
transform-origin: 300% 330% 0;
}

.sp-ani-circle-loading li:nth-child(3){
-webkit-animation: 1.45s linear 0s normal none infinite running rota-data-v-0c63b68e,5.12s ease-in-out 0s alternate none infinite running opa-data-v-0c63b68e;
animation: 1.45s linear 0s normal none infinite running rota-data-v-0c63b68e,5.12s ease-in-out 0s alternate none infinite running opa-data-v-0c63b68e;
-webkit-animation-duration: 1.45s!important;
animation-duration: 1.45s!important;
background: #ffc955 none repeat scroll 0 0;
bottom: 76%;
left: 52%;
margin: 0 0 0 -0.8em;
-webkit-transform-origin: 380% 270%;
transform-origin: 380% 270%;
}

.sp-anim-number-loading{
margin: 0 auto;
}

.sp-ani-loading-bar, .sp-anim-number-loading{
height: 200px;
position: relative;
width: 200px;
border-radius: 100%;
}

.sp-ani-loading-bar{
  border: 5px solid transparent;
  border-color: #2f6271;
  -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
  -moz-transform-origin: 50% 50%;
  -o-animation: rotate-loading 1.5s linear 0s infinite normal;
  -o-transform-origin: 50% 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-animation-duration: 1.5s!important;
  animation-duration: 1.5s!important;
  transform-origin: 50% 50%;
}


#sp-count-before-load{
font-size: 20px;
color: rgb(51, 51, 51);
font-weight: 600;
}

#sp-count-before-load span{
font-size:20px;
color: rgb(51, 51, 51);


}

#sp-count-after-load{
font-size:18px;
color: rgb(51, 51, 51);
font-weight: 600;
text-align:center;    
}

#sp-count-after-load span{
font-size: 20px;
color: rgb(51, 51, 51);
}

#sp-ani-number-active{
border: 3px dotted #2f6271;
padding: 14px 40px;
border-radius: 60px;
color: #2f6271;
background: #ddd;
font-size:20px;
}

.dollar-icon{
width: 100%;
margin-top: 0px;
margin-left: 0px;
}

.ip-eligible-text{
font-size: 22px;
color: #2f6271;
font-weight: bold;
margin-bottom: 20px;
text-align: center;
}

.ip-new-cashback{
color: rgb(0, 0, 0);
font-size: 36px;
font-weight: 700;
margin-bottom: 16px;
}

.ip-new-cashback span{
color:#f45d6b;
}

.ip-new-cashback a{
text-decoration: underline;
}

.ip-subject-text{
color:  #2f6271;
font-size: 16px;
margin-bottom: 20px;
}

.ip-subject-text sup{
font-size: 16px;
top: -4.5px;
}

.ip-subject-text a{
color: #6d6fd5;
text-decoration: underline;
}

.register-box{
margin-top: 20px;
margin-bottom: 20px;
}

.register-box p{
font-size: 20px;
color: rgb(51, 51, 51);
font-weight: 600;
}

.register-box p span{
font-size: 22px;
color: rgb(51, 51, 51);
}

.custom-logo-img{width:130px}

@keyframes rotate-loading {
  0% {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -moz-transform: rotate(0)
  }
  to {
    transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    -moz-transform: rotate(1turn)
  }
}
@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -moz-transform: rotate(0)
  }
  to {
    transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    -moz-transform: rotate(1turn)
  }
}
/*--coupon modal css end here-----------------------------------*/
@media screen and (min-width: 320px) and (max-width: 767px){
.ip-modal-text{font-size: 18px;}
.ip-new-cashback{font-size: 26px;}
.ip-eligible-text{font-size: 18px}
#sp-count-before-load span{font-size: 18px;}


.ip-review .owl-nav button.owl-next{right: -20px;font-size: 16px;;}
.ip-review .owl-nav button.owl-prev{left: -20px;font-size: 16px;}
.ip-review .owl-nav button.owl-next .fa{padding: 3px 8px 4px;}
.ip-review .owl-nav button.owl-prev .fa{padding: 3px 8px 4px;}
.ip-review .review-box .star .fa{padding: 2px 2px;font-size: 9px;}
.time-text{padding: 2px 2px;font-size: 10px;}
.rated-text{font-size: 12px;}
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.ip-review .owl-nav button.owl-next{right: -20px;}
.ip-review .owl-nav button.owl-prev{left: -20px;}
}

@media screen and (min-width: 992px) and (max-width: 1199px){
.ip-review .review-box .star .fa{padding: 2px 2px;font-size: 9px;}
.time-text{padding: 2px 2px;font-size: 10px;}
}

@media screen and (min-width: 1024px) and (max-width: 1365px){
.ip-review .owl-nav button.owl-next{right: -20px;}
.ip-review .owl-nav button.owl-prev{left: -20px;}
}
@media only screen and (max-width:414px){
  .benefits{display: block;text-align: center;}
  .benefits .benefits-list{width:100%;}
  .benefits-border{
    border-left: 0;
    border-right: 0;
  }
}

.error {
color:#272660;
text-align: center;
animation: fadein 1.2s ease-in;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 100%;
}
.error > .code {
font-size: 10.5em;
text-shadow:  0 6px 1px rgba(0,0,0,0.0980392) , 0 0 5px rgba(0,0,0,0.0980392) , 0 1px 3px rgba(0,0,0,0.298039) , 0 3px 5px rgba(0,0,0,0.2) , 0 5px 10px rgba(0,0,0,0.247059) , 0 10px 10px rgba(0,0,0,0.2) , 0 20px 20px rgba(0,0,0,0.14902) ;
margin: 0;
}
.error > .desc {
text-shadow: 0px 3px 5px rgba(0,0,0,0.5), 0px 6px 20px rgba(0,0,0,0.3);
font-weight: 400;
}
@keyframes fadein {
0% {
margin-top: -50px;
opacity: 0;
}
50% {
opacity: 0.5;
}
100% {
opacity: 1;
}
}

/*--dropdown header css start----------------*/
.btn-login{
background-color: #fbaf17;
padding: 10px 15px;
font-weight: 700;
border: 1px solid #fbaf17;
font-size: 16px;
letter-spacing: 0.5px;
transition: 0.3s;
display: flex;
justify-content: center;
align-items: center;
}

.user-text{
width: 100px;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.dropdown-item{
font-size: 14px;
color: #212529;
padding: 6px 12px;
}

.dropdown-item .fa{
font-size: 14px;
}

.dropdown-item.active, .dropdown-item:active {
color: #16181b;
text-decoration: none;
background-color: #e9ecef;
}
/*--dropdown header css end------------------*/

/*--admin page css start-----------------------*/
.admin_area{
background-color: #fff;
padding: 18px 24px 23px;
box-shadow: 0 0 18px rgb(0 0 0 / 10%);
border-radius: 6px;
line-height: 1.7;
}
.admin_area .nav-link{color:#272660;}

#admin-info li {
cursor: pointer;
}

.current {
border-bottom: 2px solid #fbaf17;
}

/*.form-control{
height:38px;
font-size:13px;       
}
*/
.btn-save{
background-color: #fbaf17;
border: 1px solid #fbaf17;
box-shadow: none;
font-size: 18px;
font-weight: 500;
}

.btn-cancel{
background-color: transparent;
border: 1px solid #fbaf17;
box-shadow: none;
font-size: 18px;
font-weight: 500;
}

.change-btn a{
font-size: 18px;
font-weight: 500;
color: #36382E;
cursor: pointer;
}

.name-label label:first-child{
color: #7C7B7D;
margin-bottom: 0px;
font-size: 14px;
}

.name-label label:last-child{
color: #333;
margin-bottom: 0px;
font-size: 16px;
font-weight: 500;
}

.details_name{
font-size: 20px;
font-weight: 700;
color: #272660;
}

.text-black{
color: #000 !important;
}

.ht-auto{height:auto !important;}
.ht-168{height:168px;}
.gen{
font-size:22px;
font-weight:bold;
color:#D01348;     
height: 40px;
text-align:center;   
text-transform:capitalize;    
}

.offer-text{
font-size:22px;
font-weight:bold;
color:#D01348;     
height: 40px;
text-align:center;    
text-transform:capitalize;
}

.offer-code{
font-size: 28px;
font-weight: bold;
color: #272660;
text-align: center;
height: 40px;
border: 2px dotted #272660;
padding: 8px 10px 4px 10px;
cursor: none;
background: #ffe9e9;  
text-transform:capitalize;    
}

.spin {
font-size: 28px;
font-weight:bold;
color: #272660; 
text-align:center;   
height:40px;       
}
.spin:after{
font-weight: bold;    
border: 2px dotted #272660;
padding: 4px 10px 4px 10px; 
height: 40px;    
content:"";
-webkit-animation: spin 2s linear infinite;
-moz-animation: spin 2s linear infinite;
-o-animation: spin 2s linear infinite;
-ms-transition: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
@keyframes spin {
  0% { content:"JLNEW11C";Â }
  10% { content:"JLNEW13C";Â }
  20% { content:"JLNEW14C";Â }
  30% { content:"JLNEW15C";Â }
  40% { content:"JLNEW16C";Â }
  50% { content:"JLNEW17C"; }
  60% { content:"JLNEW18C"; }
  70% { content:"JLNEW19C"; }
  80% { content:"JLNEW20C"; }
  90% { content:"JLNEW21C"; }   
  100% {opacity: 0;}
    
}

/*--desktop table css start here------------------------*/
.plan{
box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
background: #fff;
text-align: center;
}
.plan .head{
border-top-left-radius: 0px;
border-top-right-radius: 0px;
padding: 12px 16px;
background: #fbaf17;
color: #000;
height:84px;  
}

.plan .head h2{
font-size: 20px;
font-weight: 700;
letter-spacing: -.5px;
margin-bottom: 4px;
color: #fff;
}

.plan .head h4{
font-size: 18px;
font-weight: 700;
color: #fff;
}

.plan ul{
list-style-type: none;
}

.plan ul li{
font-size: 16px;
border-bottom: 1px solid #e8e8e8;
line-height: 2.2;
padding: 5px 7px;
letter-spacing: -0.5px;
}
.plan ul li a{
text-decoration: underline;
color: #e6e9ed;
}
.plan ul li:last-child{
border-bottom: none;
}

.plan i{
font-size: 18px;
}

.plan.recommended{
box-shadow: 1px 8px 22px rgb(0 0 0 / 65%);
position: relative;
z-index: 99;
transform: scale(1.1);
background-color: #1b2c58 !important;
}

.plan.recommended ul li{
background-color: #1b2c58 !important;
line-height:2.05;    
}

.plan.recommended .head {
color: #fff !important;
background: #1b2c58;
}


.plan li:nth-child(odd) {
 background-color: #e8eeff;
}

.plan li:nth-child(even) {
background-color: #fff;
}



/*--mobile table css start here--------------------------*/
.pricing-tables-03 .main{
box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
width: 100%;
margin: 0 auto;
}

.pricing-tables-03 .price-table{
width: 100%;
border-collapse: collapse;
border: 0 none;
}

.pricing-tables-03 .price-table tr{
border-bottom: 1px solid #c9c7c780;
}

.pricing-tables-03 .price-table tr td{
border-left: 1px solid rgba(0, 0, 0, 0.05);
padding: 8px 10px;
font-size: 16px;
font-weight: 700;
letter-spacing: -0.5px;
}
.pricing-tables-03 .price-table tr td:first-child{
border-left: 0 none;
}

.pricing-tables-03 .price-table tr td:not(:first-child){
text-align: center;
}

.pricing-tables-03 .price-table tr:nth-child(even){
background-color: #e8eeff;
}


.pricing-tables-03 .price-table tr:nth-child(2n) td:nth-child(3){
background-color: rgba(216, 214, 227, 0.25);
}

.pricing-tables-03 .price-table tr td:nth-child(3){
background-color: rgba(216, 214, 227, 0.15);
}

.pricing-tables-03 .price-table tr td:nth-child(3) .fa-check,
.price-table tr:nth-child(2n) td:nth-child(3) .fa-check{
}

.pricing-tables-03 .price-table tr.price-table-head td{
font-size: 18px;
font-weight: 600;
text-transform: capitalize;
padding: 8px 10px;
border-bottom: 1px solid #fff;
min-width: 170px;
}

.pricing-tables-03 .price-table tr.price-table-head{
background-color: #fbaf17;
color: #fff;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pricing-tables-03 .price-table td:first-child{
position: sticky;
left: 0;
background-color: #fff;
}


.border-bottom-custom{
border-bottom: 1px solid rgb(255 255 255 / 76%) !important;
}

.bg-light-blue{
background-color: #e8eeff !important;
}
/*--table 3 css end here--------------------------*/

.lc_table .table thead th{
vertical-align: middle;
border-bottom: 1px solid #dee2e6;
border-bottom-width: 1px;
font-size: 18px;
font-weight: 600;
line-height: 1.4;
color: #000;
text-align: center;
}

.lc_table .table tr td:first-child{
color: #000;
font-weight: 600;
vertical-align: middle;
}

.lc_table .table tr td{
font-size: 18px;
line-height: 1.5;
text-align: center;
vertical-align: middle;
}

.lc_table i{
font-size: 18px;
}

.stores-logo-wall{
display: flex;
flex-flow: row wrap;
min-width: 0;
}

.stores-logo-wall .logo{
height: 125px;
width: 125px;
border-radius: 100%;
margin:0.8em 0.8em 0.8em 0.8em;
overflow: hidden;
background:#f3f3f3;
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);    
}
.stores-logo img{height:125px;}


/*.main-box {
left: 0px;
top: 0px;
width: 315px;
height: 180px;
position: relative;
background-color: #d8d8f2;
}

.adt-box{
left: 18px;
top: 15px;
width: 310px;
position: absolute;
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.adt-title{
font-size: 18px;
}*/

@media screen and (min-width: 320px) and (max-width: 374px){
.cashback-row:before{width:50% !important;}
.cashback-category-title p{font-size:14px;}
/*.sec-title h2{line-height:12px;}*/
.signin{width:auto;}
.offer-text{font-size:20px;}    
}

@media screen and (min-width: 320px) and (max-width: 767px){
.navbar-expand-lg .logo {width:128px !important;}
.items-border-bottom{border:none;}
.sec-title h1{font-size: 20px;}
/*.sec-title h2 {font-size: 17px;}*/
.sec-title h3{font-size: 16px;}
.sec-title h4{font-size: 15px;}
.bg-install .title {font-size: 20px;}
.custom-solution-box .box-title {font-size:24px;}
.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;}
.cashback-category-title p{font-size:14px;}
.offer-panel{width: 100%;transform: none;box-shadow: none;padding: 36px 10px 20px 10px;}
/*.offer-imgs{width: 50%;margin: 0 auto;display: block;position: relative;right: 0;left: 0;}*/
.signin{width:auto;}
.cashback-row:before{width:60%;}
.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:1px;}    
    
.ip-modal-text{font-size: 18px;}
.ip-new-cashback{font-size: 26px;}
.ip-eligible-text{font-size: 18px}
#sp-count-before-load span{font-size: 18px;}
.price-title{font-size:18px;}
.offer-price{font-size:18px;}
.ip-review .owl-nav button.owl-next{right: -20px;font-size: 16px;;}
.ip-review .owl-nav button.owl-prev{left: -20px;font-size: 16px;}
.ip-review .owl-nav button.owl-next .fa{padding: 3px 8px 4px;}
.ip-review .owl-nav button.owl-prev .fa{padding: 3px 8px 4px;}
.ip-review .review-box .star .fa{padding: 2px 2px;font-size: 9px;}
.time-text{padding: 2px 2px;font-size: 10px;}
.rated-text{font-size: 12px;}
.border-right-1 {border-right: none;}
.border-left-1 {border-left: none;}
.border-bottom-1 {border-bottom: none;}
.btn-login {padding: 8px 10px;font-size: 12px;}
.change-btn a{font-size: 14px;}   
.price-title{font-size:17px;line-height:1.3}   
.ht-168{height:auto;}  
.lc_table .table thead th{font-size: 12px;}
.lc_table .table tr td{font-size: 12px;}
.lc_table i{font-size: 12px;} 
.plan.recommended{transform: none;}  

.pricing-tables-03 .price-table tr{border-bottom: none;}
.pricing-tables-03 .price-table tr.price-table-head td{font-size: 16px;}
.pricing-tables-03 .price-table tr td{font-size: 14px;padding: 5px 10px;}  

.stores-logo-wall .logo {width:80px;height:80px;margin: 0.5em 1.2em 0.7em 1.2em;}
/*.sec-box img{height: auto;} 
.main-box{width: 100%;height: 192px;margin-bottom: 20px;}
.adt-box{width: 100%;height: 230px;left: 10px;top: 10px;}
.main-box-title{left: -20px;top: 10px;}*/
.offer-text{font-size:20px;}   
.offer-form .form-check-input{top:2px;}
.cc-logo{width:140px;}    
}



@media screen and (min-width: 820px) and (max-width: 1180px){
.stores-logo-wall .logo{margin: 0.5em 0.9em 0.7em 1.9em;} 
}

@media screen and (min-width: 768px) and (max-width: 1024px){ 
.ip-review .owl-nav button.owl-next{right: -20px;}
.ip-review .owl-nav button.owl-prev{left: -20px;} 
.offer-panel{width: 100%;transform: none;box-shadow: none;padding:36px 20px 20px 20px;}
.cashback-category{display: flex;flex-wrap: wrap;}
.cashback-category-title h1{font-size: 28px;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;}    
.lc_table .table thead th{font-size: 12px;}
.lc_table .table tr td{font-size: 12px;}
.lc_table i{font-size: 12px;}        
.plan .head h2{font-size:14px;}    
.plan .head h4{font-size:14px;;}     
.plan .head{height:84px}
.plan.recommended ul li{line-height:1.03;}    
.plan ul li{font-size: 10px;line-height: 1.2;letter-spacing: -.6px;padding: 5px 3px;} 
.pricing-tables-03 .price-table tr.price-table-head td{min-width: 190px;}
.stores-logo-wall .logo{margin: 0.5em 1.3em 0.7em 1.3em;} 

/*.main-box{width: 210px;height: 117px;margin-bottom: 0px;}
.adt-box{left: 10px;top: 10px;width: 210px;height: 120px;}
.main-box-title{left: -18px;top: 8px;padding: 5px 7px;}
.adt-title{font-size: 15px}*/
}

@media screen and (min-width: 992px) and (max-width: 1199px){
.ip-review .review-box .star .fa{padding: 2px 2px;font-size: 9px;}
.time-text{padding: 2px 2px;font-size: 10px;}
.price-title{font-size:20px;}         
.plan .head h2{font-size:16px;}    
.plan .head h4{font-size:16px;word-break:break-word;}    
}

@media screen and (min-width: 768px) and (max-width: 1199px){
.sec-title h2{font-size: 19px;}  
}

/*@media only screen and (min-width:820px) and (max-width:1180px){
.plan ul li{font-size:9px;letter-spacing: -.5px;}
.cashback-category-title h1{font-size: 28px;}    
}*/
@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:60%;}    
}

@media only screen and (min-width:1024px) and (max-width:1200px){
.offer-panel{width:100%;}
.plan.recommended ul li{line-height:2.03;}     
.plan ul li{font-size: 14px;letter-spacing: -.6px;padding: 5px 3px;}     
 }  


@media screen and (min-width: 1024px) and (max-width: 1365px){
.ip-review .owl-nav button.owl-next{right: -20px;}
.ip-review .owl-nav button.owl-prev{left: -20px;}
.cashback-row:before{width:60%;}
button.close{top: 16px;}  
.main-box{width: 280px;height: 156px;}  
.adt-box{width: 280px;}
}


/*@media only screen and (min-width:320px) and (max-width:1199px){
.plan.recommended{transform: none;}
}
*/

/*@media (min-width:1024px) and (max-width:1365px){
.cashback-row:before{width:60%;}
button.close{top: 16px;}
}*/


/*.loader {
   width:50px;
   height:50px;
   display:inline-block;
   padding:0px;
   opacity:0.5;
   border:3px solid #09acfd;
   -webkit-animation: loader 1s ease-in-out infinite alternate;
   animation: loader 1s ease-in-out infinite alternate;
}

.loader:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 3px solid #09acfd;
}

.loader:after {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 3px solid #09acfd;
}

@keyframes loader {
   from {transform: rotate(0deg) scale(1,1);border-radius:0px;}
   to {transform: rotate(360deg) scale(0, 0);border-radius:50px;}
}
@-webkit-keyframes loader {
   from {-webkit-transform: rotate(0deg) scale(1, 1);border-radius:0px;}
   to {-webkit-transform: rotate(360deg) scale(0,0 );border-radius:50px;}
}

.loader1 {
   display:inline-block;
   font-size:0px;
   padding:0px;
}
.loader1 span {
   vertical-align:middle;
   border-radius:100%;
   
   display:inline-block;
   width:10px;
   height:10px;
   margin:3px 2px;
   -webkit-animation:loader1 0.8s linear infinite alternate;
   animation:loader1 0.8s linear infinite alternate;
}
.loader1 span:nth-child(1) {
   -webkit-animation-delay:-1s;
   animation-delay:-1s;
  background:rgba(245, 103, 115,0.6);
}
.loader1 span:nth-child(2) {
   -webkit-animation-delay:-0.8s;
   animation-delay:-0.8s;
  background:rgba(245, 103, 115,0.8);
}
.loader1 span:nth-child(3) {
   -webkit-animation-delay:-0.26666s;
   animation-delay:-0.26666s;
  background:rgba(245, 103, 115,1);
}
.loader1 span:nth-child(4) {
   -webkit-animation-delay:-0.8s;
   animation-delay:-0.8s;
  background:rgba(245, 103, 115,0.8);
  
}
.loader1 span:nth-child(5) {
   -webkit-animation-delay:-1s;
   animation-delay:-1s;
  background:rgba(245, 103, 115,0.4);
}

@keyframes loader1 {
   from {transform: scale(0, 0);}
   to {transform: scale(1, 1);}
}
@-webkit-keyframes loader1 {
   from {-webkit-transform: scale(0, 0);}
   to {-webkit-transform: scale(1, 1);}
}

.visibility-hidden{
visibility: hidden !important;
}


*/
/*--table 2 css end here--------------------------*/

.box{
height:20px;
width:20px;
border:none;
position: relative;
margin:0 auto;
}
.load1{
height:10px;
width:10px;
background-color:#e94445;
border-radius: 50%;
animation:load1 1s normal infinite;
}
.load2{
height:10px;
width:10px;
background-color:#33bec0;
border-radius: 50%;
position: absolute;
top:0;
left:80%;
animation:load2 1s normal infinite;
}
.load3{
height:10px;
width:10px;
background-color:#34974e;
border-radius: 50%;
position: absolute;
top:80%;
left:80%;
animation:load3 1s normal infinite;
}
.load4{
height:10px;
width:10px;
background-color: #706cb2;
border-radius: 50%;
position: absolute;
top:80%;
left:0%;
animation:load4 1s normal infinite;
}
@keyframes load1{
0%{
position: absolute;
top:0;
left:0%;
/*        filter:hue-rotate(180deg); */
}
25%{
position: absolute;
top:0%;
left:80%;
/*        filter:hue-rotate(90deg); */
}
50%{
position: absolute;
top:80%;
left:80%;
/*        filter:hue-rotate(360deg); */
}
100%{
position: absolute;
top:80%;
left:0%;
/*        filter:hue-rotate(270deg); */
}
}
@keyframes load2{
0%{
position: absolute;
top:0;
left:80%;
/*        filter:hue-rotate(360deg); */
}
25%{
position: absolute;
top:80%;
left:80%;
/*        filter:hue-rotate(90deg); */
}
50%{
position: absolute;
top:80%;
left:0%;
/*        filter:hue-rotate(270deg); */
}
100%{
position: absolute;
top:0%;
left:0%;
/*        filter:hue-rotate(180deg); */
}
}
@keyframes load3{
0%{
position: absolute;
top:80%;
left:80%;
/*        filter:hue-rotate(360deg); */
}
25%{
position: absolute;
top:80%;
left:0%;
/*        filter:hue-rotate(270deg); */
}
50%{
position: absolute;
top:0%;
left:0%;
/*        filter:hue-rotate(180deg); */
}
100%{
position: absolute;
top:0%;
left:80%;
/*        filter:hue-rotate(90deg); */
}
}
@keyframes load4{
0%{
position: absolute;
top:80%;
left:0%;
/*        filter:hue-rotate(90deg); */
}
25%{
position: absolute;
top:0%;
left:0%;
/*        filter:hue-rotate(180deg); */
}
50%{
position: absolute;
top:0%;
left:80%;
/*        filter:hue-rotate(270deg); */
}
100%{
position: absolute;
top:80%;
left:80%;
/*        filter:hue-rotate(360deg); */
}
}


/*######### support rtyle #########*/
    .webContent p{
    font-size:1.1rem;
    line-height:1.2;    
    }    
	.service-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);
	}
	.service-card-bg {
	padding: 20px;
	background-color: var(--grey-themes);
	border-radius: 5px;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	}
	.service-card-bg .info-box-thumb {
	width: 80px;
	height: 80px;
	min-height: 80px;
	min-width: 80px;
	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: #f3f3f3;
    border: 1px solid #fbaf17;    
	}

	.info-box-thumb {
	margin-right: 30px;
	width: 150px;
	}  

	.service-card-bg .info-box-thumb img {
	width: 50px;
	height: 50px;
	} 