@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;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: 'Poppins', sans-serif;
color: #5d646d;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding-top:7%;
}

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: 130px;
}

.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);
}

.main-bg-img {
margin-top: -101px;
/*z-index: 99999;*/
position: relative;
margin-left: 0px;
max-width: 670px;
}
.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;
-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: #252d6a;
font-size: 21px;
margin-bottom: 7px;
}

.info-box-content .info-box-text {
color: #252d6a;
font-size: 14px;
font-weight: 500;
}
.link-with-icon {
font-size: 17px;
font-weight: 500;
color: #e91e63;    
}

.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: #272660;
border: 1px solid #272660 !important;
font-weight: 500 !important;
padding:8px 10px!important;
margin-right:10px;
}

.btn-sm-white:hover{
background: #fff;
color: #272660;
border: 1px solid #272660 !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: #272660;
    color: #fff;
    font-weight: normal !important;
    border: 1px solid #272660 !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:10px 26px!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 #272660;
border-radius: 0px;
padding: 10px;
width: 100%;
}


.slider-content-title {
font-size:50px;
color:#252d6a;
line-height:49px;
font-weight: bold;
}

.sub-p {
font-size: 22px;
line-height: 30px;
color:#252d6a;
margin: 20px 0px;
}

.slider-svg-style {
margin-top: -100px;
/*margin-left: 140px;*/
width: 100%;
}

.slider-svg-style img{opacity:0.4;}
.heade-right-panel {
display: flex;
margin-top: -331px;
margin-left: 160px;
}
.icon-box {
margin-right: 30px;
margin-left:-7px;
}

.icon-box img{
width:68px;
}
.slide-right-p {
font-size: 27px;
color: #252d6a;
margin: 0;
}

.slide-right-h3 {
font-size: 37px;
color: #252d6a;
font-weight: bold;
}

.slide-right-p-1 {
font-size: 21px;
color: #252d6a;
margin-left: -95px;
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: #000;
}

.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: #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;
}

.sec-title h1{
color: #272660;
letter-spacing: .5px;
line-height: 1.3;
font-size: 38px;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 14px;
}


.sec-title h2{
color: #272660;
letter-spacing: .5px;
line-height: 30px;
font-size: 34px;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 14px;
}

.sec-title h3{
color:#272660 ;
font-size:32px;
font-weight: 700;
line-height: 1.2;
letter-spacing: .5px;
text-transform: capitalize;
}

.sec-title h4{
color:#272660 ;
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="#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);
}

.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/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;
}

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:26%;}   
.main-bg-img{margin-top:0px;}    
.navbar-expand-lg .logo {width:50px!important}
.navbar-brand{display: block;} 
.nav-item .font-size-14{font-size: 9px !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;}    
.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: 30px;margin-left:35px;}    
.sub-p {font-size: 18px;}    
.slide-right-p {font-size: 23px;}  
.slide-right-h3 {font-size: 26px;}  
.slide-right-p-1 {font-size: 16px;color: #252d6a;margin-left: -96px;margin-top: 56px;}
.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: 7px 3px!important;font-size: 9px;margin-left: 0px;}     
}


@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 (min-width:768px) and (max-width:1023px){
body{padding-top:15%;} 
.slider-content-title{font-size: 26px;line-height: 41px;font-weight: bold;}    
.main-bg-img{margin-top:-106px;}        
.slider-svg-style {margin-left:15px;}    
.sec-title h1{font-size: 28px;}
.heade-right-panel{margin-left:58px;} 
.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;}
}


@media (min-width:1024px) and (max-width:1365px){
.cashback-row:before{width: 86%;}
button.close{top: 16px;}
}
