@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body{
    font-family: "Poppins", sans-serif;
}

header ul.navbar-nav > li > a{
    border-radius: 4px;
    min-width: 110px;
    text-align: center;
    padding: 10px;
    color: #000;
    font-weight: 500;
    font-size: 18px;
}
header ul.navbar-nav > li > a.active{
    background: #7DBBDA;
    color: #fff !important;
}
.banner_section{
    background: linear-gradient(224.91deg, #001C8F 0.29%, #3A4268 39.4%, #082680 99.51%);
}
.banner-wave{
    bottom: -1px;
    left: 0;
    width: 100%;
}
.banner_right_block img{
    position: relative;
    z-index: 1;
    width: 100%;
}
.banner_dots_img{
    top: 95px;
    right: 0;
    left: auto;
}
.banner_dots_img.banner-dot-left{
    left: 0;
    right: inherit;
}
.banner_section .banner-left-block{
    padding-top: 70px;
    position: relative;
    z-index: 1;
    padding-left: 50px;
}
.banner_section .banner-left-block h1{
    color: #fff;
    font-size: 55px;
    font-weight: 500;
    margin-bottom: 30px;
}
.banner_section .banner-left-block p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    width: 75%;
}
.join_btn{
    background: #7DBBDA;
    color: #fff;
    min-width: 150px;
    max-width: 150px;
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 4px;
    box-shadow: 1px 1px 20px 1px rgba(125, 187, 218, 0.5);
}
.how_work_section{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 30.77%, #8493C0 73.08%, #082680 94.71%);
    border-radius: 0px 0px 30px 30px;
    padding-top: 35px;
    margin-bottom: 50px;
}
.home_section_heding h3{
    color: #3A4268;
    font-size: 22px;
    font-weight: 600;
}
.home_section_heding h2{
    font-size: 40px;
    color: #7DBBDA;
    font-weight: 600;
    margin-bottom: 60px;
}
.home_section_heding h2 span{
    color: #082680;
}
.circle-step{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 20px solid #7DBBDA;
    text-align: center;
    line-height: normal;
    font-weight: bold;
    background: white;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.circle-step svg{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 148px;
    height: 148px;
    pointer-events: none;
}
.circle-step circle.bg {
    stroke: #3A4268;
}
.how_work_step > div{
    gap: 50px;
}
.how_work_step > div:after{
    content: "";
    display: block;
    background: #7DBBDA;
    width: 90%;
    height: 24px;
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -82%);
}
.circle-progress p{
    color: #082680;
    font-size: 20px;
    font-weight: 600;
}
.get_reward_section{
    padding-top: 50px;
}
.home_section_heding > p{
    color: #082680;
    font-size: 16px;
    font-weight: 600;
    width: 70%;
    margin: 0 auto 30px;
}
.get_reward_section .home_section_heding h2{
    margin-bottom: 30px;
}
.reward_card_wrapper .reward_card_item{
    background: linear-gradient(180deg, rgba(207, 167, 167, 0.59) 16.83%, rgba(58, 66, 104, 0.7) 99.98%, rgba(125, 187, 218, 0.53) 99.99%);
    border-radius: 45px 0px;
    padding: 30px 24px;
}
.reward_card_wrapper .reward_card_item p{
    color: #fff;
    font-size: 16px;
    margin: 30px 0 0;
}
.reward_card_wrapper .reward_card_item:nth-child(2){
    border-radius: 0px 45px;
}
.get_started_btn > a{
    background: #7DBBDA;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    filter: drop-shadow(0px 4px 4px rgba(8, 38, 128, 0.25));
    padding: 15px 22px;
    display: inline-block;
}
.gift_card_img{
   top: 0;
}
.success_story_section .home_section_heding > p{
    width: 100%;
}
.testimonial-card{
    border: 1px solid #ddd;
    margin: 15px;
    padding: 40px;
    min-height: 350px;
}
.success-slider{
    width: 100%;
}
.testimonial-card p{
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.testimonial-card .author{
    color: #082680;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    margin-top: 36px;
}
.testimonial-slider .slick-dots{
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 20px 0;
}
.testimonial-slider .slick-dots li button{
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #7DBBDA;
    border-radius: 50%;
    outline: 0;
    box-shadow: none;
    border: 0;
    position: relative;
}
.testimonial-slider .slick-dots li button:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: none;
    position: absolute;
    top: -5px;
    border-radius: 50%;
    left: -5px;
    z-index: -1;
}
.login_btn_header:hover{
    background-color: #fff !important;
    color: #000 !important;
}
.vaildation_errors.help-block {
    color: #a94442;
    font-size: 13px !important;
}
.testimonial-slider .slick-dots li.slick-active button::before{
    content: "";
    background: #082680;
}
.testimonial-slider .slick-dots li.slick-active button{
    background: #fff;
}
.success_story_section{
    padding-bottom: 30px;
}
.footer{
    background: #7DBBDA;
    padding: 33px 40px;
}
.footer_left_block p{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.footer_social_block ul > li > a{
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #082680;
    border-radius: 50%;
}
.footer_social_block ul > li > a > i{
    color: #fff;
    font-size: 16px;
}
.footer-middle-block .help_block p{
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.footer-middle-block .help_block a{
    color: #082680;
    font-size: 16px;
    display: block;
    font-weight: 500;
}
.footer_right_block ul li > a{
    color: #082680;
    font-size: 16px;
    display: block;
    font-weight: 500;
}
.footer_right_block .footer_link_item p {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
}
.footer_right_block .footer_link_item ul{
    padding-left: 20px;
}
.footer_right_block .footer_link_item ul > li::marker{
    color: #082680;
}
.login_register_wrapper .login_register_form_block{
    background: #fff;
    border-radius: 25px;
    padding: 35px 20px;
    margin: 15px 0;
    width: 100%;
}
.login_register_form_block > h3{
    font-size: 24px;
    font-weight: 500;
    color: #3A4268;
}
.login_register_form_block form label{
    color: #999999;
    font-size: 18px;
    font-weight: 500;
}
.login_register_form_block form input ,
.login_register_form_block form select{
    border-color: #999999;
    border-radius: 10px;
    height: 48px;
    color: #3A4268;
}
.login_register_form_block form input:focus{
    box-shadow: none;
    outline: 0;
}
.togglePassword{
    position: absolute;
    right: 15px;
    top: 50px;
    cursor: pointer;
    color: #3A4268;
}
#register-form .togglePassword{
    top: 15px;
    right: 10px;
}
#register-form > div > div{
    flex: 1;
}
.login_register_form_block #login-form p a{
    color: #3A4268;
    font-size: 14px;
}
.login_btn button{
    background: linear-gradient(90deg, #3A4268 0%, #7383CE 100%);
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: 0;
    box-shadow: none;
    min-width: 130px;
    padding: 8px;
}
.question_block_item .button_block button{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 45px;
    cursor: pointer;
    font-size: 16px;
    overflow: hidden;
    padding: 0 14px;
    transition: width 0.4s ease;
    background: linear-gradient(90deg, #3A4268 0%, #7383CE 100%);
    border-radius: 4px;
    border: 0;
    box-shadow: none;
    color: #fff;
    gap: 10px;
}
.question_block_item .button_block button.pre_btn{
    flex-direction: row-reverse;
}

.login_register_wrapper .banner-left-block h4{
    font-size: 30px;
    color: #fff;
    font-weight: 500;
}
.banner_section.login_register_wrapper .banner-left-block{
    padding-top: 30px;
    padding-left: 0;
}
.checkbox_block a{
    color: #3A4268;
}

.login_register_form_block form .checkbox_block input{
    height: auto;
}
.register_banner .login_register_form_block form label{
    font-size: 16px;
    color: #3A4268;
    font-weight: 300;
    padding: 12px;
    height: auto;
}
.register_banner .login_register_form_block form .checkbox_block label{
    font-size: 14px;
    color: #000;
    padding: 0;
}
.register_banner .login_register_form_block form .checkbox_block input{
    margin-top: 6px;
    height: auto !important;
}
.register_banner .login_register_form_block form input{
    height: 48px !important;
    min-height: initial !important;
}
.register_banner .form-floating>.form-control-plaintext~label, .register_banner .form-floating>.form-control:focus~label, .register_banner .form-floating>.form-control:not(:placeholder-shown)~label, .register_banner .form-floating>.form-select~label{
    font-weight: 300;
    color: #3A4268;
    transform: scale(.85) translateY(-1.5rem) translateX(0.30rem);
}
.register_banner .login_register_form_block form input{
    padding: 12px !important;
}
.error-bg{
    background: #a94442;
}
.success-bg {
    background: #3c763d;
    /*top: 45% !important;*/
}
.warning-bg{
    background: #8a6d3b;
    /*top: 65% !important;*/
}
.information-bg{
    background: #316f8f;
    /*top: 85% !important;*/
}
.error-red {    
    z-index: 999;
    position: fixed;
    padding: 14px 14px;
    color: #fff;
    width: 23%;
    right: -100%;
    opacity: 0;
    top: 80px;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    box-shadow: 0 5px 7px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
}
.error-text p, .error-text h3 {
    margin: 0;
}
.error-text h3 {
    font-size: 17px;
    font-weight: 600;
}
.arrow {
    display: table-cell;
    vertical-align: middle;
}
.error .mr-auto {
    margin-right: auto;
}
.error .close {
    margin-left: 10px;
}
.error-text {
    display: table-cell;
    vertical-align: middle;
}
.arrow i {
    font-size: 32px;
    padding: 10px 10px 0 0;
}
.btn_close span {
    color: #fff;
    font-size: 20px;
    float: right;
    top: -8px;
    position: relative;
}
.login_btn_header {
    color: #000 !important;
}
.question_block_wrapper .question_block_heading h1{
    font-size: 40px;
    color: #082680;
    font-weight: 600;
}
 /* profile page */
 .profile_wrapper .profile_heading h3{
    color: #3A4268;
    font-size: 22px;
    font-weight: 600;
  }
  .profile_wrapper .profile_heading p{
    color: #999;
    font-size: 14px;
  }
  .profile_wrapper .save_btn button{
    background: linear-gradient(90deg, #3A4268 0%, #7383CE 100%);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border: 0;
    box-shadow: none;
    padding: 10px 15px;
  }
  .profile_img_wrapper .img_block > img{
    width: 110px;
    height: 110px;
    border: 6px solid #3A4268;
    border-radius: 50%;
    object-fit: cover;
  }
  .profile_img_wrapper .img_block .upload_icon{
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    bottom: 10px;
    right: -4px;
  }
  .profile_img_wrapper .user_info > h4{
    color: #082680;
    text-transform: capitalize;
    font-size: 20px;
  }
  .profile_img_wrapper .user_info > p{
    color: #3A4268;
    font-size: 15px;
  }
  .profile_detail_wrapper input{
    border-color: #3A4268;
    border-radius: 10px;
    color: #3A4268;
    outline: 0;
    box-shadow: none;
    padding: 12px !important;
  }
  .profile_detail_wrapper input.form-control:focus{
    box-shadow: none;
    border-color: #3A4268;
  }
  .profile_detail_wrapper .form-floating label{
    color: #3A4268;
    padding: 12px;
  }
  input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .gender_block label{
    color: #3A4268;
    border-color: #3A4268;
  }
  .gender_block .btn-check:checked+.btn, .gender_block .btn.active, .gender_block .btn.show, .gender_block .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #3A4268;
    border-color: #3A4268;
}
.gender_block .btn-check+.btn:hover {
    color: #3A4268;
    background-color: inherit;
    border-color: #3A4268;
}
.gender_block .btn-check:checked+.btn:hover{
    background-color: #3A4268;
    color: #fff;
}
.profile_wrapper .flex-1{
    flex: 1;
}
.profile_section .profile_wrapper{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px 30px 0;
    margin: 15px 0;
    border-radius: 10px;
}
.profile_detail_wrapper input {
    height: 48px !important;
    min-height: initial !important;
}
.profile_detail_wrapper .form-floating>.form-control-plaintext~label, .profile_detail_wrapper .form-floating>.form-control:focus~label, .profile_detail_wrapper .form-floating>.form-control:not(:placeholder-shown)~label, .profile_detail_wrapper .form-floating>.form-select~label{
    font-weight: 300;
    color: #3A4268;
    transform: scale(.85) translateY(-1.5rem) translateX(0.30rem);
}
.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after{
    height: auto;
}
.dashboard_wrapper{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px 30px 0;
    margin: 15px 0;
    border-radius: 10px;
}
.dashboard_grid_block{
    gap: 15px;
    justify-content: center;
    padding: 15px 0;
}
.dashboard_grid_item{
    background: linear-gradient(224.91deg, #001C8F 0.29%, #3A4268 39.4%, #082680 99.51%);
    border-radius: 5px !important;
    padding: 15px 20px;
    align-items: center;
    height: 170px;
    gap: 60px !important;
}
.dashboard_grid_image{
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 99;
    border-radius: 50% !important;
}
.dashboard_grid_content h4{
    color: #fff;
    font-size: 22px;
    margin: 0;
    font-weight: 500;
}
.dashboard_grid_content p{
    color: #fff;
    font-size: 20px;
}

.progress_wrapper .stepper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 50px;
}
.progress_wrapper .step {
    text-align: center;
    position: relative;
    flex: 1;
}
.progress_wrapper .step .circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    border: 4px solid #7DBBDA;
    color: #3A4268;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
.progress_wrapper .step .circle .tick_mark{
    display: none;
}
.progress_wrapper .step.completed .circle .tick_mark{
    display: block;
}
.progress_wrapper .step.completed .circle .step_number{
    display: none;
}
.progress_wrapper .step.completed .circle {
    background-color: #7DBBDA;
    color: #fff;
}
.progress_wrapper .step.active .circle {
    background-color: #3A4268;
    color: #fff;
    border: 4px solid #7DBBDA;
}
.progress_wrapper .step .line {
    position: absolute;
    top: 25px;
    left: 50%;
    width: 100%;
    height: 4px;
    background-color: #7DBBDA;
    z-index: 0;
}
.progress_wrapper .step:last-child .line {
    display: none;
}
.progress_wrapper .step .label {
    margin-top: 10px;
    height: 5px;
    background-color: #b8e0ff;
    border-radius: 3px;
    width: 22%;
    margin-left: auto;
    margin-right: auto;
}
.progress_wrapper .step .label.sm-label{
    margin-top: 5px;
    width: 15%;
}
.progress_wrapper .step.completed .label {
    background-color: #7DBBDA;
}
.progress_wrapper .step.active .label {
    background-color: #3A4268;
}
.question_block_item > h3{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}
.question_block_item > h3 > span:last-of-type{
    padding-left: 10px;
}
.answer_choice_block{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 24px 0;
}
.answer_choice_block .custom-radio {
    flex: 0 0 calc(50% - 0.5rem); /* 2 columns */
}
.dashboard_grid_image img {
    width: 100%;
    max-width: 40px;
}
.answer_choice_block .custom-radio label {
    border: 1px solid #3A4268;
    border-radius: 999px;
    padding: 10px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #3A4268;
    font-size: 16px;
    cursor: pointer;
    height: 100%;
    transition: all 0.3s ease;
}
.answer_choice_block .custom-radio input[type="radio"] {
    display: none;
}
.answer_choice_block .custom-radio input[type="radio"]:checked + label {
    border-color: #082680;
    color: #082680;
}
.answer_choice_block .custom-radio label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #3A4268;
    margin-right: 8px;
    box-sizing: border-box;
    flex: none;
}
.answer_choice_block .custom-radio input[type="radio"]:checked + label::before {
    border-color: #082680;
    background-color: #082680;
    box-shadow: inset 0 0 0 3px white;
}
.top_landing_header .page-sidebar-menu ul > li > a,
.top_landing_header .page-right_bar ul >li>a{
    font-size: 18px;
    color: #3A4268;
}
header nav.inner_header{
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
}
.top_landing_header .page-sidebar-menu ul > li{
    position: relative;
}
.top_landing_header .page-sidebar-menu ul > li.active a::after{
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    background: #082680;
    height: 2px;
    bottom: -4px;
}
.top_landing_header .page-right_bar ul >li>a::after{
    display: none;
}
.userheader_dropdown{
    box-shadow: 0px 3px 8px 3px rgba(102, 102, 102, .1);
    border: 0;
    background: #fff;
    border-radius: 0;
}
.top_landing_header .page-right_bar ul.userheader_dropdown >li>a{
    font-size: 14px;
}
.top_landing_header .page-right_bar ul.userheader_dropdown >li>a > i{
    margin-right: 8px;
    color: #3A4268;
}
.top_landing_header .page-right_bar ul.userheader_dropdown >li{
    border-bottom: 1px solid #ddd;
}
.top_landing_header .page-right_bar ul.userheader_dropdown >li:last-of-type{
    border: 0;
}

.top_landing_header .page-right_bar ul.userheader_dropdown:after{
    position: absolute;
    top: -6px;
    right: 24px;
    left: auto;
    display: inline-block !important;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
    border-bottom-color: #3A4268;
}
.top_landing_header .page-right_bar ul.userheader_dropdown:before{
    display: none !important;
}
.progress-container {
    width: 50%;
    height: 20px;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #082680;
    background: repeating-linear-gradient(45deg, #7dbbda40 3px, #7dbbda40 8px, #fff 8px, #fff 20px);
    position: relative;
  }
  .progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: repeating-linear-gradient(45deg, #fff 3px, #fff 8px, #082680 8px, #082680 20px);
    pointer-events: none;
}
.alert.alert-danger.reset_err_colr {
    background-color: transparent;
    color: #a94442;
    font-weight: normal;
    border: 0;
    padding: 0;
    margin-top:-10px;
}
.alert.alert-success.reset_sucs_colr {
    background-color: transparent;
    color: #3c763d;
    font-weight: normal;
    padding: 0;
    margin-top:-10px;
    border: 0;
}
.dashboard_wrapper div.dashboard_grid_block{
    flex: 0.5;
}
.dashboard_wrapper div.reward_reedem_table{
    flex: 1;
}
.dashboard_grid_item::before{
    content: "";
    position: absolute;
    top: 0;
    width: 130px;
    height: 100%;
    background: linear-gradient(241deg, #3A4268 0.9%, #3A4268 5.4%, #7DBBDA 89.51%);
    border-radius: 5px 85% 85% 5px;
    z-index: 1;
    left: 0;
}
.reward_reedem_table > p{
    font-family: "Poppins", sans-serif;
    color: #082680;
    font-weight: 500;
    font-size: 20px;
}
.reward_reedem_table .table.table-light>thead>tr>th {
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #F2F5F8;
    background: #082680;
    text-align: center;
}
.reward_reedem_table  .table.table-light>tbody>tr>td{
    background: #7dbbda8c;
    text-align: center;
    border-bottom: 1px solid #3A4268;
    color: #3A4268 !important;
    padding: 5px;
}
.reward_reedem_table .table.table-light>tbody>tr>td > a{
    color: #fff !important;
    background: linear-gradient(90deg, #3A4268 0%, #7383CE 100%);
    border: 0;
    border-radius: 5px !important;
    font-size: 14px;
    margin: 0;
    line-height: normal;
}
.reward_reedem_table .table-striped>tbody>tr:nth-of-type(odd) td{
    background: red;
}
.reward_reedem_table .table.table-light>thead>tr:hover>th{
    background: #082680;
}
.reward_reedem_table .table-scrollable{
    height: calc(100% - 95px);
    overflow-y: auto !important;
}
.panelist-transactions-table .portlet-title .caption {
    color: #082A73 !important;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}
.panelist-transactions-table .reset-data{
    background: linear-gradient(90deg, #3A4268 0%, #7383CE 100%);
    border: 0;
    color: #fff;
    border-radius: 5px !important;
    padding: 5px 15px;
}
.panelist-transactions-table  #manager_users_list_1 thead tr:first-child th {
    background: #082680;
    color: #fff;
}
.change_password_form{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px 30px 15px;
    margin: 15px 0;
    display: flex;
    width: 100%;
    align-items: center;
}
.change_password_form form{
    width: 35%;
}
.change_password_form h3{
    color: #3A4268;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
    font-family: "Poppins", sans-serif;
}
.change_password_form form label{
    color: #999999;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    font-family: "Poppins", sans-serif;
}
.change_password_form form input{
    border-color: #999999;
    border-radius: 10px !important;
    height: 48px;
    color: #3A4268;
    font-family: "Poppins", sans-serif;
}
.change_password_form form .blue-custom{
    background: linear-gradient(90deg, #3A4268 0%, #7383CE 100%);
    border-radius: 4px !important;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: 0;
    box-shadow: none;
    min-width: 130px;
    padding: 8px;
}
.confirm_redeem_popup .modal-header h4{
    color: #082680;
    font-size: 23px;
}
.confirm_redeem_popup .modal-header > i{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.confirm_redeem_popup .modal-body{
    color: #3a4268;
    font-size: 16px;
    line-height: normal;
    border: 0;
    text-align: center;
}
.confirm_redeem_popup .modal-dialog{
    width: 360px;
}
.confirm_redeem_popup .modal-content{
    border-radius: 8px !important;
    border: 0;
}
.confirm_redeem_popup .modal-footer{
    gap: 20px;
    padding-bottom: 20px;
}
.confirm_redeem_popup .modal-footer button{
    color: #fff !important;
    background: linear-gradient(90deg, #3A4268 0%, #7383CE 100%);
    border: 0;
    border-radius: 5px !important;
    font-size: 15px;
    margin: 0;
    line-height: 22px;
    width: 90px;
}
.img-circle{
    border-radius: 50% !important;
    margin-left: 5px;
    margin-top: -8px;
    height: 39px;
    display: inline-block;
    max-width: none;
}
.password_block .vaildation_errors.help-block + span.top-50{
    top: 34% !important;
}
.password_block .vaildation_errors.help-block.pass-strength-error + span.top-50{
    top: 29% !important;
}
.login_password_block #password-error[style*="display:none"] + .top-70{
    top: 70% !important;
}
.login_password_block #password-error + .top-70{
    top: 53% !important;
}
.policies_pages p > span{
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    display: inline-block;
    margin-bottom: 12px !important;
}
.policies_pages h3 > span{
    font-size: 26px !important;
    font-weight: 600 !important;
}
.policies_pages h3{
    padding: 24px 0px 10px !important;
    margin-top: 0 !important;
}
.policies_pages p{
    line-height: normal !important;
    margin-bottom: 0 !important;
}
.policies_pages h4{
    text-align: center;
}
.policies_pages p br{
    display: none;
}
.policies_pages div > span{
    font-size: 16px !important;
    font-family: "Poppins", sans-serif !important;
}
.policies_pages{
    margin-bottom: 40px;
}
@media (max-width: 1200px) {
    .banner_section .banner-left-block h1 {
        font-size: 35px;
        margin-bottom: 10px;
    }
    .dashboard_wrapper div.dashboard_grid_block{
        flex: 0.8;
    }
    .change_password_form form {
        width: 45%;
    }
}
@media (max-width: 992px) {
    .reward_card_wrapper .reward_card_item{
        margin-bottom: 15px;
        border-radius: 10px;
        padding: 24px 20px;
    }
    .reward_card_wrapper .reward_card_item:nth-child(2) {
        border-radius: 10px;
    }
    .home_section_heding > p{
        width: 92%;
    }
    .get_reward_section .gift_card_img{
        top: -10px;
        left: 20px;
    }
    .get_reward_section .gift_card_img img{
        width: 90px;
    }
    .footer .footer_right_block{
        display: flex;
        flex-basis: 100%;
        justify-content: space-between;
        margin-top: 40px;
    }
    .all_rights_block{
        width: 100%;
        text-align: center;
        margin-top: 40px !important;
        color: #fff;
    }
    .banner_section .banner-left-block{
        padding-top: 30px;
        padding-left: 0;
    }
    .banner_section .banner-left-block h1 {
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 35px;
    }
    .banner_section .banner-left-block p{
        width: 100%;
    }
    .join_btn{
        font-size: 18px;
    }
    .banner_section{
        padding-bottom: 50px;
    }
    .banner_dots_img.banner-dot-left {
        left: -18px;
        right: inherit;
        top: 20px;
    }
    .banner_dots_img img{
        width: 60px;
    }
    .banner_dots_img{
        top: 30px;
    }
    .progress-container{
        width: 75%;
    }
    header .navbar-toggler-icon{
        background-image: none;
        height: auto;
    }
    header .navbar-toggler-icon > span{
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        margin-bottom: 6px;
        background: #3A4268;
    }
    header .navbar-toggler .icon_bar:nth-child(2) {
        width: 20px;
    }
    header button.navbar-toggler[aria-expanded="false"] .icon_bar:nth-child(2) {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    header button.navbar-toggler[aria-expanded="true"] .icon_bar:nth-of-type(2) {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    header button.navbar-toggler[aria-expanded="false"] .icon_bar:nth-child(1) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    header button.navbar-toggler[aria-expanded="true"] .icon_bar:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 10% 10%;
        -ms-transform-origin: 10% 10%;
        transform-origin: 10% 10%;  
    }
    header button.navbar-toggler[aria-expanded="false"] .icon_bar:nth-child(3) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    header button.navbar-toggler[aria-expanded="true"] .icon_bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 10% 90%;
        -ms-transform-origin: 10% 90%;
        transform-origin: 10% 90%;
    }
    header button.navbar-toggler{
        border: 0;
        padding: 0;
    }
    .inner_header .page-sidebar{
        position: absolute;
        width: 100%;
        top: 102px;
        background: rgb(255, 255, 255);
        left: 0px;
        padding: 20px;
    }
    .top_landing_header .page-sidebar-menu ul > li.active a::after{
        display: none;
    }
    .top_landing_header .page-sidebar-menu ul > li > a{
        font-size: 16px;
    }
    .change_password_form form {
        width: 55%;
    }
}
@media (max-width: 767px) {
    .home_section_heding > p{
        width: 100%;
    }
    .home_section_heding h2{
        font-size: 26px;
    }
    .get_reward_section .gift_card_img {
        top: -25px;
        left: -10px;
    }
    .footer .footer_logo{
        text-align: center;
        margin-bottom: 40px;
    }
    .how_work_section .reward_images img:last-of-type{
        display: none !important;
    }
    .how_work_section .reward_images{
        justify-content: center !important;
        margin-top: 36px;
    }
    .footer {
        background: #7DBBDA;
        padding: 20px 15px;
    }
    .banner-wave {
        display: none;
    }
    .banner_right_block{
        display: none;
    }
    .banner_dots_img.banner-dot-left {
        left: -16px;
        right: inherit;
        top: -3px;
    }
    .banner_dots_img {
        top: auto;
    }
    .home_section_heding h3{
        font-size: 20px;
    }
    .circle-step{
        width: 100px;
        height: 100px;
        border: 16px solid #7DBBDA;
    }
    .circle-step svg{
        width: 100px;
        height: 100px;
    }
    .circle-step img{
        width: 40px;
    }
    .how_work_step > div{
        gap: 25px;
    }
    .how_work_step > div:after{
        height: 15px;
    }
    .circle-progress p{
        font-size: 16px;
    }
    .testimonial-card{
        padding: 15px;
    }
    .header-panel.top_landing_header{
        box-shadow: 0 0 11px 2px #fff;
        z-index: 9999;
    }
    header ul.navbar-nav > li > a.active{
        background: inherit;
        color: #000 !important;
    }
    header ul.navbar-nav > li > a{
        font-size: 16px;
        padding: 5px 10px;
        text-align: left;
    }
    header .navbar-toggler{
        border: 0;
        box-shadow: none;
    }
    header .navbar-toggler:focus{
        box-shadow: none;
    }
    
    header .navbar-brand img{
        width: 131px;
        height: auto;
    }
    .login_register_wrapper{
        margin-bottom: 40px;
    }
    .login_register_wrapper .banner-left-block h4{
        font-size: 26px;
        line-height: 30px;
    }
    .answer_choice_block{
        flex-direction: column;
    }
    .answer_choice_block .custom-radio{
        flex: auto;
    }
    .answer_choice_block .custom-radio label{
        border-radius: 10px;
    }
    .progress-container{
        width: 100%;
    }
    header .inner_header .navbar-collapse .page-sidebar-menu ul{
        flex-direction: column;
        gap: 10px !important;
    }
    .top_landing_header.inner_header .page-sidebar-menu ul > li.active a::after{
        display: none;
    }
    .dashboard_grid_item .dashboard_grid_image{
        flex: none;
    }
    .dashboard_grid_content{
        text-align: center;
    }
    .dashboard_grid_content >h4{
        margin-bottom: 10px;
    }
    .change_password_form form {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .profile_section .profile_wrapper{
        padding: 15px 15px 0;
    }
}
@media (max-width: 480px) {
    .banner_section .banner-left-block p{
        font-size: 14px;
    }
    .banner_section .banner-left-block h1{
        font-size: 26px;
        line-height: 30px;
    }
    .how_work_step > div{
        gap: 15px;
    }
    .circle-progress p{
        font-size: 15px;
    }
    .home_section_heding h2{
        margin-bottom: 30px;
    }
    .get_reward_section{
        padding-top: 10px;
    }
    .how_work_section{
        margin-bottom: 40px;
    }
    .get_reward_section .home_section_heding h2{
        flex-direction: column;
    }
    .get_reward_section .gift_card_img {
        top: -36px;
        left: 30px;
    }
    .home_section_heding > p{
        font-size: 14px;
        font-weight: 500;
    }
    .reward_card_wrapper .reward_card_item p{
        font-size: 15px;
    }
    .testimonial-card p{
        font-size: 15px;
        font-weight: 400;
    }
    .testimonial-card .author{
        margin-top: 16px;
        font-size: 18px;
    }
    .footer_right_block{
        gap: 30px;
        flex-direction: column;
        align-items: center;
    }
    .get_started_btn > a{
        padding: 10px 20px;
        font-size: 16px;
    }
    .login_register_form_block > h3{
        font-size: 20px;
    }
    .login_register_form_block form label{
        font-size: 16px;
    }
    .dashboard_grid_item::before{
        width: 115px;
    }
    .dashboard_grid_content h4{
        font-size: 18px;
    }
    .dashboard_grid_item{
        gap: 45px !important;
        height: 140px;
    }
    .dashboard_grid_image{
        width: 55px;
        height: 55px;
    }
    .dashboard_grid_image img{
        width: 30px;
    }
}