@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');


/* General   */
body { font-family: "Nunito Sans", sans-serif;}
.segoeFont { font-family: 'Segoe UI', Regular;}
.headings {font-size: 45px;font-weight: 800;letter-spacing: .8  px;line-height: 50px;color:#1b1d1d; text-align: left;}
.colorORtxt {color:#C8E162;}
.colorBLtxt {color:#1b1d1d;}
.colorGRtxt {color:#6f7176;}
.colorRDtxt {color:#bb0002;}
.paraText {color:#333;font-size: 18px;font-weight: 400;font-family: 'Segoe UI', Regular;}
.myBTN {color: #000;background-color: #C8E162;border-color: #C8E162;border-radius: 4px; padding: 8px 25px;}
.myBTNB {color: #C8E162;background-color: transparent;border: 1px solid #C8E162;border-radius: 4px;padding: 8px 25px;}

.myBTN:hover, .myBTN:focus, .myBTN:active, .myBTN:not(:disabled):not(.disabled):active, .myBTN:not(:disabled):not(.disabled):active:focus {color: #000;border-color: #C8E162;background-color: #C8E162;outline:none;box-shadow: 0px 0px 4px #333;}
.myBTNB:hover, .myBTNB:focus, .myBTNB:active, .myBTNB:not(:disabled):not(.disabled):active, .myBTNB:not(:disabled):not(.disabled):active:focus {color: #000;border-color: #C8E162;background-color: #C8E162;outline:none;box-shadow: 0px 0px 4px #333;}

.sectionWrap {padding-top: 60px;padding-bottom: 60px;}
.width100 {width: 100%;}
.dBlock{display: block;}
.relative{position: relative;}
hr{border-top: 1px solid #D9D9D9;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.hght40{height:40px;}
.form-control:focus{box-shadow:none;}
/*.boderBtm{border-bottom:1px solid #D9D9D9;}*/
/* ---- NavBar ----  */
.logo_main {height:70px;}
.logo_main.smS {display:none;}
.mainHeader {background-color: transparent;position: sticky; top: 0;z-index: 9999;}
.mainHeader .navbar{background-color:#11393A;padding:0; box-shadow: 1px 1px 5px #666666;}
.mainHeader .navbar-nav .nav-link:hover{color:#C8E162;}
.mainHeader .navbar-nav .nav-link.active{color:#C8E162;}
.mainHeader .navbar-nav .nav-link {color: #fff;padding: 3px 20px}
.mainHeader .navbar-nav .nav-link.myBTN{color:#000;padding: 6px 20px;}
.mainHeader .navbar-nav .nav-link.myBTN:hover {color: #000;border-color: #C8E162;background-color: #C8E162;outline: none;box-shadow: 0px 0px 4px #333;}

/* ---- Banner-Section ----  */
.bannerWrap {background: url(../image/homeImg2/banner.jpg);background-repeat: no-repeat;background-size: cover;padding-top:80px; }
.bannerWrap .innvoTXT{background-color: #c8e1625e;padding: 6px 10px;border-radius: 4px;font-size: 12px;color:#C8E162;}
.bannerWrap .headings{color:#fff;font-weight:600;margin-top:15px;line-height: 60px;font-size: 50px;}
.bannerWrap .paraText{color:#FFFFFF;font-size:16px;font-weight:300;line-height: 20px;}
.bannerWrap .bannerTXT{margin-bottom:50px;}

/* ---- Welcome to Insightshop ----  */
.insightWrap .headings{color:#000;font-weight:600;margin-top:15px;line-height: 42px;font-size: 35px;}
.insightWrap .paraText{color:#707070;font-size:16px;line-height: 22px;}
.insightWrap .insightTXT{padding-left:40px;}
.insightWrap .bold{font-weight:600;}
.insightWrap .insightBox{max-height: 260px;overflow-y: auto;margin-top:10px;}
.insightWrap .btnBH{margin-top:30px;}
.insightBox::-webkit-scrollbar{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5;}
.insightBox::-webkit-scrollbar{width:4px;height:4px;background-color:#f5f5f5;border-radius:1px;}
.insightBox::-webkit-scrollbar-thumb{background-color:#9a9a9b!important;border-radius:1px;}



/* ---- Redeem Section ----  */
.redeemWrap{background: url(../image/homeImg2/redeemBanner.png);background-repeat: no-repeat; background-position: center;background-size: cover;padding-top: 50px;padding-bottom: 50px;}
.redeemWrap .headings{color:#fff;text-align:center;font-size:34px;font-weight:600;margin-bottom:10px;line-height:40px;}
.redeemWrap .paraText{color:#fff;text-align:center;font-size:16px;}
.redeemWrap .paymentBox{margin-top:40px;}

.redeemWrap .card-body{padding-right:30px;}
.redeemWrap .icon-wrapper img{width:65px;height:65px;transition:filter .3s ease;margin-bottom:10px;}
.redeemWrap .card-title{font-size:18px;font-weight:700;}
.redeemWrap .card-text{font-size:14px;font-weight:400;color:#636363;}
.redeemWrap .card{background: #FFFFFF;box-shadow: 0px 0px 8px #b6b6b6;border-radius: 4px;transform: scale(1); transition: all ease .6s;min-height: 180px;}
.redeemWrap .card:hover{background:linear-gradient(234deg,#C8E162,#49A93E);color:#fff;border: 1px solid transparent;box-shadow: 0px 0px 10px #656565;transform: scale(1.04); transition: all ease .6s;}
.redeemWrap .card:hover .card-text,.redeemWrap .card:hover .card-title{color:#fff;}
.redeemWrap .card:hover .card-text {color:#fff;} 
.redeemWrap .default-img, .redeemWrap .hover-img {}
.redeemWrap .hover-img {display:none;}
.redeemWrap .card:hover .hover-img {display:inline-block}
.redeemWrap .card:hover .default-img {display: none;}


/* ---- How it Works ----  */
.howitWrap{background: url(../image/homeImg2/howitBanner.png);background-repeat: no-repeat; background-position: center;background-size: cover;padding-top: 50px;padding-bottom: 70px;}
.howitWrap .headings{color:#181818;text-align:left;font-size:34px;font-weight:600;line-height: 40px;}
.howitWrap .hwitBox{margin-top:40px;}
.howitWrap .howImge{margin-top:20px;}
.howitWrap .paraText{color:#707070;font-size:16px;}
.howitWrap .dhymTXT{width: 50%;margin-bottom: 0;font-size: 14px;height: 75px;}
.howitWrap .hwitBox .bold{color:#181818;font-weight:700;}
.howitWrap .hwitBox .paraText{color:#707070;font-size:14px;}
.custom-range::-webkit-slider-runnable-track {height: 8px;background: linear-gradient(to right, #C9EB49 0%, #C9EB49 33%, #222 33%, #222 100%);border-radius: 5px;transition: background 0.3s ease;}
.custom-range::-moz-range-track {height: 8px;background: #222;border-radius: 5px;}
.custom-range::-ms-track {height: 8px;background: transparent;border-color: transparent;color: transparent;}
.custom-range::-webkit-slider-thumb {-webkit-appearance: none;height: 18px;width: 18px;background: #C9EB49;border: 2px solid white;
    border-radius: 50%;margin-top: -5px;cursor: pointer;position: relative;z-index: 3;}
.custom-range::-moz-range-thumb {height: 18px;width: 18px;background: #C9EB49;border: 2px solid white;border-radius: 50%;cursor: pointer;}
.custom-range::-ms-thumb {height: 18px;width: 18px;background: #C9EB49;border: 2px solid white;border-radius: 50%;}

/* JavaScript will update this */
.custom-range[data-progress="0"]::-webkit-slider-runnable-track {background: linear-gradient(to right, #C9EB49 15%, #C9EB49 15%, #222 15%, #222 100%);}
.custom-range[data-progress="0"]::-webkit-slider-thumb {left:15%; }
.custom-range[data-progress="1"]::-webkit-slider-runnable-track {
    background: linear-gradient(to right, #C9EB49 0%, #C9EB49 50%, #222 50%, #222 100%);
}
.custom-range[data-progress="2"]::-webkit-slider-runnable-track {background: linear-gradient(to right, #C9EB49 0%, #C9EB49 100%);}

.textBH{margin-left: 65px;margin-top: 8px;font-weight: 700;color: #181818;}
.textBH1{margin-top: 8px;font-weight: 700;color: #181818;}
.textBH2{margin-top: 8px;font-weight: 700;color: #181818;}
.textBH:before {content: "";position: absolute;top: -15px;left: 16%;height: 23px;border: 1px dashed #000;opacity: 0.6;}
.textBH1:before {content: "";position: absolute;top: -15px;left: 50%;height: 23px;border: 1px dashed #000;opacity: 0.6;}
.textBH2:before {content: "";position: absolute;top: -15px;right: 15%;height: 23px;border: 1px dashed #000;opacity: 0.6;}

/* ---- Get In Touch ----  */
.getinWrap .contactBH {background-color: #104041;color: #fff;border: 1px solid #707070;height: 380px;}
.getinWrap .iconBG {background-color: #517D7E;height: 40px;width: 40px;border-radius: 50%;padding: 7px 14px;}
.getinWrap .formBG {background-color: #F6F8F9;height: 380px; border-color: #f5f5f5;}
.getinWrap .form-control {background-color: transparent;border: none;border-bottom: 1px solid #c5c0c0;border-radius: 0;font-size:14px;}
.getinWrap::placeholder {color: #707070;font-size: 14px;opacity: 1;}
.getinWrap .heading{color:#181818;font-size:34px;font-weight:600;line-height: 40px;}
.getinWrap .paraTxt{font-size:14px;color:#707070;}
.getinWrap .headingBD{font-size:26px;color:#fff;}
.getinWrap .headingBD1{font-size:26px;color:#181818;}
.getinWrap .paraBD{font-size:14px;color:#fff;}
.getinWrap .paraBD1{font-size:14px;color:#707070;}
.adrsLines {font-size:14px;margin-bottom:25px;text-align: left;}
.adrsLines strong {font-size:15px;}
.adrsLines p {font-weight:300;font-size:13px;}
#SuccessMsg {border: none;background-color: transparent;position: absolute;bottom: -26px;font-size: 13px;left: 0;color: #596819;
}
/* ---- Signup & Earn ----  */
.earnWrap{background: url(../image/homeImg2/earnBanner.jpg);background-repeat: no-repeat; background-position: center;background-size: cover;padding-top: 50px;padding-bottom: 50px;}
.earnWrap .headings{color:#fff;font-size:34px;font-weight:600;text-align:center;}
.earnWrap .paraText{color:#fff;font-size:14px;}
.earnWrap a{text-decoration:none;}











/* ---- NavBar & Banner ----  */
/*.topBannerBox {background: url(../image/homeImg2/herobg.png);background-repeat: no-repeat; background-position: center;background-size: cover;}*/
/* Navbar */

/*.mainHeader .navbar-nav .userLogin {border-right: 1px solid #fff;}

/* Footer */
.footerWrap {background-color: #FFFFFF;font-size:14px;}
.footerWrap .logo_main{height: 20px; margin-bottom: 40px;}
.footerWrap{padding-bottom:10px;padding-top: 40px;}
.footerWrap p{display:flex;color:#707070;}
.footerWrap i{font-size: 18px;width:18px; color: #181818;margin:0 auto;}
.footerWrap .fa-map-marker-alt{font-size:20px; color:#fff;}
.footerWrap .links p { margin-bottom:10px;}
.footerWrap li{ margin-bottom:10px;}
.footerWrap a{text-decoration:none;transition:all linear .2s; color:#707070;}
.footerWrap .faqWrap a:hover {margin-left:5px;color:#C8E162;}
.footerWrap .footerHeading{font-size:24px;font-weight:700;margin-bottom:25px;color:#707070;}
.footerWrap .socialWrap a {background-color:#C8E162; text-decoration: none;text-align:center; border: 1px solid #C8E162;border-radius: 6px;font-size: 16px;line-height:18px; padding: 8px 9px;color: #181818;}
.footerWrap .socialWrap a:hover {background-color:#fff;border-color:#C8E162;}

.bannerWrap {}
/* ---- Signing Pages ---- */
.signinBGs {background: url(/image/sign-in-bg.jpg);background-size: cover;height:100vh;}
.signinBGs.signinBG2 {background: url(/image/sign-in-bg.jpg);background-size: cover;height:100vh;}
.rightWraps, .formBG {background-image:none;}
.my-ftr {display:none;}
.page-section {padding: 0;}
.formSignBgs {position:relative;}
.formSignBgs .formSignBox {background: url(/image/signBgwater.png);background-size: cover; background-position: center; background-color:#fff;padding:40px 50px;position:absolute;top:61%;left:64%;transform:translate(-50%, -50%); width: 90%; border-radius: 35px;}
.formSignBgs .formSignBox.signupBox {padding:10px 50px 20px;}
.formSignBgs .formSignBox.actCode {background-repeat:no-repeat;background-size:contain;}
.formSignBgs .formSignUP .formSignBox {padding:10px 50px;}
.signinBGs .formBG .pf-form__textfield__input {background: #ffffff !important;border: none; padding-left: 12px; color: #1b1d1d !important;box-shadow: 0px 3px 5px #bfbfbf;font-size:15px;}
.leftsideImg { position: absolute;top: 57%;left: 65%;transform: translate(-50%, -50%);text-align: center;width: 70%;z-index: 99;}
.activationimg{width:80%;}
.lgnbtn {min-height:40px;border-radius:8px;}
.lgnbtn:hover { color: #fff;box-shadow: 1px 1px 8px #484848;}
.socialLogIn a, .socialLogIn a:hover {border-radius:5px;margin:2px 5px;width:45%;font-weight: 500;}
.formBG .pf-form__textfield label, .formBG .form-check label {margin-top: 0;}
/*#contact{color:#fff; text-align:left}*/
#contactMSG {display:none}
/*Admin login*/
.adminLogin {
    background-image: url(/image/bgH.jpg);
    /*background-image: url(/image/bgH_Dark.jpg);*/
    background-repeat: no-repeat,no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    height: 100vh;
}
.adminLogin .forms {background-color:#333 !important;}
.adminLogin .forms .button {font-weight:500;transition:none; border-radius: 7px;padding: 8px 0;font-size: 16px; letter-spacing: 1px;    background: #0162e8;}
.adminLogin .forms .button:hover {box-shadow: 1px 1px 8px #484848;transition:none; background: #0162e8;}
.adminLogin .forms input, .adminLogin .forms select {padding:8px 20px;font-size:15px;}
.adminLogin #formContent .text-danger.validation-summary-errors ul {padding:0 !important;margin:0;position:relative;}
.adminLogin #formContent .text-danger.validation-summary-errors ul li {list-style:none !important;font-size: 13px; position: absolute; top: -15px;}
.adminLogin span.field-validation-error {position:absolute;}

/* ---------- Media ---------- */
/* ##Device = Desktops, ##Screen = 1281px to higher resolution desktops */
@media (min-width:1281px){
   }
   /* ##Device = Laptops, Desktops, ##Screen = B/w 1025px to 1280px */
   @media (min-width:1025px) and (max-width:1280px){
   }
   /* ##Device = Tablets, Ipads (portrait), ##Screen = B/w 768px to 1024px */
   @media (min-width:768px) and (max-width:1024px){
    .profile-user {margin-top:8px;}
    .leftsideImg{display:none;}
   }
   /* ##Device = Tablets, Ipads (landscape), ##Screen = B/w 768px to 1024px */
   @media (min-width:768px) and (max-width:1024px) and (orientation:landscape){
   }
   /* ##Device = Low Resolution Tablets, Mobiles (Landscape), ##Screen = B/w 481px to 767px */
   @media (min-width:481px) and (max-width:767px){
    .profile-user {margin-top:8px;}
    .leftsideImg{display:none;}
   }
   /* ##Device = Most of the Smartphones Mobiles (Portrait), ##Screen = B/w 320px to 479px */
  @media (min-width:320px) and (max-width:480px){
   .dBlock{display: inline-block;}
  .container {width:90%;}
  .bannerWrap .headings {
    color: #fff;
    font-weight: 600;
    margin-top: 15px;
    line-height: 40px;
    font-size: 30px;
}
    .insightWrap .headings {
        color: #000;
        font-weight: 600;
        margin-top: 15px;
        line-height: 35px;
        font-size: 28px;
        margin-top: 45px;
        margin-bottom: 30px;
    }

    .redeemWrap .headings {
        color: #fff;
        text-align: left;
        font-size: 28px;
        font-weight: 600;
    }
    .redeemWrap .paraText {
        color: #fff;
        text-align: left;
        font-size: 16px;
    }
    .redeemWrap .card{margin-bottom:20px;box-shadow:none;}
    .howitWrap .headings{font-size:28px;}
    .textBH {margin-left:30px;}


    .mainHeader .navBG {
        background-image: none;
        border-radius: 0;
    }
    .howitWrap .dhymTXT {
        width: 100%;
        margin-bottom: 0;
        font-size: 14px;
        height: auto;
    }
    .getinWrap .contactBH{margin-bottom:40px;}
  .exploreWrap .explorIMG{display:none;}
  .exploreWrap .explrBG{padding:0;}
  .productWrap .headings{margin-top:30px; margin-bottom:30px;}
  .motivateWrap .colorRDtxt {
      color: #D12F31;
      font-size: 35px;
      margin-top: 0px;
      margin-bottom: 0px;
  }
  .ourfeatureWrap .motivBG{position:static;}
  .motivateWrap .headings{text-align:center;}
  .mainNavbar .navbar {
      padding: 4px 0px;
  }
  .paraText {font-size: 16px;}
  .logoMain {height: 25px;}
  .mainNavbar .navbar-toggler {padding: 5px 10px;font-size: 16px;line-height: 1;background-color: #fff;border: 1px solid #C8E162;}
  .headings {font-size:30px;line-height: 38px;}
  .bannerContent .headings {font-size:28px; text-align:left;}
  .bannerWrap .bannerLeft {padding-top:0;margin-bottom: 40px;}
  .stickyHead + .bannerContent {padding-top:0;padding-bottom: 320px;}
  .bannerContent {padding-top:100px;padding-bottom: 320px;}
  .bannerWrap {margin-top: 0px;padding-top: 40px;}
  .sectionWrap {padding-top:50px;padding-bottom:30px;}
  .opinionBoxs { margin-bottom: 100px;box-shadow: 0px 0px 18px #c5c5c5;}
  .opinionBoxPara {font-size:14px;}
  .opinionLaptop {margin-top: 0;margin-bottom: 30px;}
  .motivateLeft {margin-top: 0;}
  .featuresAll {height: auto;}
  .bannerWrap .bannerBGImg {display:none;}
  .mainNavbar {background: #fff; position: fixed;width: 100%; left: 0; top: 0; z-index: 99;}
  .mainNavbar.stickyHead {background-image:none;}
  .footerWrap {padding-bottom: 5px;text-align: center;}
  .footerWrap .logoMain {height:25px;margin:0 auto;}
  .footerWrap .socialWrap a {background:transparent;box-shadow: none;font-size: 24px; }
  .footerWrap .socialWrap a i {padding: 0 !important;}

  .topBannerBox {background-position:right;}
  .mainHeader.stickyHead {background-image: none;background-color: #212121;}
  .logo_main.lgS {display:none;}
  .logo_main.smS {display:inline-block;height:40px;}
  .mainHeader .navbar {padding:8px 0;box-shadow:none;}
  .mainHeader .navbar .navbar-toggler {background-color:#C8E162;}
  .bannerTextWrap .headings {font-size:24px;line-height:35px;width:100%;margin-bottom:10px;}
  .bannerTextWrap .paraText { line-height: 20px;font-size: 14px;font-weight: 500;width: 100%;}
  .insightWrap .insightTXT {padding-left:0;}
  .inputSubmit {margin-top:30px;}
  .inputSubmit .myBTN {position: static;display: block;margin: 0 auto; margin-top: 10px;border-color: #8b0002;}
  .dashImg {transform: translateY(1px);}
  .exploreWrap {padding-top: 50px;padding-bottom: 100px;background-position: top left, left;}
  .productWrap {padding-top:0;}
  .productWrap .productBoxMain {margin-bottom:30px;}
  .productWrap .bookimg {position:static;}
  .productWrap .bookdemo {margin:0;padding: 30px 20px;}
  .productWrap .bookdemo .email_b {padding-left:20px;}
  .productWrap .bookdemo .envm {position:static;display:none;}
  .motivateWrap {padding-top: 10px;padding-bottom: 10px;text-align:center;}
  .motivateWrap .headings {margin:0;}
  .ourfeatureWrap .headings { margin-bottom: 20px;}
  .contactWrap .heading {font-size:24px;}
  .contactWrap .socialWrap {margin-top: 30px;}
  .contactWrap .myBTN {width:100%;}
  .footerWrap {text-align:left;}

  .signinBGs {
      background: url(/image/signBgwater.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
  }
  .leftsideImg {display:none;}
  .formBG a.navbar-brand img {height:24px !important;}
  .formSignBgs .formSignBox {padding:5px;background: none;width: 100%;}
  .socialLogIn a, .socialLogIn a:hover {padding:7px 0;}
  .motive-img {position:static;}
  .our-feaaturebg {top:0;padding-top:50px;padding-bottom: 50px;}
  .contactWrap .contact-img {position:static;}
  .contactWrap .headings {top: 45%;right: initial;left: 0;font-size: 30px;width: 100%;}
  .contactWrap {top:-2px;padding-top:5px;}
  
  }



