/*Header css*/
.example-8 .navbar-brand{
    width: 50%;
    margin-left: 90px !important;
}

.navbar {
    margin-bottom: 0px; 
    border: none; 
    position: relative;
}

.title{
    color: #000000bf;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    position: absolute;
    left: 36%;
    margin-top: 0.5%;
}
.mobile_title{
    display: none;
}

.nav-li a{
    color : #174775 !important;
    font-size: 18px;
    padding: 15px 10px !important;
}

.nav-li a:hover{
    color : #3771B8 !important;
    background-color: #fff !important;
}

/*Invite-friend page li a*/
.nav-li.invite-page-li a {
    color: white !important;
}

.nav-li.invite-page-li a:hover {
    background-color: transparent !important;
    opacity: 0.9;
}

.nav-li button{
    border : none;
    background: transparent;
}

/*---------------------------*/
.body_color hr{
    margin-top: 15px;
    margin-bottom: 0px;
    border:1px solid #CDDDED;
}

.mobads {
    display: none !important;
}

.closemobile {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    color: #fff;
    background-color: transparent;
    border: 0;
}

.bm-images {
    display: block;
    max-width: 100%;
    height: auto;
}

#footeradsticky {
    height: 100px;
    position: fixed;
    bottom: 0%;
    width: 100%;
    background-color: #3938388c;
    opacity: 1;
    z-index: 999;
}

i.fa.fa-quote-left {
    color: #c6d1e7;
    font-size: 35px;
}

.adswrap {
    padding: 20px;
}

p#today_date_comment {
    margin-bottom: 0px;
}

.praycontent:first-letter {
    float: left;
    font-size: 45px;
    line-height: 0.5;
    font-weight: bold;
    margin-right: 2px;
    color:#164775;
}

.btnHover1 {
    background-image: url("<?=BASE_PATH; ?>/images/Desktop/button.png");
    /*background-image: url("images/Desktop/button.png");*/
    border-radius: 10px !important;
}

.footer {
    background-image: url("<?=BASE_PATH; ?>/images/Desktop/footer-bg.jpg");
    /*background-image: url("images/Desktop/footer-bg.jpg");*/
    background-position: center center;
    padding: 10px 10px;
}

.logo {
    background-image: url("<?=BASE_PATH; ?>/images/Desktop/logo-bg.jpg");
    /*background-image: url("images/Desktop/logo-bg.jpg");*/
    background-position: center center;
    padding: 50px 50px;

}

#author1 {
    border-bottom: 4px solid #346ab4;
    width: 21%;
    margin-top: 10px;
    font-size: 13px;
}

.bannerimg {
    background-image: url("<?=BASE_PATH; ?>/images/Desktop/yestdary-bg.jpg");
    /*background-image: url("images/Desktop/yestdary-bg.jpg");*/
    background-position: center center;
    padding: 40px 40px;
    margin-bottom: 40px;

}

.marleft {
    margin-left: 50px;
    padding-right: 40px;
}

.points-text{
    border: 1px solid #3771B8;
    padding: 10px 0px;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    color: #3771B8;
    font-weight: 700;
}
.redeem-btn{
    height: 45px;
    padding: 6px 25px;
    font-size: 19px;
}

.row {
    margin-right: 60px;
    margin-left: 60px;
}

#author {
    border-bottom: 4px solid #346ab4;
    width: 33%;
    margin-top: 10px;
    font-size: 13px;
}

body {
    background-color: #f4f7fc;
}

a.quote {
    width: 100%;
    font-size: 24px;
    color: #feffff;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}

.Ebrimafont {
    font-family: 'Ebrima-Bold' !important;
}

a:focus,
a:hover {
    color: #fff;
    text-decoration: none;
}
.prayer_point_reg a:focus,
a:hover {
    color: #23527c;
    text-decoration: none;
}

/*Profile page css*/

.content-div{
    background-color: #e7eefd;
    padding: 0px;
}
.container-fluid .row{
    margin: 0px;
}

.profile-hr{
    margin-bottom:0px;
}

.blue-div{
    background-image: url("../images/Desktop/blue-bg.jpg");
    padding: 6% 0% 3% 0%;
}

.blue-div h2, .blue-div h1 {
    font-size: 25px;
    color: #ffffffd4;
    margin: 0px 0px 10px 0px;
    font-weight: 600;
}
.row.logged_out_div button {
    background-color: #EFEFEF;
}
.blue-div h1 {
    margin-top: 2%;
}
.blue-div-a {
    color: #ffffffed;
    text-decoration: underline;
    font-size: 19px;
}
.blue-div-a:hover {
    color: #ffff;
    text-decoration: underline;
    opacity: 0.8;
}
.purchase-item-div{
    margin: 3% !important;;
}
.purchase-item-div table{
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0 15px;
}
.purchase-item-div table td{
    padding: 0px 10px;
}
td.img_td {
    background-color: #6f96bc;
    padding: 10px 20px !important;
}
td.desc_td {
    padding-left: 30px !important;
}
.purchase-item-div h2{
    font-size: 25px;
    font-weight: 550;
}
.purchase-image{
    height: 95px;
}
.purchase-desc{
    font-size: 18px;
}
.purchase-item-div button{
    padding: 6px 32px;
}
.purchase-title{
    font-size: 27px;
    color: #0b5392ed;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
}
.store-flex{
    display: flex;
    justify-content: center;
}

.store-flex > div {
    background-color: white;
    width: 45%;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 70px 75px 40px 75px;
    margin: 40px 0px 20px 0px;
    text-align: center;
    position: relative;
}

.store-flex > div h1 {
    color: #000000eb;
    font-size: 30px;
    font-weight: 100;
}

.store-flex > div button {
    width: 40%;
    font-size: 20px;
    margin-top: 2%;
}

.store-flex > div img {
    position: absolute;
    bottom: 83%;
    left: 41%;
    border: 2px solid #9bcbe6;
    border-radius: 50px;
    padding: 2px;
}

.edit-btn{
    background-color: transparent;
    border: none;
    color: #ffffffd4;
}

/*-----modal css-------*/
.point_modal{
    /*width: 40%;*/
}
.point_intro_modal{
    width: 35%;
}
.point_modal h1, .point_intro_modal h1{
    font-weight: 900;
    color: #164775;
    font-size:33px; 
    margin-top:30px;
}
.point_intro_modal h1{
    font-size:30px; 
    margin: 4% 3%;
}
.point_modal h5{
    font-size: 20px;
    margin: 0% 3% 5%;
    color: #000000c9;
    line-height: 25px;
}

.modal-dialog {
    margin: 10px auto;
}

.point-list, .point-intro-list{
    margin: 0px 5px;
}
.point-intro-list{
    margin-top: 3%;
}
/*.point-list1{
    margin-top: 3%;
}*/
/*.point-list2{
    margin-top: 5.5%;
}*/
.point-intro-list1{
    padding: 0% 1% 0% 0%;
}
.point-intro-list2{
    padding: 0% 0% 0% 1%;
}
.point-list1 img{
    height: 72px;
    border: 4px solid #ccdde6;
    border-radius: 50px;
    padding: 1px;
}
.point-intro-list1 img{
    width: 90%;
    height: auto;
    border: 3px solid #ccdde6;
    border-radius: 50px;
    padding: 1px;
}
.point-list h2, .point-list p, .point-intro-list2 p{
   text-align: left;
}
.point-list h2{
    font-size: 20px;
    color: black;
    margin-top: 0px;
    margin-bottom: 0px;
}

.point-list p, .point-intro-list2 p{
   font-size: 17px;
   color: #000000c9;
}
.point_modal hr{
    margin: 5px 0px 15px;
    border: 1px solid #f1f1f1;
}

.confirmation_modal_div img{
    height: 100px;
}
.confirmation_modal_div h1{
    font-weight: 900;
    color: #164775;
    font-size:38px;
}
.confirmation_modal_div h4{
    font-size: 21px;
    padding: 1% 8% 2%;
    color: #000000cc;
}
.confirmation_modal_div button{
    background-color: #1D4FBD;
    border-radius: 25px;
    color: #fff;
    padding: 10px 65px !important;
    font-size: 22px;
}
.confirmation_modal_div button:hover{
    background-color: #2E5CC4!important;
    color: #fff;
}
.confirmation_modal_div button:active{
    background-color: #2E5CC4!important;
    color: #fff;
}

/*---------------------*/

/*-------------------------------------*/

/*---Store Page css-----*/

.gift-div{
    padding: 0px;
}
.gift-div hr{
    margin: 0px;
    border: 1px solid #e0e0e0;
}
.title-div{
    margin: 3% 0%;
}
.logout-title-div{
    background-color: #fff;
    margin: 0px;
    padding: 3% 0%;
    margin-bottom: 0.8%;
}
.title-div h1, .logout-title-div h1{
    color: #000000d9;
    font-size: 35px;
}
.logout-title-div h1{
    color: #174775;
    font-weight: 550;
    margin-top: 0px;
}
.title-div h5, .title-div a{
    font-size: 25px;
    color: #3c6aa2;
}
.logout-title-div a{
    color: #2E5CC4;
    font-size: 20px;
}
.logout-title-div h5{
    color: #000000c7;
    font-size: 22px;
    margin: 1% 0% 1.7% 0%;
}
.title-div a,.instruction-link a, .logout-title-div a{
    text-decoration: underline;
}
.title-div a:hover,.instruction-link a:hover{
    color: #497dbdad;
    cursor: pointer;
    text-decoration: underline;
}
.desc-div
{
    padding: 20px 40px;
    margin: 0px;
}
.desc-div:hover
{
    background: #fff;
}
.desc-div1
{
    padding: 10px 5px;
    background-color: #6f96bc;
}
.desc-div2
{
    padding: 0px 0px 0px 5px;
}
.desc-div h2{
    margin: 0;
    font-size: 22px;
    font-weight: 550;
    color: #000000d1;
}
.desc-div img{
    height: 95px;
}
.desc-div p{
    text-align: left;
    font-size: 15px;
    color: #585858e8;
}

.desc-div button{
    font-size: 15px;
}
.desc-div button:hover {
  background-color: green;
}
.instruction-link{
    margin: 20px 0px;
}
.instruction-link a{
    font-size: 20px;
}

/*----------------------*/

@media (min-width: 481px) and (max-width: 767px) {

    .deskads {
        display: block !important;
    }
    .mobads {
        display: none !important;
    }
    .confirmation_modal{
        margin: 0px 12px;
    }
}

/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/
@media (max-width: 1200px) {
    .nav-li a {
        padding: 15px 7px !important;
    }
    .title {
        font-size: 23px;
        margin-top: 0.7%;
    }
}
@media (max-width: 1024px) {
    .header-nav {
        margin-right: -51px;
    }
    .nav-li a {
        padding: 15px 5px !important;
    }
    .title {
        font-size: 22px;
        margin-top: 0.9%;
        left: 40% !important;
    }
    .example-8 .navbar-brand {
        width: 19%;
    }
}
@media (max-width: 992px) {
    .header-nav {
        margin-right: -100px;
    }
    .nav-li a {
        padding: 16px 5px !important;
        font-size: 16px;
    }
    .title {
        font-size: 22px;
        margin-top: 0.9%;
        left: 40% !important;
    }
    .example-8 .navbar-brand {
        margin-left: 30px !important;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    .deskads {
        display: none !important;
    }
    .mobads {
        display: block !important;
    }
}
@media screen and (max-width:768px) {
    .header-nav {
        margin-right: -35px;
    }
    .nav-li a {
        padding: 16px 1px !important;
        font-size: 15.5px;
    }
    .title {
        font-size: 20px;
        margin-top: 1.5%;
    }
    .example-8 .navbar-brand {
        margin-left: 75px !important;
    }
    .col-md-7.marleft {
        margin-left: 0px !important;
        padding-right: 0px !important;
    }
    .navbar-nav>li>a {
         padding-top: 0px; 
         padding-bottom: 0px; 
    }
    .bm-images {
        width: 840px;
        height: 225px;
    }
    .title{
        display: block;
        font-size: 17px;
        margin-top: 2%;
        left: 49%;
    }
    .mobile_title{
        display: block !important;
    }
    .desktop_title{
        display: none !important;
    }
    
    /*---Profile page css---*/
    .blue-div {
        padding: 8% 0% 4% 0%;
    }
    
    .blue-div h2, .blue-div h1 {
        font-size: 23px;
    }
    td.img_td {
        padding: 5px 30px !important;
    }
    .purchase-item-div h2{
        font-size: 20px;
    }
    .purchase-item-div button{
        margin-bottom: 5px;
    }
    .purchase-desc{
        font-size: 15px;
    }
    .purchase-title{
        font-size: 23px;
    }
    .store-flex > div {
        width: 70%;
    }
    
    /*-----modal css-------*/
    .point_modal{
        /*width: 65%;*/
    }
    .point_intro_modal{
        width: 60%;
    }
    .point_modal h1{
        font-size: 31px;
    }
    .point_intro_modal h1 {
        font-size: 29px;
    }
    .point_modal h5 {
        font-size: 19px;
        line-height: 24px;
    }

    .point-intro-list1 img{
        width: 85%;
    }
    .point-list h2{
        font-size: 19px;
    }
    .point-list p, .point-intro-list2 p{
       font-size: 16px;
    }
    /*---------------------*/
    
    /*------------------------*/
    
    /*---Store Page css-----*/
    
    .title-div{
        margin: 4% 0%;
    }
    .title-div h1, .logout-title-div h1{
        font-size: 30px;
    }
    .title-div h5, .title-div a{
        font-size: 22px;
    }
    .logout-title-div a{
        font-size: 18px;
    }
    .logout-title-div h5{
        font-size: 20px;
    }
    .btn-blue{
        font-size: 16px;
        padding: 10px 20px !important;
    }
    .desc-div
    {
        padding: 20px 30px;
    }
    .desc-div h2{
        font-size: 21px;
    }
    .instruction-link a{
        font-size: 18px;
    }
/*----------------------*/
}

@media screen and (max-width:767px) {
    .col-md-4.text-center.marright .adswrap img {
        display: initial;
    }
}

@media screen and (max-width:600px) {
    .title{
        font-size: 22px;
        display: block;
    }
    
    /*---Profile page css---*/
    .blue-div h2, .blue-div h1 {
        font-size: 21px;
    }
    .blue-div {
        padding: 9% 0% 5% 0%;
    }
    .blue-div-a {
        font-size: 16px;
    }
    
    .purchase-item-div button {
       padding: 5px 22px;
        font-size: 16px;
    }
    .purchase-item-div h2 {
        font-size: 18px;
    }
    .purchase-image {
        height: 85px;
    }
    .purchase-title{
        font-size: 25px;
    }
    .purchase-desc{
        font-size: 13px;
    }
    .store-flex > div {
        width: 80%;
        padding: 60px 75px 30px 75px;
    }
    
    .store-flex > div h1 {
        font-size: 25px;
    }
    
    .store-flex > div img {
        height: 90px;
        width: 90px;
    }
    
    .store-flex > div button {
        width: 45%;
        font-size: 18px;
    }
    
    /*-----modal css-------*/
        .point_modal{
            /*width: 74%;*/
        }
        .point_intro_modal{
            width: 70%;
        }
        .point_modal h1{
            font-size: 29px;
        }
        .point_intro_modal h1 {
            font-size: 27px;
        }
        .point_modal h5 {
            font-size: 16px;
            line-height: 22px;
        }
        .point-intro-list1 img {
            width: 90%;
        }
        .point-list h2{
            font-size: 18px;
        }
        
        .point-list p, .point-intro-list2 p{
           font-size: 15px;
        }
    /*---------------------*/
    /*--------------------*/
/*---Store Page css-----*/
    .title-div h1, .logout-title-div h1{
        font-size: 24px;
    }
    .title-div h5, .title-div a{
        font-size: 20px;
    }
    .logout-title-div a{
        font-size: 16px;
    }
    .logout-title-div h5{
        font-size: 18px;
    }
    .btn-blue{
        font-size: 15px;
        margin-right: 3px !important;
    }
    .desc-div
    {
        padding: 15px 25px;
    }
    .desc-div img {
        height: 85px;
    }
    .desc-div h2{
        font-size: 20px;
    }
    .desc-div p{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .desc-div button{
        font-size: 14px;
    }
    .instruction-link a{
        font-size: 17px;
    }
/*----------------------*/
}

@media screen and (max-width:480px) {
    /*img.img-responsive {*/
    /*  margin-top: 15px !important;*/
    /*}*/
    .redeem-btn-logout{
        width: 100%;
    
    font-size: 19px;
    font-weight: bolder;
    }
    .redeem-btn{
            height: 45px;
    /* padding: 6px 25px; */
    font-size: 19px;
    width: 143%;
    /* height: 102%; */
    padding-bottom: 61px;
    /* padding: 32px 32px; */
    display: inherit;
    /* width: auto; */
    white-space: pre-wrap;
    font-size: 14px;
    /* margin-right: -18px; */
    /* padding-right: 3px;*/
        font-weight: bolder;

    }
    .col-redeem-btn{
         margin-bottom: 10%;
    right: 3%;
    }
   
    p.bannerimg {
        font-size: 24px !important;
    }

    a.btnHover1 {
        padding: 12px 10px !important;
    }

    strong.titlemain {
        font-size: 28px !important;
    }

    .row {
        margin-right: 5px;
        margin-left: 5px;
    }

    .col-md-7.marleft {
        padding-left: 0px;
    }

    #author {
        width: 40%;
    }

    #author1 {
        width: 25%;
    }

    .adswrap {
        padding-left: 10px;
        padding-right: 10px;
    }
    .example-8 .navbar-brand{
        width: 28%;
    }
    .points-text{
        padding: 12px 0px;
        font-size: 16px;
    }
    .title{
        font-size: 21px;
        display: block;
        left: 46%;
    }
    .bm-images {
        width: 600px;
        height: 190px;
    }
    /*---Profile page css---*/
    .blue-div h2, .blue-div h1 {
        font-size: 19px;
    }
    .blue-div {
        padding: 10% 0% 6% 0%;
    }
    .blue-div-a {
        font-size: 16px;
    }
    td.img_td {
        padding: 0px 15px !important;
    }
    .purchase-item-div button {
        padding: 6px 30px;
        font-size: 17px;
    }
     .purchase-item-div h2 {
        font-size: 17px;
    }
    .purchase-title{
        font-size: 23px;
    }
    .purchase-desc{
        font-size: 12px;
    }
    .store-flex > div {
        width: 86%;
        padding: 50px 75px 20px 75px;
    }
    
    .store-flex > div h1 {
        font-size: 22px;
    }
    
    .store-flex > div img {
        height: 80px;
        width: 80px;
    }
    
    .store-flex > div button {
        width: 55%;
    }
    
    /*-----modal css-------*/
        .point_modal{
            /*width: 90%;*/
        }
        .point_intro_modal{
            width: 85%;
        }
        .point_modal h1 {
            font-size: 27px;
        }
        .point_intro_modal h1 {
            font-size: 25px;
        }
        .point_modal h5 {
            font-size: 15px;
            line-height: 20px;
        }
        .point_modal hr {
            margin: 4px 0px 14px;
        }
        .point-list1 img {
            height: 67px;
        }
        .confirmation_modal{
            margin: 0px 12px;
        }
        .confirmation_modal_div img {
            height: 85px;
        }
        .confirmation_modal_div h4 {
            font-size: 20px;
        }
        .confirmation_modal_div button {
            padding: 10px 45px !important;
            font-size: 19px;
            margin-right: 0px !important;
        }
    /*---------------------*/
    /*--------------------*/
/*---Store Page css-----*/
    .title-div h1, .logout-title-div h1{
        font-size: 20px;
    }
    .title-div h5, .title-div a{
        font-size: 18px;
    }
    .logout-title-div a{
        font-size: 15px;
    }
    .logout-title-div h5{
        font-size: 17px;
    }
    .btn-blue {
        font-size: 14px;
        padding: 8px 18px !important;
    }
    .desc-div
    {
        padding: 10px 20px;
    }
    .desc-div h2{
        font-size: 18px;
    }
    .desc-div p{
        font-size: 13px;
    }
    .desc-div button {
        font-size: 13px;
    }
    .instruction-link a{
        font-size: 17px;
    }
/*----------------------*/
}

@media screen and (max-width:400px) {
    #author {
        width: 52%;
    }

    #author1 {
        width: 34%;
    }

    a.btnHover1 {
        padding: 10px 8px !important;
        font-size: 14px;
    }

    .title{
        font-size: 15px;
        margin-top:4%;
    }
    .points-text{
        padding: 14px 0px;
        font-size: 15px;
    }f
    .bm-images {
        width: 500px;
        height: 140px;
    }
    .redeem-btn{
            height: 45px;
    /* padding: 6px 25px; */
    font-size: 19px;
    width: 143%;
    /* height: 102%; */
    padding-bottom: 61px;
    /* padding: 32px 32px; */
    display: inherit;
    /* width: auto; */
    white-space: pre-wrap;
    font-size: 14px;
    /* margin-right: -18px; */
    /* padding-right: 3px;*/
    }
    
     /*---Profile page css---*/
    .blue-div h2, .blue-div h1 {
        font-size: 17px;
    }
    .blue-div {
        padding: 10% 0% 6% 0%;
    }
    .blue-div-a {
        font-size: 14px;
    }
    
    .purchase-item-div button {
        padding: 6px 25px;
        font-size: 16px;
    }
    .purchase-image {
        height: 75px;
    }
    .purchase-title{
        font-size: 21px;
    }

    .store-flex > div {
        padding: 42px 60px 17px 60px;
    }
    
    .store-flex > div h1 {
        font-size: 19px;
    }
    
    .store-flex > div img {
        height: 70px;
        width: 70px;
    }
    
    .store-flex > div button {
        font-size: 16px;
    }
    
    /*-----modal css-------*/
        .point_modal{
            /*width: 94%;*/
        }
        .point_intro_modal{
            width: 90%;
        }
        .point_modal h1 {
            font-size: 24px;
        }
        .point_intro_modal h1 {
            font-size: 22px;
        }
        .point_modal h5 {
            font-size: 14px;
            line-height: 18px;
        }
        .point_modal hr {
            margin: 3px 0px 13px;
        }
        .point-list1 img {
            height: 65px;
            margin-left: -4px;
        }
        .point-intro-list1 img {
            width: 95%;
        }
        .point-list h2 {
            font-size: 17px;
        }
        .point-list p, .point-intro-list2 p {
            font-size: 14px;
        }
    /*---------------------*/
    /*--------------------*/
    /*---Store Page css-----*/
    .title-div h1, .logout-title-div h1{
        font-size: 17px;
    }
    .title-div h5, .title-div a{
        font-size: 16px;
    }
    .logout-title-div a{
        font-size: 13px;
    }
    .logout-title-div h5{
        font-size: 15px;
    }
    .btn-blue {
        font-size: 13px;
        padding: 7px 17px !important;
    }
    .desc-div
    {
        padding: 7px 10px;
    }
    .desc-div img {
        height: 75px;
    }
    .desc-div h2{
        font-size: 18px;
    }
    .desc-div p{
        font-size: 13px;
    }
    .desc-div button {
        padding: 3px 7px;
    }
    .instruction-link a{
        font-size: 15px;
    }
/*----------------------*/
}

@media (max-width: 375px) {

    .point-list1 img {
        height: 64px;
        margin-left: -7px;
    }
}
@media (max-width: 320px) {
    .title{
        font-size: 14px;
        display: block;
        margin-top: 5%;
    }
    .points-text{
        padding: 11px 0px;
        font-size: 14px;
    }
    .bm-images {
        width: 450px;
        height: 120px;
    }
     /*---Profile page css---*/
    .blue-div h2, .blue-div h1 {
        font-size: 15px;
    }
    .blue-div {
        padding: 11% 0% 7% 0%;
    }
    .blue-div-a {
        font-size: 13px;
    }
    
    .purchase-item-div h2 {
        font-size: 16px;
    }
    .purchase-desc p {
        font-size: 11px;
    }
    .purchase-item-div button {
        padding: 6px 10px;
        font-size: 13px;
    }
    .purchase-image {
        height: 75px;
    }
    .purchase-title{
        font-size: 19px;
    }

    .store-flex > div {
        padding: 35px 60px 17px 60px;
        width: 95%;
    }
    
    .store-flex > div h1 {
        font-size: 15px;
    }
    
    .store-flex > div img {
        height: 60px;
        width: 60px;
    }
    
    .store-flex > div button {
        font-size: 15px;
    }
    
    /*-----modal css-------*/
        .point_modal{
            /*width: 94%;*/
        }
        .point_modal h1 {
            font-size: 24px;
            margin-top: 22px;
        }
        .point_intro_modal h1 {
            font-size: 20px;
        }
        .point_modal h5 {
            font-size: 12px;
            line-height: 16px;
        }
        .point-list1 img {
            margin-left: -14px;
        }
        .point-intro-list1 img {
            width: 110%;
        }
        .point-intro-list1 {
            padding-right: 2%
        }
        .point-intro-list2 {
            padding-left: 2%
        }
        .point-list h2 {
            font-size: 15px;
        }
        .point-list p, .point-intro-list2 p {
            font-size: 12px;
        }
    /*---------------------*/
    /*--------------------*/
    
    /*---Store Page css-----*/
    .title-div h1, .logout-title-div h1{
        font-size: 13px;
    }
    .title-div h5, .title-div a{
        font-size: 13px;
    }
    .logout-title-div h5 {
        font-size: 13px;
    }
    .btn-blue {
        font-size: 12px;
        padding: 6px 16px !important;
    }
    .desc-div
    {
        padding: 10px 10px;
    }
    .desc-div img {
        height: 65px;
    }
    .desc-div2
    {
        padding: 0px 0px 0px 2px;
    }
    .desc-div h2{
        font-size: 16px;
    }
    .desc-div p{
        font-size: 12px;
    }
    .desc-div button {
        font-size: 12px;
    }
/*----------------------*/
}
@media screen and (max-width:1024px) {
    .col-redeem-btn{
        margin-bottom: 10%;
    }
}