﻿.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 6px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}
@media only screen and (max-width: 800px){
.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 2px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}}

.cbp-item-wrapper {
    border: 1px solid lightgray;
    height: 100%;
    background: #fff;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding: 15px;
}

a {
    display: block;
}

.cbp-item-wrapper {
    border: solid 1px #b1acac;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
}

.page_enabled, .page_disabled {
    display: inline-block;
    height: 25px;
    min-width: 25px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ccc;
}

.page_enabled {
    background-color: #eee;
    color: #000;
}

.page_disabled {
    background-color: #6C6C6C;
    color: #fff !important;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #555;
    background-color: #f0f0f0;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #555;
        text-decoration: none;
        background-color: #f0f0f0;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(21, 140, 186, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(21, 140, 186, 0.25);
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #158CBA;
    border-color: #127ba3;
}

.page-item.disabled .page-link {
    color: #000;
    pointer-events: none;
    cursor: auto;
    background-color: #f0f0f0;
    border-color: #dee2e6;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    top: 0;
    border-style: solid;
    border-width: 0 1px 4px 1px;
    color: #555;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

    .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
        top: 1px;
        border-bottom-width: 3px;
        text-decoration: none;
    }

    .pagination > li > a:active, .pagination > li > span:active {
        top: 2px;
        border-bottom-width: 2px;
    }

.pagination > .disabled > a:hover, .pagination > .disabled > span:hover {
    top: 0;
    border-style: solid;
    border-width: 0 1px 4px 1px;
}

.pagination > .disabled > a:active, .pagination > .disabled > span:active {
    top: 0;
    border-style: solid;
    border-width: 0 1px 4px 1px;
}

.btnmore a {
    border: 2px solid #a42323;
    width: 80%;
    margin: 10px 10% 0px;
    padding: 10px 0px;
    background: #fff;
    color: #a42323;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
    font-size: 14px;
    clear: both;
    display: block;
    text-decoration: none;
}
@media only screen and (max-width: 800px){
.btnmore a {
    border: 1px solid #a42323;
    width: 90%;
    margin: 10px 10% 0px;
    padding: 5px 0px;
    background: #fff;
    color: #a42323;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
    font-size: 14px;
    clear: both;
    display: block;
    text-decoration: none;
}}

    .btnmore a:hover {
        background-color: #f68121;
        color: #fff;
        border-color: #f68121;
    }

.btnmore input[type=submit] {
    border: 2px solid #a42323;
    background: #fff;
    color: #a42323; /* transition: all ease-in-out 0.3s; */
    cursor: pointer;
    font-size: 14px;
    clear: both; /* display: block; */
    text-decoration: none;
}

    .btnmore input[type=submit]:hover {
        background-color: #f68121;
        color: #fff;
        border-color: #f68121;
    }

.rupayimg:hover {
    transform: scale(1.2);
    transition: all .5s;
}
banner:hover  {
    transform: NONE!important;
    transition: all .5s;
}
img {
    transition: all .5s;
}
