/*
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.   ***************/
.advs h3 {
    font-size: 20px;
    line-height: 32px;
}
.img .img-inner img{
	transform:none !important;
	    padding: 15px;
}
.img{

    opacity: 1!important;
}
section.abts .row {
    margin-top: -110px;
}
.map-box img {
    object-fit: contain !important;
    object-position: center !important;
}

.map-box .box-image {
    background: #fff;
}
.flex-wrap{
	    flex-wrap: nowrap !important;
}
.paybox p {
    font-weight: normal;
    margin-bottom: 10px;
}
.pay-wrap .section-content {
    z-index: 2;
}
.prev-box{
    max-width: 1020px;
    margin: 0 auto !important;	
}
.prev-box .icon-box{
	padding-top:10px;
	padding-bottom:10px;
}
.acc-in .col-inner,.shadow-none .col-inner{
    box-shadow: none;
}
.faq .accordion-title {
    font-weight: normal;
}
.faq .accordion-inner p{
    font-weight: normal;
}
form.wpcf7-form.init br {
    display: none;
}

form.wpcf7-form.init br p {
    margin: 0;
    padding: 0;
}

form.wpcf7-form.init .col {
    padding-bottom: 0;
    text-align: left;
}
.abts-cnt {
    margin-top: -130px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.flex-wrap {
    flex-wrap: wrap !important;
}
}
