.br-button {
    border: 0 none;
    left: 90%;
    position: absolute;
    top: 90%;
    padding-left: 2px;
    opacity: 1;
}

.shop-inner {
    padding: 0px;
    background-color: #fff;
    margin-bottom: 30px;
    border: none;
}

.product-item {
    margin: 0px;
}

.products-grid .item {
    margin-top: 0px;
    padding: 0px;
}

figure {
    margin: 0px !important;
}

.pr-img-area {
    border-bottom: none;
}

.page-content {
    border: none;
}

@media (max-width: 479px){
    .product-grid-area .products-grid .item {
        width: 100%;  
        margin: 0px auto 0px;
    }
}

.form-input {
    width:94%;
    padding:20px;
    background:#fff;
    border:2px dashed #40dcfd;
    margin: 0px auto;
}

.form-input input {
    display:none;
}

.form-input label {
    display:block;
    width:100%;
    height:50px;
    line-height:50px;
    text-align:center;
    background:#40dcfd;
    color:#fff;
    font-size:15px;
    font-family:"Open Sans",sans-serif;
    text-transform:Uppercase;
    font-weight:600;
    border-radius:10px;
    cursor:pointer;
}

.form-input img {
    width: auto;
    height: 100%;
    text-align: center;
    margin: auto;
}

.form-control {
    border: 1px solid #40dcfd;
    border-radius: 50px;
}

.nav-tabs {
    border-bottom: 0px;
}

.nav-tabs-custom .nav-item .nav-link::after {
    content: "";
    background: #40dcfd;
    height: 2px;
    position: absolute;
    width: 41%;
    left: 30%;
    bottom: -1px;
}

.parent {
    position: relative;
    top: 0;
    left: 0;
}

.image1 {
    position: relative;
    top: 0px;
    left: 0px;
}

.image2 {
    position: absolute;
    top: 0px;
    left: 0px;
}