html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.catm {
    background: #fff;
    text-align: center;
    margin: 0 10px 10px 0;
    border-radius: 0px;
    /* box-shadow: 1px 1px 0px 0px #C7C7C7; */
    box-shadow: 0px 2px 5px rgba(0,0,0,.25);
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,.25);
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,.25);
    width: 100%;
}

    .catm p {
        font-size: medium;
        color: #333;
    }

    .catm a {
        text-decoration: none;
        border: 1px solid #ccc;
        border-radius: 0;
        display: block;
        padding: 5px;
        width: auto;
        height: 185px;
        font-weight: 400;
        color: #333;
    }

        .catm a:hover {
            background: #558A30;
            color: #fff;
        }

.catml {
    margin-top: 5px;
    font-size: medium;
}

.catmlnn {
    margin-top: 5px;
    /* font-size: 13px;*/
    font-size: medium;
    background-color: #f3f3f3;
    min-height: 144px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 0px 5px 1px #d2d2d2;
    -moz-box-shadow: 0px 0px 5px 1px #d2d2d2;
    -o-box-shadow: 0px 0px 5px 1px #d2d2d2;
    -ms-box-shadow: 0px 0px 5px 1px #d2d2d2;
    box-shadow: 0px 0px 5px 1px #d2d2d2;
}

.catm img {
    height: 90px;
    width: 100px;
}

.dsearch { /* margin-bottom:2em; */
    background-color: #216502;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.34);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.34);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.34);
    text-align: center;
    padding-top: 2px;
    margin-top: 1.7em;
}

submit1 {
    background-color: green;
    min-height: 35px;
    color: white;
}

.pa {
    min-height: 35px;
    color: #621919;
    width: 100%;
    text-align: justify;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #dddddd;
    padding: 6px 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-appearance: none;
}

.font {
    margin-top: 20px;
    font-weight: 500;
    color: #555;
}

.headercol {
    background: #449803;
    height: 30px;
    border-bottom: 1px solid #449803;
    border-top: 5px solid #449803;
    color: white;
}

}

#searcharea {
    position: absolute;
    top: 33px;
    right: 48px;
    background-color: #31708F;
    padding: 9px 9px;
    border-radius: 5px;
    z-index: 1;
}

.textbox1 {
    display: flex;
    margin: 6px 0px;
}

    .textbox1 label {
        width: 70px;
    }

.user_name {
    color: #000;
    border: none;
    padding: 0px 5px;
    width: 100px;
    height: 23px;
}

.btnbutton {
    background-color: #8a6d3b !important;
    float: right;
    margin-left: 10px;
    border: none;
    margin-top: 10px;
}
.app {
    padding: 70px 0px;
}

.app-image img {
    width: 100%;
}

.app-left h2 {
    font-size: 35px;
    color: #000;
    line-height: 40px;
    margin: 70px 0 0px 0;
}

.app-left p {
    margin: 20px 0 0px 0;
    color: #676767;
    font-size: 16px;
    line-height: 25px;
}

.app-devices {
    width: 65%;
    margin: 30px 0 0 0;
}

    .app-devices a {
        float: left;
        width: 46%;
        margin-right: 4%;
    }

        .app-devices a img {
            width: 100%;
        }

    .app-devices h5 {
        font-size: 22px;
        margin-bottom: 12px;
    }

.app-bottom-grids {
    padding: 60px 0;
    background-color: rgba(1, 161, 133, 0.65);
}

.app-bottom-grid h3 {
    font-size: 28px;
    color: #f3c500;
    margin: 30px 0 0px 0;
}

.app-bottom-grid p {
    color: #797979;
    font-size: 13px;
    line-height: 26px;
    margin-top: 10px;
}

.app-bottom-grid i.search {
    width: 60px;
    height: 60px;
    background: url('../content/images/img-sprite.png') no-repeat -720px -60px;
    display: inline-block;
}

.app-bottom-grid i.notifications {
    width: 60px;
    height: 60px;
    background: url('../content/images/img-sprite.png') no-repeat -780px -60px;
    display: inline-block;
}

.app-bottom-grid i.addads {
    width: 60px;
    height: 60px;
    background: url('../content/images/img-sprite.png') no-repeat -840px -60px;
    display: inline-block;
}

.app-bottom-grid i.getreply {
    width: 60px;
    height: 60px;
    background: url('../content/images/img-sprite.png') no-repeat -900px -60px;
    display: inline-block;
}

.app-bottom-grid {
    border: 1px solid #eee;
    padding: 30px 15px;
    width: 23%;
    margin: 0 1%;
    background-color: #FFF;
}

    .app-bottom-grid i {
        font-size: 50px;
        color: #333;
    }
/*-- //mobile app --*/
.imgbgz {
    background-color: #246bde;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.23),inset 1px 1px 0 0 hsla(0,0%,100%,.2);
    padding: 10px 0;
    text-align: center;
    height: auto;
    border-radius: 2px;
    font-weight: 500;
    margin-top: 5px;
    width: 120px;
    display: inline-block;
}
.bgfind {
    border: 1px solid whitesmoke;
    background-color: #f5f5f5;
    text-align: center !important;
   /* background: url('../content/images/find.png') no-repeat -900px -60px;*/
}
.bgfind a {     
    color:black !important;
    text-decoration:none;
}
.footerp {
    font-size: 1em;
    line-height: 25px;
    margin-top: 10px;
    text-align: justify;
}
.threedeff {
    text-shadow: 0 1px 0 #ccc,0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9,0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}
.catml h6{
    margin-top:30px;
}
.locn {
    background: url('../content/images/img-location.png') no-repeat -900px -60px;
}
.kartps {
   
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    word-wrap: break-word;   
}
.kartps a {
     text-decoration:none;
     color:black !important;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    width: 400px;
    border-radius: 8px;
    position: relative;
}

.close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.cart-item {
    margin-bottom: 5px;
}
.fotpol {
    text-align: right;
    color: black !important;
}
.fotpol a {
    text-decoration: none;
    color: black !important;
}