body{
    background-color: #e1e6f0;
}

/******
*                       General Classes
*****************************************************************************/

.body-content{
    background-color: #fff;
    padding: 14px 0 14px !important;
    text-align: center;
    border-bottom: #ccc 1px solid;
}
.box-shadow-light{
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
}

.bg-gray{
    background-color: #eceff3;
}

.inset-shadow{
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
}

/******
*                       Form Section
*****************************************************************************/
.image-banner-box img{
    position: absolute;
    left: 90px;
    top: -50px;
}

.shining-btn{
    position: relative;
    letter-spacing: 1px;
    text-shadow: rgb(0 0 0 / 90%) 0 1px 2px;
    transition: all ease-in-out 0.3s;
    box-shadow: rgb(255 255 255 / 25%) 0 1px 0, inset rgb(255 255 255 / 25%) 0 1px 0, inset rgb(0 0 0 / 50%) 0 0 0, inset rgb(255 255 255 / 8%) 0 1.25rem 0, inset rgb(0 0 0 / 30%) 0 -1.25rem 1.25rem, inset rgb(255 255 255 / 10%) 0 1.25rem 1.25rem;
}

.shining-btn:hover{
    transform: translateY(-3px);
    background-color: #4ba602;
    border-color: #4ba602;
    box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.5);

}

.box-heading{
    font-family: 'PT Serif', serif;
}

/******
*                       bottom grid 
*****************************************************************************/
.bottom-grid-section .card-title{
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-grid-section .card-title img{
    max-width: 30px;
    margin-right: 10px;
}

.bottom-grid-section img.save-money{
    max-width: 22px;
}


/******
*                       footer 
*****************************************************************************/
.footer-navigation .nav a.nav-link{
    color: #fff;
}
.footer-navigation{
    background-color: #0d1042;
}

.disclaimer-text{
    line-height: 1;
    font-size: 12px;
    text-align: justify;
}


@media (min-width: 1200px){
    .container{
        max-width: 1000px;
    }
}

@media (max-width: 600px){
    .container{
        padding-right: 0px;
        padding-left: 0px;
    }
}

.error {
    color: #f34267 !important;
}

.error_input {
    color: #f34267;
    border: red 1px solid !important;
}
.static-pages-contents .table-responsive::-webkit-scrollbar{
    height: 10px;
    width: 10px;
    background: #eceaea;
}
.static-pages-contents .table-responsive::-webkit-scrollbar-thumb:horizontal{
    background: gray;
}
@media screen and (min-width: 480px) {
  .static-pages-contents .table-responsive{
            display: table !important;
    }
}

.page-content .listing {
    border: solid 1px #d1d1d1;
    box-shadow: none;
    background: #fff;
    padding: 20px 10px;
    /*box-shadow: 0 0 10px #dce4e6;*/
}