/*
Theme Name: helloGTX Travel CRM Theme
Theme URI: https://www.hellogtx.com
Author: Your Name
Author URI: https://yourwebsite.com
Description: WordPress theme for helloGTX Travel CRM Agency.
Version: 1.0
License: GPL v2 or later
Text Domain: hellogtx
*/

.ufaqsw_box_style2 .faq_toggle_style2 {
	float: right;
	display: flex;
}

.slick-list .lswssp-logo-img-wrap {
    background: #fff;
    border-radius: 18px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    margin: 15px 15px 40px;
}

.slick-list .lswssp-logo-img-wrap img {
    max-width: 160px;
    max-height: 70px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: .85;
    transition: .3s;
}