/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.div-form {
    padding: 10px;
}
.product-small img {
    height: 290px;
    object-fit: cover;
}
.row-5cot .large-3 {
        flex-basis: 20%;
    max-width: 20%;
    padding-bottom: 0px;
}
.icon1 .icon-box-text {
    padding: 45px 20px 20px 20px;
    border-radius: 3px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
    background: #F8F8F8;
    margin-top: -50px;
    min-height: 280px;
    text-align: justify;
}
.radius-50 img {
    border-radius: 50%;
}
.button-cus {
    background: #fff;
    padding: 10px 23px !important;
    border-radius: 10px;
}
.cot1 .col-inner img {
    border-radius: 15px;
}
.cot1 .col-inner {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    background: #fff;
    padding: 30px;
    border-radius: 15px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}