@import url('https://fonts.googleapis.com/css2?family=Open+Sans&amp;display=swap');

body{
    font-family: 'Open Sans', sans-serif !important;
}
p{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Open Sans', sans-serif !important;
}
.gbs{
    color: grey;
    font-size: 25px;
}
.location-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.m-30{
    margin: 30px 0px;
}
.svg{
    width: 85%;
    height: 100%;
}
.flex-near{
    display: flex;
    flex-wrap: wrap;
}
.flex-align{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 10px 0px 20px 0px;
}
.flex-align > div > h3{
    font-size: 20px;
    margin-top: 10px;
}
.flex-near > li{
    padding: 5px;
    margin: 10px;
    border: 2px solid #00000042;
}
.shadow-1{
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.shadow-1 > h3{
    font-size: 20px;
}
.shadow-1 > p{
    font-size: 15px;
}
.icon{
    width: 35px;
    height: auto;
}

/* ANNa NAGAR */
.h-1{
    text-align: center;
    margin: 20px 0px;

}
.h-2{
    text-transform: capitalize !important;
}
.li-1{
    padding-left: 20px;
}
.flex-li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 10px;
}
.img-c{
    width: 30px;
    height: 30px;
    margin: 10px;
}
.shad{
    padding: 10px;
    text-align: center;
}
.shad:hover{    
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.img-p{
    width: 100%;
    height: auto;
}
.h-3{
    text-align: center;
    font-weight: 400;
    font-size: 25px;
}
.h-4{
    font-weight: 400;
    background-color: #8080803b;
    text-align: center;
    font-size: 20px;
    padding: 5px 0px;
    margin: 10px 0px;
}
.flex-pro{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.buy{
    color: black;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}
.t4{
    margin: 20px 0px;
    text-align: center;
    font-weight: 400;
}
.flex-delivery{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.flex-area{
    display: flex;
    flex-wrap: wrap;
}
.flex-area > li{
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 4px 6px;
    margin: 6px;    
}
.flex-area > li:hover{
    background-color: #e0dede;

}
.flex-area > li a{
    color: black;
}
.address{
    text-align: center;
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 10px;
    transition: .5s;
}
/* .address:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);

} */
.address > h2{
    font-size: 20px;
    text-align: center;
}
.address > h2:hover{
    text-decoration: underline;
}
.address > h2 > a{
    color: #000000e0;
}
.address ul li span{
    font-weight: 600;
}
.address div{
    margin: 10px 0px 0px;
}
.address div a{
    color: #000000e0;
    font-weight: 600;
    text-decoration: underline;
}
.slide{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    text-align: center; 
    padding: 5px;
    border-radius: 10px;
}
.t-2{
    font-size: 25px;
}
/* .banner-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
    background-color: #91dff5;
}
.banner-flex > div > h2{
    padding-left: 20px;
    font-size: 2rem;
    color: #fffffffa;
}
.banner-flex > div > p{
    font-size: 15px;    
    padding-left: 20px;
    color: #fffffffa;
} */
@media only screen and (min-width: 765px){
    .banner-flex{
        flex-direction: row-reverse;
    }
    .location{
min-width: 245px;
    }
}
.h-22{
    text-transform: capitalize !important;
    margin: 10px 0px;
}
.he > .col-lg-6, .col-md-12, .col-sm-12{
    padding: 10px;
}
.t-1{
    font-size: 35px;
    text-align: center;
}
.bg-1{
    background-color: #b4b0b021;
}
.img-3{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.flex-needs{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.flex-needs > div{
    margin: 20px 0px;
}
.flex-needs > div > h3{
    font-size: 22px;
}

.flex-needs > div > p > span{
    color: grey;
    display: block;
}
.flex-needs-1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}
.flex-needs-1 > div{
    margin: 20px 0px;
}
.flex-needs-1 > div > h3{
    font-size: 22px;
}
.flex-needs-1 > div > p > span{
    color: grey;
    display: block;
}
.shop{
    float: right;
    padding: 3px;
    border: 1px solid #1f73b7;
    color: #1f73b7;
    transition: .2s ease-in;
}
.shop:hover{
    background-color: #1f73b7;
    color: white;
}
.v-line{
    height: 30px;
    border-right: 1px solid grey;
    margin: 0px 5px;
}
.fs-2{
    font-size: 1.7em;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 15px;
}
.fs-5{
    font-size: 1.35em;
    font-weight: 600;
    margin-bottom: 15px;
}
.location h4{
    font-size: 1rem;
    font-weight: 600;
}
.location p{
    font-size: .9em !important;
}
.location{
    padding: 10px;
    background-color: #f7f7f7;
    border-radius: 6px;
    margin: 10px 0px;
}
.mt-30{
    margin-top: 30px;
}
.fs-3{
    font-size: 1.55em;
    text-decoration: underline;
    font-weight: 500;
    margin-bottom: 10px;
}
.a-shop a{
    padding: 4px;
    margin: 10px 0px;
    background-color: #0c6dbc;
    color: white;
}
.a-shop a:hover{
    background-color: #2d78b6;
}
.mtb-30{
    margin: 30px 0px;
}
.mt-30{
    margin-top: 30px;
}
.mt-10{
    margin-top: 10px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-30{
    margin-bottom: 30px;
}
.fs-4{
    font-size: 1.4em;
    font-weight: 500;
    margin-top: 5px;
}
.series{
    background-color: #f7f7f7;
    margin-top: 20px;
}
a .fs-4{
    color: #000000;
}
a:hover .fs-4{
    color: #555454;
}
.btm{
    border-bottom: 1px solid #9e9e9ecc;
    margin: 10px 0px;
}
.img-banner{
    display: block;
    margin: auto;
    border-radius: 10px;
}
.banner-container{
    margin: 10px;
}
.breadcrumb > ul li{
    display: inline-block;
}
.breadcrumb > ul li:nth-child(3){
    font-weight: 600;
}
.breadcrumb{
    background-color: white;;
}
.breadcrumb > ul li i{
    color: black;
    margin: 0px 5px;
}
.fs-t{
    font-size: 2em;
    font-weight: 500;
}
.ttle{
font-size: 2.2em;
line-height: 1.5;
font-weight: 500;
}
.mt-20{
    margin-top: 20px;
}
.t-1 span{
    font-size: 20px;
    color: grey;
}
.explore{
    border: 2px solid #0c6dbc;
    background-color: #0c6dbc;
    padding: 10px 50px;
    color: white;
    transition: .2s;
    font-size: 1.2rem;
}
.explore:hover{
    color: #0c6dbc;
    background-color: white;
}
