body {
    font-family: Arial;
}

* {
    box-sizing: border-box;
}

form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 80%;
    background: #f1f1f1;
}

form.example button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #e3a833;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
}

form.example button:hover {
    background: #e3a833;
}

form.example::after {
    content: "";
    clear: both;
    display: table;
}

.vl {
    border-left: 3px solid grey;
    height: 400px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    margin-top: 45px;


}

.img-jmbo {

    background-image: url('assets/images/wedding.jpg');
    background-size: 100%, 100%;
}

@media only screen and (max-width: 600px) {

    #image_contact {
        /*width: 20px;*/
        display: none;
    }

    .vl {
        display: none;
    }

    .vs {
        margin-top: 2%;
        margin-left: 8%;
        margin-right: 8%;
        text-align: center;
    }

    .banner {
        height: 160px !important;
        width: 100% !important;

    }

    .flip-card {
        margin-left: 52px !important;
    }

    .heading_h3 {
        font-size: 24px !important;
        text-decoration: underline !important;
    }

    #searchbyname {
        margin-top: -22px;
    }

    #Quicksearch {
        margin-top: 10px;
    }






}


.flip-card {
    background-color: transparent;
    width: 230px;
    height: 280px;
    perspective: 1000px;
    /*margin-left: -120px;*/


}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    background-color: #0D3F20;
    color: white;
    transform: rotateY(180deg);
}



.mytable {
    width: 120% !important;
}

.mytable th,
.mytable td {
    padding: 3px;
}

.mytable2 {
    width: 100% !important;
}

.mytable2 th,
.mytable2 td {
    padding: 3px;
}

/*-----------------new styles----------------------------*/
/*-----------------new styles----------------------------*/
.card-td {
    line-height: initial;
    padding: 4px;
}

.card-th {
    line-height: initial;
}

.card-tr {
    border-bottom: 1px solid lightgoldenrodyellow;
}

.profile_image {
    width: 100%;
    height: 100%;
    max-width: 150px;
    max-height: 150px;
    border-radius: 4px;
}

.profile_card {
    border: none;
    box-shadow: 0px 1px 1px 1px lightgoldenrodyellow;
}

.profile_card:hover {
    box-shadow: 0px 5px 5px 5px lightgoldenrodyellow;
}

/*    .profile_name{font-size: 16px; font-weight: bold;padding: 4px !important;}*/
.profile_name {
    color: #E60000;
}

.profile_colsm6 {
    border-right: 1px solid lightgoldenrodyellow;
}

/*    .profile_colsm2{background: #E60000;color:white;width: 10px}*/
.btn_colsm2 {
    border-radius: 100px;
}

.h6_colsm2 {
    font-size: 14px;
}

.mobile_view {
    display: none;
}

@media only screen and (max-width: 600px) {
    .profile_card {
        /* height: 120px; */
    }

    .profile_card {
        border: none;
        box-shadow: 0px 1px 1px 1px lightgoldenrodyellow;
    }

    .profile_image {
        height: 120px;
        width: 105px;
        border-radius: 4px;
        text-align: left;
        position: absolute;
    }

    .profile_colsm6 {
        border-right: 1px solid lightgoldenrodyellow;
        width: fit-content;
    }

    .card-td {
        line-height: initial;
        padding: 0px;
    }

    .card-th {
        line-height: initial;
    }

    .card-tr {
        border-bottom: 1px solid lightgoldenrodyellow;
        font-size: 13px !important;
        font-family: timesnewroman
    }

    .profile_colsm2 {
        display: none;
    }

    .mobile_view {
        display: contents;
        cursor: pointer;
        height: 100px
    }

    .h6_colsm2 {
        font-size: 15px;
    }

    .profile_card_7sm {
        padding-right: 0px;
        padding-left: 0px;
    }
}