.card {
    width: 400px;
    border: none;
    border-radius: 14px !important
}

.area1 {
    background-color: #b5b2f1;
    border-top-left-radius: 14px !important;
    border-top-right-radius: 14px !important;
    /* padding-top: 83px !important */
}

.image {
    top: -62px;
    position: relative
}

.image img {
    box-shadow: 2px 3px 7px 0px #dadada;
    background: white;
    width: 121px;
    padding: 10px;
}

.area2 {
    background-color: #fff;
    border-bottom-left-radius: 14px !important;
    border-bottom-right-radius: 14px !important
}

.name {
    font-size: 25px;
    font-weight: 650
}

.list-icons {
    display: inline-flex;
    color: #C5CAE9
}

.list-icons li {
    list-style: none;
    padding: 12px;
    border-radius: 10px;
    width: 49px;
    margin-right: 10px
}

.list-icons li i {
    font-size: 17px;
    color: #fff
}

@media (max-width:700px) {
    .list-icons {
        display: block
    }
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 40%;
    border-left: 1px solid rgba(0,0,0,.2);
    transform: translateX(100%);
}

.navbar-toggler{
    background: white;
    box-shadow: 0 0 4px black;
    font-size: 15px;
}


.filter-nav {
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0px;
}
.btn-service{
    border-radius: 20px;
    border: solid 1px gray;
    
    font-size: 14px;
    font-weight: 500;

}
.btn-service:hover{
    background: #332c69;
    color: white;
}
.btn-service.active{
    background: #332c69;
    color: white;
}

.fa-circle {
    color: #332c69 !important;
}

.text-secondary {
    color: #fabb00 !important;
}

.iconss {
    width: 40px;
    margin-right: 3px;
    margin-left: 3px;
    margin-top: 7px;
}

.bg-colors {
    background: #332c69;
    color: white;
}

.modelno{
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.whatsapp{
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    text-decoration: none;
    border-radius: 10px;
    padding: 6px 10px;
    cursor: pointer;
}

.whatsapp:hover{
    background-color: #238f3c;
}


.imagearea{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 100%;
}

.realimg{
    max-width:100%;
    max-height:100%;
}
.item{
    border: solid 1px #d2d2d2;
    border-radius: 4px;
    padding: 10px;
}


.row1 {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    padding: 0 2px;
}

.column1 {
    -ms-flex: 25%;
    /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 2px;
}

.column1 img {
    margin-top: 4px;
    vertical-align: middle;
    width: 100%;
}

@media screen and (max-width: 800px) {
    .column1 {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

.padingrighe{
    padding-right: 0;
}

.md-border-sm{
    border-left: solid 1px gray;
}

@media screen and (max-width: 800px) {
    .md-border-sm{
        border-left: none;
    }
}

.navbar-light .navbar-toggler {
    color: rgb(255, 255, 255);
    border-color: rgba(0,0,0,.1);
    background: #332c69;
}
#ksdf>.fa-bars{
    color: rgb(255, 255, 255)!important;
}

.pdfd {
    color: black;
    border-radius: 20px;
    border: solid 2px #d4d4d4;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

.pdfd:hover {
    background: #332c69;
    color: white;
}

.prr {
    padding-right: 2px !important;
}

.w-100c {
    height: 30px;
}

.review {
    border-radius: 20px;
    border: solid 1px #4e4d4d;
    padding: 6px 12px;
    text-decoration: none;
    color: #636363;
    font-weight: 500;
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #Fff0;
}

.fa-whatsapp-square{
    color: #07e707;
    font-size: 42px;
}
.fa-telegram{
    color: #2ea6d9;
    font-size: 42px;
}
.nn>a{
    color: gray;
    font-size: 14px;
    padding: 8px;
}